﻿2025-08-20T21:18:49.9580208Z Current runner version: '2.328.0'
2025-08-20T21:18:49.9603235Z ##[group]Runner Image Provisioner
2025-08-20T21:18:49.9604492Z Hosted Compute Agent
2025-08-20T21:18:49.9605206Z Version: 20250818.377
2025-08-20T21:18:49.9605842Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T21:18:49.9606623Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T21:18:49.9607271Z ##[endgroup]
2025-08-20T21:18:49.9607868Z ##[group]Operating System
2025-08-20T21:18:49.9608674Z Ubuntu
2025-08-20T21:18:49.9609232Z 24.04.2
2025-08-20T21:18:49.9609733Z LTS
2025-08-20T21:18:49.9610320Z ##[endgroup]
2025-08-20T21:18:49.9610906Z ##[group]Runner Image
2025-08-20T21:18:49.9611524Z Image: ubuntu-24.04
2025-08-20T21:18:49.9612071Z Version: 20250818.1.0
2025-08-20T21:18:49.9613152Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250818.1/images/ubuntu/Ubuntu2404-Readme.md
2025-08-20T21:18:49.9614820Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250818.1
2025-08-20T21:18:49.9615896Z ##[endgroup]
2025-08-20T21:18:49.9617283Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T21:18:49.9619493Z Attestations: write
2025-08-20T21:18:49.9620226Z Contents: write
2025-08-20T21:18:49.9620801Z Metadata: read
2025-08-20T21:18:49.9621350Z Packages: write
2025-08-20T21:18:49.9621986Z ##[endgroup]
2025-08-20T21:18:49.9624024Z Secret source: Actions
2025-08-20T21:18:49.9624842Z Prepare workflow directory
2025-08-20T21:18:49.9942300Z Prepare all required actions
2025-08-20T21:18:49.9978269Z Getting action download info
2025-08-20T21:18:50.5050021Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T21:18:52.4400058Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T21:18:53.1302336Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T21:18:53.2387704Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T21:18:53.8071118Z Getting action download info
2025-08-20T21:18:54.0185180Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T21:18:54.5860501Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T21:18:55.1504068Z Complete job name: x86_64-Linux ==> (ghcr.io/pkgforge/bincache/kubo/official)
2025-08-20T21:18:55.2036829Z ##[group]Run ##Presets
2025-08-20T21:18:55.2037186Z [36;1m##Presets[0m
2025-08-20T21:18:55.2037403Z [36;1mset +x ; set +e[0m
2025-08-20T21:18:55.2037626Z [36;1m#-------------#[0m
2025-08-20T21:18:55.2037934Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T21:18:55.2038307Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T21:18:55.2038866Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:18:55.2039264Z [36;1m  fi[0m
2025-08-20T21:18:55.2039530Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T21:18:55.2039907Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T21:18:55.2040251Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:18:55.2040528Z [36;1m  fi[0m
2025-08-20T21:18:55.2040776Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T21:18:55.2041183Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T21:18:55.2041535Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:18:55.2041810Z [36;1m  fi[0m
2025-08-20T21:18:55.2042063Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T21:18:55.2042420Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T21:18:55.2042964Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T21:18:55.2043258Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T21:18:55.2043571Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:18:55.2044076Z [36;1m     else[0m
2025-08-20T21:18:55.2044427Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:18:55.2044837Z [36;1m     fi[0m
2025-08-20T21:18:55.2045131Z [36;1m  fi[0m
2025-08-20T21:18:55.2045437Z [36;1mfi[0m
2025-08-20T21:18:55.2113701Z shell: /usr/bin/bash -e {0}
2025-08-20T21:18:55.2114320Z env:
2025-08-20T21:18:55.2115025Z   GH_TOKEN: ***
2025-08-20T21:18:55.2115325Z ##[endgroup]
2025-08-20T21:18:55.2400698Z ##[group]Run ##Presets
2025-08-20T21:18:55.2401240Z [36;1m##Presets[0m
2025-08-20T21:18:55.2401667Z [36;1mset +x ; set +e[0m
2025-08-20T21:18:55.2402036Z [36;1m#-------------#[0m
2025-08-20T21:18:55.2402360Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T21:18:55.2402951Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T21:18:55.2403638Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T21:18:55.2404092Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T21:18:55.2404577Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T21:18:55.2405146Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T21:18:55.2405569Z [36;1m  exit 1[0m
2025-08-20T21:18:55.2469254Z [36;1mfi[0m
2025-08-20T21:18:55.2506543Z shell: /usr/bin/bash -e {0}
2025-08-20T21:18:55.2506802Z env:
2025-08-20T21:18:55.2507166Z   RO_GHTOKEN: ***
2025-08-20T21:18:55.2507426Z   RO_GLTOKEN: ***
2025-08-20T21:18:55.2508679Z   MINISIGN_KEY: ***
2025-08-20T21:18:55.2508888Z ##[endgroup]
2025-08-20T21:18:55.2641095Z ##[group]Run ##Presets
2025-08-20T21:18:55.2641440Z [36;1m##Presets[0m
2025-08-20T21:18:55.2641646Z [36;1mset +x ; set +e[0m
2025-08-20T21:18:55.2641862Z [36;1m#-------------#[0m
2025-08-20T21:18:55.2642075Z [36;1m##Host Triplet[0m
2025-08-20T21:18:55.2642356Z [36;1m if [[ "x86_64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T21:18:55.2642693Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T21:18:55.2643006Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T21:18:55.2643324Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T21:18:55.2643619Z [36;1m   if [[ "x86_64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T21:18:55.2643950Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T21:18:55.2644280Z [36;1m   elif [[ "x86_64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T21:18:55.2644598Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T21:18:55.2644862Z [36;1m   fi[0m
2025-08-20T21:18:55.2645153Z [36;1m elif [[ "x86_64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T21:18:55.2645484Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T21:18:55.2645784Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T21:18:55.2646100Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T21:18:55.2646379Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T21:18:55.2646593Z [36;1m fi[0m
2025-08-20T21:18:55.2646861Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:18:55.2647242Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:18:55.2647609Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:18:55.2647957Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:18:55.2648222Z [36;1m##Debug[0m
2025-08-20T21:18:55.2648426Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T21:18:55.2648925Z [36;1m   export DEBUG="1"[0m
2025-08-20T21:18:55.2649150Z [36;1m else[0m
2025-08-20T21:18:55.2649340Z [36;1m   export DEBUG="0"[0m
2025-08-20T21:18:55.2649735Z [36;1m fi[0m
2025-08-20T21:18:55.2649947Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:18:55.2650223Z [36;1m##Docker Platform[0m
2025-08-20T21:18:55.2650504Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T21:18:55.2650822Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T21:18:55.2651147Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T21:18:55.2651488Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T21:18:55.2651803Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T21:18:55.2652123Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T21:18:55.2652432Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T21:18:55.2652745Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T21:18:55.2652988Z [36;1m fi[0m
2025-08-20T21:18:55.2653264Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:18:55.2653685Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:18:55.2654006Z [36;1m##GHCRPKG_URL[0m
2025-08-20T21:18:55.2654484Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/kubo/official" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T21:18:55.2654986Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T21:18:55.2655291Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:18:55.2655592Z [36;1m##Logs[0m
2025-08-20T21:18:55.2655856Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T21:18:55.2656117Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T21:18:55.2656345Z [36;1m else[0m
2025-08-20T21:18:55.2656539Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T21:18:55.2656792Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T21:18:55.2657039Z [36;1m fi[0m
2025-08-20T21:18:55.2657431Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:18:55.2657812Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:18:55.2658159Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T21:18:55.2658656Z [36;1m PKG_FAMILY_LOCAL="$(echo "kubo" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T21:18:55.2659039Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T21:18:55.2659354Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:18:55.2659670Z [36;1m##Rebuild[0m
2025-08-20T21:18:55.2659889Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T21:18:55.2660159Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T21:18:55.2660405Z [36;1m else[0m
2025-08-20T21:18:55.2660607Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T21:18:55.2660848Z [36;1m fi[0m
2025-08-20T21:18:55.2661097Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:18:55.2661416Z [36;1m ##SBUILD_URL[0m
2025-08-20T21:18:55.2661819Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T21:18:55.2662372Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T21:18:55.2663161Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/kubo/static.official.source.yaml" | tr -d '[:space:]')"[0m
2025-08-20T21:18:55.2663865Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T21:18:55.2664222Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T21:18:55.2664651Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T21:18:55.2665062Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T21:18:55.2665423Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:18:55.2665704Z [36;1m    exit 1[0m
2025-08-20T21:18:55.2665908Z [36;1m   else[0m
2025-08-20T21:18:55.2666110Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T21:18:55.2666559Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:18:55.2666885Z [36;1m    #Check for x_exec.host[0m
2025-08-20T21:18:55.2667215Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T21:18:55.2667554Z [36;1m      #check if supported[0m
2025-08-20T21:18:55.2667923Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T21:18:55.2668439Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T21:18:55.2668955Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T21:18:55.2669268Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:18:55.2669552Z [36;1m         exit 1[0m
2025-08-20T21:18:55.2669756Z [36;1m       fi[0m
2025-08-20T21:18:55.2669966Z [36;1m      #get build system[0m
2025-08-20T21:18:55.2670341Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T21:18:55.2670722Z [36;1m       export BUILD_SYS[0m
2025-08-20T21:18:55.2671008Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:18:55.2671362Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T21:18:55.2671696Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:18:55.2672019Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T21:18:55.2672343Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T21:18:55.2672674Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:18:55.2672995Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T21:18:55.2673271Z [36;1m       fi[0m
2025-08-20T21:18:55.2673599Z [36;1m     fi[0m
2025-08-20T21:18:55.2673788Z [36;1m   fi[0m
2025-08-20T21:18:55.2673992Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T21:18:55.2709477Z shell: /usr/bin/bash -e {0}
2025-08-20T21:18:55.2709723Z ##[endgroup]
2025-08-20T21:18:55.6517897Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:18:55.6521163Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:18:55.6521574Z 
2025-08-20T21:18:55.7881173Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:18:55.7882028Z 100  4217  100  4217    0     0  30550      0 --:--:-- --:--:-- --:--:-- 30781
2025-08-20T21:18:55.7895059Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/kubo/static.official.source.yaml
2025-08-20T21:18:55.8113620Z ##[group]Run ##Presets
2025-08-20T21:18:55.8113926Z [36;1m##Presets[0m
2025-08-20T21:18:55.8114139Z [36;1mset +x ; set +e[0m
2025-08-20T21:18:55.8114362Z [36;1m#-------------#[0m
2025-08-20T21:18:55.8114570Z [36;1m##Debug?[0m
2025-08-20T21:18:55.8114835Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:18:55.8115148Z [36;1m  set -x[0m
2025-08-20T21:18:55.8115336Z [36;1mfi[0m
2025-08-20T21:18:55.8115518Z [36;1m#-------------#[0m
2025-08-20T21:18:55.8115726Z [36;1m##CoreUtils[0m
2025-08-20T21:18:55.8115936Z [36;1msudo apt update -y[0m
2025-08-20T21:18:55.8116288Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T21:18:55.8117293Z [36;1msudo apt install apt-transport-https apt-utils ca-certificates coreutils dos2unix gnupg2 jq moreutils p7zip-full rename rsync software-properties-common texinfo tmux util-linux wget -y 2>/dev/null ; sudo apt update -y 2>/dev/null[0m
2025-08-20T21:18:55.8118204Z [36;1m##tmp[0m
2025-08-20T21:18:55.8119057Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T21:18:55.8119419Z [36;1m#GH ENV[0m
2025-08-20T21:18:55.8119652Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:18:55.8120143Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T21:18:55.8120416Z [36;1m#-------------#[0m
2025-08-20T21:18:55.8120642Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T21:18:55.8120888Z [36;1msudo apt update -y[0m
2025-08-20T21:18:55.8121133Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T21:18:55.8121387Z [36;1m##Setup Minisign[0m
2025-08-20T21:18:55.8121621Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T21:18:55.8122048Z [36;1mecho "***[0m
2025-08-20T21:18:55.8123308Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T21:18:55.8123605Z [36;1m##User-Agent[0m
2025-08-20T21:18:55.8124335Z [36;1mUSER_AGENT="$(curl -qfsSL 'https://raw.githubusercontent.com/pkgforge/devscripts/refs/heads/main/Misc/User-Agents/ua_chrome_macos_latest.txt')" && export USER_AGENT="${USER_AGENT}"[0m
2025-08-20T21:18:55.8125130Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:18:55.8164299Z shell: /usr/bin/bash -e {0}
2025-08-20T21:18:55.8164565Z env:
2025-08-20T21:18:55.8164756Z   CROSS_COMPILING: NO
2025-08-20T21:18:55.8164970Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:18:55.8165210Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:18:55.8165433Z   ON_QEMU: NO
2025-08-20T21:18:55.8165612Z   DEBUG: 0
2025-08-20T21:18:55.8165806Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:18:55.8166034Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:18:55.8166317Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/kubo/official
2025-08-20T21:18:55.8166615Z   KEEP_LOGS: YES
2025-08-20T21:18:55.8166810Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:18:55.8167023Z   PKG_FAMILY_LOCAL: kubo
2025-08-20T21:18:55.8167231Z   SBUILD_REBUILD: false
2025-08-20T21:18:55.8167768Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/kubo/static.official.source.yaml
2025-08-20T21:18:55.8168332Z   BUILD_SYS: docker://go
2025-08-20T21:18:55.8168756Z   BUILD_ON_HOST: FALSE
2025-08-20T21:18:55.8169006Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:18:55.8169210Z ##[endgroup]
2025-08-20T21:18:55.8508169Z 
2025-08-20T21:18:55.8508768Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:18:55.8509343Z 
2025-08-20T21:18:55.9122539Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:18:55.9445311Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:18:55.9468954Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
2025-08-20T21:18:55.9520114Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
2025-08-20T21:18:55.9533995Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease [126 kB]
2025-08-20T21:18:55.9566975Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:18:55.9676188Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T21:18:56.0803275Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1349 kB]
2025-08-20T21:18:56.0950662Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble-updates/main Translation-en [268 kB]
2025-08-20T21:18:56.0969083Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Components [175 kB]
2025-08-20T21:18:56.0992117Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1124 kB]
2025-08-20T21:18:56.1051631Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe Translation-en [288 kB]
2025-08-20T21:18:56.1080987Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Components [377 kB]
2025-08-20T21:18:56.1113649Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [1728 kB]
2025-08-20T21:18:56.1210602Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted Translation-en [382 kB]
2025-08-20T21:18:56.1239656Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Components [212 B]
2025-08-20T21:18:56.1250630Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Components [940 B]
2025-08-20T21:18:56.1851740Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-backports/main amd64 Components [7060 B]
2025-08-20T21:18:56.1912825Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe amd64 Components [19.2 kB]
2025-08-20T21:18:56.1915115Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble-backports/restricted amd64 Components [216 B]
2025-08-20T21:18:56.1916212Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Components [212 B]
2025-08-20T21:18:56.1929370Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Packages [1081 kB]
2025-08-20T21:18:56.1993697Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-security/main Translation-en [187 kB]
2025-08-20T21:18:56.2017549Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Components [21.6 kB]
2025-08-20T21:18:56.2030216Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Packages [881 kB]
2025-08-20T21:18:56.2082079Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble-security/universe Translation-en [195 kB]
2025-08-20T21:18:56.2100898Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Components [52.2 kB]
2025-08-20T21:18:56.2113552Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [1625 kB]
2025-08-20T21:18:56.2210224Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted Translation-en [359 kB]
2025-08-20T21:18:56.2236922Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Components [212 B]
2025-08-20T21:18:56.2244560Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-security/multiverse amd64 Components [208 B]
2025-08-20T21:18:56.3033525Z Get:32 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T21:18:56.3141298Z Get:33 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T21:18:56.3351320Z Get:34 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T21:19:00.1795379Z Fetched 10.6 MB in 1s (8466 kB/s)
2025-08-20T21:19:00.8928773Z Reading package lists...
2025-08-20T21:19:01.0677796Z Building dependency tree...
2025-08-20T21:19:01.0684247Z Reading state information...
2025-08-20T21:19:01.0844142Z 21 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:19:01.0955023Z 
2025-08-20T21:19:01.0955465Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:19:01.0955960Z 
2025-08-20T21:19:01.1080146Z Reading package lists...
2025-08-20T21:19:01.2783341Z Building dependency tree...
2025-08-20T21:19:01.2790915Z Reading state information...
2025-08-20T21:19:01.4321493Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:19:01.4322484Z bc set to manually installed.
2025-08-20T21:19:01.4323263Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:19:01.4324125Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T21:19:01.4324780Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:19:01.4325421Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:19:01.4326041Z The following additional packages will be installed:
2025-08-20T21:19:01.4326434Z   libtime-duration-perl
2025-08-20T21:19:01.4770587Z The following NEW packages will be installed:
2025-08-20T21:19:01.4778063Z   dos2unix fdupes libtime-duration-perl moreutils
2025-08-20T21:19:01.4958149Z 0 upgraded, 4 newly installed, 0 to remove and 21 not upgraded.
2025-08-20T21:19:01.5189458Z Need to get 616 kB of archives.
2025-08-20T21:19:01.5190264Z After this operation, 2255 kB of additional disk space will be used.
2025-08-20T21:19:01.5190997Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:19:01.6160360Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 fdupes amd64 1:2.3.0-1build1 [46.4 kB]
2025-08-20T21:19:01.6977109Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T21:19:01.7784039Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 moreutils amd64 0.69-1 [56.4 kB]
2025-08-20T21:19:01.8598698Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 dos2unix amd64 7.5.1-1 [501 kB]
2025-08-20T21:19:02.2015374Z Fetched 616 kB in 0s (1399 kB/s)
2025-08-20T21:19:02.2233922Z Selecting previously unselected package fdupes.
2025-08-20T21:19:02.2450238Z (Reading database ... 
2025-08-20T21:19:02.2450872Z (Reading database ... 5%
2025-08-20T21:19:02.2451361Z (Reading database ... 10%
2025-08-20T21:19:02.2451810Z (Reading database ... 15%
2025-08-20T21:19:02.2452329Z (Reading database ... 20%
2025-08-20T21:19:02.2452870Z (Reading database ... 25%
2025-08-20T21:19:02.2453352Z (Reading database ... 30%
2025-08-20T21:19:02.2453871Z (Reading database ... 35%
2025-08-20T21:19:02.2454367Z (Reading database ... 40%
2025-08-20T21:19:02.2454860Z (Reading database ... 45%
2025-08-20T21:19:02.2455395Z (Reading database ... 50%
2025-08-20T21:19:02.2568880Z (Reading database ... 55%
2025-08-20T21:19:02.2986669Z (Reading database ... 60%
2025-08-20T21:19:02.3305637Z (Reading database ... 65%
2025-08-20T21:19:02.3594482Z (Reading database ... 70%
2025-08-20T21:19:02.3869453Z (Reading database ... 75%
2025-08-20T21:19:02.4160523Z (Reading database ... 80%
2025-08-20T21:19:02.4710683Z (Reading database ... 85%
2025-08-20T21:19:02.5145064Z (Reading database ... 90%
2025-08-20T21:19:02.5754439Z (Reading database ... 95%
2025-08-20T21:19:02.5755013Z (Reading database ... 100%
2025-08-20T21:19:02.5755635Z (Reading database ... 219830 files and directories currently installed.)
2025-08-20T21:19:02.5797627Z Preparing to unpack .../fdupes_1%3a2.3.0-1build1_amd64.deb ...
2025-08-20T21:19:02.5826171Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T21:19:02.6090628Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T21:19:02.6224479Z Preparing to unpack .../libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T21:19:02.6239309Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T21:19:02.6530887Z Selecting previously unselected package moreutils.
2025-08-20T21:19:02.6665355Z Preparing to unpack .../moreutils_0.69-1_amd64.deb ...
2025-08-20T21:19:02.6679091Z Unpacking moreutils (0.69-1) ...
2025-08-20T21:19:02.7023795Z Selecting previously unselected package dos2unix.
2025-08-20T21:19:02.7157159Z Preparing to unpack .../dos2unix_7.5.1-1_amd64.deb ...
2025-08-20T21:19:02.7174411Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T21:19:02.8498266Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T21:19:02.8538901Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T21:19:02.8574141Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T21:19:02.8613448Z Setting up moreutils (0.69-1) ...
2025-08-20T21:19:02.8650240Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:19:12.9409848Z 
2025-08-20T21:19:12.9410420Z Running kernel seems to be up-to-date.
2025-08-20T21:19:12.9410922Z 
2025-08-20T21:19:12.9411043Z Restarting services...
2025-08-20T21:19:12.9479790Z 
2025-08-20T21:19:12.9480098Z Service restarts being deferred:
2025-08-20T21:19:12.9481857Z  systemctl restart hosted-compute-agent.service
2025-08-20T21:19:12.9482226Z 
2025-08-20T21:19:12.9482464Z No containers need to be restarted.
2025-08-20T21:19:12.9482763Z 
2025-08-20T21:19:12.9482966Z No user sessions are running outdated binaries.
2025-08-20T21:19:12.9483310Z 
2025-08-20T21:19:12.9483620Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T21:19:13.8082469Z Reading package lists...
2025-08-20T21:19:13.9677401Z Building dependency tree...
2025-08-20T21:19:13.9685284Z Reading state information...
2025-08-20T21:19:14.1178724Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T21:19:14.1179536Z apt-utils is already the newest version (2.8.3).
2025-08-20T21:19:14.1180141Z apt-utils set to manually installed.
2025-08-20T21:19:14.1180801Z ca-certificates is already the newest version (20240203).
2025-08-20T21:19:14.1182073Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:19:14.1182700Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:19:14.1183296Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T21:19:14.1183948Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:19:14.1184555Z moreutils is already the newest version (0.69-1).
2025-08-20T21:19:14.1185190Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:19:14.1185674Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:19:14.1186048Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:19:14.1186423Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T21:19:14.1186747Z tmux set to manually installed.
2025-08-20T21:19:14.1187103Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T21:19:14.1187509Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:19:14.1187886Z The following additional packages will be installed:
2025-08-20T21:19:14.1188238Z   python3-software-properties
2025-08-20T21:19:14.1188686Z Recommended packages:
2025-08-20T21:19:14.1188973Z   unattended-upgrades
2025-08-20T21:19:14.1438170Z The following NEW packages will be installed:
2025-08-20T21:19:14.1438837Z   rename
2025-08-20T21:19:14.1447031Z The following packages will be upgraded:
2025-08-20T21:19:14.1447640Z   python3-software-properties software-properties-common
2025-08-20T21:19:14.1600333Z 2 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:19:14.1822313Z Need to get 64.7 kB of archives.
2025-08-20T21:19:14.1822992Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T21:19:14.1823656Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:19:14.2816413Z 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-20T21:19:14.3627420Z 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-20T21:19:14.4433695Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 rename all 2.02-1 [20.3 kB]
2025-08-20T21:19:14.6894865Z Fetched 64.7 kB in 0s (238 kB/s)
2025-08-20T21:19:14.7141731Z (Reading database ... 
2025-08-20T21:19:14.7142202Z (Reading database ... 5%
2025-08-20T21:19:14.7142614Z (Reading database ... 10%
2025-08-20T21:19:14.7143018Z (Reading database ... 15%
2025-08-20T21:19:14.7143325Z (Reading database ... 20%
2025-08-20T21:19:14.7143574Z (Reading database ... 25%
2025-08-20T21:19:14.7143832Z (Reading database ... 30%
2025-08-20T21:19:14.7144303Z (Reading database ... 35%
2025-08-20T21:19:14.7144562Z (Reading database ... 40%
2025-08-20T21:19:14.7144813Z (Reading database ... 45%
2025-08-20T21:19:14.7145067Z (Reading database ... 50%
2025-08-20T21:19:14.7221638Z (Reading database ... 55%
2025-08-20T21:19:14.7254096Z (Reading database ... 60%
2025-08-20T21:19:14.7274574Z (Reading database ... 65%
2025-08-20T21:19:14.7306773Z (Reading database ... 70%
2025-08-20T21:19:14.7330609Z (Reading database ... 75%
2025-08-20T21:19:14.7358303Z (Reading database ... 80%
2025-08-20T21:19:14.7490728Z (Reading database ... 85%
2025-08-20T21:19:14.7576986Z (Reading database ... 90%
2025-08-20T21:19:14.7826845Z (Reading database ... 95%
2025-08-20T21:19:14.7827345Z (Reading database ... 100%
2025-08-20T21:19:14.7828013Z (Reading database ... 219999 files and directories currently installed.)
2025-08-20T21:19:14.7866946Z Preparing to unpack .../software-properties-common_0.99.49.3_all.deb ...
2025-08-20T21:19:14.8683115Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T21:19:14.9242801Z Preparing to unpack .../python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T21:19:15.0163896Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T21:19:15.0432950Z Selecting previously unselected package rename.
2025-08-20T21:19:15.0570472Z Preparing to unpack .../archives/rename_2.02-1_all.deb ...
2025-08-20T21:19:15.0581521Z Unpacking rename (2.02-1) ...
2025-08-20T21:19:15.1009607Z Setting up rename (2.02-1) ...
2025-08-20T21:19:15.1077360Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T21:19:15.1098124Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T21:19:15.2245381Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T21:19:15.3238946Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:19:19.3906302Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T21:19:20.8516501Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:19:20.8823847Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:19:20.8834575Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T21:19:20.8851831Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T21:19:20.8876617Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:19:20.8881463Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T21:19:20.9744142Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:19:22.0016795Z Reading package lists...
2025-08-20T21:19:22.1497908Z Building dependency tree...
2025-08-20T21:19:22.1504494Z Reading state information...
2025-08-20T21:19:22.1636881Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:19:22.1786155Z 
2025-08-20T21:19:22.1786857Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:19:22.1787418Z 
2025-08-20T21:19:22.2284627Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:19:22.2562182Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:19:22.2577290Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T21:19:22.2584523Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T21:19:22.2592356Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T21:19:22.2721297Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:19:22.2836930Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:19:23.3891463Z Reading package lists...
2025-08-20T21:19:23.5417589Z Building dependency tree...
2025-08-20T21:19:23.5424430Z Reading state information...
2025-08-20T21:19:23.5556758Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:19:23.5666654Z 
2025-08-20T21:19:23.5667733Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:19:23.5668100Z 
2025-08-20T21:19:23.5794345Z Reading package lists...
2025-08-20T21:19:23.7404623Z Building dependency tree...
2025-08-20T21:19:23.7412281Z Reading state information...
2025-08-20T21:19:23.8922711Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:19:23.9290825Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:19:23.9571136Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T21:19:23.9950513Z ##[group]Run ##Presets
2025-08-20T21:19:23.9950807Z [36;1m##Presets[0m
2025-08-20T21:19:23.9951025Z [36;1mset +x ; set +e[0m
2025-08-20T21:19:23.9951283Z [36;1m#-------------#[0m
2025-08-20T21:19:23.9951526Z [36;1m##Debug?[0m
2025-08-20T21:19:23.9951793Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:19:23.9952150Z [36;1m  set -x[0m
2025-08-20T21:19:23.9952355Z [36;1mfi[0m
2025-08-20T21:19:23.9952556Z [36;1m#-------------#[0m
2025-08-20T21:19:23.9953028Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T21:19:23.9953647Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T21:19:23.9954232Z [36;1msudo service procps restart[0m
2025-08-20T21:19:23.9954521Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T21:19:23.9994001Z shell: /usr/bin/bash -e {0}
2025-08-20T21:19:23.9994255Z env:
2025-08-20T21:19:23.9994488Z   CROSS_COMPILING: NO
2025-08-20T21:19:23.9994725Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:19:23.9994981Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:19:23.9995222Z   ON_QEMU: NO
2025-08-20T21:19:23.9995418Z   DEBUG: 0
2025-08-20T21:19:23.9995617Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:19:24.0014924Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:19:24.0015267Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/kubo/official
2025-08-20T21:19:24.0015591Z   KEEP_LOGS: YES
2025-08-20T21:19:24.0015806Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:19:24.0016037Z   PKG_FAMILY_LOCAL: kubo
2025-08-20T21:19:24.0016273Z   SBUILD_REBUILD: false
2025-08-20T21:19:24.0016830Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/kubo/static.official.source.yaml
2025-08-20T21:19:24.0017425Z   BUILD_SYS: docker://go
2025-08-20T21:19:24.0017666Z   BUILD_ON_HOST: FALSE
2025-08-20T21:19:24.0017880Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:19:24.0018096Z   SYSTMP: /tmp
2025-08-20T21:19:24.0018299Z   GHA_MODE: MATRIX
2025-08-20T21:19:24.0019103Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:19:24.0019618Z ##[endgroup]
2025-08-20T21:19:24.0141805Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T21:19:24.0213373Z 0
2025-08-20T21:19:24.0592464Z vm.max_map_count = 262144
2025-08-20T21:19:24.0592951Z fs.inotify.max_user_watches = 655360
2025-08-20T21:19:24.0593337Z fs.inotify.max_user_instances = 1280
2025-08-20T21:19:24.0593613Z vm.mmap_rnd_bits = 28
2025-08-20T21:19:24.0665244Z ##[group]Run ##Presets
2025-08-20T21:19:24.0665577Z [36;1m##Presets[0m
2025-08-20T21:19:24.0665797Z [36;1mset +x ; set +e[0m
2025-08-20T21:19:24.0666020Z [36;1m#-------------#[0m
2025-08-20T21:19:24.0666240Z [36;1m##Debug?[0m
2025-08-20T21:19:24.0666487Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:19:24.0666789Z [36;1m  set -x[0m
2025-08-20T21:19:24.0666977Z [36;1mfi[0m
2025-08-20T21:19:24.0667158Z [36;1m#-------------#[0m
2025-08-20T21:19:24.0667361Z [36;1m##Main[0m
2025-08-20T21:19:24.0667585Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T21:19:24.0668245Z [36;1m curl -qfsSL "https://raw.githubusercontent.com/pkgforge/bincache/refs/heads/main/scripts/runner/builder.sh" -o "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T21:19:24.0669276Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T21:19:24.0669663Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T21:19:24.0669946Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T21:19:24.0670213Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T21:19:24.0670521Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T21:19:24.0670852Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T21:19:24.0671163Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T21:19:24.0671507Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T21:19:24.0671809Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T21:19:24.0672146Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T21:19:24.0672526Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T21:19:24.0672818Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T21:19:24.0673083Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T21:19:24.0673368Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T21:19:24.0673656Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T21:19:24.0673941Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T21:19:24.0674225Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T21:19:24.0674529Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T21:19:24.0675043Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T21:19:24.0675343Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T21:19:24.0675657Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T21:19:24.0675971Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T21:19:24.0676274Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T21:19:24.0676571Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T21:19:24.0676847Z [36;1m     "${POD_ID}" \[0m
2025-08-20T21:19:24.0677196Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T21:19:24.0677649Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T21:19:24.0678121Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T21:19:24.0678714Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T21:19:24.0679107Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T21:19:24.0679456Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T21:19:24.0680096Z [36;1m   sudo chown -Rv "$(whoami):$(whoami)" "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T21:19:24.0680887Z [36;1m   sudo chmod -R +xwr "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T21:19:24.0681423Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T21:19:24.0681697Z [36;1m else[0m
2025-08-20T21:19:24.0682164Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T21:19:24.0682536Z [36;1m fi[0m
2025-08-20T21:19:24.0682780Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T21:19:24.0683177Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T21:19:24.0683598Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:19:24.0683990Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:19:24.0684395Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:19:24.0684795Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:19:24.0685208Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:19:24.0685622Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:19:24.0686043Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:19:24.0686464Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T21:19:24.0686782Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T21:19:24.0725346Z shell: /usr/bin/bash -e {0}
2025-08-20T21:19:24.0725583Z env:
2025-08-20T21:19:24.0725770Z   CROSS_COMPILING: NO
2025-08-20T21:19:24.0725991Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:19:24.0726229Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:19:24.0726469Z   ON_QEMU: NO
2025-08-20T21:19:24.0726646Z   DEBUG: 0
2025-08-20T21:19:24.0726830Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:19:24.0727059Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:19:24.0727344Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/kubo/official
2025-08-20T21:19:24.0727640Z   KEEP_LOGS: YES
2025-08-20T21:19:24.0727828Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:19:24.0728040Z   PKG_FAMILY_LOCAL: kubo
2025-08-20T21:19:24.0728253Z   SBUILD_REBUILD: false
2025-08-20T21:19:24.0729025Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/kubo/static.official.source.yaml
2025-08-20T21:19:24.0729620Z   BUILD_SYS: docker://go
2025-08-20T21:19:24.0729842Z   BUILD_ON_HOST: FALSE
2025-08-20T21:19:24.0730203Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:19:24.0730405Z   SYSTMP: /tmp
2025-08-20T21:19:24.0730589Z   GHA_MODE: MATRIX
2025-08-20T21:19:24.0731029Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:19:24.0731989Z   GHCR_TOKEN: ***
2025-08-20T21:19:24.0732298Z   GITHUB_TOKEN: ***
2025-08-20T21:19:24.0732563Z   GITLAB_TOKEN: ***
2025-08-20T21:19:24.0733679Z   MINISIGN_KEY: ***
2025-08-20T21:19:24.0733930Z ##[endgroup]
2025-08-20T21:19:24.2317020Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T21:19:24.2960679Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:19:24.2961276Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:19:24.2961739Z 
2025-08-20T21:19:24.3240376Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:19:24.3241063Z 100  4217  100  4217    0     0   146k      0 --:--:-- --:--:-- --:--:--  147k
2025-08-20T21:19:24.3251957Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/kubo/static.official.source.yaml
2025-08-20T21:19:24.3334858Z 
2025-08-20T21:19:24.3335174Z [+] Building [/tmp/tmp.AAtdd20U9p/SBUILD_INPUT] Locally
2025-08-20T21:19:24.3335569Z 
2025-08-20T21:19:24.3349028Z '/tmp/tmp.AAtdd20U9p/SBUILD_INPUT' -> '/tmp/pkgforge/RPTsk6oNs_build.yaml'
2025-08-20T21:19:24.4136947Z 
2025-08-20T21:19:24.4137345Z [+] Passwordless sudo is Configured
2025-08-20T21:19:24.4720447Z 
2025-08-20T21:19:24.4732359Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T21:19:24.4732630Z 
2025-08-20T21:19:24.5196978Z 
2025-08-20T21:19:24.5198361Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/x86_64-Linux
2025-08-20T21:19:24.5199198Z 
2025-08-20T21:19:24.5199203Z 
2025-08-20T21:19:24.5199458Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T21:19:24.5199769Z 
2025-08-20T21:19:24.5366043Z [+] Installing: 7z -> 7z
2025-08-20T21:19:25.3161354Z [+] Installing: actionlint -> actionlint
2025-08-20T21:19:25.9949816Z [+] Installing: anew -> anew
2025-08-20T21:19:26.6885131Z [+] Installing: anew-rs -> anew-rs
2025-08-20T21:19:27.1953920Z [+] Installing: ansi2html -> ansi2html
2025-08-20T21:19:27.8070408Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T21:19:28.4104686Z [+] Installing: archey -> archey
2025-08-20T21:19:28.9618222Z [+] Installing: aria2 -> aria2c
2025-08-20T21:19:29.8351403Z [+] Installing: askalono -> askalono
2025-08-20T21:19:30.3837208Z [+] Installing: bsdtar -> bsdtar
2025-08-20T21:19:30.9976104Z [+] Installing: b3sum -> b3sum
2025-08-20T21:19:31.6723007Z [+] Installing: bita -> bita
2025-08-20T21:19:32.2325615Z [+] Installing: btop -> btop
2025-08-20T21:19:32.8230910Z [+] Installing: chafa -> chafa
2025-08-20T21:19:32.9774562Z [+] Installing: cloudflared -> cloudflared
2025-08-20T21:19:34.3694614Z [+] Installing: croc -> croc
2025-08-20T21:19:34.9207187Z [+] Installing: csvtk -> csvtk
2025-08-20T21:19:35.6389936Z [+] Installing: cutlines -> cutlines
2025-08-20T21:19:36.1316072Z curl: (22) The requested URL returned error: 404
2025-08-20T21:19:36.1352924Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T21:19:36.1353837Z [+] Installing: dbin -> dbin
2025-08-20T21:19:36.8348960Z [+] Installing: dasel -> dasel
2025-08-20T21:19:37.4649785Z [+] Installing: delta -> delta
2025-08-20T21:19:38.2068041Z [+] Installing: ds -> ds
2025-08-20T21:19:38.2786507Z curl: (22) The requested URL returned error: 404
2025-08-20T21:19:38.2821215Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T21:19:38.2822477Z [+] Installing: dos2unix -> dos2unix
2025-08-20T21:19:38.7658478Z [+] Installing: duf -> duf
2025-08-20T21:19:38.8676824Z [+] Installing: duplicut -> duplicut
2025-08-20T21:19:39.4122688Z [+] Installing: dust -> dust
2025-08-20T21:19:40.1523752Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T21:19:40.2829942Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T21:19:40.4176074Z [+] Installing: dysk -> dysk
2025-08-20T21:19:40.9465250Z [+] Installing: eget -> eget
2025-08-20T21:19:41.6087411Z [+] Installing: epoch -> epoch
2025-08-20T21:19:42.1120645Z [+] Installing: faketty -> faketty
2025-08-20T21:19:42.2046550Z [+] Installing: fastfetch -> fastfetch
2025-08-20T21:19:42.5303604Z [+] Installing: freeze -> freeze
2025-08-20T21:19:43.6041341Z [+] Installing: fusermount3 -> fusermount
2025-08-20T21:19:44.1335689Z [+] Installing: gdu -> gdu
2025-08-20T21:19:44.7005304Z [+] Installing: gh -> gh
2025-08-20T21:19:44.9296488Z [+] Installing: gitleaks -> gitleaks
2025-08-20T21:19:45.1858068Z [+] Installing: git-sizer -> git-sizer
2025-08-20T21:19:45.8811888Z [+] Installing: glab -> glab
2025-08-20T21:19:46.5402071Z [+] Installing: glow -> glow
2025-08-20T21:19:46.7153710Z [+] Installing: httpx -> httpx
2025-08-20T21:19:46.9219312Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T21:19:47.7516173Z [+] Installing: husarnet -> husarnet
2025-08-20T21:19:48.2357055Z curl: (22) The requested URL returned error: 404
2025-08-20T21:19:48.2393799Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T21:19:48.2394963Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T21:19:48.7327838Z curl: (22) The requested URL returned error: 404
2025-08-20T21:19:48.7365493Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T21:19:48.7366403Z [+] Installing: imgcat -> imgcat
2025-08-20T21:19:48.9308074Z [+] Installing: jc -> jc
2025-08-20T21:19:49.5243348Z [+] Installing: jq -> jq
2025-08-20T21:19:50.0505605Z [+] Installing: logdy -> logdy
2025-08-20T21:19:50.7696705Z [+] Installing: micro -> micro
2025-08-20T21:19:51.4154946Z [+] Installing: miniserve -> miniserve
2025-08-20T21:19:52.0520195Z [+] Installing: minisign -> minisign
2025-08-20T21:19:52.5772985Z [+] Installing: ncdu -> ncdu
2025-08-20T21:19:52.7735670Z [+] Installing: notify -> notify
2025-08-20T21:19:53.4070844Z [+] Installing: ouch -> ouch
2025-08-20T21:19:53.8226910Z [+] Installing: oras -> oras
2025-08-20T21:19:54.3522327Z [+] Installing: pipetty -> pipetty
2025-08-20T21:19:54.4353870Z [+] Installing: pixterm -> pixterm
2025-08-20T21:19:54.8593569Z [+] Installing: qsv -> qsv
2025-08-20T21:19:56.1152207Z [+] Installing: rclone -> rclone
2025-08-20T21:19:56.7847431Z [+] Installing: ripgrep -> rg
2025-08-20T21:19:57.3389006Z [+] Installing: rga -> rga
2025-08-20T21:19:58.1535847Z [+] Installing: rsync -> rsync
2025-08-20T21:19:58.8670508Z [+] Installing: script -> script
2025-08-20T21:19:59.3601763Z [+] Installing: shellcheck -> shellcheck
2025-08-20T21:20:00.0021147Z [+] Installing: soar -> soar
2025-08-20T21:20:00.2247969Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T21:20:00.8340826Z [+] Installing: sstrip -> sstrip
2025-08-20T21:20:01.4506389Z [+] Installing: strace -> strace
2025-08-20T21:20:02.0941106Z [+] Installing: sttr -> sttr
2025-08-20T21:20:02.2925072Z [+] Installing: tailscale -> tailscale
2025-08-20T21:20:02.9451393Z [+] Installing: tailscaled -> tailscaled
2025-08-20T21:20:04.2412213Z [+] Installing: taplo -> taplo
2025-08-20T21:20:05.1537072Z [+] Installing: tldr -> tldr
2025-08-20T21:20:05.7234667Z [+] Installing: tldr -> tealdeer
2025-08-20T21:20:06.2689709Z [+] Installing: tmux -> tmux
2025-08-20T21:20:06.7636708Z [+] Installing: tok -> tok
2025-08-20T21:20:06.9359576Z [+] Installing: trufflehog -> trufflehog
2025-08-20T21:20:07.9504760Z [+] Installing: trurl -> trurl
2025-08-20T21:20:08.0864534Z [+] Installing: tss -> tss
2025-08-20T21:20:08.3703062Z [+] Installing: ulexec -> ulexec
2025-08-20T21:20:08.6123062Z [+] Installing: unfurl -> unfurl
2025-08-20T21:20:09.3267406Z [+] Installing: upx -> upx
2025-08-20T21:20:09.9153843Z [+] Installing: validtoml -> validtoml
2025-08-20T21:20:10.1027918Z [+] Installing: wget -> wget
2025-08-20T21:20:10.3145253Z [+] Installing: wget2 -> wget2
2025-08-20T21:20:11.1447179Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T21:20:11.8161764Z [+] Installing: xq -> xq
2025-08-20T21:20:13.1210713Z [+] Installing: xz -> xz
2025-08-20T21:20:13.7134299Z [+] Installing: unxz -> unxz
2025-08-20T21:20:13.9079869Z [+] Installing: yq -> yq
2025-08-20T21:20:14.8755961Z [+] Installing: yj -> yj
2025-08-20T21:20:15.5685227Z [+] Installing: zapper -> zapper
2025-08-20T21:20:16.0731150Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T21:20:16.3294996Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T21:20:16.5046642Z curl: (22) The requested URL returned error: 404
2025-08-20T21:20:16.5089124Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T21:20:16.5090025Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T21:20:16.6620386Z curl: (22) The requested URL returned error: 404
2025-08-20T21:20:16.6660600Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T21:20:16.6661627Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T21:20:17.2367589Z curl: (22) The requested URL returned error: 404
2025-08-20T21:20:17.2413318Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T21:20:17.2414358Z [+] Installing: zstd -> zstd
2025-08-20T21:20:17.4769872Z [+] Creating symlinks...
2025-08-20T21:20:17.4860350Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T21:20:17.4956716Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T21:20:17.5056393Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T21:20:17.5153262Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T21:20:17.5250668Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T21:20:17.5347055Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T21:20:17.5444466Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T21:20:17.5543121Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T21:20:17.5642695Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T21:20:17.5741613Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T21:20:17.5841934Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T21:20:17.5941482Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T21:20:17.6038271Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T21:20:17.6135238Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T21:20:17.6236765Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T21:20:17.6337892Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T21:20:17.6437082Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T21:20:17.6475542Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T21:20:17.6566075Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T21:20:17.6665950Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T21:20:17.6765705Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T21:20:17.6803531Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T21:20:17.6892266Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T21:20:17.6989230Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T21:20:17.7084708Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T21:20:17.7181235Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T21:20:17.7276810Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T21:20:17.7372032Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T21:20:17.7466421Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T21:20:17.7564206Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T21:20:17.7660138Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T21:20:17.7757360Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T21:20:17.7854160Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T21:20:17.7951343Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T21:20:17.8048112Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T21:20:17.8144755Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T21:20:17.8244445Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T21:20:17.8346984Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T21:20:17.8450775Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T21:20:17.8555605Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T21:20:17.8660652Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T21:20:17.8763288Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T21:20:17.8863026Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T21:20:17.8968093Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T21:20:17.9009785Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T21:20:17.9039682Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T21:20:17.9136214Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T21:20:17.9235656Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T21:20:17.9338734Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T21:20:17.9436123Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T21:20:17.9534527Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T21:20:17.9633013Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T21:20:17.9729919Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T21:20:17.9831292Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T21:20:17.9933284Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T21:20:18.0034071Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T21:20:18.0133638Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T21:20:18.0230494Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T21:20:18.0326751Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T21:20:18.0423812Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T21:20:18.0520804Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T21:20:18.0624232Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T21:20:18.0723156Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T21:20:18.0820892Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T21:20:18.0919043Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T21:20:18.1016306Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T21:20:18.1112969Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T21:20:18.1208775Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T21:20:18.1303889Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T21:20:18.1399940Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T21:20:18.1496848Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T21:20:18.1593187Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T21:20:18.1687895Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T21:20:18.1785543Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T21:20:18.1882268Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T21:20:18.1978080Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T21:20:18.2075129Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T21:20:18.2173957Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T21:20:18.2272163Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T21:20:18.2370299Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T21:20:18.2467078Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T21:20:18.2566858Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T21:20:18.2664112Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T21:20:18.2760408Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T21:20:18.2856849Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T21:20:18.2955651Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T21:20:18.3052445Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T21:20:18.3147464Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T21:20:18.3241263Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T21:20:18.3336068Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T21:20:18.3432455Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T21:20:18.3529213Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T21:20:18.3624973Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T21:20:18.3719384Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T21:20:18.3815268Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T21:20:18.3852636Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T21:20:18.3880661Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T21:20:18.3907971Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T21:20:18.3994182Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T21:20:18.4020455Z 
2025-08-20T21:20:18.4021082Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T21:20:18.4021493Z 
2025-08-20T21:20:18.4034759Z 
2025-08-20T21:20:18.4125780Z 
2025-08-20T21:20:18.4126132Z [+] Disk Size (/usr/local/bin) :: 931M --> 1.9G
2025-08-20T21:20:18.4126452Z 
2025-08-20T21:20:18.4126618Z [+] Installation completed!
2025-08-20T21:20:18.4197441Z 
2025-08-20T21:20:18.4197629Z [+] GITHUB_TOKEN is Exported
2025-08-20T21:20:18.8456048Z github.com
2025-08-20T21:20:18.8457142Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T21:20:18.8457879Z   - Active account: true
2025-08-20T21:20:18.8458336Z   - Git operations protocol: https
2025-08-20T21:20:18.8459128Z   - Token: ghp_************************************
2025-08-20T21:20:18.8460605Z   - Token scopes: 'public_repo', 'read:discussion', 'read:enterprise', 'read:gpg_key', 'read:packages', 'read:project', 'read:public_key', 'read:ssh_signing_key', 'repo_deployment', 'user:email'
2025-08-20T21:20:18.8462337Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T21:20:18.8463206Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T21:20:19.0577940Z Limit: 5000, Remaining: 4210, Reset: 2025-08-20 21:25:35 +0000 UTC (5m16s)
2025-08-20T21:20:19.0587017Z 
2025-08-20T21:20:19.0587190Z [+] GHCR_TOKEN is Exported
2025-08-20T21:20:19.0625165Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T21:20:19.4675773Z Login Succeeded
2025-08-20T21:20:19.4693284Z 
2025-08-20T21:20:19.4693472Z [+] GITLAB is Exported
2025-08-20T21:20:19.6823441Z [git remote -v]
2025-08-20T21:20:19.9068127Z gitlab.com
2025-08-20T21:20:19.9069251Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T21:20:19.9070227Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T21:20:19.9070984Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T21:20:19.9071669Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T21:20:19.9072328Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T21:20:19.9072858Z   ✓ Token found: **************************
2025-08-20T21:20:19.9073063Z 
2025-08-20T21:20:19.9073644Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T21:20:19.9074353Z [git remote -v]
2025-08-20T21:20:19.9087572Z 2025/08/20 21:20:19 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T21:20:19.9088938Z git: exit status 128]
2025-08-20T21:20:20.1857884Z 
2025-08-20T21:20:20.1857894Z 
2025-08-20T21:20:20.1858924Z  [+] Started Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (09:20:20 PM)
2025-08-20T21:20:20.1859362Z 
2025-08-20T21:20:20.1859365Z 
2025-08-20T21:20:20.1859446Z [+] USER = runner
2025-08-20T21:20:20.1859650Z [+] HOME = /home/runner
2025-08-20T21:20:20.1865444Z [+] 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-20T21:20:20.1868880Z 
2025-08-20T21:20:20.2471544Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:20:20.2773426Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:20:20.2802524Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T21:20:20.2811941Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T21:20:20.2815861Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T21:20:20.2929986Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:20:20.2991573Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:20:21.4311217Z Reading package lists...
2025-08-20T21:20:21.4621822Z Reading package lists...
2025-08-20T21:20:21.6232840Z Building dependency tree...
2025-08-20T21:20:21.6240423Z Reading state information...
2025-08-20T21:20:21.7926786Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T21:20:21.7927336Z apt-utils is already the newest version (2.8.3).
2025-08-20T21:20:21.7927764Z ca-certificates is already the newest version (20240203).
2025-08-20T21:20:21.7928196Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:20:21.7928955Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T21:20:21.7929367Z moreutils is already the newest version (0.69-1).
2025-08-20T21:20:21.7929843Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T21:20:21.7930354Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T21:20:21.7931073Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:20:21.8520371Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:20:21.8778003Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:20:21.8796437Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T21:20:21.8806116Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T21:20:21.8813234Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T21:20:21.9953557Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:20:21.9992689Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:20:22.9961738Z Reading package lists...
2025-08-20T21:20:23.0284106Z Reading package lists...
2025-08-20T21:20:23.2041974Z Building dependency tree...
2025-08-20T21:20:23.2049360Z Reading state information...
2025-08-20T21:20:23.3705980Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T21:20:23.3706921Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:20:23.3707448Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:20:23.3707940Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:20:23.3708453Z ca-certificates is already the newest version (20240203).
2025-08-20T21:20:23.3709323Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T21:20:23.3709803Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:20:23.3710526Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T21:20:23.3711161Z gawk set to manually installed.
2025-08-20T21:20:23.3711735Z git-lfs is already the newest version (3.7.0).
2025-08-20T21:20:23.3712362Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:20:23.3712953Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:20:23.3713327Z make is already the newest version (4.3-4.1build2).
2025-08-20T21:20:23.3713752Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:20:23.3714174Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:20:23.3714549Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:20:23.3715235Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:20:23.3715608Z The following additional packages will be installed:
2025-08-20T21:20:23.3716099Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T21:20:23.3716621Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T21:20:23.3726384Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T21:20:23.3727059Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T21:20:23.3727649Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T21:20:23.3728296Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T21:20:23.3728879Z Suggested packages:
2025-08-20T21:20:23.3729362Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T21:20:23.3730105Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T21:20:23.3730607Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T21:20:23.3731086Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T21:20:23.3731552Z   inkscape poppler-utils fonts-japanese-mincho | fonts-ipafont-mincho
2025-08-20T21:20:23.3731994Z   fonts-japanese-gothic | fonts-ipafont-gothic fonts-arphic-ukai
2025-08-20T21:20:23.3732345Z   fonts-arphic-uming fonts-nanum
2025-08-20T21:20:23.4155745Z The following NEW packages will be installed:
2025-08-20T21:20:23.4156612Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T21:20:23.4157695Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T21:20:23.4159333Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T21:20:23.4160180Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T21:20:23.4160818Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T21:20:23.4163690Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T21:20:23.4164898Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T21:20:23.4348266Z 0 upgraded, 36 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:20:23.4349084Z Need to get 27.5 MB of archives.
2025-08-20T21:20:23.4349667Z After this operation, 93.0 MB of additional disk space will be used.
2025-08-20T21:20:23.4350346Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:20:23.5311413Z 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-20T21:20:23.7898453Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T21:20:24.0493764Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 b3sum amd64 1.2.0-1 [388 kB]
2025-08-20T21:20:24.1422273Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 build-essential amd64 12.10ubuntu1 [4928 B]
2025-08-20T21:20:24.2244000Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libhiredis1.1.0 amd64 1.2.0-6ubuntu3 [41.4 kB]
2025-08-20T21:20:24.3083929Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 ccache amd64 4.9.1-1 [592 kB]
2025-08-20T21:20:24.4738455Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T21:20:24.6343588Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T21:20:24.8000619Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-utils amd64 1:7.7+6build3 [94.4 kB]
2025-08-20T21:20:24.8837671Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T21:20:25.5296878Z 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-20T21:20:25.6128871Z 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-20T21:20:25.7736858Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libidn12 amd64 1.42-1build1 [55.9 kB]
2025-08-20T21:20:25.8593407Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libijs-0.35 amd64 0.35-15.1build1 [15.3 kB]
2025-08-20T21:20:25.9412881Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjbig2dec0 amd64 0.20-1build3 [65.0 kB]
2025-08-20T21:20:26.0354697Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper1 amd64 1.1.29build1 [13.4 kB]
2025-08-20T21:20:26.1174074Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs10 amd64 10.02.1~dfsg1-0ubuntu7.7 [3897 kB]
2025-08-20T21:20:26.5239499Z 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-20T21:20:26.6107824Z 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-20T21:20:26.7009294Z 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-20T21:20:26.7826667Z 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-20T21:20:26.8645956Z 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-20T21:20:27.0294607Z 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-20T21:20:27.1113468Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjxr0t64 amd64 1.2~git20170615.f752187-5.1ubuntu2 [181 kB]
2025-08-20T21:20:27.1985864Z 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-20T21:20:27.2800381Z 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-20T21:20:27.4530684Z 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-20T21:20:27.5363263Z 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-20T21:20:27.6186163Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libnetpbm11t64 amd64 2:11.05.02-1.1build1 [114 kB]
2025-08-20T21:20:27.7002427Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper-utils amd64 1.1.29build1 [8650 B]
2025-08-20T21:20:27.7819056Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtool-bin amd64 2.4.7-7build1 [84.1 kB]
2025-08-20T21:20:27.8636864Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 lzip amd64 1.24.1-1build1 [83.1 kB]
2025-08-20T21:20:27.9490660Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netpbm amd64 2:11.05.02-1.1build1 [2054 kB]
2025-08-20T21:20:28.1927360Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl amd64 1.2.4-2 [416 kB]
2025-08-20T21:20:28.3534700Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-dev amd64 1.2.4-2 [616 kB]
2025-08-20T21:20:28.5160190Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-tools amd64 1.2.4-2 [5540 B]
2025-08-20T21:20:28.7629272Z Preconfiguring packages ...
2025-08-20T21:20:28.8218031Z Fetched 27.5 MB in 5s (5395 kB/s)
2025-08-20T21:20:28.8435992Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T21:20:28.8491349Z (Reading database ... 
2025-08-20T21:20:28.8491832Z (Reading database ... 5%
2025-08-20T21:20:28.8492231Z (Reading database ... 10%
2025-08-20T21:20:28.8492639Z (Reading database ... 15%
2025-08-20T21:20:28.8493048Z (Reading database ... 20%
2025-08-20T21:20:28.8493728Z (Reading database ... 25%
2025-08-20T21:20:28.8494124Z (Reading database ... 30%
2025-08-20T21:20:28.8494522Z (Reading database ... 35%
2025-08-20T21:20:28.8494915Z (Reading database ... 40%
2025-08-20T21:20:28.8495301Z (Reading database ... 45%
2025-08-20T21:20:28.8495621Z (Reading database ... 50%
2025-08-20T21:20:28.8516396Z (Reading database ... 55%
2025-08-20T21:20:28.8622739Z (Reading database ... 60%
2025-08-20T21:20:28.8645513Z (Reading database ... 65%
2025-08-20T21:20:28.8681664Z (Reading database ... 70%
2025-08-20T21:20:28.8707198Z (Reading database ... 75%
2025-08-20T21:20:28.8736885Z (Reading database ... 80%
2025-08-20T21:20:28.8877138Z (Reading database ... 85%
2025-08-20T21:20:28.8967701Z (Reading database ... 90%
2025-08-20T21:20:28.9222279Z (Reading database ... 95%
2025-08-20T21:20:28.9222737Z (Reading database ... 100%
2025-08-20T21:20:28.9223225Z (Reading database ... 220021 files and directories currently installed.)
2025-08-20T21:20:28.9262889Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T21:20:28.9460194Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T21:20:29.0910213Z Selecting previously unselected package poppler-data.
2025-08-20T21:20:29.1044397Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T21:20:29.1054654Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T21:20:29.2284396Z Selecting previously unselected package b3sum.
2025-08-20T21:20:29.2420984Z Preparing to unpack .../02-b3sum_1.2.0-1_amd64.deb ...
2025-08-20T21:20:29.2429297Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T21:20:29.2701619Z Selecting previously unselected package build-essential.
2025-08-20T21:20:29.2835021Z Preparing to unpack .../03-build-essential_12.10ubuntu1_amd64.deb ...
2025-08-20T21:20:29.2845332Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T21:20:29.3125355Z Selecting previously unselected package libhiredis1.1.0:amd64.
2025-08-20T21:20:29.3259070Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_amd64.deb ...
2025-08-20T21:20:29.3281543Z Unpacking libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T21:20:29.3517148Z Selecting previously unselected package ccache.
2025-08-20T21:20:29.3649869Z Preparing to unpack .../05-ccache_4.9.1-1_amd64.deb ...
2025-08-20T21:20:29.3660804Z Unpacking ccache (4.9.1-1) ...
2025-08-20T21:20:29.4074532Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T21:20:29.4211386Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T21:20:29.4224954Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T21:20:29.4508141Z Selecting previously unselected package xfonts-encodings.
2025-08-20T21:20:29.4645546Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T21:20:29.4656697Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T21:20:29.4982410Z Selecting previously unselected package xfonts-utils.
2025-08-20T21:20:29.5116795Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_amd64.deb ...
2025-08-20T21:20:29.5130407Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T21:20:29.5601344Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T21:20:29.5735080Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T21:20:29.6383352Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T21:20:29.7424874Z Selecting previously unselected package libgs-common.
2025-08-20T21:20:29.7559530Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T21:20:29.7590799Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:20:29.7841741Z Selecting previously unselected package libgs10-common.
2025-08-20T21:20:29.7975510Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T21:20:29.7988042Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:20:29.8743611Z Selecting previously unselected package libidn12:amd64.
2025-08-20T21:20:29.8881523Z Preparing to unpack .../12-libidn12_1.42-1build1_amd64.deb ...
2025-08-20T21:20:29.8894500Z Unpacking libidn12:amd64 (1.42-1build1) ...
2025-08-20T21:20:29.9122674Z Selecting previously unselected package libijs-0.35:amd64.
2025-08-20T21:20:29.9256382Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_amd64.deb ...
2025-08-20T21:20:29.9268882Z Unpacking libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T21:20:29.9511898Z Selecting previously unselected package libjbig2dec0:amd64.
2025-08-20T21:20:29.9645565Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_amd64.deb ...
2025-08-20T21:20:29.9655790Z Unpacking libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T21:20:29.9907178Z Selecting previously unselected package libpaper1:amd64.
2025-08-20T21:20:30.0040699Z Preparing to unpack .../15-libpaper1_1.1.29build1_amd64.deb ...
2025-08-20T21:20:30.0055214Z Unpacking libpaper1:amd64 (1.1.29build1) ...
2025-08-20T21:20:30.0285643Z Selecting previously unselected package libgs10:amd64.
2025-08-20T21:20:30.0419406Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T21:20:30.0471268Z Unpacking libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:20:30.1519403Z Selecting previously unselected package ghostscript.
2025-08-20T21:20:30.1653673Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T21:20:30.1670222Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:20:30.1977016Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T21:20:30.2111297Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T21:20:30.2122282Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:20:30.3805235Z Selecting previously unselected package imagemagick.
2025-08-20T21:20:30.3939611Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T21:20:30.3951178Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:20:30.4168430Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T21:20:30.4302468Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T21:20:30.4311786Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:20:30.4581326Z Selecting previously unselected package libdjvulibre21:amd64.
2025-08-20T21:20:30.4715437Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_amd64.deb ...
2025-08-20T21:20:30.4724730Z Unpacking libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:20:30.5013656Z Selecting previously unselected package libimath-3-1-29t64:amd64.
2025-08-20T21:20:30.5148405Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_amd64.deb ...
2025-08-20T21:20:30.5157732Z Unpacking libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T21:20:30.5404024Z Selecting previously unselected package libjxr0t64:amd64.
2025-08-20T21:20:30.5539281Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T21:20:30.5552004Z Unpacking libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:20:30.5790237Z Selecting previously unselected package libjxr-tools.
2025-08-20T21:20:30.5925590Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T21:20:30.5933250Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:20:30.6146706Z Selecting previously unselected package libopenexr-3-1-30:amd64.
2025-08-20T21:20:30.6280511Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_amd64.deb ...
2025-08-20T21:20:30.6289132Z Unpacking libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T21:20:30.6663039Z Selecting previously unselected package libwmflite-0.2-7:amd64.
2025-08-20T21:20:30.6797699Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_amd64.deb ...
2025-08-20T21:20:30.6806431Z Unpacking libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T21:20:30.7012830Z Selecting previously unselected package libmagickcore-6.q16-7-extra:amd64.
2025-08-20T21:20:30.7147365Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T21:20:30.7156464Z Unpacking libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:20:30.7421540Z Selecting previously unselected package libnetpbm11t64:amd64.
2025-08-20T21:20:30.7555195Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T21:20:30.7570008Z Unpacking libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T21:20:30.7791202Z Selecting previously unselected package libpaper-utils.
2025-08-20T21:20:30.7923797Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_amd64.deb ...
2025-08-20T21:20:30.7932909Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T21:20:30.8141627Z Selecting previously unselected package libtool-bin.
2025-08-20T21:20:30.8273355Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_amd64.deb ...
2025-08-20T21:20:30.8284715Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T21:20:30.8510499Z Selecting previously unselected package lzip.
2025-08-20T21:20:30.8643394Z Preparing to unpack .../31-lzip_1.24.1-1build1_amd64.deb ...
2025-08-20T21:20:30.8651648Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T21:20:30.8887073Z Selecting previously unselected package netpbm.
2025-08-20T21:20:30.9021828Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T21:20:30.9030426Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T21:20:31.0755079Z Selecting previously unselected package musl:amd64.
2025-08-20T21:20:31.0892217Z Preparing to unpack .../33-musl_1.2.4-2_amd64.deb ...
2025-08-20T21:20:31.0900246Z Unpacking musl:amd64 (1.2.4-2) ...
2025-08-20T21:20:31.1201338Z Selecting previously unselected package musl-dev:amd64.
2025-08-20T21:20:31.1334748Z Preparing to unpack .../34-musl-dev_1.2.4-2_amd64.deb ...
2025-08-20T21:20:31.1344987Z Unpacking musl-dev:amd64 (1.2.4-2) ...
2025-08-20T21:20:31.1971633Z Selecting previously unselected package musl-tools.
2025-08-20T21:20:31.2107038Z Preparing to unpack .../35-musl-tools_1.2.4-2_amd64.deb ...
2025-08-20T21:20:31.2115187Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T21:20:31.2554895Z Setting up libpaper1:amd64 (1.1.29build1) ...
2025-08-20T21:20:31.4116856Z 
2025-08-20T21:20:31.4117416Z Creating config file /etc/papersize with new version
2025-08-20T21:20:31.4737796Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T21:20:31.4757799Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T21:20:31.4789187Z Setting up libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T21:20:31.4814399Z Setting up libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T21:20:31.4839168Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:20:31.4862923Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T21:20:31.4888438Z Setting up libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T21:20:31.4909831Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T21:20:31.5019437Z Setting up libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:20:31.5043228Z Setting up libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T21:20:31.5065581Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T21:20:31.5124727Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T21:20:31.5169375Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T21:20:31.5217209Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T21:20:31.5237016Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T21:20:31.5258971Z Setting up libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T21:20:31.5279195Z Setting up libidn12:amd64 (1.42-1build1) ...
2025-08-20T21:20:31.5300713Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T21:20:31.5321313Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:20:31.5389772Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T21:20:31.5433702Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T21:20:31.5488138Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T21:20:31.5532900Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T21:20:31.5589336Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T21:20:31.5637723Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T21:20:31.5692365Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T21:20:31.5737653Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T21:20:31.5794461Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T21:20:31.5840501Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T21:20:31.5895310Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T21:20:31.5941207Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T21:20:31.5996687Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T21:20:31.6043045Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T21:20:31.6099169Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T21:20:31.6145375Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T21:20:31.6201995Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T21:20:31.6249214Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T21:20:31.6305592Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T21:20:31.6354834Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T21:20:31.6411762Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T21:20:31.6458940Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T21:20:31.6476797Z Setting up b3sum (1.2.0-1) ...
2025-08-20T21:20:31.6500928Z Setting up musl:amd64 (1.2.4-2) ...
2025-08-20T21:20:31.6536688Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T21:20:31.6559895Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T21:20:31.6761803Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:20:31.6798698Z Setting up libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T21:20:31.6830687Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:20:31.6852232Z Setting up ccache (4.9.1-1) ...
2025-08-20T21:20:31.6875041Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T21:20:31.7008897Z Setting up libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:20:31.7035903Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T21:20:31.7086014Z Setting up musl-dev:amd64 (1.2.4-2) ...
2025-08-20T21:20:31.7121557Z Setting up libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T21:20:31.7143325Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:20:31.7172436Z Setting up libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:20:31.7191236Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T21:20:31.9660656Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T21:20:31.9690861Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:20:31.9717959Z Setting up libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:20:31.9746651Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:20:31.9817788Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:20:32.5255852Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T21:20:33.0774338Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T21:20:33.7140584Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:20:33.7405883Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:20:41.8861424Z Reading package lists...
2025-08-20T21:20:42.0511848Z Building dependency tree...
2025-08-20T21:20:42.0519714Z Reading state information...
2025-08-20T21:20:42.2052876Z autoconf is already the newest version (2.71-3).
2025-08-20T21:20:42.2053372Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:20:42.2053835Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:20:42.2054293Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T21:20:42.2054752Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:20:42.2055205Z ca-certificates is already the newest version (20240203).
2025-08-20T21:20:42.2055618Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T21:20:42.2056006Z file is already the newest version (1:5.45-3build1).
2025-08-20T21:20:42.2056702Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:20:42.2057116Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:20:42.2057531Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:20:42.2057954Z patch is already the newest version (2.7.6-7build3).
2025-08-20T21:20:42.2058309Z patch set to manually installed.
2025-08-20T21:20:42.2058992Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T21:20:42.2059429Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T21:20:42.2059833Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T21:20:42.2060223Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:20:42.2060570Z Suggested packages:
2025-08-20T21:20:42.2060796Z   scons-doc
2025-08-20T21:20:42.2209328Z The following NEW packages will be installed:
2025-08-20T21:20:42.2216997Z   autopoint byacc clang qemu-user-static scons
2025-08-20T21:20:42.2389862Z 0 upgraded, 5 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:20:42.2390487Z Need to get 15.8 MB of archives.
2025-08-20T21:20:42.2391058Z After this operation, 140 MB of additional disk space will be used.
2025-08-20T21:20:42.2391636Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:20:42.3473052Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T21:20:42.4500414Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 clang amd64 1:18.0-59~exp2 [5846 B]
2025-08-20T21:20:42.5327594Z 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-20T21:20:43.4264945Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T21:20:43.5939552Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 byacc amd64 1:2.0.20221106-1 [85.5 kB]
2025-08-20T21:20:43.8480928Z Fetched 15.8 MB in 1s (11.5 MB/s)
2025-08-20T21:20:43.8664114Z Selecting previously unselected package autopoint.
2025-08-20T21:20:43.8718828Z (Reading database ... 
2025-08-20T21:20:43.8719239Z (Reading database ... 5%
2025-08-20T21:20:43.8719621Z (Reading database ... 10%
2025-08-20T21:20:43.8720305Z (Reading database ... 15%
2025-08-20T21:20:43.8720687Z (Reading database ... 20%
2025-08-20T21:20:43.8721061Z (Reading database ... 25%
2025-08-20T21:20:43.8722080Z (Reading database ... 30%
2025-08-20T21:20:43.8722464Z (Reading database ... 35%
2025-08-20T21:20:43.8722861Z (Reading database ... 40%
2025-08-20T21:20:43.8723222Z (Reading database ... 45%
2025-08-20T21:20:43.8723584Z (Reading database ... 50%
2025-08-20T21:20:43.8743278Z (Reading database ... 55%
2025-08-20T21:20:43.8834616Z (Reading database ... 60%
2025-08-20T21:20:43.8855351Z (Reading database ... 65%
2025-08-20T21:20:43.8888997Z (Reading database ... 70%
2025-08-20T21:20:43.8913440Z (Reading database ... 75%
2025-08-20T21:20:43.8941893Z (Reading database ... 80%
2025-08-20T21:20:43.9076386Z (Reading database ... 85%
2025-08-20T21:20:43.9163041Z (Reading database ... 90%
2025-08-20T21:20:43.9413532Z (Reading database ... 95%
2025-08-20T21:20:43.9414001Z (Reading database ... 100%
2025-08-20T21:20:43.9453211Z (Reading database ... 222514 files and directories currently installed.)
2025-08-20T21:20:43.9453941Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T21:20:43.9462653Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T21:20:43.9715354Z Selecting previously unselected package clang.
2025-08-20T21:20:43.9848363Z Preparing to unpack .../clang_1%3a18.0-59~exp2_amd64.deb ...
2025-08-20T21:20:43.9858318Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T21:20:44.0068163Z Selecting previously unselected package qemu-user-static.
2025-08-20T21:20:44.0201713Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_amd64.deb ...
2025-08-20T21:20:44.0220085Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T21:20:44.4654987Z Selecting previously unselected package scons.
2025-08-20T21:20:44.4789100Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T21:20:44.4796252Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T21:20:44.5419358Z Selecting previously unselected package byacc.
2025-08-20T21:20:44.5555202Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_amd64.deb ...
2025-08-20T21:20:44.5572873Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T21:20:44.5968876Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T21:20:44.6019720Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T21:20:44.6104184Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T21:20:44.6321612Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T21:20:45.0295323Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T21:20:45.0324686Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:20:49.0500984Z Processing triggers for systemd (255.4-1ubuntu8.10) ...
2025-08-20T21:20:50.5125473Z Reading package lists...
2025-08-20T21:20:50.6673421Z Building dependency tree...
2025-08-20T21:20:50.6680913Z Reading state information...
2025-08-20T21:20:50.8182285Z The following additional packages will be installed:
2025-08-20T21:20:50.8183176Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T21:20:50.8184013Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T21:20:50.8184941Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T21:20:50.8185852Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T21:20:50.8186474Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T21:20:50.8187329Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T21:20:50.8188038Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T21:20:50.8188988Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T21:20:50.8189541Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T21:20:50.8194150Z Suggested packages:
2025-08-20T21:20:50.8194576Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T21:20:50.8195102Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T21:20:50.8195927Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T21:20:50.8196457Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T21:20:50.8197012Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts pristine-lfs
2025-08-20T21:20:50.8197565Z   quilt ratt reprotest svn-buildpackage w3m debian-keyring equivs
2025-08-20T21:20:50.8198093Z   libgitlab-api-v4-perl libsoap-lite-perl pristine-tar libcrypt-ssleay-perl
2025-08-20T21:20:50.8198892Z   libscalar-number-perl libxstring-perl libsub-name-perl libauthen-ntlm-perl
2025-08-20T21:20:50.8199314Z   wdiff-doc
2025-08-20T21:20:50.8199557Z Recommended packages:
2025-08-20T21:20:50.8199908Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T21:20:50.8200427Z   liblist-compare-perl libstring-shellquote-perl licensecheck lintian
2025-08-20T21:20:50.8200971Z   python3-unidiff python3-xdg libhtml-format-perl libnamespace-clean-perl
2025-08-20T21:20:50.8201527Z   libdata-dump-perl libhtml-form-perl libhttp-daemon-perl libmailtools-perl
2025-08-20T21:20:50.8374643Z The following NEW packages will be installed:
2025-08-20T21:20:50.8375723Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T21:20:50.8376452Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T21:20:50.8377109Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T21:20:50.8377944Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T21:20:50.8379369Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T21:20:50.8380153Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T21:20:50.8381317Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T21:20:50.8381873Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T21:20:50.8383612Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T21:20:50.8561188Z 0 upgraded, 30 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:20:50.8561743Z Need to get 2417 kB of archives.
2025-08-20T21:20:50.8562313Z After this operation, 7084 kB of additional disk space will be used.
2025-08-20T21:20:50.8562999Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:20:50.9587007Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T21:20:51.0446957Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T21:20:51.1313564Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T21:20:51.2142338Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T21:20:51.2983929Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T21:20:51.3818438Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-xsaccessor-perl amd64 1.19-4build4 [33.1 kB]
2025-08-20T21:20:51.4654017Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libb-hooks-op-check-perl amd64 0.22-3build1 [9518 B]
2025-08-20T21:20:51.5467563Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T21:20:51.6310369Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdevel-callchecker-perl amd64 0.008-2build3 [13.2 kB]
2025-08-20T21:20:51.7147379Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libparams-classify-perl amd64 0.015-2build5 [20.1 kB]
2025-08-20T21:20:51.7993437Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T21:20:51.8832146Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T21:20:51.9667835Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T21:20:52.0483855Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T21:20:52.1312785Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T21:20:52.2172689Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T21:20:52.2993080Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T21:20:52.4579767Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T21:20:52.5378812Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T21:20:52.6185638Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 perl-openssl-defaults amd64 7build3 [6626 B]
2025-08-20T21:20:52.6981362Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-ssleay-perl amd64 1.94-1build4 [316 kB]
2025-08-20T21:20:52.8590030Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T21:20:53.0180327Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T21:20:53.1009180Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T21:20:53.1838330Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T21:20:53.2701063Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T21:20:53.3510318Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T21:20:53.4411424Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 patchutils amd64 0.4.2-1build3 [77.0 kB]
2025-08-20T21:20:53.5234225Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 wdiff amd64 1.2.2-6build1 [29.1 kB]
2025-08-20T21:20:53.6053395Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 devscripts all 2.23.7 [1069 kB]
2025-08-20T21:20:54.0289560Z Fetched 2417 kB in 3s (825 kB/s)
2025-08-20T21:20:54.0477856Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T21:20:54.0532025Z (Reading database ... 
2025-08-20T21:20:54.0532468Z (Reading database ... 5%
2025-08-20T21:20:54.0532860Z (Reading database ... 10%
2025-08-20T21:20:54.0533197Z (Reading database ... 15%
2025-08-20T21:20:54.0533550Z (Reading database ... 20%
2025-08-20T21:20:54.0533930Z (Reading database ... 25%
2025-08-20T21:20:54.0534334Z (Reading database ... 30%
2025-08-20T21:20:54.0534721Z (Reading database ... 35%
2025-08-20T21:20:54.0535120Z (Reading database ... 40%
2025-08-20T21:20:54.0535512Z (Reading database ... 45%
2025-08-20T21:20:54.0535910Z (Reading database ... 50%
2025-08-20T21:20:54.0558972Z (Reading database ... 55%
2025-08-20T21:20:54.0655970Z (Reading database ... 60%
2025-08-20T21:20:54.0677373Z (Reading database ... 65%
2025-08-20T21:20:54.0713686Z (Reading database ... 70%
2025-08-20T21:20:54.0739386Z (Reading database ... 75%
2025-08-20T21:20:54.0770925Z (Reading database ... 80%
2025-08-20T21:20:54.0921550Z (Reading database ... 85%
2025-08-20T21:20:54.1019595Z (Reading database ... 90%
2025-08-20T21:20:54.1296396Z (Reading database ... 95%
2025-08-20T21:20:54.1296875Z (Reading database ... 100%
2025-08-20T21:20:54.1297513Z (Reading database ... 222962 files and directories currently installed.)
2025-08-20T21:20:54.1339340Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T21:20:54.1349338Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T21:20:54.1590882Z Selecting previously unselected package libfile-which-perl.
2025-08-20T21:20:54.1723627Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T21:20:54.1731371Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T21:20:54.1930683Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T21:20:54.2066858Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T21:20:54.2079605Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T21:20:54.2322553Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T21:20:54.2457694Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T21:20:54.2465833Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T21:20:54.2672669Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T21:20:54.2807692Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T21:20:54.2816298Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T21:20:54.3023858Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T21:20:54.3159201Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_amd64.deb ...
2025-08-20T21:20:54.3166625Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T21:20:54.3383742Z Selecting previously unselected package libb-hooks-op-check-perl:amd64.
2025-08-20T21:20:54.3519054Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_amd64.deb ...
2025-08-20T21:20:54.3529175Z Unpacking libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T21:20:54.3759378Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T21:20:54.3894732Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T21:20:54.3902462Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T21:20:54.4138019Z Selecting previously unselected package libdevel-callchecker-perl:amd64.
2025-08-20T21:20:54.4273002Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_amd64.deb ...
2025-08-20T21:20:54.4281442Z Unpacking libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T21:20:54.4491008Z Selecting previously unselected package libparams-classify-perl:amd64.
2025-08-20T21:20:54.4630907Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_amd64.deb ...
2025-08-20T21:20:54.4640282Z Unpacking libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T21:20:54.4853521Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T21:20:54.4989512Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T21:20:54.4996877Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T21:20:54.5193909Z Selecting previously unselected package libimport-into-perl.
2025-08-20T21:20:54.5330914Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T21:20:54.5337687Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T21:20:54.5531730Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T21:20:54.5666087Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T21:20:54.5675952Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T21:20:54.5890090Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T21:20:54.6027352Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T21:20:54.6036868Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T21:20:54.6240350Z Selecting previously unselected package libmoo-perl.
2025-08-20T21:20:54.6375908Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T21:20:54.6383506Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T21:20:54.6610211Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T21:20:54.6747264Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T21:20:54.6755156Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T21:20:54.6950615Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T21:20:54.7086485Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T21:20:54.7094121Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T21:20:54.7561616Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T21:20:54.7696871Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T21:20:54.7705249Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T21:20:54.7950944Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T21:20:54.8086191Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T21:20:54.8097397Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T21:20:54.8326655Z Selecting previously unselected package perl-openssl-defaults:amd64.
2025-08-20T21:20:54.8461386Z Preparing to unpack .../19-perl-openssl-defaults_7build3_amd64.deb ...
2025-08-20T21:20:54.8474299Z Unpacking perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T21:20:54.8686662Z Selecting previously unselected package libnet-ssleay-perl:amd64.
2025-08-20T21:20:54.8821985Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_amd64.deb ...
2025-08-20T21:20:54.8832581Z Unpacking libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T21:20:54.9229870Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T21:20:54.9366033Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T21:20:54.9376875Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T21:20:54.9640148Z Selecting previously unselected package libnet-http-perl.
2025-08-20T21:20:54.9774044Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T21:20:54.9781985Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T21:20:54.9994611Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T21:20:55.0129304Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T21:20:55.0141275Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T21:20:55.0405609Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T21:20:55.0539968Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T21:20:55.0550552Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T21:20:55.0747700Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T21:20:55.0883188Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T21:20:55.0893189Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T21:20:55.1134252Z Selecting previously unselected package libwww-perl.
2025-08-20T21:20:55.1268076Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T21:20:55.1280144Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T21:20:55.1612118Z Selecting previously unselected package patchutils.
2025-08-20T21:20:55.1746700Z Preparing to unpack .../27-patchutils_0.4.2-1build3_amd64.deb ...
2025-08-20T21:20:55.1761330Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T21:20:55.2036204Z Selecting previously unselected package wdiff.
2025-08-20T21:20:55.2169814Z Preparing to unpack .../28-wdiff_1.2.2-6build1_amd64.deb ...
2025-08-20T21:20:55.2183090Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T21:20:55.2422714Z Selecting previously unselected package devscripts.
2025-08-20T21:20:55.2556483Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T21:20:55.2748382Z Unpacking devscripts (2.23.7) ...
2025-08-20T21:20:55.3927302Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T21:20:55.3959971Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T21:20:55.3989816Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T21:20:55.4016629Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T21:20:55.4043574Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T21:20:55.4071847Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T21:20:55.4100233Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T21:20:55.4127858Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T21:20:55.4156808Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T21:20:55.4184477Z Setting up perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T21:20:55.4207373Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T21:20:55.4228028Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T21:20:55.4250566Z Setting up libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T21:20:55.4272726Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T21:20:55.4309795Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T21:20:55.4350979Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T21:20:55.4379460Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T21:20:55.4401100Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T21:20:55.4421117Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T21:20:55.4440934Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T21:20:55.4480399Z Setting up libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T21:20:55.4513924Z Setting up libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T21:20:55.4542241Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T21:20:55.4579157Z Setting up libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T21:20:55.4599893Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T21:20:55.4673991Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T21:20:55.4697447Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T21:20:55.4728946Z Setting up libwww-perl (6.76-1) ...
2025-08-20T21:20:55.4761858Z Setting up devscripts (2.23.7) ...
2025-08-20T21:20:55.5962110Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T21:20:55.5988744Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:21:00.4390183Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:21:02.0360279Z Reading package lists...
2025-08-20T21:21:02.2146481Z Building dependency tree...
2025-08-20T21:21:02.2154333Z Reading state information...
2025-08-20T21:21:02.3722511Z The following additional packages will be installed:
2025-08-20T21:21:02.3729862Z   cmake-data libjsoncpp25 librhash0
2025-08-20T21:21:02.3735794Z Suggested packages:
2025-08-20T21:21:02.3736247Z   cmake-doc cmake-format elpa-cmake-mode ninja-build
2025-08-20T21:21:02.3876007Z The following NEW packages will be installed:
2025-08-20T21:21:02.3881951Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T21:21:02.4054962Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:21:02.4055613Z Need to get 13.6 MB of archives.
2025-08-20T21:21:02.4056201Z After this operation, 49.1 MB of additional disk space will be used.
2025-08-20T21:21:02.4056612Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:21:02.5023119Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjsoncpp25 amd64 1.9.5-6build1 [82.8 kB]
2025-08-20T21:21:02.5880049Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librhash0 amd64 1.4.3-3build1 [129 kB]
2025-08-20T21:21:02.6695120Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T21:21:02.9170454Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake amd64 3.28.3-1build7 [11.2 MB]
2025-08-20T21:21:03.7241513Z Fetched 13.6 MB in 1s (12.6 MB/s)
2025-08-20T21:21:03.7433570Z Selecting previously unselected package libjsoncpp25:amd64.
2025-08-20T21:21:03.7489579Z (Reading database ... 
2025-08-20T21:21:03.7489995Z (Reading database ... 5%
2025-08-20T21:21:03.7490395Z (Reading database ... 10%
2025-08-20T21:21:03.7490801Z (Reading database ... 15%
2025-08-20T21:21:03.7491217Z (Reading database ... 20%
2025-08-20T21:21:03.7491532Z (Reading database ... 25%
2025-08-20T21:21:03.7491785Z (Reading database ... 30%
2025-08-20T21:21:03.7492035Z (Reading database ... 35%
2025-08-20T21:21:03.7492326Z (Reading database ... 40%
2025-08-20T21:21:03.7492582Z (Reading database ... 45%
2025-08-20T21:21:03.7492834Z (Reading database ... 50%
2025-08-20T21:21:03.7506117Z (Reading database ... 55%
2025-08-20T21:21:03.7604783Z (Reading database ... 60%
2025-08-20T21:21:03.7630191Z (Reading database ... 65%
2025-08-20T21:21:03.7665610Z (Reading database ... 70%
2025-08-20T21:21:03.7691558Z (Reading database ... 75%
2025-08-20T21:21:03.7721602Z (Reading database ... 80%
2025-08-20T21:21:03.7857656Z (Reading database ... 85%
2025-08-20T21:21:03.7946502Z (Reading database ... 90%
2025-08-20T21:21:03.8205913Z (Reading database ... 95%
2025-08-20T21:21:03.8206287Z (Reading database ... 100%
2025-08-20T21:21:03.8206714Z (Reading database ... 223897 files and directories currently installed.)
2025-08-20T21:21:03.8248136Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_amd64.deb ...
2025-08-20T21:21:03.8267815Z Unpacking libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T21:21:03.8513048Z Selecting previously unselected package librhash0:amd64.
2025-08-20T21:21:03.8649918Z Preparing to unpack .../librhash0_1.4.3-3build1_amd64.deb ...
2025-08-20T21:21:03.8664651Z Unpacking librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T21:21:03.8909465Z Selecting previously unselected package cmake-data.
2025-08-20T21:21:03.9045717Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T21:21:03.9114085Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T21:21:04.4850292Z Selecting previously unselected package cmake.
2025-08-20T21:21:04.5000670Z Preparing to unpack .../cmake_3.28.3-1build7_amd64.deb ...
2025-08-20T21:21:04.5011353Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T21:21:04.7179539Z Setting up libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T21:21:04.7200542Z Setting up librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T21:21:04.7221590Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T21:21:04.7284803Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T21:21:04.7311592Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:21:08.9620587Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:21:09.5215709Z 
2025-08-20T21:21:09.5216152Z Running kernel seems to be up-to-date.
2025-08-20T21:21:09.5216493Z 
2025-08-20T21:21:09.5216819Z Restarting services...
2025-08-20T21:21:09.5277614Z 
2025-08-20T21:21:09.5278005Z Service restarts being deferred:
2025-08-20T21:21:09.5278810Z  systemctl restart hosted-compute-agent.service
2025-08-20T21:21:09.5279380Z 
2025-08-20T21:21:09.5279595Z No containers need to be restarted.
2025-08-20T21:21:09.5279804Z 
2025-08-20T21:21:09.5279982Z No user sessions are running outdated binaries.
2025-08-20T21:21:09.5280218Z 
2025-08-20T21:21:09.5280520Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T21:21:10.3550973Z Reading package lists...
2025-08-20T21:21:10.5240309Z Building dependency tree...
2025-08-20T21:21:10.5241920Z Reading state information...
2025-08-20T21:21:10.6923730Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T21:21:10.6924326Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:21:10.6924783Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:21:10.6925237Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:21:10.6925670Z b3sum is already the newest version (1.2.0-1).
2025-08-20T21:21:10.6926121Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:21:10.6926617Z ca-certificates is already the newest version (20240203).
2025-08-20T21:21:10.6927050Z ccache is already the newest version (4.9.1-1).
2025-08-20T21:21:10.6927478Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T21:21:10.6927909Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:21:10.6928326Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T21:21:10.6929799Z git-lfs is already the newest version (3.7.0).
2025-08-20T21:21:10.6930299Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T21:21:10.6931008Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T21:21:10.6931643Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:21:10.6932233Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:21:10.6933298Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:21:10.6933973Z make is already the newest version (4.3-4.1build2).
2025-08-20T21:21:10.6934601Z musl is already the newest version (1.2.4-2).
2025-08-20T21:21:10.6935205Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T21:21:10.6935855Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T21:21:10.6936541Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:21:10.6937259Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:21:10.6938009Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:21:10.6938989Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:21:10.6939758Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:21:10.7161730Z Reading package lists...
2025-08-20T21:21:10.8829262Z Building dependency tree...
2025-08-20T21:21:10.8836588Z Reading state information...
2025-08-20T21:21:11.0462851Z autoconf is already the newest version (2.71-3).
2025-08-20T21:21:11.0463591Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:21:11.0464293Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T21:21:11.0464959Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:21:11.0465626Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T21:21:11.0466096Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:21:11.0466593Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T21:21:11.0467052Z ca-certificates is already the newest version (20240203).
2025-08-20T21:21:11.0467500Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T21:21:11.0468195Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T21:21:11.0468971Z file is already the newest version (1:5.45-3build1).
2025-08-20T21:21:11.0469588Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:21:11.0470260Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:21:11.0470895Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:21:11.0471580Z patch is already the newest version (2.7.6-7build3).
2025-08-20T21:21:11.0472254Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T21:21:11.0472990Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T21:21:11.0473782Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T21:21:11.0474549Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T21:21:11.0475112Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T21:21:11.0475787Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:21:11.0476579Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:21:11.0699968Z Reading package lists...
2025-08-20T21:21:11.2192879Z Building dependency tree...
2025-08-20T21:21:11.2200587Z Reading state information...
2025-08-20T21:21:11.3829670Z devscripts is already the newest version (2.23.7).
2025-08-20T21:21:11.3830263Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:21:11.4060650Z Reading package lists...
2025-08-20T21:21:11.5613709Z Building dependency tree...
2025-08-20T21:21:11.5620748Z Reading state information...
2025-08-20T21:21:11.7224236Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T21:21:11.7224859Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:21:11.7457047Z Reading package lists...
2025-08-20T21:21:11.8963996Z Building dependency tree...
2025-08-20T21:21:11.8972020Z Reading state information...
2025-08-20T21:21:12.0374304Z Suggested packages:
2025-08-20T21:21:12.0374855Z   binutils-doc
2025-08-20T21:21:12.0635180Z The following NEW packages will be installed:
2025-08-20T21:21:12.0641649Z   binutils-aarch64-linux-gnu
2025-08-20T21:21:12.0803106Z 0 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:21:12.1034673Z Need to get 3711 kB of archives.
2025-08-20T21:21:12.1035416Z After this operation, 21.0 MB of additional disk space will be used.
2025-08-20T21:21:12.1035955Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:21:12.1996991Z 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-20T21:21:12.7627695Z Fetched 3711 kB in 0s (8815 kB/s)
2025-08-20T21:21:12.7817453Z Selecting previously unselected package binutils-aarch64-linux-gnu.
2025-08-20T21:21:12.7873550Z (Reading database ... 
2025-08-20T21:21:12.7874579Z (Reading database ... 5%
2025-08-20T21:21:12.7875009Z (Reading database ... 10%
2025-08-20T21:21:12.7875409Z (Reading database ... 15%
2025-08-20T21:21:12.7875817Z (Reading database ... 20%
2025-08-20T21:21:12.7876192Z (Reading database ... 25%
2025-08-20T21:21:12.7876562Z (Reading database ... 30%
2025-08-20T21:21:12.7876936Z (Reading database ... 35%
2025-08-20T21:21:12.7877315Z (Reading database ... 40%
2025-08-20T21:21:12.7877699Z (Reading database ... 45%
2025-08-20T21:21:12.7878072Z (Reading database ... 50%
2025-08-20T21:21:12.7890487Z (Reading database ... 55%
2025-08-20T21:21:12.7988701Z (Reading database ... 60%
2025-08-20T21:21:12.8013736Z (Reading database ... 65%
2025-08-20T21:21:12.8048413Z (Reading database ... 70%
2025-08-20T21:21:12.8074889Z (Reading database ... 75%
2025-08-20T21:21:12.8106120Z (Reading database ... 80%
2025-08-20T21:21:12.8250480Z (Reading database ... 85%
2025-08-20T21:21:12.8346685Z (Reading database ... 90%
2025-08-20T21:21:12.8631347Z (Reading database ... 95%
2025-08-20T21:21:12.8631838Z (Reading database ... 100%
2025-08-20T21:21:12.8632788Z (Reading database ... 227306 files and directories currently installed.)
2025-08-20T21:21:12.8676640Z Preparing to unpack .../binutils-aarch64-linux-gnu_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T21:21:12.8696456Z Unpacking binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T21:21:13.0266939Z Setting up binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T21:21:13.0291326Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:21:13.0431981Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:21:18.5543037Z Reading package lists...
2025-08-20T21:21:18.7200332Z Building dependency tree...
2025-08-20T21:21:18.7208176Z Reading state information...
2025-08-20T21:21:18.8733066Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T21:21:18.8734028Z The following additional packages will be installed:
2025-08-20T21:21:18.8734592Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T21:21:18.8735179Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T21:21:18.8735838Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T21:21:18.8736446Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T21:21:18.8737204Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T21:21:18.8737666Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T21:21:18.8738216Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T21:21:18.8739240Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T21:21:18.8739843Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T21:21:18.8740414Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T21:21:18.8741025Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T21:21:18.8742027Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T21:21:18.8742674Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T21:21:18.8743294Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T21:21:18.8743810Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T21:21:18.8744597Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T21:21:18.8745053Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T21:21:18.8745498Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T21:21:18.8745942Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T21:21:18.8746394Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T21:21:18.8746880Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T21:21:18.8747290Z   linux-libc-dev-armhf-cross
2025-08-20T21:21:18.8747792Z Suggested packages:
2025-08-20T21:21:18.8748228Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T21:21:18.8748928Z   gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi gdb-arm-linux-gnueabihf
2025-08-20T21:21:18.9278368Z The following NEW packages will be installed:
2025-08-20T21:21:18.9279401Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T21:21:18.9280388Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T21:21:18.9281213Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T21:21:18.9281891Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T21:21:18.9282512Z   g++-aarch64-linux-gnu g++-arm-linux-gnueabi g++-arm-linux-gnueabihf
2025-08-20T21:21:18.9283054Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T21:21:18.9283721Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T21:21:18.9284646Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T21:21:18.9285513Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T21:21:18.9286015Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T21:21:18.9286498Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T21:21:18.9286990Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T21:21:18.9287658Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T21:21:18.9288362Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T21:21:18.9289090Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T21:21:18.9289605Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T21:21:18.9290081Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T21:21:18.9290591Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T21:21:18.9291066Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T21:21:18.9291530Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T21:21:18.9292017Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T21:21:18.9292540Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T21:21:18.9292979Z   linux-libc-dev-armhf-cross
2025-08-20T21:21:18.9480022Z 0 upgraded, 64 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:21:18.9480607Z Need to get 171 MB of archives.
2025-08-20T21:21:18.9481098Z After this operation, 599 MB of additional disk space will be used.
2025-08-20T21:21:18.9481781Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:21:19.0451613Z 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-20T21:21:19.1281677Z 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-20T21:21:19.8661203Z 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-20T21:21:19.9473626Z 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-20T21:21:20.6774215Z 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-20T21:21:20.7626896Z 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-20T21:21:21.6055723Z 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-20T21:21:21.6880596Z 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-20T21:21:21.7675943Z 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-20T21:21:21.8481444Z 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-20T21:21:21.9306761Z 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-20T21:21:22.0107341Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-arm64-cross all 2.39-0ubuntu8cross1 [1197 kB]
2025-08-20T21:21:22.2674022Z 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-20T21:21:22.3481236Z 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-20T21:21:22.4301414Z 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-20T21:21:22.5113122Z 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-20T21:21:22.5918929Z 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-20T21:21:22.7507580Z 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-20T21:21:22.8335662Z 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-20T21:21:22.9960058Z 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-20T21:21:23.2366734Z 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-20T21:21:23.3986267Z 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-20T21:21:23.5632959Z 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-20T21:21:23.9849460Z 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-20T21:21:25.1912382Z 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-20T21:21:25.4410595Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-arm64-cross all 2.39-0ubuntu8cross1 [1629 kB]
2025-08-20T21:21:25.7602518Z 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-20T21:21:26.1010615Z 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-20T21:21:26.8531913Z 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-20T21:21:27.7427146Z 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-20T21:21:27.8240258Z 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-20T21:21:27.9054606Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T21:21:28.1503071Z 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-20T21:21:28.2332852Z 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-20T21:21:28.3165495Z 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-20T21:21:28.3985912Z 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-20T21:21:28.8067822Z 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-20T21:21:28.9757771Z 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-20T21:21:29.2222710Z 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-20T21:21:29.4623712Z 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-20T21:21:30.5206306Z 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-20T21:21:30.7723447Z Get:43 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T21:21:31.0252726Z 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-20T21:21:31.3618778Z 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-20T21:21:32.1784696Z 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-20T21:21:32.6612025Z Get:47 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T21:21:32.9107729Z 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-20T21:21:32.9967348Z 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-20T21:21:33.0802746Z 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-20T21:21:33.1617230Z 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-20T21:21:33.5666466Z 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-20T21:21:33.7350982Z 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-20T21:21:33.9771765Z 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-20T21:21:34.2214384Z 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-20T21:21:35.2885826Z 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-20T21:21:35.5388878Z Get:57 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T21:21:35.7922833Z 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-20T21:21:36.1228047Z 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-20T21:21:36.8812391Z 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-20T21:21:36.9630694Z 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-20T21:21:37.0445035Z 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-20T21:21:37.1254390Z 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-20T21:21:37.2069903Z 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-20T21:21:37.2904362Z 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-20T21:21:37.6020932Z Fetched 171 MB in 18s (9291 kB/s)
2025-08-20T21:21:37.6220336Z Selecting previously unselected package gcc-13-aarch64-linux-gnu-base:amd64.
2025-08-20T21:21:37.6276309Z (Reading database ... 
2025-08-20T21:21:37.6276796Z (Reading database ... 5%
2025-08-20T21:21:37.6277242Z (Reading database ... 10%
2025-08-20T21:21:37.6277684Z (Reading database ... 15%
2025-08-20T21:21:37.6278134Z (Reading database ... 20%
2025-08-20T21:21:37.6278729Z (Reading database ... 25%
2025-08-20T21:21:37.6279172Z (Reading database ... 30%
2025-08-20T21:21:37.6279605Z (Reading database ... 35%
2025-08-20T21:21:37.6280038Z (Reading database ... 40%
2025-08-20T21:21:37.6280472Z (Reading database ... 45%
2025-08-20T21:21:37.6280913Z (Reading database ... 50%
2025-08-20T21:21:37.6293884Z (Reading database ... 55%
2025-08-20T21:21:37.6400288Z (Reading database ... 60%
2025-08-20T21:21:37.6426172Z (Reading database ... 65%
2025-08-20T21:21:37.6461921Z (Reading database ... 70%
2025-08-20T21:21:37.6488175Z (Reading database ... 75%
2025-08-20T21:21:37.6518293Z (Reading database ... 80%
2025-08-20T21:21:37.6661161Z (Reading database ... 85%
2025-08-20T21:21:37.6752918Z (Reading database ... 90%
2025-08-20T21:21:37.7021752Z (Reading database ... 95%
2025-08-20T21:21:37.7022115Z (Reading database ... 100%
2025-08-20T21:21:37.7022529Z (Reading database ... 227650 files and directories currently installed.)
2025-08-20T21:21:37.7065184Z Preparing to unpack .../00-gcc-13-aarch64-linux-gnu-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:21:37.7078132Z Unpacking gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:37.7304231Z Selecting previously unselected package cpp-13-aarch64-linux-gnu.
2025-08-20T21:21:37.7440335Z Preparing to unpack .../01-cpp-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:21:37.7475602Z Unpacking cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:37.8933075Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:amd64.
2025-08-20T21:21:37.9070701Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:21:37.9080864Z Unpacking gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:37.9299383Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T21:21:37.9436599Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:21:37.9468167Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:38.0874227Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:amd64.
2025-08-20T21:21:38.1012454Z Preparing to unpack .../04-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:21:38.1035390Z Unpacking gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:38.1252822Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T21:21:38.1391740Z Preparing to unpack .../05-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:21:38.1421637Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:38.2753798Z Selecting previously unselected package cpp-aarch64-linux-gnu.
2025-08-20T21:21:38.2892529Z Preparing to unpack .../06-cpp-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:21:38.2901268Z Unpacking cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:21:38.3104461Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T21:21:38.3242142Z Preparing to unpack .../07-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T21:21:38.3255932Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:21:38.3474722Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T21:21:38.3612725Z Preparing to unpack .../08-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:21:38.3622620Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:21:38.3856039Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T21:21:38.3995395Z Preparing to unpack .../09-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:21:38.4004028Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:38.4221825Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T21:21:38.4357864Z Preparing to unpack .../10-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:21:38.4367959Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:38.4607858Z Selecting previously unselected package libc6-arm64-cross.
2025-08-20T21:21:38.4743738Z Preparing to unpack .../11-libc6-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:21:38.4754049Z Unpacking libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:21:38.5123593Z Selecting previously unselected package libgcc-s1-arm64-cross.
2025-08-20T21:21:38.5262606Z Preparing to unpack .../12-libgcc-s1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:21:38.5270710Z Unpacking libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:38.5483700Z Selecting previously unselected package libgomp1-arm64-cross.
2025-08-20T21:21:38.5621226Z Preparing to unpack .../13-libgomp1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:21:38.5631078Z Unpacking libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:38.5861835Z Selecting previously unselected package libitm1-arm64-cross.
2025-08-20T21:21:38.6000716Z Preparing to unpack .../14-libitm1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:21:38.6009978Z Unpacking libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:38.6232856Z Selecting previously unselected package libatomic1-arm64-cross.
2025-08-20T21:21:38.6376405Z Preparing to unpack .../15-libatomic1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:21:38.6387500Z Unpacking libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:38.6595667Z Selecting previously unselected package libasan8-arm64-cross.
2025-08-20T21:21:38.6737976Z Preparing to unpack .../16-libasan8-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:21:38.6747522Z Unpacking libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:38.7075942Z Selecting previously unselected package liblsan0-arm64-cross.
2025-08-20T21:21:38.7216033Z Preparing to unpack .../17-liblsan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:21:38.7227034Z Unpacking liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:38.7474964Z Selecting previously unselected package libtsan2-arm64-cross.
2025-08-20T21:21:38.7614304Z Preparing to unpack .../18-libtsan2-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:21:38.7624561Z Unpacking libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:38.7975769Z Selecting previously unselected package libstdc++6-arm64-cross.
2025-08-20T21:21:38.8115148Z Preparing to unpack .../19-libstdc++6-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:21:38.8125676Z Unpacking libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:38.8472439Z Selecting previously unselected package libubsan1-arm64-cross.
2025-08-20T21:21:38.8609995Z Preparing to unpack .../20-libubsan1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:21:38.8620842Z Unpacking libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:38.8857210Z Selecting previously unselected package libhwasan0-arm64-cross.
2025-08-20T21:21:38.8994245Z Preparing to unpack .../21-libhwasan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:21:38.9003590Z Unpacking libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:38.9272762Z Selecting previously unselected package libgcc-13-dev-arm64-cross.
2025-08-20T21:21:38.9409260Z Preparing to unpack .../22-libgcc-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:21:38.9421257Z Unpacking libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:39.0409073Z Selecting previously unselected package gcc-13-aarch64-linux-gnu.
2025-08-20T21:21:39.0548692Z Preparing to unpack .../23-gcc-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:21:39.0588977Z Unpacking gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:39.3281766Z Selecting previously unselected package linux-libc-dev-arm64-cross.
2025-08-20T21:21:39.3422399Z Preparing to unpack .../24-linux-libc-dev-arm64-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T21:21:39.3434400Z Unpacking linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T21:21:39.5396722Z Selecting previously unselected package libc6-dev-arm64-cross.
2025-08-20T21:21:39.5538657Z Preparing to unpack .../25-libc6-dev-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:21:39.5545981Z Unpacking libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:21:39.6787673Z Selecting previously unselected package libstdc++-13-dev-arm64-cross.
2025-08-20T21:21:39.6929151Z Preparing to unpack .../26-libstdc++-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:21:39.6943886Z Unpacking libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:39.9210829Z Selecting previously unselected package g++-13-aarch64-linux-gnu.
2025-08-20T21:21:39.9352864Z Preparing to unpack .../27-g++-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:21:39.9388206Z Unpacking g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:40.0917050Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T21:21:40.1056858Z Preparing to unpack .../28-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T21:21:40.1073660Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T21:21:40.1984074Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T21:21:40.2124298Z Preparing to unpack .../29-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:21:40.2133807Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:40.2352466Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T21:21:40.2492314Z Preparing to unpack .../30-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:21:40.2502140Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:40.2718855Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T21:21:40.2857190Z Preparing to unpack .../31-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:21:40.2873217Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:21:40.3209507Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T21:21:40.3349157Z Preparing to unpack .../32-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:21:40.3356978Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:40.3572944Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T21:21:40.3709900Z Preparing to unpack .../33-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:21:40.3717733Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:40.3939734Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T21:21:40.4076438Z Preparing to unpack .../34-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:21:40.4085471Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:40.4294058Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T21:21:40.4431569Z Preparing to unpack .../35-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:21:40.4440716Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:40.5071198Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T21:21:40.5210545Z Preparing to unpack .../36-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:21:40.5221842Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:40.5516415Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T21:21:40.5661114Z Preparing to unpack .../37-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:21:40.5672345Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:40.6027274Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T21:21:40.6167102Z Preparing to unpack .../38-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:21:40.6178950Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:40.6705730Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T21:21:40.6848102Z Preparing to unpack .../39-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:21:40.6881972Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:40.9247565Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T21:21:40.9388205Z Preparing to unpack .../40-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T21:21:40.9400514Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T21:21:41.1184226Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T21:21:41.1329052Z Preparing to unpack .../41-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:21:41.1337857Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:21:41.2582097Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T21:21:41.2724136Z Preparing to unpack .../42-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:21:41.2733668Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:41.4731194Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T21:21:41.4875848Z Preparing to unpack .../43-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:21:41.4912375Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:41.6315543Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T21:21:41.6456188Z Preparing to unpack .../44-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T21:21:41.6465971Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T21:21:41.7379686Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T21:21:41.7522257Z Preparing to unpack .../45-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:21:41.7530909Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:21:41.7883122Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T21:21:41.8025330Z Preparing to unpack .../46-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:21:41.8034537Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:41.8245080Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T21:21:41.8387452Z Preparing to unpack .../47-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:21:41.8396213Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:41.8623523Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T21:21:41.8764250Z Preparing to unpack .../48-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:21:41.8772617Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:41.8972390Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T21:21:41.9113198Z Preparing to unpack .../49-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:21:41.9123562Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:41.9726075Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T21:21:41.9870266Z Preparing to unpack .../50-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:21:41.9884314Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:42.0186988Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T21:21:42.0329425Z Preparing to unpack .../51-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:21:42.0340045Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:42.0691508Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T21:21:42.0834066Z Preparing to unpack .../52-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:21:42.0844331Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:42.1441745Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T21:21:42.1584068Z Preparing to unpack .../53-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:21:42.1615488Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:42.3986144Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T21:21:42.4126526Z Preparing to unpack .../54-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T21:21:42.4142598Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T21:21:42.5930329Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T21:21:42.6077157Z Preparing to unpack .../55-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:21:42.6089646Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:21:42.7253647Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T21:21:42.7396783Z Preparing to unpack .../56-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:21:42.7407212Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:42.9409622Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T21:21:42.9555877Z Preparing to unpack .../57-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:21:42.9591069Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:43.0969188Z Selecting previously unselected package gcc-aarch64-linux-gnu.
2025-08-20T21:21:43.1112682Z Preparing to unpack .../58-gcc-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:21:43.1121295Z Unpacking gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:21:43.1346960Z Selecting previously unselected package g++-aarch64-linux-gnu.
2025-08-20T21:21:43.1490292Z Preparing to unpack .../59-g++-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:21:43.1498284Z Unpacking g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:21:43.1685136Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T21:21:43.1827647Z Preparing to unpack .../60-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T21:21:43.1838254Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:21:43.2050533Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T21:21:43.2190862Z Preparing to unpack .../61-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T21:21:43.2199191Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:21:43.2388389Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T21:21:43.2529687Z Preparing to unpack .../62-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:21:43.2538861Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:21:43.2741686Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T21:21:43.2883440Z Preparing to unpack .../63-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:21:43.2892659Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:21:43.3327528Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T21:21:43.3350581Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:21:43.3375137Z Setting up gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:43.3399057Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:43.3429499Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:43.3450347Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T21:21:43.3470704Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:43.3491170Z Setting up libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:21:43.3511834Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T21:21:43.3533795Z Setting up libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:43.3555260Z Setting up linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T21:21:43.3597018Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:21:43.3620173Z Setting up gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:43.3640532Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:43.3661726Z Setting up gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:43.3682459Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:21:43.3703619Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T21:21:43.3727128Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:43.3750818Z Setting up libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:43.3772655Z Setting up libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:43.3806180Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:43.3829104Z Setting up liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:43.3856712Z Setting up libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:43.3907112Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:43.3936604Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:43.3961120Z Setting up cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:43.3981808Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:43.4008254Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:43.4046075Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:43.4068963Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:21:43.4089770Z Setting up libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:43.4109551Z Setting up libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:21:43.4130310Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:43.4150628Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:43.4171330Z Setting up libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:43.4193199Z Setting up cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:21:43.4215588Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:21:43.4236261Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:43.4256437Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:43.4280889Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:43.4301533Z Setting up libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:43.4323150Z Setting up libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:43.4351577Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:21:43.4373710Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:43.4393840Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:43.4420925Z Setting up libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:21:43.4447216Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:43.4473501Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:43.4501557Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:43.4523066Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:43.4558874Z Setting up libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:43.4583736Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:21:43.4607736Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:43.4633821Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:43.4664591Z Setting up gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:43.4706331Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:43.4732403Z Setting up libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:43.4754056Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:21:43.4781051Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:21:43.4808319Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:43.4835294Z Setting up g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:21:43.4862552Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:21:43.4888287Z Setting up gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:21:43.4916118Z Setting up g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:21:43.4943493Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T21:21:43.4964668Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T21:21:43.5053065Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:21:47.7895053Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:21:49.2322152Z Reading package lists...
2025-08-20T21:21:49.3914408Z Building dependency tree...
2025-08-20T21:21:49.3922945Z Reading state information...
2025-08-20T21:21:49.5430185Z The following additional packages will be installed:
2025-08-20T21:21:49.5431065Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T21:21:49.5435798Z   libpcap0.8-dev
2025-08-20T21:21:49.5710400Z The following NEW packages will be installed:
2025-08-20T21:21:49.5710958Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T21:21:49.5716881Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T21:21:49.5889322Z 0 upgraded, 8 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:21:49.6120861Z Need to get 1613 kB of archives.
2025-08-20T21:21:49.6121559Z After this operation, 6802 kB of additional disk space will be used.
2025-08-20T21:21:49.6122157Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:21:49.7087362Z 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-20T21:21:49.7922999Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjudydebian1 amd64 1.0.5-5.1build1 [107 kB]
2025-08-20T21:21:49.8781410Z 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-20T21:21:49.9605016Z 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-20T21:21:50.1220264Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libibverbs-dev amd64 50.0-2ubuntu0.2 [686 kB]
2025-08-20T21:21:50.2993932Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap0.8-dev amd64 1.10.4-4.1ubuntu3 [269 kB]
2025-08-20T21:21:50.4579905Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap-dev amd64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T21:21:50.5388189Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 pcaputils amd64 0.8-1.1build2 [43.8 kB]
2025-08-20T21:21:50.7989728Z Fetched 1613 kB in 1s (1720 kB/s)
2025-08-20T21:21:50.8188440Z Selecting previously unselected package libdbus-1-dev:amd64.
2025-08-20T21:21:50.8246831Z (Reading database ... 
2025-08-20T21:21:50.8247504Z (Reading database ... 5%
2025-08-20T21:21:50.8247913Z (Reading database ... 10%
2025-08-20T21:21:50.8248340Z (Reading database ... 15%
2025-08-20T21:21:50.8248985Z (Reading database ... 20%
2025-08-20T21:21:50.8249469Z (Reading database ... 25%
2025-08-20T21:21:50.8249903Z (Reading database ... 30%
2025-08-20T21:21:50.8250324Z (Reading database ... 35%
2025-08-20T21:21:50.8250577Z (Reading database ... 40%
2025-08-20T21:21:50.8250938Z (Reading database ... 45%
2025-08-20T21:21:50.8251350Z (Reading database ... 50%
2025-08-20T21:21:50.8273529Z (Reading database ... 55%
2025-08-20T21:21:50.8365303Z (Reading database ... 60%
2025-08-20T21:21:50.8387226Z (Reading database ... 65%
2025-08-20T21:21:50.8425979Z (Reading database ... 70%
2025-08-20T21:21:50.8446575Z (Reading database ... 75%
2025-08-20T21:21:50.8482329Z (Reading database ... 80%
2025-08-20T21:21:50.8629635Z (Reading database ... 85%
2025-08-20T21:21:50.8901118Z (Reading database ... 90%
2025-08-20T21:21:50.8985462Z (Reading database ... 95%
2025-08-20T21:21:50.8985870Z (Reading database ... 100%
2025-08-20T21:21:50.8986443Z (Reading database ... 235709 files and directories currently installed.)
2025-08-20T21:21:50.9027654Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_amd64.deb ...
2025-08-20T21:21:50.9037807Z Unpacking libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T21:21:50.9361289Z Selecting previously unselected package libjudydebian1.
2025-08-20T21:21:50.9504848Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_amd64.deb ...
2025-08-20T21:21:50.9525608Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T21:21:50.9762337Z Selecting previously unselected package libnl-3-dev:amd64.
2025-08-20T21:21:50.9904051Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T21:21:50.9914227Z Unpacking libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T21:21:51.0344781Z Selecting previously unselected package libnl-route-3-dev:amd64.
2025-08-20T21:21:51.0487005Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T21:21:51.0495106Z Unpacking libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T21:21:51.0747546Z Selecting previously unselected package libibverbs-dev:amd64.
2025-08-20T21:21:51.0892017Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_amd64.deb ...
2025-08-20T21:21:51.0900770Z Unpacking libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T21:21:51.1622049Z Selecting previously unselected package libpcap0.8-dev:amd64.
2025-08-20T21:21:51.1765683Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T21:21:51.1797754Z Unpacking libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:21:51.2187415Z Selecting previously unselected package libpcap-dev:amd64.
2025-08-20T21:21:51.2333219Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T21:21:51.2343475Z Unpacking libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:21:51.2576333Z Selecting previously unselected package pcaputils.
2025-08-20T21:21:51.2719773Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_amd64.deb ...
2025-08-20T21:21:51.2756645Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T21:21:51.3192251Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T21:21:51.3216959Z Setting up libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T21:21:51.5948938Z Setting up libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T21:21:51.5969878Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T21:21:51.6066523Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T21:21:51.9183963Z Setting up libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T21:21:51.9206357Z Setting up libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T21:21:51.9261170Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:21:51.9460338Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:21:56.6061549Z Processing triggers for sgml-base (1.31) ...
2025-08-20T21:21:56.6503026Z Setting up libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:21:56.6526967Z Setting up libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:21:58.1005165Z Reading package lists...
2025-08-20T21:21:58.2565262Z Building dependency tree...
2025-08-20T21:21:58.2573797Z Reading state information...
2025-08-20T21:21:58.2972841Z Reading package lists...
2025-08-20T21:21:58.4541066Z Building dependency tree...
2025-08-20T21:21:58.4549484Z Reading state information...
2025-08-20T21:21:58.6119356Z The following additional packages will be installed:
2025-08-20T21:21:58.6123391Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T21:21:58.6129228Z Suggested packages:
2025-08-20T21:21:58.6129801Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T21:21:58.6130515Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T21:21:58.6291052Z The following NEW packages will be installed:
2025-08-20T21:21:58.6291794Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T21:21:58.6294202Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T21:21:58.6464016Z 0 upgraded, 9 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:21:58.6464681Z Need to get 800 kB of archives.
2025-08-20T21:21:58.6465263Z After this operation, 6245 kB of additional disk space will be used.
2025-08-20T21:21:58.6465948Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:21:58.7494723Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz1 amd64 1.14-1 [36.4 kB]
2025-08-20T21:21:58.8314432Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz-dev amd64 1.14-1 [51.7 kB]
2025-08-20T21:21:58.9165539Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-libc-dev amd64 0.2.152-1 [353 kB]
2025-08-20T21:21:59.0804727Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-cc-dev amd64 1.0.83-1 [61.6 kB]
2025-08-20T21:21:59.1643145Z 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-20T21:21:59.2424188Z 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-20T21:21:59.3299646Z 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-20T21:21:59.4109717Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma amd64 9.22-2.2 [47.3 kB]
2025-08-20T21:21:59.4907371Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T21:21:59.7555243Z Fetched 800 kB in 1s (936 kB/s)
2025-08-20T21:21:59.7755387Z Selecting previously unselected package liblz1:amd64.
2025-08-20T21:21:59.7813773Z (Reading database ... 
2025-08-20T21:21:59.7814225Z (Reading database ... 5%
2025-08-20T21:21:59.7814673Z (Reading database ... 10%
2025-08-20T21:21:59.7815121Z (Reading database ... 15%
2025-08-20T21:21:59.7815559Z (Reading database ... 20%
2025-08-20T21:21:59.7816005Z (Reading database ... 25%
2025-08-20T21:21:59.7816436Z (Reading database ... 30%
2025-08-20T21:21:59.7816871Z (Reading database ... 35%
2025-08-20T21:21:59.7817583Z (Reading database ... 40%
2025-08-20T21:21:59.7817995Z (Reading database ... 45%
2025-08-20T21:21:59.7818268Z (Reading database ... 50%
2025-08-20T21:21:59.7839692Z (Reading database ... 55%
2025-08-20T21:21:59.7931366Z (Reading database ... 60%
2025-08-20T21:21:59.7953616Z (Reading database ... 65%
2025-08-20T21:21:59.7992278Z (Reading database ... 70%
2025-08-20T21:21:59.8015052Z (Reading database ... 75%
2025-08-20T21:21:59.8050150Z (Reading database ... 80%
2025-08-20T21:21:59.8204099Z (Reading database ... 85%
2025-08-20T21:21:59.8486220Z (Reading database ... 90%
2025-08-20T21:21:59.8574798Z (Reading database ... 95%
2025-08-20T21:21:59.8575229Z (Reading database ... 100%
2025-08-20T21:21:59.8575683Z (Reading database ... 236365 files and directories currently installed.)
2025-08-20T21:21:59.8619597Z Preparing to unpack .../0-liblz1_1.14-1_amd64.deb ...
2025-08-20T21:21:59.8638295Z Unpacking liblz1:amd64 (1.14-1) ...
2025-08-20T21:21:59.8861254Z Selecting previously unselected package liblz-dev:amd64.
2025-08-20T21:21:59.9004544Z Preparing to unpack .../1-liblz-dev_1.14-1_amd64.deb ...
2025-08-20T21:21:59.9014752Z Unpacking liblz-dev:amd64 (1.14-1) ...
2025-08-20T21:21:59.9243450Z Selecting previously unselected package librust-libc-dev:amd64.
2025-08-20T21:21:59.9385235Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_amd64.deb ...
2025-08-20T21:21:59.9395814Z Unpacking librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T21:22:00.0165695Z Selecting previously unselected package librust-cc-dev:amd64.
2025-08-20T21:22:00.0310575Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_amd64.deb ...
2025-08-20T21:22:00.0318360Z Unpacking librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T21:22:00.0571293Z Selecting previously unselected package librust-pkg-config-dev:amd64.
2025-08-20T21:22:00.0715936Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_amd64.deb ...
2025-08-20T21:22:00.0724336Z Unpacking librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T21:22:00.0973568Z Selecting previously unselected package liblzma-dev:amd64.
2025-08-20T21:22:00.1115136Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_amd64.deb ...
2025-08-20T21:22:00.1124691Z Unpacking liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T21:22:00.1402912Z Selecting previously unselected package librust-lzma-sys-dev:amd64.
2025-08-20T21:22:00.1545180Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_amd64.deb ...
2025-08-20T21:22:00.1553822Z Unpacking librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T21:22:00.1777868Z Selecting previously unselected package lzma.
2025-08-20T21:22:00.1922108Z Preparing to unpack .../7-lzma_9.22-2.2_amd64.deb ...
2025-08-20T21:22:00.1931209Z Unpacking lzma (9.22-2.2) ...
2025-08-20T21:22:00.2183324Z Selecting previously unselected package lzma-dev.
2025-08-20T21:22:00.2327671Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T21:22:00.2340594Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T21:22:00.2784739Z Setting up liblz1:amd64 (1.14-1) ...
2025-08-20T21:22:00.2814207Z Setting up librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T21:22:00.2841828Z Setting up librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T21:22:00.2870558Z Setting up liblz-dev:amd64 (1.14-1) ...
2025-08-20T21:22:00.2900086Z Setting up lzma (9.22-2.2) ...
2025-08-20T21:22:00.2966796Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T21:22:00.2993410Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T21:22:00.3024425Z Setting up liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T21:22:00.3051174Z Setting up librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T21:22:00.3077907Z Setting up librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T21:22:00.3112457Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:22:00.3265826Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:22:04.6421925Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:22:05.2767438Z 
2025-08-20T21:22:05.2768717Z Running kernel seems to be up-to-date.
2025-08-20T21:22:05.2769108Z 
2025-08-20T21:22:05.2769259Z Restarting services...
2025-08-20T21:22:05.2827497Z 
2025-08-20T21:22:05.2827825Z Service restarts being deferred:
2025-08-20T21:22:05.2828395Z  systemctl restart hosted-compute-agent.service
2025-08-20T21:22:05.2828996Z 
2025-08-20T21:22:05.2830558Z No containers need to be restarted.
2025-08-20T21:22:05.2830777Z 
2025-08-20T21:22:05.2830912Z No user sessions are running outdated binaries.
2025-08-20T21:22:05.2831130Z 
2025-08-20T21:22:05.2831344Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T21:22:06.1557564Z Reading package lists...
2025-08-20T21:22:06.3205113Z Building dependency tree...
2025-08-20T21:22:06.3213739Z Reading state information...
2025-08-20T21:22:06.5153134Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T21:22:06.5153903Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T21:22:06.5154485Z inetutils-telnet set to manually installed.
2025-08-20T21:22:06.5154997Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T21:22:06.5155548Z The following additional packages will be installed:
2025-08-20T21:22:06.5156017Z   tcpd update-inetd
2025-08-20T21:22:06.5299100Z The following packages will be REMOVED:
2025-08-20T21:22:06.5305105Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T21:22:06.5306210Z The following NEW packages will be installed:
2025-08-20T21:22:06.5306735Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T21:22:06.5307271Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T21:22:06.5312948Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T21:22:06.5478940Z 0 upgraded, 13 newly installed, 3 to remove and 19 not upgraded.
2025-08-20T21:22:06.5479559Z Need to get 698 kB of archives.
2025-08-20T21:22:06.5480130Z After this operation, 196 kB of additional disk space will be used.
2025-08-20T21:22:06.5480844Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:22:06.6441476Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-syslogd amd64 2:2.5-3ubuntu4 [62.6 kB]
2025-08-20T21:22:06.7277743Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 tcpd amd64 7.6.q-33 [24.3 kB]
2025-08-20T21:22:06.8108067Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 update-inetd all 4.53 [24.0 kB]
2025-08-20T21:22:06.8926129Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-inetd amd64 2:2.5-3ubuntu4 [45.5 kB]
2025-08-20T21:22:06.9747142Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftp amd64 2:2.5-3ubuntu4 [84.3 kB]
2025-08-20T21:22:07.0583114Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftpd amd64 2:2.5-3ubuntu4 [73.3 kB]
2025-08-20T21:22:07.1405475Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ping amd64 2:2.5-3ubuntu4 [62.4 kB]
2025-08-20T21:22:07.2220805Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talk amd64 2:2.5-3ubuntu4 [45.8 kB]
2025-08-20T21:22:07.3062710Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talkd amd64 2:2.5-3ubuntu4 [35.7 kB]
2025-08-20T21:22:07.3880623Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-telnetd amd64 2:2.5-3ubuntu4 [60.0 kB]
2025-08-20T21:22:07.4751135Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-tools amd64 2:2.5-3ubuntu4 [76.9 kB]
2025-08-20T21:22:07.5574357Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netcat-traditional amd64 1.10-48 [61.3 kB]
2025-08-20T21:22:07.6394710Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-traceroute amd64 2:2.5-3ubuntu4 [42.2 kB]
2025-08-20T21:22:07.8660351Z Preconfiguring packages ...
2025-08-20T21:22:07.9698714Z Fetched 698 kB in 1s (634 kB/s)
2025-08-20T21:22:07.9884008Z (Reading database ... 
2025-08-20T21:22:07.9884633Z (Reading database ... 5%
2025-08-20T21:22:07.9884894Z (Reading database ... 10%
2025-08-20T21:22:07.9885137Z (Reading database ... 15%
2025-08-20T21:22:07.9885397Z (Reading database ... 20%
2025-08-20T21:22:07.9885644Z (Reading database ... 25%
2025-08-20T21:22:07.9885876Z (Reading database ... 30%
2025-08-20T21:22:07.9886109Z (Reading database ... 35%
2025-08-20T21:22:07.9886344Z (Reading database ... 40%
2025-08-20T21:22:07.9886576Z (Reading database ... 45%
2025-08-20T21:22:07.9886802Z (Reading database ... 50%
2025-08-20T21:22:07.9900901Z (Reading database ... 55%
2025-08-20T21:22:08.0000614Z (Reading database ... 60%
2025-08-20T21:22:08.0022540Z (Reading database ... 65%
2025-08-20T21:22:08.0061586Z (Reading database ... 70%
2025-08-20T21:22:08.0084222Z (Reading database ... 75%
2025-08-20T21:22:08.0119929Z (Reading database ... 80%
2025-08-20T21:22:08.0267074Z (Reading database ... 85%
2025-08-20T21:22:08.0544297Z (Reading database ... 90%
2025-08-20T21:22:08.0632038Z (Reading database ... 95%
2025-08-20T21:22:08.0632618Z (Reading database ... 100%
2025-08-20T21:22:08.0633314Z (Reading database ... 236857 files and directories currently installed.)
2025-08-20T21:22:08.0677250Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T21:22:08.0829067Z Removing iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:22:08.0994855Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T21:22:08.4971111Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T21:22:08.5032092Z (Reading database ... 
2025-08-20T21:22:08.5032525Z (Reading database ... 5%
2025-08-20T21:22:08.5032927Z (Reading database ... 10%
2025-08-20T21:22:08.5033328Z (Reading database ... 15%
2025-08-20T21:22:08.5033706Z (Reading database ... 20%
2025-08-20T21:22:08.5034092Z (Reading database ... 25%
2025-08-20T21:22:08.5034466Z (Reading database ... 30%
2025-08-20T21:22:08.5034834Z (Reading database ... 35%
2025-08-20T21:22:08.5035195Z (Reading database ... 40%
2025-08-20T21:22:08.5035565Z (Reading database ... 45%
2025-08-20T21:22:08.5035960Z (Reading database ... 50%
2025-08-20T21:22:08.5049946Z (Reading database ... 55%
2025-08-20T21:22:08.5168898Z (Reading database ... 60%
2025-08-20T21:22:08.5194213Z (Reading database ... 65%
2025-08-20T21:22:08.5241465Z (Reading database ... 70%
2025-08-20T21:22:08.5268279Z (Reading database ... 75%
2025-08-20T21:22:08.5309340Z (Reading database ... 80%
2025-08-20T21:22:08.5483932Z (Reading database ... 85%
2025-08-20T21:22:08.5793735Z (Reading database ... 90%
2025-08-20T21:22:08.5893331Z (Reading database ... 95%
2025-08-20T21:22:08.5893863Z (Reading database ... 100%
2025-08-20T21:22:08.5939994Z (Reading database ... 236785 files and directories currently installed.)
2025-08-20T21:22:08.5940708Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:22:08.5980748Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T21:22:08.6220405Z Selecting previously unselected package tcpd.
2025-08-20T21:22:08.6361672Z Preparing to unpack .../01-tcpd_7.6.q-33_amd64.deb ...
2025-08-20T21:22:08.6370012Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T21:22:08.6647914Z Selecting previously unselected package update-inetd.
2025-08-20T21:22:08.6788982Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T21:22:08.6800527Z Unpacking update-inetd (4.53) ...
2025-08-20T21:22:08.7054706Z Selecting previously unselected package inetutils-inetd.
2025-08-20T21:22:08.7194920Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:22:08.7247807Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T21:22:08.7503731Z Selecting previously unselected package inetutils-ftp.
2025-08-20T21:22:08.7648311Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:22:08.7666419Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T21:22:08.7926537Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T21:22:08.8067859Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:22:08.8081895Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T21:22:08.8320520Z Selecting previously unselected package inetutils-ping.
2025-08-20T21:22:08.8460960Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:22:08.8472455Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:22:08.8713688Z Selecting previously unselected package inetutils-talk.
2025-08-20T21:22:08.8857561Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:22:08.8867418Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T21:22:08.9094355Z Selecting previously unselected package inetutils-talkd.
2025-08-20T21:22:08.9235203Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:22:08.9244167Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T21:22:08.9482028Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T21:22:08.9624062Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:22:08.9633597Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T21:22:08.9862558Z Selecting previously unselected package inetutils-tools.
2025-08-20T21:22:09.0004275Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:22:09.0013025Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T21:22:09.0266405Z Selecting previously unselected package netcat-traditional.
2025-08-20T21:22:09.0407363Z Preparing to unpack .../11-netcat-traditional_1.10-48_amd64.deb ...
2025-08-20T21:22:09.0425785Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T21:22:09.0696250Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T21:22:09.0836757Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:22:09.0849579Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T21:22:09.1269034Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T21:22:09.1356992Z Setting up update-inetd (4.53) ...
2025-08-20T21:22:09.2261945Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T21:22:09.2324145Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T21:22:09.2343424Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T21:22:09.6622768Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:22:09.6623199Z 
2025-08-20T21:22:09.6623328Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T21:22:09.6623532Z 
2025-08-20T21:22:09.6623920Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:22:09.6624471Z 
2025-08-20T21:22:09.6625438Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:22:09.6626368Z 
2025-08-20T21:22:09.9691354Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T21:22:09.9775460Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T21:22:09.9839330Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T21:22:09.9863632Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:22:09.9911688Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T21:22:09.9953539Z Setting up tcpd (7.6.q-33) ...
2025-08-20T21:22:09.9990680Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T21:22:10.4071142Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T21:22:10.4071885Z 
2025-08-20T21:22:10.4072794Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T21:22:10.4073360Z 
2025-08-20T21:22:10.7234645Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T21:22:10.8209936Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T21:22:10.8862658Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T21:22:10.9453115Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:22:17.1739992Z Reading package lists...
2025-08-20T21:22:17.3364543Z Building dependency tree...
2025-08-20T21:22:17.3372711Z Reading state information...
2025-08-20T21:22:17.5576833Z iputils-tracepath is already the newest version (3:20240117-1ubuntu0.1).
2025-08-20T21:22:17.5577330Z iputils-tracepath set to manually installed.
2025-08-20T21:22:17.5577673Z The following packages will be REMOVED:
2025-08-20T21:22:17.5582878Z   inetutils-ping
2025-08-20T21:22:17.5584222Z The following NEW packages will be installed:
2025-08-20T21:22:17.5590271Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T21:22:17.5763404Z 0 upgraded, 3 newly installed, 1 to remove and 19 not upgraded.
2025-08-20T21:22:17.5764032Z Need to get 71.5 kB of archives.
2025-08-20T21:22:17.5764615Z After this operation, 16.4 kB of additional disk space will be used.
2025-08-20T21:22:17.5765111Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:22:17.6710799Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-ping amd64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T21:22:17.7527028Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-arping amd64 3:20240117-1ubuntu0.1 [15.1 kB]
2025-08-20T21:22:17.8334142Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 iputils-clockdiff amd64 3:20240117-1ubuntu0.1 [11.8 kB]
2025-08-20T21:22:18.1266869Z Fetched 71.5 kB in 0s (267 kB/s)
2025-08-20T21:22:18.1449345Z (Reading database ... 
2025-08-20T21:22:18.1449912Z (Reading database ... 5%
2025-08-20T21:22:18.1450444Z (Reading database ... 10%
2025-08-20T21:22:18.1450934Z (Reading database ... 15%
2025-08-20T21:22:18.1451334Z (Reading database ... 20%
2025-08-20T21:22:18.1451706Z (Reading database ... 25%
2025-08-20T21:22:18.1452066Z (Reading database ... 30%
2025-08-20T21:22:18.1452423Z (Reading database ... 35%
2025-08-20T21:22:18.1452645Z (Reading database ... 40%
2025-08-20T21:22:18.1452864Z (Reading database ... 45%
2025-08-20T21:22:18.1453080Z (Reading database ... 50%
2025-08-20T21:22:18.1470301Z (Reading database ... 55%
2025-08-20T21:22:18.1575431Z (Reading database ... 60%
2025-08-20T21:22:18.1598439Z (Reading database ... 65%
2025-08-20T21:22:18.1639774Z (Reading database ... 70%
2025-08-20T21:22:18.1664017Z (Reading database ... 75%
2025-08-20T21:22:18.1701507Z (Reading database ... 80%
2025-08-20T21:22:18.1859411Z (Reading database ... 85%
2025-08-20T21:22:18.2135892Z (Reading database ... 90%
2025-08-20T21:22:18.2227967Z (Reading database ... 95%
2025-08-20T21:22:18.2228370Z (Reading database ... 100%
2025-08-20T21:22:18.2229004Z (Reading database ... 236946 files and directories currently installed.)
2025-08-20T21:22:18.2270503Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:22:18.2715473Z Selecting previously unselected package iputils-ping.
2025-08-20T21:22:18.2775515Z (Reading database ... 
2025-08-20T21:22:18.2775976Z (Reading database ... 5%
2025-08-20T21:22:18.2776425Z (Reading database ... 10%
2025-08-20T21:22:18.2776870Z (Reading database ... 15%
2025-08-20T21:22:18.2777332Z (Reading database ... 20%
2025-08-20T21:22:18.2777917Z (Reading database ... 25%
2025-08-20T21:22:18.2778356Z (Reading database ... 30%
2025-08-20T21:22:18.2778963Z (Reading database ... 35%
2025-08-20T21:22:18.2779417Z (Reading database ... 40%
2025-08-20T21:22:18.2779802Z (Reading database ... 45%
2025-08-20T21:22:18.2780082Z (Reading database ... 50%
2025-08-20T21:22:18.2791605Z (Reading database ... 55%
2025-08-20T21:22:18.2892078Z (Reading database ... 60%
2025-08-20T21:22:18.2914135Z (Reading database ... 65%
2025-08-20T21:22:18.2953417Z (Reading database ... 70%
2025-08-20T21:22:18.2977058Z (Reading database ... 75%
2025-08-20T21:22:18.3013059Z (Reading database ... 80%
2025-08-20T21:22:18.3163979Z (Reading database ... 85%
2025-08-20T21:22:18.3428857Z (Reading database ... 90%
2025-08-20T21:22:18.3515973Z (Reading database ... 95%
2025-08-20T21:22:18.3516300Z (Reading database ... 100%
2025-08-20T21:22:18.3516724Z (Reading database ... 236937 files and directories currently installed.)
2025-08-20T21:22:18.3559458Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T21:22:18.3571709Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:22:18.3806547Z Selecting previously unselected package iputils-arping.
2025-08-20T21:22:18.3949570Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T21:22:18.3958318Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:22:18.4179127Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T21:22:18.4320023Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T21:22:18.4329827Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T21:22:18.4729885Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:22:18.4887743Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:22:18.5037161Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T21:22:18.5199919Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:22:24.4517316Z Reading package lists...
2025-08-20T21:22:24.6064323Z Building dependency tree...
2025-08-20T21:22:24.6072655Z Reading state information...
2025-08-20T21:22:24.7565933Z python3-pip is already the newest version (24.0+dfsg-1ubuntu1.2).
2025-08-20T21:22:24.7566599Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T21:22:24.7936454Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:22:25.1104629Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T21:22:25.4270695Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:22:26.1033294Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T21:22:26.2069742Z Collecting pip
2025-08-20T21:22:26.2389793Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T21:22:26.2455628Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T21:22:26.2784509Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 57.4 MB/s eta 0:00:00
2025-08-20T21:22:26.5240312Z Installing collected packages: pip
2025-08-20T21:22:27.2480409Z Successfully installed pip-25.2
2025-08-20T21:22:27.4542073Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T21:22:27.4973067Z Reading package lists...
2025-08-20T21:22:27.6532960Z Building dependency tree...
2025-08-20T21:22:27.6541496Z Reading state information...
2025-08-20T21:22:27.8032701Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T21:22:27.8033317Z pciutils set to manually installed.
2025-08-20T21:22:27.8033917Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T21:22:27.8034664Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T21:22:27.8035162Z python3-distro set to manually installed.
2025-08-20T21:22:27.8035626Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T21:22:27.8036103Z python3-netifaces set to manually installed.
2025-08-20T21:22:27.8036535Z The following additional packages will be installed:
2025-08-20T21:22:27.8036926Z   libsysfs2
2025-08-20T21:22:27.8039169Z Suggested packages:
2025-08-20T21:22:27.8288222Z   fancontrol read-edid i2c-tools
2025-08-20T21:22:27.8288879Z The following NEW packages will be installed:
2025-08-20T21:22:27.8290020Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T21:22:27.8454505Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:22:27.8681878Z Need to get 142 kB of archives.
2025-08-20T21:22:27.8682436Z After this operation, 577 kB of additional disk space will be used.
2025-08-20T21:22:27.8682859Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:22:27.9642910Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsysfs2 amd64 2.1.1-6build1 [20.0 kB]
2025-08-20T21:22:28.0444921Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 sysfsutils amd64 2.1.1-6build1 [15.5 kB]
2025-08-20T21:22:28.1256415Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lm-sensors amd64 1:3.6.0-9build1 [90.1 kB]
2025-08-20T21:22:28.2089827Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 virt-what amd64 1.25-2 [15.9 kB]
2025-08-20T21:22:28.4682199Z Fetched 142 kB in 0s (403 kB/s)
2025-08-20T21:22:28.4892213Z Selecting previously unselected package libsysfs2:amd64.
2025-08-20T21:22:28.4952217Z (Reading database ... 
2025-08-20T21:22:28.4952723Z (Reading database ... 5%
2025-08-20T21:22:28.4953156Z (Reading database ... 10%
2025-08-20T21:22:28.4953587Z (Reading database ... 15%
2025-08-20T21:22:28.4954044Z (Reading database ... 20%
2025-08-20T21:22:28.4954482Z (Reading database ... 25%
2025-08-20T21:22:28.4954916Z (Reading database ... 30%
2025-08-20T21:22:28.4955351Z (Reading database ... 35%
2025-08-20T21:22:28.4955820Z (Reading database ... 40%
2025-08-20T21:22:28.4956257Z (Reading database ... 45%
2025-08-20T21:22:28.4956689Z (Reading database ... 50%
2025-08-20T21:22:28.4971161Z (Reading database ... 55%
2025-08-20T21:22:28.5075536Z (Reading database ... 60%
2025-08-20T21:22:28.5099602Z (Reading database ... 65%
2025-08-20T21:22:28.5140411Z (Reading database ... 70%
2025-08-20T21:22:28.5164727Z (Reading database ... 75%
2025-08-20T21:22:28.5201913Z (Reading database ... 80%
2025-08-20T21:22:28.5365752Z (Reading database ... 85%
2025-08-20T21:22:28.5659077Z (Reading database ... 90%
2025-08-20T21:22:28.5755498Z (Reading database ... 95%
2025-08-20T21:22:28.5756000Z (Reading database ... 100%
2025-08-20T21:22:28.5756629Z (Reading database ... 236956 files and directories currently installed.)
2025-08-20T21:22:28.5801754Z Preparing to unpack .../libsysfs2_2.1.1-6build1_amd64.deb ...
2025-08-20T21:22:28.5820364Z Unpacking libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T21:22:28.6066501Z Selecting previously unselected package sysfsutils.
2025-08-20T21:22:28.6210176Z Preparing to unpack .../sysfsutils_2.1.1-6build1_amd64.deb ...
2025-08-20T21:22:28.6244405Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T21:22:28.6494856Z Selecting previously unselected package lm-sensors.
2025-08-20T21:22:28.6639675Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_amd64.deb ...
2025-08-20T21:22:28.6836731Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T21:22:28.7100502Z Selecting previously unselected package virt-what.
2025-08-20T21:22:28.7246825Z Preparing to unpack .../virt-what_1.25-2_amd64.deb ...
2025-08-20T21:22:28.7256916Z Unpacking virt-what (1.25-2) ...
2025-08-20T21:22:28.7661229Z Setting up virt-what (1.25-2) ...
2025-08-20T21:22:28.7687475Z Setting up libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T21:22:28.7710838Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T21:22:29.1732573Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T21:22:29.1733336Z 
2025-08-20T21:22:29.1734167Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T21:22:29.1734779Z 
2025-08-20T21:22:29.4876808Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T21:22:29.8930212Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T21:22:29.8931201Z 
2025-08-20T21:22:29.8968376Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:22:34.5180043Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:22:35.9507957Z Reading package lists...
2025-08-20T21:22:36.1194888Z Building dependency tree...
2025-08-20T21:22:36.1203181Z Reading state information...
2025-08-20T21:22:36.2733503Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T21:22:36.2734428Z The following additional packages will be installed:
2025-08-20T21:22:36.2737365Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T21:22:36.2737889Z   xorg-sgml-doctools
2025-08-20T21:22:36.2743385Z Suggested packages:
2025-08-20T21:22:36.2743720Z   libxcb-doc
2025-08-20T21:22:36.2893311Z The following NEW packages will be installed:
2025-08-20T21:22:36.2894872Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T21:22:36.2897804Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T21:22:36.2898645Z   xcb xorg-sgml-doctools
2025-08-20T21:22:36.3065674Z 0 upgraded, 11 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:22:36.3066318Z Need to get 807 kB of archives.
2025-08-20T21:22:36.3066895Z After this operation, 3089 kB of additional disk space will be used.
2025-08-20T21:22:36.3067570Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:22:36.4072294Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpthread-stubs0-dev amd64 0.4-1build3 [4746 B]
2025-08-20T21:22:36.4891865Z 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-20T21:22:36.5706497Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T21:22:36.7363203Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxau-dev amd64 1:1.0.9-1build6 [9570 B]
2025-08-20T21:22:36.8169368Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxdmcp-dev amd64 1:1.1.3-0ubuntu6 [26.5 kB]
2025-08-20T21:22:36.9004028Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb1-dev amd64 1.15-1ubuntu2 [85.8 kB]
2025-08-20T21:22:36.9830940Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-render0-dev amd64 1.15-1ubuntu2 [19.6 kB]
2025-08-20T21:22:37.0663791Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0 amd64 1.15-1ubuntu2 [6100 B]
2025-08-20T21:22:37.1480553Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0-dev amd64 1.15-1ubuntu2 [7310 B]
2025-08-20T21:22:37.2292575Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-xfixes0-dev amd64 1.15-1ubuntu2 [12.6 kB]
2025-08-20T21:22:37.3097066Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 xcb amd64 2.4-8build2 [21.3 kB]
2025-08-20T21:22:37.5715558Z Fetched 807 kB in 1s (796 kB/s)
2025-08-20T21:22:37.5913070Z Selecting previously unselected package libpthread-stubs0-dev:amd64.
2025-08-20T21:22:37.5973788Z (Reading database ... 
2025-08-20T21:22:37.5974235Z (Reading database ... 5%
2025-08-20T21:22:37.5974632Z (Reading database ... 10%
2025-08-20T21:22:37.5975023Z (Reading database ... 15%
2025-08-20T21:22:37.5975402Z (Reading database ... 20%
2025-08-20T21:22:37.5975776Z (Reading database ... 25%
2025-08-20T21:22:37.5976149Z (Reading database ... 30%
2025-08-20T21:22:37.5976567Z (Reading database ... 35%
2025-08-20T21:22:37.5976938Z (Reading database ... 40%
2025-08-20T21:22:37.5977307Z (Reading database ... 45%
2025-08-20T21:22:37.5977705Z (Reading database ... 50%
2025-08-20T21:22:37.5992603Z (Reading database ... 55%
2025-08-20T21:22:37.6093384Z (Reading database ... 60%
2025-08-20T21:22:37.6115946Z (Reading database ... 65%
2025-08-20T21:22:37.6155146Z (Reading database ... 70%
2025-08-20T21:22:37.6179077Z (Reading database ... 75%
2025-08-20T21:22:37.6214347Z (Reading database ... 80%
2025-08-20T21:22:37.6367909Z (Reading database ... 85%
2025-08-20T21:22:37.6642826Z (Reading database ... 90%
2025-08-20T21:22:37.6729773Z (Reading database ... 95%
2025-08-20T21:22:37.6730252Z (Reading database ... 100%
2025-08-20T21:22:37.6730904Z (Reading database ... 237013 files and directories currently installed.)
2025-08-20T21:22:37.6772652Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_amd64.deb ...
2025-08-20T21:22:37.6783058Z Unpacking libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T21:22:37.7002718Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T21:22:37.7144882Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T21:22:37.7157451Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T21:22:37.7426634Z Selecting previously unselected package x11proto-dev.
2025-08-20T21:22:37.7569184Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T21:22:37.7577352Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T21:22:37.8095010Z Selecting previously unselected package libxau-dev:amd64.
2025-08-20T21:22:37.8238828Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_amd64.deb ...
2025-08-20T21:22:37.8245723Z Unpacking libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T21:22:37.8471783Z Selecting previously unselected package libxdmcp-dev:amd64.
2025-08-20T21:22:37.8615762Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_amd64.deb ...
2025-08-20T21:22:37.8631246Z Unpacking libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T21:22:37.8844417Z Selecting previously unselected package libxcb1-dev:amd64.
2025-08-20T21:22:37.8987149Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:22:37.8999949Z Unpacking libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:22:37.9251504Z Selecting previously unselected package libxcb-render0-dev:amd64.
2025-08-20T21:22:37.9394630Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:22:37.9403761Z Unpacking libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:22:37.9642318Z Selecting previously unselected package libxcb-shape0:amd64.
2025-08-20T21:22:37.9784686Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:22:37.9801516Z Unpacking libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:22:38.0001483Z Selecting previously unselected package libxcb-shape0-dev:amd64.
2025-08-20T21:22:38.0143255Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:22:38.0150670Z Unpacking libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:22:38.0355567Z Selecting previously unselected package libxcb-xfixes0-dev:amd64.
2025-08-20T21:22:38.0497321Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:22:38.0509754Z Unpacking libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:22:38.0735307Z Selecting previously unselected package xcb.
2025-08-20T21:22:38.0877957Z Preparing to unpack .../10-xcb_2.4-8build2_amd64.deb ...
2025-08-20T21:22:38.0890130Z Unpacking xcb (2.4-8build2) ...
2025-08-20T21:22:38.1315268Z Setting up libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:22:38.1342856Z Setting up libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T21:22:38.1372593Z Setting up xcb (2.4-8build2) ...
2025-08-20T21:22:38.1423652Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T21:22:38.1475869Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:22:38.1617855Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:22:42.6374597Z Processing triggers for sgml-base (1.31) ...
2025-08-20T21:22:42.6465076Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T21:22:42.6514587Z Setting up libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T21:22:42.6541595Z Setting up libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T21:22:42.6572725Z Setting up libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:22:42.6600270Z Setting up libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:22:42.6625837Z Setting up libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:22:42.6653261Z Setting up libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:22:44.3148471Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:22:44.9365019Z Collecting build
2025-08-20T21:22:44.9704873Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T21:22:45.0723327Z Collecting cffi
2025-08-20T21:22:45.0749358Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T21:22:45.0883323Z Collecting scons
2025-08-20T21:22:45.0917187Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:22:45.1052190Z Collecting scuba
2025-08-20T21:22:45.1080659Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T21:22:45.1515810Z Collecting pytest
2025-08-20T21:22:45.1538945Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T21:22:45.1712167Z Collecting packaging>=19.1 (from build)
2025-08-20T21:22:45.1736898Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:22:45.1829689Z Collecting pyproject_hooks (from build)
2025-08-20T21:22:45.1851651Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T21:22:45.1950185Z Collecting pycparser (from cffi)
2025-08-20T21:22:45.1974063Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T21:22:45.2279107Z Collecting PyYAML (from scuba)
2025-08-20T21:22:45.2332306Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T21:22:45.2437294Z Collecting iniconfig>=1 (from pytest)
2025-08-20T21:22:45.2460851Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T21:22:45.2617146Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T21:22:45.2642916Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T21:22:45.2829036Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T21:22:45.2851343Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:22:45.2936046Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T21:22:45.2984717Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T21:22:45.3077200Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:22:45.3366167Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 166.7 MB/s  0:00:00
2025-08-20T21:22:45.3412623Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T21:22:45.3469746Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T21:22:45.3524843Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T21:22:45.3568443Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T21:22:45.3605288Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:22:45.3646483Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:22:45.3729639Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 163.9 MB/s  0:00:00
2025-08-20T21:22:45.3753731Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T21:22:45.3798799Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T21:22:45.3844623Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T21:22:45.3905505Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 767.5/767.5 kB 126.9 MB/s  0:00:00
2025-08-20T21:22:45.5027884Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T21:22:47.1964399Z 
2025-08-20T21:22:47.1981577Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T21:22:47.5039397Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:22:48.1207611Z Collecting ansi2txt
2025-08-20T21:22:48.1531707Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T21:22:48.1732069Z Collecting pipx
2025-08-20T21:22:48.1766061Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:22:48.1895714Z Collecting scons
2025-08-20T21:22:48.1912594Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:22:48.1979157Z Collecting py2static
2025-08-20T21:22:48.2016616Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T21:22:48.2165883Z Collecting typer
2025-08-20T21:22:48.2194942Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T21:22:48.2441918Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T21:22:48.2470749Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:22:48.2627048Z Collecting packaging>=20 (from pipx)
2025-08-20T21:22:48.2637802Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:22:48.2787750Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T21:22:48.2815793Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T21:22:48.2930869Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T21:22:48.2957983Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:22:48.3381713Z Collecting pyinstaller (from py2static)
2025-08-20T21:22:48.3412422Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T21:22:48.3568464Z Collecting staticx (from py2static)
2025-08-20T21:22:48.3601398Z   Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T21:22:48.3765170Z Collecting click>=8.0.0 (from typer)
2025-08-20T21:22:48.3794378Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:22:48.4063397Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T21:22:48.4089708Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:22:48.4227214Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T21:22:48.4263157Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T21:22:48.4640863Z Collecting rich>=10.11.0 (from typer)
2025-08-20T21:22:48.4673304Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:22:48.4836440Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T21:22:48.4864175Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:22:48.5065703Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T21:22:48.5076415Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:22:48.5152457Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T21:22:48.5177507Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T21:22:48.6286545Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T21:22:48.6315509Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:22:48.6484850Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T21:22:48.6512520Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:22:48.6689992Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T21:22:48.6727307Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:22:48.6923425Z Collecting pyelftools (from staticx->py2static)
2025-08-20T21:22:48.6948403Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T21:22:48.7028683Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T21:22:48.7072356Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T21:22:48.7112046Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:22:48.7177633Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T21:22:48.7220438Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T21:22:48.7265015Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T21:22:48.7310328Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T21:22:48.7344568Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:22:48.7370310Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T21:22:48.7419165Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T21:22:48.7462971Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:22:48.7497955Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T21:22:48.7547525Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T21:22:48.7597433Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T21:22:48.7639853Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T21:22:48.7684499Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T21:22:48.7749130Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T21:22:48.7814236Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 732.2/732.2 kB 113.6 MB/s  0:00:00
2025-08-20T21:22:48.7844770Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:22:48.7930952Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:22:48.8015070Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 146.4 MB/s  0:00:00
2025-08-20T21:22:48.8039180Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:22:48.8127043Z Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T21:22:48.8185077Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T21:22:48.9687841Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T21:22:49.7806914Z   Attempting uninstall: scons
2025-08-20T21:22:49.7891189Z     Found existing installation: SCons 4.9.1
2025-08-20T21:22:49.8277604Z     Uninstalling SCons-4.9.1:
2025-08-20T21:22:49.8350480Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:22:50.4476951Z   Attempting uninstall: pygments
2025-08-20T21:22:50.4559883Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:22:50.4789045Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:22:50.4816116Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:22:51.0975659Z   Attempting uninstall: packaging
2025-08-20T21:22:51.1055274Z     Found existing installation: packaging 25.0
2025-08-20T21:22:51.1079885Z     Uninstalling packaging-25.0:
2025-08-20T21:22:51.1087518Z       Successfully uninstalled packaging-25.0
2025-08-20T21:22:52.1005594Z 
2025-08-20T21:22:52.1036256Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T21:22:52.4207116Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:22:52.9781945Z Collecting build
2025-08-20T21:22:52.9793641Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T21:22:53.0650021Z Collecting cffi
2025-08-20T21:22:53.0662658Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T21:22:53.0798146Z Collecting scons
2025-08-20T21:22:53.0808909Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:22:53.0906125Z Collecting scuba
2025-08-20T21:22:53.0916581Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T21:22:53.1310426Z Collecting pytest
2025-08-20T21:22:53.1322042Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T21:22:53.1463093Z Collecting packaging>=19.1 (from build)
2025-08-20T21:22:53.1473762Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:22:53.1532020Z Collecting pyproject_hooks (from build)
2025-08-20T21:22:53.1542436Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T21:22:53.1609013Z Collecting pycparser (from cffi)
2025-08-20T21:22:53.1619270Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T21:22:53.1889810Z Collecting PyYAML (from scuba)
2025-08-20T21:22:53.1902576Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T21:22:53.1970330Z Collecting iniconfig>=1 (from pytest)
2025-08-20T21:22:53.1980887Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T21:22:53.2110330Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T21:22:53.2115015Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T21:22:53.2266311Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T21:22:53.2276334Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:22:53.2334087Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T21:22:53.2344369Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T21:22:53.2357353Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:22:53.2397880Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T21:22:53.2410035Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T21:22:53.2422435Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T21:22:53.2432326Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T21:22:53.2441792Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:22:53.2451834Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:22:53.2470506Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T21:22:53.2480812Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T21:22:53.2490553Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T21:22:53.3730678Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T21:22:53.3735852Z   Attempting uninstall: scons
2025-08-20T21:22:53.3820080Z     Found existing installation: SCons 4.9.1
2025-08-20T21:22:53.4214310Z     Uninstalling SCons-4.9.1:
2025-08-20T21:22:53.4286391Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:22:54.0383715Z   Attempting uninstall: PyYAML
2025-08-20T21:22:54.0476771Z     Found existing installation: PyYAML 6.0.2
2025-08-20T21:22:54.0503491Z     Uninstalling PyYAML-6.0.2:
2025-08-20T21:22:54.0513241Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T21:22:54.1045859Z   Attempting uninstall: pyproject_hooks
2025-08-20T21:22:54.1129095Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T21:22:54.1145366Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T21:22:54.1151912Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T21:22:54.1239418Z   Attempting uninstall: pygments
2025-08-20T21:22:54.1317230Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:22:54.1540962Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:22:54.1567828Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:22:54.7563497Z   Attempting uninstall: pycparser
2025-08-20T21:22:54.7645986Z     Found existing installation: pycparser 2.22
2025-08-20T21:22:54.7679462Z     Uninstalling pycparser-2.22:
2025-08-20T21:22:54.7686704Z       Successfully uninstalled pycparser-2.22
2025-08-20T21:22:54.8855727Z   Attempting uninstall: pluggy
2025-08-20T21:22:54.8944356Z     Found existing installation: pluggy 1.6.0
2025-08-20T21:22:54.8966667Z     Uninstalling pluggy-1.6.0:
2025-08-20T21:22:54.8973604Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T21:22:54.9130469Z   Attempting uninstall: packaging
2025-08-20T21:22:54.9211539Z     Found existing installation: packaging 25.0
2025-08-20T21:22:54.9236107Z     Uninstalling packaging-25.0:
2025-08-20T21:22:54.9243722Z       Successfully uninstalled packaging-25.0
2025-08-20T21:22:54.9620581Z   Attempting uninstall: iniconfig
2025-08-20T21:22:54.9706310Z     Found existing installation: iniconfig 2.1.0
2025-08-20T21:22:54.9723058Z     Uninstalling iniconfig-2.1.0:
2025-08-20T21:22:54.9729746Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T21:22:54.9804973Z   Attempting uninstall: scuba
2025-08-20T21:22:54.9884425Z     Found existing installation: scuba 2.14.1
2025-08-20T21:22:54.9906525Z     Uninstalling scuba-2.14.1:
2025-08-20T21:22:54.9915780Z       Successfully uninstalled scuba-2.14.1
2025-08-20T21:22:55.0102958Z   Attempting uninstall: pytest
2025-08-20T21:22:55.0185614Z     Found existing installation: pytest 8.4.1
2025-08-20T21:22:55.0249080Z     Uninstalling pytest-8.4.1:
2025-08-20T21:22:55.0506075Z       Successfully uninstalled pytest-8.4.1
2025-08-20T21:22:55.2606144Z   Attempting uninstall: cffi
2025-08-20T21:22:55.2685631Z     Found existing installation: cffi 1.17.1
2025-08-20T21:22:55.2713266Z     Uninstalling cffi-1.17.1:
2025-08-20T21:22:55.2948200Z       Successfully uninstalled cffi-1.17.1
2025-08-20T21:22:55.3609581Z   Attempting uninstall: build
2025-08-20T21:22:55.3688045Z     Found existing installation: build 1.3.0
2025-08-20T21:22:55.3713121Z     Uninstalling build-1.3.0:
2025-08-20T21:22:55.3723056Z       Successfully uninstalled build-1.3.0
2025-08-20T21:22:55.3898072Z 
2025-08-20T21:22:55.3926277Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T21:22:55.6991515Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:22:55.9314879Z Collecting ansi2txt
2025-08-20T21:22:55.9326095Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T21:22:55.9493181Z Collecting pipx
2025-08-20T21:22:55.9503822Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:22:55.9621610Z Collecting scons
2025-08-20T21:22:55.9637936Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:22:56.0338677Z Collecting py2static
2025-08-20T21:22:56.0348478Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T21:22:56.0493898Z Collecting typer
2025-08-20T21:22:56.0504748Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T21:22:56.0730612Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T21:22:56.0741186Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:22:56.0893599Z Collecting packaging>=20 (from pipx)
2025-08-20T21:22:56.0904054Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:22:56.1046546Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T21:22:56.1057242Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T21:22:56.1172005Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T21:22:56.1182577Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:22:56.1550574Z Collecting pyinstaller (from py2static)
2025-08-20T21:22:56.1561820Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T21:22:56.1689050Z Collecting staticx (from py2static)
2025-08-20T21:22:56.1699553Z   Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T21:22:56.1835216Z Collecting click>=8.0.0 (from typer)
2025-08-20T21:22:56.1845734Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:22:56.2087937Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T21:22:56.2098821Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:22:56.2200965Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T21:22:56.2211566Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T21:22:56.2539081Z Collecting rich>=10.11.0 (from typer)
2025-08-20T21:22:56.2549871Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:22:56.2695860Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T21:22:56.2707058Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:22:56.2895262Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T21:22:56.2905857Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:22:56.2995308Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T21:22:56.3005585Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T21:22:56.4084012Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T21:22:56.4096306Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:22:56.4265170Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T21:22:56.4275937Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:22:56.4432452Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T21:22:56.4443176Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:22:56.4586811Z Collecting pyelftools (from staticx->py2static)
2025-08-20T21:22:56.4597182Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T21:22:56.4634750Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T21:22:56.4645308Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T21:22:56.4655997Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:22:56.4696837Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T21:22:56.4706881Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T21:22:56.4717124Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T21:22:56.4727389Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T21:22:56.4738018Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:22:56.4748438Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T21:22:56.4758779Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T21:22:56.4770715Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:22:56.4790204Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T21:22:56.4800799Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T21:22:56.4810815Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T21:22:56.4820915Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T21:22:56.4831359Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T21:22:56.4841929Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T21:22:56.4857886Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:22:56.4871454Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:22:56.4891125Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:22:56.4901316Z Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T21:22:56.4912396Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T21:22:56.6385452Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T21:22:56.6390408Z   Attempting uninstall: pyelftools
2025-08-20T21:22:56.6469080Z     Found existing installation: pyelftools 0.32
2025-08-20T21:22:56.6519183Z     Uninstalling pyelftools-0.32:
2025-08-20T21:22:56.6534620Z       Successfully uninstalled pyelftools-0.32
2025-08-20T21:22:56.7646342Z   Attempting uninstall: altgraph
2025-08-20T21:22:56.7733846Z     Found existing installation: altgraph 0.17.4
2025-08-20T21:22:56.7752747Z     Uninstalling altgraph-0.17.4:
2025-08-20T21:22:56.7759354Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T21:22:56.7892682Z   Attempting uninstall: typing-extensions
2025-08-20T21:22:56.7979160Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T21:22:56.7993017Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T21:22:56.8230693Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T21:22:56.8467053Z   Attempting uninstall: staticx
2025-08-20T21:22:56.8552530Z     Found existing installation: staticx 0.14.1
2025-08-20T21:22:56.8579018Z     Uninstalling staticx-0.14.1:
2025-08-20T21:22:56.8589007Z       Successfully uninstalled staticx-0.14.1
2025-08-20T21:22:56.8785910Z   Attempting uninstall: shellingham
2025-08-20T21:22:56.8868061Z     Found existing installation: shellingham 1.5.4
2025-08-20T21:22:56.8886924Z     Uninstalling shellingham-1.5.4:
2025-08-20T21:22:56.8893892Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T21:22:56.8978967Z   Attempting uninstall: setuptools
2025-08-20T21:22:56.9065427Z     Found existing installation: setuptools 80.9.0
2025-08-20T21:22:56.9344398Z     Uninstalling setuptools-80.9.0:
2025-08-20T21:22:56.9619356Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T21:22:57.6150934Z   Attempting uninstall: scons
2025-08-20T21:22:57.6250243Z     Found existing installation: SCons 4.9.1
2025-08-20T21:22:57.6632287Z     Uninstalling SCons-4.9.1:
2025-08-20T21:22:57.6701793Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:22:58.2759783Z   Attempting uninstall: pygments
2025-08-20T21:22:58.2841555Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:22:58.3070075Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:22:58.3096431Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:22:58.9102809Z   Attempting uninstall: platformdirs
2025-08-20T21:22:58.9189496Z     Found existing installation: platformdirs 4.3.8
2025-08-20T21:22:58.9210307Z     Uninstalling platformdirs-4.3.8:
2025-08-20T21:22:58.9217094Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T21:22:58.9360643Z   Attempting uninstall: packaging
2025-08-20T21:22:58.9441118Z     Found existing installation: packaging 25.0
2025-08-20T21:22:58.9464476Z     Uninstalling packaging-25.0:
2025-08-20T21:22:58.9472022Z       Successfully uninstalled packaging-25.0
2025-08-20T21:22:58.9845389Z   Attempting uninstall: mdurl
2025-08-20T21:22:58.9927450Z     Found existing installation: mdurl 0.1.2
2025-08-20T21:22:58.9944389Z     Uninstalling mdurl-0.1.2:
2025-08-20T21:22:58.9950898Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T21:22:59.0032399Z   Attempting uninstall: click
2025-08-20T21:22:59.0115528Z     Found existing installation: click 8.2.1
2025-08-20T21:22:59.0138382Z     Uninstalling click-8.2.1:
2025-08-20T21:22:59.0145654Z       Successfully uninstalled click-8.2.1
2025-08-20T21:22:59.0714294Z   Attempting uninstall: argcomplete
2025-08-20T21:22:59.0799685Z     Found existing installation: argcomplete 3.6.2
2025-08-20T21:22:59.0828804Z     Uninstalling argcomplete-3.6.2:
2025-08-20T21:22:59.0840103Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T21:22:59.1060933Z   Attempting uninstall: ansi2txt
2025-08-20T21:22:59.1142008Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T21:22:59.1157079Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T21:22:59.1394766Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T21:22:59.1448904Z   Attempting uninstall: userpath
2025-08-20T21:22:59.1532724Z     Found existing installation: userpath 1.9.2
2025-08-20T21:22:59.1551842Z     Uninstalling userpath-1.9.2:
2025-08-20T21:22:59.1560639Z       Successfully uninstalled userpath-1.9.2
2025-08-20T21:22:59.1660464Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T21:22:59.1742597Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T21:22:59.2178156Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T21:22:59.2220064Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T21:22:59.4968436Z   Attempting uninstall: markdown-it-py
2025-08-20T21:22:59.5056287Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T21:22:59.5117405Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T21:22:59.5131893Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T21:22:59.5790196Z   Attempting uninstall: rich
2025-08-20T21:22:59.5877519Z     Found existing installation: rich 14.1.0
2025-08-20T21:22:59.5938901Z     Uninstalling rich-14.1.0:
2025-08-20T21:22:59.5948950Z       Successfully uninstalled rich-14.1.0
2025-08-20T21:22:59.7543892Z   Attempting uninstall: pyinstaller
2025-08-20T21:22:59.7625389Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T21:22:59.7983245Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T21:22:59.8026695Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T21:23:00.1313987Z   Attempting uninstall: pipx
2025-08-20T21:23:00.1408760Z     Found existing installation: pipx 1.7.1
2025-08-20T21:23:00.1449593Z     Uninstalling pipx-1.7.1:
2025-08-20T21:23:00.1460397Z       Successfully uninstalled pipx-1.7.1
2025-08-20T21:23:00.1967819Z   Attempting uninstall: typer
2025-08-20T21:23:00.2057945Z     Found existing installation: typer 0.16.1
2025-08-20T21:23:00.2085119Z     Uninstalling typer-0.16.1:
2025-08-20T21:23:00.2095413Z       Successfully uninstalled typer-0.16.1
2025-08-20T21:23:00.2436409Z   Attempting uninstall: py2static
2025-08-20T21:23:00.2516905Z     Found existing installation: py2static 0.0.1
2025-08-20T21:23:00.2536893Z     Uninstalling py2static-0.0.1:
2025-08-20T21:23:00.2547596Z       Successfully uninstalled py2static-0.0.1
2025-08-20T21:23:00.2624547Z 
2025-08-20T21:23:00.2654182Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T21:23:00.5793713Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:23:00.6989434Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T21:23:00.6993593Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-qf08jj6b
2025-08-20T21:23:00.7013427Z   Running command git clone --filter=blob:none --quiet https://github.com/pyinstaller/pyinstaller /tmp/pip-req-build-qf08jj6b
2025-08-20T21:23:02.3621215Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T21:23:02.3663149Z   Installing build dependencies: started
2025-08-20T21:23:03.0661407Z   Installing build dependencies: finished with status 'done'
2025-08-20T21:23:03.0669160Z   Getting requirements to build wheel: started
2025-08-20T21:23:03.3493037Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T21:23:03.3504266Z   Preparing metadata (pyproject.toml): started
2025-08-20T21:23:03.5415173Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T21:23:03.6930435Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T21:23:03.6942456Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:23:03.7095505Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T21:23:03.7105534Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:23:03.7258078Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T21:23:03.7268324Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:23:03.7390132Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T21:23:03.7400490Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:23:03.7444246Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:23:03.7454474Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:23:03.7468043Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:23:03.7487724Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:23:03.7608144Z Building wheels for collected packages: pyinstaller
2025-08-20T21:23:03.7616090Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T21:23:04.3893448Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T21:23:04.3919112Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1772413 sha256=9e3ec870d5bb93e412baa6b38a8c7bd03f5f1744ef609b3f9c2fdd206ea16a4d
2025-08-20T21:23:04.3920700Z   Stored in directory: /tmp/pip-ephem-wheel-cache-nioxavp3/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T21:23:04.3961288Z Successfully built pyinstaller
2025-08-20T21:23:04.4888280Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T21:23:04.4893850Z   Attempting uninstall: altgraph
2025-08-20T21:23:04.4977494Z     Found existing installation: altgraph 0.17.4
2025-08-20T21:23:04.4998390Z     Uninstalling altgraph-0.17.4:
2025-08-20T21:23:04.5005814Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T21:23:04.5152255Z   Attempting uninstall: setuptools
2025-08-20T21:23:04.5238448Z     Found existing installation: setuptools 80.9.0
2025-08-20T21:23:04.5521693Z     Uninstalling setuptools-80.9.0:
2025-08-20T21:23:04.5805269Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T21:23:05.2422007Z   Attempting uninstall: packaging
2025-08-20T21:23:05.2508471Z     Found existing installation: packaging 25.0
2025-08-20T21:23:05.2533941Z     Uninstalling packaging-25.0:
2025-08-20T21:23:05.2541446Z       Successfully uninstalled packaging-25.0
2025-08-20T21:23:05.2930542Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T21:23:05.3011263Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T21:23:05.3441555Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T21:23:05.3483820Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T21:23:05.6227410Z   Attempting uninstall: pyinstaller
2025-08-20T21:23:05.6318239Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T21:23:05.6676981Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T21:23:05.6721588Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T21:23:06.0099861Z 
2025-08-20T21:23:06.0130019Z Successfully installed altgraph-0.17.4 packaging-25.0 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 setuptools-80.9.0
2025-08-20T21:23:06.2904405Z 6.15.0
2025-08-20T21:23:06.5797518Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T21:23:06.5804440Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T21:23:06.5804903Z 
2025-08-20T21:23:06.5805162Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T21:23:06.5805672Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T21:23:06.5806036Z installation.
2025-08-20T21:23:06.5806150Z 
2025-08-20T21:23:06.5806359Z If you installed the current Docker package using this script and are using it
2025-08-20T21:23:06.5806832Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T21:23:06.5807281Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T21:23:06.5807670Z files to match the parameters passed to the script.
2025-08-20T21:23:06.5807894Z 
2025-08-20T21:23:06.5808011Z You may press Ctrl+C now to abort this script.
2025-08-20T21:23:06.5970741Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T21:23:07.8219490Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T21:23:08.1730391Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T21:23:08.1758315Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T21:23:08.2218467Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T21:23:08.2235266Z + 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-20T21:23:08.2242755Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T21:23:09.5050187Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install docker-ce docker-ce-cli containerd.io docker-compose-plugin docker-ce-rootless-extras docker-buildx-plugin docker-model-plugin >/dev/null'
2025-08-20T21:23:20.7241178Z 
2025-08-20T21:23:20.7241741Z Running kernel seems to be up-to-date.
2025-08-20T21:23:20.7242201Z 
2025-08-20T21:23:20.7242346Z Restarting services...
2025-08-20T21:23:20.7313841Z 
2025-08-20T21:23:20.7314286Z Service restarts being deferred:
2025-08-20T21:23:20.7314831Z  systemctl restart hosted-compute-agent.service
2025-08-20T21:23:20.7315170Z 
2025-08-20T21:23:20.7315359Z No containers need to be restarted.
2025-08-20T21:23:20.7315644Z 
2025-08-20T21:23:20.7315833Z No user sessions are running outdated binaries.
2025-08-20T21:23:20.7316181Z 
2025-08-20T21:23:20.7316497Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T21:23:21.6364915Z + sh -c 'docker version'
2025-08-20T21:23:21.6526522Z Client: Docker Engine - Community
2025-08-20T21:23:21.6526999Z  Version:           28.3.3
2025-08-20T21:23:21.6527366Z  API version:       1.51
2025-08-20T21:23:21.6527595Z  Go version:        go1.24.5
2025-08-20T21:23:21.6527870Z  Git commit:        980b856
2025-08-20T21:23:21.6528190Z  Built:             Fri Jul 25 11:34:09 2025
2025-08-20T21:23:21.6528451Z  OS/Arch:           linux/amd64
2025-08-20T21:23:21.6529066Z  Context:           default
2025-08-20T21:23:21.6529332Z 
2025-08-20T21:23:21.6529538Z Server: Docker Engine - Community
2025-08-20T21:23:21.6529949Z  Engine:
2025-08-20T21:23:21.6530264Z   Version:          28.3.3
2025-08-20T21:23:21.6530671Z   API version:      1.51 (minimum version 1.24)
2025-08-20T21:23:21.6531119Z   Go version:       go1.24.5
2025-08-20T21:23:21.6531496Z   Git commit:       bea959c
2025-08-20T21:23:21.6531886Z   Built:            Fri Jul 25 11:34:09 2025
2025-08-20T21:23:21.6532318Z   OS/Arch:          linux/amd64
2025-08-20T21:23:21.6532703Z   Experimental:     false
2025-08-20T21:23:21.6533058Z  containerd:
2025-08-20T21:23:21.6533360Z   Version:          1.7.27
2025-08-20T21:23:21.6533809Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T21:23:21.6534308Z  runc:
2025-08-20T21:23:21.6534600Z   Version:          1.2.5
2025-08-20T21:23:21.6534972Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T21:23:21.6535388Z  docker-init:
2025-08-20T21:23:21.6536021Z   Version:          0.19.0
2025-08-20T21:23:21.6536385Z   GitCommit:        de40ad0
2025-08-20T21:23:21.6546661Z 
2025-08-20T21:23:21.6546914Z ================================================================================
2025-08-20T21:23:21.6547299Z 
2025-08-20T21:23:21.6547605Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T21:23:21.6548212Z Docker daemon in rootless mode for your user:
2025-08-20T21:23:21.6548687Z 
2025-08-20T21:23:21.6548876Z     dockerd-rootless-setuptool.sh install
2025-08-20T21:23:21.6549201Z 
2025-08-20T21:23:21.6549560Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T21:23:21.6550037Z 
2025-08-20T21:23:21.6550043Z 
2025-08-20T21:23:21.6550369Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T21:23:21.6551140Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T21:23:21.6551471Z 
2025-08-20T21:23:21.6551675Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T21:23:21.6552241Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T21:23:21.6552873Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T21:23:21.6553173Z 
2025-08-20T21:23:21.6553275Z ================================================================================
2025-08-20T21:23:21.6553474Z 
2025-08-20T21:23:32.3642198Z ● docker.service - Docker Application Container Engine
2025-08-20T21:23:32.3643056Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T21:23:32.3643910Z      Active: active (running) since Wed 2025-08-20 21:23:22 UTC; 10s ago
2025-08-20T21:23:32.3644586Z TriggeredBy: ● docker.socket
2025-08-20T21:23:32.3645318Z        Docs: https://docs.docker.com
2025-08-20T21:23:32.3645752Z    Main PID: 19699 (dockerd)
2025-08-20T21:23:32.3646053Z       Tasks: 10
2025-08-20T21:23:32.3646257Z      Memory: 22.3M (peak: 26.0M)
2025-08-20T21:23:32.3646498Z         CPU: 318ms
2025-08-20T21:23:32.3646712Z      CGroup: /system.slice/docker.service
2025-08-20T21:23:32.3649091Z              └─19699 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T21:23:32.3649422Z 
2025-08-20T21:23:32.3649753Z Aug 20 21:23:21 pkrvmqc4gcfdwos dockerd[19699]: time="2025-08-20T21:23:21.771660054Z" level=info msg="Loading containers: start."
2025-08-20T21:23:32.3650941Z Aug 20 21:23:22 pkrvmqc4gcfdwos dockerd[19699]: time="2025-08-20T21:23:22.278497091Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 1c8acec635801316bd3c1bda5c14eca0b1bc6d9a88fe3cac51ae4be21e65c228], retrying...."
2025-08-20T21:23:32.3652231Z Aug 20 21:23:22 pkrvmqc4gcfdwos dockerd[19699]: time="2025-08-20T21:23:22.311781593Z" level=info msg="Loading containers: done."
2025-08-20T21:23:32.3653359Z Aug 20 21:23:22 pkrvmqc4gcfdwos dockerd[19699]: time="2025-08-20T21:23:22.321326455Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T21:23:32.3654714Z Aug 20 21:23:22 pkrvmqc4gcfdwos dockerd[19699]: time="2025-08-20T21:23:22.321388371Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T21:23:32.3655605Z Aug 20 21:23:22 pkrvmqc4gcfdwos dockerd[19699]: time="2025-08-20T21:23:22.321411734Z" level=info msg="Initializing buildkit"
2025-08-20T21:23:32.3656301Z Aug 20 21:23:22 pkrvmqc4gcfdwos dockerd[19699]: time="2025-08-20T21:23:22.339950962Z" level=info msg="Completed buildkit initialization"
2025-08-20T21:23:32.3657041Z Aug 20 21:23:22 pkrvmqc4gcfdwos dockerd[19699]: time="2025-08-20T21:23:22.345288380Z" level=info msg="Daemon has completed initialization"
2025-08-20T21:23:32.3657804Z Aug 20 21:23:22 pkrvmqc4gcfdwos dockerd[19699]: time="2025-08-20T21:23:22.345333519Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T21:23:32.3658916Z Aug 20 21:23:22 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T21:23:32.3756620Z ● docker.service - Docker Application Container Engine
2025-08-20T21:23:32.3757444Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T21:23:32.3758251Z      Active: active (running) since Wed 2025-08-20 21:23:22 UTC; 10s ago
2025-08-20T21:23:32.3759106Z TriggeredBy: ● docker.socket
2025-08-20T21:23:32.3759527Z        Docs: https://docs.docker.com
2025-08-20T21:23:32.3759940Z    Main PID: 19699 (dockerd)
2025-08-20T21:23:32.3760164Z       Tasks: 10
2025-08-20T21:23:32.3760365Z      Memory: 22.3M (peak: 26.0M)
2025-08-20T21:23:32.3760589Z         CPU: 318ms
2025-08-20T21:23:32.3760820Z      CGroup: /system.slice/docker.service
2025-08-20T21:23:32.3761293Z              └─19699 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T21:23:32.3761599Z 
2025-08-20T21:23:32.3761917Z Aug 20 21:23:21 pkrvmqc4gcfdwos dockerd[19699]: time="2025-08-20T21:23:21.771660054Z" level=info msg="Loading containers: start."
2025-08-20T21:23:32.3763095Z Aug 20 21:23:22 pkrvmqc4gcfdwos dockerd[19699]: time="2025-08-20T21:23:22.278497091Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 1c8acec635801316bd3c1bda5c14eca0b1bc6d9a88fe3cac51ae4be21e65c228], retrying...."
2025-08-20T21:23:32.3764268Z Aug 20 21:23:22 pkrvmqc4gcfdwos dockerd[19699]: time="2025-08-20T21:23:22.311781593Z" level=info msg="Loading containers: done."
2025-08-20T21:23:32.3765535Z Aug 20 21:23:22 pkrvmqc4gcfdwos dockerd[19699]: time="2025-08-20T21:23:22.321326455Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T21:23:32.3766874Z Aug 20 21:23:22 pkrvmqc4gcfdwos dockerd[19699]: time="2025-08-20T21:23:22.321388371Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T21:23:32.3767776Z Aug 20 21:23:22 pkrvmqc4gcfdwos dockerd[19699]: time="2025-08-20T21:23:22.321411734Z" level=info msg="Initializing buildkit"
2025-08-20T21:23:32.3768479Z Aug 20 21:23:22 pkrvmqc4gcfdwos dockerd[19699]: time="2025-08-20T21:23:22.339950962Z" level=info msg="Completed buildkit initialization"
2025-08-20T21:23:32.3769438Z Aug 20 21:23:22 pkrvmqc4gcfdwos dockerd[19699]: time="2025-08-20T21:23:22.345288380Z" level=info msg="Daemon has completed initialization"
2025-08-20T21:23:32.3770166Z Aug 20 21:23:22 pkrvmqc4gcfdwos dockerd[19699]: time="2025-08-20T21:23:22.345333519Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T21:23:32.3770837Z Aug 20 21:23:22 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T21:23:32.3964443Z ● docker.service - Docker Application Container Engine
2025-08-20T21:23:32.3965288Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T21:23:32.3966139Z      Active: active (running) since Wed 2025-08-20 21:23:22 UTC; 10s ago
2025-08-20T21:23:32.3966800Z TriggeredBy: ● docker.socket
2025-08-20T21:23:32.3967239Z        Docs: https://docs.docker.com
2025-08-20T21:23:32.3967677Z    Main PID: 19699 (dockerd)
2025-08-20T21:23:32.3968044Z       Tasks: 10
2025-08-20T21:23:32.3968368Z      Memory: 22.3M (peak: 26.0M)
2025-08-20T21:23:32.3968884Z         CPU: 318ms
2025-08-20T21:23:32.3969116Z      CGroup: /system.slice/docker.service
2025-08-20T21:23:32.3969613Z              └─19699 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T21:23:32.3969918Z 
2025-08-20T21:23:32.3970243Z Aug 20 21:23:21 pkrvmqc4gcfdwos dockerd[19699]: time="2025-08-20T21:23:21.771660054Z" level=info msg="Loading containers: start."
2025-08-20T21:23:32.3971430Z Aug 20 21:23:22 pkrvmqc4gcfdwos dockerd[19699]: time="2025-08-20T21:23:22.278497091Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 1c8acec635801316bd3c1bda5c14eca0b1bc6d9a88fe3cac51ae4be21e65c228], retrying...."
2025-08-20T21:23:32.3972777Z Aug 20 21:23:22 pkrvmqc4gcfdwos dockerd[19699]: time="2025-08-20T21:23:22.311781593Z" level=info msg="Loading containers: done."
2025-08-20T21:23:32.3973901Z Aug 20 21:23:22 pkrvmqc4gcfdwos dockerd[19699]: time="2025-08-20T21:23:22.321326455Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T21:23:32.3975239Z Aug 20 21:23:22 pkrvmqc4gcfdwos dockerd[19699]: time="2025-08-20T21:23:22.321388371Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T21:23:32.3976128Z Aug 20 21:23:22 pkrvmqc4gcfdwos dockerd[19699]: time="2025-08-20T21:23:22.321411734Z" level=info msg="Initializing buildkit"
2025-08-20T21:23:32.3976834Z Aug 20 21:23:22 pkrvmqc4gcfdwos dockerd[19699]: time="2025-08-20T21:23:22.339950962Z" level=info msg="Completed buildkit initialization"
2025-08-20T21:23:32.3977572Z Aug 20 21:23:22 pkrvmqc4gcfdwos dockerd[19699]: time="2025-08-20T21:23:22.345288380Z" level=info msg="Daemon has completed initialization"
2025-08-20T21:23:32.3978690Z Aug 20 21:23:22 pkrvmqc4gcfdwos dockerd[19699]: time="2025-08-20T21:23:22.345333519Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T21:23:32.3979789Z Aug 20 21:23:22 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T21:23:32.4092134Z Docker version 28.3.3, build 980b856
2025-08-20T21:23:32.4272963Z Unable to find image 'hello-world:latest' locally
2025-08-20T21:23:33.4544856Z latest: Pulling from library/hello-world
2025-08-20T21:23:33.7277954Z 17eec7bbc9d7: Pulling fs layer
2025-08-20T21:23:34.1148909Z 17eec7bbc9d7: Verifying Checksum
2025-08-20T21:23:34.1149590Z 17eec7bbc9d7: Download complete
2025-08-20T21:23:34.1201262Z 17eec7bbc9d7: Pull complete
2025-08-20T21:23:34.1315062Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T21:23:34.1328150Z Status: Downloaded newer image for hello-world:latest
2025-08-20T21:23:34.3026057Z 
2025-08-20T21:23:34.3027925Z Hello from Docker!
2025-08-20T21:23:34.3028752Z This message shows that your installation appears to be working correctly.
2025-08-20T21:23:34.3029252Z 
2025-08-20T21:23:34.3030482Z To generate this message, Docker took the following steps:
2025-08-20T21:23:34.3031108Z  1. The Docker client contacted the Docker daemon.
2025-08-20T21:23:34.3031884Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T21:23:34.3032405Z     (amd64)
2025-08-20T21:23:34.3032984Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T21:23:34.3033743Z     executable that produces the output you are currently reading.
2025-08-20T21:23:34.3034506Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T21:23:34.3035174Z     to your terminal.
2025-08-20T21:23:34.3035411Z 
2025-08-20T21:23:34.3035699Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T21:23:34.3036299Z  $ docker run -it ubuntu bash
2025-08-20T21:23:34.3036749Z 
2025-08-20T21:23:34.3037017Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T21:23:34.3037715Z  https://hub.docker.com/
2025-08-20T21:23:34.3037992Z 
2025-08-20T21:23:34.3038172Z For more examples and ideas, visit:
2025-08-20T21:23:34.3038790Z  https://docs.docker.com/get-started/
2025-08-20T21:23:34.3039094Z 
2025-08-20T21:23:34.3979277Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:23:34.3980078Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T21:23:34.3980824Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T21:23:34.3981668Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T21:23:34.3982691Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T21:23:34.3983191Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T21:23:34.3983667Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T21:23:34.3984180Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T21:23:34.3984795Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T21:23:34.3985432Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T21:23:34.3986136Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T21:23:34.3986910Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T21:23:34.3987630Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T21:23:34.3988348Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T21:23:34.3989245Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T21:23:34.3989839Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T21:23:34.3990469Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T21:23:34.3991086Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T21:23:34.3991781Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:23:34.3992628Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:23:34.3993430Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T21:23:34.3994133Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T21:23:34.3995146Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:23:34.3995714Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T21:23:34.3996085Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T21:23:34.3996511Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:23:34.3996955Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:23:34.3997371Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:23:34.3997776Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:23:34.3998192Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:23:34.3998891Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T21:23:34.3999336Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T21:23:34.3999774Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T21:23:34.4000200Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:23:34.4000672Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T21:23:34.4001118Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:23:34.4001530Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:23:34.4001930Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T21:23:34.4002347Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:23:34.4002767Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T21:23:34.4003192Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:23:34.4003594Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T21:23:34.4003993Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T21:23:34.4004453Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T21:23:34.4004934Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:23:34.4005542Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:23:34.4006021Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T21:23:34.4006467Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T21:23:34.4006895Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:23:34.4007314Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T21:23:34.4007721Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T21:23:34.4008132Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T21:23:34.4008825Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T21:23:34.4009219Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T21:23:34.4009606Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T21:23:34.4009983Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T21:23:34.4010307Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T21:23:34.4010657Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T21:23:34.4011074Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:23:34.4011455Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T21:23:34.4011872Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:23:34.4012315Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:23:34.4012894Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:23:34.4013316Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:23:34.4013745Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T21:23:34.4014189Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:23:34.4014589Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:23:34.4014988Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T21:23:34.4015414Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T21:23:34.4015890Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:23:34.4016393Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:23:34.4016870Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T21:23:34.4017293Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T21:23:34.4017680Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T21:23:34.4018080Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T21:23:34.4018482Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T21:23:34.4019102Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:23:34.4019601Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:23:34.4020105Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:23:34.4020600Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:23:34.4021039Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:23:34.4021473Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:23:34.4021873Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:23:34.4022288Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:23:34.4022891Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T21:23:34.4023278Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T21:23:34.4023700Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T21:23:34.4024121Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T21:23:34.4024502Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T21:23:34.4024881Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T21:23:34.4025289Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:23:34.4025698Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T21:23:34.4026075Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T21:23:34.4026444Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T21:23:34.4026843Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:23:34.4027233Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T21:23:34.4027590Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T21:23:34.4027972Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T21:23:34.4028344Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T21:23:34.4028859Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T21:23:34.4029246Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T21:23:34.4029630Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T21:23:34.4030110Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T21:23:34.4030488Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T21:23:34.4030879Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T21:23:34.4031289Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T21:23:34.4031692Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T21:23:34.4032084Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T21:23:34.4032465Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T21:23:34.4032864Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T21:23:34.4033270Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T21:23:34.4033617Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T21:23:34.4033947Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T21:23:34.4034316Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T21:23:34.4034674Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T21:23:34.4035036Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T21:23:34.4035408Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T21:23:34.4035765Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T21:23:34.4036147Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T21:23:34.4036547Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T21:23:34.4036988Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:23:34.4037445Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T21:23:34.4037850Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T21:23:34.4038243Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T21:23:34.4038859Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T21:23:34.4039279Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T21:23:34.4039882Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T21:23:34.4040295Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T21:23:34.4040678Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T21:23:34.4041088Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T21:23:34.4041502Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:23:34.4041948Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:23:34.4042384Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T21:23:34.4042775Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T21:23:34.4043173Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T21:23:34.4043584Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T21:23:34.4043998Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T21:23:34.4044399Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T21:23:34.4044794Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T21:23:34.4045194Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:23:34.4045601Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T21:23:34.4045988Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T21:23:34.4046350Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T21:23:34.4046662Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T21:23:34.4047095Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T21:23:34.4047498Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T21:23:34.4047904Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T21:23:34.4048299Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T21:23:34.4048959Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T21:23:34.4049356Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T21:23:34.4049746Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T21:23:34.4050099Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T21:23:34.4050439Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T21:23:34.4050862Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:23:34.4051319Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T21:23:34.4051720Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T21:23:34.4052092Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T21:23:34.4052484Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T21:23:34.4052897Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T21:23:34.4053328Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:23:34.4053746Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:23:34.4054111Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T21:23:34.4054474Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T21:23:34.4054892Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:23:34.4055330Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T21:23:34.4055739Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T21:23:34.4056105Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T21:23:34.4056576Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T21:23:34.4056964Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T21:23:34.4057346Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T21:23:34.4057772Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:23:34.4058242Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:23:34.4058950Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T21:23:34.4059326Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T21:23:34.4059675Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T21:23:34.4060039Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T21:23:34.4060486Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:23:34.4061003Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:23:34.4061457Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T21:23:34.4061836Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T21:23:34.4062301Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:23:34.4062845Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:23:34.4063347Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:23:34.4063785Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T21:23:34.4064274Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T21:23:34.4064667Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T21:23:34.4065078Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T21:23:34.4065497Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T21:23:34.4065899Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:23:34.4066274Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T21:23:34.4066651Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T21:23:34.4067056Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:23:34.4067456Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T21:23:34.4067852Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:23:34.4068251Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T21:23:34.4068801Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:23:34.4069196Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T21:23:34.4069628Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:23:34.4070088Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T21:23:34.4070524Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T21:23:34.4070899Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T21:23:34.4071274Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T21:23:34.4071676Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T21:23:34.4072051Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T21:23:34.4072429Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T21:23:34.4072812Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T21:23:34.4073207Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T21:23:34.4073770Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:23:34.4081220Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:23:34.4081736Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:23:34.4082181Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T21:23:34.4082585Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T21:23:34.4082975Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T21:23:34.4083360Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T21:23:34.4083741Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T21:23:34.4084143Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T21:23:34.4084543Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T21:23:34.4085028Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:23:34.4085528Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T21:23:34.4085999Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:23:34.4086521Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:23:34.4087062Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T21:23:34.4087562Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:23:34.4088060Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:23:34.4088890Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T21:23:34.4089314Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T21:23:34.4089693Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T21:23:34.4090080Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:23:34.4090464Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T21:23:34.4090831Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T21:23:34.4091217Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:23:34.4091599Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T21:23:34.4091990Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:23:34.4092377Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T21:23:34.4092773Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T21:23:34.4093178Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T21:23:34.4093567Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T21:23:34.4093989Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:23:34.4094436Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:23:34.4094832Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T21:23:34.4095208Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T21:23:34.4095665Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T21:23:34.4096048Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T21:23:34.4096409Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T21:23:34.4096762Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T21:23:34.4097135Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T21:23:34.4097529Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T21:23:34.4098026Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T21:23:34.4098426Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T21:23:34.4099011Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T21:23:34.4099335Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T21:23:34.4099809Z 	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-20T21:23:34.4100343Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T21:23:34.4100720Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T21:23:34.4101104Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T21:23:34.4101579Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T21:23:34.4101993Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:23:34.4102436Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T21:23:34.4102871Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:23:34.4103306Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T21:23:34.4103719Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T21:23:34.4104124Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T21:23:34.4104544Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:23:34.4104963Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T21:23:34.4105359Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T21:23:34.4105925Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:23:34.4106430Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:23:34.4106935Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:23:34.4107391Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:23:34.4107809Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T21:23:34.4108216Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T21:23:34.4108986Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:23:34.4109498Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T21:23:34.4109914Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T21:23:34.4110361Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:23:34.4110819Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T21:23:34.4111233Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T21:23:34.4111608Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T21:23:34.4111983Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T21:23:34.4112371Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T21:23:34.4112762Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T21:23:34.4113167Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T21:23:34.4113531Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T21:23:34.4113923Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T21:23:34.4114307Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T21:23:34.4114686Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T21:23:34.4115067Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T21:23:34.4115433Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T21:23:34.4115949Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T21:23:34.4116344Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T21:23:34.4116712Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T21:23:34.4117074Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T21:23:34.4117437Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T21:23:34.4117807Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T21:23:34.4118185Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T21:23:34.4118781Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T21:23:34.4119165Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T21:23:34.4119546Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T21:23:34.4119911Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T21:23:34.4120288Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T21:23:34.4120728Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T21:23:34.4121140Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T21:23:34.4121511Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T21:23:34.4121898Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:23:34.4122322Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:23:34.4122726Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T21:23:34.4123228Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T21:23:34.4123603Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T21:23:34.4123966Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T21:23:34.4124274Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T21:23:34.4124579Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T21:23:34.4124938Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T21:23:34.4125299Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T21:23:34.4125671Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T21:23:34.4126036Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T21:23:34.4126391Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T21:23:34.4126739Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T21:23:34.4127137Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:23:34.4127554Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T21:23:34.4127957Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:23:34.4128357Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T21:23:34.4128862Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:23:34.4129276Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:23:34.4129784Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:23:34.4130420Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:23:34.4131058Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:23:34.4131610Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:23:34.4132088Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:23:34.4132547Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:23:34.4133197Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:23:34.4133827Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:23:34.4134393Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:23:34.4134891Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:23:34.4135344Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T21:23:34.4135721Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T21:23:34.4136103Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T21:23:34.4136481Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T21:23:34.4136867Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T21:23:34.4137262Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T21:23:34.4137653Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T21:23:34.4138041Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T21:23:34.4138427Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T21:23:34.4138922Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T21:23:34.4139299Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T21:23:34.4139675Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T21:23:34.4140047Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T21:23:34.4140554Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T21:23:34.4140956Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T21:23:34.4141379Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T21:23:34.4141797Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T21:23:34.4142161Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T21:23:34.4142554Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T21:23:34.4142965Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T21:23:34.4143378Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:23:34.4143823Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:23:34.4144257Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T21:23:34.4144634Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T21:23:34.4145010Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T21:23:34.4145401Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T21:23:34.4145772Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T21:23:34.4146163Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:23:34.4146559Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T21:23:34.4146951Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T21:23:34.4147338Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T21:23:34.4147697Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T21:23:34.4148061Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T21:23:34.4148730Z 	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-20T21:23:34.4149454Z 	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-20T21:23:34.4150301Z 	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-20T21:23:34.4150963Z 	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-20T21:23:34.4151488Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T21:23:34.4151875Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T21:23:34.4152251Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T21:23:34.4152630Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T21:23:34.4153006Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T21:23:34.4153370Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T21:23:34.4153744Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T21:23:34.4154135Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T21:23:34.4154512Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T21:23:34.4154890Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T21:23:34.4155273Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T21:23:34.4155648Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T21:23:34.4156037Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T21:23:34.4156450Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T21:23:34.4156962Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T21:23:34.4157365Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T21:23:34.4157769Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T21:23:34.4158158Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T21:23:34.4158779Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T21:23:34.4159244Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T21:23:34.4159622Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T21:23:34.4160012Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T21:23:34.4160417Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T21:23:34.4160813Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T21:23:34.4161211Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T21:23:34.4161613Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T21:23:34.4162002Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T21:23:34.4162433Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:23:34.4162867Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T21:23:34.4163269Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T21:23:34.4163711Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:23:34.4164171Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:23:34.4164581Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T21:23:34.4164951Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T21:23:34.4165332Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T21:23:34.4165736Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T21:23:34.4166145Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:23:34.4166672Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T21:23:34.4167061Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T21:23:34.4167459Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T21:23:34.4167929Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:23:34.4168406Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:23:34.4168914Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T21:23:34.4169326Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:23:34.4169781Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:23:34.4170229Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:23:34.4170710Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:23:34.4171202Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:23:34.4171650Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:23:34.4172091Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:23:34.4172494Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T21:23:34.4172892Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T21:23:34.4173311Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T21:23:34.4173705Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T21:23:34.4174196Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T21:23:34.4174611Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T21:23:34.4175018Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T21:23:34.4175427Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:23:34.4175844Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T21:23:34.4176239Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T21:23:34.4176620Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T21:23:34.4176989Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T21:23:34.4177353Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T21:23:34.4177750Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:23:34.4178184Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:23:34.4178763Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:23:34.4179219Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:23:34.4179629Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T21:23:34.4180068Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:23:34.4180493Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T21:23:34.4180901Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:23:34.4181308Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T21:23:34.4181671Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T21:23:34.4182038Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T21:23:34.4182436Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T21:23:34.4182830Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T21:23:34.4183205Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T21:23:34.4183652Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T21:23:34.4183969Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T21:23:34.4184325Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T21:23:34.4184829Z 	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-20T21:23:34.4185347Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T21:23:34.4185726Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T21:23:34.4186102Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T21:23:34.4186500Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T21:23:34.4186915Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T21:23:34.4187325Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T21:23:34.4187731Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T21:23:34.4188144Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:23:34.4188653Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T21:23:34.4189031Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T21:23:34.4189403Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T21:23:34.4189768Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T21:23:34.4190150Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T21:23:34.4190686Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T21:23:34.4191124Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T21:23:34.4191521Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T21:23:34.4191949Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:23:34.4192392Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:23:34.4192784Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T21:23:34.4193153Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T21:23:34.4193508Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T21:23:34.4193870Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T21:23:34.4194248Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T21:23:34.4194629Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T21:23:34.4195036Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T21:23:34.4195454Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T21:23:34.4195918Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:23:34.4196358Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T21:23:34.4196737Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T21:23:34.4197126Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T21:23:34.4197514Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T21:23:34.4197906Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T21:23:34.4198287Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T21:23:34.4198979Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T21:23:34.4199456Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:23:34.4199947Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:23:34.4200500Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T21:23:34.4200875Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T21:23:34.4201247Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T21:23:34.4201651Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T21:23:34.4202046Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T21:23:34.4202422Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T21:23:34.4202820Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T21:23:34.4203201Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T21:23:34.4203559Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T21:23:34.4203918Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T21:23:34.4204322Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T21:23:34.4204751Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T21:23:34.4205134Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T21:23:34.4205525Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T21:23:34.4205969Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:23:34.4206403Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T21:23:34.4206825Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:23:34.4207221Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T21:23:34.4207853Z 	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-20T21:23:34.4208377Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T21:23:34.4208814Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T21:23:34.4209158Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:23:34.4209576Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T21:23:34.4210008Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:23:34.4210532Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:23:34.4211123Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:23:34.4211737Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:23:34.4212392Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:23:34.4213065Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:23:34.4213701Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:23:34.4214332Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:23:34.4214915Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:23:34.4215403Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T21:23:34.4215853Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:23:34.4216293Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T21:23:34.4216728Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:23:34.4217200Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:23:34.4217637Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T21:23:34.4218209Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T21:23:34.4218712Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T21:23:34.4219097Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T21:23:34.4219478Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T21:23:34.4219893Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:23:34.4220314Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T21:23:34.4220681Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T21:23:34.4221076Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:23:34.4221546Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T21:23:34.4222042Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T21:23:34.4222540Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:23:34.4223034Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:23:34.4223524Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:23:34.4224006Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:23:34.4224458Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T21:23:34.4224876Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T21:23:34.4225407Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:23:34.4225827Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T21:23:34.4226242Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T21:23:34.4226661Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T21:23:34.4227098Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:23:34.4227530Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T21:23:34.4227920Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T21:23:34.4228302Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T21:23:34.4228775Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T21:23:34.4229157Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T21:23:34.4229597Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:23:34.4230037Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T21:23:34.4230449Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T21:23:34.4230862Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T21:23:34.4231286Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:23:34.4231737Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:23:34.4232183Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:23:34.4232616Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:23:34.4233017Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T21:23:34.4233395Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T21:23:34.4233805Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T21:23:34.4234188Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T21:23:34.4234566Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T21:23:34.4235091Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T21:23:34.4235492Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T21:23:34.4235920Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:23:34.4236391Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:23:34.4236815Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T21:23:34.4237225Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:23:34.4237618Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T21:23:34.4237925Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T21:23:34.4238257Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T21:23:34.4238762Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T21:23:34.4239164Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T21:23:34.4239558Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T21:23:34.4239958Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:23:34.4240386Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:23:34.4240835Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:23:34.4241251Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T21:23:34.4241640Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T21:23:34.4242041Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T21:23:34.4242708Z 	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-20T21:23:34.4243300Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:23:34.4243757Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T21:23:34.4244199Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:23:34.4244635Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:23:34.4245058Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T21:23:34.4245462Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T21:23:34.4245858Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T21:23:34.4246243Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:23:34.4246642Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:23:34.4247043Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T21:23:34.4247424Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T21:23:34.4247816Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:23:34.4248217Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:23:34.4248841Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T21:23:34.4249269Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T21:23:34.4249736Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T21:23:34.4250159Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T21:23:34.4250539Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T21:23:34.4250924Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T21:23:34.4251314Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T21:23:34.4251825Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T21:23:34.4252199Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:23:34.4252628Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:23:34.4253077Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T21:23:34.4253487Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T21:23:34.4253888Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T21:23:34.4254286Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T21:23:34.4254670Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T21:23:34.4255046Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T21:23:34.4255428Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T21:23:34.4255833Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T21:23:34.4256288Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:23:34.4256745Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:23:34.4257172Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:23:34.4257576Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T21:23:34.4257980Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T21:23:34.4258402Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T21:23:34.4258908Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T21:23:34.4259377Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T21:23:34.4259701Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T21:23:34.4260005Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T21:23:34.4260381Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T21:23:34.4260761Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T21:23:34.4261115Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T21:23:34.4261489Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:23:34.4261889Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:23:34.4262277Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T21:23:34.4262638Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T21:23:34.4262996Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T21:23:34.4263382Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T21:23:34.4263786Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T21:23:34.4264168Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T21:23:34.4264531Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T21:23:34.4264894Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T21:23:34.4265279Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T21:23:34.4265666Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T21:23:34.4266020Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T21:23:34.4266396Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T21:23:34.4266787Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T21:23:34.4267172Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T21:23:34.4267551Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T21:23:34.4267925Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T21:23:34.4268425Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T21:23:34.4268929Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T21:23:34.4269356Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T21:23:34.4269762Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T21:23:34.4270113Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T21:23:34.4270465Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T21:23:34.4270814Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T21:23:34.4271244Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:23:34.4271748Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:23:34.4272243Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:23:34.4272719Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:23:34.4273217Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:23:34.4273652Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T21:23:34.4274035Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:23:34.4274427Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:23:34.4274815Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:23:34.4275204Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T21:23:34.4275735Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:23:34.4276125Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T21:23:34.4276499Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T21:23:34.4276894Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:23:34.4277346Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:23:34.4277775Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:23:34.4278154Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T21:23:34.4278693Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:23:34.4279116Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:23:34.4279501Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T21:23:34.4279859Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T21:23:34.4280256Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:23:34.4280709Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:23:34.4281142Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T21:23:34.4281551Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T21:23:34.4281958Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T21:23:34.4282287Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T21:23:34.4282568Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T21:23:34.4282924Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T21:23:34.4283407Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T21:23:34.5346817Z [+] Installing Go for linux-amd64...
2025-08-20T21:23:36.3388691Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T21:23:36.3389328Z [!] GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T21:23:36.3391159Z [!] Removing existing GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T21:23:38.1174743Z [+] Downloading Go go1.25.0...
2025-08-20T21:23:38.1228046Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:23:38.1228922Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:23:38.1231096Z 
2025-08-20T21:23:38.2119206Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:23:38.2119874Z 100    80  100    80    0     0    896      0 --:--:-- --:--:-- --:--:--   898
2025-08-20T21:23:38.3869883Z 
2025-08-20T21:23:38.3870672Z 100    75  100    75    0     0    283      0 --:--:-- --:--:-- --:--:--   283
2025-08-20T21:23:38.9001228Z 
2025-08-20T21:23:39.1429717Z  47 56.8M   47 27.2M    0     0  35.0M      0  0:00:01 --:--:--  0:00:01 35.0M
2025-08-20T21:23:39.1430285Z 100 56.8M  100 56.8M    0     0  55.7M      0  0:00:01  0:00:01 --:--:--  122M
2025-08-20T21:23:39.1463398Z (DL) <== https://golang.org/dl/go1.25.0.linux-amd64.tar.gz
2025-08-20T21:23:40.5271580Z [+] Success! Go version: go version go1.25.0 linux/amd64
2025-08-20T21:23:40.5272133Z [+] GOROOT: /home/runner/.go
2025-08-20T21:23:40.5272484Z [+] GOPATH: /home/runner/go
2025-08-20T21:23:40.5272819Z [|] PATH: export PATH="/home/runner/.go/bin:/home/runner/go/bin:${PATH}"
2025-08-20T21:23:40.5436321Z go version go1.25.0 linux/amd64
2025-08-20T21:23:40.5799186Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:23:40.5799712Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T21:23:40.5800273Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T21:23:40.5800885Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T21:23:40.5801575Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T21:23:40.5802526Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T21:23:40.5803261Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T21:23:40.5803923Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T21:23:40.5804576Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T21:23:40.5805176Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T21:23:40.5805827Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T21:23:40.5806521Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T21:23:40.5807209Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T21:23:40.5807940Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T21:23:40.5808827Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T21:23:40.5809545Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T21:23:40.5810249Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T21:23:40.5810634Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T21:23:40.5811035Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:23:40.5811495Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:23:40.5811939Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T21:23:40.5812429Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T21:23:40.5813168Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:23:40.5813878Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T21:23:40.5814509Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T21:23:40.5815057Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:23:40.5815530Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:23:40.5815952Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:23:40.5816634Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:23:40.5817056Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:23:40.5817474Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T21:23:40.5817891Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T21:23:40.5818320Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T21:23:40.5818957Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:23:40.5819412Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T21:23:40.5819849Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:23:40.5820262Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:23:40.5820658Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T21:23:40.5821069Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:23:40.5821494Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T21:23:40.5821913Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:23:40.5822314Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T21:23:40.5822714Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T21:23:40.5823168Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T21:23:40.5823636Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:23:40.5824231Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:23:40.5824718Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T21:23:40.5825158Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T21:23:40.5825578Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:23:40.5825992Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T21:23:40.5826395Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T21:23:40.5826804Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T21:23:40.5827198Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T21:23:40.5827566Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T21:23:40.5827931Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T21:23:40.5828302Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T21:23:40.5830084Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T21:23:40.5830456Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T21:23:40.5830881Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:23:40.5831270Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T21:23:40.5831684Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:23:40.5832123Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:23:40.5832540Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:23:40.5832947Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:23:40.5833367Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T21:23:40.5833809Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:23:40.5834210Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:23:40.5834606Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T21:23:40.5835170Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T21:23:40.5835634Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:23:40.5836128Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:23:40.5836596Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T21:23:40.5837008Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T21:23:40.5837405Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T21:23:40.5837798Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T21:23:40.5838200Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T21:23:40.5838810Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:23:40.5839310Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:23:40.5839804Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:23:40.5840295Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:23:40.5840732Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:23:40.5841129Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:23:40.5841517Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:23:40.5841916Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:23:40.5842429Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T21:23:40.5842819Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T21:23:40.5843237Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T21:23:40.5843657Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T21:23:40.5844037Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T21:23:40.5844414Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T21:23:40.5844821Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:23:40.5845219Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T21:23:40.5845590Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T21:23:40.5845954Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T21:23:40.5846340Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:23:40.5846727Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T21:23:40.5847071Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T21:23:40.5847449Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T21:23:40.5847817Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T21:23:40.5848181Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T21:23:40.5848767Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T21:23:40.5849386Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T21:23:40.5849935Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T21:23:40.5850310Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T21:23:40.5850698Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T21:23:40.5851103Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T21:23:40.5851496Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T21:23:40.5851869Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T21:23:40.5852386Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T21:23:40.5852779Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T21:23:40.5853175Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T21:23:40.5853517Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T21:23:40.5853840Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T21:23:40.5854202Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T21:23:40.5854553Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T21:23:40.5854901Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T21:23:40.5855262Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T21:23:40.5855614Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T21:23:40.5855983Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T21:23:40.5856381Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T21:23:40.5856826Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:23:40.5857268Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T21:23:40.5857667Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T21:23:40.5858053Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T21:23:40.5858442Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T21:23:40.5859035Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T21:23:40.5859560Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T21:23:40.5859972Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T21:23:40.5860350Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T21:23:40.5860744Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T21:23:40.5861160Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:23:40.5861594Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:23:40.5862018Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T21:23:40.5862404Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T21:23:40.5862785Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T21:23:40.5863196Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T21:23:40.5863602Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T21:23:40.5864000Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T21:23:40.5864387Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T21:23:40.5864784Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:23:40.5865185Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T21:23:40.5865561Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T21:23:40.5865916Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T21:23:40.5866224Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T21:23:40.5866547Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T21:23:40.5866938Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T21:23:40.5867336Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T21:23:40.5867739Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T21:23:40.5868111Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T21:23:40.5868483Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T21:23:40.5869157Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T21:23:40.5869508Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T21:23:40.5869848Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T21:23:40.5870263Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:23:40.5870707Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T21:23:40.5871104Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T21:23:40.5871478Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T21:23:40.5871869Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T21:23:40.5872284Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T21:23:40.5872702Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:23:40.5873121Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:23:40.5873482Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T21:23:40.5873837Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T21:23:40.5874254Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:23:40.5874691Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T21:23:40.5875119Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T21:23:40.5882230Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T21:23:40.5882683Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T21:23:40.5883290Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T21:23:40.5883698Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T21:23:40.5884137Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:23:40.5884616Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:23:40.5885047Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T21:23:40.5885424Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T21:23:40.5885777Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T21:23:40.5886136Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T21:23:40.5886587Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:23:40.5887103Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:23:40.5887567Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T21:23:40.5887951Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T21:23:40.5888434Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:23:40.5889224Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:23:40.5889725Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:23:40.5890165Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T21:23:40.5890533Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T21:23:40.5890921Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T21:23:40.5891337Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T21:23:40.5891760Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T21:23:40.5892165Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:23:40.5892543Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T21:23:40.5893103Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T21:23:40.5893502Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:23:40.5893903Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T21:23:40.5894300Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:23:40.5894694Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T21:23:40.5895084Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:23:40.5895475Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T21:23:40.5895911Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:23:40.5896368Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T21:23:40.5896799Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T21:23:40.5897168Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T21:23:40.5897542Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T21:23:40.5897941Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T21:23:40.5898317Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T21:23:40.5898967Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T21:23:40.5899384Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T21:23:40.5899787Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T21:23:40.5900208Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:23:40.5900805Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:23:40.5901265Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:23:40.5901670Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T21:23:40.5902061Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T21:23:40.5902449Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T21:23:40.5902826Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T21:23:40.5903200Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T21:23:40.5903589Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T21:23:40.5903975Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T21:23:40.5904424Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:23:40.5904915Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T21:23:40.5905378Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:23:40.5905897Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:23:40.5906407Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T21:23:40.5906902Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:23:40.5907393Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:23:40.5907828Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T21:23:40.5908192Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T21:23:40.5908754Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T21:23:40.5909149Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:23:40.5909535Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T21:23:40.5909911Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T21:23:40.5910421Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:23:40.5910810Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T21:23:40.5911199Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:23:40.5911593Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T21:23:40.5911978Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T21:23:40.5912381Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T21:23:40.5912778Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T21:23:40.5913202Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:23:40.5913649Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:23:40.5914044Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T21:23:40.5914492Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T21:23:40.5914909Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T21:23:40.5915287Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T21:23:40.5915647Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T21:23:40.5916003Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T21:23:40.5916370Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T21:23:40.5916758Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T21:23:40.5917135Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T21:23:40.5917641Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T21:23:40.5918020Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T21:23:40.5918343Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T21:23:40.5919211Z 	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-20T21:23:40.5919751Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T21:23:40.5920128Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T21:23:40.5920507Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T21:23:40.5920888Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T21:23:40.5921300Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:23:40.5921742Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T21:23:40.5922184Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:23:40.5922620Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T21:23:40.5923046Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T21:23:40.5923460Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T21:23:40.5923887Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:23:40.5924303Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T21:23:40.5924700Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T21:23:40.5925133Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:23:40.5925627Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:23:40.5926133Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:23:40.5926587Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:23:40.5927001Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T21:23:40.5927544Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T21:23:40.5928024Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:23:40.5928625Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T21:23:40.5929183Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T21:23:40.5929621Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:23:40.5930073Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T21:23:40.5930479Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T21:23:40.5930851Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T21:23:40.5931223Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T21:23:40.5931606Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T21:23:40.5931998Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T21:23:40.5932371Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T21:23:40.5932735Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T21:23:40.5933130Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T21:23:40.5933514Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T21:23:40.5933884Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T21:23:40.5934262Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T21:23:40.5934622Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T21:23:40.5935124Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T21:23:40.5935528Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T21:23:40.5935894Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T21:23:40.5936262Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T21:23:40.5936625Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T21:23:40.5936994Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T21:23:40.5937373Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T21:23:40.5937747Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T21:23:40.5938108Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T21:23:40.5938593Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T21:23:40.5939032Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T21:23:40.5939411Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T21:23:40.5939856Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T21:23:40.5940271Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T21:23:40.5940642Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T21:23:40.5941030Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:23:40.5941457Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:23:40.5941858Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T21:23:40.5942225Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T21:23:40.5942592Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T21:23:40.5942954Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T21:23:40.5943255Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T21:23:40.5943565Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T21:23:40.5943917Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T21:23:40.5944276Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T21:23:40.5944770Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T21:23:40.5945131Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T21:23:40.5945481Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T21:23:40.5945824Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T21:23:40.5946212Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:23:40.5946633Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T21:23:40.5947033Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:23:40.5947435Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T21:23:40.5947831Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:23:40.5948248Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:23:40.5948942Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:23:40.5949580Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:23:40.5950214Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:23:40.5950762Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:23:40.5951243Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:23:40.5951701Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:23:40.5952353Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:23:40.5952994Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:23:40.5953570Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:23:40.5954069Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:23:40.5954521Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T21:23:40.5954888Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T21:23:40.5955265Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T21:23:40.5955639Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T21:23:40.5956025Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T21:23:40.5956423Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T21:23:40.5956812Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T21:23:40.5957202Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T21:23:40.5957589Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T21:23:40.5957974Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T21:23:40.5958347Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T21:23:40.5958972Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T21:23:40.5959349Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T21:23:40.5959744Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T21:23:40.5960141Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T21:23:40.5960560Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T21:23:40.5960985Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T21:23:40.5961353Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T21:23:40.5961873Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T21:23:40.5962287Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T21:23:40.5962699Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:23:40.5963144Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:23:40.5963580Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T21:23:40.5963953Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T21:23:40.5964330Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T21:23:40.5964715Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T21:23:40.5965085Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T21:23:40.5965477Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:23:40.5965873Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T21:23:40.5966256Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T21:23:40.5966646Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T21:23:40.5967010Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T21:23:40.5967371Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T21:23:40.5967927Z 	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-20T21:23:40.5968762Z 	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-20T21:23:40.5969557Z 	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-20T21:23:40.5970226Z 	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-20T21:23:40.5970758Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T21:23:40.5971141Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T21:23:40.5971522Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T21:23:40.5971901Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T21:23:40.5972275Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T21:23:40.5972641Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T21:23:40.5973013Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T21:23:40.5973405Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T21:23:40.5973784Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T21:23:40.5974162Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T21:23:40.5974550Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T21:23:40.5974933Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T21:23:40.5975325Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T21:23:40.5975740Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T21:23:40.5976141Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T21:23:40.5976539Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T21:23:40.5976943Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T21:23:40.5977336Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T21:23:40.5977729Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T21:23:40.5978118Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T21:23:40.5978765Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T21:23:40.5979202Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T21:23:40.5979610Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T21:23:40.5980006Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T21:23:40.5980408Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T21:23:40.5980803Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T21:23:40.5981191Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T21:23:40.5981615Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:23:40.5982054Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T21:23:40.5982458Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T21:23:40.5982898Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:23:40.5983359Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:23:40.5983770Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T21:23:40.5984140Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T21:23:40.5984522Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T21:23:40.5984920Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T21:23:40.5985330Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:23:40.5985732Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T21:23:40.5986236Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T21:23:40.5986633Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T21:23:40.5987112Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:23:40.5987589Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:23:40.5987987Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T21:23:40.5988398Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:23:40.5988959Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:23:40.5989409Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:23:40.5989882Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:23:40.5990378Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:23:40.5990824Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:23:40.5991264Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:23:40.5991666Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T21:23:40.5992062Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T21:23:40.5992486Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T21:23:40.5992877Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T21:23:40.5993260Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T21:23:40.5993670Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T21:23:40.5994076Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T21:23:40.5994487Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:23:40.5994909Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T21:23:40.5995309Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T21:23:40.5995804Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T21:23:40.5996173Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T21:23:40.5996534Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T21:23:40.5996926Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:23:40.5997346Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:23:40.5997804Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:23:40.5998255Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:23:40.5998814Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T21:23:40.5999311Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:23:40.5999742Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T21:23:40.6000151Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:23:40.6000557Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T21:23:40.6000922Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T21:23:40.6001289Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T21:23:40.6001684Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T21:23:40.6002077Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T21:23:40.6002449Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T21:23:40.6002904Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T21:23:40.6003225Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T21:23:40.6003581Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T21:23:40.6004141Z 	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-20T21:23:40.6004674Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T21:23:40.6005073Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T21:23:40.6005456Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T21:23:40.6005865Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T21:23:40.6006288Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T21:23:40.6006708Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T21:23:40.6007121Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T21:23:40.6007538Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:23:40.6007953Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T21:23:40.6008337Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T21:23:40.6008823Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T21:23:40.6009194Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T21:23:40.6009583Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T21:23:40.6010011Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T21:23:40.6010460Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T21:23:40.6010864Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T21:23:40.6011294Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:23:40.6011739Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:23:40.6012136Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T21:23:40.6012626Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T21:23:40.6012986Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T21:23:40.6013349Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T21:23:40.6013726Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T21:23:40.6014108Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T21:23:40.6014511Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T21:23:40.6014928Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T21:23:40.6015383Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:23:40.6015832Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T21:23:40.6016212Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T21:23:40.6016605Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T21:23:40.6016994Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T21:23:40.6017388Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T21:23:40.6017767Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T21:23:40.6018147Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T21:23:40.6018715Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:23:40.6019264Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:23:40.6019690Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T21:23:40.6020222Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T21:23:40.6020612Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T21:23:40.6021023Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T21:23:40.6021423Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T21:23:40.6021801Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T21:23:40.6022201Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T21:23:40.6022585Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T21:23:40.6022939Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T21:23:40.6023302Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T21:23:40.6023701Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T21:23:40.6024131Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T21:23:40.6024516Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T21:23:40.6024913Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T21:23:40.6025374Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:23:40.6025817Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T21:23:40.6026248Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:23:40.6026652Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T21:23:40.6027184Z 	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-20T21:23:40.6027703Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T21:23:40.6028021Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T21:23:40.6028779Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:23:40.6029245Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T21:23:40.6029717Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:23:40.6030383Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:23:40.6030970Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:23:40.6031585Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:23:40.6032240Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:23:40.6032889Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:23:40.6033524Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:23:40.6034147Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:23:40.6034743Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:23:40.6035246Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T21:23:40.6035693Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:23:40.6036134Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T21:23:40.6036566Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:23:40.6037042Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:23:40.6037480Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T21:23:40.6037974Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T21:23:40.6038350Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T21:23:40.6038974Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T21:23:40.6039366Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T21:23:40.6039781Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:23:40.6040202Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T21:23:40.6040570Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T21:23:40.6040968Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:23:40.6041439Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T21:23:40.6041932Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T21:23:40.6042426Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:23:40.6042914Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:23:40.6043405Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:23:40.6043896Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:23:40.6044342Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T21:23:40.6044766Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T21:23:40.6045181Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:23:40.6045601Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T21:23:40.6046019Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T21:23:40.6046431Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T21:23:40.6046873Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:23:40.6047305Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T21:23:40.6047831Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T21:23:40.6048212Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T21:23:40.6048706Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T21:23:40.6049092Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T21:23:40.6049532Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:23:40.6049976Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T21:23:40.6050382Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T21:23:40.6050798Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T21:23:40.6051229Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:23:40.6051681Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:23:40.6052132Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:23:40.6052567Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:23:40.6052969Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T21:23:40.6053346Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T21:23:40.6053737Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T21:23:40.6054123Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T21:23:40.6054505Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T21:23:40.6055027Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T21:23:40.6055438Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T21:23:40.6055873Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:23:40.6056348Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:23:40.6056770Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T21:23:40.6057177Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:23:40.6057578Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T21:23:40.6057886Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T21:23:40.6058212Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T21:23:40.6058734Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T21:23:40.6059132Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T21:23:40.6059534Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T21:23:40.6059929Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:23:40.6060362Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:23:40.6060809Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:23:40.6061222Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T21:23:40.6061613Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T21:23:40.6062016Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T21:23:40.6062569Z 	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-20T21:23:40.6063151Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:23:40.6063607Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T21:23:40.6064048Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:23:40.6064490Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:23:40.6065034Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T21:23:40.6065437Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T21:23:40.6065828Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T21:23:40.6066215Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:23:40.6066616Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:23:40.6067015Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T21:23:40.6067395Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T21:23:40.6067788Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:23:40.6068188Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:23:40.6068676Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T21:23:40.6069092Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T21:23:40.6069554Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T21:23:40.6069977Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T21:23:40.6070357Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T21:23:40.6070728Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T21:23:40.6071119Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T21:23:40.6071497Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T21:23:40.6071979Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:23:40.6072414Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:23:40.6072863Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T21:23:40.6073271Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T21:23:40.6073668Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T21:23:40.6074062Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T21:23:40.6074442Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T21:23:40.6074817Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T21:23:40.6075200Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T21:23:40.6075603Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T21:23:40.6076054Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:23:40.6076513Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:23:40.6076945Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:23:40.6077354Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T21:23:40.6077758Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T21:23:40.6078182Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T21:23:40.6078822Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T21:23:40.6079203Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T21:23:40.6079523Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T21:23:40.6079830Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T21:23:40.6080208Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T21:23:40.6080585Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T21:23:40.6080942Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T21:23:40.6081442Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:23:40.6081843Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:23:40.6082235Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T21:23:40.6082599Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T21:23:40.6082953Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T21:23:40.6083333Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T21:23:40.6083737Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T21:23:40.6084115Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T21:23:40.6084486Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T21:23:40.6084851Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T21:23:40.6085238Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T21:23:40.6085627Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T21:23:40.6085975Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T21:23:40.6086354Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T21:23:40.6086747Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T21:23:40.6087128Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T21:23:40.6087504Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T21:23:40.6087880Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T21:23:40.6088375Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T21:23:40.6088926Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T21:23:40.6089357Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T21:23:40.6089772Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T21:23:40.6090134Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T21:23:40.6090486Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T21:23:40.6090838Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T21:23:40.6091264Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:23:40.6091766Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:23:40.6092237Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:23:40.6092719Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:23:40.6093217Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:23:40.6093653Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T21:23:40.6094047Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:23:40.6094435Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:23:40.6094824Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:23:40.6095215Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T21:23:40.6095598Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:23:40.6095982Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T21:23:40.6096355Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T21:23:40.6096757Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:23:40.6097201Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:23:40.6097632Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:23:40.6098128Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T21:23:40.6098657Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:23:40.6099084Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:23:40.6099467Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T21:23:40.6099823Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T21:23:40.6100216Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:23:40.6100675Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:23:40.6101107Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T21:23:40.6101520Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T21:23:40.6101930Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T21:23:40.6102264Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T21:23:40.6102539Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T21:23:40.6102895Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T21:23:40.6103380Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T21:23:40.8297887Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:23:40.9944005Z Collecting meson
2025-08-20T21:23:41.0285630Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T21:23:41.0583038Z Collecting ninja
2025-08-20T21:23:41.0614106Z   Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (5.1 kB)
2025-08-20T21:23:41.0678672Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T21:23:41.0965945Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 68.7 MB/s  0:00:00
2025-08-20T21:23:41.0992317Z Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (180 kB)
2025-08-20T21:23:41.1901040Z Installing collected packages: ninja, meson
2025-08-20T21:23:41.9099558Z 
2025-08-20T21:23:41.9128389Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T21:23:42.1974915Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:23:42.3038469Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T21:23:42.3600213Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T21:23:42.8956881Z 1.8.4
2025-08-20T21:23:42.9214679Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T21:23:42.9469257Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:23:42.9470007Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T21:23:42.9470632Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T21:23:42.9471310Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T21:23:42.9471854Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T21:23:42.9472232Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T21:23:42.9472757Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T21:23:42.9473161Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T21:23:42.9473508Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T21:23:42.9473840Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T21:23:42.9474205Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T21:23:42.9474591Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T21:23:42.9474988Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T21:23:42.9475397Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T21:23:42.9476013Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T21:23:42.9476423Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T21:23:42.9476828Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T21:23:42.9477192Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T21:23:42.9477577Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:23:42.9478034Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:23:42.9478717Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T21:23:42.9479400Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T21:23:42.9480159Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:23:42.9480876Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T21:23:42.9481525Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T21:23:42.9482224Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:23:42.9482989Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:23:42.9483725Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:23:42.9484455Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:23:42.9484975Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:23:42.9485397Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T21:23:42.9485819Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T21:23:42.9486460Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T21:23:42.9486891Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:23:42.9487342Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T21:23:42.9487776Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:23:42.9488178Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:23:42.9488792Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T21:23:42.9489212Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:23:42.9489630Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T21:23:42.9490044Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:23:42.9490448Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T21:23:42.9490844Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T21:23:42.9491299Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T21:23:42.9491779Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:23:42.9492243Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:23:42.9492725Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T21:23:42.9493170Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T21:23:42.9493587Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:23:42.9494004Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T21:23:42.9494408Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T21:23:42.9494827Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T21:23:42.9495227Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T21:23:42.9495594Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T21:23:42.9496088Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T21:23:42.9496451Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T21:23:42.9496773Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T21:23:42.9497122Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T21:23:42.9497525Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:23:42.9497903Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T21:23:42.9498305Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:23:42.9499035Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:23:42.9499479Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:23:42.9499894Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:23:42.9500330Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T21:23:42.9500762Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:23:42.9501171Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:23:42.9501578Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T21:23:42.9502001Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T21:23:42.9502468Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:23:42.9502978Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:23:42.9503582Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T21:23:42.9504006Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T21:23:42.9504397Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T21:23:42.9504798Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T21:23:42.9505203Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T21:23:42.9505650Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:23:42.9506140Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:23:42.9506638Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:23:42.9507132Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:23:42.9507571Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:23:42.9507976Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:23:42.9508366Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:23:42.9509039Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:23:42.9509445Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T21:23:42.9509846Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T21:23:42.9510285Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T21:23:42.9510706Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T21:23:42.9511092Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T21:23:42.9511470Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T21:23:42.9511875Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:23:42.9512289Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T21:23:42.9512660Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T21:23:42.9513164Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T21:23:42.9513554Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:23:42.9513943Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T21:23:42.9514300Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T21:23:42.9514679Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T21:23:42.9515054Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T21:23:42.9515418Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T21:23:42.9515804Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T21:23:42.9516174Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T21:23:42.9516535Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T21:23:42.9516908Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T21:23:42.9517308Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T21:23:42.9517702Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T21:23:42.9518094Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T21:23:42.9518471Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T21:23:42.9519017Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T21:23:42.9519413Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T21:23:42.9519813Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T21:23:42.9520160Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T21:23:42.9520609Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T21:23:42.9520973Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T21:23:42.9521328Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T21:23:42.9521690Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T21:23:42.9522049Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T21:23:42.9522405Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T21:23:42.9522776Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T21:23:42.9523173Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T21:23:42.9523608Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:23:42.9524054Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T21:23:42.9524464Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T21:23:42.9524854Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T21:23:42.9525240Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T21:23:42.9525635Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T21:23:42.9526046Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T21:23:42.9526459Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T21:23:42.9526836Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T21:23:42.9527228Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T21:23:42.9527644Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:23:42.9535019Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:23:42.9535646Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T21:23:42.9536077Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T21:23:42.9536489Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T21:23:42.9537111Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T21:23:42.9537540Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T21:23:42.9537947Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T21:23:42.9538349Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T21:23:42.9539117Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:23:42.9539807Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T21:23:42.9540341Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T21:23:42.9540710Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T21:23:42.9541028Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T21:23:42.9541366Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T21:23:42.9541779Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T21:23:42.9542438Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T21:23:42.9543110Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T21:23:42.9543747Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T21:23:42.9544437Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T21:23:42.9544981Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T21:23:42.9545438Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T21:23:42.9545792Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T21:23:42.9546387Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:23:42.9546863Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T21:23:42.9547270Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T21:23:42.9547650Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T21:23:42.9548037Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T21:23:42.9548448Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T21:23:42.9549091Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:23:42.9549509Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:23:42.9549870Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T21:23:42.9550229Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T21:23:42.9550662Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:23:42.9551095Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T21:23:42.9551503Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T21:23:42.9551872Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T21:23:42.9552214Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T21:23:42.9552609Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T21:23:42.9552996Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T21:23:42.9553424Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:23:42.9553896Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:23:42.9554313Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T21:23:42.9554686Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T21:23:42.9555040Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T21:23:42.9555403Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T21:23:42.9555854Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:23:42.9556499Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:23:42.9556945Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T21:23:42.9557322Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T21:23:42.9557786Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:23:42.9558324Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:23:42.9559094Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:23:42.9559536Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T21:23:42.9559901Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T21:23:42.9560292Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T21:23:42.9560711Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T21:23:42.9561127Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T21:23:42.9561527Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:23:42.9561900Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T21:23:42.9562276Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T21:23:42.9562673Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:23:42.9563074Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T21:23:42.9563472Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:23:42.9563993Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T21:23:42.9564398Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:23:42.9564794Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T21:23:42.9565222Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:23:42.9565684Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T21:23:42.9566112Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T21:23:42.9566481Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T21:23:42.9566856Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T21:23:42.9567255Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T21:23:42.9567635Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T21:23:42.9568022Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T21:23:42.9568402Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T21:23:42.9569056Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T21:23:42.9569492Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:23:42.9569964Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:23:42.9570412Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:23:42.9570820Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T21:23:42.9571210Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T21:23:42.9571596Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T21:23:42.9571970Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T21:23:42.9572355Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T21:23:42.9572746Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T21:23:42.9573127Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T21:23:42.9573714Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:23:42.9574199Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T21:23:42.9574662Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:23:42.9575187Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:23:42.9575699Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T21:23:42.9576194Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:23:42.9576690Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:23:42.9577128Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T21:23:42.9577496Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T21:23:42.9577868Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T21:23:42.9578256Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:23:42.9578869Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T21:23:42.9579239Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T21:23:42.9579618Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:23:42.9579997Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T21:23:42.9580384Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:23:42.9581006Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T21:23:42.9581398Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T21:23:42.9581798Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T21:23:42.9582191Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T21:23:42.9582602Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:23:42.9583046Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:23:42.9583443Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T21:23:42.9583818Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T21:23:42.9584231Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T21:23:42.9584608Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T21:23:42.9584962Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T21:23:42.9585320Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T21:23:42.9585687Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T21:23:42.9586078Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T21:23:42.9586457Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T21:23:42.9586853Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T21:23:42.9587229Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T21:23:42.9587556Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T21:23:42.9588044Z 	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-20T21:23:42.9588763Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T21:23:42.9589151Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T21:23:42.9589539Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T21:23:42.9589917Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T21:23:42.9590323Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:23:42.9590895Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T21:23:42.9591330Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:23:42.9591764Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T21:23:42.9592175Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T21:23:42.9592583Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T21:23:42.9593017Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:23:42.9593436Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T21:23:42.9593839Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T21:23:42.9594274Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:23:42.9594767Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:23:42.9595273Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:23:42.9595723Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:23:42.9596140Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T21:23:42.9596548Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T21:23:42.9597028Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:23:42.9597515Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T21:23:42.9598041Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T21:23:42.9598483Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:23:42.9599147Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T21:23:42.9599568Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T21:23:42.9599934Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T21:23:42.9600300Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T21:23:42.9600684Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T21:23:42.9601071Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T21:23:42.9601443Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T21:23:42.9601809Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T21:23:42.9602198Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T21:23:42.9602586Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T21:23:42.9602955Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T21:23:42.9603330Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T21:23:42.9603692Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T21:23:42.9604072Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T21:23:42.9604463Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T21:23:42.9604827Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T21:23:42.9605187Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T21:23:42.9605547Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T21:23:42.9605912Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T21:23:42.9606290Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T21:23:42.9606655Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T21:23:42.9607014Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T21:23:42.9607402Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T21:23:42.9607887Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T21:23:42.9608261Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T21:23:42.9608811Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T21:23:42.9609221Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T21:23:42.9609589Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T21:23:42.9609974Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:23:42.9610402Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:23:42.9610803Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T21:23:42.9611165Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T21:23:42.9611535Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T21:23:42.9611902Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T21:23:42.9612204Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T21:23:42.9612510Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T21:23:42.9612866Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T21:23:42.9613222Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T21:23:42.9613591Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T21:23:42.9613950Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T21:23:42.9614300Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T21:23:42.9614643Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T21:23:42.9615152Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:23:42.9615569Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T21:23:42.9615976Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:23:42.9616373Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T21:23:42.9616769Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:23:42.9617182Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:23:42.9617695Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:23:42.9618379Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:23:42.9619140Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:23:42.9619697Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:23:42.9620175Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:23:42.9620638Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:23:42.9621161Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:23:42.9621789Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:23:42.9622358Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:23:42.9622854Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:23:42.9623306Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T21:23:42.9623683Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T21:23:42.9624061Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T21:23:42.9624434Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T21:23:42.9624940Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T21:23:42.9625349Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T21:23:42.9625758Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T21:23:42.9626159Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T21:23:42.9626548Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T21:23:42.9626933Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T21:23:42.9627309Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T21:23:42.9627687Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T21:23:42.9628066Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T21:23:42.9628590Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T21:23:42.9629007Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T21:23:42.9629433Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T21:23:42.9629858Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T21:23:42.9630232Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T21:23:42.9630630Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T21:23:42.9631051Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T21:23:42.9631470Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:23:42.9631915Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:23:42.9632469Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T21:23:42.9632852Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T21:23:42.9633226Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T21:23:42.9633622Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T21:23:42.9633993Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T21:23:42.9634388Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:23:42.9634784Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T21:23:42.9635172Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T21:23:42.9635566Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T21:23:42.9635934Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T21:23:42.9636304Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T21:23:42.9636861Z 	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-20T21:23:42.9637591Z 	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-20T21:23:42.9638270Z 	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-20T21:23:42.9639051Z 	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-20T21:23:42.9639580Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T21:23:42.9639968Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T21:23:42.9640343Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T21:23:42.9640746Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T21:23:42.9641126Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T21:23:42.9641490Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T21:23:42.9641989Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T21:23:42.9642389Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T21:23:42.9642785Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T21:23:42.9643169Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T21:23:42.9643555Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T21:23:42.9643934Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T21:23:42.9644326Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T21:23:42.9644739Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T21:23:42.9645147Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T21:23:42.9645544Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T21:23:42.9645952Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T21:23:42.9646356Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T21:23:42.9646742Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T21:23:42.9647128Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T21:23:42.9647506Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T21:23:42.9647891Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T21:23:42.9648300Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T21:23:42.9648798Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T21:23:42.9649310Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T21:23:42.9649711Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T21:23:42.9650101Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T21:23:42.9650534Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:23:42.9650976Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T21:23:42.9651379Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T21:23:42.9651817Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:23:42.9652279Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:23:42.9652689Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T21:23:42.9653063Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T21:23:42.9653448Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T21:23:42.9653854Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T21:23:42.9654276Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:23:42.9654681Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T21:23:42.9655064Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T21:23:42.9655458Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T21:23:42.9655930Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:23:42.9656408Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:23:42.9656813Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T21:23:42.9657222Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:23:42.9657684Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:23:42.9658133Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:23:42.9658830Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:23:42.9659322Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:23:42.9659773Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:23:42.9660216Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:23:42.9660619Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T21:23:42.9661013Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T21:23:42.9661436Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T21:23:42.9661832Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T21:23:42.9662213Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T21:23:42.9662624Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T21:23:42.9663033Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T21:23:42.9663439Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:23:42.9663863Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T21:23:42.9664257Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T21:23:42.9664637Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T21:23:42.9665008Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T21:23:42.9665372Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T21:23:42.9665883Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:23:42.9666308Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:23:42.9666768Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:23:42.9667232Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:23:42.9667634Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T21:23:42.9668074Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:23:42.9668595Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T21:23:42.9669006Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:23:42.9669415Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T21:23:42.9669774Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T21:23:42.9670150Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T21:23:42.9670544Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T21:23:42.9670940Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T21:23:42.9671317Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T21:23:42.9671650Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T21:23:42.9671964Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T21:23:42.9672323Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T21:23:42.9672830Z 	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-20T21:23:42.9673350Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T21:23:42.9673733Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T21:23:42.9674110Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T21:23:42.9674510Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T21:23:42.9674922Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T21:23:42.9675455Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T21:23:42.9675859Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T21:23:42.9676273Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:23:42.9676689Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T21:23:42.9677067Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T21:23:42.9677433Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T21:23:42.9677800Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T21:23:42.9678185Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T21:23:42.9678714Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T21:23:42.9679148Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T21:23:42.9679551Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T21:23:42.9679973Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:23:42.9680416Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:23:42.9680815Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T21:23:42.9681184Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T21:23:42.9681542Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T21:23:42.9681902Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T21:23:42.9682271Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T21:23:42.9682766Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T21:23:42.9683174Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T21:23:42.9683597Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T21:23:42.9684063Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:23:42.9684508Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T21:23:42.9684886Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T21:23:42.9685273Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T21:23:42.9685659Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T21:23:42.9686043Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T21:23:42.9686423Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T21:23:42.9686805Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T21:23:42.9687251Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:23:42.9687754Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:23:42.9688178Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T21:23:42.9688649Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T21:23:42.9689027Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T21:23:42.9689431Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T21:23:42.9689826Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T21:23:42.9690203Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T21:23:42.9690604Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T21:23:42.9690998Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T21:23:42.9691364Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T21:23:42.9691720Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T21:23:42.9692240Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T21:23:42.9692663Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T21:23:42.9693047Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T21:23:42.9693440Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T21:23:42.9693888Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:23:42.9694325Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T21:23:42.9694746Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:23:42.9695197Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T21:23:42.9695719Z 	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-20T21:23:42.9696237Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T21:23:42.9696555Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T21:23:42.9696902Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:23:42.9697319Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T21:23:42.9697746Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:23:42.9698274Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:23:42.9698961Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:23:42.9699686Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:23:42.9700340Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:23:42.9700985Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:23:42.9701610Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:23:42.9702228Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:23:42.9702810Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:23:42.9703296Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T21:23:42.9703743Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:23:42.9704175Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T21:23:42.9704605Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:23:42.9705085Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:23:42.9705529Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T21:23:42.9705914Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T21:23:42.9706284Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T21:23:42.9706665Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T21:23:42.9707047Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T21:23:42.9707460Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:23:42.9707880Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T21:23:42.9708246Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T21:23:42.9708747Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:23:42.9709215Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T21:23:42.9709827Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T21:23:42.9710313Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:23:42.9710803Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:23:42.9711286Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:23:42.9711767Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:23:42.9712217Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T21:23:42.9712634Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T21:23:42.9713055Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:23:42.9713468Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T21:23:42.9713886Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T21:23:42.9714299Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T21:23:42.9714738Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:23:42.9715174Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T21:23:42.9715564Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T21:23:42.9715953Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T21:23:42.9716332Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T21:23:42.9716716Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T21:23:42.9717304Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:23:42.9717755Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T21:23:42.9718165Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T21:23:42.9718671Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T21:23:42.9719098Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:23:42.9719550Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:23:42.9720000Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:23:42.9720436Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:23:42.9720832Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T21:23:42.9721216Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T21:23:42.9721603Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T21:23:42.9721972Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T21:23:42.9722354Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T21:23:42.9722760Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T21:23:42.9723164Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T21:23:42.9723594Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:23:42.9724067Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:23:42.9724488Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T21:23:42.9724897Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:23:42.9725296Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T21:23:42.9725602Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T21:23:42.9725925Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T21:23:42.9726310Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T21:23:42.9726828Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T21:23:42.9727220Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T21:23:42.9727626Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:23:42.9728058Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:23:42.9728626Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:23:42.9729045Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T21:23:42.9729431Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T21:23:42.9729838Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T21:23:42.9730382Z 	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-20T21:23:42.9730971Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:23:42.9731426Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T21:23:42.9731870Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:23:42.9732310Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:23:42.9732735Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T21:23:42.9733141Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T21:23:42.9733534Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T21:23:42.9734339Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:23:42.9735106Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:23:42.9735859Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T21:23:42.9736363Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T21:23:42.9736764Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:23:42.9737175Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:23:42.9737563Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T21:23:42.9737993Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T21:23:42.9738463Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T21:23:42.9739162Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T21:23:42.9739556Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T21:23:42.9739936Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T21:23:42.9740329Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T21:23:42.9740711Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T21:23:42.9741089Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:23:42.9741537Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:23:42.9741993Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T21:23:42.9742402Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T21:23:42.9742801Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T21:23:42.9743223Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T21:23:42.9743613Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T21:23:42.9743990Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T21:23:42.9744379Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T21:23:42.9744946Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T21:23:42.9745404Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:23:42.9745866Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:23:42.9746292Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:23:42.9746847Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T21:23:42.9747395Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T21:23:42.9747821Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T21:23:42.9748219Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T21:23:42.9748753Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T21:23:42.9749079Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T21:23:42.9749388Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T21:23:42.9749763Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T21:23:42.9750147Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T21:23:42.9750505Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T21:23:42.9750884Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:23:42.9751285Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:23:42.9751673Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T21:23:42.9752037Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T21:23:42.9752528Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T21:23:42.9752919Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T21:23:42.9753325Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T21:23:42.9753707Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T21:23:42.9754073Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T21:23:42.9754437Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T21:23:42.9754829Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T21:23:42.9755216Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T21:23:42.9755570Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T21:23:42.9755949Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T21:23:42.9756345Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T21:23:42.9756728Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T21:23:42.9757108Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T21:23:42.9757489Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T21:23:42.9757876Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T21:23:42.9758281Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T21:23:42.9758875Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T21:23:42.9759284Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T21:23:42.9759648Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T21:23:42.9760003Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T21:23:42.9760352Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T21:23:42.9760787Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:23:42.9761291Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:23:42.9761888Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:23:42.9762365Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:23:42.9762863Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:23:42.9763303Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T21:23:42.9763688Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:23:42.9764079Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:23:42.9764468Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:23:42.9764860Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T21:23:42.9765242Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:23:42.9765627Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T21:23:42.9766008Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T21:23:42.9766404Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:23:42.9766847Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:23:42.9767281Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:23:42.9767661Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T21:23:42.9768066Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:23:42.9768634Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:23:42.9769164Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T21:23:42.9769526Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T21:23:42.9769921Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:23:42.9770382Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:23:42.9770814Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T21:23:42.9771226Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T21:23:42.9771633Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T21:23:42.9771960Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T21:23:42.9772241Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T21:23:42.9772596Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T21:23:42.9773078Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T21:23:43.0398899Z info: downloading installer
2025-08-20T21:23:43.2183281Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T21:23:43.2183932Z warn: /home/runner/.rustup/settings.toml
2025-08-20T21:23:43.2184651Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T21:23:43.2185435Z warn: instead of the one inferred from the default host triple.
2025-08-20T21:23:43.2354209Z info: profile set to 'default'
2025-08-20T21:23:43.2354765Z info: default host triple is x86_64-unknown-linux-gnu
2025-08-20T21:23:43.2355313Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T21:23:43.3041305Z info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T21:23:43.3162883Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T21:23:43.3163313Z 
2025-08-20T21:23:43.3255268Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:23:43.3255843Z 
2025-08-20T21:23:43.3255879Z 
2025-08-20T21:23:43.3256013Z Rust is installed now. Great!
2025-08-20T21:23:43.3256250Z 
2025-08-20T21:23:43.3256554Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T21:23:43.3257611Z environment variable. This has not been done automatically.
2025-08-20T21:23:43.3257996Z 
2025-08-20T21:23:43.3258194Z To configure your current shell, you need to source
2025-08-20T21:23:43.3258891Z the corresponding env file under $HOME/.cargo.
2025-08-20T21:23:43.3259197Z 
2025-08-20T21:23:43.3259493Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T21:23:43.3260157Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T21:23:43.3260676Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T21:23:43.3261164Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T21:23:43.3780218Z info: using existing install for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T21:23:43.4111320Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T21:23:43.4111642Z 
2025-08-20T21:23:43.4205966Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:23:43.4206351Z 
2025-08-20T21:23:43.4699662Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:23:45.4766197Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T21:23:45.5102677Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:23:45.5103315Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T21:23:45.5103956Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T21:23:45.5104596Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T21:23:45.5105253Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T21:23:45.5105878Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T21:23:45.5106514Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T21:23:45.5107425Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T21:23:45.5108080Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T21:23:45.5108887Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T21:23:45.5109568Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T21:23:45.5110268Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T21:23:45.5110962Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T21:23:45.5111691Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T21:23:45.5112398Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T21:23:45.5113107Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T21:23:45.5113821Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T21:23:45.5114463Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T21:23:45.5115155Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:23:45.5115976Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:23:45.5116755Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T21:23:45.5117330Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T21:23:45.5117757Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:23:45.5118154Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T21:23:45.5118684Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T21:23:45.5119126Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:23:45.5119560Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:23:45.5119971Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:23:45.5120379Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:23:45.5120795Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:23:45.5121431Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T21:23:45.5121947Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T21:23:45.5122372Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T21:23:45.5122786Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:23:45.5123234Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T21:23:45.5123670Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:23:45.5124068Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:23:45.5124458Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T21:23:45.5124870Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:23:45.5125301Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T21:23:45.5125715Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:23:45.5126114Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T21:23:45.5126501Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T21:23:45.5126953Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T21:23:45.5127431Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:23:45.5127896Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:23:45.5128379Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T21:23:45.5129445Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T21:23:45.5129894Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:23:45.5130310Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T21:23:45.5130717Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T21:23:45.5131126Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T21:23:45.5131521Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T21:23:45.5131891Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T21:23:45.5132250Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T21:23:45.5132616Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T21:23:45.5132938Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T21:23:45.5133281Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T21:23:45.5133689Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:23:45.5134063Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T21:23:45.5134471Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:23:45.5134908Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:23:45.5135330Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:23:45.5135733Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:23:45.5136155Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T21:23:45.5136585Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:23:45.5136985Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:23:45.5137381Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T21:23:45.5137798Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T21:23:45.5138261Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:23:45.5139064Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:23:45.5139535Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T21:23:45.5139947Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T21:23:45.5140333Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T21:23:45.5140725Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T21:23:45.5141123Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T21:23:45.5141557Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:23:45.5142052Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:23:45.5142549Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:23:45.5143042Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:23:45.5143477Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:23:45.5143872Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:23:45.5144258Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:23:45.5144665Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:23:45.5145096Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T21:23:45.5152589Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T21:23:45.5153271Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T21:23:45.5153738Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T21:23:45.5154137Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T21:23:45.5154539Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T21:23:45.5154968Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:23:45.5155379Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T21:23:45.5155775Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T21:23:45.5156156Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T21:23:45.5156561Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:23:45.5156957Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T21:23:45.5157315Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T21:23:45.5157704Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T21:23:45.5158082Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T21:23:45.5158738Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T21:23:45.5159446Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T21:23:45.5160094Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T21:23:45.5160469Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T21:23:45.5160849Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T21:23:45.5161255Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T21:23:45.5161663Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T21:23:45.5162073Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T21:23:45.5162474Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T21:23:45.5162860Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T21:23:45.5163262Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T21:23:45.5163821Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T21:23:45.5164171Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T21:23:45.5164504Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T21:23:45.5164870Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T21:23:45.5165229Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T21:23:45.5165591Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T21:23:45.5165959Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T21:23:45.5166313Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T21:23:45.5166699Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T21:23:45.5167104Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T21:23:45.5167546Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:23:45.5168003Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T21:23:45.5168406Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T21:23:45.5169041Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T21:23:45.5169436Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T21:23:45.5169833Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T21:23:45.5170236Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T21:23:45.5170650Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T21:23:45.5171155Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T21:23:45.5171552Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T21:23:45.5171972Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:23:45.5172423Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:23:45.5172855Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T21:23:45.5173245Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T21:23:45.5173655Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T21:23:45.5174078Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T21:23:45.5174528Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T21:23:45.5174933Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T21:23:45.5175333Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T21:23:45.5175736Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:23:45.5176144Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T21:23:45.5176533Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T21:23:45.5176900Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T21:23:45.5177213Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T21:23:45.5177545Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T21:23:45.5177942Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T21:23:45.5178344Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T21:23:45.5178860Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T21:23:45.5179232Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T21:23:45.5179616Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T21:23:45.5180003Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T21:23:45.5180359Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T21:23:45.5180821Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T21:23:45.5181250Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:23:45.5181697Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T21:23:45.5182097Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T21:23:45.5182468Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T21:23:45.5182857Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T21:23:45.5183271Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T21:23:45.5183697Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:23:45.5184118Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:23:45.5184483Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T21:23:45.5184849Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T21:23:45.5185286Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:23:45.5186037Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T21:23:45.5186461Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T21:23:45.5186829Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T21:23:45.5187178Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T21:23:45.5187566Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T21:23:45.5187955Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T21:23:45.5188630Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:23:45.5189110Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:23:45.5189534Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T21:23:45.5189907Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T21:23:45.5190257Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T21:23:45.5190616Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T21:23:45.5191066Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:23:45.5191574Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:23:45.5192020Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T21:23:45.5192401Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T21:23:45.5192879Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:23:45.5193444Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:23:45.5193960Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:23:45.5194406Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T21:23:45.5194778Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T21:23:45.5195165Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T21:23:45.5195583Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T21:23:45.5196002Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T21:23:45.5196410Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:23:45.5196787Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T21:23:45.5197165Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T21:23:45.5197561Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:23:45.5198081Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T21:23:45.5198475Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:23:45.5198973Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T21:23:45.5199368Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:23:45.5199762Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T21:23:45.5200195Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:23:45.5200652Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T21:23:45.5201092Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T21:23:45.5201465Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T21:23:45.5201837Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T21:23:45.5202243Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T21:23:45.5202621Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T21:23:45.5203001Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T21:23:45.5203384Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T21:23:45.5203777Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T21:23:45.5204198Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:23:45.5204668Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:23:45.5205117Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:23:45.5205638Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T21:23:45.5206032Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T21:23:45.5206423Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T21:23:45.5206806Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T21:23:45.5207180Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T21:23:45.5207570Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T21:23:45.5207956Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T21:23:45.5208408Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:23:45.5209111Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T21:23:45.5209575Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:23:45.5210099Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:23:45.5210609Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T21:23:45.5211288Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:23:45.5212185Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:23:45.5212662Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T21:23:45.5213031Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T21:23:45.5213397Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T21:23:45.5213777Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:23:45.5214157Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T21:23:45.5214528Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T21:23:45.5214907Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:23:45.5215289Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T21:23:45.5215812Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:23:45.5216197Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T21:23:45.5216579Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T21:23:45.5216981Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T21:23:45.5217369Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T21:23:45.5217786Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:23:45.5218234Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:23:45.5218828Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T21:23:45.5219214Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T21:23:45.5219634Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T21:23:45.5220016Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T21:23:45.5220372Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T21:23:45.5220723Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T21:23:45.5221089Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T21:23:45.5221478Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T21:23:45.5221857Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T21:23:45.5222254Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T21:23:45.5222623Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T21:23:45.5223058Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T21:23:45.5223525Z 	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-20T21:23:45.5224048Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T21:23:45.5224429Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T21:23:45.5224808Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T21:23:45.5225182Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T21:23:45.5225590Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:23:45.5226033Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T21:23:45.5226465Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:23:45.5226902Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T21:23:45.5227316Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T21:23:45.5227734Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T21:23:45.5228168Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:23:45.5228699Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T21:23:45.5229100Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T21:23:45.5229537Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:23:45.5230032Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:23:45.5230533Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:23:45.5230994Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:23:45.5231411Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T21:23:45.5231826Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T21:23:45.5232306Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:23:45.5232912Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T21:23:45.5233323Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T21:23:45.5233762Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:23:45.5234220Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T21:23:45.5234651Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T21:23:45.5235027Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T21:23:45.5235398Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T21:23:45.5235783Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T21:23:45.5236190Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T21:23:45.5236564Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T21:23:45.5236934Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T21:23:45.5237333Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T21:23:45.5237720Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T21:23:45.5238097Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T21:23:45.5238472Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T21:23:45.5238937Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T21:23:45.5239317Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T21:23:45.5239707Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T21:23:45.5240190Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T21:23:45.5240557Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T21:23:45.5240919Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T21:23:45.5241296Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T21:23:45.5241675Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T21:23:45.5242043Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T21:23:45.5242405Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T21:23:45.5242784Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T21:23:45.5243143Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T21:23:45.5243515Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T21:23:45.5243958Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T21:23:45.5244381Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T21:23:45.5244749Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T21:23:45.5245135Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:23:45.5245567Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:23:45.5245966Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T21:23:45.5246330Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T21:23:45.5246701Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T21:23:45.5247065Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T21:23:45.5247366Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T21:23:45.5247671Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T21:23:45.5248025Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T21:23:45.5248390Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T21:23:45.5249039Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T21:23:45.5249403Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T21:23:45.5249885Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T21:23:45.5250227Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T21:23:45.5250614Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:23:45.5251027Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T21:23:45.5251435Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:23:45.5251835Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T21:23:45.5252227Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:23:45.5252650Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:23:45.5253155Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:23:45.5253793Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:23:45.5254426Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:23:45.5254981Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:23:45.5255459Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:23:45.5255916Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:23:45.5256444Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:23:45.5257070Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:23:45.5257746Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:23:45.5258251Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:23:45.5258927Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T21:23:45.5259307Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T21:23:45.5259684Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T21:23:45.5260057Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T21:23:45.5260441Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T21:23:45.5260842Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T21:23:45.5261233Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T21:23:45.5261621Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T21:23:45.5262010Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T21:23:45.5262395Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T21:23:45.5262776Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T21:23:45.5263151Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T21:23:45.5263529Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T21:23:45.5263925Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T21:23:45.5264324Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T21:23:45.5264742Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T21:23:45.5265156Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T21:23:45.5265522Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T21:23:45.5265924Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T21:23:45.5266334Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T21:23:45.5266873Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:23:45.5267316Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:23:45.5267755Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T21:23:45.5268130Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T21:23:45.5268613Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T21:23:45.5269000Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T21:23:45.5269369Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T21:23:45.5269759Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:23:45.5270174Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T21:23:45.5270573Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T21:23:45.5270966Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T21:23:45.5271346Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T21:23:45.5271718Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T21:23:45.5272278Z 	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-20T21:23:45.5273003Z 	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-20T21:23:45.5273694Z 	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-20T21:23:45.5274503Z 	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-20T21:23:45.5275039Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T21:23:45.5275445Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T21:23:45.5275904Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T21:23:45.5276289Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T21:23:45.5276669Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T21:23:45.5277032Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T21:23:45.5277413Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T21:23:45.5277805Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T21:23:45.5278191Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T21:23:45.5278663Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T21:23:45.5279057Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T21:23:45.5279439Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T21:23:45.5279837Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T21:23:45.5280256Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T21:23:45.5280661Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T21:23:45.5281061Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T21:23:45.5281468Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T21:23:45.5281867Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T21:23:45.5282256Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T21:23:45.5282647Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T21:23:45.5283030Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T21:23:45.5283795Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T21:23:45.5284412Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T21:23:45.5284843Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T21:23:45.5285326Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T21:23:45.5285729Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T21:23:45.5286125Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T21:23:45.5286559Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:23:45.5286998Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T21:23:45.5287406Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T21:23:45.5287857Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:23:45.5288325Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:23:45.5288990Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T21:23:45.5289367Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T21:23:45.5289755Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T21:23:45.5290158Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T21:23:45.5290573Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:23:45.5290980Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T21:23:45.5291364Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T21:23:45.5291757Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T21:23:45.5292367Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:23:45.5292854Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:23:45.5293265Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T21:23:45.5293680Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:23:45.5294140Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:23:45.5294586Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:23:45.5295069Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:23:45.5295566Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:23:45.5296014Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:23:45.5296463Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:23:45.5296868Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T21:23:45.5297274Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T21:23:45.5297703Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T21:23:45.5298172Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T21:23:45.5298688Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T21:23:45.5299160Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T21:23:45.5299563Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T21:23:45.5299972Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:23:45.5300397Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T21:23:45.5300802Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T21:23:45.5301194Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T21:23:45.5301568Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T21:23:45.5302056Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T21:23:45.5302454Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:23:45.5302881Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:23:45.5303340Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:23:45.5303797Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:23:45.5304204Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T21:23:45.5304647Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:23:45.5305082Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T21:23:45.5305493Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:23:45.5305904Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T21:23:45.5306274Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T21:23:45.5306645Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T21:23:45.5307043Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T21:23:45.5307439Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T21:23:45.5307820Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T21:23:45.5308155Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T21:23:45.5308470Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T21:23:45.5308947Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T21:23:45.5309570Z 	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-20T21:23:45.5310094Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T21:23:45.5310476Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T21:23:45.5310854Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T21:23:45.5311392Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T21:23:45.5311809Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T21:23:45.5312222Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T21:23:45.5312627Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T21:23:45.5313042Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:23:45.5313465Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T21:23:45.5313843Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T21:23:45.5314219Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T21:23:45.5314590Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T21:23:45.5314975Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T21:23:45.5315409Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T21:23:45.5315842Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T21:23:45.5316241Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T21:23:45.5316667Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:23:45.5317113Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:23:45.5317511Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T21:23:45.5317888Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T21:23:45.5318243Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T21:23:45.5318842Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T21:23:45.5319218Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T21:23:45.5319604Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T21:23:45.5320012Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T21:23:45.5320428Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T21:23:45.5320890Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:23:45.5321334Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T21:23:45.5321715Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T21:23:45.5322108Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T21:23:45.5322498Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T21:23:45.5322892Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T21:23:45.5323277Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T21:23:45.5323653Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T21:23:45.5324099Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:23:45.5324598Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:23:45.5325020Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T21:23:45.5325396Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T21:23:45.5325776Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T21:23:45.5326297Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T21:23:45.5326701Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T21:23:45.5327079Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T21:23:45.5327485Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T21:23:45.5327870Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T21:23:45.5328226Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T21:23:45.5329043Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T21:23:45.5329498Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T21:23:45.5329946Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T21:23:45.5330408Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T21:23:45.5330826Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T21:23:45.5331287Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:23:45.5331735Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T21:23:45.5332171Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:23:45.5332576Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T21:23:45.5333112Z 	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-20T21:23:45.5333636Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T21:23:45.5333959Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T21:23:45.5334314Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:23:45.5334734Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T21:23:45.5335173Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:23:45.5335702Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:23:45.5336443Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:23:45.5337059Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:23:45.5337713Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:23:45.5338365Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:23:45.5339214Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:23:45.5339848Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:23:45.5340445Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:23:45.5340939Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T21:23:45.5341394Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:23:45.5341839Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T21:23:45.5342273Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:23:45.5342751Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:23:45.5343190Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T21:23:45.5343582Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T21:23:45.5343960Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T21:23:45.5344465Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T21:23:45.5344860Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T21:23:45.5345273Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:23:45.5345702Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T21:23:45.5346073Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T21:23:45.5346476Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:23:45.5346947Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T21:23:45.5347443Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T21:23:45.5347933Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:23:45.5348423Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:23:45.5349028Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:23:45.5349514Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:23:45.5349979Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T21:23:45.5350404Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T21:23:45.5350823Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:23:45.5351245Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T21:23:45.5351659Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T21:23:45.5352082Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T21:23:45.5352554Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:23:45.5353001Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T21:23:45.5353402Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T21:23:45.5353792Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T21:23:45.5354294Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T21:23:45.5354680Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T21:23:45.5355121Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:23:45.5355566Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T21:23:45.5355983Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T21:23:45.5356402Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T21:23:45.5356833Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:23:45.5357294Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:23:45.5357746Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:23:45.5358186Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:23:45.5358696Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T21:23:45.5359086Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T21:23:45.5359478Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T21:23:45.5359854Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T21:23:45.5360234Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T21:23:45.5360640Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T21:23:45.5361042Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T21:23:45.5361588Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:23:45.5362068Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:23:45.5362495Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T21:23:45.5362909Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:23:45.5363308Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T21:23:45.5363617Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T21:23:45.5363941Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T21:23:45.5364329Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T21:23:45.5364730Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T21:23:45.5365124Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T21:23:45.5365529Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:23:45.5365968Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:23:45.5366423Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:23:45.5366853Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T21:23:45.5367251Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T21:23:45.5367654Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T21:23:45.5368214Z 	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-20T21:23:45.5369022Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:23:45.5369484Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T21:23:45.5369928Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:23:45.5370376Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:23:45.5370798Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T21:23:45.5371204Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T21:23:45.5371731Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T21:23:45.5372123Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:23:45.5372527Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:23:45.5372931Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T21:23:45.5373308Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T21:23:45.5373706Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:23:45.5374112Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:23:45.5374534Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T21:23:45.5374947Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T21:23:45.5375414Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T21:23:45.5375852Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T21:23:45.5376233Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T21:23:45.5376615Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T21:23:45.5377007Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T21:23:45.5377395Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T21:23:45.5377771Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:23:45.5378209Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:23:45.5378981Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T21:23:45.5379416Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T21:23:45.5379829Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T21:23:45.5380255Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T21:23:45.5380647Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T21:23:45.5381038Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T21:23:45.5381432Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T21:23:45.5381840Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T21:23:45.5382298Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:23:45.5382765Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:23:45.5383203Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:23:45.5383609Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T21:23:45.5384021Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T21:23:45.5384459Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T21:23:45.5384863Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T21:23:45.5385238Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T21:23:45.5385563Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T21:23:45.5385873Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T21:23:45.5386251Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T21:23:45.5386636Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T21:23:45.5387000Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T21:23:45.5387387Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:23:45.5387798Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:23:45.5388311Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T21:23:45.5388800Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T21:23:45.5389161Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T21:23:45.5389545Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T21:23:45.5389950Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T21:23:45.5390336Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T21:23:45.5390699Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T21:23:45.5391069Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T21:23:45.5391472Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T21:23:45.5391866Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T21:23:45.5392223Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T21:23:45.5392610Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T21:23:45.5393006Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T21:23:45.5393394Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T21:23:45.5393780Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T21:23:45.5394163Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T21:23:45.5394559Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T21:23:45.5394973Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T21:23:45.5395406Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T21:23:45.5395938Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T21:23:45.5396306Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T21:23:45.5396674Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T21:23:45.5397026Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T21:23:45.5397453Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:23:45.5397962Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:23:45.5398442Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:23:45.5399017Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:23:45.5399518Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:23:45.5399963Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T21:23:45.5400351Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:23:45.5400750Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:23:45.5401148Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:23:45.5401539Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T21:23:45.5401931Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:23:45.5402332Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T21:23:45.5402711Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T21:23:45.5403108Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:23:45.5403556Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:23:45.5404000Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:23:45.5404386Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T21:23:45.5404796Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:23:45.5405347Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:23:45.5405736Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T21:23:45.5406094Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T21:23:45.5406496Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:23:45.5406957Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:23:45.5407390Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T21:23:45.5407822Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T21:23:45.5408238Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T21:23:45.5408703Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T21:23:45.5409074Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T21:23:45.5409438Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T21:23:45.5409933Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T21:23:45.5410265Z 
2025-08-20T21:23:45.5410268Z 
2025-08-20T21:23:45.5410641Z  [+] Finished Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (09:23:45 PM)
2025-08-20T21:23:45.5411038Z 
2025-08-20T21:23:45.5411041Z 
2025-08-20T21:23:45.5411044Z 
2025-08-20T21:23:45.5411122Z [+] Continue : YES
2025-08-20T21:23:45.5411244Z 
2025-08-20T21:23:45.5411485Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T21:23:45.6986705Z 
2025-08-20T21:23:45.6987575Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (09:23:45 PM) UTC
2025-08-20T21:23:45.6987889Z 
2025-08-20T21:23:45.7004986Z 
2025-08-20T21:23:45.7005201Z [+] Total RECIPES :: 1
2025-08-20T21:23:45.7005416Z 
2025-08-20T21:23:45.7083686Z 
2025-08-20T21:23:45.7084360Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/kubo/static.official.source.yaml (1/1)
2025-08-20T21:23:45.7084878Z 
2025-08-20T21:23:45.8692828Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/kubo/static.official.source.yaml
2025-08-20T21:23:45.8706821Z mode of '/tmp/pkgforge/RPTsk6oNs_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T21:23:45.8757097Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/kubo/official [Provided]
2025-08-20T21:23:45.8757776Z [+] Setting '.pkg_family' --> kubo [Provided]
2025-08-20T21:23:45.8770820Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T21:23:45.8777632Z [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-20T21:23:45.8807551Z [00:00:00.003]➜  
2025-08-20T21:23:45.8808342Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/amd64" to 'docker run' ==> /tmp/pkgforge/RPTsk6oNs_build.yaml
2025-08-20T21:23:45.8809126Z [00:00:00.003]➜  
2025-08-20T21:23:45.8850700Z [00:00:00.008]➜  
2025-08-20T21:23:45.8851437Z [00:00:00.008]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':x86_64' ==> /tmp/pkgforge/RPTsk6oNs_build.yaml
2025-08-20T21:23:45.8851892Z [00:00:00.008]➜  
2025-08-20T21:23:45.8931236Z [00:00:00.016]➜  
2025-08-20T21:23:45.8932945Z [00:00:00.016]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/kubo/static.official.source.yaml) --> /tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (09:23:45 PM) UTC]
2025-08-20T21:23:45.8934358Z [00:00:00.016]➜  
2025-08-20T21:23:45.8934575Z [00:00:00.016]➜  
2025-08-20T21:23:45.8934787Z [00:00:00.016]➜  
2025-08-20T21:23:45.8935110Z [00:00:00.016]➜  ###################################################################
2025-08-20T21:23:45.8942378Z [00:00:00.017]➜  #!/SBUILD ver @v1.0.0
2025-08-20T21:23:45.8943599Z [00:00:00.017]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/kubo/static.official.source.yaml
2025-08-20T21:23:45.8944923Z [00:00:00.017]➜  _disabled: false
2025-08-20T21:23:45.8945368Z [00:00:00.017]➜  
2025-08-20T21:23:45.8945770Z [00:00:00.017]➜  pkg: "kubo"
2025-08-20T21:23:45.8946300Z [00:00:00.017]➜  pkg_id: "github.com.ipfs.kubo"
2025-08-20T21:23:45.8946879Z [00:00:00.017]➜  pkg_type: "static"
2025-08-20T21:23:45.8947708Z [00:00:00.017]➜  category:
2025-08-20T21:23:45.8948802Z [00:00:00.017]➜    - "ConsoleOnly"
2025-08-20T21:23:45.8949297Z [00:00:00.017]➜    - "Utility"
2025-08-20T21:23:45.8949730Z [00:00:00.017]➜  description:
2025-08-20T21:23:45.8950353Z [00:00:00.017]➜    _default: "Tools for Inter Platnetary File System (IPFS)"
2025-08-20T21:23:45.8951165Z [00:00:00.017]➜    ipfswatch: "Tool to Monitor a directory and adds changes to IPFS"
2025-08-20T21:23:45.8951682Z [00:00:00.017]➜    kubo: "Official Inter Platnetary File System (IPFS) CLI"
2025-08-20T21:23:45.8952033Z [00:00:00.017]➜  distro_pkg:
2025-08-20T21:23:45.8952295Z [00:00:00.017]➜    alpine:
2025-08-20T21:23:45.8952548Z [00:00:00.017]➜      - "go-ipfs"
2025-08-20T21:23:45.8952804Z [00:00:00.017]➜      - "kubo"
2025-08-20T21:23:45.8953047Z [00:00:00.017]➜    archlinux:
2025-08-20T21:23:45.8953281Z [00:00:00.017]➜      aur:
2025-08-20T21:23:45.8953527Z [00:00:00.017]➜        - "kubo-git"
2025-08-20T21:23:45.8953789Z [00:00:00.017]➜      extra:
2025-08-20T21:23:45.8954030Z [00:00:00.017]➜        - "kubo"
2025-08-20T21:23:45.8954275Z [00:00:00.017]➜    nixpkgs:
2025-08-20T21:23:45.8954517Z [00:00:00.017]➜      - "ipfs"
2025-08-20T21:23:45.8954774Z [00:00:00.017]➜      - "kubo"
2025-08-20T21:23:45.8955015Z [00:00:00.017]➜  homepage:
2025-08-20T21:23:45.8955275Z [00:00:00.017]➜    - "https://ipfs.io"
2025-08-20T21:23:45.8955783Z [00:00:00.017]➜    - "https://docs.ipfs.tech"
2025-08-20T21:23:45.8956083Z [00:00:00.017]➜  license:
2025-08-20T21:23:45.8956330Z [00:00:00.017]➜    - "BSD"
2025-08-20T21:23:45.8956566Z [00:00:00.017]➜  maintainer:
2025-08-20T21:23:45.8956901Z [00:00:00.017]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T21:23:45.8957215Z [00:00:00.017]➜  note:
2025-08-20T21:23:45.8957720Z [00:00:00.017]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T21:23:45.8958485Z [00:00:00.017]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/ipfs/kubo"
2025-08-20T21:23:45.8959390Z [00:00:00.017]➜  provides:
2025-08-20T21:23:45.8959811Z [00:00:00.017]➜    - "ipfswatch"
2025-08-20T21:23:45.8960276Z [00:00:00.017]➜    - "kubo"
2025-08-20T21:23:45.8960683Z [00:00:00.017]➜  repology:
2025-08-20T21:23:45.8961081Z [00:00:00.017]➜    - "kubo"
2025-08-20T21:23:45.8961361Z [00:00:00.017]➜  src_url:
2025-08-20T21:23:45.8961654Z [00:00:00.017]➜    - "https://github.com/ipfs/kubo"
2025-08-20T21:23:45.8961971Z [00:00:00.017]➜  tag:
2025-08-20T21:23:45.8962195Z [00:00:00.017]➜    - "ipfs"
2025-08-20T21:23:45.8962424Z [00:00:00.017]➜  x_exec:
2025-08-20T21:23:45.8962675Z [00:00:00.017]➜    bsys: "docker://go"
2025-08-20T21:23:45.8962960Z [00:00:00.017]➜    host:
2025-08-20T21:23:45.8963208Z [00:00:00.017]➜      - "aarch64-Linux"
2025-08-20T21:23:45.8963488Z [00:00:00.017]➜      - "x86_64-Linux"
2025-08-20T21:23:45.8963754Z [00:00:00.017]➜    shell: "bash"
2025-08-20T21:23:45.8964007Z [00:00:00.017]➜    pkgver: |
2025-08-20T21:23:45.8964320Z [00:00:00.017]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T21:23:45.8965041Z [00:00:00.017]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/ipfs/kubo" "./TEMPREPO" &>/dev/null && \
2025-08-20T21:23:45.8965928Z [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-20T21:23:45.8975200Z [00:00:00.017]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T21:23:45.8975950Z [00:00:00.017]➜    run: |
2025-08-20T21:23:45.8976374Z [00:00:00.017]➜      #Build
2025-08-20T21:23:45.8977736Z [00:00:00.017]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/amd64" --privileged --net="host" --name "alpine-builder" --pull="always" \
2025-08-20T21:23:45.8979319Z [00:00:00.017]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-20T21:23:45.8980422Z [00:00:00.017]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T21:23:45.8981338Z [00:00:00.017]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T21:23:45.8982134Z [00:00:00.017]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:x86_64" \
2025-08-20T21:23:45.8982799Z [00:00:00.017]➜        bash -l -c '
2025-08-20T21:23:45.8983298Z [00:00:00.017]➜        #Setup ENV
2025-08-20T21:23:45.8984039Z [00:00:00.017]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T21:23:45.8984751Z [00:00:00.017]➜         CGO_ENABLED="1" 
2025-08-20T21:23:45.8985467Z [00:00:00.017]➜         CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T21:23:45.8986461Z [00:00:00.017]➜         GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T21:23:45.8987213Z [00:00:00.017]➜         GOOS="linux"
2025-08-20T21:23:45.8987821Z [00:00:00.017]➜         export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T21:23:45.8988395Z [00:00:00.017]➜        #Build
2025-08-20T21:23:45.8989540Z [00:00:00.017]➜         git clone --filter "blob:none" --quiet "https://github.com/ipfs/kubo" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T21:23:45.8990538Z [00:00:00.017]➜         echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T21:23:45.8991436Z [00:00:00.017]➜         echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T21:23:45.8992488Z [00:00:00.017]➜         go mod tidy -v ; go generate ./...
2025-08-20T21:23:45.8994041Z [00:00:00.017]➜         go build -C "./cmd/ipfs" -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/kubo"
2025-08-20T21:23:45.8996316Z [00:00:00.017]➜         go build -C "./cmd/ipfswatch" -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/ipfswatch"
2025-08-20T21:23:45.8997656Z [00:00:00.017]➜        #Copy
2025-08-20T21:23:45.8999069Z [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-20T21:23:45.9000164Z [00:00:00.017]➜        #Strip 
2025-08-20T21:23:45.9001120Z [00:00:00.017]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T21:23:45.9002495Z [00:00:00.017]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T21:23:45.9003805Z [00:00:00.017]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T21:23:45.9004931Z [00:00:00.017]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T21:23:45.9005992Z [00:00:00.017]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T21:23:45.9006801Z [00:00:00.017]➜         popd &>/dev/null
2025-08-20T21:23:45.9007294Z [00:00:00.017]➜        '
2025-08-20T21:23:45.9007738Z [00:00:00.017]➜      #Copy & Meta
2025-08-20T21:23:45.9008429Z [00:00:00.017]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T21:23:45.9009647Z [00:00:00.017]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T21:23:45.9011679Z [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-20T21:23:45.9013416Z [00:00:00.017]➜  
2025-08-20T21:23:45.9013798Z [00:00:00.017]➜  
2025-08-20T21:23:45.9014312Z [00:00:00.017]➜  ###################################################################
2025-08-20T21:23:45.9014836Z [00:00:00.017]➜  
2025-08-20T21:23:45.9015193Z [00:00:00.017]➜  
2025-08-20T21:23:45.9015544Z [00:00:00.017]➜  
2025-08-20T21:23:45.9016448Z [00:00:00.018]➜  '/tmp/pkgforge/RPTsk6oNs_build.yaml' -> '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T21:23:47.4677692Z [00:00:01.590]➜  '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/kubo.static.version' -> '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/kubo.version'
2025-08-20T21:23:47.4733519Z [00:00:01.596]➜  [+] Version: HEAD-ccb49de-250820T055911 ('.x_exec.pkgver') [/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/kubo.static.version]
2025-08-20T21:23:47.4980642Z [00:00:01.620]➜  [+] Progs: ipfswatch kubo
2025-08-20T21:23:48.4241550Z [00:00:02.547]➜  
2025-08-20T21:23:48.4241925Z [00:00:02.547]➜  [-] Missing packages. Found: 
2025-08-20T21:23:48.4242289Z [00:00:02.547]➜  [+] Expected: ipfswatch kubo
2025-08-20T21:23:48.4242631Z [00:00:02.547]➜  [+] Continuing with build...
2025-08-20T21:23:48.4242926Z [00:00:02.547]➜  
2025-08-20T21:23:48.8027861Z [00:00:02.925]➜  
2025-08-20T21:23:48.8028146Z [00:00:02.925]➜  
2025-08-20T21:23:48.8119966Z [00:00:02.934]➜  + mkdir -pv /tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T21:23:48.8138934Z [00:00:02.936]➜  + docker run --platform=linux/amd64 --privileged --net=host --name alpine-builder --pull=always -e PKG=kubo -e PKG_ID=github.com.ipfs.kubo -e PKG_TYPE=static -e PKG_VER=HEAD-ccb49de-250820T055911 -e PKGVER=HEAD-ccb49de-250820T055911 -e SBUILD_PKG=kubo.static -e SBUILD_PKGVER=HEAD-ccb49de-250820T055911 --volume /tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:x86_64 bash -l -c '
2025-08-20T21:23:48.8140702Z [00:00:02.936]➜    #Setup ENV
2025-08-20T21:23:48.8141120Z [00:00:02.936]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T21:23:48.8141536Z [00:00:02.936]➜     CGO_ENABLED="1" 
2025-08-20T21:23:48.8141929Z [00:00:02.936]➜     CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T21:23:48.8142473Z [00:00:02.936]➜     GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T21:23:48.8142891Z [00:00:02.936]➜     GOOS="linux"
2025-08-20T21:23:48.8143217Z [00:00:02.936]➜     export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T21:23:48.8143531Z [00:00:02.936]➜    #Build
2025-08-20T21:23:48.8144064Z [00:00:02.936]➜     git clone --filter "blob:none" --quiet "https://github.com/ipfs/kubo" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T21:23:48.8144626Z [00:00:02.936]➜     echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T21:23:48.8145136Z [00:00:02.936]➜     echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T21:23:48.8145595Z [00:00:02.936]➜     go mod tidy -v ; go generate ./...
2025-08-20T21:23:48.8146431Z [00:00:02.936]➜     go build -C "./cmd/ipfs" -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/kubo"
2025-08-20T21:23:48.8147674Z [00:00:02.936]➜     go build -C "./cmd/ipfswatch" -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/ipfswatch"
2025-08-20T21:23:48.8148374Z [00:00:02.936]➜    #Copy
2025-08-20T21:23:48.8149318Z [00:00:02.936]➜     ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T21:23:48.8149924Z [00:00:02.936]➜    #Strip 
2025-08-20T21:23:48.8150629Z [00:00:02.936]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T21:23:48.8151341Z [00:00:02.936]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T21:23:48.8152041Z [00:00:02.936]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T21:23:48.8152650Z [00:00:02.936]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T21:23:48.8153225Z [00:00:02.936]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T21:23:48.8153695Z [00:00:02.936]➜     popd &>/dev/null
2025-08-20T21:23:48.8153973Z [00:00:02.936]➜    '
2025-08-20T21:23:49.4795287Z [00:00:03.602]➜  x86_64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T21:23:49.7048337Z [00:00:03.827]➜  d62bb7eb03b5: Pulling fs layer
2025-08-20T21:23:49.7049290Z [00:00:03.827]➜  74f0d3ee81d8: Pulling fs layer
2025-08-20T21:23:49.7049706Z [00:00:03.827]➜  bffca73cb30c: Pulling fs layer
2025-08-20T21:23:49.7050086Z [00:00:03.827]➜  73d19b2d2e73: Pulling fs layer
2025-08-20T21:23:49.7050451Z [00:00:03.827]➜  eb4a15147d73: Pulling fs layer
2025-08-20T21:23:49.7050822Z [00:00:03.827]➜  1eff1cf6af24: Pulling fs layer
2025-08-20T21:23:49.7051177Z [00:00:03.827]➜  73d19b2d2e73: Waiting
2025-08-20T21:23:49.7051517Z [00:00:03.827]➜  eb4a15147d73: Waiting
2025-08-20T21:23:49.7051858Z [00:00:03.827]➜  1eff1cf6af24: Waiting
2025-08-20T21:23:49.9180637Z [00:00:04.040]➜  bffca73cb30c: Verifying Checksum
2025-08-20T21:23:49.9182590Z [00:00:04.041]➜  bffca73cb30c: Download complete
2025-08-20T21:23:49.9776573Z [00:00:04.100]➜  d62bb7eb03b5: Verifying Checksum
2025-08-20T21:23:49.9777401Z [00:00:04.100]➜  d62bb7eb03b5: Download complete
2025-08-20T21:23:50.0817607Z [00:00:04.204]➜  d62bb7eb03b5: Pull complete
2025-08-20T21:23:50.1059147Z [00:00:04.228]➜  74f0d3ee81d8: Download complete
2025-08-20T21:23:50.3538269Z [00:00:04.476]➜  1eff1cf6af24: Verifying Checksum
2025-08-20T21:23:50.3539017Z [00:00:04.476]➜  1eff1cf6af24: Download complete
2025-08-20T21:23:50.9840116Z [00:00:05.106]➜  74f0d3ee81d8: Pull complete
2025-08-20T21:23:51.1805038Z [00:00:05.303]➜  bffca73cb30c: Pull complete
2025-08-20T21:23:51.2951181Z [00:00:05.417]➜  eb4a15147d73: Verifying Checksum
2025-08-20T21:23:51.2951698Z [00:00:05.418]➜  eb4a15147d73: Download complete
2025-08-20T21:24:24.5893604Z [00:00:38.712]➜  73d19b2d2e73: Verifying Checksum
2025-08-20T21:24:24.5894455Z [00:00:38.712]➜  73d19b2d2e73: Download complete
2025-08-20T21:25:37.7826436Z [00:01:51.905]➜  73d19b2d2e73: Pull complete
2025-08-20T21:25:42.9813252Z [00:01:57.104]➜  eb4a15147d73: Pull complete
2025-08-20T21:25:42.9949336Z [00:01:57.117]➜  1eff1cf6af24: Pull complete
2025-08-20T21:25:43.0000742Z [00:01:57.122]➜  Digest: sha256:275f0d74757c41d7d8c67ff66bbd1327d906f1cc180818b350613ea49d8459ac
2025-08-20T21:25:43.0012630Z [00:01:57.124]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:x86_64
2025-08-20T21:25:43.2693225Z [00:01:57.392]➜  + mkdir -p /build-bins
2025-08-20T21:25:43.2710585Z [00:01:57.394]➜  ++ mktemp -d
2025-08-20T21:25:43.2726994Z [00:01:57.395]➜  + pushd /tmp/tmp.S0mpzmTmXg
2025-08-20T21:25:43.2729197Z [00:01:57.395]➜  + CGO_ENABLED=1
2025-08-20T21:25:43.2730058Z [00:01:57.395]➜  + CGO_CFLAGS='-O2 -flto=auto -fPIE -fpie -static -w -pipe'
2025-08-20T21:25:43.2733672Z [00:01:57.396]➜  ++ uname -m
2025-08-20T21:25:43.2736434Z [00:01:57.396]➜  ++ sed 's/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/'
2025-08-20T21:25:43.2751292Z [00:01:57.398]➜  + GOARCH=amd64
2025-08-20T21:25:43.2751706Z [00:01:57.398]➜  + GOOS=linux
2025-08-20T21:25:43.2752087Z [00:01:57.398]➜  + export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T21:25:43.2752614Z [00:01:57.398]➜  + git clone --filter blob:none --quiet https://github.com/ipfs/kubo ./TEMPREPO
2025-08-20T21:25:45.8762515Z [00:01:59.999]➜  + cd ./TEMPREPO
2025-08-20T21:25:45.8763629Z [00:01:59.999]➜  
2025-08-20T21:25:45.8764217Z [00:01:59.999]➜  [+] Target: "amd64/linux"
2025-08-20T21:25:45.8765055Z [00:01:59.999]➜  [+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T21:25:45.8765637Z [00:01:59.999]➜  
2025-08-20T21:25:45.8766020Z [00:01:59.999]➜  + echo -e '\n[+] Target: "amd64/linux"'
2025-08-20T21:25:45.8766773Z [00:01:59.999]➜  + echo -e '[+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"\n'
2025-08-20T21:25:45.8767418Z [00:01:59.999]➜  + go mod tidy -v
2025-08-20T21:25:45.9137257Z [00:02:00.036]➜  go: downloading github.com/ipfs/boxo v0.34.0
2025-08-20T21:25:45.9143287Z [00:02:00.036]➜  go: downloading github.com/ipfs/go-cid v0.5.0
2025-08-20T21:25:46.0102543Z [00:02:00.133]➜  go: downloading github.com/ipfs/go-ipld-format v0.6.2
2025-08-20T21:25:46.0322482Z [00:02:00.155]➜  go: downloading github.com/fsnotify/fsnotify v1.7.0
2025-08-20T21:25:46.0695020Z [00:02:00.192]➜  go: downloading github.com/stretchr/testify v1.10.0
2025-08-20T21:25:46.0904924Z [00:02:00.213]➜  go: downloading github.com/ipfs/go-ipfs-cmds v0.15.0
2025-08-20T21:25:46.5836558Z [00:02:00.706]➜  go: downloading github.com/ipfs/go-log/v2 v2.8.1
2025-08-20T21:25:46.5980023Z [00:02:00.720]➜  go: downloading golang.org/x/sys v0.35.0
2025-08-20T21:25:46.7769565Z [00:02:00.899]➜  go: downloading github.com/facebookgo/atomicfile v0.0.0-20151019160806-2de1f203e7d5
2025-08-20T21:25:46.7994019Z [00:02:00.922]➜  go: downloading github.com/blang/semver/v4 v4.0.0
2025-08-20T21:25:46.8100655Z [00:02:00.932]➜  go: downloading github.com/coreos/go-systemd/v22 v22.5.0
2025-08-20T21:25:47.2359633Z [00:02:01.358]➜  go: downloading github.com/ipfs/go-metrics-prometheus v0.1.0
2025-08-20T21:25:47.2360451Z [00:02:01.358]➜  go: downloading github.com/libp2p/go-libp2p v0.43.0
2025-08-20T21:25:47.3906030Z [00:02:01.513]➜  go: downloading github.com/libp2p/go-socket-activation v0.1.1
2025-08-20T21:25:47.3907130Z [00:02:01.513]➜  go: downloading github.com/multiformats/go-multiaddr v0.16.1
2025-08-20T21:25:47.3907808Z [00:02:01.513]➜  go: downloading github.com/multiformats/go-multiaddr-dns v0.4.1
2025-08-20T21:25:47.4022926Z [00:02:01.525]➜  go: downloading github.com/prometheus/client_golang v1.23.0
2025-08-20T21:25:47.4129901Z [00:02:01.535]➜  go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.62.0
2025-08-20T21:25:47.4372650Z [00:02:01.560]➜  go: downloading go.opentelemetry.io/contrib/propagators/autoprop v0.46.1
2025-08-20T21:25:47.4501137Z [00:02:01.572]➜  go: downloading go.opentelemetry.io/otel v1.37.0
2025-08-20T21:25:47.6329033Z [00:02:01.755]➜  go: downloading go.opentelemetry.io/otel/trace v1.37.0
2025-08-20T21:25:47.6378766Z [00:02:01.760]➜  go: downloading github.com/ipfs/go-datastore v0.8.3
2025-08-20T21:25:47.6426026Z [00:02:01.765]➜  go: downloading github.com/ipfs/go-metrics-interface v0.3.0
2025-08-20T21:25:47.6558401Z [00:02:01.778]➜  go: downloading github.com/libp2p/go-libp2p-kad-dht v0.34.0
2025-08-20T21:25:47.6620614Z [00:02:01.784]➜  go: downloading github.com/libp2p/go-libp2p-pubsub v0.14.2
2025-08-20T21:25:47.6873481Z [00:02:01.810]➜  go: downloading github.com/libp2p/go-libp2p-pubsub-router v0.6.0
2025-08-20T21:25:47.6944412Z [00:02:01.817]➜  go: downloading github.com/libp2p/go-libp2p-record v0.3.1
2025-08-20T21:25:47.6999340Z [00:02:01.822]➜  go: downloading go.uber.org/dig v1.19.0
2025-08-20T21:25:47.7059002Z [00:02:01.828]➜  go: downloading go.uber.org/fx v1.24.0
2025-08-20T21:25:47.7437373Z [00:02:01.866]➜  go: downloading github.com/ipfs/go-cidutil v0.1.0
2025-08-20T21:25:47.7557477Z [00:02:01.878]➜  go: downloading github.com/multiformats/go-multibase v0.2.0
2025-08-20T21:25:47.7691223Z [00:02:01.892]➜  go: downloading github.com/ipfs/go-block-format v0.2.2
2025-08-20T21:25:47.7775443Z [00:02:01.900]➜  go: downloading github.com/ipfs/go-ipld-legacy v0.2.2
2025-08-20T21:25:47.7869826Z [00:02:01.909]➜  go: downloading github.com/ipld/go-codec-dagpb v1.7.0
2025-08-20T21:25:47.8014301Z [00:02:01.924]➜  go: downloading github.com/ipld/go-ipld-prime v0.21.0
2025-08-20T21:25:47.9329663Z [00:02:02.055]➜  go: downloading github.com/multiformats/go-multicodec v0.9.2
2025-08-20T21:25:47.9482455Z [00:02:02.071]➜  go: downloading github.com/multiformats/go-multihash v0.2.3
2025-08-20T21:25:47.9691463Z [00:02:02.092]➜  go: downloading github.com/cheggaaa/pb v1.0.29
2025-08-20T21:25:47.9746645Z [00:02:02.097]➜  go: downloading github.com/ipld/go-car/v2 v2.14.3
2025-08-20T21:25:47.9755941Z [00:02:02.098]➜  go: downloading github.com/cockroachdb/pebble/v2 v2.0.6
2025-08-20T21:25:47.9913059Z [00:02:02.114]➜  go: downloading github.com/ipshipyard/p2p-forge v0.6.1
2025-08-20T21:25:48.0091692Z [00:02:02.132]➜  go: downloading google.golang.org/protobuf v1.36.7
2025-08-20T21:25:48.0710326Z [00:02:02.193]➜  go: downloading golang.org/x/sync v0.16.0
2025-08-20T21:25:48.0852911Z [00:02:02.208]➜  go: downloading contrib.go.opencensus.io/exporter/prometheus v0.4.2
2025-08-20T21:25:48.0991954Z [00:02:02.222]➜  go: downloading github.com/libp2p/go-libp2p-http v0.5.0
2025-08-20T21:25:48.1122274Z [00:02:02.235]➜  go: downloading go.opencensus.io v0.24.0
2025-08-20T21:25:48.1919015Z [00:02:02.314]➜  go: downloading github.com/dustin/go-humanize v1.0.1
2025-08-20T21:25:48.2117661Z [00:02:02.334]➜  go: downloading github.com/libp2p/go-libp2p-testing v0.12.0
2025-08-20T21:25:48.2332588Z [00:02:02.356]➜  go: downloading github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239
2025-08-20T21:25:48.2392505Z [00:02:02.362]➜  go: downloading github.com/elgris/jsondiff v0.0.0-20160530203242-765b5c24c302
2025-08-20T21:25:48.2468060Z [00:02:02.369]➜  go: downloading github.com/hashicorp/go-version v1.7.0
2025-08-20T21:25:48.2569063Z [00:02:02.379]➜  go: downloading github.com/libp2p/go-libp2p-kbucket v0.7.0
2025-08-20T21:25:48.2801077Z [00:02:02.402]➜  go: downloading github.com/whyrusleeping/go-sysinfo v0.0.0-20190219211824-4a357d4b90b1
2025-08-20T21:25:48.2919116Z [00:02:02.414]➜  go: downloading github.com/whyrusleeping/multiaddr-filter v0.0.0-20160516205228-e903e4adabd7
2025-08-20T21:25:48.2993236Z [00:02:02.422]➜  go: downloading golang.org/x/exp v0.0.0-20250813145105-42675adae3e6
2025-08-20T21:25:48.3262604Z [00:02:02.449]➜  go: downloading github.com/ipfs/go-test v0.2.3
2025-08-20T21:25:48.3409710Z [00:02:02.463]➜  go: downloading github.com/ipfs/go-ipld-cbor v0.2.1
2025-08-20T21:25:48.3536218Z [00:02:02.476]➜  go: downloading bazil.org/fuse v0.0.0-20200117225306-7b5117fecadc
2025-08-20T21:25:48.4001658Z [00:02:02.522]➜  go: downloading github.com/ipfs/go-detect-race v0.0.1
2025-08-20T21:25:48.4086074Z [00:02:02.531]➜  go: downloading github.com/ipfs/go-unixfsnode v1.10.1
2025-08-20T21:25:48.4273712Z [00:02:02.550]➜  go: downloading github.com/libp2p/go-doh-resolver v0.5.0
2025-08-20T21:25:48.4961720Z [00:02:02.618]➜  go: downloading github.com/jbenet/go-temp-err-catcher v0.1.0
2025-08-20T21:25:48.4964559Z [00:02:02.619]➜  go: downloading github.com/ipfs/go-ds-badger v0.3.4
2025-08-20T21:25:48.5436636Z [00:02:02.666]➜  go: downloading github.com/ceramicnetwork/go-dag-jose v0.1.1
2025-08-20T21:25:48.5487061Z [00:02:02.671]➜  go: downloading github.com/opentracing/opentracing-go v1.2.0
2025-08-20T21:25:48.5512886Z [00:02:02.674]➜  go: downloading github.com/caddyserver/certmagic v0.23.0
2025-08-20T21:25:48.5611501Z [00:02:02.684]➜  go: downloading github.com/cenkalti/backoff/v4 v4.3.0
2025-08-20T21:25:48.5784063Z [00:02:02.699]➜  go: downloading github.com/filecoin-project/go-clock v0.1.0
2025-08-20T21:25:48.5886491Z [00:02:02.711]➜  go: downloading github.com/libp2p/go-libp2p-routing-helpers v0.7.5
2025-08-20T21:25:48.5941050Z [00:02:02.716]➜  go: downloading github.com/ipfs/go-ds-flatfs v0.5.5
2025-08-20T21:25:48.5983797Z [00:02:02.721]➜  go: downloading github.com/ipfs/go-ds-leveldb v0.5.2
2025-08-20T21:25:48.5984784Z [00:02:02.721]➜  go: downloading github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58
2025-08-20T21:25:48.6113829Z [00:02:02.734]➜  go: downloading github.com/ipfs/go-ipld-git v0.1.1
2025-08-20T21:25:48.6138179Z [00:02:02.736]➜  go: downloading github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d
2025-08-20T21:25:48.6170656Z [00:02:02.739]➜  go: downloading go.uber.org/zap v1.27.0
2025-08-20T21:25:48.6262814Z [00:02:02.748]➜  go: downloading golang.org/x/crypto v0.41.0
2025-08-20T21:25:48.6587719Z [00:02:02.781]➜  go: downloading github.com/ipfs-shipyard/nopfs v0.0.14
2025-08-20T21:25:48.6798925Z [00:02:02.802]➜  go: downloading github.com/ipfs-shipyard/nopfs/ipfs v0.25.0
2025-08-20T21:25:48.6933447Z [00:02:02.816]➜  go: downloading github.com/ipfs/go-ds-pebble v0.5.1
2025-08-20T21:25:48.7223305Z [00:02:02.845]➜  go: downloading github.com/google/uuid v1.6.0
2025-08-20T21:25:48.7405062Z [00:02:02.863]➜  go: downloading github.com/ipfs/go-ds-measure v0.2.2
2025-08-20T21:25:48.7490421Z [00:02:02.871]➜  go: downloading github.com/ipfs/go-fs-lock v0.1.1
2025-08-20T21:25:48.7597540Z [00:02:02.882]➜  go: downloading github.com/miekg/dns v1.1.68
2025-08-20T21:25:48.7909446Z [00:02:02.913]➜  go: downloading github.com/julienschmidt/httprouter v1.3.0
2025-08-20T21:25:48.7922550Z [00:02:02.915]➜  go: downloading go.opentelemetry.io/otel/sdk v1.37.0
2025-08-20T21:25:48.8045594Z [00:02:02.927]➜  go: downloading github.com/tidwall/gjson v1.16.0
2025-08-20T21:25:48.8158144Z [00:02:02.938]➜  go: downloading github.com/tidwall/sjson v1.2.5
2025-08-20T21:25:48.8204452Z [00:02:02.943]➜  go: downloading golang.org/x/mod v0.27.0
2025-08-20T21:25:48.8540065Z [00:02:02.976]➜  go: downloading github.com/multiformats/go-varint v0.0.7
2025-08-20T21:25:48.8657029Z [00:02:02.988]➜  go: downloading github.com/mattn/go-isatty v0.0.20
2025-08-20T21:25:48.8734446Z [00:02:02.996]➜  go: downloading github.com/crackcomm/go-gitignore v0.0.0-20241020182519-7843d2ba8fdf
2025-08-20T21:25:48.8743559Z [00:02:02.997]➜  go: downloading github.com/mr-tron/base58 v1.2.0
2025-08-20T21:25:48.8746658Z [00:02:02.997]➜  go: downloading github.com/hashicorp/golang-lru/v2 v2.0.7
2025-08-20T21:25:48.8849690Z [00:02:03.007]➜  go: downloading github.com/hashicorp/golang-lru v1.0.2
2025-08-20T21:25:48.8869080Z [00:02:03.009]➜  go: downloading github.com/ipfs/bbloom v0.0.4
2025-08-20T21:25:48.8965410Z [00:02:03.019]➜  go: downloading github.com/texttheater/golang-levenshtein v1.0.1
2025-08-20T21:25:48.8968081Z [00:02:03.019]➜  go: downloading golang.org/x/term v0.34.0
2025-08-20T21:25:48.9044967Z [00:02:03.027]➜  go: downloading github.com/rs/cors v1.11.1
2025-08-20T21:25:48.9098827Z [00:02:03.032]➜  go: downloading github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0
2025-08-20T21:25:48.9233794Z [00:02:03.046]➜  go: downloading github.com/multiformats/go-multistream v0.6.1
2025-08-20T21:25:48.9361036Z [00:02:03.059]➜  go: downloading github.com/felixge/httpsnoop v1.0.4
2025-08-20T21:25:48.9514699Z [00:02:03.074]➜  go: downloading go.opentelemetry.io/otel/metric v1.37.0
2025-08-20T21:25:49.0535477Z [00:02:03.176]➜  go: downloading go.opentelemetry.io/contrib/propagators/aws v1.21.1
2025-08-20T21:25:49.0884864Z [00:02:03.211]➜  go: downloading go.opentelemetry.io/contrib/propagators/b3 v1.21.1
2025-08-20T21:25:49.1142105Z [00:02:03.237]➜  go: downloading go.opentelemetry.io/contrib/propagators/jaeger v1.21.1
2025-08-20T21:25:49.1323507Z [00:02:03.255]➜  go: downloading go.opentelemetry.io/contrib/propagators/ot v1.21.1
2025-08-20T21:25:49.1452466Z [00:02:03.268]➜  go: downloading github.com/beorn7/perks v1.0.1
2025-08-20T21:25:49.1575726Z [00:02:03.280]➜  go: downloading github.com/cespare/xxhash/v2 v2.3.0
2025-08-20T21:25:49.1708752Z [00:02:03.293]➜  go: downloading github.com/cespare/xxhash v1.1.0
2025-08-20T21:25:49.1798747Z [00:02:03.302]➜  go: downloading github.com/prometheus/client_model v0.6.2
2025-08-20T21:25:49.1945333Z [00:02:03.317]➜  go: downloading github.com/prometheus/common v0.65.0
2025-08-20T21:25:49.2401625Z [00:02:03.363]➜  go: downloading github.com/prometheus/procfs v0.17.0
2025-08-20T21:25:50.7203823Z [00:02:04.843]➜  go: downloading go.opentelemetry.io/otel/sdk/metric v1.37.0
2025-08-20T21:25:50.7204465Z [00:02:04.843]➜  go: downloading go.uber.org/goleak v1.3.0
2025-08-20T21:25:50.7409268Z [00:02:04.863]➜  go: downloading github.com/go-logr/logr v1.4.3
2025-08-20T21:25:50.7524116Z [00:02:04.875]➜  go: downloading github.com/go-logr/stdr v1.2.2
2025-08-20T21:25:50.7524888Z [00:02:04.875]➜  go: downloading github.com/google/go-cmp v0.7.0
2025-08-20T21:25:50.7547430Z [00:02:04.877]➜  go: downloading github.com/gammazero/deque v1.1.0
2025-08-20T21:25:50.7576915Z [00:02:04.880]➜  go: downloading github.com/ipfs/go-ipfs-delay v0.0.1
2025-08-20T21:25:50.7588928Z [00:02:04.881]➜  go: downloading github.com/whyrusleeping/base32 v0.0.0-20170828182744-c30ac30633cc
2025-08-20T21:25:50.7649330Z [00:02:04.887]➜  go: downloading github.com/gammazero/chanqueue v1.1.1
2025-08-20T21:25:50.7674420Z [00:02:04.890]➜  go: downloading go.uber.org/multierr v1.11.0
2025-08-20T21:25:50.7675717Z [00:02:04.890]➜  go: downloading github.com/gogo/protobuf v1.3.2
2025-08-20T21:25:50.7764279Z [00:02:04.897]➜  go: downloading github.com/libp2p/go-buffer-pool v0.1.0
2025-08-20T21:25:50.7786054Z [00:02:04.901]➜  go: downloading github.com/libp2p/go-msgio v0.3.0
2025-08-20T21:25:50.7848969Z [00:02:04.907]➜  go: downloading github.com/benbjohnson/clock v1.3.5
2025-08-20T21:25:50.7909166Z [00:02:04.913]➜  go: downloading github.com/ipfs/go-ipfs-ds-help v1.1.1
2025-08-20T21:25:50.7923423Z [00:02:04.915]➜  go: downloading github.com/libp2p/go-flow-metrics v0.3.0
2025-08-20T21:25:50.7925989Z [00:02:04.915]➜  go: downloading github.com/libp2p/zeroconf/v2 v2.2.0
2025-08-20T21:25:50.7992558Z [00:02:04.922]➜  go: downloading github.com/libp2p/go-netroute v0.2.2
2025-08-20T21:25:50.8026156Z [00:02:04.925]➜  go: downloading go.uber.org/mock v0.5.2
2025-08-20T21:25:50.8066465Z [00:02:04.929]➜  go: downloading github.com/multiformats/go-base32 v0.1.0
2025-08-20T21:25:50.8077850Z [00:02:04.930]➜  go: downloading github.com/multiformats/go-base36 v0.2.0
2025-08-20T21:25:50.8157241Z [00:02:04.938]➜  go: downloading github.com/polydawn/refmt v0.89.0
2025-08-20T21:25:50.8534542Z [00:02:04.976]➜  go: downloading github.com/frankban/quicktest v1.14.6
2025-08-20T21:25:50.8588264Z [00:02:04.981]➜  go: downloading github.com/mattn/go-runewidth v0.0.15
2025-08-20T21:25:50.8605324Z [00:02:04.983]➜  go: downloading github.com/fatih/color v1.15.0
2025-08-20T21:25:50.8672681Z [00:02:04.990]➜  go: downloading github.com/mattn/go-colorable v0.1.13
2025-08-20T21:25:50.8696510Z [00:02:04.992]➜  go: downloading github.com/gabriel-vasile/mimetype v1.4.9
2025-08-20T21:25:50.8763627Z [00:02:04.999]➜  go: downloading github.com/ipfs/go-ipfs-redirects-file v0.1.2
2025-08-20T21:25:50.8776389Z [00:02:05.000]➜  go: downloading github.com/alecthomas/units v0.0.0-20240927000941-0f3dac36c52b
2025-08-20T21:25:50.8840287Z [00:02:05.006]➜  go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
2025-08-20T21:25:50.8848040Z [00:02:05.007]➜  go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
2025-08-20T21:25:50.8977436Z [00:02:05.020]➜  go: downloading github.com/ipld/go-ipld-prime/storage/bsadapter v0.0.0-20230102063945-1a409dc236dd
2025-08-20T21:25:50.8989158Z [00:02:05.021]➜  go: downloading github.com/multiformats/go-multiaddr-fmt v0.1.0
2025-08-20T21:25:50.9092980Z [00:02:05.032]➜  go: downloading github.com/quic-go/quic-go v0.54.0
2025-08-20T21:25:50.9323153Z [00:02:05.052]➜  go: downloading github.com/prometheus/statsd_exporter v0.27.1
2025-08-20T21:25:50.9606972Z [00:02:05.083]➜  go: downloading github.com/gorilla/mux v1.8.1
2025-08-20T21:25:50.9721094Z [00:02:05.094]➜  go: downloading github.com/slok/go-http-metrics v0.13.0
2025-08-20T21:25:50.9964946Z [00:02:05.119]➜  go: downloading github.com/libp2p/go-libp2p-gostream v0.6.0
2025-08-20T21:25:51.0076490Z [00:02:05.129]➜  go: downloading github.com/klauspost/compress v1.18.0
2025-08-20T21:25:51.0112838Z [00:02:05.134]➜  go: downloading golang.org/x/tools v0.36.0
2025-08-20T21:25:51.0686166Z [00:02:05.191]➜  go: downloading github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568
2025-08-20T21:25:51.0736844Z [00:02:05.196]➜  go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
2025-08-20T21:25:51.0826334Z [00:02:05.205]➜  go: downloading github.com/google/gopacket v1.1.19
2025-08-20T21:25:51.1490728Z [00:02:05.271]➜  go: downloading github.com/whyrusleeping/go-keyspace v0.0.0-20160322163242-5b898ac5add1
2025-08-20T21:25:51.1557809Z [00:02:05.278]➜  go: downloading gonum.org/v1/gonum v0.16.0
2025-08-20T21:25:51.2035562Z [00:02:05.326]➜  go: downloading github.com/libp2p/go-libp2p-xor v0.1.0
2025-08-20T21:25:51.2112182Z [00:02:05.334]➜  go: downloading github.com/minio/sha256-simd v1.0.1
2025-08-20T21:25:51.2321476Z [00:02:05.354]➜  go: downloading github.com/whyrusleeping/chunker v0.0.0-20181014151217-fe64bd25879f
2025-08-20T21:25:51.2383910Z [00:02:05.360]➜  go: downloading github.com/whyrusleeping/cbor-gen v0.3.1
2025-08-20T21:25:51.2552187Z [00:02:05.378]➜  go: downloading github.com/cockroachdb/errors v1.11.3
2025-08-20T21:25:51.3129125Z [00:02:05.435]➜  go: downloading github.com/cockroachdb/fifo v0.0.0-20240606204812-0bbfbd93a7ce
2025-08-20T21:25:51.3201678Z [00:02:05.443]➜  go: downloading github.com/cockroachdb/redact v1.1.5
2025-08-20T21:25:51.3366790Z [00:02:05.459]➜  go: downloading github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06
2025-08-20T21:25:51.3421182Z [00:02:05.465]➜  go: downloading github.com/cockroachdb/crlib v0.0.0-20241015224233-894974b3ad94
2025-08-20T21:25:51.3594387Z [00:02:05.482]➜  go: downloading github.com/cockroachdb/datadriven v1.0.3-0.20240530155848-7682d40af056
2025-08-20T21:25:51.3817019Z [00:02:05.504]➜  go: downloading github.com/cockroachdb/metamorphic v0.0.0-20231108215700-4ba948b56895
2025-08-20T21:25:51.3897464Z [00:02:05.512]➜  go: downloading github.com/ghemawat/stream v0.0.0-20171120220530-696b145b53b9
2025-08-20T21:25:51.4018056Z [00:02:05.524]➜  go: downloading github.com/kr/pretty v0.3.1
2025-08-20T21:25:51.4092759Z [00:02:05.532]➜  go: downloading github.com/dgraph-io/badger v1.6.2
2025-08-20T21:25:51.4487998Z [00:02:05.571]➜  go: downloading github.com/mholt/acmez/v3 v3.1.2
2025-08-20T21:25:51.4645841Z [00:02:05.587]➜  go: downloading github.com/go-jose/go-jose/v4 v4.0.5
2025-08-20T21:25:51.4965286Z [00:02:05.619]➜  go: downloading github.com/warpfork/go-testmark v0.12.1
2025-08-20T21:25:51.5866188Z [00:02:05.709]➜  go: downloading pgregory.net/rapid v1.1.0
2025-08-20T21:25:51.6143796Z [00:02:05.737]➜  go: downloading github.com/libp2p/go-yamux/v5 v5.0.1
2025-08-20T21:25:51.6275193Z [00:02:05.750]➜  go: downloading github.com/libp2p/go-libp2p-asn-util v0.4.1
2025-08-20T21:25:51.6481272Z [00:02:05.771]➜  go: downloading github.com/flynn/noise v1.1.0
2025-08-20T21:25:51.6694004Z [00:02:05.792]➜  go: downloading github.com/marten-seemann/tcp v0.0.0-20210406111302-dfbc87cc63fd
2025-08-20T21:25:51.6705759Z [00:02:05.793]➜  go: downloading github.com/mikioh/tcpinfo v0.0.0-20190314235526-30a79bb1804b
2025-08-20T21:25:51.6841109Z [00:02:05.807]➜  go: downloading github.com/pion/datachannel v1.5.10
2025-08-20T21:25:51.6858949Z [00:02:05.808]➜  go: downloading github.com/pion/logging v0.2.3
2025-08-20T21:25:51.6916947Z [00:02:05.814]➜  go: downloading github.com/pion/sctp v1.8.39
2025-08-20T21:25:51.6964487Z [00:02:05.819]➜  go: downloading github.com/pion/webrtc/v4 v4.1.2
2025-08-20T21:25:51.7307493Z [00:02:05.853]➜  go: downloading github.com/caddyserver/zerossl v0.1.3
2025-08-20T21:25:51.7354935Z [00:02:05.858]➜  go: downloading github.com/klauspost/cpuid/v2 v2.3.0
2025-08-20T21:25:51.7444528Z [00:02:05.867]➜  go: downloading github.com/libdns/libdns v1.0.0-beta.1
2025-08-20T21:25:51.7517190Z [00:02:05.874]➜  go: downloading github.com/zeebo/blake3 v0.2.4
2025-08-20T21:25:51.7745242Z [00:02:05.897]➜  go: downloading go.uber.org/zap/exp v0.3.0
2025-08-20T21:25:51.7794900Z [00:02:05.902]➜  go: downloading golang.org/x/net v0.43.0
2025-08-20T21:25:51.7821230Z [00:02:05.905]➜  go: downloading github.com/gorilla/websocket v1.5.3
2025-08-20T21:25:51.7983084Z [00:02:05.921]➜  go: downloading github.com/quic-go/webtransport-go v0.9.0
2025-08-20T21:25:51.8140268Z [00:02:05.936]➜  go: downloading github.com/Jorropo/jsync v1.0.1
2025-08-20T21:25:51.8200042Z [00:02:05.942]➜  go: downloading github.com/alexbrainman/goissue34681 v0.0.0-20191006012335-3fc7a47baff5
2025-08-20T21:25:51.8251185Z [00:02:05.948]➜  go: downloading gopkg.in/yaml.v3 v3.0.1
2025-08-20T21:25:51.8309807Z [00:02:05.953]➜  go: downloading go4.org v0.0.0-20230225012048-214862532bf5
2025-08-20T21:25:51.8382650Z [00:02:05.961]➜  go: downloading github.com/ipfs/go-bitfield v1.1.0
2025-08-20T21:25:51.8478075Z [00:02:05.970]➜  go: downloading github.com/spaolacci/murmur3 v1.1.0
2025-08-20T21:25:51.8516754Z [00:02:05.974]➜  go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.37.0
2025-08-20T21:25:51.8670249Z [00:02:05.989]➜  go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.37.0
2025-08-20T21:25:51.8726668Z [00:02:05.995]➜  go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.37.0
2025-08-20T21:25:51.8753440Z [00:02:05.998]➜  go: downloading go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.37.0
2025-08-20T21:25:51.8821738Z [00:02:06.005]➜  go: downloading go.opentelemetry.io/otel/exporters/zipkin v1.37.0
2025-08-20T21:25:52.0029813Z [00:02:06.125]➜  go: downloading github.com/tidwall/match v1.1.1
2025-08-20T21:25:52.0030432Z [00:02:06.125]➜  go: downloading github.com/tidwall/pretty v1.2.1
2025-08-20T21:25:52.0151063Z [00:02:06.138]➜  go: downloading golang.org/x/oauth2 v0.30.0
2025-08-20T21:25:52.0186360Z [00:02:06.141]➜  go: downloading github.com/decred/dcrd/crypto/blake256 v1.1.0
2025-08-20T21:25:52.0191904Z [00:02:06.142]➜  go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
2025-08-20T21:25:52.0269315Z [00:02:06.149]➜  go: downloading go.opentelemetry.io/auto/sdk v1.1.0
2025-08-20T21:25:52.0346004Z [00:02:06.157]➜  go: downloading github.com/libp2p/go-cidranger v1.1.0
2025-08-20T21:25:52.0397059Z [00:02:06.162]➜  go: downloading github.com/warpfork/go-wish v0.0.0-20220906213052-39a1cc7a02d0
2025-08-20T21:25:52.0453555Z [00:02:06.168]➜  go: downloading gopkg.in/yaml.v2 v2.4.0
2025-08-20T21:25:52.0513630Z [00:02:06.174]➜  go: downloading github.com/rivo/uniseg v0.4.4
2025-08-20T21:25:52.0590305Z [00:02:06.181]➜  go: downloading github.com/ucarion/urlpath v0.0.0-20200424170820-7ccc79b76bbb
2025-08-20T21:25:52.0597466Z [00:02:06.182]➜  go: downloading github.com/petar/GoLLRB v0.0.0-20210522233825-ae3b015fd3e9
2025-08-20T21:25:52.0648140Z [00:02:06.187]➜  go: downloading github.com/whyrusleeping/cbor v0.0.0-20171005072247-63513f603b11
2025-08-20T21:25:52.0718282Z [00:02:06.194]➜  go: downloading golang.org/x/time v0.12.0
2025-08-20T21:25:52.0794023Z [00:02:06.202]➜  go: downloading github.com/go-kit/log v0.2.1
2025-08-20T21:25:52.0910071Z [00:02:06.213]➜  go: downloading github.com/stretchr/objx v0.5.2
2025-08-20T21:25:52.1011999Z [00:02:06.224]➜  go: downloading github.com/ipfs/go-ipfs-blockstore v1.3.1
2025-08-20T21:25:52.1036213Z [00:02:06.226]➜  go: downloading github.com/kylelemons/godebug v1.1.0
2025-08-20T21:25:52.1281025Z [00:02:06.250]➜  go: downloading google.golang.org/grpc v1.73.0
2025-08-20T21:25:52.4323507Z [00:02:06.555]➜  go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
2025-08-20T21:25:52.4324479Z [00:02:06.555]➜  go: downloading github.com/golang/protobuf v1.5.4
2025-08-20T21:25:52.4359692Z [00:02:06.558]➜  go: downloading github.com/ipfs/go-peertaskqueue v0.8.2
2025-08-20T21:25:52.4446742Z [00:02:06.567]➜  go: downloading github.com/smartystreets/goconvey v1.7.2
2025-08-20T21:25:52.4447603Z [00:02:06.567]➜  go: downloading golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da
2025-08-20T21:25:52.4562460Z [00:02:06.579]➜  go: downloading github.com/tv42/httpunix v0.0.0-20191220191345-2ba4b9c3382c
2025-08-20T21:25:52.4646204Z [00:02:06.587]➜  go: downloading github.com/cskr/pubsub v1.0.2
2025-08-20T21:25:52.4683904Z [00:02:06.591]➜  go: downloading github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b
2025-08-20T21:25:52.4690079Z [00:02:06.591]➜  go: downloading github.com/getsentry/sentry-go v0.27.0
2025-08-20T21:25:52.4767298Z [00:02:06.599]➜  go: downloading github.com/pkg/errors v0.9.1
2025-08-20T21:25:52.4837942Z [00:02:06.606]➜  go: downloading github.com/cockroachdb/swiss v0.0.0-20250624142022-d6e517c1d961
2025-08-20T21:25:52.4944141Z [00:02:06.617]➜  go: downloading github.com/DataDog/zstd v1.5.6-0.20230824185856-869dae002e5e
2025-08-20T21:25:52.5142211Z [00:02:06.637]➜  go: downloading github.com/golang/snappy v0.0.5-0.20231225225746-43d5d4cd4e0e
2025-08-20T21:25:52.5270963Z [00:02:06.650]➜  go: downloading github.com/kr/text v0.2.0
2025-08-20T21:25:52.5369869Z [00:02:06.659]➜  go: downloading github.com/rogpeppe/go-internal v1.13.1
2025-08-20T21:25:52.5431913Z [00:02:06.666]➜  go: downloading github.com/dgraph-io/ristretto v0.0.2
2025-08-20T21:25:52.5564299Z [00:02:06.679]➜  go: downloading github.com/libp2p/go-reuseport v0.4.0
2025-08-20T21:25:52.5625494Z [00:02:06.685]➜  go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
2025-08-20T21:25:52.5671969Z [00:02:06.690]➜  go: downloading github.com/mikioh/tcpopt v0.0.0-20190314235656-172688c1accc
2025-08-20T21:25:52.5721456Z [00:02:06.695]➜  go: downloading github.com/mikioh/tcp v0.0.0-20190314235350-803a9b46060c
2025-08-20T21:25:52.5752824Z [00:02:06.698]➜  go: downloading github.com/pion/ice/v4 v4.0.10
2025-08-20T21:25:52.5781322Z [00:02:06.701]➜  go: downloading github.com/pion/stun v0.6.1
2025-08-20T21:25:52.5858747Z [00:02:06.708]➜  go: downloading github.com/pion/transport/v3 v3.0.7
2025-08-20T21:25:52.6220592Z [00:02:06.744]➜  go: downloading github.com/zeebo/assert v1.1.0
2025-08-20T21:25:52.6326352Z [00:02:06.755]➜  go: downloading github.com/pion/dtls/v3 v3.0.6
2025-08-20T21:25:52.7008788Z [00:02:06.823]➜  go: downloading github.com/pion/interceptor v0.1.40
2025-08-20T21:25:52.7900793Z [00:02:06.912]➜  go: downloading github.com/pion/randutil v0.1.0
2025-08-20T21:25:52.7901366Z [00:02:06.912]➜  go: downloading github.com/pion/rtcp v1.2.15
2025-08-20T21:25:52.7901855Z [00:02:06.912]➜  go: downloading github.com/pion/rtp v1.8.19
2025-08-20T21:25:52.8127706Z [00:02:06.935]➜  go: downloading github.com/pion/sdp/v3 v3.0.13
2025-08-20T21:25:52.8150928Z [00:02:06.938]➜  go: downloading github.com/pion/srtp/v3 v3.0.6
2025-08-20T21:25:52.8151725Z [00:02:06.938]➜  go: downloading github.com/pion/stun/v3 v3.0.0
2025-08-20T21:25:52.8272527Z [00:02:06.950]➜  go: downloading github.com/quic-go/qpack v0.5.1
2025-08-20T21:25:52.8369873Z [00:02:06.959]➜  go: downloading github.com/onsi/ginkgo v1.16.5
2025-08-20T21:25:52.8429973Z [00:02:06.965]➜  go: downloading github.com/onsi/gomega v1.36.3
2025-08-20T21:25:52.8588391Z [00:02:06.981]➜  go: downloading go.opentelemetry.io/proto/otlp v1.7.0
2025-08-20T21:25:52.8821004Z [00:02:07.004]➜  go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822
2025-08-20T21:25:52.9005113Z [00:02:07.023]➜  go: downloading github.com/openzipkin/zipkin-go v0.4.3
2025-08-20T21:25:52.9358812Z [00:02:07.058]➜  go: downloading golang.org/x/text v0.28.0
2025-08-20T21:25:53.4812453Z [00:02:07.604]➜  go: downloading github.com/huin/goupnp v1.3.0
2025-08-20T21:25:53.4980629Z [00:02:07.620]➜  go: downloading github.com/jackpal/go-nat-pmp v1.0.2
2025-08-20T21:25:53.4981439Z [00:02:07.620]➜  go: downloading github.com/koron/go-ssdp v0.0.6
2025-08-20T21:25:53.4982230Z [00:02:07.620]➜  go: downloading lukechampine.com/blake3 v1.4.1
2025-08-20T21:25:53.5038899Z [00:02:07.626]➜  go: downloading github.com/davidlazar/go-crypto v0.0.0-20200604182044-b73af7476f6c
2025-08-20T21:25:53.5092866Z [00:02:07.632]➜  go: downloading github.com/francoispqt/gojay v1.2.13
2025-08-20T21:25:53.5118009Z [00:02:07.634]➜  go: downloading github.com/go-logfmt/logfmt v0.6.0
2025-08-20T21:25:53.5186465Z [00:02:07.641]➜  go: downloading github.com/ipfs/go-log v1.0.5
2025-08-20T21:25:53.5198004Z [00:02:07.642]➜  go: downloading go.uber.org/atomic v1.11.0
2025-08-20T21:25:53.5349217Z [00:02:07.657]➜  go: downloading github.com/ipfs/go-ipfs-pq v0.0.3
2025-08-20T21:25:53.5585013Z [00:02:07.681]➜  go: downloading github.com/aclements/go-perfevent v0.0.0-20240301234650-f7843625020f
2025-08-20T21:25:53.5677413Z [00:02:07.690]➜  go: downloading github.com/go-errors/errors v1.4.2
2025-08-20T21:25:53.5710112Z [00:02:07.693]➜  go: downloading github.com/pingcap/errors v0.11.4
2025-08-20T21:25:53.5721732Z [00:02:07.695]➜  go: downloading github.com/jtolds/gls v4.20.0+incompatible
2025-08-20T21:25:53.5780363Z [00:02:07.700]➜  go: downloading github.com/smartystreets/assertions v1.2.0
2025-08-20T21:25:53.5799515Z [00:02:07.702]➜  go: downloading github.com/AndreasBriese/bbloom v0.0.0-20190825152654-46b345b51c96
2025-08-20T21:25:53.5836736Z [00:02:07.706]➜  go: downloading github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13
2025-08-20T21:25:53.5909599Z [00:02:07.713]➜  go: downloading github.com/pion/mdns/v2 v2.0.7
2025-08-20T21:25:53.5941884Z [00:02:07.717]➜  go: downloading github.com/pion/turn/v4 v4.0.2
2025-08-20T21:25:53.6001055Z [00:02:07.722]➜  go: downloading github.com/pion/dtls/v2 v2.2.12
2025-08-20T21:25:53.6009411Z [00:02:07.723]➜  go: downloading github.com/pion/transport/v2 v2.2.10
2025-08-20T21:25:53.6396133Z [00:02:07.762]➜  go: downloading github.com/cenkalti/backoff/v5 v5.0.2
2025-08-20T21:25:53.6469740Z [00:02:07.769]➜  go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1
2025-08-20T21:25:53.6811478Z [00:02:07.803]➜  go: downloading github.com/gopherjs/gopherjs v0.0.0-20190430165422-3e4dfb77656c
2025-08-20T21:25:53.7300622Z [00:02:07.852]➜  go: downloading github.com/OneOfOne/xxhash v1.2.2
2025-08-20T21:25:53.7804735Z [00:02:07.903]➜  go: downloading github.com/wlynxg/anet v0.0.5
2025-08-20T21:25:53.7808096Z [00:02:07.903]➜  go: downloading github.com/nxadm/tail v1.4.8
2025-08-20T21:25:53.7930410Z [00:02:07.915]➜  go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822
2025-08-20T21:25:53.8208045Z [00:02:07.943]➜  go: downloading github.com/zeebo/pcg v1.0.1
2025-08-20T21:25:53.8326034Z [00:02:07.955]➜  go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
2025-08-20T21:25:54.6289760Z [00:02:08.751]➜  + go generate ./...
2025-08-20T21:25:54.8550444Z [00:02:08.977]➜  + go build -C ./cmd/ipfs -x -v -trimpath -buildmode=pie '-ldflags=-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''' -o /build-bins/kubo
2025-08-20T21:25:54.8576005Z [00:02:08.980]➜  WORK=/tmp/go-build548448651
2025-08-20T21:25:54.9185006Z [00:02:09.041]➜  # get https://proxy.golang.org/golang.org/x/crypto/@v/v0.41.0.info
2025-08-20T21:25:54.9490662Z [00:02:09.071]➜  # get https://proxy.golang.org/golang.org/x/crypto/@v/v0.41.0.info: 200 OK (0.030s)
2025-08-20T21:25:54.9499327Z [00:02:09.072]➜  # get https://proxy.golang.org/golang.org/x/sys/@v/v0.35.0.info
2025-08-20T21:25:54.9524042Z [00:02:09.075]➜  # get https://proxy.golang.org/golang.org/x/sys/@v/v0.35.0.info: 200 OK (0.002s)
2025-08-20T21:25:54.9534351Z [00:02:09.076]➜  # get https://proxy.golang.org/golang.org/x/net/@v/v0.43.0.info
2025-08-20T21:25:54.9561180Z [00:02:09.079]➜  # get https://proxy.golang.org/golang.org/x/net/@v/v0.43.0.info: 200 OK (0.003s)
2025-08-20T21:25:54.9585060Z [00:02:09.081]➜  # get https://proxy.golang.org/golang.org/x/text/@v/v0.28.0.info
2025-08-20T21:25:54.9624374Z [00:02:09.085]➜  # get https://proxy.golang.org/golang.org/x/text/@v/v0.28.0.info: 200 OK (0.004s)
2025-08-20T21:25:54.9633254Z [00:02:09.086]➜  # get https://proxy.golang.org/github.com/blang/semver/v4/@v/v4.0.0.info
2025-08-20T21:25:54.9657676Z [00:02:09.088]➜  # get https://proxy.golang.org/github.com/blang/semver/v4/@v/v4.0.0.info: 200 OK (0.002s)
2025-08-20T21:25:54.9660767Z [00:02:09.088]➜  # get https://proxy.golang.org/github.com/coreos/go-systemd/v22/@v/v22.5.0.info
2025-08-20T21:25:54.9693986Z [00:02:09.092]➜  # get https://proxy.golang.org/github.com/coreos/go-systemd/v22/@v/v22.5.0.info: 200 OK (0.003s)
2025-08-20T21:25:54.9696591Z [00:02:09.092]➜  # get https://proxy.golang.org/github.com/ipfs/boxo/@v/v0.34.0.info
2025-08-20T21:25:54.9718002Z [00:02:09.094]➜  # get https://proxy.golang.org/github.com/ipfs/boxo/@v/v0.34.0.info: 200 OK (0.002s)
2025-08-20T21:25:54.9722786Z [00:02:09.095]➜  # get https://proxy.golang.org/github.com/crackcomm/go-gitignore/@v/v0.0.0-20241020182519-7843d2ba8fdf.info
2025-08-20T21:25:54.9844513Z [00:02:09.107]➜  # get https://proxy.golang.org/github.com/crackcomm/go-gitignore/@v/v0.0.0-20241020182519-7843d2ba8fdf.info: 200 OK (0.012s)
2025-08-20T21:25:54.9855594Z [00:02:09.108]➜  # get https://proxy.golang.org/github.com/gammazero/deque/@v/v1.1.0.info
2025-08-20T21:25:54.9893426Z [00:02:09.112]➜  # get https://proxy.golang.org/github.com/gammazero/deque/@v/v1.1.0.info: 200 OK (0.004s)
2025-08-20T21:25:54.9897793Z [00:02:09.112]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/@v/v1.37.0.info
2025-08-20T21:25:54.9923462Z [00:02:09.115]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/@v/v1.37.0.info: 200 OK (0.002s)
2025-08-20T21:25:54.9925746Z [00:02:09.115]➜  # get https://proxy.golang.org/github.com/go-logr/logr/@v/v1.4.3.info
2025-08-20T21:25:54.9963589Z [00:02:09.119]➜  # get https://proxy.golang.org/github.com/go-logr/logr/@v/v1.4.3.info: 200 OK (0.004s)
2025-08-20T21:25:54.9968437Z [00:02:09.119]➜  # get https://proxy.golang.org/github.com/go-logr/stdr/@v/v1.2.2.info
2025-08-20T21:25:54.9991300Z [00:02:09.121]➜  # get https://proxy.golang.org/github.com/go-logr/stdr/@v/v1.2.2.info: 200 OK (0.002s)
2025-08-20T21:25:54.9995063Z [00:02:09.122]➜  # get https://proxy.golang.org/go.opentelemetry.io/auto/sdk/@v/v1.1.0.info
2025-08-20T21:25:55.0017509Z [00:02:09.124]➜  # get https://proxy.golang.org/go.opentelemetry.io/auto/sdk/@v/v1.1.0.info: 200 OK (0.002s)
2025-08-20T21:25:55.0026071Z [00:02:09.125]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/trace/@v/v1.37.0.info
2025-08-20T21:25:55.0048691Z [00:02:09.127]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/trace/@v/v1.37.0.info: 200 OK (0.002s)
2025-08-20T21:25:55.0054408Z [00:02:09.128]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/metric/@v/v1.37.0.info
2025-08-20T21:25:55.0083879Z [00:02:09.131]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/metric/@v/v1.37.0.info: 200 OK (0.003s)
2025-08-20T21:25:55.0090524Z [00:02:09.131]➜  # get https://proxy.golang.org/github.com/hashicorp/golang-lru/v2/@v/v2.0.7.info
2025-08-20T21:25:55.0114054Z [00:02:09.134]➜  # get https://proxy.golang.org/github.com/hashicorp/golang-lru/v2/@v/v2.0.7.info: 200 OK (0.002s)
2025-08-20T21:25:55.0118196Z [00:02:09.134]➜  # get https://proxy.golang.org/github.com/ipfs/bbloom/@v/v0.0.4.info
2025-08-20T21:25:55.0142291Z [00:02:09.137]➜  # get https://proxy.golang.org/github.com/ipfs/bbloom/@v/v0.0.4.info: 200 OK (0.002s)
2025-08-20T21:25:55.0145024Z [00:02:09.137]➜  # get https://proxy.golang.org/github.com/ipfs/go-cid/@v/v0.5.0.info
2025-08-20T21:25:55.0169524Z [00:02:09.139]➜  # get https://proxy.golang.org/github.com/ipfs/go-cid/@v/v0.5.0.info: 200 OK (0.002s)
2025-08-20T21:25:55.0171788Z [00:02:09.140]➜  # get https://proxy.golang.org/github.com/multiformats/go-multibase/@v/v0.2.0.info
2025-08-20T21:25:55.0205188Z [00:02:09.143]➜  # get https://proxy.golang.org/github.com/multiformats/go-multibase/@v/v0.2.0.info: 200 OK (0.003s)
2025-08-20T21:25:55.0207931Z [00:02:09.143]➜  # get https://proxy.golang.org/github.com/mr-tron/base58/@v/v1.2.0.info
2025-08-20T21:25:55.0232834Z [00:02:09.146]➜  # get https://proxy.golang.org/github.com/mr-tron/base58/@v/v1.2.0.info: 200 OK (0.002s)
2025-08-20T21:25:55.0235191Z [00:02:09.146]➜  # get https://proxy.golang.org/github.com/multiformats/go-base32/@v/v0.1.0.info
2025-08-20T21:25:55.0258202Z [00:02:09.148]➜  # get https://proxy.golang.org/github.com/multiformats/go-base32/@v/v0.1.0.info: 200 OK (0.002s)
2025-08-20T21:25:55.0261159Z [00:02:09.149]➜  # get https://proxy.golang.org/github.com/multiformats/go-base36/@v/v0.2.0.info
2025-08-20T21:25:55.0285211Z [00:02:09.151]➜  # get https://proxy.golang.org/github.com/multiformats/go-base36/@v/v0.2.0.info: 200 OK (0.002s)
2025-08-20T21:25:55.0287904Z [00:02:09.151]➜  # get https://proxy.golang.org/github.com/multiformats/go-multihash/@v/v0.2.3.info
2025-08-20T21:25:55.0309842Z [00:02:09.153]➜  # get https://proxy.golang.org/github.com/multiformats/go-multihash/@v/v0.2.3.info: 200 OK (0.002s)
2025-08-20T21:25:55.0318004Z [00:02:09.154]➜  # get https://proxy.golang.org/lukechampine.com/blake3/@v/v1.4.1.info
2025-08-20T21:25:55.0342914Z [00:02:09.157]➜  # get https://proxy.golang.org/lukechampine.com/blake3/@v/v1.4.1.info: 200 OK (0.002s)
2025-08-20T21:25:55.0347768Z [00:02:09.157]➜  # get https://proxy.golang.org/github.com/klauspost/cpuid/v2/@v/v2.3.0.info
2025-08-20T21:25:55.0405166Z [00:02:09.163]➜  # get https://proxy.golang.org/github.com/klauspost/cpuid/v2/@v/v2.3.0.info: 200 OK (0.006s)
2025-08-20T21:25:55.0409427Z [00:02:09.163]➜  # get https://proxy.golang.org/github.com/spaolacci/murmur3/@v/v1.1.0.info
2025-08-20T21:25:55.0435666Z [00:02:09.166]➜  # get https://proxy.golang.org/github.com/spaolacci/murmur3/@v/v1.1.0.info: 200 OK (0.003s)
2025-08-20T21:25:55.0440788Z [00:02:09.167]➜  # get https://proxy.golang.org/github.com/multiformats/go-varint/@v/v0.0.7.info
2025-08-20T21:25:55.0466155Z [00:02:09.169]➜  # get https://proxy.golang.org/github.com/multiformats/go-varint/@v/v0.0.7.info: 200 OK (0.002s)
2025-08-20T21:25:55.0470112Z [00:02:09.169]➜  # get https://proxy.golang.org/github.com/ipfs/go-datastore/@v/v0.8.3.info
2025-08-20T21:25:55.3396776Z [00:02:09.462]➜  # get https://proxy.golang.org/github.com/ipfs/go-datastore/@v/v0.8.3.info: 200 OK (0.292s)
2025-08-20T21:25:55.3400795Z [00:02:09.462]➜  # get https://proxy.golang.org/github.com/google/uuid/@v/v1.6.0.info
2025-08-20T21:25:55.3441906Z [00:02:09.467]➜  # get https://proxy.golang.org/github.com/google/uuid/@v/v1.6.0.info: 200 OK (0.004s)
2025-08-20T21:25:55.3446112Z [00:02:09.467]➜  # get https://proxy.golang.org/github.com/ipfs/go-block-format/@v/v0.2.2.info
2025-08-20T21:25:55.3475001Z [00:02:09.470]➜  # get https://proxy.golang.org/github.com/ipfs/go-block-format/@v/v0.2.2.info: 200 OK (0.003s)
2025-08-20T21:25:55.3481346Z [00:02:09.471]➜  # get https://proxy.golang.org/github.com/ipfs/go-ipld-format/@v/v0.6.2.info
2025-08-20T21:25:55.3505579Z [00:02:09.473]➜  # get https://proxy.golang.org/github.com/ipfs/go-ipld-format/@v/v0.6.2.info: 200 OK (0.002s)
2025-08-20T21:25:55.3508032Z [00:02:09.473]➜  # get https://proxy.golang.org/github.com/ipfs/go-log/v2/@v/v2.8.1.info
2025-08-20T21:25:55.3541009Z [00:02:09.477]➜  # get https://proxy.golang.org/github.com/ipfs/go-log/v2/@v/v2.8.1.info: 200 OK (0.003s)
2025-08-20T21:25:55.3543837Z [00:02:09.477]➜  # get https://proxy.golang.org/github.com/mattn/go-isatty/@v/v0.0.20.info
2025-08-20T21:25:55.3571163Z [00:02:09.480]➜  # get https://proxy.golang.org/github.com/mattn/go-isatty/@v/v0.0.20.info: 200 OK (0.003s)
2025-08-20T21:25:55.3574387Z [00:02:09.480]➜  # get https://proxy.golang.org/go.uber.org/zap/@v/v1.27.0.info
2025-08-20T21:25:55.3596655Z [00:02:09.482]➜  # get https://proxy.golang.org/go.uber.org/zap/@v/v1.27.0.info: 200 OK (0.002s)
2025-08-20T21:25:55.3600299Z [00:02:09.482]➜  # get https://proxy.golang.org/go.uber.org/multierr/@v/v1.11.0.info
2025-08-20T21:25:55.3621491Z [00:02:09.485]➜  # get https://proxy.golang.org/go.uber.org/multierr/@v/v1.11.0.info: 200 OK (0.002s)
2025-08-20T21:25:55.3631039Z [00:02:09.486]➜  # get https://proxy.golang.org/github.com/ipfs/go-metrics-interface/@v/v0.3.0.info
2025-08-20T21:25:55.3665195Z [00:02:09.489]➜  # get https://proxy.golang.org/github.com/ipfs/go-metrics-interface/@v/v0.3.0.info: 200 OK (0.003s)
2025-08-20T21:25:55.3668360Z [00:02:09.489]➜  # get https://proxy.golang.org/github.com/libp2p/go-libp2p-routing-helpers/@v/v0.7.5.info
2025-08-20T21:25:55.3692114Z [00:02:09.492]➜  # get https://proxy.golang.org/github.com/libp2p/go-libp2p-routing-helpers/@v/v0.7.5.info: 200 OK (0.002s)
2025-08-20T21:25:55.3694486Z [00:02:09.492]➜  # get https://proxy.golang.org/github.com/%21jorropo/jsync/@v/v1.0.1.info
2025-08-20T21:25:55.3721129Z [00:02:09.495]➜  # get https://proxy.golang.org/github.com/%21jorropo/jsync/@v/v1.0.1.info: 200 OK (0.003s)
2025-08-20T21:25:55.3724013Z [00:02:09.495]➜  # get https://proxy.golang.org/github.com/libp2p/go-libp2p-record/@v/v0.3.1.info
2025-08-20T21:25:55.3746148Z [00:02:09.497]➜  # get https://proxy.golang.org/github.com/libp2p/go-libp2p-record/@v/v0.3.1.info: 200 OK (0.002s)
2025-08-20T21:25:55.3750111Z [00:02:09.497]➜  # get https://proxy.golang.org/google.golang.org/protobuf/@v/v1.36.7.info
2025-08-20T21:25:55.3772662Z [00:02:09.500]➜  # get https://proxy.golang.org/google.golang.org/protobuf/@v/v1.36.7.info: 200 OK (0.002s)
2025-08-20T21:25:55.3815108Z [00:02:09.504]➜  # get https://proxy.golang.org/github.com/libp2p/go-libp2p/@v/v0.43.0.info
2025-08-20T21:25:55.3823434Z [00:02:09.505]➜  # get https://proxy.golang.org/github.com/libp2p/go-libp2p/@v/v0.43.0.info: 200 OK (0.003s)
2025-08-20T21:25:55.3827166Z [00:02:09.505]➜  # get https://proxy.golang.org/github.com/decred/dcrd/dcrec/secp256k1/v4/@v/v4.4.0.info
2025-08-20T21:25:55.3850891Z [00:02:09.507]➜  # get https://proxy.golang.org/github.com/decred/dcrd/dcrec/secp256k1/v4/@v/v4.4.0.info: 200 OK (0.002s)
2025-08-20T21:25:55.3858074Z [00:02:09.508]➜  # get https://proxy.golang.org/github.com/libp2p/go-buffer-pool/@v/v0.1.0.info
2025-08-20T21:25:55.3884855Z [00:02:09.511]➜  # get https://proxy.golang.org/github.com/libp2p/go-buffer-pool/@v/v0.1.0.info: 200 OK (0.003s)
2025-08-20T21:25:55.3888408Z [00:02:09.511]➜  # get https://proxy.golang.org/github.com/multiformats/go-multiaddr/@v/v0.16.1.info
2025-08-20T21:25:55.3911724Z [00:02:09.514]➜  # get https://proxy.golang.org/github.com/multiformats/go-multiaddr/@v/v0.16.1.info: 200 OK (0.002s)
2025-08-20T21:25:55.3916642Z [00:02:09.514]➜  # get https://proxy.golang.org/golang.org/x/exp/@v/v0.0.0-20250813145105-42675adae3e6.info
2025-08-20T21:25:55.3946564Z [00:02:09.517]➜  # get https://proxy.golang.org/golang.org/x/exp/@v/v0.0.0-20250813145105-42675adae3e6.info: 200 OK (0.003s)
2025-08-20T21:25:55.3949676Z [00:02:09.517]➜  # get https://proxy.golang.org/github.com/multiformats/go-multicodec/@v/v0.9.2.info
2025-08-20T21:25:55.3972831Z [00:02:09.520]➜  # get https://proxy.golang.org/github.com/multiformats/go-multicodec/@v/v0.9.2.info: 200 OK (0.002s)
2025-08-20T21:25:55.3980683Z [00:02:09.520]➜  # get https://proxy.golang.org/github.com/ipfs/go-ipld-legacy/@v/v0.2.2.info
2025-08-20T21:25:55.4008864Z [00:02:09.523]➜  # get https://proxy.golang.org/github.com/ipfs/go-ipld-legacy/@v/v0.2.2.info: 200 OK (0.003s)
2025-08-20T21:25:55.4012144Z [00:02:09.524]➜  # get https://proxy.golang.org/github.com/ipld/go-ipld-prime/@v/v0.21.0.info
2025-08-20T21:25:55.4037898Z [00:02:09.526]➜  # get https://proxy.golang.org/github.com/ipld/go-ipld-prime/@v/v0.21.0.info: 200 OK (0.002s)
2025-08-20T21:25:55.4053836Z [00:02:09.528]➜  # get https://proxy.golang.org/github.com/polydawn/refmt/@v/v0.89.0.info
2025-08-20T21:25:55.4077460Z [00:02:09.530]➜  # get https://proxy.golang.org/github.com/polydawn/refmt/@v/v0.89.0.info: 200 OK (0.002s)
2025-08-20T21:25:55.4086678Z [00:02:09.531]➜  # get https://proxy.golang.org/github.com/ipld/go-codec-dagpb/@v/v1.7.0.info
2025-08-20T21:25:55.4114607Z [00:02:09.534]➜  # get https://proxy.golang.org/github.com/ipld/go-codec-dagpb/@v/v1.7.0.info: 200 OK (0.003s)
2025-08-20T21:25:55.4124148Z [00:02:09.535]➜  # get https://proxy.golang.org/golang.org/x/oauth2/@v/v0.30.0.info
2025-08-20T21:25:55.4153463Z [00:02:09.538]➜  # get https://proxy.golang.org/golang.org/x/oauth2/@v/v0.30.0.info: 200 OK (0.003s)
2025-08-20T21:25:55.4159739Z [00:02:09.538]➜  # get https://proxy.golang.org/github.com/ipfs/go-ipfs-cmds/@v/v0.15.0.info
2025-08-20T21:25:55.7114672Z [00:02:09.834]➜  # get https://proxy.golang.org/github.com/ipfs/go-ipfs-cmds/@v/v0.15.0.info: 200 OK (0.295s)
2025-08-20T21:25:55.7120582Z [00:02:09.834]➜  # get https://proxy.golang.org/github.com/texttheater/golang-levenshtein/@v/v1.0.1.info
2025-08-20T21:25:55.7153070Z [00:02:09.838]➜  # get https://proxy.golang.org/github.com/texttheater/golang-levenshtein/@v/v1.0.1.info: 200 OK (0.003s)
2025-08-20T21:25:55.7156436Z [00:02:09.838]➜  # get https://proxy.golang.org/golang.org/x/term/@v/v0.34.0.info
2025-08-20T21:25:55.7179051Z [00:02:09.840]➜  # get https://proxy.golang.org/golang.org/x/term/@v/v0.34.0.info: 200 OK (0.002s)
2025-08-20T21:25:55.7184794Z [00:02:09.841]➜  # get https://proxy.golang.org/github.com/rs/cors/@v/v1.11.1.info
2025-08-20T21:25:55.7208929Z [00:02:09.843]➜  # get https://proxy.golang.org/github.com/rs/cors/@v/v1.11.1.info: 200 OK (0.002s)
2025-08-20T21:25:55.7213857Z [00:02:09.844]➜  # get https://proxy.golang.org/github.com/ipfs/go-metrics-prometheus/@v/v0.1.0.info
2025-08-20T21:25:55.7238923Z [00:02:09.846]➜  # get https://proxy.golang.org/github.com/ipfs/go-metrics-prometheus/@v/v0.1.0.info: 200 OK (0.002s)
2025-08-20T21:25:55.7243560Z [00:02:09.847]➜  # get https://proxy.golang.org/github.com/prometheus/client_golang/@v/v1.23.0.info
2025-08-20T21:25:55.7266615Z [00:02:09.849]➜  # get https://proxy.golang.org/github.com/prometheus/client_golang/@v/v1.23.0.info: 200 OK (0.002s)
2025-08-20T21:25:55.7269712Z [00:02:09.849]➜  # get https://proxy.golang.org/github.com/beorn7/perks/@v/v1.0.1.info
2025-08-20T21:25:55.7295085Z [00:02:09.852]➜  # get https://proxy.golang.org/github.com/beorn7/perks/@v/v1.0.1.info: 200 OK (0.003s)
2025-08-20T21:25:55.7297652Z [00:02:09.852]➜  # get https://proxy.golang.org/github.com/cespare/xxhash/v2/@v/v2.3.0.info
2025-08-20T21:25:55.7320358Z [00:02:09.854]➜  # get https://proxy.golang.org/github.com/cespare/xxhash/v2/@v/v2.3.0.info: 200 OK (0.002s)
2025-08-20T21:25:55.7324138Z [00:02:09.855]➜  # get https://proxy.golang.org/github.com/prometheus/client_model/@v/v0.6.2.info
2025-08-20T21:25:55.7348023Z [00:02:09.857]➜  # get https://proxy.golang.org/github.com/prometheus/client_model/@v/v0.6.2.info: 200 OK (0.002s)
2025-08-20T21:25:55.7352117Z [00:02:09.858]➜  # get https://proxy.golang.org/github.com/prometheus/common/@v/v0.65.0.info
2025-08-20T21:25:55.7377069Z [00:02:09.860]➜  # get https://proxy.golang.org/github.com/prometheus/common/@v/v0.65.0.info: 200 OK (0.002s)
2025-08-20T21:25:55.7381868Z [00:02:09.861]➜  # get https://proxy.golang.org/github.com/munnerz/goautoneg/@v/v0.0.0-20191010083416-a7dc8b61c822.info
2025-08-20T21:25:55.7416953Z [00:02:09.864]➜  # get https://proxy.golang.org/github.com/munnerz/goautoneg/@v/v0.0.0-20191010083416-a7dc8b61c822.info: 200 OK (0.003s)
2025-08-20T21:25:55.7423242Z [00:02:09.865]➜  # get https://proxy.golang.org/github.com/prometheus/procfs/@v/v0.17.0.info
2025-08-20T21:25:55.7446037Z [00:02:09.867]➜  # get https://proxy.golang.org/github.com/prometheus/procfs/@v/v0.17.0.info: 200 OK (0.002s)
2025-08-20T21:25:55.7458742Z [00:02:09.868]➜  # get https://proxy.golang.org/github.com/cskr/pubsub/@v/v1.0.2.info
2025-08-20T21:25:55.7482498Z [00:02:09.871]➜  # get https://proxy.golang.org/github.com/cskr/pubsub/@v/v1.0.2.info: 200 OK (0.002s)
2025-08-20T21:25:55.7486998Z [00:02:09.871]➜  # get https://proxy.golang.org/github.com/filecoin-project/go-clock/@v/v0.1.0.info
2025-08-20T21:25:55.7516678Z [00:02:09.874]➜  # get https://proxy.golang.org/github.com/filecoin-project/go-clock/@v/v0.1.0.info: 200 OK (0.003s)
2025-08-20T21:25:55.7523685Z [00:02:09.875]➜  # get https://proxy.golang.org/github.com/multiformats/go-multistream/@v/v0.6.1.info
2025-08-20T21:25:55.7549497Z [00:02:09.877]➜  # get https://proxy.golang.org/github.com/multiformats/go-multistream/@v/v0.6.1.info: 200 OK (0.003s)
2025-08-20T21:25:55.7552656Z [00:02:09.878]➜  # get https://proxy.golang.org/github.com/libp2p/go-msgio/@v/v0.3.0.info
2025-08-20T21:25:55.7582488Z [00:02:09.881]➜  # get https://proxy.golang.org/github.com/libp2p/go-msgio/@v/v0.3.0.info: 200 OK (0.003s)
2025-08-20T21:25:55.7594042Z [00:02:09.882]➜  # get https://proxy.golang.org/github.com/gammazero/chanqueue/@v/v1.1.1.info
2025-08-20T21:25:55.7621894Z [00:02:09.885]➜  # get https://proxy.golang.org/github.com/gammazero/chanqueue/@v/v1.1.1.info: 200 OK (0.003s)
2025-08-20T21:25:55.7625120Z [00:02:09.885]➜  # get https://proxy.golang.org/github.com/ipfs/go-ipfs-delay/@v/v0.0.1.info
2025-08-20T21:25:55.7647593Z [00:02:09.887]➜  # get https://proxy.golang.org/github.com/ipfs/go-ipfs-delay/@v/v0.0.1.info: 200 OK (0.002s)
2025-08-20T21:25:55.7657918Z [00:02:09.888]➜  # get https://proxy.golang.org/github.com/libp2p/go-flow-metrics/@v/v0.3.0.info
2025-08-20T21:25:55.7698399Z [00:02:09.892]➜  # get https://proxy.golang.org/github.com/libp2p/go-flow-metrics/@v/v0.3.0.info: 200 OK (0.004s)
2025-08-20T21:25:55.7702931Z [00:02:09.893]➜  # get https://proxy.golang.org/github.com/multiformats/go-multiaddr-dns/@v/v0.4.1.info
2025-08-20T21:25:55.7743336Z [00:02:09.897]➜  # get https://proxy.golang.org/github.com/multiformats/go-multiaddr-dns/@v/v0.4.1.info: 200 OK (0.004s)
2025-08-20T21:25:55.7747152Z [00:02:09.897]➜  # get https://proxy.golang.org/github.com/miekg/dns/@v/v1.1.68.info
2025-08-20T21:25:55.7770569Z [00:02:09.899]➜  # get https://proxy.golang.org/github.com/miekg/dns/@v/v1.1.68.info: 200 OK (0.002s)
2025-08-20T21:25:55.7781279Z [00:02:09.901]➜  # get https://proxy.golang.org/github.com/multiformats/go-multiaddr-fmt/@v/v0.1.0.info
2025-08-20T21:25:55.7817892Z [00:02:09.904]➜  # get https://proxy.golang.org/github.com/multiformats/go-multiaddr-fmt/@v/v0.1.0.info: 200 OK (0.004s)
2025-08-20T21:25:55.7822811Z [00:02:09.905]➜  # get https://proxy.golang.org/github.com/ipfs/go-peertaskqueue/@v/v0.8.2.info
2025-08-20T21:25:55.7845570Z [00:02:09.907]➜  # get https://proxy.golang.org/github.com/ipfs/go-peertaskqueue/@v/v0.8.2.info: 200 OK (0.002s)
2025-08-20T21:25:55.7847538Z [00:02:09.907]➜  # get https://proxy.golang.org/github.com/ipfs/go-ipfs-pq/@v/v0.0.3.info
2025-08-20T21:25:55.7871300Z [00:02:09.910]➜  # get https://proxy.golang.org/github.com/ipfs/go-ipfs-pq/@v/v0.0.3.info: 200 OK (0.002s)
2025-08-20T21:25:55.7882568Z [00:02:09.911]➜  # get https://proxy.golang.org/github.com/whyrusleeping/chunker/@v/v0.0.0-20181014151217-fe64bd25879f.info
2025-08-20T21:25:55.7922338Z [00:02:09.915]➜  # get https://proxy.golang.org/github.com/whyrusleeping/chunker/@v/v0.0.0-20181014151217-fe64bd25879f.info: 200 OK (0.004s)
2025-08-20T21:25:55.7926627Z [00:02:09.915]➜  # get https://proxy.golang.org/github.com/alecthomas/units/@v/v0.0.0-20240927000941-0f3dac36c52b.info
2025-08-20T21:25:55.7950869Z [00:02:09.917]➜  # get https://proxy.golang.org/github.com/alecthomas/units/@v/v0.0.0-20240927000941-0f3dac36c52b.info: 200 OK (0.002s)
2025-08-20T21:25:55.7977304Z [00:02:09.920]➜  # get https://proxy.golang.org/github.com/ipfs/go-bitfield/@v/v1.1.0.info
2025-08-20T21:25:55.7984122Z [00:02:09.921]➜  # get https://proxy.golang.org/github.com/ipfs/go-bitfield/@v/v1.1.0.info: 200 OK (0.003s)
2025-08-20T21:25:55.7987292Z [00:02:09.921]➜  # get https://proxy.golang.org/golang.org/x/sync/@v/v0.16.0.info
2025-08-20T21:25:55.8014284Z [00:02:09.924]➜  # get https://proxy.golang.org/golang.org/x/sync/@v/v0.16.0.info: 200 OK (0.003s)
2025-08-20T21:25:55.8027208Z [00:02:09.925]➜  # get https://proxy.golang.org/github.com/libp2p/go-libp2p-kad-dht/@v/v0.34.0.info
2025-08-20T21:25:55.8052596Z [00:02:09.928]➜  # get https://proxy.golang.org/github.com/libp2p/go-libp2p-kad-dht/@v/v0.34.0.info: 200 OK (0.002s)
2025-08-20T21:25:55.8054839Z [00:02:09.928]➜  # get https://proxy.golang.org/github.com/google/gopacket/@v/v1.1.19.info
2025-08-20T21:25:55.8094047Z [00:02:09.932]➜  # get https://proxy.golang.org/github.com/google/gopacket/@v/v1.1.19.info: 200 OK (0.004s)
2025-08-20T21:25:55.8102665Z [00:02:09.933]➜  # get https://proxy.golang.org/github.com/hashicorp/golang-lru/@v/v1.0.2.info
2025-08-20T21:25:55.8130348Z [00:02:09.935]➜  # get https://proxy.golang.org/github.com/hashicorp/golang-lru/@v/v1.0.2.info: 200 OK (0.003s)
2025-08-20T21:25:55.8134523Z [00:02:09.936]➜  # get https://proxy.golang.org/github.com/libp2p/go-libp2p-kbucket/@v/v0.7.0.info
2025-08-20T21:25:55.8157819Z [00:02:09.938]➜  # get https://proxy.golang.org/github.com/libp2p/go-libp2p-kbucket/@v/v0.7.0.info: 200 OK (0.002s)
2025-08-20T21:25:55.8161074Z [00:02:09.939]➜  # get https://proxy.golang.org/github.com/libp2p/go-cidranger/@v/v1.1.0.info
2025-08-20T21:25:55.8187120Z [00:02:09.941]➜  # get https://proxy.golang.org/github.com/libp2p/go-cidranger/@v/v1.1.0.info: 200 OK (0.003s)
2025-08-20T21:25:55.8190251Z [00:02:09.941]➜  # get https://proxy.golang.org/github.com/libp2p/go-libp2p-asn-util/@v/v0.4.1.info
2025-08-20T21:25:55.8214388Z [00:02:09.944]➜  # get https://proxy.golang.org/github.com/libp2p/go-libp2p-asn-util/@v/v0.4.1.info: 200 OK (0.002s)
2025-08-20T21:25:55.8220441Z [00:02:09.944]➜  # get https://proxy.golang.org/github.com/minio/sha256-simd/@v/v1.0.1.info
2025-08-20T21:25:55.8243086Z [00:02:09.947]➜  # get https://proxy.golang.org/github.com/minio/sha256-simd/@v/v1.0.1.info: 200 OK (0.002s)
2025-08-20T21:25:55.8246648Z [00:02:09.947]➜  # get https://proxy.golang.org/github.com/whyrusleeping/go-keyspace/@v/v0.0.0-20160322163242-5b898ac5add1.info
2025-08-20T21:25:55.8268068Z [00:02:09.949]➜  # get https://proxy.golang.org/github.com/whyrusleeping/go-keyspace/@v/v0.0.0-20160322163242-5b898ac5add1.info: 200 OK (0.002s)
2025-08-20T21:25:55.8273994Z [00:02:09.950]➜  # get https://proxy.golang.org/github.com/libp2p/go-netroute/@v/v0.2.2.info
2025-08-20T21:25:55.8297607Z [00:02:09.952]➜  # get https://proxy.golang.org/github.com/libp2p/go-netroute/@v/v0.2.2.info: 200 OK (0.002s)
2025-08-20T21:25:55.8300788Z [00:02:09.953]➜  # get https://proxy.golang.org/gonum.org/v1/gonum/@v/v0.16.0.info
2025-08-20T21:25:55.8332825Z [00:02:09.955]➜  # get https://proxy.golang.org/gonum.org/v1/gonum/@v/v0.16.0.info: 200 OK (0.002s)
2025-08-20T21:25:55.8334252Z [00:02:09.956]➜  # get https://proxy.golang.org/github.com/whyrusleeping/base32/@v/v0.0.0-20170828182744-c30ac30633cc.info
2025-08-20T21:25:55.8361147Z [00:02:09.958]➜  # get https://proxy.golang.org/github.com/whyrusleeping/base32/@v/v0.0.0-20170828182744-c30ac30633cc.info: 200 OK (0.003s)
2025-08-20T21:25:55.8371345Z [00:02:09.960]➜  # get https://proxy.golang.org/github.com/ipfs/go-cidutil/@v/v0.1.0.info
2025-08-20T21:25:55.8393940Z [00:02:09.962]➜  # get https://proxy.golang.org/github.com/ipfs/go-cidutil/@v/v0.1.0.info: 200 OK (0.002s)
2025-08-20T21:25:55.8399571Z [00:02:09.962]➜  # get https://proxy.golang.org/github.com/cockroachdb/pebble/v2/@v/v2.0.6.info
2025-08-20T21:25:55.8420951Z [00:02:09.964]➜  # get https://proxy.golang.org/github.com/cockroachdb/pebble/v2/@v/v2.0.6.info: 200 OK (0.002s)
2025-08-20T21:25:55.8424036Z [00:02:09.965]➜  # get https://proxy.golang.org/github.com/cockroachdb/errors/@v/v1.11.3.info
2025-08-20T21:25:55.8447858Z [00:02:09.967]➜  # get https://proxy.golang.org/github.com/cockroachdb/errors/@v/v1.11.3.info: 200 OK (0.002s)
2025-08-20T21:25:55.8453078Z [00:02:09.968]➜  # get https://proxy.golang.org/github.com/gogo/protobuf/@v/v1.3.2.info
2025-08-20T21:25:55.8475285Z [00:02:09.970]➜  # get https://proxy.golang.org/github.com/gogo/protobuf/@v/v1.3.2.info: 200 OK (0.002s)
2025-08-20T21:25:55.8482842Z [00:02:09.971]➜  # get https://proxy.golang.org/github.com/cockroachdb/redact/@v/v1.1.5.info
2025-08-20T21:25:55.8506180Z [00:02:09.973]➜  # get https://proxy.golang.org/github.com/cockroachdb/redact/@v/v1.1.5.info: 200 OK (0.002s)
2025-08-20T21:25:55.8514452Z [00:02:09.974]➜  # get https://proxy.golang.org/github.com/kr/pretty/@v/v0.3.1.info
2025-08-20T21:25:55.8537331Z [00:02:09.976]➜  # get https://proxy.golang.org/github.com/kr/pretty/@v/v0.3.1.info: 200 OK (0.002s)
2025-08-20T21:25:55.8540160Z [00:02:09.976]➜  # get https://proxy.golang.org/github.com/kr/text/@v/v0.2.0.info
2025-08-20T21:25:55.8570816Z [00:02:09.979]➜  # get https://proxy.golang.org/github.com/kr/text/@v/v0.2.0.info: 200 OK (0.003s)
2025-08-20T21:25:55.8573100Z [00:02:09.980]➜  # get https://proxy.golang.org/github.com/rogpeppe/go-internal/@v/v1.13.1.info
2025-08-20T21:25:55.8603553Z [00:02:09.983]➜  # get https://proxy.golang.org/github.com/rogpeppe/go-internal/@v/v1.13.1.info: 200 OK (0.003s)
2025-08-20T21:25:55.8606250Z [00:02:09.983]➜  # get https://proxy.golang.org/github.com/pkg/errors/@v/v0.9.1.info
2025-08-20T21:25:55.8629482Z [00:02:09.985]➜  # get https://proxy.golang.org/github.com/pkg/errors/@v/v0.9.1.info: 200 OK (0.002s)
2025-08-20T21:25:55.8635182Z [00:02:09.986]➜  # get https://proxy.golang.org/github.com/cockroachdb/logtags/@v/v0.0.0-20230118201751-21c54148d20b.info
2025-08-20T21:25:55.8669340Z [00:02:09.989]➜  # get https://proxy.golang.org/github.com/cockroachdb/logtags/@v/v0.0.0-20230118201751-21c54148d20b.info: 200 OK (0.003s)
2025-08-20T21:25:55.8676735Z [00:02:09.990]➜  # get https://proxy.golang.org/github.com/getsentry/sentry-go/@v/v0.27.0.info
2025-08-20T21:25:55.8714413Z [00:02:09.994]➜  # get https://proxy.golang.org/github.com/getsentry/sentry-go/@v/v0.27.0.info: 200 OK (0.004s)
2025-08-20T21:25:55.8734492Z [00:02:09.996]➜  # get https://proxy.golang.org/github.com/cockroachdb/fifo/@v/v0.0.0-20240606204812-0bbfbd93a7ce.info
2025-08-20T21:25:55.8758189Z [00:02:09.998]➜  # get https://proxy.golang.org/github.com/cockroachdb/fifo/@v/v0.0.0-20240606204812-0bbfbd93a7ce.info: 200 OK (0.002s)
2025-08-20T21:25:55.8771604Z [00:02:10.000]➜  # get https://proxy.golang.org/github.com/cockroachdb/swiss/@v/v0.0.0-20250624142022-d6e517c1d961.info
2025-08-20T21:25:55.8796157Z [00:02:10.002]➜  # get https://proxy.golang.org/github.com/cockroachdb/swiss/@v/v0.0.0-20250624142022-d6e517c1d961.info: 200 OK (0.002s)
2025-08-20T21:25:55.8820765Z [00:02:10.004]➜  # get https://proxy.golang.org/github.com/%21data%21dog/zstd/@v/v1.5.6-0.20230824185856-869dae002e5e.info
2025-08-20T21:25:55.8858115Z [00:02:10.008]➜  # get https://proxy.golang.org/github.com/%21data%21dog/zstd/@v/v1.5.6-0.20230824185856-869dae002e5e.info: 200 OK (0.004s)
2025-08-20T21:25:55.8862354Z [00:02:10.009]➜  # get https://proxy.golang.org/github.com/golang/snappy/@v/v0.0.5-0.20231225225746-43d5d4cd4e0e.info
2025-08-20T21:25:55.8910590Z [00:02:10.013]➜  # get https://proxy.golang.org/github.com/golang/snappy/@v/v0.0.5-0.20231225225746-43d5d4cd4e0e.info: 200 OK (0.005s)
2025-08-20T21:25:55.8916249Z [00:02:10.014]➜  # get https://proxy.golang.org/github.com/cockroachdb/crlib/@v/v0.0.0-20241015224233-894974b3ad94.info
2025-08-20T21:25:55.8941156Z [00:02:10.016]➜  # get https://proxy.golang.org/github.com/cockroachdb/crlib/@v/v0.0.0-20241015224233-894974b3ad94.info: 200 OK (0.002s)
2025-08-20T21:25:55.8953999Z [00:02:10.018]➜  # get https://proxy.golang.org/github.com/cockroachdb/tokenbucket/@v/v0.0.0-20230807174530-cc333fc44b06.info
2025-08-20T21:25:55.8994865Z [00:02:10.022]➜  # get https://proxy.golang.org/github.com/cockroachdb/tokenbucket/@v/v0.0.0-20230807174530-cc333fc44b06.info: 200 OK (0.004s)
2025-08-20T21:25:55.9003571Z [00:02:10.023]➜  # get https://proxy.golang.org/github.com/dustin/go-humanize/@v/v1.0.1.info
2025-08-20T21:25:55.9034629Z [00:02:10.026]➜  # get https://proxy.golang.org/github.com/dustin/go-humanize/@v/v1.0.1.info: 200 OK (0.003s)
2025-08-20T21:25:55.9037356Z [00:02:10.026]➜  # get https://proxy.golang.org/github.com/gabriel-vasile/mimetype/@v/v1.4.9.info
2025-08-20T21:25:55.9078692Z [00:02:10.030]➜  # get https://proxy.golang.org/github.com/gabriel-vasile/mimetype/@v/v1.4.9.info: 200 OK (0.004s)
2025-08-20T21:25:55.9093531Z [00:02:10.032]➜  # get https://proxy.golang.org/github.com/ipfs/go-ipfs-redirects-file/@v/v0.1.2.info
2025-08-20T21:25:55.9133934Z [00:02:10.036]➜  # get https://proxy.golang.org/github.com/ipfs/go-ipfs-redirects-file/@v/v0.1.2.info: 200 OK (0.004s)
2025-08-20T21:25:55.9136367Z [00:02:10.036]➜  # get https://proxy.golang.org/github.com/ucarion/urlpath/@v/v0.0.0-20200424170820-7ccc79b76bbb.info
2025-08-20T21:25:55.9160265Z [00:02:10.038]➜  # get https://proxy.golang.org/github.com/ucarion/urlpath/@v/v0.0.0-20200424170820-7ccc79b76bbb.info: 200 OK (0.002s)
2025-08-20T21:25:55.9162034Z [00:02:10.039]➜  # get https://proxy.golang.org/github.com/ipfs/go-unixfsnode/@v/v1.10.1.info
2025-08-20T21:25:55.9187715Z [00:02:10.041]➜  # get https://proxy.golang.org/github.com/ipfs/go-unixfsnode/@v/v1.10.1.info: 200 OK (0.003s)
2025-08-20T21:25:55.9195664Z [00:02:10.042]➜  # get https://proxy.golang.org/github.com/ipld/go-car/v2/@v/v2.14.3.info
2025-08-20T21:25:55.9220198Z [00:02:10.044]➜  # get https://proxy.golang.org/github.com/ipld/go-car/v2/@v/v2.14.3.info: 200 OK (0.002s)
2025-08-20T21:25:55.9224756Z [00:02:10.045]➜  # get https://proxy.golang.org/github.com/petar/%21go%21l%21l%21r%21b/@v/v0.0.0-20210522233825-ae3b015fd3e9.info
2025-08-20T21:25:55.9282982Z [00:02:10.050]➜  # get https://proxy.golang.org/github.com/petar/%21go%21l%21l%21r%21b/@v/v0.0.0-20210522233825-ae3b015fd3e9.info: 200 OK (0.003s)
2025-08-20T21:25:55.9284412Z [00:02:10.050]➜  # get https://proxy.golang.org/github.com/whyrusleeping/cbor/@v/v0.0.0-20171005072247-63513f603b11.info
2025-08-20T21:25:55.9291664Z [00:02:10.052]➜  # get https://proxy.golang.org/github.com/whyrusleeping/cbor/@v/v0.0.0-20171005072247-63513f603b11.info: 200 OK (0.004s)
2025-08-20T21:25:55.9295480Z [00:02:10.052]➜  # get https://proxy.golang.org/github.com/ipfs/go-ipld-cbor/@v/v0.2.1.info
2025-08-20T21:25:55.9322218Z [00:02:10.055]➜  # get https://proxy.golang.org/github.com/ipfs/go-ipld-cbor/@v/v0.2.1.info: 200 OK (0.003s)
2025-08-20T21:25:55.9327643Z [00:02:10.055]➜  # get https://proxy.golang.org/github.com/whyrusleeping/cbor-gen/@v/v0.3.1.info
2025-08-20T21:25:55.9363810Z [00:02:10.059]➜  # get https://proxy.golang.org/github.com/whyrusleeping/cbor-gen/@v/v0.3.1.info: 200 OK (0.004s)
2025-08-20T21:25:55.9366831Z [00:02:10.059]➜  # get https://proxy.golang.org/golang.org/x/xerrors/@v/v0.0.0-20240903120638-7835f813f4da.info
2025-08-20T21:25:55.9408104Z [00:02:10.063]➜  # get https://proxy.golang.org/golang.org/x/xerrors/@v/v0.0.0-20240903120638-7835f813f4da.info: 200 OK (0.004s)
2025-08-20T21:25:55.9417006Z [00:02:10.064]➜  # get https://proxy.golang.org/github.com/libp2p/go-doh-resolver/@v/v0.5.0.info
2025-08-20T21:25:55.9442168Z [00:02:10.067]➜  # get https://proxy.golang.org/github.com/libp2p/go-doh-resolver/@v/v0.5.0.info: 200 OK (0.002s)
2025-08-20T21:25:55.9446268Z [00:02:10.067]➜  # get https://proxy.golang.org/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/@v/v0.62.0.info
2025-08-20T21:25:55.9470011Z [00:02:10.069]➜  # get https://proxy.golang.org/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/@v/v0.62.0.info: 200 OK (0.002s)
2025-08-20T21:25:55.9472436Z [00:02:10.070]➜  # get https://proxy.golang.org/github.com/felixge/httpsnoop/@v/v1.0.4.info
2025-08-20T21:25:55.9496479Z [00:02:10.072]➜  # get https://proxy.golang.org/github.com/felixge/httpsnoop/@v/v1.0.4.info: 200 OK (0.002s)
2025-08-20T21:25:55.9506401Z [00:02:10.073]➜  # get https://proxy.golang.org/github.com/ipshipyard/p2p-forge/@v/v0.6.1.info
2025-08-20T21:25:56.1339404Z [00:02:10.256]➜  # get https://proxy.golang.org/github.com/ipshipyard/p2p-forge/@v/v0.6.1.info: 200 OK (0.183s)
2025-08-20T21:25:56.1343452Z [00:02:10.257]➜  # get https://proxy.golang.org/github.com/caddyserver/certmagic/@v/v0.23.0.info
2025-08-20T21:25:56.1372760Z [00:02:10.260]➜  # get https://proxy.golang.org/github.com/caddyserver/certmagic/@v/v0.23.0.info: 200 OK (0.003s)
2025-08-20T21:25:56.1376516Z [00:02:10.260]➜  # get https://proxy.golang.org/github.com/caddyserver/zerossl/@v/v0.1.3.info
2025-08-20T21:25:56.1411700Z [00:02:10.264]➜  # get https://proxy.golang.org/github.com/caddyserver/zerossl/@v/v0.1.3.info: 200 OK (0.003s)
2025-08-20T21:25:56.1414204Z [00:02:10.264]➜  # get https://proxy.golang.org/github.com/libdns/libdns/@v/v1.0.0-beta.1.info
2025-08-20T21:25:56.1436625Z [00:02:10.266]➜  # get https://proxy.golang.org/github.com/libdns/libdns/@v/v1.0.0-beta.1.info: 200 OK (0.002s)
2025-08-20T21:25:56.1439268Z [00:02:10.266]➜  # get https://proxy.golang.org/github.com/mholt/acmez/v3/@v/v3.1.2.info
2025-08-20T21:25:56.1462923Z [00:02:10.269]➜  # get https://proxy.golang.org/github.com/mholt/acmez/v3/@v/v3.1.2.info: 200 OK (0.002s)
2025-08-20T21:25:56.1472460Z [00:02:10.270]➜  # get https://proxy.golang.org/github.com/zeebo/blake3/@v/v0.2.4.info
2025-08-20T21:25:56.1502486Z [00:02:10.273]➜  # get https://proxy.golang.org/github.com/zeebo/blake3/@v/v0.2.4.info: 200 OK (0.003s)
2025-08-20T21:25:56.1511440Z [00:02:10.274]➜  # get https://proxy.golang.org/go.uber.org/zap/exp/@v/v0.3.0.info
2025-08-20T21:25:56.1534745Z [00:02:10.276]➜  # get https://proxy.golang.org/go.uber.org/zap/exp/@v/v0.3.0.info: 200 OK (0.002s)
2025-08-20T21:25:56.1553532Z [00:02:10.278]➜  # get https://proxy.golang.org/golang.org/x/time/@v/v0.12.0.info
2025-08-20T21:25:56.1579119Z [00:02:10.280]➜  # get https://proxy.golang.org/golang.org/x/time/@v/v0.12.0.info: 200 OK (0.002s)
2025-08-20T21:25:56.1583235Z [00:02:10.281]➜  # get https://proxy.golang.org/github.com/benbjohnson/clock/@v/v1.3.5.info
2025-08-20T21:25:56.1626354Z [00:02:10.285]➜  # get https://proxy.golang.org/github.com/benbjohnson/clock/@v/v1.3.5.info: 200 OK (0.004s)
2025-08-20T21:25:56.1633789Z [00:02:10.286]➜  # get https://proxy.golang.org/github.com/huin/goupnp/@v/v1.3.0.info
2025-08-20T21:25:56.1656185Z [00:02:10.288]➜  # get https://proxy.golang.org/github.com/huin/goupnp/@v/v1.3.0.info: 200 OK (0.002s)
2025-08-20T21:25:56.1663480Z [00:02:10.289]➜  # get https://proxy.golang.org/github.com/jackpal/go-nat-pmp/@v/v1.0.2.info
2025-08-20T21:25:56.1687231Z [00:02:10.291]➜  # get https://proxy.golang.org/github.com/jackpal/go-nat-pmp/@v/v1.0.2.info: 200 OK (0.002s)
2025-08-20T21:25:56.1689808Z [00:02:10.291]➜  # get https://proxy.golang.org/github.com/koron/go-ssdp/@v/v0.0.6.info
2025-08-20T21:25:56.1712569Z [00:02:10.294]➜  # get https://proxy.golang.org/github.com/koron/go-ssdp/@v/v0.0.6.info: 200 OK (0.002s)
2025-08-20T21:25:56.1724050Z [00:02:10.295]➜  # get https://proxy.golang.org/github.com/flynn/noise/@v/v1.1.0.info
2025-08-20T21:25:56.1750983Z [00:02:10.298]➜  # get https://proxy.golang.org/github.com/flynn/noise/@v/v1.1.0.info: 200 OK (0.003s)
2025-08-20T21:25:56.1758436Z [00:02:10.298]➜  # get https://proxy.golang.org/github.com/jbenet/go-temp-err-catcher/@v/v0.1.0.info
2025-08-20T21:25:56.1781731Z [00:02:10.301]➜  # get https://proxy.golang.org/github.com/jbenet/go-temp-err-catcher/@v/v0.1.0.info: 200 OK (0.002s)
2025-08-20T21:25:56.1785152Z [00:02:10.301]➜  # get https://proxy.golang.org/github.com/davidlazar/go-crypto/@v/v0.0.0-20200604182044-b73af7476f6c.info
2025-08-20T21:25:56.1808941Z [00:02:10.303]➜  # get https://proxy.golang.org/github.com/davidlazar/go-crypto/@v/v0.0.0-20200604182044-b73af7476f6c.info: 200 OK (0.002s)
2025-08-20T21:25:56.1816569Z [00:02:10.304]➜  # get https://proxy.golang.org/github.com/klauspost/compress/@v/v1.18.0.info
2025-08-20T21:25:56.1840182Z [00:02:10.306]➜  # get https://proxy.golang.org/github.com/klauspost/compress/@v/v1.18.0.info: 200 OK (0.002s)
2025-08-20T21:25:56.1849364Z [00:02:10.307]➜  # get https://proxy.golang.org/github.com/quic-go/quic-go/@v/v0.54.0.info
2025-08-20T21:25:56.1881238Z [00:02:10.311]➜  # get https://proxy.golang.org/github.com/quic-go/quic-go/@v/v0.54.0.info: 200 OK (0.003s)
2025-08-20T21:25:56.1899994Z [00:02:10.312]➜  # get https://proxy.golang.org/github.com/francoispqt/gojay/@v/v1.2.13.info
2025-08-20T21:25:56.1924762Z [00:02:10.315]➜  # get https://proxy.golang.org/github.com/francoispqt/gojay/@v/v1.2.13.info: 200 OK (0.002s)
2025-08-20T21:25:56.1931392Z [00:02:10.316]➜  # get https://proxy.golang.org/github.com/pion/ice/v4/@v/v4.0.10.info
2025-08-20T21:25:56.1957442Z [00:02:10.318]➜  # get https://proxy.golang.org/github.com/pion/ice/v4/@v/v4.0.10.info: 200 OK (0.003s)
2025-08-20T21:25:56.1961199Z [00:02:10.319]➜  # get https://proxy.golang.org/github.com/pion/dtls/v3/@v/v3.0.6.info
2025-08-20T21:25:56.1983059Z [00:02:10.321]➜  # get https://proxy.golang.org/github.com/pion/dtls/v3/@v/v3.0.6.info: 200 OK (0.002s)
2025-08-20T21:25:56.2003264Z [00:02:10.323]➜  # get https://proxy.golang.org/github.com/pion/transport/v3/@v/v3.0.7.info
2025-08-20T21:25:56.2027865Z [00:02:10.325]➜  # get https://proxy.golang.org/github.com/pion/transport/v3/@v/v3.0.7.info: 200 OK (0.002s)
2025-08-20T21:25:56.2032387Z [00:02:10.326]➜  # get https://proxy.golang.org/github.com/pion/logging/@v/v0.2.3.info
2025-08-20T21:25:56.2054280Z [00:02:10.328]➜  # get https://proxy.golang.org/github.com/pion/logging/@v/v0.2.3.info: 200 OK (0.002s)
2025-08-20T21:25:56.2060820Z [00:02:10.328]➜  # get https://proxy.golang.org/github.com/pion/stun/v3/@v/v3.0.0.info
2025-08-20T21:25:56.2088962Z [00:02:10.331]➜  # get https://proxy.golang.org/github.com/pion/stun/v3/@v/v3.0.0.info: 200 OK (0.003s)
2025-08-20T21:25:56.2094333Z [00:02:10.332]➜  # get https://proxy.golang.org/github.com/wlynxg/anet/@v/v0.0.5.info
2025-08-20T21:25:56.2119722Z [00:02:10.334]➜  # get https://proxy.golang.org/github.com/wlynxg/anet/@v/v0.0.5.info: 200 OK (0.002s)
2025-08-20T21:25:56.2125409Z [00:02:10.335]➜  # get https://proxy.golang.org/github.com/pion/mdns/v2/@v/v2.0.7.info
2025-08-20T21:25:56.2148024Z [00:02:10.337]➜  # get https://proxy.golang.org/github.com/pion/mdns/v2/@v/v2.0.7.info: 200 OK (0.002s)
2025-08-20T21:25:56.2152072Z [00:02:10.338]➜  # get https://proxy.golang.org/github.com/pion/randutil/@v/v0.1.0.info
2025-08-20T21:25:56.2175964Z [00:02:10.340]➜  # get https://proxy.golang.org/github.com/pion/randutil/@v/v0.1.0.info: 200 OK (0.002s)
2025-08-20T21:25:56.2181108Z [00:02:10.341]➜  # get https://proxy.golang.org/github.com/pion/turn/v4/@v/v4.0.2.info
2025-08-20T21:25:56.2204784Z [00:02:10.343]➜  # get https://proxy.golang.org/github.com/pion/turn/v4/@v/v4.0.2.info: 200 OK (0.002s)
2025-08-20T21:25:56.2214209Z [00:02:10.344]➜  # get https://proxy.golang.org/github.com/pion/stun/@v/v0.6.1.info
2025-08-20T21:25:56.2262577Z [00:02:10.349]➜  # get https://proxy.golang.org/github.com/pion/stun/@v/v0.6.1.info: 200 OK (0.005s)
2025-08-20T21:25:56.2265988Z [00:02:10.349]➜  # get https://proxy.golang.org/github.com/pion/dtls/v2/@v/v2.2.12.info
2025-08-20T21:25:56.2294476Z [00:02:10.352]➜  # get https://proxy.golang.org/github.com/pion/dtls/v2/@v/v2.2.12.info: 200 OK (0.003s)
2025-08-20T21:25:56.2309698Z [00:02:10.353]➜  # get https://proxy.golang.org/github.com/pion/transport/v2/@v/v2.2.10.info
2025-08-20T21:25:56.2331190Z [00:02:10.356]➜  # get https://proxy.golang.org/github.com/pion/transport/v2/@v/v2.2.10.info: 200 OK (0.002s)
2025-08-20T21:25:56.2342396Z [00:02:10.357]➜  # get https://proxy.golang.org/github.com/pion/datachannel/@v/v1.5.10.info
2025-08-20T21:25:56.3317809Z [00:02:10.454]➜  # get https://proxy.golang.org/github.com/pion/datachannel/@v/v1.5.10.info: 200 OK (0.097s)
2025-08-20T21:25:56.3327022Z [00:02:10.455]➜  # get https://proxy.golang.org/github.com/pion/sctp/@v/v1.8.39.info
2025-08-20T21:25:56.3353542Z [00:02:10.458]➜  # get https://proxy.golang.org/github.com/pion/sctp/@v/v1.8.39.info: 200 OK (0.003s)
2025-08-20T21:25:56.3358414Z [00:02:10.458]➜  # get https://proxy.golang.org/github.com/pion/webrtc/v4/@v/v4.1.2.info
2025-08-20T21:25:56.3384815Z [00:02:10.461]➜  # get https://proxy.golang.org/github.com/pion/webrtc/v4/@v/v4.1.2.info: 200 OK (0.003s)
2025-08-20T21:25:56.3389787Z [00:02:10.461]➜  # get https://proxy.golang.org/github.com/pion/interceptor/@v/v0.1.40.info
2025-08-20T21:25:56.3415822Z [00:02:10.464]➜  # get https://proxy.golang.org/github.com/pion/interceptor/@v/v0.1.40.info: 200 OK (0.003s)
2025-08-20T21:25:56.3419257Z [00:02:10.464]➜  # get https://proxy.golang.org/github.com/pion/rtcp/@v/v1.2.15.info
2025-08-20T21:25:56.4443642Z [00:02:10.567]➜  # get https://proxy.golang.org/github.com/pion/rtcp/@v/v1.2.15.info: 200 OK (0.102s)
2025-08-20T21:25:56.4493679Z [00:02:10.572]➜  # get https://proxy.golang.org/github.com/pion/rtp/@v/v1.8.19.info
2025-08-20T21:25:56.4519889Z [00:02:10.574]➜  # get https://proxy.golang.org/github.com/pion/rtp/@v/v1.8.19.info: 200 OK (0.003s)
2025-08-20T21:25:56.4531068Z [00:02:10.576]➜  # get https://proxy.golang.org/github.com/pion/sdp/v3/@v/v3.0.13.info
2025-08-20T21:25:56.4554459Z [00:02:10.578]➜  # get https://proxy.golang.org/github.com/pion/sdp/v3/@v/v3.0.13.info: 200 OK (0.002s)
2025-08-20T21:25:56.4557640Z [00:02:10.578]➜  # get https://proxy.golang.org/github.com/pion/srtp/v3/@v/v3.0.6.info
2025-08-20T21:25:56.4582246Z [00:02:10.581]➜  # get https://proxy.golang.org/github.com/pion/srtp/v3/@v/v3.0.6.info: 200 OK (0.002s)
2025-08-20T21:25:56.4594213Z [00:02:10.582]➜  # get https://proxy.golang.org/github.com/quic-go/qpack/@v/v0.5.1.info
2025-08-20T21:25:56.4622915Z [00:02:10.585]➜  # get https://proxy.golang.org/github.com/quic-go/qpack/@v/v0.5.1.info: 200 OK (0.003s)
2025-08-20T21:25:56.4627570Z [00:02:10.585]➜  # get https://proxy.golang.org/github.com/quic-go/webtransport-go/@v/v0.9.0.info
2025-08-20T21:25:56.4650802Z [00:02:10.587]➜  # get https://proxy.golang.org/github.com/quic-go/webtransport-go/@v/v0.9.0.info: 200 OK (0.002s)
2025-08-20T21:25:56.4657793Z [00:02:10.588]➜  # get https://proxy.golang.org/github.com/pbnjay/memory/@v/v0.0.0-20210728143218-7b4eea64cf58.info
2025-08-20T21:25:56.4683683Z [00:02:10.591]➜  # get https://proxy.golang.org/github.com/pbnjay/memory/@v/v0.0.0-20210728143218-7b4eea64cf58.info: 200 OK (0.003s)
2025-08-20T21:25:56.4689489Z [00:02:10.591]➜  # get https://proxy.golang.org/github.com/libp2p/go-reuseport/@v/v0.4.0.info
2025-08-20T21:25:56.4712545Z [00:02:10.594]➜  # get https://proxy.golang.org/github.com/libp2p/go-reuseport/@v/v0.4.0.info: 200 OK (0.002s)
2025-08-20T21:25:56.4718837Z [00:02:10.594]➜  # get https://proxy.golang.org/go.uber.org/fx/@v/v1.24.0.info
2025-08-20T21:25:56.4742421Z [00:02:10.597]➜  # get https://proxy.golang.org/go.uber.org/fx/@v/v1.24.0.info: 200 OK (0.002s)
2025-08-20T21:25:56.4745083Z [00:02:10.597]➜  # get https://proxy.golang.org/go.uber.org/dig/@v/v1.19.0.info
2025-08-20T21:25:56.4768698Z [00:02:10.599]➜  # get https://proxy.golang.org/go.uber.org/dig/@v/v1.19.0.info: 200 OK (0.002s)
2025-08-20T21:25:56.4816743Z [00:02:10.604]➜  # get https://proxy.golang.org/github.com/cenkalti/backoff/v4/@v/v4.3.0.info
2025-08-20T21:25:56.4824304Z [00:02:10.605]➜  # get https://proxy.golang.org/github.com/cenkalti/backoff/v4/@v/v4.3.0.info: 200 OK (0.002s)
2025-08-20T21:25:56.4835909Z [00:02:10.606]➜  # get https://proxy.golang.org/go.opencensus.io/@v/v0.24.0.info
2025-08-20T21:25:56.4882005Z [00:02:10.611]➜  # get https://proxy.golang.org/go.opencensus.io/@v/v0.24.0.info: 200 OK (0.005s)
2025-08-20T21:25:56.4893348Z [00:02:10.612]➜  # get https://proxy.golang.org/github.com/libp2p/go-libp2p-xor/@v/v0.1.0.info
2025-08-20T21:25:56.4919519Z [00:02:10.614]➜  # get https://proxy.golang.org/github.com/libp2p/go-libp2p-xor/@v/v0.1.0.info: 200 OK (0.003s)
2025-08-20T21:25:56.4926447Z [00:02:10.615]➜  # get https://proxy.golang.org/github.com/libp2p/go-yamux/v5/@v/v5.0.1.info
2025-08-20T21:25:56.4949666Z [00:02:10.617]➜  # get https://proxy.golang.org/github.com/libp2p/go-yamux/v5/@v/v5.0.1.info: 200 OK (0.002s)
2025-08-20T21:25:56.4955512Z [00:02:10.618]➜  # get https://proxy.golang.org/github.com/marten-seemann/tcp/@v/v0.0.0-20210406111302-dfbc87cc63fd.info
2025-08-20T21:25:56.4984310Z [00:02:10.621]➜  # get https://proxy.golang.org/github.com/marten-seemann/tcp/@v/v0.0.0-20210406111302-dfbc87cc63fd.info: 200 OK (0.003s)
2025-08-20T21:25:56.4987260Z [00:02:10.621]➜  # get https://proxy.golang.org/github.com/mikioh/tcpopt/@v/v0.0.0-20190314235656-172688c1accc.info
2025-08-20T21:25:56.5018168Z [00:02:10.624]➜  # get https://proxy.golang.org/github.com/mikioh/tcpopt/@v/v0.0.0-20190314235656-172688c1accc.info: 200 OK (0.003s)
2025-08-20T21:25:56.5021314Z [00:02:10.625]➜  # get https://proxy.golang.org/github.com/mikioh/tcpinfo/@v/v0.0.0-20190314235526-30a79bb1804b.info
2025-08-20T21:25:56.5047262Z [00:02:10.627]➜  # get https://proxy.golang.org/github.com/mikioh/tcpinfo/@v/v0.0.0-20190314235526-30a79bb1804b.info: 200 OK (0.003s)
2025-08-20T21:25:56.5051966Z [00:02:10.628]➜  # get https://proxy.golang.org/github.com/gorilla/websocket/@v/v1.5.3.info
2025-08-20T21:25:56.5078752Z [00:02:10.630]➜  # get https://proxy.golang.org/github.com/gorilla/websocket/@v/v1.5.3.info: 200 OK (0.003s)
2025-08-20T21:25:56.5083458Z [00:02:10.631]➜  # get https://proxy.golang.org/github.com/libp2p/go-libp2p-pubsub/@v/v0.14.2.info
2025-08-20T21:25:56.5106303Z [00:02:10.633]➜  # get https://proxy.golang.org/github.com/libp2p/go-libp2p-pubsub/@v/v0.14.2.info: 200 OK (0.002s)
2025-08-20T21:25:56.5113928Z [00:02:10.634]➜  # get https://proxy.golang.org/github.com/libp2p/go-libp2p-pubsub-router/@v/v0.6.0.info
2025-08-20T21:25:56.5148072Z [00:02:10.637]➜  # get https://proxy.golang.org/github.com/libp2p/go-libp2p-pubsub-router/@v/v0.6.0.info: 200 OK (0.003s)
2025-08-20T21:25:56.5150023Z [00:02:10.637]➜  # get https://proxy.golang.org/github.com/ipfs/go-ipfs-ds-help/@v/v1.1.1.info
2025-08-20T21:25:56.5180799Z [00:02:10.640]➜  # get https://proxy.golang.org/github.com/ipfs/go-ipfs-ds-help/@v/v1.1.1.info: 200 OK (0.003s)
2025-08-20T21:25:56.5185347Z [00:02:10.641]➜  # get https://proxy.golang.org/github.com/libp2p/zeroconf/v2/@v/v2.2.0.info
2025-08-20T21:25:56.5222096Z [00:02:10.645]➜  # get https://proxy.golang.org/github.com/libp2p/zeroconf/v2/@v/v2.2.0.info: 200 OK (0.004s)
2025-08-20T21:25:56.5226542Z [00:02:10.645]➜  # get https://proxy.golang.org/github.com/whyrusleeping/multiaddr-filter/@v/v0.0.0-20160516205228-e903e4adabd7.info
2025-08-20T21:25:56.5250180Z [00:02:10.647]➜  # get https://proxy.golang.org/github.com/whyrusleeping/multiaddr-filter/@v/v0.0.0-20160516205228-e903e4adabd7.info: 200 OK (0.002s)
2025-08-20T21:25:56.5255178Z [00:02:10.648]➜  # get https://proxy.golang.org/bazil.org/fuse/@v/v0.0.0-20200117225306-7b5117fecadc.info
2025-08-20T21:25:56.5277517Z [00:02:10.650]➜  # get https://proxy.golang.org/bazil.org/fuse/@v/v0.0.0-20200117225306-7b5117fecadc.info: 200 OK (0.002s)
2025-08-20T21:25:56.5289333Z [00:02:10.651]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/@v/v1.37.0.info
2025-08-20T21:25:56.5312458Z [00:02:10.654]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/@v/v1.37.0.info: 200 OK (0.002s)
2025-08-20T21:25:56.5314757Z [00:02:10.654]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/exporters/otlp/otlptrace/@v/v1.37.0.info
2025-08-20T21:25:56.5345253Z [00:02:10.657]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/exporters/otlp/otlptrace/@v/v1.37.0.info: 200 OK (0.003s)
2025-08-20T21:25:56.5348760Z [00:02:10.657]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/sdk/@v/v1.37.0.info
2025-08-20T21:25:56.5391474Z [00:02:10.662]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/sdk/@v/v1.37.0.info: 200 OK (0.004s)
2025-08-20T21:25:56.5399342Z [00:02:10.662]➜  # get https://proxy.golang.org/go.opentelemetry.io/proto/otlp/@v/v1.7.0.info
2025-08-20T21:25:56.5424978Z [00:02:10.665]➜  # get https://proxy.golang.org/go.opentelemetry.io/proto/otlp/@v/v1.7.0.info: 200 OK (0.003s)
2025-08-20T21:25:56.5432531Z [00:02:10.666]➜  # get https://proxy.golang.org/github.com/cenkalti/backoff/v5/@v/v5.0.2.info
2025-08-20T21:25:56.5471531Z [00:02:10.670]➜  # get https://proxy.golang.org/github.com/cenkalti/backoff/v5/@v/v5.0.2.info: 200 OK (0.004s)
2025-08-20T21:25:56.5475500Z [00:02:10.670]➜  # get https://proxy.golang.org/google.golang.org/grpc/@v/v1.73.0.info
2025-08-20T21:25:56.5502686Z [00:02:10.673]➜  # get https://proxy.golang.org/google.golang.org/grpc/@v/v1.73.0.info: 200 OK (0.003s)
2025-08-20T21:25:56.5535041Z [00:02:10.676]➜  # get https://proxy.golang.org/google.golang.org/genproto/googleapis/rpc/@v/v0.0.0-20250603155806-513f23925822.info
2025-08-20T21:25:56.5566116Z [00:02:10.679]➜  # get https://proxy.golang.org/google.golang.org/genproto/googleapis/rpc/@v/v0.0.0-20250603155806-513f23925822.info: 200 OK (0.003s)
2025-08-20T21:25:56.5593345Z [00:02:10.682]➜  # get https://proxy.golang.org/github.com/grpc-ecosystem/grpc-gateway/v2/@v/v2.27.1.info
2025-08-20T21:25:56.5617578Z [00:02:10.684]➜  # get https://proxy.golang.org/github.com/grpc-ecosystem/grpc-gateway/v2/@v/v2.27.1.info: 200 OK (0.002s)
2025-08-20T21:25:56.5622396Z [00:02:10.685]➜  # get https://proxy.golang.org/google.golang.org/genproto/googleapis/api/@v/v0.0.0-20250603155806-513f23925822.info
2025-08-20T21:25:56.5652227Z [00:02:10.688]➜  # get https://proxy.golang.org/google.golang.org/genproto/googleapis/api/@v/v0.0.0-20250603155806-513f23925822.info: 200 OK (0.003s)
2025-08-20T21:25:56.5659644Z [00:02:10.688]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp/@v/v1.37.0.info
2025-08-20T21:25:56.5713890Z [00:02:10.694]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp/@v/v1.37.0.info: 200 OK (0.005s)
2025-08-20T21:25:56.5720178Z [00:02:10.694]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/exporters/stdout/stdouttrace/@v/v1.37.0.info
2025-08-20T21:25:56.5782343Z [00:02:10.701]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/exporters/stdout/stdouttrace/@v/v1.37.0.info: 200 OK (0.006s)
2025-08-20T21:25:56.5786429Z [00:02:10.701]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/exporters/zipkin/@v/v1.37.0.info
2025-08-20T21:25:56.5831309Z [00:02:10.705]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/exporters/zipkin/@v/v1.37.0.info: 200 OK (0.004s)
2025-08-20T21:25:56.5834017Z [00:02:10.706]➜  # get https://proxy.golang.org/github.com/openzipkin/zipkin-go/@v/v0.4.3.info
2025-08-20T21:25:56.5862373Z [00:02:10.709]➜  # get https://proxy.golang.org/github.com/openzipkin/zipkin-go/@v/v0.4.3.info: 200 OK (0.003s)
2025-08-20T21:25:56.5870648Z [00:02:10.709]➜  # get https://proxy.golang.org/github.com/ipfs/go-ds-measure/@v/v0.2.2.info
2025-08-20T21:25:56.5894532Z [00:02:10.712]➜  # get https://proxy.golang.org/github.com/ipfs/go-ds-measure/@v/v0.2.2.info: 200 OK (0.002s)
2025-08-20T21:25:56.5897203Z [00:02:10.712]➜  # get https://proxy.golang.org/github.com/ipfs/go-fs-lock/@v/v0.1.1.info
2025-08-20T21:25:56.5939650Z [00:02:10.716]➜  # get https://proxy.golang.org/github.com/ipfs/go-fs-lock/@v/v0.1.1.info: 200 OK (0.004s)
2025-08-20T21:25:56.5942679Z [00:02:10.717]➜  # get https://proxy.golang.org/go4.org/@v/v0.0.0-20230225012048-214862532bf5.info
2025-08-20T21:25:56.5971427Z [00:02:10.720]➜  # get https://proxy.golang.org/go4.org/@v/v0.0.0-20230225012048-214862532bf5.info: 200 OK (0.003s)
2025-08-20T21:25:56.5974523Z [00:02:10.720]➜  # get https://proxy.golang.org/github.com/facebookgo/atomicfile/@v/v0.0.0-20151019160806-2de1f203e7d5.info
2025-08-20T21:25:56.5999274Z [00:02:10.722]➜  # get https://proxy.golang.org/github.com/facebookgo/atomicfile/@v/v0.0.0-20151019160806-2de1f203e7d5.info: 200 OK (0.002s)
2025-08-20T21:25:56.6004837Z [00:02:10.723]➜  # get https://proxy.golang.org/github.com/opentracing/opentracing-go/@v/v1.2.0.info
2025-08-20T21:25:56.6027510Z [00:02:10.725]➜  # get https://proxy.golang.org/github.com/opentracing/opentracing-go/@v/v1.2.0.info: 200 OK (0.002s)
2025-08-20T21:25:56.6031102Z [00:02:10.726]➜  # get https://proxy.golang.org/github.com/ipfs/go-ds-badger/@v/v0.3.4.info
2025-08-20T21:25:56.6068314Z [00:02:10.729]➜  # get https://proxy.golang.org/github.com/ipfs/go-ds-badger/@v/v0.3.4.info: 200 OK (0.004s)
2025-08-20T21:25:56.6072550Z [00:02:10.730]➜  # get https://proxy.golang.org/github.com/dgraph-io/badger/@v/v1.6.2.info
2025-08-20T21:25:56.6177922Z [00:02:10.740]➜  # get https://proxy.golang.org/github.com/dgraph-io/badger/@v/v1.6.2.info: 200 OK (0.011s)
2025-08-20T21:25:56.6182670Z [00:02:10.741]➜  # get https://proxy.golang.org/github.com/golang/protobuf/@v/v1.5.4.info
2025-08-20T21:25:56.6220982Z [00:02:10.744]➜  # get https://proxy.golang.org/github.com/golang/protobuf/@v/v1.5.4.info: 200 OK (0.004s)
2025-08-20T21:25:56.6230150Z [00:02:10.745]➜  # get https://proxy.golang.org/github.com/dgraph-io/ristretto/@v/v0.0.2.info
2025-08-20T21:25:56.6255385Z [00:02:10.748]➜  # get https://proxy.golang.org/github.com/dgraph-io/ristretto/@v/v0.0.2.info: 200 OK (0.003s)
2025-08-20T21:25:56.6258470Z [00:02:10.748]➜  # get https://proxy.golang.org/github.com/cespare/xxhash/@v/v1.1.0.info
2025-08-20T21:25:56.6301676Z [00:02:10.753]➜  # get https://proxy.golang.org/github.com/cespare/xxhash/@v/v1.1.0.info: 200 OK (0.004s)
2025-08-20T21:25:56.6305632Z [00:02:10.753]➜  # get https://proxy.golang.org/github.com/%21andreas%21briese/bbloom/@v/v0.0.0-20190825152654-46b345b51c96.info
2025-08-20T21:25:56.6331719Z [00:02:10.756]➜  # get https://proxy.golang.org/github.com/%21andreas%21briese/bbloom/@v/v0.0.0-20190825152654-46b345b51c96.info: 200 OK (0.003s)
2025-08-20T21:25:56.6337030Z [00:02:10.756]➜  # get https://proxy.golang.org/github.com/ceramicnetwork/go-dag-jose/@v/v0.1.1.info
2025-08-20T21:25:56.6366603Z [00:02:10.759]➜  # get https://proxy.golang.org/github.com/ceramicnetwork/go-dag-jose/@v/v0.1.1.info: 200 OK (0.003s)
2025-08-20T21:25:56.6370244Z [00:02:10.759]➜  # get https://proxy.golang.org/github.com/go-jose/go-jose/v4/@v/v4.0.5.info
2025-08-20T21:25:56.6393186Z [00:02:10.762]➜  # get https://proxy.golang.org/github.com/go-jose/go-jose/v4/@v/v4.0.5.info: 200 OK (0.002s)
2025-08-20T21:25:56.6397132Z [00:02:10.762]➜  # get https://proxy.golang.org/github.com/ipfs/go-ds-flatfs/@v/v0.5.5.info
2025-08-20T21:25:56.6445127Z [00:02:10.767]➜  # get https://proxy.golang.org/github.com/ipfs/go-ds-flatfs/@v/v0.5.5.info: 200 OK (0.005s)
2025-08-20T21:25:56.6448393Z [00:02:10.767]➜  # get https://proxy.golang.org/github.com/ipfs/go-ipld-git/@v/v0.1.1.info
2025-08-20T21:25:56.6495305Z [00:02:10.772]➜  # get https://proxy.golang.org/github.com/ipfs/go-ipld-git/@v/v0.1.1.info: 200 OK (0.005s)
2025-08-20T21:25:56.6497103Z [00:02:10.772]➜  # get https://proxy.golang.org/github.com/ipfs/go-ds-leveldb/@v/v0.5.2.info
2025-08-20T21:25:56.7497030Z [00:02:10.872]➜  # get https://proxy.golang.org/github.com/ipfs/go-ds-leveldb/@v/v0.5.2.info: 200 OK (0.100s)
2025-08-20T21:25:56.7514995Z [00:02:10.874]➜  # get https://proxy.golang.org/github.com/syndtr/goleveldb/@v/v1.0.1-0.20220721030215-126854af5e6d.info
2025-08-20T21:25:56.7547781Z [00:02:10.877]➜  # get https://proxy.golang.org/github.com/syndtr/goleveldb/@v/v1.0.1-0.20220721030215-126854af5e6d.info: 200 OK (0.003s)
2025-08-20T21:25:56.7560581Z [00:02:10.878]➜  # get https://proxy.golang.org/github.com/ipfs-shipyard/nopfs/@v/v0.0.14.info
2025-08-20T21:25:56.7588877Z [00:02:10.881]➜  # get https://proxy.golang.org/github.com/ipfs-shipyard/nopfs/@v/v0.0.14.info: 200 OK (0.003s)
2025-08-20T21:25:56.7591714Z [00:02:10.882]➜  # get https://proxy.golang.org/github.com/fsnotify/fsnotify/@v/v1.7.0.info
2025-08-20T21:25:56.7631377Z [00:02:10.886]➜  # get https://proxy.golang.org/github.com/fsnotify/fsnotify/@v/v1.7.0.info: 200 OK (0.004s)
2025-08-20T21:25:56.7634743Z [00:02:10.886]➜  # get https://proxy.golang.org/gopkg.in/yaml.v3/@v/v3.0.1.info
2025-08-20T21:25:56.7672915Z [00:02:10.890]➜  # get https://proxy.golang.org/gopkg.in/yaml.v3/@v/v3.0.1.info: 200 OK (0.004s)
2025-08-20T21:25:56.7676156Z [00:02:10.890]➜  # get https://proxy.golang.org/github.com/ipfs-shipyard/nopfs/ipfs/@v/v0.25.0.info
2025-08-20T21:25:56.7741925Z [00:02:10.897]➜  # get https://proxy.golang.org/github.com/ipfs-shipyard/nopfs/ipfs/@v/v0.25.0.info: 200 OK (0.007s)
2025-08-20T21:25:56.7744849Z [00:02:10.897]➜  # get https://proxy.golang.org/github.com/ipfs/go-ds-pebble/@v/v0.5.1.info
2025-08-20T21:25:56.8742514Z [00:02:10.997]➜  # get https://proxy.golang.org/github.com/ipfs/go-ds-pebble/@v/v0.5.1.info: 200 OK (0.100s)
2025-08-20T21:25:56.8757465Z [00:02:10.998]➜  # get https://proxy.golang.org/github.com/anmitsu/go-shlex/@v/v0.0.0-20161002113705-648efa622239.info
2025-08-20T21:25:56.8797851Z [00:02:11.002]➜  # get https://proxy.golang.org/github.com/anmitsu/go-shlex/@v/v0.0.0-20161002113705-648efa622239.info: 200 OK (0.004s)
2025-08-20T21:25:56.8800971Z [00:02:11.003]➜  # get https://proxy.golang.org/github.com/cheggaaa/pb/@v/v1.0.29.info
2025-08-20T21:25:56.8903015Z [00:02:11.013]➜  # get https://proxy.golang.org/github.com/cheggaaa/pb/@v/v1.0.29.info: 200 OK (0.010s)
2025-08-20T21:25:56.8906198Z [00:02:11.013]➜  # get https://proxy.golang.org/github.com/mattn/go-runewidth/@v/v0.0.15.info
2025-08-20T21:25:56.8932923Z [00:02:11.016]➜  # get https://proxy.golang.org/github.com/mattn/go-runewidth/@v/v0.0.15.info: 200 OK (0.003s)
2025-08-20T21:25:56.8935419Z [00:02:11.016]➜  # get https://proxy.golang.org/github.com/rivo/uniseg/@v/v0.4.4.info
2025-08-20T21:25:56.8964318Z [00:02:11.019]➜  # get https://proxy.golang.org/github.com/rivo/uniseg/@v/v0.4.4.info: 200 OK (0.003s)
2025-08-20T21:25:56.8968031Z [00:02:11.019]➜  # get https://proxy.golang.org/github.com/elgris/jsondiff/@v/v0.0.0-20160530203242-765b5c24c302.info
2025-08-20T21:25:56.8990673Z [00:02:11.021]➜  # get https://proxy.golang.org/github.com/elgris/jsondiff/@v/v0.0.0-20160530203242-765b5c24c302.info: 200 OK (0.002s)
2025-08-20T21:25:56.8993656Z [00:02:11.022]➜  # get https://proxy.golang.org/github.com/mgutz/ansi/@v/v0.0.0-20170206155736-9520e82c474b.info
2025-08-20T21:25:56.9020662Z [00:02:11.024]➜  # get https://proxy.golang.org/github.com/mgutz/ansi/@v/v0.0.0-20170206155736-9520e82c474b.info: 200 OK (0.003s)
2025-08-20T21:25:56.9023464Z [00:02:11.025]➜  # get https://proxy.golang.org/github.com/mattn/go-colorable/@v/v0.1.13.info
2025-08-20T21:25:56.9048153Z [00:02:11.027]➜  # get https://proxy.golang.org/github.com/mattn/go-colorable/@v/v0.1.13.info: 200 OK (0.002s)
2025-08-20T21:25:56.9051789Z [00:02:11.028]➜  # get https://proxy.golang.org/github.com/hashicorp/go-version/@v/v1.7.0.info
2025-08-20T21:25:56.9093722Z [00:02:11.032]➜  # get https://proxy.golang.org/github.com/hashicorp/go-version/@v/v1.7.0.info: 200 OK (0.004s)
2025-08-20T21:25:56.9111254Z [00:02:11.034]➜  # get https://proxy.golang.org/github.com/whyrusleeping/go-sysinfo/@v/v0.0.0-20190219211824-4a357d4b90b1.info
2025-08-20T21:25:56.9143171Z [00:02:11.037]➜  # get https://proxy.golang.org/github.com/whyrusleeping/go-sysinfo/@v/v0.0.0-20190219211824-4a357d4b90b1.info: 200 OK (0.003s)
2025-08-20T21:25:56.9147628Z [00:02:11.037]➜  # get https://proxy.golang.org/contrib.go.opencensus.io/exporter/prometheus/@v/v0.4.2.info
2025-08-20T21:25:56.9173786Z [00:02:11.040]➜  # get https://proxy.golang.org/contrib.go.opencensus.io/exporter/prometheus/@v/v0.4.2.info: 200 OK (0.003s)
2025-08-20T21:25:56.9180922Z [00:02:11.041]➜  # get https://proxy.golang.org/github.com/prometheus/statsd_exporter/@v/v0.27.1.info
2025-08-20T21:25:56.9210073Z [00:02:11.043]➜  # get https://proxy.golang.org/github.com/prometheus/statsd_exporter/@v/v0.27.1.info: 200 OK (0.003s)
2025-08-20T21:25:56.9213292Z [00:02:11.044]➜  # get https://proxy.golang.org/github.com/go-kit/log/@v/v0.2.1.info
2025-08-20T21:25:56.9237703Z [00:02:11.046]➜  # get https://proxy.golang.org/github.com/go-kit/log/@v/v0.2.1.info: 200 OK (0.002s)
2025-08-20T21:25:56.9240627Z [00:02:11.047]➜  # get https://proxy.golang.org/github.com/go-logfmt/logfmt/@v/v0.6.0.info
2025-08-20T21:25:56.9264345Z [00:02:11.049]➜  # get https://proxy.golang.org/github.com/go-logfmt/logfmt/@v/v0.6.0.info: 200 OK (0.002s)
2025-08-20T21:25:56.9270467Z [00:02:11.049]➜  # get https://proxy.golang.org/gopkg.in/yaml.v2/@v/v2.4.0.info
2025-08-20T21:25:56.9312210Z [00:02:11.054]➜  # get https://proxy.golang.org/gopkg.in/yaml.v2/@v/v2.4.0.info: 200 OK (0.004s)
2025-08-20T21:25:56.9317034Z [00:02:11.054]➜  # get https://proxy.golang.org/github.com/golang/groupcache/@v/v0.0.0-20210331224755-41bb18bfe9da.info
2025-08-20T21:25:56.9341098Z [00:02:11.056]➜  # get https://proxy.golang.org/github.com/golang/groupcache/@v/v0.0.0-20210331224755-41bb18bfe9da.info: 200 OK (0.002s)
2025-08-20T21:25:56.9348112Z [00:02:11.057]➜  # get https://proxy.golang.org/github.com/gorilla/mux/@v/v1.8.1.info
2025-08-20T21:25:56.9370458Z [00:02:11.059]➜  # get https://proxy.golang.org/github.com/gorilla/mux/@v/v1.8.1.info: 200 OK (0.002s)
2025-08-20T21:25:56.9374446Z [00:02:11.060]➜  # get https://proxy.golang.org/github.com/slok/go-http-metrics/@v/v0.13.0.info
2025-08-20T21:25:56.9409918Z [00:02:11.063]➜  # get https://proxy.golang.org/github.com/slok/go-http-metrics/@v/v0.13.0.info: 200 OK (0.003s)
2025-08-20T21:25:56.9415487Z [00:02:11.064]➜  # get https://proxy.golang.org/github.com/libp2p/go-libp2p-http/@v/v0.5.0.info
2025-08-20T21:25:56.9439151Z [00:02:11.066]➜  # get https://proxy.golang.org/github.com/libp2p/go-libp2p-http/@v/v0.5.0.info: 200 OK (0.002s)
2025-08-20T21:25:56.9442311Z [00:02:11.067]➜  # get https://proxy.golang.org/github.com/libp2p/go-libp2p-gostream/@v/v0.6.0.info
2025-08-20T21:25:56.9465662Z [00:02:11.069]➜  # get https://proxy.golang.org/github.com/libp2p/go-libp2p-gostream/@v/v0.6.0.info: 200 OK (0.002s)
2025-08-20T21:25:56.9476163Z [00:02:11.070]➜  # get https://proxy.golang.org/github.com/libp2p/go-socket-activation/@v/v0.1.1.info
2025-08-20T21:25:57.0502157Z [00:02:11.173]➜  # get https://proxy.golang.org/github.com/libp2p/go-socket-activation/@v/v0.1.1.info: 200 OK (0.102s)
2025-08-20T21:25:57.0511397Z [00:02:11.174]➜  # get https://proxy.golang.org/go.opentelemetry.io/contrib/propagators/autoprop/@v/v0.46.1.info
2025-08-20T21:25:57.0542727Z [00:02:11.177]➜  # get https://proxy.golang.org/go.opentelemetry.io/contrib/propagators/autoprop/@v/v0.46.1.info: 200 OK (0.003s)
2025-08-20T21:25:57.0545629Z [00:02:11.177]➜  # get https://proxy.golang.org/go.opentelemetry.io/contrib/propagators/aws/@v/v1.21.1.info
2025-08-20T21:25:57.0578023Z [00:02:11.180]➜  # get https://proxy.golang.org/go.opentelemetry.io/contrib/propagators/aws/@v/v1.21.1.info: 200 OK (0.003s)
2025-08-20T21:25:57.0583538Z [00:02:11.181]➜  # get https://proxy.golang.org/go.opentelemetry.io/contrib/propagators/b3/@v/v1.21.1.info
2025-08-20T21:25:57.0611686Z [00:02:11.184]➜  # get https://proxy.golang.org/go.opentelemetry.io/contrib/propagators/b3/@v/v1.21.1.info: 200 OK (0.003s)
2025-08-20T21:25:57.0614872Z [00:02:11.184]➜  # get https://proxy.golang.org/go.opentelemetry.io/contrib/propagators/jaeger/@v/v1.21.1.info
2025-08-20T21:25:57.0647028Z [00:02:11.187]➜  # get https://proxy.golang.org/go.opentelemetry.io/contrib/propagators/jaeger/@v/v1.21.1.info: 200 OK (0.003s)
2025-08-20T21:25:57.0650394Z [00:02:11.187]➜  # get https://proxy.golang.org/go.opentelemetry.io/contrib/propagators/ot/@v/v1.21.1.info
2025-08-20T21:25:57.0679002Z [00:02:11.190]➜  # get https://proxy.golang.org/go.opentelemetry.io/contrib/propagators/ot/@v/v1.21.1.info: 200 OK (0.003s)
2025-08-20T21:25:57.0743742Z [00:02:11.197]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO
2025-08-20T21:25:57.0744237Z [00:02:11.197]➜  git status --porcelain
2025-08-20T21:25:57.1940664Z [00:02:11.316]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO
2025-08-20T21:25:57.1941478Z [00:02:11.316]➜  git -c log.showsignature=false log -1 --format=%H:%ct
2025-08-20T21:25:57.1964090Z [00:02:11.319]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO; git config extensions.objectformat
2025-08-20T21:25:57.1975484Z [00:02:11.320]➜  0.001s # cd /tmp/tmp.S0mpzmTmXg/TEMPREPO; git config extensions.objectformat
2025-08-20T21:25:57.1976771Z [00:02:11.320]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' ccb49de8524e77bbb72733c73c9bec606cf1d005 --
2025-08-20T21:25:57.2210450Z [00:02:11.343]➜  0.023s # cd /tmp/tmp.S0mpzmTmXg/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' ccb49de8524e77bbb72733c73c9bec606cf1d005 --
2025-08-20T21:25:57.2212248Z [00:02:11.343]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged ccb49de8524e77bbb72733c73c9bec606cf1d005
2025-08-20T21:25:57.3354868Z [00:02:11.458]➜  0.114s # cd /tmp/tmp.S0mpzmTmXg/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged ccb49de8524e77bbb72733c73c9bec606cf1d005
2025-08-20T21:25:57.3355938Z [00:02:11.458]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' ccb49de8524e --
2025-08-20T21:25:57.3415238Z [00:02:11.464]➜  0.006s # cd /tmp/tmp.S0mpzmTmXg/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' ccb49de8524e --
2025-08-20T21:25:57.3416212Z [00:02:11.464]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO; git cat-file blob ccb49de8524e77bbb72733c73c9bec606cf1d005:go.mod
2025-08-20T21:25:57.3440450Z [00:02:11.466]➜  0.003s # cd /tmp/tmp.S0mpzmTmXg/TEMPREPO; git cat-file blob ccb49de8524e77bbb72733c73c9bec606cf1d005:go.mod
2025-08-20T21:25:57.3567832Z [00:02:11.479]➜  internal/goarch
2025-08-20T21:25:57.3568425Z [00:02:11.479]➜  mkdir -p $WORK/b007/
2025-08-20T21:25:57.3569410Z [00:02:11.479]➜  echo '# import config' > $WORK/b007/importcfg # internal
2025-08-20T21:25:57.3577508Z [00:02:11.479]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:25:57.3581932Z [00:02:11.479]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b007/_pkg_.a -trimpath "/root/.go/src/internal/goarch=>internal/goarch;$WORK/b007=>" -p internal/goarch -lang=go1.25 -std -complete -installsuffix shared -buildid FnXyH2Ad0y66cyrIPMUn/FnXyH2Ad0y66cyrIPMUn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b007/importcfg -pack /root/.go/src/internal/goarch/goarch.go /root/.go/src/internal/goarch/goarch_amd64.go /root/.go/src/internal/goarch/zgoarch_amd64.go
2025-08-20T21:25:57.3585148Z [00:02:11.479]➜  internal/unsafeheader
2025-08-20T21:25:57.3585693Z [00:02:11.479]➜  mkdir -p $WORK/b009/
2025-08-20T21:25:57.3586362Z [00:02:11.480]➜  echo '# import config' > $WORK/b009/importcfg # internal
2025-08-20T21:25:57.3589810Z [00:02:11.480]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b009/_pkg_.a -trimpath "/root/.go/src/internal/unsafeheader=>internal/unsafeheader;$WORK/b009=>" -p internal/unsafeheader -lang=go1.25 -std -complete -installsuffix shared -buildid C0AwI8-BAUMe5XknNlBT/C0AwI8-BAUMe5XknNlBT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b009/importcfg -pack /root/.go/src/internal/unsafeheader/unsafeheader.go
2025-08-20T21:25:57.3596162Z [00:02:11.482]➜  internal/byteorder
2025-08-20T21:25:57.3596706Z [00:02:11.482]➜  mkdir -p $WORK/b013/
2025-08-20T21:25:57.3603968Z [00:02:11.483]➜  internal/cpu
2025-08-20T21:25:57.3604456Z [00:02:11.483]➜  mkdir -p $WORK/b012/
2025-08-20T21:25:57.3607835Z [00:02:11.483]➜  echo -n > $WORK/b012/go_asm.h # internal
2025-08-20T21:25:57.3611173Z [00:02:11.484]➜  cd /root/.go/src/internal/cpu
2025-08-20T21:25:57.3613222Z [00:02:11.484]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b012=>" -I $WORK/b012/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b012/symabis ./cpu.s ./cpu_x86.s
2025-08-20T21:25:57.3615205Z [00:02:11.484]➜  echo '# import config' > $WORK/b013/importcfg # internal
2025-08-20T21:25:57.3615951Z [00:02:11.484]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:25:57.3619184Z [00:02:11.484]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b013/_pkg_.a -trimpath "/root/.go/src/internal/byteorder=>internal/byteorder;$WORK/b013=>" -p internal/byteorder -lang=go1.25 -std -complete -installsuffix shared -buildid 41Vr_cji-HbV6L4mnakB/41Vr_cji-HbV6L4mnakB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b013/importcfg -pack /root/.go/src/internal/byteorder/byteorder.go
2025-08-20T21:25:57.3655475Z [00:02:11.488]➜  go tool buildid -w $WORK/b007/_pkg_.a # internal
2025-08-20T21:25:57.3663218Z [00:02:11.489]➜  cp $WORK/b007/_pkg_.a /root/.cache/go-build/e9/e9655f8b8db6fdd0cdbec4b1ced09ef43b369cf9ead11c1f7e851b6d818b1301-d # internal
2025-08-20T21:25:57.3669912Z [00:02:11.489]➜  echo '# import config' > $WORK/b012/importcfg # internal
2025-08-20T21:25:57.3673493Z [00:02:11.489]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b012/_pkg_.a -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b012=>" -p internal/cpu -lang=go1.25 -std -installsuffix shared -buildid VSNzlCX0gBUNKlb52Sl0/VSNzlCX0gBUNKlb52Sl0 -goversion go1.25.0 -symabis $WORK/b012/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b012/importcfg -pack -asmhdr $WORK/b012/go_asm.h /root/.go/src/internal/cpu/cpu.go /root/.go/src/internal/cpu/cpu_x86.go
2025-08-20T21:25:57.3676615Z [00:02:11.489]➜  go tool buildid -w $WORK/b009/_pkg_.a # internal
2025-08-20T21:25:57.3677253Z [00:02:11.489]➜  internal/abi
2025-08-20T21:25:57.3677767Z [00:02:11.489]➜  mkdir -p $WORK/b006/
2025-08-20T21:25:57.3678750Z [00:02:11.490]➜  echo -n > $WORK/b006/go_asm.h # internal
2025-08-20T21:25:57.3680069Z [00:02:11.490]➜  cd /root/.go/src/internal/abi
2025-08-20T21:25:57.3682628Z [00:02:11.490]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b006=>" -I $WORK/b006/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b006/symabis ./abi_test.s ./stub.s
2025-08-20T21:25:57.3686845Z [00:02:11.491]➜  cp $WORK/b009/_pkg_.a /root/.cache/go-build/71/71443e40c31c75855e817fa83dcdfbe5a56d181ed8f66b4feb8471cf86c4fad1-d # internal
2025-08-20T21:25:57.3687962Z [00:02:11.491]➜  internal/coverage/rtcov
2025-08-20T21:25:57.3688831Z [00:02:11.491]➜  mkdir -p $WORK/b015/
2025-08-20T21:25:57.3696907Z [00:02:11.492]➜  echo '# import config' > $WORK/b015/importcfg # internal
2025-08-20T21:25:57.3697709Z [00:02:11.492]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:25:57.3701134Z [00:02:11.492]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b015/_pkg_.a -trimpath "/root/.go/src/internal/coverage/rtcov=>internal/coverage/rtcov;$WORK/b015=>" -p internal/coverage/rtcov -lang=go1.25 -std -complete -installsuffix shared -buildid 9bd7kW_TiO0T-k6BuHRy/9bd7kW_TiO0T-k6BuHRy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b015/importcfg -pack /root/.go/src/internal/coverage/rtcov/rtcov.go
2025-08-20T21:25:57.3727366Z [00:02:11.495]➜  cat >/tmp/go-build548448651/b006/importcfg << 'EOF' # internal
2025-08-20T21:25:57.3729276Z [00:02:11.495]➜  # import config
2025-08-20T21:25:57.3729997Z [00:02:11.495]➜  packagefile internal/goarch=/tmp/go-build548448651/b007/_pkg_.a
2025-08-20T21:25:57.3730721Z [00:02:11.495]➜  EOF
2025-08-20T21:25:57.3759913Z [00:02:11.498]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b006/_pkg_.a -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b006=>" -p internal/abi -lang=go1.25 -std -installsuffix shared -buildid TMU6HjewY5-DVnyvQEgP/TMU6HjewY5-DVnyvQEgP -goversion go1.25.0 -symabis $WORK/b006/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b006/importcfg -pack -asmhdr $WORK/b006/go_asm.h /root/.go/src/internal/abi/abi.go /root/.go/src/internal/abi/abi_amd64.go /root/.go/src/internal/abi/compiletype.go /root/.go/src/internal/abi/escape.go /root/.go/src/internal/abi/funcpc.go /root/.go/src/internal/abi/iface.go /root/.go/src/internal/abi/map_noswiss.go /root/.go/src/internal/abi/map_select_swiss.go /root/.go/src/internal/abi/map_swiss.go /root/.go/src/internal/abi/rangefuncconsts.go /root/.go/src/internal/abi/runtime.go /root/.go/src/internal/abi/stack.go /root/.go/src/internal/abi/switch.go /root/.go/src/internal/abi/symtab.go /root/.go/src/internal/abi/type.go
2025-08-20T21:25:57.3787952Z [00:02:11.501]➜  go tool buildid -w $WORK/b013/_pkg_.a # internal
2025-08-20T21:25:57.3794915Z [00:02:11.502]➜  cp $WORK/b013/_pkg_.a /root/.cache/go-build/77/77a99d080821d13defdd8cee964c70dba28e4d43e658b99801a0c4031592e32e-d # internal
2025-08-20T21:25:57.3796880Z [00:02:11.502]➜  internal/godebugs
2025-08-20T21:25:57.3797384Z [00:02:11.502]➜  mkdir -p $WORK/b016/
2025-08-20T21:25:57.3800686Z [00:02:11.502]➜  echo '# import config' > $WORK/b016/importcfg # internal
2025-08-20T21:25:57.3804456Z [00:02:11.503]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b016/_pkg_.a -trimpath "/root/.go/src/internal/godebugs=>internal/godebugs;$WORK/b016=>" -p internal/godebugs -lang=go1.25 -std -complete -installsuffix shared -buildid TOq0cpWVeS0INrP0T0kq/TOq0cpWVeS0INrP0T0kq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b016/importcfg -pack /root/.go/src/internal/godebugs/table.go
2025-08-20T21:25:57.3881709Z [00:02:11.511]➜  go tool buildid -w $WORK/b015/_pkg_.a # internal
2025-08-20T21:25:57.3890491Z [00:02:11.511]➜  cp $WORK/b015/_pkg_.a /root/.cache/go-build/47/47ddc40f8e242113c76881415f1326c82a390fd7b9a68de4d8a2edea9785977b-d # internal
2025-08-20T21:25:57.3901425Z [00:02:11.512]➜  internal/goexperiment
2025-08-20T21:25:57.3905702Z [00:02:11.512]➜  mkdir -p $WORK/b017/
2025-08-20T21:25:57.3907012Z [00:02:11.513]➜  echo '# import config' > $WORK/b017/importcfg # internal
2025-08-20T21:25:57.3943150Z [00:02:11.516]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b017/_pkg_.a -trimpath "/root/.go/src/internal/goexperiment=>internal/goexperiment;$WORK/b017=>" -p internal/goexperiment -lang=go1.25 -std -complete -installsuffix shared -buildid o0a-7nZa2Hd2-kwilSd6/o0a-7nZa2Hd2-kwilSd6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b017/importcfg -pack /root/.go/src/internal/goexperiment/exp_aliastypeparams_on.go /root/.go/src/internal/goexperiment/exp_arenas_off.go /root/.go/src/internal/goexperiment/exp_boringcrypto_off.go /root/.go/src/internal/goexperiment/exp_cacheprog_off.go /root/.go/src/internal/goexperiment/exp_cgocheck2_off.go /root/.go/src/internal/goexperiment/exp_dwarf5_on.go /root/.go/src/internal/goexperiment/exp_fieldtrack_off.go /root/.go/src/internal/goexperiment/exp_greenteagc_off.go /root/.go/src/internal/goexperiment/exp_heapminimum512kib_off.go /root/.go/src/internal/goexperiment/exp_jsonv2_off.go /root/.go/src/internal/goexperiment/exp_loopvar_off.go /root/.go/src/internal/goexperiment/exp_newinliner_off.go /root/.go/src/internal/goexperiment/exp_preemptibleloops_off.go /root/.go/src/internal/goexperiment/exp_rangefunc_off.go /root/.go/src/internal/goexperiment/exp_regabiargs_on.go /root/.go/src/internal/goexperiment/exp_regabiwrappers_on.go /root/.go/src/internal/goexperiment/exp_staticlockranking_off.go /root/.go/src/internal/goexperiment/exp_swissmap_on.go /root/.go/src/internal/goexperiment/exp_synchashtriemap_on.go /root/.go/src/internal/goexperiment/exp_synctest_off.go /root/.go/src/internal/goexperiment/flags.go
2025-08-20T21:25:57.3975025Z [00:02:11.520]➜  go tool buildid -w $WORK/b016/_pkg_.a # internal
2025-08-20T21:25:57.4021702Z [00:02:11.520]➜  cp $WORK/b016/_pkg_.a /root/.cache/go-build/0b/0b6eead678c426c1a2b0cfa0ea06f814bf58c5d0a4fa1caf2848c9f0a5e5ab2d-d # internal
2025-08-20T21:25:57.4034755Z [00:02:11.521]➜  internal/goos
2025-08-20T21:25:57.4035277Z [00:02:11.521]➜  mkdir -p $WORK/b018/
2025-08-20T21:25:57.4035948Z [00:02:11.521]➜  echo '# import config' > $WORK/b018/importcfg # internal
2025-08-20T21:25:57.4039601Z [00:02:11.521]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b018/_pkg_.a -trimpath "/root/.go/src/internal/goos=>internal/goos;$WORK/b018=>" -p internal/goos -lang=go1.25 -std -complete -installsuffix shared -buildid tSPy5-8AXMOAedm8f4D3/tSPy5-8AXMOAedm8f4D3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b018/importcfg -pack /root/.go/src/internal/goos/goos.go /root/.go/src/internal/goos/unix.go /root/.go/src/internal/goos/zgoos_linux.go
2025-08-20T21:25:57.4042546Z [00:02:11.523]➜  go tool buildid -w $WORK/b017/_pkg_.a # internal
2025-08-20T21:25:57.4044213Z [00:02:11.524]➜  cp $WORK/b017/_pkg_.a /root/.cache/go-build/a5/a54ed2441db48bd627d10738a907192828e1335307d71a1aba733507f51d1eba-d # internal
2025-08-20T21:25:57.4045343Z [00:02:11.524]➜  internal/profilerecord
2025-08-20T21:25:57.4045903Z [00:02:11.524]➜  mkdir -p $WORK/b019/
2025-08-20T21:25:57.4046823Z [00:02:11.525]➜  echo '# import config' > $WORK/b019/importcfg # internal
2025-08-20T21:25:57.4050758Z [00:02:11.525]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b019/_pkg_.a -trimpath "/root/.go/src/internal/profilerecord=>internal/profilerecord;$WORK/b019=>" -p internal/profilerecord -lang=go1.25 -std -complete -installsuffix shared -buildid 8Lgo9aX7minTbrFQdfrD/8Lgo9aX7minTbrFQdfrD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b019/importcfg -pack /root/.go/src/internal/profilerecord/profilerecord.go
2025-08-20T21:25:57.4053734Z [00:02:11.525]➜  cd /root/.go/src/internal/cpu
2025-08-20T21:25:57.4055678Z [00:02:11.525]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b012=>" -I $WORK/b012/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b012/cpu.o ./cpu.s
2025-08-20T21:25:57.4062786Z [00:02:11.529]➜  go tool buildid -w $WORK/b018/_pkg_.a # internal
2025-08-20T21:25:57.4068223Z [00:02:11.529]➜  cp $WORK/b018/_pkg_.a /root/.cache/go-build/ee/ee9c2c442c895a62962313c13ab6a23fcf0a7e92e6c4ca1a6948cb91c2c1cd29-d # internal
2025-08-20T21:25:57.4076543Z [00:02:11.530]➜  internal/runtime/atomic
2025-08-20T21:25:57.4077148Z [00:02:11.530]➜  mkdir -p $WORK/b020/
2025-08-20T21:25:57.4079665Z [00:02:11.530]➜  echo -n > $WORK/b020/go_asm.h # internal
2025-08-20T21:25:57.4081175Z [00:02:11.530]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T21:25:57.4084788Z [00:02:11.530]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/runtime/atomic -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b020=>" -I $WORK/b020/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b020/symabis ./atomic_amd64.s
2025-08-20T21:25:57.4121677Z [00:02:11.532]➜  cd /root/.go/src/internal/cpu
2025-08-20T21:25:57.4123681Z [00:02:11.534]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b012=>" -I $WORK/b012/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b012/cpu_x86.o ./cpu_x86.s
2025-08-20T21:25:57.4125508Z [00:02:11.534]➜  cat >/tmp/go-build548448651/b020/importcfg << 'EOF' # internal
2025-08-20T21:25:57.4126179Z [00:02:11.534]➜  # import config
2025-08-20T21:25:57.4126863Z [00:02:11.535]➜  packagefile internal/goarch=/tmp/go-build548448651/b007/_pkg_.a
2025-08-20T21:25:57.4127533Z [00:02:11.535]➜  EOF
2025-08-20T21:25:57.4128063Z [00:02:11.535]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:25:57.4134988Z [00:02:11.535]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b020/_pkg_.a -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b020=>" -p internal/runtime/atomic -lang=go1.25 -std -installsuffix shared -buildid jFg10H8awrZwV8sSZ_xf/jFg10H8awrZwV8sSZ_xf -goversion go1.25.0 -symabis $WORK/b020/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b020/importcfg -pack -asmhdr $WORK/b020/go_asm.h /root/.go/src/internal/runtime/atomic/atomic_amd64.go /root/.go/src/internal/runtime/atomic/doc.go /root/.go/src/internal/runtime/atomic/stubs.go /root/.go/src/internal/runtime/atomic/types.go /root/.go/src/internal/runtime/atomic/types_64bit.go /root/.go/src/internal/runtime/atomic/unaligned.go /root/.go/src/internal/runtime/atomic/xchg8.go
2025-08-20T21:25:57.4149971Z [00:02:11.536]➜  go tool buildid -w $WORK/b019/_pkg_.a # internal
2025-08-20T21:25:57.4151388Z [00:02:11.537]➜  cp $WORK/b019/_pkg_.a /root/.cache/go-build/d9/d911527e652bf6956cdb31c1f2b09a5e47883f089e8d5fd1d1ea2028dbedc0c3-d # internal
2025-08-20T21:25:57.4152566Z [00:02:11.537]➜  cd /root/.go/src/internal/cpu
2025-08-20T21:25:57.4153803Z [00:02:11.537]➜  go tool pack r $WORK/b012/_pkg_.a $WORK/b012/cpu.o $WORK/b012/cpu_x86.o # internal
2025-08-20T21:25:57.4154782Z [00:02:11.537]➜  go tool buildid -w $WORK/b012/_pkg_.a # internal
2025-08-20T21:25:57.4166239Z [00:02:11.538]➜  cp $WORK/b012/_pkg_.a /root/.cache/go-build/12/1241189f936be1f2b6685ca9f274a1ebe69772508f13db21f5490e802eb65af7-d # internal
2025-08-20T21:25:57.4173863Z [00:02:11.539]➜  internal/runtime/math
2025-08-20T21:25:57.4176739Z [00:02:11.539]➜  mkdir -p $WORK/b023/
2025-08-20T21:25:57.4182729Z [00:02:11.539]➜  cat >/tmp/go-build548448651/b023/importcfg << 'EOF' # internal
2025-08-20T21:25:57.4185527Z [00:02:11.539]➜  # import config
2025-08-20T21:25:57.4189232Z [00:02:11.539]➜  packagefile internal/goarch=/tmp/go-build548448651/b007/_pkg_.a
2025-08-20T21:25:57.4190543Z [00:02:11.539]➜  EOF
2025-08-20T21:25:57.4191406Z [00:02:11.539]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:25:57.4195765Z [00:02:11.539]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b023/_pkg_.a -trimpath "/root/.go/src/internal/runtime/math=>internal/runtime/math;$WORK/b023=>" -p internal/runtime/math -lang=go1.25 -std -complete -installsuffix shared -buildid JLYi1p-7RcHtihSwNG5_/JLYi1p-7RcHtihSwNG5_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b023/importcfg -pack /root/.go/src/internal/runtime/math/math.go
2025-08-20T21:25:57.4199678Z [00:02:11.540]➜  internal/bytealg
2025-08-20T21:25:57.4200482Z [00:02:11.540]➜  mkdir -p $WORK/b011/
2025-08-20T21:25:57.4201363Z [00:02:11.540]➜  echo -n > $WORK/b011/go_asm.h # internal
2025-08-20T21:25:57.4202289Z [00:02:11.541]➜  cd /root/.go/src/internal/bytealg
2025-08-20T21:25:57.4205744Z [00:02:11.541]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b011/symabis ./compare_amd64.s ./count_amd64.s ./equal_amd64.s ./index_amd64.s ./indexbyte_amd64.s
2025-08-20T21:25:57.4244542Z [00:02:11.546]➜  cat >/tmp/go-build548448651/b011/importcfg << 'EOF' # internal
2025-08-20T21:25:57.4245929Z [00:02:11.547]➜  # import config
2025-08-20T21:25:57.4247894Z [00:02:11.547]➜  packagefile internal/cpu=/tmp/go-build548448651/b012/_pkg_.a
2025-08-20T21:25:57.4249207Z [00:02:11.547]➜  EOF
2025-08-20T21:25:57.4250023Z [00:02:11.547]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:25:57.4256613Z [00:02:11.547]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b011/_pkg_.a -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -p internal/bytealg -lang=go1.25 -std -installsuffix shared -buildid iSlNKeDAQAy2891r38yS/iSlNKeDAQAy2891r38yS -goversion go1.25.0 -symabis $WORK/b011/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b011/importcfg -pack -asmhdr $WORK/b011/go_asm.h /root/.go/src/internal/bytealg/bytealg.go /root/.go/src/internal/bytealg/compare_native.go /root/.go/src/internal/bytealg/count_native.go /root/.go/src/internal/bytealg/equal_generic.go /root/.go/src/internal/bytealg/equal_native.go /root/.go/src/internal/bytealg/index_amd64.go /root/.go/src/internal/bytealg/index_native.go /root/.go/src/internal/bytealg/indexbyte_native.go /root/.go/src/internal/bytealg/lastindexbyte_generic.go
2025-08-20T21:25:57.4293639Z [00:02:11.552]➜  go tool buildid -w $WORK/b023/_pkg_.a # internal
2025-08-20T21:25:57.4301585Z [00:02:11.552]➜  cp $WORK/b023/_pkg_.a /root/.cache/go-build/5f/5fbdea78dfde0d9e69f5bf85f2d2c97dedba08b64a69af9d2f550f4926d60ab1-d # internal
2025-08-20T21:25:57.4317913Z [00:02:11.553]➜  internal/chacha8rand
2025-08-20T21:25:57.4318454Z [00:02:11.553]➜  mkdir -p $WORK/b014/
2025-08-20T21:25:57.4319341Z [00:02:11.553]➜  echo -n > $WORK/b014/go_asm.h # internal
2025-08-20T21:25:57.4320008Z [00:02:11.554]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T21:25:57.4322214Z [00:02:11.554]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/chacha8rand -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b014=>" -I $WORK/b014/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b014/symabis ./chacha8_amd64.s
2025-08-20T21:25:57.4375226Z [00:02:11.560]➜  cat >/tmp/go-build548448651/b014/importcfg << 'EOF' # internal
2025-08-20T21:25:57.4386010Z [00:02:11.560]➜  # import config
2025-08-20T21:25:57.4386802Z [00:02:11.560]➜  packagefile internal/byteorder=/tmp/go-build548448651/b013/_pkg_.a
2025-08-20T21:25:57.4387733Z [00:02:11.560]➜  packagefile internal/cpu=/tmp/go-build548448651/b012/_pkg_.a
2025-08-20T21:25:57.4396532Z [00:02:11.560]➜  packagefile internal/goarch=/tmp/go-build548448651/b007/_pkg_.a
2025-08-20T21:25:57.4397250Z [00:02:11.560]➜  EOF
2025-08-20T21:25:57.4397798Z [00:02:11.560]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:25:57.4401899Z [00:02:11.560]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b014/_pkg_.a -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b014=>" -p internal/chacha8rand -lang=go1.25 -std -installsuffix shared -buildid dWw5LI8BHTOb0ZYO8MDr/dWw5LI8BHTOb0ZYO8MDr -goversion go1.25.0 -symabis $WORK/b014/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b014/importcfg -pack -asmhdr $WORK/b014/go_asm.h /root/.go/src/internal/chacha8rand/chacha8.go /root/.go/src/internal/chacha8rand/chacha8_generic.go
2025-08-20T21:25:57.4405361Z [00:02:11.561]➜  cd /root/.go/src/internal/bytealg
2025-08-20T21:25:57.4407519Z [00:02:11.562]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b011/compare_amd64.o ./compare_amd64.s
2025-08-20T21:25:57.4477943Z [00:02:11.570]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b011/count_amd64.o ./count_amd64.s
2025-08-20T21:25:57.4628440Z [00:02:11.585]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b011/equal_amd64.o ./equal_amd64.s
2025-08-20T21:25:57.4654367Z [00:02:11.588]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T21:25:57.4660767Z [00:02:11.588]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/runtime/atomic -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b020=>" -I $WORK/b020/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b020/atomic_amd64.o ./atomic_amd64.s
2025-08-20T21:25:57.4684420Z [00:02:11.591]➜  cd /root/.go/src/internal/bytealg
2025-08-20T21:25:57.4688362Z [00:02:11.591]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b011/index_amd64.o ./index_amd64.s
2025-08-20T21:25:57.4708217Z [00:02:11.593]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T21:25:57.4711754Z [00:02:11.593]➜  go tool pack r $WORK/b020/_pkg_.a $WORK/b020/atomic_amd64.o # internal
2025-08-20T21:25:57.4714366Z [00:02:11.593]➜  go tool buildid -w $WORK/b020/_pkg_.a # internal
2025-08-20T21:25:57.4724714Z [00:02:11.595]➜  cp $WORK/b020/_pkg_.a /root/.cache/go-build/97/9749165920c87ef703ec0d9a98e800ff906f19e7cca65f624f4da199b3798019-d # internal
2025-08-20T21:25:57.4725942Z [00:02:11.595]➜  internal/runtime/strconv
2025-08-20T21:25:57.4727229Z [00:02:11.595]➜  mkdir -p $WORK/b022/
2025-08-20T21:25:57.4733736Z [00:02:11.596]➜  cd /root/.go/src/internal/bytealg
2025-08-20T21:25:57.4736144Z [00:02:11.596]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b011/indexbyte_amd64.o ./indexbyte_amd64.s
2025-08-20T21:25:57.4738761Z [00:02:11.596]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T21:25:57.4741138Z [00:02:11.596]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/chacha8rand -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b014=>" -I $WORK/b014/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b014/chacha8_amd64.o ./chacha8_amd64.s
2025-08-20T21:25:57.4743519Z [00:02:11.596]➜  cat >/tmp/go-build548448651/b022/importcfg << 'EOF' # internal
2025-08-20T21:25:57.4744445Z [00:02:11.596]➜  # import config
2025-08-20T21:25:57.4745344Z [00:02:11.596]➜  packagefile internal/runtime/math=/tmp/go-build548448651/b023/_pkg_.a
2025-08-20T21:25:57.4746168Z [00:02:11.596]➜  EOF
2025-08-20T21:25:57.4746818Z [00:02:11.596]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:25:57.4752571Z [00:02:11.596]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b022/_pkg_.a -trimpath "/root/.go/src/internal/runtime/strconv=>internal/runtime/strconv;$WORK/b022=>" -p internal/runtime/strconv -lang=go1.25 -std -complete -installsuffix shared -buildid j_CLgQhSRFjOJQmZ5tqK/j_CLgQhSRFjOJQmZ5tqK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b022/importcfg -pack /root/.go/src/internal/runtime/strconv/atoi.go
2025-08-20T21:25:57.4821012Z [00:02:11.604]➜  cd /root/.go/src/internal/bytealg
2025-08-20T21:25:57.4844313Z [00:02:11.606]➜  go tool pack r $WORK/b011/_pkg_.a $WORK/b011/compare_amd64.o $WORK/b011/count_amd64.o $WORK/b011/equal_amd64.o $WORK/b011/index_amd64.o $WORK/b011/indexbyte_amd64.o # internal
2025-08-20T21:25:57.4845769Z [00:02:11.606]➜  go tool buildid -w $WORK/b011/_pkg_.a # internal
2025-08-20T21:25:57.4847390Z [00:02:11.606]➜  cp $WORK/b011/_pkg_.a /root/.cache/go-build/dd/dd49f52524bbcc5eb4d0c6d27149ca286174e03882208775b90b7a2bc1febfe3-d # internal
2025-08-20T21:25:57.4848725Z [00:02:11.606]➜  internal/runtime/syscall
2025-08-20T21:25:57.4849322Z [00:02:11.606]➜  mkdir -p $WORK/b024/
2025-08-20T21:25:57.4849967Z [00:02:11.606]➜  echo -n > $WORK/b024/go_asm.h # internal
2025-08-20T21:25:57.4850657Z [00:02:11.606]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T21:25:57.4853129Z [00:02:11.606]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/runtime/syscall -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b024=>" -I $WORK/b024/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b024/symabis ./asm_linux_amd64.s
2025-08-20T21:25:57.4855386Z [00:02:11.607]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T21:25:57.4856247Z [00:02:11.607]➜  go tool pack r $WORK/b014/_pkg_.a $WORK/b014/chacha8_amd64.o # internal
2025-08-20T21:25:57.4857160Z [00:02:11.607]➜  go tool buildid -w $WORK/b014/_pkg_.a # internal
2025-08-20T21:25:57.4860853Z [00:02:11.608]➜  cp $WORK/b014/_pkg_.a /root/.cache/go-build/09/0929257a7b550b8a5edfd306ca626cbae55ccc6f8ce26e0f6f85b18418ed6cc8-d # internal
2025-08-20T21:25:57.4862742Z [00:02:11.608]➜  internal/runtime/exithook
2025-08-20T21:25:57.4863391Z [00:02:11.608]➜  mkdir -p $WORK/b025/
2025-08-20T21:25:57.4864146Z [00:02:11.608]➜  cat >/tmp/go-build548448651/b025/importcfg << 'EOF' # internal
2025-08-20T21:25:57.4864868Z [00:02:11.608]➜  # import config
2025-08-20T21:25:57.4865689Z [00:02:11.608]➜  packagefile internal/runtime/atomic=/tmp/go-build548448651/b020/_pkg_.a
2025-08-20T21:25:57.4866487Z [00:02:11.608]➜  EOF
2025-08-20T21:25:57.4867045Z [00:02:11.608]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:25:57.4870533Z [00:02:11.608]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b025/_pkg_.a -trimpath "/root/.go/src/internal/runtime/exithook=>internal/runtime/exithook;$WORK/b025=>" -p internal/runtime/exithook -lang=go1.25 -std -complete -installsuffix shared -buildid wrk8SplVQHinmzbSwvNX/wrk8SplVQHinmzbSwvNX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b025/importcfg -pack /root/.go/src/internal/runtime/exithook/hooks.go
2025-08-20T21:25:57.4891857Z [00:02:11.612]➜  go tool buildid -w $WORK/b022/_pkg_.a # internal
2025-08-20T21:25:57.4897892Z [00:02:11.612]➜  cp $WORK/b022/_pkg_.a /root/.cache/go-build/09/0946d0641df597fd14920b415d1cfec16a90cee6e19e8821c6d1c8fdffcfce9d-d # internal
2025-08-20T21:25:57.4899641Z [00:02:11.612]➜  internal/runtime/gc
2025-08-20T21:25:57.4900219Z [00:02:11.612]➜  mkdir -p $WORK/b026/
2025-08-20T21:25:57.4903833Z [00:02:11.613]➜  cat >/tmp/go-build548448651/b026/importcfg << 'EOF' # internal
2025-08-20T21:25:57.4904614Z [00:02:11.613]➜  # import config
2025-08-20T21:25:57.4905333Z [00:02:11.613]➜  packagefile internal/goarch=/tmp/go-build548448651/b007/_pkg_.a
2025-08-20T21:25:57.4906020Z [00:02:11.613]➜  EOF
2025-08-20T21:25:57.4910629Z [00:02:11.613]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b026/_pkg_.a -trimpath "/root/.go/src/internal/runtime/gc=>internal/runtime/gc;$WORK/b026=>" -p internal/runtime/gc -lang=go1.25 -std -complete -installsuffix shared -buildid -xZFEbMDpMRcG0k4W4bY/-xZFEbMDpMRcG0k4W4bY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b026/importcfg -pack /root/.go/src/internal/runtime/gc/malloc.go /root/.go/src/internal/runtime/gc/scan.go /root/.go/src/internal/runtime/gc/sizeclasses.go
2025-08-20T21:25:57.4925958Z [00:02:11.615]➜  cat >/tmp/go-build548448651/b024/importcfg << 'EOF' # internal
2025-08-20T21:25:57.4926700Z [00:02:11.615]➜  # import config
2025-08-20T21:25:57.4927426Z [00:02:11.615]➜  packagefile internal/goarch=/tmp/go-build548448651/b007/_pkg_.a
2025-08-20T21:25:57.4928104Z [00:02:11.615]➜  EOF
2025-08-20T21:25:57.4932852Z [00:02:11.615]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b024/_pkg_.a -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b024=>" -p internal/runtime/syscall -lang=go1.25 -std -installsuffix shared -buildid lGFy9_Ayx3kZ8w55lxqS/lGFy9_Ayx3kZ8w55lxqS -goversion go1.25.0 -symabis $WORK/b024/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b024/importcfg -pack -asmhdr $WORK/b024/go_asm.h /root/.go/src/internal/runtime/syscall/defs_linux.go /root/.go/src/internal/runtime/syscall/defs_linux_amd64.go /root/.go/src/internal/runtime/syscall/syscall_linux.go
2025-08-20T21:25:57.5071126Z [00:02:11.629]➜  go tool buildid -w $WORK/b026/_pkg_.a # internal
2025-08-20T21:25:57.5081912Z [00:02:11.630]➜  cp $WORK/b026/_pkg_.a /root/.cache/go-build/29/2999620ea805d599fc56093435a9f94734462b0eb89a9515ca176bdc4b769cd5-d # internal
2025-08-20T21:25:57.5083070Z [00:02:11.630]➜  internal/asan
2025-08-20T21:25:57.5083554Z [00:02:11.630]➜  mkdir -p $WORK/b028/
2025-08-20T21:25:57.5084205Z [00:02:11.630]➜  echo '# import config' > $WORK/b028/importcfg # internal
2025-08-20T21:25:57.5087367Z [00:02:11.631]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b028/_pkg_.a -trimpath "/root/.go/src/internal/asan=>internal/asan;$WORK/b028=>" -p internal/asan -lang=go1.25 -std -complete -installsuffix shared -buildid pvsfxC872C9dcz4IQgX5/pvsfxC872C9dcz4IQgX5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b028/importcfg -pack /root/.go/src/internal/asan/doc.go /root/.go/src/internal/asan/noasan.go
2025-08-20T21:25:57.5096279Z [00:02:11.632]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T21:25:57.5099052Z [00:02:11.632]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/runtime/syscall -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b024=>" -I $WORK/b024/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b024/asm_linux_amd64.o ./asm_linux_amd64.s
2025-08-20T21:25:57.5143486Z [00:02:11.637]➜  go tool pack r $WORK/b024/_pkg_.a $WORK/b024/asm_linux_amd64.o # internal
2025-08-20T21:25:57.5146440Z [00:02:11.637]➜  go tool buildid -w $WORK/b024/_pkg_.a # internal
2025-08-20T21:25:57.5153961Z [00:02:11.638]➜  cp $WORK/b024/_pkg_.a /root/.cache/go-build/cf/cf6e35871a9bc9ffe2b6989531cfabfb07980c9b095cb415a34effa3e6cd8d16-d # internal
2025-08-20T21:25:57.5176803Z [00:02:11.639]➜  go tool buildid -w $WORK/b025/_pkg_.a # internal
2025-08-20T21:25:57.5178875Z [00:02:11.639]➜  internal/runtime/cgroup
2025-08-20T21:25:57.5179414Z [00:02:11.639]➜  mkdir -p $WORK/b021/
2025-08-20T21:25:57.5180599Z [00:02:11.639]➜  cp $WORK/b025/_pkg_.a /root/.cache/go-build/03/03394bc37ba2480b3135a36b9eff30c18149048fde121a6a2f18ffcccc9bafac-d # internal
2025-08-20T21:25:57.5181623Z [00:02:11.639]➜  internal/msan
2025-08-20T21:25:57.5182114Z [00:02:11.639]➜  mkdir -p $WORK/b029/
2025-08-20T21:25:57.5182801Z [00:02:11.640]➜  echo '# import config' > $WORK/b029/importcfg # internal
2025-08-20T21:25:57.5183542Z [00:02:11.640]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:25:57.5186743Z [00:02:11.640]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b029/_pkg_.a -trimpath "/root/.go/src/internal/msan=>internal/msan;$WORK/b029=>" -p internal/msan -lang=go1.25 -std -complete -installsuffix shared -buildid SFFiJID93lf3XfCym9L_/SFFiJID93lf3XfCym9L_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b029/importcfg -pack /root/.go/src/internal/msan/doc.go /root/.go/src/internal/msan/nomsan.go
2025-08-20T21:25:57.5195098Z [00:02:11.642]➜  cat >/tmp/go-build548448651/b021/importcfg << 'EOF' # internal
2025-08-20T21:25:57.5202819Z [00:02:11.642]➜  # import config
2025-08-20T21:25:57.5203621Z [00:02:11.642]➜  packagefile internal/bytealg=/tmp/go-build548448651/b011/_pkg_.a
2025-08-20T21:25:57.5204709Z [00:02:11.642]➜  packagefile internal/runtime/strconv=/tmp/go-build548448651/b022/_pkg_.a
2025-08-20T21:25:57.5205857Z [00:02:11.642]➜  packagefile internal/runtime/syscall=/tmp/go-build548448651/b024/_pkg_.a
2025-08-20T21:25:57.5206643Z [00:02:11.642]➜  EOF
2025-08-20T21:25:57.5207235Z [00:02:11.642]➜  go tool buildid -w $WORK/b028/_pkg_.a # internal
2025-08-20T21:25:57.5212098Z [00:02:11.642]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b021/_pkg_.a -trimpath "/root/.go/src/internal/runtime/cgroup=>internal/runtime/cgroup;$WORK/b021=>" -p internal/runtime/cgroup -lang=go1.25 -std -complete -installsuffix shared -buildid U2qjy7g_fBo1kzUlNCu-/U2qjy7g_fBo1kzUlNCu- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b021/importcfg -pack /root/.go/src/internal/runtime/cgroup/cgroup_linux.go /root/.go/src/internal/runtime/cgroup/line_reader.go /root/.go/src/internal/runtime/cgroup/runtime.go
2025-08-20T21:25:57.5217479Z [00:02:11.643]➜  cp $WORK/b028/_pkg_.a /root/.cache/go-build/f8/f88fca14b143264910fec13e94c680f6782f11f8113e9d8ab8bb3c90ad1019f8-d # internal
2025-08-20T21:25:57.5218745Z [00:02:11.643]➜  internal/runtime/sys
2025-08-20T21:25:57.5219291Z [00:02:11.643]➜  mkdir -p $WORK/b031/
2025-08-20T21:25:57.5219906Z [00:02:11.643]➜  echo -n > $WORK/b031/go_asm.h # internal
2025-08-20T21:25:57.5220562Z [00:02:11.643]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T21:25:57.5222794Z [00:02:11.643]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/runtime/sys -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b031=>" -I $WORK/b031/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b031/symabis ./empty.s
2025-08-20T21:25:57.5290697Z [00:02:11.650]➜  cat >/tmp/go-build548448651/b031/importcfg << 'EOF' # internal
2025-08-20T21:25:57.5297670Z [00:02:11.650]➜  # import config
2025-08-20T21:25:57.5298439Z [00:02:11.650]➜  packagefile internal/goarch=/tmp/go-build548448651/b007/_pkg_.a
2025-08-20T21:25:57.5299701Z [00:02:11.650]➜  packagefile internal/goos=/tmp/go-build548448651/b018/_pkg_.a
2025-08-20T21:25:57.5300424Z [00:02:11.650]➜  EOF
2025-08-20T21:25:57.5300987Z [00:02:11.650]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:25:57.5306621Z [00:02:11.650]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b031/_pkg_.a -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b031=>" -p internal/runtime/sys -lang=go1.25 -std -installsuffix shared -buildid hO1bwuOxIzjHKfZvvowA/hO1bwuOxIzjHKfZvvowA -goversion go1.25.0 -symabis $WORK/b031/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b031/importcfg -pack -asmhdr $WORK/b031/go_asm.h /root/.go/src/internal/runtime/sys/consts.go /root/.go/src/internal/runtime/sys/consts_norace.go /root/.go/src/internal/runtime/sys/intrinsics.go /root/.go/src/internal/runtime/sys/nih.go /root/.go/src/internal/runtime/sys/no_dit.go /root/.go/src/internal/runtime/sys/sys.go /root/.go/src/internal/runtime/sys/zversion.go
2025-08-20T21:25:57.5359743Z [00:02:11.658]➜  go tool buildid -w $WORK/b029/_pkg_.a # internal
2025-08-20T21:25:57.5373459Z [00:02:11.660]➜  cp $WORK/b029/_pkg_.a /root/.cache/go-build/8b/8bc238d887c2b4b98122a708b40f5f23002ece892b057553d6f86f1c7d8d2209-d # internal
2025-08-20T21:25:57.5381967Z [00:02:11.660]➜  internal/stringslite
2025-08-20T21:25:57.5382578Z [00:02:11.660]➜  mkdir -p $WORK/b032/
2025-08-20T21:25:57.5383418Z [00:02:11.660]➜  cat >/tmp/go-build548448651/b032/importcfg << 'EOF' # internal
2025-08-20T21:25:57.5384141Z [00:02:11.660]➜  # import config
2025-08-20T21:25:57.5384915Z [00:02:11.660]➜  packagefile internal/bytealg=/tmp/go-build548448651/b011/_pkg_.a
2025-08-20T21:25:57.5385650Z [00:02:11.660]➜  EOF
2025-08-20T21:25:57.5388994Z [00:02:11.660]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b032/_pkg_.a -trimpath "/root/.go/src/internal/stringslite=>internal/stringslite;$WORK/b032=>" -p internal/stringslite -lang=go1.25 -std -complete -installsuffix shared -buildid LSgD3AIamP0Qfkq_mRTf/LSgD3AIamP0Qfkq_mRTf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b032/importcfg -pack /root/.go/src/internal/stringslite/strings.go
2025-08-20T21:25:57.5634331Z [00:02:11.686]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T21:25:57.5640927Z [00:02:11.686]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/runtime/sys -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b031=>" -I $WORK/b031/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b031/empty.o ./empty.s
2025-08-20T21:25:57.5763741Z [00:02:11.699]➜  go tool pack r $WORK/b031/_pkg_.a $WORK/b031/empty.o # internal
2025-08-20T21:25:57.5790327Z [00:02:11.699]➜  go tool buildid -w $WORK/b031/_pkg_.a # internal
2025-08-20T21:25:57.5791877Z [00:02:11.700]➜  cp $WORK/b031/_pkg_.a /root/.cache/go-build/4f/4fc5c17be3819d9190c3feba2c4141c1217f9bcdced8c306557d2a40f88da216-d # internal
2025-08-20T21:25:57.5793114Z [00:02:11.700]➜  internal/trace/tracev2
2025-08-20T21:25:57.5793785Z [00:02:11.700]➜  mkdir -p $WORK/b033/
2025-08-20T21:25:57.5794576Z [00:02:11.701]➜  echo '# import config' > $WORK/b033/importcfg # internal
2025-08-20T21:25:57.5795428Z [00:02:11.701]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:25:57.5800750Z [00:02:11.701]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b033/_pkg_.a -trimpath "/root/.go/src/internal/trace/tracev2=>internal/trace/tracev2;$WORK/b033=>" -p internal/trace/tracev2 -lang=go1.25 -std -complete -installsuffix shared -buildid yxe5YP26lWrxkskjIepa/yxe5YP26lWrxkskjIepa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b033/importcfg -pack /root/.go/src/internal/trace/tracev2/doc.go /root/.go/src/internal/trace/tracev2/events.go /root/.go/src/internal/trace/tracev2/spec.go
2025-08-20T21:25:57.5822597Z [00:02:11.705]➜  go tool buildid -w $WORK/b032/_pkg_.a # internal
2025-08-20T21:25:57.5831212Z [00:02:11.705]➜  cp $WORK/b032/_pkg_.a /root/.cache/go-build/47/4739c5bc3c484af52abd20d90b84daf8590f7b284cd00635cd3086b00c02ce5e-d # internal
2025-08-20T21:25:57.5836196Z [00:02:11.706]➜  sync/atomic
2025-08-20T21:25:57.5836767Z [00:02:11.706]➜  mkdir -p $WORK/b037/
2025-08-20T21:25:57.5841178Z [00:02:11.706]➜  echo -n > $WORK/b037/go_asm.h # internal
2025-08-20T21:25:57.5844768Z [00:02:11.707]➜  cd /root/.go/src/sync/atomic
2025-08-20T21:25:57.5846801Z [00:02:11.707]➜  /root/.go/pkg/tool/linux_amd64/asm -p sync/atomic -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b037=>" -I $WORK/b037/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b037/symabis ./asm.s
2025-08-20T21:25:57.5879134Z [00:02:11.710]➜  echo '# import config' > $WORK/b037/importcfg # internal
2025-08-20T21:25:57.5882270Z [00:02:11.711]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:25:57.5886757Z [00:02:11.711]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b037/_pkg_.a -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b037=>" -p sync/atomic -lang=go1.25 -std -installsuffix shared -buildid L6cYSyMCw5Stpw8wd-hA/L6cYSyMCw5Stpw8wd-hA -goversion go1.25.0 -symabis $WORK/b037/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b037/importcfg -pack -asmhdr $WORK/b037/go_asm.h /root/.go/src/sync/atomic/doc.go /root/.go/src/sync/atomic/doc_64.go /root/.go/src/sync/atomic/type.go /root/.go/src/sync/atomic/value.go
2025-08-20T21:25:57.5921864Z [00:02:11.715]➜  go tool buildid -w $WORK/b021/_pkg_.a # internal
2025-08-20T21:25:57.5942456Z [00:02:11.716]➜  cp $WORK/b021/_pkg_.a /root/.cache/go-build/08/080e951d83d32fe5db27e74360a07736e0a4459fa326cb3d70587c9827e49722-d # internal
2025-08-20T21:25:57.5948310Z [00:02:11.717]➜  math/bits
2025-08-20T21:25:57.5950626Z [00:02:11.717]➜  mkdir -p $WORK/b040/
2025-08-20T21:25:57.5951385Z [00:02:11.717]➜  echo '# import config' > $WORK/b040/importcfg # internal
2025-08-20T21:25:57.5955848Z [00:02:11.718]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b040/_pkg_.a -trimpath "/root/.go/src/math/bits=>math/bits;$WORK/b040=>" -p math/bits -lang=go1.25 -std -complete -installsuffix shared -buildid i7S3T0O3EFYf-_WJtE2h/i7S3T0O3EFYf-_WJtE2h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b040/importcfg -pack /root/.go/src/math/bits/bits.go /root/.go/src/math/bits/bits_errors.go /root/.go/src/math/bits/bits_tables.go
2025-08-20T21:25:57.5964500Z [00:02:11.719]➜  cd /root/.go/src/internal/abi
2025-08-20T21:25:57.5971578Z [00:02:11.719]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b006=>" -I $WORK/b006/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b006/abi_test.o ./abi_test.s
2025-08-20T21:25:57.6034072Z [00:02:11.726]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b006=>" -I $WORK/b006/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b006/stub.o ./stub.s
2025-08-20T21:25:57.6040563Z [00:02:11.726]➜  go tool buildid -w $WORK/b033/_pkg_.a # internal
2025-08-20T21:25:57.6045322Z [00:02:11.727]➜  cp $WORK/b033/_pkg_.a /root/.cache/go-build/94/94175a12fceee62d30ba4c0af031ab0aa81e52820ab6621930e9c767b233d594-d # internal
2025-08-20T21:25:57.6057624Z [00:02:11.728]➜  unicode
2025-08-20T21:25:57.6058210Z [00:02:11.728]➜  mkdir -p $WORK/b041/
2025-08-20T21:25:57.6061507Z [00:02:11.729]➜  echo '# import config' > $WORK/b041/importcfg # internal
2025-08-20T21:25:57.6062243Z [00:02:11.729]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:25:57.6065948Z [00:02:11.729]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b041/_pkg_.a -trimpath "/root/.go/src/unicode=>unicode;$WORK/b041=>" -p unicode -lang=go1.25 -std -complete -installsuffix shared -buildid RLXSQIujwLuJl7BmCQws/RLXSQIujwLuJl7BmCQws -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b041/importcfg -pack /root/.go/src/unicode/casetables.go /root/.go/src/unicode/digit.go /root/.go/src/unicode/graphic.go /root/.go/src/unicode/letter.go /root/.go/src/unicode/tables.go
2025-08-20T21:25:57.6087039Z [00:02:11.731]➜  cd /root/.go/src/internal/abi
2025-08-20T21:25:57.6087921Z [00:02:11.731]➜  go tool pack r $WORK/b006/_pkg_.a $WORK/b006/abi_test.o $WORK/b006/stub.o # internal
2025-08-20T21:25:57.6088976Z [00:02:11.731]➜  go tool buildid -w $WORK/b006/_pkg_.a # internal
2025-08-20T21:25:57.6147678Z [00:02:11.737]➜  cp $WORK/b006/_pkg_.a /root/.cache/go-build/69/69c095950620468ee755108b7c7169a6466275f23ec055136f1aa4085a3dd04b-d # internal
2025-08-20T21:25:57.6150258Z [00:02:11.737]➜  internal/race
2025-08-20T21:25:57.6151717Z [00:02:11.738]➜  mkdir -p $WORK/b030/
2025-08-20T21:25:57.6156336Z [00:02:11.738]➜  cat >/tmp/go-build548448651/b030/importcfg << 'EOF' # internal
2025-08-20T21:25:57.6157082Z [00:02:11.738]➜  # import config
2025-08-20T21:25:57.6157842Z [00:02:11.738]➜  packagefile internal/abi=/tmp/go-build548448651/b006/_pkg_.a
2025-08-20T21:25:57.6158717Z [00:02:11.738]➜  EOF
2025-08-20T21:25:57.6159334Z [00:02:11.738]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:25:57.6162568Z [00:02:11.738]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b030/_pkg_.a -trimpath "/root/.go/src/internal/race=>internal/race;$WORK/b030=>" -p internal/race -lang=go1.25 -std -complete -installsuffix shared -buildid 4mWR9j7FFiKR7-tuWycC/4mWR9j7FFiKR7-tuWycC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b030/importcfg -pack /root/.go/src/internal/race/doc.go /root/.go/src/internal/race/norace.go
2025-08-20T21:25:57.6275437Z [00:02:11.750]➜  go tool buildid -w $WORK/b030/_pkg_.a # internal
2025-08-20T21:25:57.6284139Z [00:02:11.751]➜  cp $WORK/b030/_pkg_.a /root/.cache/go-build/96/9610d9edf486ff1196d8624b9d4b65502760d7f0e903ff8173010306707ba687-d # internal
2025-08-20T21:25:57.6289618Z [00:02:11.751]➜  internal/runtime/maps
2025-08-20T21:25:57.6290195Z [00:02:11.751]➜  mkdir -p $WORK/b027/
2025-08-20T21:25:57.6296176Z [00:02:11.752]➜  cat >/tmp/go-build548448651/b027/importcfg << 'EOF' # internal
2025-08-20T21:25:57.6296867Z [00:02:11.752]➜  # import config
2025-08-20T21:25:57.6298021Z [00:02:11.752]➜  packagefile internal/abi=/tmp/go-build548448651/b006/_pkg_.a
2025-08-20T21:25:57.6299052Z [00:02:11.752]➜  packagefile internal/asan=/tmp/go-build548448651/b028/_pkg_.a
2025-08-20T21:25:57.6300085Z [00:02:11.752]➜  packagefile internal/goarch=/tmp/go-build548448651/b007/_pkg_.a
2025-08-20T21:25:57.6300950Z [00:02:11.752]➜  packagefile internal/msan=/tmp/go-build548448651/b029/_pkg_.a
2025-08-20T21:25:57.6301785Z [00:02:11.752]➜  packagefile internal/race=/tmp/go-build548448651/b030/_pkg_.a
2025-08-20T21:25:57.6302738Z [00:02:11.752]➜  packagefile internal/runtime/math=/tmp/go-build548448651/b023/_pkg_.a
2025-08-20T21:25:57.6303806Z [00:02:11.752]➜  packagefile internal/runtime/sys=/tmp/go-build548448651/b031/_pkg_.a
2025-08-20T21:25:57.6304540Z [00:02:11.752]➜  EOF
2025-08-20T21:25:57.6310920Z [00:02:11.753]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b027/_pkg_.a -trimpath "/root/.go/src/internal/runtime/maps=>internal/runtime/maps;$WORK/b027=>" -p internal/runtime/maps -lang=go1.25 -std -complete -installsuffix shared -buildid KI5RgMW_8N6oOIA0pfPy/KI5RgMW_8N6oOIA0pfPy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b027/importcfg -pack /root/.go/src/internal/runtime/maps/group.go /root/.go/src/internal/runtime/maps/map.go /root/.go/src/internal/runtime/maps/runtime.go /root/.go/src/internal/runtime/maps/runtime_fast32_swiss.go /root/.go/src/internal/runtime/maps/runtime_fast64_swiss.go /root/.go/src/internal/runtime/maps/runtime_faststr_swiss.go /root/.go/src/internal/runtime/maps/runtime_swiss.go /root/.go/src/internal/runtime/maps/table.go /root/.go/src/internal/runtime/maps/table_debug.go
2025-08-20T21:25:57.6321801Z [00:02:11.755]➜  go tool buildid -w $WORK/b040/_pkg_.a # internal
2025-08-20T21:25:57.6333765Z [00:02:11.756]➜  cp $WORK/b040/_pkg_.a /root/.cache/go-build/e9/e9a40c283e135c335c9a6deb92b0821d50ebc5e27beabb6fd1df72dcfe55a2cc-d # internal
2025-08-20T21:25:57.6340643Z [00:02:11.756]➜  internal/synctest
2025-08-20T21:25:57.6343934Z [00:02:11.757]➜  mkdir -p $WORK/b038/
2025-08-20T21:25:57.6353363Z [00:02:11.758]➜  cat >/tmp/go-build548448651/b038/importcfg << 'EOF' # internal
2025-08-20T21:25:57.6354281Z [00:02:11.758]➜  # import config
2025-08-20T21:25:57.6355221Z [00:02:11.758]➜  packagefile internal/abi=/tmp/go-build548448651/b006/_pkg_.a
2025-08-20T21:25:57.6356694Z [00:02:11.758]➜  EOF
2025-08-20T21:25:57.6360837Z [00:02:11.758]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b038/_pkg_.a -trimpath "/root/.go/src/internal/synctest=>internal/synctest;$WORK/b038=>" -p internal/synctest -lang=go1.25 -std -complete -installsuffix shared -buildid 6S6MfZdJaYiZ1kHy_upy/6S6MfZdJaYiZ1kHy_upy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b038/importcfg -pack /root/.go/src/internal/synctest/synctest.go
2025-08-20T21:25:57.6363978Z [00:02:11.759]➜  cd /root/.go/src/sync/atomic
2025-08-20T21:25:57.6367501Z [00:02:11.759]➜  /root/.go/pkg/tool/linux_amd64/asm -p sync/atomic -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b037=>" -I $WORK/b037/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b037/asm.o ./asm.s
2025-08-20T21:25:57.6439510Z [00:02:11.764]➜  go tool pack r $WORK/b037/_pkg_.a $WORK/b037/asm.o # internal
2025-08-20T21:25:57.6440605Z [00:02:11.764]➜  go tool buildid -w $WORK/b037/_pkg_.a # internal
2025-08-20T21:25:57.6442764Z [00:02:11.766]➜  cp $WORK/b037/_pkg_.a /root/.cache/go-build/31/31ee99f266007c3842183fcb909733d1c28c42f0c7f80a63a1ed79850a4049f9-d # internal
2025-08-20T21:25:57.6445083Z [00:02:11.767]➜  internal/sync
2025-08-20T21:25:57.6445882Z [00:02:11.767]➜  mkdir -p $WORK/b036/
2025-08-20T21:25:57.6461361Z [00:02:11.768]➜  cat >/tmp/go-build548448651/b036/importcfg << 'EOF' # internal
2025-08-20T21:25:57.6462151Z [00:02:11.769]➜  # import config
2025-08-20T21:25:57.6462941Z [00:02:11.769]➜  packagefile internal/abi=/tmp/go-build548448651/b006/_pkg_.a
2025-08-20T21:25:57.6463915Z [00:02:11.769]➜  packagefile internal/goarch=/tmp/go-build548448651/b007/_pkg_.a
2025-08-20T21:25:57.6464928Z [00:02:11.769]➜  packagefile internal/race=/tmp/go-build548448651/b030/_pkg_.a
2025-08-20T21:25:57.6469400Z [00:02:11.769]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:25:57.6473425Z [00:02:11.769]➜  EOF
2025-08-20T21:25:57.6473992Z [00:02:11.769]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:25:57.6477563Z [00:02:11.769]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b036/_pkg_.a -trimpath "/root/.go/src/internal/sync=>internal/sync;$WORK/b036=>" -p internal/sync -lang=go1.25 -std -complete -installsuffix shared -buildid 3ni2jpQmHHodbGD2DZc-/3ni2jpQmHHodbGD2DZc- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b036/importcfg -pack /root/.go/src/internal/sync/hashtriemap.go /root/.go/src/internal/sync/mutex.go /root/.go/src/internal/sync/runtime.go
2025-08-20T21:25:57.6502917Z [00:02:11.772]➜  go tool buildid -w $WORK/b038/_pkg_.a # internal
2025-08-20T21:25:57.6510026Z [00:02:11.772]➜  cp $WORK/b038/_pkg_.a /root/.cache/go-build/94/947f09566bea08c73cb5619c7e9db3d400b577fb6f706e1fe6b4b06732bef26c-d # internal
2025-08-20T21:25:57.6511130Z [00:02:11.772]➜  unicode/utf8
2025-08-20T21:25:57.6511636Z [00:02:11.772]➜  mkdir -p $WORK/b042/
2025-08-20T21:25:57.6512354Z [00:02:11.773]➜  echo '# import config' > $WORK/b042/importcfg # internal
2025-08-20T21:25:57.6515366Z [00:02:11.773]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b042/_pkg_.a -trimpath "/root/.go/src/unicode/utf8=>unicode/utf8;$WORK/b042=>" -p unicode/utf8 -lang=go1.25 -std -complete -installsuffix shared -buildid Tr4gaEv0XobnBtoL2NYj/Tr4gaEv0XobnBtoL2NYj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b042/importcfg -pack /root/.go/src/unicode/utf8/utf8.go
2025-08-20T21:25:57.6742425Z [00:02:11.796]➜  go tool buildid -w $WORK/b036/_pkg_.a # internal
2025-08-20T21:25:57.6746857Z [00:02:11.797]➜  cp $WORK/b036/_pkg_.a /root/.cache/go-build/66/6672435ae16fa41ba510078521203f023195502b360b969cde5cba87c703c7e0-d # internal
2025-08-20T21:25:57.6753225Z [00:02:11.798]➜  internal/itoa
2025-08-20T21:25:57.6756444Z [00:02:11.798]➜  mkdir -p $WORK/b048/
2025-08-20T21:25:57.6763097Z [00:02:11.799]➜  echo '# import config' > $WORK/b048/importcfg # internal
2025-08-20T21:25:57.6769086Z [00:02:11.799]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b048/_pkg_.a -trimpath "/root/.go/src/internal/itoa=>internal/itoa;$WORK/b048=>" -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/b048/importcfg -pack /root/.go/src/internal/itoa/itoa.go
2025-08-20T21:25:57.6776102Z [00:02:11.800]➜  go tool buildid -w $WORK/b042/_pkg_.a # internal
2025-08-20T21:25:57.6781734Z [00:02:11.801]➜  cp $WORK/b042/_pkg_.a /root/.cache/go-build/69/6968657d6a43eaac40350f35cc52b107486e133bf3ec59f904b562f82694a8db-d # internal
2025-08-20T21:25:57.6787687Z [00:02:11.801]➜  cmp
2025-08-20T21:25:57.6788648Z [00:02:11.801]➜  mkdir -p $WORK/b051/
2025-08-20T21:25:57.6793529Z [00:02:11.802]➜  echo '# import config' > $WORK/b051/importcfg # internal
2025-08-20T21:25:57.6797820Z [00:02:11.802]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b051/_pkg_.a -trimpath "/root/.go/src/cmp=>cmp;$WORK/b051=>" -p cmp -lang=go1.25 -std -complete -installsuffix shared -buildid YT4kS9oOdLKb10ji1D3b/YT4kS9oOdLKb10ji1D3b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b051/importcfg -pack /root/.go/src/cmp/cmp.go
2025-08-20T21:25:57.6868390Z [00:02:11.809]➜  go tool buildid -w $WORK/b051/_pkg_.a # internal
2025-08-20T21:25:57.6886369Z [00:02:11.809]➜  cp $WORK/b051/_pkg_.a /root/.cache/go-build/9d/9dfba66b67ca9f8fe689cc30f6c14a50aebfd91692e10f8a1a17454ad7cbab97-d # internal
2025-08-20T21:25:57.6887597Z [00:02:11.809]➜  encoding
2025-08-20T21:25:57.6888145Z [00:02:11.809]➜  mkdir -p $WORK/b053/
2025-08-20T21:25:57.6889062Z [00:02:11.810]➜  echo '# import config' > $WORK/b053/importcfg # internal
2025-08-20T21:25:57.6894526Z [00:02:11.810]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b053/_pkg_.a -trimpath "/root/.go/src/encoding=>encoding;$WORK/b053=>" -p encoding -lang=go1.25 -std -complete -installsuffix shared -buildid BN_n72JGI2XoS7BBoMlq/BN_n72JGI2XoS7BBoMlq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b053/importcfg -pack /root/.go/src/encoding/encoding.go
2025-08-20T21:25:57.6927680Z [00:02:11.815]➜  go tool buildid -w $WORK/b048/_pkg_.a # internal
2025-08-20T21:25:57.6943899Z [00:02:11.817]➜  cp $WORK/b048/_pkg_.a /root/.cache/go-build/2c/2cabe858034a0af2870421687b094e04cdfd800789a6c5114441a426de2cf11a-d # internal
2025-08-20T21:25:57.6973234Z [00:02:11.820]➜  math
2025-08-20T21:25:57.6986518Z [00:02:11.820]➜  mkdir -p $WORK/b056/
2025-08-20T21:25:57.6987171Z [00:02:11.820]➜  echo -n > $WORK/b056/go_asm.h # internal
2025-08-20T21:25:57.6987785Z [00:02:11.820]➜  cd /root/.go/src/math
2025-08-20T21:25:57.6990135Z [00:02:11.820]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b056=>" -I $WORK/b056/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b056/symabis ./dim_amd64.s ./exp_amd64.s ./floor_amd64.s ./hypot_amd64.s ./log_amd64.s
2025-08-20T21:25:57.6993459Z [00:02:11.822]➜  go tool buildid -w $WORK/b053/_pkg_.a # internal
2025-08-20T21:25:57.6994809Z [00:02:11.822]➜  cp $WORK/b053/_pkg_.a /root/.cache/go-build/99/9931efb179ca6a3411a5b5cc7c20f84897acb9776746585beb9dca28d322422b-d # internal
2025-08-20T21:25:57.6995898Z [00:02:11.822]➜  unicode/utf16
2025-08-20T21:25:57.6996482Z [00:02:11.822]➜  mkdir -p $WORK/b069/
2025-08-20T21:25:57.6997214Z [00:02:11.822]➜  echo '# import config' > $WORK/b069/importcfg # internal
2025-08-20T21:25:57.6997962Z [00:02:11.822]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:25:57.7005432Z [00:02:11.822]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b069/_pkg_.a -trimpath "/root/.go/src/unicode/utf16=>unicode/utf16;$WORK/b069=>" -p unicode/utf16 -lang=go1.25 -std -complete -installsuffix shared -buildid 2lvI1zy5zTVuoWdE4jc_/2lvI1zy5zTVuoWdE4jc_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b069/importcfg -pack /root/.go/src/unicode/utf16/utf16.go
2025-08-20T21:25:57.7042843Z [00:02:11.827]➜  cat >/tmp/go-build548448651/b056/importcfg << 'EOF' # internal
2025-08-20T21:25:57.7043759Z [00:02:11.827]➜  # import config
2025-08-20T21:25:57.7044651Z [00:02:11.827]➜  packagefile internal/cpu=/tmp/go-build548448651/b012/_pkg_.a
2025-08-20T21:25:57.7069955Z [00:02:11.827]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:25:57.7070638Z [00:02:11.827]➜  EOF
2025-08-20T21:25:57.7083474Z [00:02:11.827]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b056/_pkg_.a -trimpath "/root/.go/src/math=>math;$WORK/b056=>" -p math -lang=go1.25 -std -installsuffix shared -buildid TOMH2-oM80oUkxVWaf0P/TOMH2-oM80oUkxVWaf0P -goversion go1.25.0 -symabis $WORK/b056/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b056/importcfg -pack -asmhdr $WORK/b056/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-20T21:25:57.7137558Z [00:02:11.836]➜  go tool buildid -w $WORK/b069/_pkg_.a # internal
2025-08-20T21:25:57.7145017Z [00:02:11.837]➜  cp $WORK/b069/_pkg_.a /root/.cache/go-build/8e/8e3f84f996d23ffbddd5f8aed3dc51162780336ff9d54a8b209f133ffe0ca4ce-d # internal
2025-08-20T21:25:57.7150804Z [00:02:11.837]➜  log/internal
2025-08-20T21:25:57.7151398Z [00:02:11.837]➜  mkdir -p $WORK/b072/
2025-08-20T21:25:57.7154123Z [00:02:11.838]➜  echo '# import config' > $WORK/b072/importcfg # internal
2025-08-20T21:25:57.7159073Z [00:02:11.838]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b072/_pkg_.a -trimpath "/root/.go/src/log/internal=>log/internal;$WORK/b072=>" -p log/internal -lang=go1.25 -std -complete -installsuffix shared -buildid f6UQRlSQ_wVdbe0xeumY/f6UQRlSQ_wVdbe0xeumY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b072/importcfg -pack /root/.go/src/log/internal/internal.go
2025-08-20T21:25:57.7218888Z [00:02:11.844]➜  go tool buildid -w $WORK/b072/_pkg_.a # internal
2025-08-20T21:25:57.7229044Z [00:02:11.845]➜  cp $WORK/b072/_pkg_.a /root/.cache/go-build/b7/b74553efc28b2e106bdb06ae97d3aa29289a3e9cfa395b2e4a1286d6ceeef49f-d # internal
2025-08-20T21:25:57.7235784Z [00:02:11.845]➜  container/list
2025-08-20T21:25:57.7236317Z [00:02:11.845]➜  mkdir -p $WORK/b081/
2025-08-20T21:25:57.7237416Z [00:02:11.845]➜  echo '# import config' > $WORK/b081/importcfg # internal
2025-08-20T21:25:57.7241850Z [00:02:11.845]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b081/_pkg_.a -trimpath "/root/.go/src/container/list=>container/list;$WORK/b081=>" -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/b081/importcfg -pack /root/.go/src/container/list/list.go
2025-08-20T21:25:57.7497072Z [00:02:11.872]➜  go tool buildid -w $WORK/b081/_pkg_.a # internal
2025-08-20T21:25:57.7506566Z [00:02:11.873]➜  cp $WORK/b081/_pkg_.a /root/.cache/go-build/e4/e4a1d052b895dab5aabefb19a47a43f4cc5385e1a5909144789394bf17d777e0-d # internal
2025-08-20T21:25:57.7510551Z [00:02:11.873]➜  crypto/internal/fips140/alias
2025-08-20T21:25:57.7513630Z [00:02:11.873]➜  mkdir -p $WORK/b089/
2025-08-20T21:25:57.7515503Z [00:02:11.874]➜  echo '# import config' > $WORK/b089/importcfg # internal
2025-08-20T21:25:57.7519126Z [00:02:11.874]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b089/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/alias=>crypto/internal/fips140/alias;$WORK/b089=>" -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/b089/importcfg -pack /root/.go/src/crypto/internal/fips140/alias/alias.go
2025-08-20T21:25:57.7695715Z [00:02:11.892]➜  go tool buildid -w $WORK/b089/_pkg_.a # internal
2025-08-20T21:25:57.7715006Z [00:02:11.894]➜  cp $WORK/b089/_pkg_.a /root/.cache/go-build/27/2787631884ab3f34b85912526c621adc211455ec60b230fa083c652f01f3d7d9-d # internal
2025-08-20T21:25:57.7719790Z [00:02:11.894]➜  crypto/internal/fips140deps/byteorder
2025-08-20T21:25:57.7720721Z [00:02:11.894]➜  mkdir -p $WORK/b093/
2025-08-20T21:25:57.7721458Z [00:02:11.894]➜  cat >/tmp/go-build548448651/b093/importcfg << 'EOF' # internal
2025-08-20T21:25:57.7722123Z [00:02:11.894]➜  # import config
2025-08-20T21:25:57.7722868Z [00:02:11.894]➜  packagefile internal/byteorder=/tmp/go-build548448651/b013/_pkg_.a
2025-08-20T21:25:57.7738777Z [00:02:11.894]➜  EOF
2025-08-20T21:25:57.7742637Z [00:02:11.894]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b093/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/byteorder=>crypto/internal/fips140deps/byteorder;$WORK/b093=>" -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/b093/importcfg -pack /root/.go/src/crypto/internal/fips140deps/byteorder/byteorder.go
2025-08-20T21:25:57.8023773Z [00:02:11.925]➜  go tool buildid -w $WORK/b093/_pkg_.a # internal
2025-08-20T21:25:57.8032479Z [00:02:11.925]➜  cp $WORK/b093/_pkg_.a /root/.cache/go-build/3b/3b2dc55b8de7ce555f03e495a2b1bcd0d32285049ff481eedf724d5f2f4b16eb-d # internal
2025-08-20T21:25:57.8035331Z [00:02:11.926]➜  crypto/internal/fips140deps/cpu
2025-08-20T21:25:57.8037703Z [00:02:11.926]➜  mkdir -p $WORK/b094/
2025-08-20T21:25:57.8038985Z [00:02:11.926]➜  cat >/tmp/go-build548448651/b094/importcfg << 'EOF' # internal
2025-08-20T21:25:57.8039725Z [00:02:11.926]➜  # import config
2025-08-20T21:25:57.8040428Z [00:02:11.926]➜  packagefile internal/cpu=/tmp/go-build548448651/b012/_pkg_.a
2025-08-20T21:25:57.8041359Z [00:02:11.926]➜  packagefile internal/goarch=/tmp/go-build548448651/b007/_pkg_.a
2025-08-20T21:25:57.8042037Z [00:02:11.926]➜  EOF
2025-08-20T21:25:57.8045447Z [00:02:11.926]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b094/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/cpu=>crypto/internal/fips140deps/cpu;$WORK/b094=>" -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/b094/importcfg -pack /root/.go/src/crypto/internal/fips140deps/cpu/cpu.go
2025-08-20T21:25:57.8510619Z [00:02:11.973]➜  go tool buildid -w $WORK/b094/_pkg_.a # internal
2025-08-20T21:25:57.8516735Z [00:02:11.974]➜  cp $WORK/b094/_pkg_.a /root/.cache/go-build/8e/8ed1e17b06b87350088b9a432f7e796015ad458599309e30ea5270023032775a-d # internal
2025-08-20T21:25:57.8518967Z [00:02:11.974]➜  crypto/internal/fips140/subtle
2025-08-20T21:25:57.8520368Z [00:02:11.975]➜  mkdir -p $WORK/b097/
2025-08-20T21:25:57.8525277Z [00:02:11.975]➜  echo -n > $WORK/b097/go_asm.h # internal
2025-08-20T21:25:57.8541964Z [00:02:11.977]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T21:25:57.8545960Z [00:02:11.977]➜  /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/b097=>" -I $WORK/b097/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b097/symabis ./xor_amd64.s
2025-08-20T21:25:57.8638109Z [00:02:11.986]➜  cat >/tmp/go-build548448651/b097/importcfg << 'EOF' # internal
2025-08-20T21:25:57.8640613Z [00:02:11.986]➜  # import config
2025-08-20T21:25:57.8641495Z [00:02:11.986]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build548448651/b089/_pkg_.a
2025-08-20T21:25:57.8642752Z [00:02:11.986]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build548448651/b093/_pkg_.a
2025-08-20T21:25:57.8643819Z [00:02:11.986]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:25:57.8644453Z [00:02:11.986]➜  EOF
2025-08-20T21:25:57.8663369Z [00:02:11.989]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:25:57.8670548Z [00:02:11.989]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b097/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/subtle=>crypto/internal/fips140/subtle;$WORK/b097=>" -p crypto/internal/fips140/subtle -lang=go1.25 -std -installsuffix shared -buildid 3W5xP-fYs3MALlbt18TM/3W5xP-fYs3MALlbt18TM -goversion go1.25.0 -symabis $WORK/b097/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b097/importcfg -pack -asmhdr $WORK/b097/go_asm.h /root/.go/src/crypto/internal/fips140/subtle/constant_time.go /root/.go/src/crypto/internal/fips140/subtle/xor.go /root/.go/src/crypto/internal/fips140/subtle/xor_asm.go
2025-08-20T21:25:57.8884411Z [00:02:12.011]➜  go tool buildid -w $WORK/b027/_pkg_.a # internal
2025-08-20T21:25:57.8913669Z [00:02:12.014]➜  cp $WORK/b027/_pkg_.a /root/.cache/go-build/e8/e86ac74947f38f3a8a3476155db74cc3519d6693bc160fb3c499fe4b5ffdb27a-d # internal
2025-08-20T21:25:57.8983453Z [00:02:12.021]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T21:25:57.8988649Z [00:02:12.021]➜  /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/b097=>" -I $WORK/b097/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b097/xor_amd64.o ./xor_amd64.s
2025-08-20T21:25:57.8992745Z [00:02:12.022]➜  runtime
2025-08-20T21:25:57.8993936Z [00:02:12.022]➜  mkdir -p $WORK/b010/
2025-08-20T21:25:57.9000048Z [00:02:12.022]➜  echo -n > $WORK/b010/go_asm.h # internal
2025-08-20T21:25:57.9004823Z [00:02:12.023]➜  cd /root/.go/src/runtime
2025-08-20T21:25:57.9007854Z [00:02:12.023]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b010/symabis ./asm.s ./asm_amd64.s ./duff_amd64.s ./ints.s ./memclr_amd64.s ./memmove_amd64.s ./preempt_amd64.s ./rt0_linux_amd64.s ./sys_linux_amd64.s ./test_amd64.s ./time_linux_amd64.s
2025-08-20T21:25:57.9021032Z [00:02:12.025]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T21:25:57.9032655Z [00:02:12.026]➜  go tool pack r $WORK/b097/_pkg_.a $WORK/b097/xor_amd64.o # internal
2025-08-20T21:25:57.9033724Z [00:02:12.026]➜  go tool buildid -w $WORK/b097/_pkg_.a # internal
2025-08-20T21:25:57.9036746Z [00:02:12.026]➜  cp $WORK/b097/_pkg_.a /root/.cache/go-build/7a/7ae0344625486d831f14bdd915194c44ed259b901e4a7d14df5fc9916275c647-d # internal
2025-08-20T21:25:57.9038089Z [00:02:12.026]➜  crypto/internal/boring/sig
2025-08-20T21:25:57.9042252Z [00:02:12.026]➜  mkdir -p $WORK/b107/
2025-08-20T21:25:57.9043864Z [00:02:12.026]➜  echo -n > $WORK/b107/go_asm.h # internal
2025-08-20T21:25:57.9044594Z [00:02:12.026]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T21:25:57.9047059Z [00:02:12.026]➜  /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/b107=>" -I $WORK/b107/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b107/symabis ./sig_amd64.s
2025-08-20T21:25:57.9049351Z [00:02:12.027]➜  cd /root/.go/src/math
2025-08-20T21:25:57.9051096Z [00:02:12.027]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b056=>" -I $WORK/b056/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b056/dim_amd64.o ./dim_amd64.s
2025-08-20T21:25:57.9068911Z [00:02:12.029]➜  echo '# import config' > $WORK/b107/importcfg # internal
2025-08-20T21:25:57.9071876Z [00:02:12.030]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:25:57.9078352Z [00:02:12.030]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b107/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring/sig=>crypto/internal/boring/sig;$WORK/b107=>" -p crypto/internal/boring/sig -lang=go1.25 -std -installsuffix shared -buildid fATHqRd2kDZ9YQZRn0Fs/fATHqRd2kDZ9YQZRn0Fs -goversion go1.25.0 -symabis $WORK/b107/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b107/importcfg -pack -asmhdr $WORK/b107/go_asm.h /root/.go/src/crypto/internal/boring/sig/sig.go
2025-08-20T21:25:57.9086556Z [00:02:12.031]➜  cd /root/.go/src/math
2025-08-20T21:25:57.9089085Z [00:02:12.031]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b056=>" -I $WORK/b056/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b056/exp_amd64.o ./exp_amd64.s
2025-08-20T21:25:57.9127228Z [00:02:12.035]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b056=>" -I $WORK/b056/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b056/floor_amd64.o ./floor_amd64.s
2025-08-20T21:25:57.9145169Z [00:02:12.037]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T21:25:57.9149772Z [00:02:12.037]➜  /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/b107=>" -I $WORK/b107/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b107/sig_amd64.o ./sig_amd64.s
2025-08-20T21:25:57.9168679Z [00:02:12.039]➜  cd /root/.go/src/math
2025-08-20T21:25:57.9171151Z [00:02:12.039]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b056=>" -I $WORK/b056/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b056/hypot_amd64.o ./hypot_amd64.s
2025-08-20T21:25:57.9193923Z [00:02:12.042]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T21:25:57.9194825Z [00:02:12.042]➜  go tool pack r $WORK/b107/_pkg_.a $WORK/b107/sig_amd64.o # internal
2025-08-20T21:25:57.9195692Z [00:02:12.042]➜  go tool buildid -w $WORK/b107/_pkg_.a # internal
2025-08-20T21:25:57.9199715Z [00:02:12.042]➜  cat >/tmp/go-build548448651/b010/importcfg << 'EOF' # internal
2025-08-20T21:25:57.9200424Z [00:02:12.042]➜  # import config
2025-08-20T21:25:57.9202114Z [00:02:12.042]➜  packagefile internal/abi=/tmp/go-build548448651/b006/_pkg_.a
2025-08-20T21:25:57.9203026Z [00:02:12.042]➜  packagefile internal/bytealg=/tmp/go-build548448651/b011/_pkg_.a
2025-08-20T21:25:57.9207971Z [00:02:12.042]➜  packagefile internal/byteorder=/tmp/go-build548448651/b013/_pkg_.a
2025-08-20T21:25:57.9209380Z [00:02:12.042]➜  packagefile internal/chacha8rand=/tmp/go-build548448651/b014/_pkg_.a
2025-08-20T21:25:57.9210885Z [00:02:12.042]➜  packagefile internal/coverage/rtcov=/tmp/go-build548448651/b015/_pkg_.a
2025-08-20T21:25:57.9211983Z [00:02:12.042]➜  packagefile internal/cpu=/tmp/go-build548448651/b012/_pkg_.a
2025-08-20T21:25:57.9212943Z [00:02:12.042]➜  packagefile internal/goarch=/tmp/go-build548448651/b007/_pkg_.a
2025-08-20T21:25:57.9213884Z [00:02:12.042]➜  packagefile internal/godebugs=/tmp/go-build548448651/b016/_pkg_.a
2025-08-20T21:25:57.9214917Z [00:02:12.042]➜  packagefile internal/goexperiment=/tmp/go-build548448651/b017/_pkg_.a
2025-08-20T21:25:57.9215955Z [00:02:12.042]➜  packagefile internal/goos=/tmp/go-build548448651/b018/_pkg_.a
2025-08-20T21:25:57.9217043Z [00:02:12.042]➜  packagefile internal/profilerecord=/tmp/go-build548448651/b019/_pkg_.a
2025-08-20T21:25:57.9219689Z [00:02:12.042]➜  packagefile internal/runtime/atomic=/tmp/go-build548448651/b020/_pkg_.a
2025-08-20T21:25:57.9221132Z [00:02:12.042]➜  packagefile internal/runtime/cgroup=/tmp/go-build548448651/b021/_pkg_.a
2025-08-20T21:25:57.9221832Z [00:02:12.042]➜  packagefile internal/runtime/exithook=/tmp/go-build548448651/b025/_pkg_.a
2025-08-20T21:25:57.9222540Z [00:02:12.042]➜  packagefile internal/runtime/gc=/tmp/go-build548448651/b026/_pkg_.a
2025-08-20T21:25:57.9223784Z [00:02:12.042]➜  packagefile internal/runtime/maps=/tmp/go-build548448651/b027/_pkg_.a
2025-08-20T21:25:57.9225310Z [00:02:12.042]➜  packagefile internal/runtime/math=/tmp/go-build548448651/b023/_pkg_.a
2025-08-20T21:25:57.9232583Z [00:02:12.042]➜  packagefile internal/runtime/strconv=/tmp/go-build548448651/b022/_pkg_.a
2025-08-20T21:25:57.9233763Z [00:02:12.042]➜  packagefile internal/runtime/sys=/tmp/go-build548448651/b031/_pkg_.a
2025-08-20T21:25:57.9234848Z [00:02:12.042]➜  packagefile internal/runtime/syscall=/tmp/go-build548448651/b024/_pkg_.a
2025-08-20T21:25:57.9236185Z [00:02:12.042]➜  packagefile internal/stringslite=/tmp/go-build548448651/b032/_pkg_.a
2025-08-20T21:25:57.9237265Z [00:02:12.042]➜  packagefile internal/trace/tracev2=/tmp/go-build548448651/b033/_pkg_.a
2025-08-20T21:25:57.9238026Z [00:02:12.042]➜  EOF
2025-08-20T21:25:57.9238779Z [00:02:12.043]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:25:57.9290236Z [00:02:12.043]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b010/_pkg_.a -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -p runtime -lang=go1.25 -std -installsuffix shared -buildid LDadxDeu-0VTvJrf4FPW/LDadxDeu-0VTvJrf4FPW -goversion go1.25.0 -symabis $WORK/b010/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b010/importcfg -pack -asmhdr $WORK/b010/go_asm.h /root/.go/src/runtime/alg.go /root/.go/src/runtime/arena.go /root/.go/src/runtime/asan0.go /root/.go/src/runtime/atomic_pointer.go /root/.go/src/runtime/badlinkname.go /root/.go/src/runtime/badlinkname_linux.go /root/.go/src/runtime/cgo.go /root/.go/src/runtime/cgo_mmap.go /root/.go/src/runtime/cgo_sigaction.go /root/.go/src/runtime/cgocall.go /root/.go/src/runtime/cgocallback.go /root/.go/src/runtime/cgocheck.go /root/.go/src/runtime/cgroup_linux.go /root/.go/src/runtime/chan.go /root/.go/src/runtime/checkptr.go /root/.go/src/runtime/compiler.go /root/.go/src/runtime/complex.go /root/.go/src/runtime/coro.go /root/.go/src/runtime/covercounter.go /root/.go/src/runtime/covermeta.go /root/.go/src/runtime/cpuflags.go /root/.go/src/runtime/cpuflags_amd64.go /root/.go/src/runtime/cpuprof.go /root/.go/src/runtime/cputicks.go /root/.go/src/runtime/create_file_unix.go /root/.go/src/runtime/debug.go /root/.go/src/runtime/debugcall.go /root/.go/src/runtime/debuglog.go /root/.go/src/runtime/debuglog_off.go /root/.go/src/runtime/defs_linux_amd64.go /root/.go/src/runtime/env_posix.go /root/.go/src/runtime/error.go /root/.go/src/runtime/extern.go /root/.go/src/runtime/fastlog2.go /root/.go/src/runtime/fastlog2table.go /root/.go/src/runtime/fds_unix.go /root/.go/src/runtime/float.go /root/.go/src/runtime/hash64.go /root/.go/src/runtime/heapdump.go /root/.go/src/runtime/histogram.go /root/.go/src/runtime/iface.go /root/.go/src/runtime/lfstack.go /root/.go/src/runtime/linkname.go /root/.go/src/runtime/linkname_swiss.go /root/.go/src/runtime/linkname_unix.go /root/.go/src/runtime/lock_futex.go /root/.go/src/runtime/lock_spinbit.go /root/.go/src/runtime/lockrank.go /root/.go/src/runtime/lockrank_off.go /root/.go/src/runtime/malloc.go /root/.go/src/runtime/map_fast32_swiss.go /root/.go/src/runtime/map_fast64_swiss.go /root/.go/src/runtime/map_faststr_swiss.go /root/.go/src/runtime/map_swiss.go /root/.go/src/runtime/mbarrier.go /root/.go/src/runtime/mbitmap.go /root/.go/src/runtime/mcache.go /root/.go/src/runtime/mcentral.go /root/.go/src/runtime/mcheckmark.go /root/.go/src/runtime/mcleanup.go /root/.go/src/runtime/mem.go /root/.go/src/runtime/mem_linux.go /root/.go/src/runtime/mem_nonsbrk.go /root/.go/src/runtime/metrics.go /root/.go/src/runtime/mfinal.go /root/.go/src/runtime/mfixalloc.go /root/.go/src/runtime/mgc.go /root/.go/src/runtime/mgclimit.go /root/.go/src/runtime/mgcmark.go /root/.go/src/runtime/mgcmark_nogreenteagc.go /root/.go/src/runtime/mgcpacer.go /root/.go/src/runtime/mgcscavenge.go /root/.go/src/runtime/mgcstack.go /root/.go/src/runtime/mgcsweep.go /root/.go/src/runtime/mgcwork.go /root/.go/src/runtime/mheap.go /root/.go/src/runtime/minmax.go /root/.go/src/runtime/mpagealloc.go /root/.go/src/runtime/mpagealloc_64bit.go /root/.go/src/runtime/mpagecache.go /root/.go/src/runtime/mpallocbits.go /root/.go/src/runtime/mprof.go /root/.go/src/runtime/mranges.go /root/.go/src/runtime/msan0.go /root/.go/src/runtime/msize.go /root/.go/src/runtime/mspanset.go /root/.go/src/runtime/mstats.go /root/.go/src/runtime/mwbbuf.go /root/.go/src/runtime/nbpipe_pipe2.go /root/.go/src/runtime/netpoll.go /root/.go/src/runtime/netpoll_epoll.go /root/.go/src/runtime/nonwindows_stub.go /root/.go/src/runtime/note_other.go /root/.go/src/runtime/os_linux.go /root/.go/src/runtime/os_linux_generic.go /root/.go/src/runtime/os_linux_noauxv.go /root/.go/src/runtime/os_linux_x86.go /root/.go/src/runtime/os_nonopenbsd.go /root/.go/src/runtime/os_unix.go /root/.go/src/runtime/panic.go /root/.go/src/runtime/pinner.go /root/.go/src/runtime/plugin.go /root/.go/src/runtime/preempt.go /root/.go/src/runtime/preempt_nonwindows.go /root/.go/src/runtime/print.go /root/.go/src/runtime/proc.go /root/.go/src/runtime/profbuf.go /root/.go/src/runtime/proflabel.go /root/.go/src/runtime/race0.go /root/.go/src/runtime/rand.go /root/.go/src/runtime/rdebug.go /root/.go/src/runtime/retry.go /root/.go/src/runtime/runtime.go /root/.go/src/runtime/runtime1.go /root/.go/src/runtime/runtime2.go /root/.go/src/runtime/runtime_boring.go /root/.go/src/runtime/rwmutex.go /root/.go/src/runtime/security_linux.go /root/.go/src/runtime/security_unix.go /root/.go/src/runtime/select.go /root/.go/src/runtime/sema.go /root/.go/src/runtime/set_vma_name_linux.go /root/.go/src/runtime/signal_amd64.go /root/.go/src/runtime/signal_linux_amd64.go /root/.go/src/runtime/signal_unix.go /root/.go/src/runtime/sigqueue.go /root/.go/src/runtime/sigqueue_note.go /root/.go/src/runtime/sigtab_linux_generic.go /root/.go/src/runtime/slice.go /root/.go/src/runtime/softfloat64.go /root/.go/src/runtime/stack.go /root/.go/src/runtime/stkframe.go /root/.go/src/runtime/string.go /root/.go/src/runtime/stubs.go /root/.go/src/runtime/stubs2.go /root/.go/src/runtime/stubs3.go /root/.go/src/runtime/stubs_amd64.go /root/.go/src/runtime/stubs_linux.go /root/.go/src/runtime/stubs_nonwasm.go /root/.go/src/runtime/symtab.go /root/.go/src/runtime/symtabinl.go /root/.go/src/runtime/synctest.go /root/.go/src/runtime/sys_nonppc64x.go /root/.go/src/runtime/sys_x86.go /root/.go/src/runtime/tagptr.go /root/.go/src/runtime/tagptr_64bit.go /root/.go/src/runtime/test_amd64.go /root/.go/src/runtime/time.go /root/.go/src/runtime/time_nofake.go /root/.go/src/runtime/timeasm.go /root/.go/src/runtime/tls_stub.go /root/.go/src/runtime/trace.go /root/.go/src/runtime/traceallocfree.go /root/.go/src/runtime/traceback.go /root/.go/src/runtime/tracebuf.go /root/.go/src/runtime/tracecpu.go /root/.go/src/runtime/traceevent.go /root/.go/src/runtime/tracemap.go /root/.go/src/runtime/traceregion.go /root/.go/src/runtime/traceruntime.go /root/.go/src/runtime/tracestack.go /root/.go/src/runtime/tracestatus.go /root/.go/src/runtime/tracestring.go /root/.go/src/runtime/tracetime.go /root/.go/src/runtime/tracetype.go /root/.go/src/runtime/type.go /root/.go/src/runtime/typekind.go /root/.go/src/runtime/unsafe.go /root/.go/src/runtime/utf8.go /root/.go/src/runtime/valgrind0.go /root/.go/src/runtime/vdso_elf64.go /root/.go/src/runtime/vdso_linux.go /root/.go/src/runtime/vdso_linux_amd64.go /root/.go/src/runtime/vgetrandom_linux.go /root/.go/src/runtime/write_err.go
2025-08-20T21:25:57.9332316Z [00:02:12.043]➜  cp $WORK/b107/_pkg_.a /root/.cache/go-build/05/05b5ad9f79485939adbb0ea7fc10d59aac51ff6ddca5c19734c0d9118468019b-d # internal
2025-08-20T21:25:57.9333406Z [00:02:12.044]➜  cd /root/.go/src/math
2025-08-20T21:25:57.9335155Z [00:02:12.044]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b056=>" -I $WORK/b056/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b056/log_amd64.o ./log_amd64.s
2025-08-20T21:25:57.9338231Z [00:02:12.044]➜  vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T21:25:57.9339068Z [00:02:12.044]➜  mkdir -p $WORK/b130/
2025-08-20T21:25:57.9339768Z [00:02:12.044]➜  echo '# import config' > $WORK/b130/importcfg # internal
2025-08-20T21:25:57.9341825Z [00:02:12.045]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:25:57.9345964Z [00:02:12.045]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b130/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/cryptobyte/asn1=>vendor/golang.org/x/crypto/cryptobyte/asn1;$WORK/b130=>" -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/b130/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/cryptobyte/asn1/asn1.go
2025-08-20T21:25:57.9349478Z [00:02:12.048]➜  cd /root/.go/src/math
2025-08-20T21:25:57.9350899Z [00:02:12.048]➜  go tool pack r $WORK/b056/_pkg_.a $WORK/b056/dim_amd64.o $WORK/b056/exp_amd64.o $WORK/b056/floor_amd64.o $WORK/b056/hypot_amd64.o $WORK/b056/log_amd64.o # internal
2025-08-20T21:25:57.9352229Z [00:02:12.048]➜  go tool buildid -w $WORK/b041/_pkg_.a # internal
2025-08-20T21:25:57.9352936Z [00:02:12.049]➜  go tool buildid -w $WORK/b056/_pkg_.a # internal
2025-08-20T21:25:57.9354205Z [00:02:12.052]➜  cp $WORK/b041/_pkg_.a /root/.cache/go-build/cc/cc3b6274dd002c0fe510807e580d696058ee9142f3fd3aba6ee1367bea97e58b-d # internal
2025-08-20T21:25:57.9355377Z [00:02:12.054]➜  vendor/golang.org/x/crypto/internal/alias
2025-08-20T21:25:57.9355984Z [00:02:12.056]➜  mkdir -p $WORK/b143/
2025-08-20T21:25:57.9356652Z [00:02:12.057]➜  echo '# import config' > $WORK/b143/importcfg # internal
2025-08-20T21:25:57.9361278Z [00:02:12.058]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:25:57.9368328Z [00:02:12.058]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b143/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/internal/alias=>vendor/golang.org/x/crypto/internal/alias;$WORK/b143=>" -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/b143/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/internal/alias/alias.go
2025-08-20T21:25:57.9372493Z [00:02:12.058]➜  cp $WORK/b056/_pkg_.a /root/.cache/go-build/77/77a3e30cf2fb55e1dc56b28d3ec43f123b13830f8a5646d9017c747bd2dae5d3-d # internal
2025-08-20T21:25:57.9373544Z [00:02:12.058]➜  internal/nettrace
2025-08-20T21:25:57.9374045Z [00:02:12.058]➜  mkdir -p $WORK/b162/
2025-08-20T21:25:57.9374725Z [00:02:12.058]➜  echo '# import config' > $WORK/b162/importcfg # internal
2025-08-20T21:25:57.9386068Z [00:02:12.058]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b162/_pkg_.a -trimpath "/root/.go/src/internal/nettrace=>internal/nettrace;$WORK/b162=>" -p internal/nettrace -lang=go1.25 -std -complete -installsuffix shared -buildid rgg9yB6VRZ7hNuVvTVTq/rgg9yB6VRZ7hNuVvTVTq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b162/importcfg -pack /root/.go/src/internal/nettrace/nettrace.go
2025-08-20T21:25:57.9390567Z [00:02:12.059]➜  go tool buildid -w $WORK/b130/_pkg_.a # internal
2025-08-20T21:25:57.9391867Z [00:02:12.059]➜  cp $WORK/b130/_pkg_.a /root/.cache/go-build/e4/e4955d73e74bf52cfe012fffcb59ffa54e83ed0d9c00f71a66a588a7e63b76a1-d # internal
2025-08-20T21:25:57.9392922Z [00:02:12.059]➜  log/slog/internal
2025-08-20T21:25:57.9393436Z [00:02:12.060]➜  mkdir -p $WORK/b203/
2025-08-20T21:25:57.9394144Z [00:02:12.061]➜  echo '# import config' > $WORK/b203/importcfg # internal
2025-08-20T21:25:57.9397381Z [00:02:12.061]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b203/_pkg_.a -trimpath "/root/.go/src/log/slog/internal=>log/slog/internal;$WORK/b203=>" -p log/slog/internal -lang=go1.25 -std -complete -installsuffix shared -buildid RoRzNvV7n5WuEBQjO33Q/RoRzNvV7n5WuEBQjO33Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b203/importcfg -pack /root/.go/src/log/slog/internal/ignorepc.go
2025-08-20T21:25:57.9452966Z [00:02:12.068]➜  go tool buildid -w $WORK/b162/_pkg_.a # internal
2025-08-20T21:25:57.9469305Z [00:02:12.069]➜  cp $WORK/b162/_pkg_.a /root/.cache/go-build/ec/ec8e50975f2e34950b4d8c10d1f3fb5d9560600c8943b2666d4dd24caba5d209-d # internal
2025-08-20T21:25:57.9472285Z [00:02:12.070]➜  go.opentelemetry.io/otel/trace/embedded
2025-08-20T21:25:57.9474566Z [00:02:12.070]➜  mkdir -p $WORK/b216/
2025-08-20T21:25:57.9478309Z [00:02:12.070]➜  echo '# import config' > $WORK/b216/importcfg # internal
2025-08-20T21:25:57.9482052Z [00:02:12.071]➜  go tool buildid -w $WORK/b143/_pkg_.a # internal
2025-08-20T21:25:57.9501567Z [00:02:12.073]➜  cp $WORK/b143/_pkg_.a /root/.cache/go-build/1c/1ce003014d8d5aabb9f5d0cb489f79b80c55eb3cb6a6ee1c86af76217c510d16-d # internal
2025-08-20T21:25:57.9504811Z [00:02:12.073]➜  go.opentelemetry.io/otel/metric/embedded
2025-08-20T21:25:57.9506443Z [00:02:12.073]➜  mkdir -p $WORK/b220/
2025-08-20T21:25:57.9507177Z [00:02:12.073]➜  echo '# import config' > $WORK/b220/importcfg # internal
2025-08-20T21:25:57.9511457Z [00:02:12.073]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b220/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.37.0/embedded=>go.opentelemetry.io/otel/metric@v1.37.0/embedded;$WORK/b220=>" -p go.opentelemetry.io/otel/metric/embedded -lang=go1.23 -complete -installsuffix shared -buildid bzxWu2epeu1IgxrFLAu8/bzxWu2epeu1IgxrFLAu8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b220/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.37.0/embedded/embedded.go
2025-08-20T21:25:57.9518247Z [00:02:12.073]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b216/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/embedded=>go.opentelemetry.io/otel/trace@v1.37.0/embedded;$WORK/b216=>" -p go.opentelemetry.io/otel/trace/embedded -lang=go1.23 -complete -installsuffix shared -buildid VV5dHGaiUaFOyTZbgxzi/VV5dHGaiUaFOyTZbgxzi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b216/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/embedded/embedded.go
2025-08-20T21:25:57.9523310Z [00:02:12.075]➜  go tool buildid -w $WORK/b203/_pkg_.a # internal
2025-08-20T21:25:57.9525705Z [00:02:12.075]➜  cp $WORK/b203/_pkg_.a /root/.cache/go-build/a0/a0754a084ce4f0f625656a5dca05dec162c764d7427042a3381e138830d70035-d # internal
2025-08-20T21:25:57.9536286Z [00:02:12.076]➜  google.golang.org/protobuf/internal/flags
2025-08-20T21:25:57.9542340Z [00:02:12.077]➜  mkdir -p $WORK/b295/
2025-08-20T21:25:57.9547081Z [00:02:12.077]➜  echo '# import config' > $WORK/b295/importcfg # internal
2025-08-20T21:25:57.9556055Z [00:02:12.078]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b295/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/flags=>google.golang.org/protobuf@v1.36.7/internal/flags;$WORK/b295=>" -p google.golang.org/protobuf/internal/flags -lang=go1.22 -complete -installsuffix shared -buildid lF17JkfWHHo1c952GTPB/lF17JkfWHHo1c952GTPB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b295/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/flags/flags.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/flags/proto_legacy_disable.go
2025-08-20T21:25:57.9624673Z [00:02:12.085]➜  go tool buildid -w $WORK/b216/_pkg_.a # internal
2025-08-20T21:25:57.9632407Z [00:02:12.086]➜  cp $WORK/b216/_pkg_.a /root/.cache/go-build/73/73a9b5f7847662d48020606413de09d1a2265d5d4f12646cc1c7a3b71a0f12ea-d # internal
2025-08-20T21:25:57.9636669Z [00:02:12.086]➜  google.golang.org/protobuf/internal/set
2025-08-20T21:25:57.9640725Z [00:02:12.086]➜  mkdir -p $WORK/b307/
2025-08-20T21:25:57.9647772Z [00:02:12.087]➜  cat >/tmp/go-build548448651/b307/importcfg << 'EOF' # internal
2025-08-20T21:25:57.9648648Z [00:02:12.087]➜  # import config
2025-08-20T21:25:57.9649368Z [00:02:12.087]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:25:57.9650050Z [00:02:12.087]➜  EOF
2025-08-20T21:25:57.9653849Z [00:02:12.087]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b307/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/set=>google.golang.org/protobuf@v1.36.7/internal/set;$WORK/b307=>" -p google.golang.org/protobuf/internal/set -lang=go1.22 -complete -installsuffix shared -buildid I30rpKCS6Z3KpbuI8FT5/I30rpKCS6Z3KpbuI8FT5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b307/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/set/ints.go
2025-08-20T21:25:57.9688951Z [00:02:12.091]➜  go tool buildid -w $WORK/b295/_pkg_.a # internal
2025-08-20T21:25:57.9696392Z [00:02:12.092]➜  cp $WORK/b295/_pkg_.a /root/.cache/go-build/e9/e93712da64ed7233dcc8c3d02f3b1f12bebd80e3f3fd8c6e69a454cca3ce48b3-d # internal
2025-08-20T21:25:57.9697566Z [00:02:12.092]➜  github.com/cskr/pubsub
2025-08-20T21:25:57.9698114Z [00:02:12.092]➜  mkdir -p $WORK/b410/
2025-08-20T21:25:57.9699006Z [00:02:12.092]➜  echo '# import config' > $WORK/b410/importcfg # internal
2025-08-20T21:25:57.9702407Z [00:02:12.092]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b410/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cskr/pubsub@v1.0.2=>github.com/cskr/pubsub@v1.0.2;$WORK/b410=>" -p github.com/cskr/pubsub -lang=go1.12 -complete -installsuffix shared -buildid _BO0opGzglemIxygZ2Y3/_BO0opGzglemIxygZ2Y3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b410/importcfg -pack /root/go/pkg/mod/github.com/cskr/pubsub@v1.0.2/pubsub.go
2025-08-20T21:25:57.9708222Z [00:02:12.093]➜  go tool buildid -w $WORK/b220/_pkg_.a # internal
2025-08-20T21:25:57.9716534Z [00:02:12.094]➜  cp $WORK/b220/_pkg_.a /root/.cache/go-build/15/15efd2760117082ee2009026c196ebe2652f0beae1d8f07d0a00047a5bb07ca4-d # internal
2025-08-20T21:25:57.9731761Z [00:02:12.094]➜  github.com/libp2p/go-libp2p/core/control
2025-08-20T21:25:57.9732701Z [00:02:12.094]➜  mkdir -p $WORK/b425/
2025-08-20T21:25:57.9733661Z [00:02:12.094]➜  echo '# import config' > $WORK/b425/importcfg # internal
2025-08-20T21:25:57.9737757Z [00:02:12.094]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b425/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/control=>github.com/libp2p/go-libp2p@v0.43.0/core/control;$WORK/b425=>" -p github.com/libp2p/go-libp2p/core/control -lang=go1.23 -complete -installsuffix shared -buildid E1fZAo6zsTJIxgKfo_MZ/E1fZAo6zsTJIxgKfo_MZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b425/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/control/disconnect.go
2025-08-20T21:25:57.9787509Z [00:02:12.101]➜  go tool buildid -w $WORK/b307/_pkg_.a # internal
2025-08-20T21:25:57.9793745Z [00:02:12.102]➜  cp $WORK/b307/_pkg_.a /root/.cache/go-build/2e/2e7bdc13b5b4ee8785c3d6364126939774b9c9ee983ffdf3908e32aed473df95-d # internal
2025-08-20T21:25:57.9814260Z [00:02:12.102]➜  golang.org/x/net/internal/iana
2025-08-20T21:25:57.9814894Z [00:02:12.102]➜  mkdir -p $WORK/b452/
2025-08-20T21:25:57.9815931Z [00:02:12.102]➜  echo '# import config' > $WORK/b452/importcfg # internal
2025-08-20T21:25:57.9819892Z [00:02:12.103]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b452/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.43.0/internal/iana=>golang.org/x/net@v0.43.0/internal/iana;$WORK/b452=>" -p golang.org/x/net/internal/iana -lang=go1.23 -complete -installsuffix shared -buildid BwG-RBGP7UW0yoX2Fu-o/BwG-RBGP7UW0yoX2Fu-o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b452/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.43.0/internal/iana/const.go
2025-08-20T21:25:57.9824492Z [00:02:12.105]➜  go tool buildid -w $WORK/b425/_pkg_.a # internal
2025-08-20T21:25:57.9826425Z [00:02:12.105]➜  cp $WORK/b425/_pkg_.a /root/.cache/go-build/3f/3f49b637f299fa21b53384b4b48822b109350651dfd8d9d5925d84ec4f7554fa-d # internal
2025-08-20T21:25:57.9828315Z [00:02:12.105]➜  github.com/ipfs/boxo/ipld/unixfs/internal
2025-08-20T21:25:57.9829436Z [00:02:12.105]➜  mkdir -p $WORK/b475/
2025-08-20T21:25:57.9830507Z [00:02:12.105]➜  echo '# import config' > $WORK/b475/importcfg # internal
2025-08-20T21:25:57.9834644Z [00:02:12.105]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b475/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/ipld/unixfs/internal=>github.com/ipfs/boxo@v0.34.0/ipld/unixfs/internal;$WORK/b475=>" -p github.com/ipfs/boxo/ipld/unixfs/internal -lang=go1.24 -complete -installsuffix shared -buildid CUvELVF2IEFt4cyVvr_p/CUvELVF2IEFt4cyVvr_p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b475/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/ipld/unixfs/internal/config.go
2025-08-20T21:25:57.9930652Z [00:02:12.114]➜  go tool buildid -w $WORK/b475/_pkg_.a # internal
2025-08-20T21:25:57.9940337Z [00:02:12.116]➜  cp $WORK/b475/_pkg_.a /root/.cache/go-build/2f/2f3affc24fcf7f59abfbbf46f623700bf321bfc995044e05d1dd0ded4e4021c6-d # internal
2025-08-20T21:25:57.9941552Z [00:02:12.116]➜  math/cmplx
2025-08-20T21:25:57.9942110Z [00:02:12.116]➜  mkdir -p $WORK/b517/
2025-08-20T21:25:57.9942887Z [00:02:12.116]➜  cat >/tmp/go-build548448651/b517/importcfg << 'EOF' # internal
2025-08-20T21:25:57.9943595Z [00:02:12.116]➜  # import config
2025-08-20T21:25:57.9944266Z [00:02:12.116]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:25:57.9945165Z [00:02:12.116]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:25:57.9945844Z [00:02:12.116]➜  EOF
2025-08-20T21:25:57.9952471Z [00:02:12.116]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b517/_pkg_.a -trimpath "/root/.go/src/math/cmplx=>math/cmplx;$WORK/b517=>" -p math/cmplx -lang=go1.25 -std -complete -installsuffix shared -buildid ekazgelhuHoPBSexKBFO/ekazgelhuHoPBSexKBFO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b517/importcfg -pack /root/.go/src/math/cmplx/abs.go /root/.go/src/math/cmplx/asin.go /root/.go/src/math/cmplx/conj.go /root/.go/src/math/cmplx/exp.go /root/.go/src/math/cmplx/isinf.go /root/.go/src/math/cmplx/isnan.go /root/.go/src/math/cmplx/log.go /root/.go/src/math/cmplx/phase.go /root/.go/src/math/cmplx/polar.go /root/.go/src/math/cmplx/pow.go /root/.go/src/math/cmplx/rect.go /root/.go/src/math/cmplx/sin.go /root/.go/src/math/cmplx/sqrt.go /root/.go/src/math/cmplx/tan.go
2025-08-20T21:25:57.9957609Z [00:02:12.117]➜  go tool buildid -w $WORK/b452/_pkg_.a # internal
2025-08-20T21:25:57.9959140Z [00:02:12.117]➜  cp $WORK/b452/_pkg_.a /root/.cache/go-build/61/610e050d86b62adea984bfa1df12f01230fbef1988805d1139b0cb751567f465-d # internal
2025-08-20T21:25:57.9960357Z [00:02:12.117]➜  gonum.org/v1/gonum/mathext/internal/gonum
2025-08-20T21:25:57.9961060Z [00:02:12.117]➜  mkdir -p $WORK/b519/
2025-08-20T21:25:57.9961810Z [00:02:12.117]➜  cat >/tmp/go-build548448651/b519/importcfg << 'EOF' # internal
2025-08-20T21:25:57.9962550Z [00:02:12.117]➜  # import config
2025-08-20T21:25:57.9963229Z [00:02:12.117]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:25:57.9963873Z [00:02:12.117]➜  EOF
2025-08-20T21:25:57.9979991Z [00:02:12.117]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b519/_pkg_.a -trimpath "/root/go/pkg/mod/gonum.org/v1/gonum@v0.16.0/mathext/internal/gonum=>gonum.org/v1/gonum@v0.16.0/mathext/internal/gonum;$WORK/b519=>" -p gonum.org/v1/gonum/mathext/internal/gonum -lang=go1.23 -complete -installsuffix shared -buildid 9Og5NQ_UF5vMWu832aHZ/9Og5NQ_UF5vMWu832aHZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b519/importcfg -pack /root/go/pkg/mod/gonum.org/v1/gonum@v0.16.0/mathext/internal/gonum/beta.go /root/go/pkg/mod/gonum.org/v1/gonum@v0.16.0/mathext/internal/gonum/doc.go /root/go/pkg/mod/gonum.org/v1/gonum@v0.16.0/mathext/internal/gonum/gonum.go
2025-08-20T21:25:58.0084990Z [00:02:12.131]➜  go tool buildid -w $WORK/b410/_pkg_.a # internal
2025-08-20T21:25:58.0098221Z [00:02:12.132]➜  cp $WORK/b410/_pkg_.a /root/.cache/go-build/41/41213a1ee3c9c83981a806086a844b55f8c8bae7017b25e29d76b5e7aa2a2ebb-d # internal
2025-08-20T21:25:58.0099703Z [00:02:12.132]➜  github.com/cockroachdb/errors/stdstrings
2025-08-20T21:25:58.0100383Z [00:02:12.132]➜  mkdir -p $WORK/b560/
2025-08-20T21:25:58.0101119Z [00:02:12.132]➜  echo '# import config' > $WORK/b560/importcfg # internal
2025-08-20T21:25:58.0105199Z [00:02:12.132]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b560/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/stdstrings=>github.com/cockroachdb/errors@v1.11.3/stdstrings;$WORK/b560=>" -p github.com/cockroachdb/errors/stdstrings -lang=go1.19 -complete -installsuffix shared -buildid b5AK7gRYd-LayxVvZKvG/b5AK7gRYd-LayxVvZKvG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b560/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/stdstrings/strings.go
2025-08-20T21:25:58.0129372Z [00:02:12.135]➜  go tool buildid -w $WORK/b519/_pkg_.a # internal
2025-08-20T21:25:58.0135993Z [00:02:12.136]➜  cp $WORK/b519/_pkg_.a /root/.cache/go-build/ad/adee9d0936f6ca80d3ca24b8df67f0cf18dec004765bbe488743af5dc134c772-d # internal
2025-08-20T21:25:58.0152025Z [00:02:12.136]➜  gonum.org/v1/gonum/mathext/internal/cephes
2025-08-20T21:25:58.0152820Z [00:02:12.137]➜  mkdir -p $WORK/b518/
2025-08-20T21:25:58.0153680Z [00:02:12.137]➜  cat >/tmp/go-build548448651/b518/importcfg << 'EOF' # internal
2025-08-20T21:25:58.0154513Z [00:02:12.137]➜  # import config
2025-08-20T21:25:58.0155563Z [00:02:12.137]➜  packagefile gonum.org/v1/gonum/mathext/internal/gonum=/tmp/go-build548448651/b519/_pkg_.a
2025-08-20T21:25:58.0156751Z [00:02:12.137]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:25:58.0157484Z [00:02:12.137]➜  EOF
2025-08-20T21:25:58.0167068Z [00:02:12.137]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b518/_pkg_.a -trimpath "/root/go/pkg/mod/gonum.org/v1/gonum@v0.16.0/mathext/internal/cephes=>gonum.org/v1/gonum@v0.16.0/mathext/internal/cephes;$WORK/b518=>" -p gonum.org/v1/gonum/mathext/internal/cephes -lang=go1.23 -complete -installsuffix shared -buildid PUVmQvjjEhqlklc2Ivxy/PUVmQvjjEhqlklc2Ivxy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b518/importcfg -pack /root/go/pkg/mod/gonum.org/v1/gonum@v0.16.0/mathext/internal/cephes/cephes.go /root/go/pkg/mod/gonum.org/v1/gonum@v0.16.0/mathext/internal/cephes/doc.go /root/go/pkg/mod/gonum.org/v1/gonum@v0.16.0/mathext/internal/cephes/igam.go /root/go/pkg/mod/gonum.org/v1/gonum@v0.16.0/mathext/internal/cephes/igami.go /root/go/pkg/mod/gonum.org/v1/gonum@v0.16.0/mathext/internal/cephes/incbeta.go /root/go/pkg/mod/gonum.org/v1/gonum@v0.16.0/mathext/internal/cephes/incbi.go /root/go/pkg/mod/gonum.org/v1/gonum@v0.16.0/mathext/internal/cephes/lanczos.go /root/go/pkg/mod/gonum.org/v1/gonum@v0.16.0/mathext/internal/cephes/ndtri.go /root/go/pkg/mod/gonum.org/v1/gonum@v0.16.0/mathext/internal/cephes/polevl.go /root/go/pkg/mod/gonum.org/v1/gonum@v0.16.0/mathext/internal/cephes/unity.go /root/go/pkg/mod/gonum.org/v1/gonum@v0.16.0/mathext/internal/cephes/zeta.go
2025-08-20T21:25:58.0183997Z [00:02:12.140]➜  go tool buildid -w $WORK/b560/_pkg_.a # internal
2025-08-20T21:25:58.0185579Z [00:02:12.141]➜  cp $WORK/b560/_pkg_.a /root/.cache/go-build/32/32520350aa03b5c941678f20519b9b3199911e064c1b83d6a47dddfc14ac2512-d # internal
2025-08-20T21:25:58.0186552Z [00:02:12.141]➜  container/ring
2025-08-20T21:25:58.0187024Z [00:02:12.141]➜  mkdir -p $WORK/b570/
2025-08-20T21:25:58.0187716Z [00:02:12.141]➜  echo '# import config' > $WORK/b570/importcfg # internal
2025-08-20T21:25:58.0191042Z [00:02:12.141]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b570/_pkg_.a -trimpath "/root/.go/src/container/ring=>container/ring;$WORK/b570=>" -p container/ring -lang=go1.25 -std -complete -installsuffix shared -buildid BLk0KlOXNQ7DWfdaLI5E/BLk0KlOXNQ7DWfdaLI5E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b570/importcfg -pack /root/.go/src/container/ring/ring.go
2025-08-20T21:25:58.0359765Z [00:02:12.158]➜  go tool buildid -w $WORK/b570/_pkg_.a # internal
2025-08-20T21:25:58.0361115Z [00:02:12.158]➜  cp $WORK/b570/_pkg_.a /root/.cache/go-build/bd/bd063ec3538785eb8880cee1e73d2eeea50eaece1ef56ae7b07686cf10baea96-d # internal
2025-08-20T21:25:58.0362433Z [00:02:12.158]➜  github.com/getsentry/sentry-go/internal/otel/baggage/internal/baggage
2025-08-20T21:25:58.0363227Z [00:02:12.158]➜  mkdir -p $WORK/b573/
2025-08-20T21:25:58.0366490Z [00:02:12.159]➜  echo '# import config' > $WORK/b573/importcfg # internal
2025-08-20T21:25:58.0371882Z [00:02:12.159]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b573/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/internal/otel/baggage/internal/baggage=>github.com/getsentry/sentry-go@v0.27.0/internal/otel/baggage/internal/baggage;$WORK/b573=>" -p github.com/getsentry/sentry-go/internal/otel/baggage/internal/baggage -lang=go1.18 -complete -installsuffix shared -buildid 5LWj7pM7DIyWOrS6Fq41/5LWj7pM7DIyWOrS6Fq41 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b573/importcfg -pack /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/internal/otel/baggage/internal/baggage/baggage.go
2025-08-20T21:25:58.0453125Z [00:02:12.168]➜  go tool buildid -w $WORK/b573/_pkg_.a # internal
2025-08-20T21:25:58.0461050Z [00:02:12.168]➜  cp $WORK/b573/_pkg_.a /root/.cache/go-build/6e/6e2b5fc99ba749a9ba81e9086bb95a3eb72d49c6b25b4da23a3eb296661e2c81-d # internal
2025-08-20T21:25:58.0462230Z [00:02:12.168]➜  internal/goversion
2025-08-20T21:25:58.0462775Z [00:02:12.168]➜  mkdir -p $WORK/b590/
2025-08-20T21:25:58.0463466Z [00:02:12.169]➜  echo '# import config' > $WORK/b590/importcfg # internal
2025-08-20T21:25:58.0466704Z [00:02:12.169]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b590/_pkg_.a -trimpath "/root/.go/src/internal/goversion=>internal/goversion;$WORK/b590=>" -p internal/goversion -lang=go1.25 -std -complete -installsuffix shared -buildid dogWl6GHkkbgNTVJeiTR/dogWl6GHkkbgNTVJeiTR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b590/importcfg -pack /root/.go/src/internal/goversion/goversion.go
2025-08-20T21:25:58.0514667Z [00:02:12.174]➜  go tool buildid -w $WORK/b590/_pkg_.a # internal
2025-08-20T21:25:58.0520587Z [00:02:12.174]➜  cp $WORK/b590/_pkg_.a /root/.cache/go-build/d3/d3bb43876c9a316890dec21381239d181c1fcef964d47ac080fa4bbff8f6392a-d # internal
2025-08-20T21:25:58.0526052Z [00:02:12.175]➜  internal/platform
2025-08-20T21:25:58.0526601Z [00:02:12.175]➜  mkdir -p $WORK/b591/
2025-08-20T21:25:58.0529123Z [00:02:12.175]➜  echo '# import config' > $WORK/b591/importcfg # internal
2025-08-20T21:25:58.0533066Z [00:02:12.175]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b591/_pkg_.a -trimpath "/root/.go/src/internal/platform=>internal/platform;$WORK/b591=>" -p internal/platform -lang=go1.25 -std -complete -installsuffix shared -buildid _1pPsM7Db5zdISPkzmQH/_1pPsM7Db5zdISPkzmQH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b591/importcfg -pack /root/.go/src/internal/platform/supported.go /root/.go/src/internal/platform/zosarch.go
2025-08-20T21:25:58.0689941Z [00:02:12.191]➜  go tool buildid -w $WORK/b517/_pkg_.a # internal
2025-08-20T21:25:58.0703616Z [00:02:12.193]➜  cp $WORK/b517/_pkg_.a /root/.cache/go-build/f4/f4f5cc1642ba0890baf5c9acf3683635c3dd677f3246efaaceea972e6e06c1e4-d # internal
2025-08-20T21:25:58.0709083Z [00:02:12.193]➜  gonum.org/v1/gonum/mathext/internal/amos
2025-08-20T21:25:58.0710154Z [00:02:12.193]➜  mkdir -p $WORK/b516/
2025-08-20T21:25:58.0716167Z [00:02:12.194]➜  cat >/tmp/go-build548448651/b516/importcfg << 'EOF' # internal
2025-08-20T21:25:58.0740757Z [00:02:12.194]➜  # import config
2025-08-20T21:25:58.0741447Z [00:02:12.194]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:25:58.0742287Z [00:02:12.194]➜  packagefile math/cmplx=/tmp/go-build548448651/b517/_pkg_.a
2025-08-20T21:25:58.0742920Z [00:02:12.194]➜  EOF
2025-08-20T21:25:58.0747097Z [00:02:12.197]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b516/_pkg_.a -trimpath "/root/go/pkg/mod/gonum.org/v1/gonum@v0.16.0/mathext/internal/amos=>gonum.org/v1/gonum@v0.16.0/mathext/internal/amos;$WORK/b516=>" -p gonum.org/v1/gonum/mathext/internal/amos -lang=go1.23 -complete -installsuffix shared -buildid FJyByBYgx5VTwNv4tWKh/FJyByBYgx5VTwNv4tWKh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b516/importcfg -pack /root/go/pkg/mod/gonum.org/v1/gonum@v0.16.0/mathext/internal/amos/amos.go /root/go/pkg/mod/gonum.org/v1/gonum@v0.16.0/mathext/internal/amos/doc.go
2025-08-20T21:25:58.1313680Z [00:02:12.254]➜  go tool buildid -w $WORK/b518/_pkg_.a # internal
2025-08-20T21:25:58.1329269Z [00:02:12.255]➜  cp $WORK/b518/_pkg_.a /root/.cache/go-build/38/38108dea72dcd71d7334735b705eea624d828438c73a52500c1ae23f0e5e0426-d # internal
2025-08-20T21:25:58.1335205Z [00:02:12.255]➜  internal/syslist
2025-08-20T21:25:58.1335747Z [00:02:12.256]➜  mkdir -p $WORK/b592/
2025-08-20T21:25:58.1364137Z [00:02:12.259]➜  echo '# import config' > $WORK/b592/importcfg # internal
2025-08-20T21:25:58.1370854Z [00:02:12.259]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b592/_pkg_.a -trimpath "/root/.go/src/internal/syslist=>internal/syslist;$WORK/b592=>" -p internal/syslist -lang=go1.25 -std -complete -installsuffix shared -buildid ZxrR894FcEAMpyvCz5b4/ZxrR894FcEAMpyvCz5b4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b592/importcfg -pack /root/.go/src/internal/syslist/syslist.go
2025-08-20T21:25:58.1467931Z [00:02:12.269]➜  go tool buildid -w $WORK/b591/_pkg_.a # internal
2025-08-20T21:25:58.1475784Z [00:02:12.269]➜  cp $WORK/b591/_pkg_.a /root/.cache/go-build/12/12280ee463f1ac86ff9315e112f712e80f51cec20216407ccee063963010f705-d # internal
2025-08-20T21:25:58.1476998Z [00:02:12.269]➜  github.com/cockroachdb/pebble/v2/internal/constants
2025-08-20T21:25:58.1477651Z [00:02:12.269]➜  mkdir -p $WORK/b608/
2025-08-20T21:25:58.1478309Z [00:02:12.269]➜  echo '# import config' > $WORK/b608/importcfg # internal
2025-08-20T21:25:58.1482873Z [00:02:12.269]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b608/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/constants=>github.com/cockroachdb/pebble/v2@v2.0.6/internal/constants;$WORK/b608=>" -p github.com/cockroachdb/pebble/v2/internal/constants -lang=go1.22 -complete -installsuffix shared -buildid gfKd4OzIQ5zlZD_2AmTR/gfKd4OzIQ5zlZD_2AmTR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b608/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/constants/constants.go
2025-08-20T21:25:58.1559059Z [00:02:12.278]➜  go tool buildid -w $WORK/b608/_pkg_.a # internal
2025-08-20T21:25:58.1562902Z [00:02:12.279]➜  cp $WORK/b608/_pkg_.a /root/.cache/go-build/54/547a4308f167ec7e4c08ad65ad54810954d6662183f7f7cb374d9d0e61e74192-d # internal
2025-08-20T21:25:58.1580447Z [00:02:12.279]➜  github.com/cockroachdb/pebble/v2/internal/rawalloc
2025-08-20T21:25:58.1581175Z [00:02:12.279]➜  mkdir -p $WORK/b611/
2025-08-20T21:25:58.1581924Z [00:02:12.279]➜  echo '# import config' > $WORK/b611/importcfg # internal
2025-08-20T21:25:58.1587615Z [00:02:12.279]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b611/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/rawalloc=>github.com/cockroachdb/pebble/v2@v2.0.6/internal/rawalloc;$WORK/b611=>" -p github.com/cockroachdb/pebble/v2/internal/rawalloc -lang=go1.22 -complete -installsuffix shared -buildid bZo5dpjMx_wOpXO1n6WA/bZo5dpjMx_wOpXO1n6WA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b611/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/rawalloc/rawalloc.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/rawalloc/rawalloc_64bit.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/rawalloc/rawalloc_go1.9.go
2025-08-20T21:25:58.1596567Z [00:02:12.282]➜  go tool buildid -w $WORK/b592/_pkg_.a # internal
2025-08-20T21:25:58.1597887Z [00:02:12.282]➜  cp $WORK/b592/_pkg_.a /root/.cache/go-build/a3/a316eb6345b68b12a46a07b1b1c04fb8e45cc23b62692775655ba51017dfc65e-d # internal
2025-08-20T21:25:58.1599114Z [00:02:12.282]➜  golang.org/x/exp/constraints
2025-08-20T21:25:58.1599682Z [00:02:12.282]➜  mkdir -p $WORK/b643/
2025-08-20T21:25:58.1600369Z [00:02:12.282]➜  cat >/tmp/go-build548448651/b643/importcfg << 'EOF' # internal
2025-08-20T21:25:58.1601060Z [00:02:12.282]➜  # import config
2025-08-20T21:25:58.1601682Z [00:02:12.282]➜  packagefile cmp=/tmp/go-build548448651/b051/_pkg_.a
2025-08-20T21:25:58.1602285Z [00:02:12.282]➜  EOF
2025-08-20T21:25:58.1606528Z [00:02:12.282]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b643/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/exp@v0.0.0-20250813145105-42675adae3e6/constraints=>golang.org/x/exp@v0.0.0-20250813145105-42675adae3e6/constraints;$WORK/b643=>" -p golang.org/x/exp/constraints -lang=go1.24 -complete -installsuffix shared -buildid xQryvbtLm3TCo2KjiglV/xQryvbtLm3TCo2KjiglV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b643/importcfg -pack /root/go/pkg/mod/golang.org/x/exp@v0.0.0-20250813145105-42675adae3e6/constraints/constraints.go
2025-08-20T21:25:58.1650605Z [00:02:12.287]➜  go tool buildid -w $WORK/b611/_pkg_.a # internal
2025-08-20T21:25:58.1673457Z [00:02:12.287]➜  cp $WORK/b611/_pkg_.a /root/.cache/go-build/50/50e0aff83a1cc15421c57d4c5077833699fedc799fa3853bfbed354caaf2e1d3-d # internal
2025-08-20T21:25:58.1674764Z [00:02:12.287]➜  github.com/cockroachdb/pebble/v2/internal/bytealloc
2025-08-20T21:25:58.1675439Z [00:02:12.287]➜  mkdir -p $WORK/b610/
2025-08-20T21:25:58.1676169Z [00:02:12.287]➜  cat >/tmp/go-build548448651/b610/importcfg << 'EOF' # internal
2025-08-20T21:25:58.1676858Z [00:02:12.287]➜  # import config
2025-08-20T21:25:58.1677891Z [00:02:12.287]➜  packagefile github.com/cockroachdb/pebble/v2/internal/rawalloc=/tmp/go-build548448651/b611/_pkg_.a
2025-08-20T21:25:58.1678998Z [00:02:12.287]➜  EOF
2025-08-20T21:25:58.1683283Z [00:02:12.287]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b610/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/bytealloc=>github.com/cockroachdb/pebble/v2@v2.0.6/internal/bytealloc;$WORK/b610=>" -p github.com/cockroachdb/pebble/v2/internal/bytealloc -lang=go1.22 -complete -installsuffix shared -buildid oGZnm3Ni8Qz44i5UglLh/oGZnm3Ni8Qz44i5UglLh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b610/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/bytealloc/bytealloc.go
2025-08-20T21:25:58.1699005Z [00:02:12.292]➜  go tool buildid -w $WORK/b643/_pkg_.a # internal
2025-08-20T21:25:58.1710813Z [00:02:12.293]➜  cp $WORK/b643/_pkg_.a /root/.cache/go-build/e0/e034f036084b91e5249f8e5776700e79f3aeaaf2ca554047d0c4d14633da686c-d # internal
2025-08-20T21:25:58.1712177Z [00:02:12.293]➜  golang.org/x/net/html/atom
2025-08-20T21:25:58.1713986Z [00:02:12.293]➜  mkdir -p $WORK/b659/
2025-08-20T21:25:58.1715465Z [00:02:12.293]➜  echo '# import config' > $WORK/b659/importcfg # internal
2025-08-20T21:25:58.1728935Z [00:02:12.295]➜  go tool buildid -w $WORK/b516/_pkg_.a # internal
2025-08-20T21:25:58.1742962Z [00:02:12.297]➜  cp $WORK/b516/_pkg_.a /root/.cache/go-build/38/38944c29a9323b5af2c2966d650615c208e5f5b6aaa2e25de906935a87242fc7-d # internal
2025-08-20T21:25:58.1749872Z [00:02:12.297]➜  gonum.org/v1/gonum/mathext
2025-08-20T21:25:58.1750942Z [00:02:12.297]➜  mkdir -p $WORK/b515/
2025-08-20T21:25:58.1824247Z [00:02:12.303]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b659/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.43.0/html/atom=>golang.org/x/net@v0.43.0/html/atom;$WORK/b659=>" -p golang.org/x/net/html/atom -lang=go1.23 -complete -installsuffix shared -buildid gTl9_G67QsHu_0-zdCJq/gTl9_G67QsHu_0-zdCJq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b659/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.43.0/html/atom/atom.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/html/atom/table.go
2025-08-20T21:25:58.1828667Z [00:02:12.303]➜  cat >/tmp/go-build548448651/b515/importcfg << 'EOF' # internal
2025-08-20T21:25:58.1829370Z [00:02:12.303]➜  # import config
2025-08-20T21:25:58.1830249Z [00:02:12.303]➜  packagefile gonum.org/v1/gonum/mathext/internal/amos=/tmp/go-build548448651/b516/_pkg_.a
2025-08-20T21:25:58.1831557Z [00:02:12.303]➜  packagefile gonum.org/v1/gonum/mathext/internal/cephes=/tmp/go-build548448651/b518/_pkg_.a
2025-08-20T21:25:58.1832943Z [00:02:12.303]➜  packagefile gonum.org/v1/gonum/mathext/internal/gonum=/tmp/go-build548448651/b519/_pkg_.a
2025-08-20T21:25:58.1834002Z [00:02:12.303]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:25:58.1834635Z [00:02:12.303]➜  EOF
2025-08-20T21:25:58.1845259Z [00:02:12.304]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b515/_pkg_.a -trimpath "/root/go/pkg/mod/gonum.org/v1/gonum@v0.16.0/mathext=>gonum.org/v1/gonum@v0.16.0/mathext;$WORK/b515=>" -p gonum.org/v1/gonum/mathext -lang=go1.23 -complete -installsuffix shared -buildid aJ7yYp0x25zqR9f6gB5a/aJ7yYp0x25zqR9f6gB5a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b515/importcfg -pack /root/go/pkg/mod/gonum.org/v1/gonum@v0.16.0/mathext/airy.go /root/go/pkg/mod/gonum.org/v1/gonum@v0.16.0/mathext/beta.go /root/go/pkg/mod/gonum.org/v1/gonum@v0.16.0/mathext/betainc.go /root/go/pkg/mod/gonum.org/v1/gonum@v0.16.0/mathext/digamma.go /root/go/pkg/mod/gonum.org/v1/gonum@v0.16.0/mathext/doc.go /root/go/pkg/mod/gonum.org/v1/gonum@v0.16.0/mathext/ell_carlson.go /root/go/pkg/mod/gonum.org/v1/gonum@v0.16.0/mathext/ell_complete.go /root/go/pkg/mod/gonum.org/v1/gonum@v0.16.0/mathext/erf.go /root/go/pkg/mod/gonum.org/v1/gonum@v0.16.0/mathext/gamma_inc.go /root/go/pkg/mod/gonum.org/v1/gonum@v0.16.0/mathext/gamma_inc_inv.go /root/go/pkg/mod/gonum.org/v1/gonum@v0.16.0/mathext/mvgamma.go /root/go/pkg/mod/gonum.org/v1/gonum@v0.16.0/mathext/roots.go /root/go/pkg/mod/gonum.org/v1/gonum@v0.16.0/mathext/zeta.go
2025-08-20T21:25:58.1855064Z [00:02:12.305]➜  go tool buildid -w $WORK/b610/_pkg_.a # internal
2025-08-20T21:25:58.1856353Z [00:02:12.305]➜  cp $WORK/b610/_pkg_.a /root/.cache/go-build/81/8171cde5d3efd87a2659fbf6139a15b53e214d7558087ff64fb1a7d09440a95c-d # internal
2025-08-20T21:25:58.1857461Z [00:02:12.305]➜  github.com/petar/GoLLRB/llrb
2025-08-20T21:25:58.1858008Z [00:02:12.305]➜  mkdir -p $WORK/b684/
2025-08-20T21:25:58.1858988Z [00:02:12.305]➜  cat >/tmp/go-build548448651/b684/importcfg << 'EOF' # internal
2025-08-20T21:25:58.1859404Z [00:02:12.305]➜  # import config
2025-08-20T21:25:58.1859923Z [00:02:12.305]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:25:58.1860268Z [00:02:12.305]➜  EOF
2025-08-20T21:25:58.1865770Z [00:02:12.305]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b684/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/petar/!go!l!l!r!b@v0.0.0-20210522233825-ae3b015fd3e9/llrb=>github.com/petar/GoLLRB@v0.0.0-20210522233825-ae3b015fd3e9/llrb;$WORK/b684=>" -p github.com/petar/GoLLRB/llrb -lang=go1.15 -complete -installsuffix shared -buildid wjASrdxh9uewg6_U5Zf-/wjASrdxh9uewg6_U5Zf- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b684/importcfg -pack /root/go/pkg/mod/github.com/petar/!go!l!l!r!b@v0.0.0-20210522233825-ae3b015fd3e9/llrb/avgvar.go /root/go/pkg/mod/github.com/petar/!go!l!l!r!b@v0.0.0-20210522233825-ae3b015fd3e9/llrb/iterator.go /root/go/pkg/mod/github.com/petar/!go!l!l!r!b@v0.0.0-20210522233825-ae3b015fd3e9/llrb/llrb-stats.go /root/go/pkg/mod/github.com/petar/!go!l!l!r!b@v0.0.0-20210522233825-ae3b015fd3e9/llrb/llrb.go /root/go/pkg/mod/github.com/petar/!go!l!l!r!b@v0.0.0-20210522233825-ae3b015fd3e9/llrb/util.go
2025-08-20T21:25:58.2290085Z [00:02:12.351]➜  go tool buildid -w $WORK/b659/_pkg_.a # internal
2025-08-20T21:25:58.2339696Z [00:02:12.356]➜  cp $WORK/b659/_pkg_.a /root/.cache/go-build/05/05aa0f5704b4cfcf02d069c9b3ca517e8e1d2b0aa586bc0d9b99f0ff2047ceb2-d # internal
2025-08-20T21:25:58.2342254Z [00:02:12.357]➜  golang.org/x/xerrors/internal
2025-08-20T21:25:58.2342833Z [00:02:12.357]➜  mkdir -p $WORK/b693/
2025-08-20T21:25:58.2355264Z [00:02:12.358]➜  echo '# import config' > $WORK/b693/importcfg # internal
2025-08-20T21:25:58.2359858Z [00:02:12.358]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b693/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/xerrors@v0.0.0-20240903120638-7835f813f4da/internal=>golang.org/x/xerrors@v0.0.0-20240903120638-7835f813f4da/internal;$WORK/b693=>" -p golang.org/x/xerrors/internal -lang=go1.18 -complete -installsuffix shared -buildid YVEWZi29_QLadlM_w-XB/YVEWZi29_QLadlM_w-XB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b693/importcfg -pack /root/go/pkg/mod/golang.org/x/xerrors@v0.0.0-20240903120638-7835f813f4da/internal/internal.go
2025-08-20T21:25:58.2394186Z [00:02:12.362]➜  go tool buildid -w $WORK/b684/_pkg_.a # internal
2025-08-20T21:25:58.2419865Z [00:02:12.364]➜  cp $WORK/b684/_pkg_.a /root/.cache/go-build/9a/9adfc93b2612852d7d31b5e0a83220203a583be2829d1b9bfe9fb765755b96f4-d # internal
2025-08-20T21:25:58.2421089Z [00:02:12.364]➜  golang.org/x/crypto/cryptobyte/asn1
2025-08-20T21:25:58.2425521Z [00:02:12.365]➜  mkdir -p $WORK/b720/
2025-08-20T21:25:58.2434616Z [00:02:12.366]➜  echo '# import config' > $WORK/b720/importcfg # internal
2025-08-20T21:25:58.2438289Z [00:02:12.366]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b720/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/cryptobyte/asn1=>golang.org/x/crypto@v0.41.0/cryptobyte/asn1;$WORK/b720=>" -p golang.org/x/crypto/cryptobyte/asn1 -lang=go1.23 -complete -installsuffix shared -buildid sIdcu6RjNIuO4BFpscqm/sIdcu6RjNIuO4BFpscqm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b720/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/cryptobyte/asn1/asn1.go
2025-08-20T21:25:58.2514171Z [00:02:12.374]➜  go tool buildid -w $WORK/b693/_pkg_.a # internal
2025-08-20T21:25:58.2522373Z [00:02:12.375]➜  cp $WORK/b693/_pkg_.a /root/.cache/go-build/c0/c0006bee17e73db4b1ec35574120a2ce352760519fb705ffbf40f2cc80ac799e-d # internal
2025-08-20T21:25:58.2528349Z [00:02:12.375]➜  github.com/zeebo/blake3/internal/alg/compress/compress_sse41
2025-08-20T21:25:58.2529708Z [00:02:12.375]➜  mkdir -p $WORK/b729/
2025-08-20T21:25:58.2538015Z [00:02:12.376]➜  echo -n > $WORK/b729/go_asm.h # internal
2025-08-20T21:25:58.2539179Z [00:02:12.376]➜  cd /root/go/pkg/mod/github.com/zeebo/blake3@v0.2.4/internal/alg/compress/compress_sse41
2025-08-20T21:25:58.2548181Z [00:02:12.377]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/zeebo/blake3/internal/alg/compress/compress_sse41 -trimpath "/root/go/pkg/mod/github.com/zeebo/blake3@v0.2.4/internal/alg/compress/compress_sse41=>github.com/zeebo/blake3@v0.2.4/internal/alg/compress/compress_sse41;$WORK/b729=>" -I $WORK/b729/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b729/symabis ./impl_amd64.s
2025-08-20T21:25:58.2556158Z [00:02:12.378]➜  go tool buildid -w $WORK/b720/_pkg_.a # internal
2025-08-20T21:25:58.2565596Z [00:02:12.378]➜  cp $WORK/b720/_pkg_.a /root/.cache/go-build/a3/a31e0cd6234117683a3c84e0ab2839b1cae568a3f0b5351b583f589dc57c54df-d # internal
2025-08-20T21:25:58.2566735Z [00:02:12.378]➜  github.com/zeebo/blake3/internal/alg/hash/hash_avx2
2025-08-20T21:25:58.2567360Z [00:02:12.379]➜  mkdir -p $WORK/b731/
2025-08-20T21:25:58.2567905Z [00:02:12.379]➜  echo -n > $WORK/b731/go_asm.h # internal
2025-08-20T21:25:58.2568974Z [00:02:12.379]➜  cd /root/go/pkg/mod/github.com/zeebo/blake3@v0.2.4/internal/alg/hash/hash_avx2
2025-08-20T21:25:58.2572286Z [00:02:12.379]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/zeebo/blake3/internal/alg/hash/hash_avx2 -trimpath "/root/go/pkg/mod/github.com/zeebo/blake3@v0.2.4/internal/alg/hash/hash_avx2=>github.com/zeebo/blake3@v0.2.4/internal/alg/hash/hash_avx2;$WORK/b731=>" -I $WORK/b731/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b731/symabis ./impl_amd64.s
2025-08-20T21:25:58.2662340Z [00:02:12.389]➜  echo '# import config' > $WORK/b731/importcfg # internal
2025-08-20T21:25:58.2664044Z [00:02:12.389]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:25:58.2668460Z [00:02:12.389]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b731/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zeebo/blake3@v0.2.4/internal/alg/hash/hash_avx2=>github.com/zeebo/blake3@v0.2.4/internal/alg/hash/hash_avx2;$WORK/b731=>" -p github.com/zeebo/blake3/internal/alg/hash/hash_avx2 -lang=go1.18 -installsuffix shared -buildid V_lYhe4HUIoMimcW67Us/V_lYhe4HUIoMimcW67Us -goversion go1.25.0 -symabis $WORK/b731/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b731/importcfg -pack -asmhdr $WORK/b731/go_asm.h /root/go/pkg/mod/github.com/zeebo/blake3@v0.2.4/internal/alg/hash/hash_avx2/stubs.go
2025-08-20T21:25:58.2677207Z [00:02:12.390]➜  echo '# import config' > $WORK/b729/importcfg # internal
2025-08-20T21:25:58.2682577Z [00:02:12.390]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b729/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zeebo/blake3@v0.2.4/internal/alg/compress/compress_sse41=>github.com/zeebo/blake3@v0.2.4/internal/alg/compress/compress_sse41;$WORK/b729=>" -p github.com/zeebo/blake3/internal/alg/compress/compress_sse41 -lang=go1.18 -installsuffix shared -buildid olmh7QD8Gt6zuyLlQ30C/olmh7QD8Gt6zuyLlQ30C -goversion go1.25.0 -symabis $WORK/b729/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b729/importcfg -pack -asmhdr $WORK/b729/go_asm.h /root/go/pkg/mod/github.com/zeebo/blake3@v0.2.4/internal/alg/compress/compress_sse41/stubs.go
2025-08-20T21:25:58.2707981Z [00:02:12.390]➜  go tool buildid -w $WORK/b515/_pkg_.a # internal
2025-08-20T21:25:58.2709555Z [00:02:12.391]➜  cp $WORK/b515/_pkg_.a /root/.cache/go-build/c8/c8a93cee8f5d096accade7c915b7fcbe7ca6bafc811c63646d3979ca69fb6157-d # internal
2025-08-20T21:25:58.2710718Z [00:02:12.391]➜  golang.org/x/crypto/internal/alias
2025-08-20T21:25:58.2711351Z [00:02:12.391]➜  mkdir -p $WORK/b781/
2025-08-20T21:25:58.2712087Z [00:02:12.392]➜  echo '# import config' > $WORK/b781/importcfg # internal
2025-08-20T21:25:58.2715767Z [00:02:12.392]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b781/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/internal/alias=>golang.org/x/crypto@v0.41.0/internal/alias;$WORK/b781=>" -p golang.org/x/crypto/internal/alias -lang=go1.23 -complete -installsuffix shared -buildid ANzWBMyXgYx6r712nRLc/ANzWBMyXgYx6r712nRLc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b781/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/internal/alias/alias.go
2025-08-20T21:25:58.2763220Z [00:02:12.399]➜  cd /root/go/pkg/mod/github.com/zeebo/blake3@v0.2.4/internal/alg/hash/hash_avx2
2025-08-20T21:25:58.2769630Z [00:02:12.399]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/zeebo/blake3/internal/alg/hash/hash_avx2 -trimpath "/root/go/pkg/mod/github.com/zeebo/blake3@v0.2.4/internal/alg/hash/hash_avx2=>github.com/zeebo/blake3@v0.2.4/internal/alg/hash/hash_avx2;$WORK/b731=>" -I $WORK/b731/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b731/impl_amd64.o ./impl_amd64.s
2025-08-20T21:25:58.2790728Z [00:02:12.401]➜  cd /root/go/pkg/mod/github.com/zeebo/blake3@v0.2.4/internal/alg/compress/compress_sse41
2025-08-20T21:25:58.2795674Z [00:02:12.401]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/zeebo/blake3/internal/alg/compress/compress_sse41 -trimpath "/root/go/pkg/mod/github.com/zeebo/blake3@v0.2.4/internal/alg/compress/compress_sse41=>github.com/zeebo/blake3@v0.2.4/internal/alg/compress/compress_sse41;$WORK/b729=>" -I $WORK/b729/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b729/impl_amd64.o ./impl_amd64.s
2025-08-20T21:25:58.2806812Z [00:02:12.403]➜  go tool buildid -w $WORK/b781/_pkg_.a # internal
2025-08-20T21:25:58.2811530Z [00:02:12.404]➜  cp $WORK/b781/_pkg_.a /root/.cache/go-build/e1/e1532d88655dfe516dd749faf43f5d54bf85ad4d991053411db6a3a771c9ed5f-d # internal
2025-08-20T21:25:58.2819751Z [00:02:12.404]➜  golang.org/x/crypto/salsa20/salsa
2025-08-20T21:25:58.2820312Z [00:02:12.404]➜  mkdir -p $WORK/b788/
2025-08-20T21:25:58.2832980Z [00:02:12.406]➜  echo -n > $WORK/b788/go_asm.h # internal
2025-08-20T21:25:58.2833786Z [00:02:12.406]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/salsa20/salsa
2025-08-20T21:25:58.2836475Z [00:02:12.406]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/salsa20/salsa -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/salsa20/salsa=>golang.org/x/crypto@v0.41.0/salsa20/salsa;$WORK/b788=>" -I $WORK/b788/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b788/symabis ./salsa20_amd64.s
2025-08-20T21:25:58.2846995Z [00:02:12.407]➜  cd /root/go/pkg/mod/github.com/zeebo/blake3@v0.2.4/internal/alg/compress/compress_sse41
2025-08-20T21:25:58.2848367Z [00:02:12.407]➜  go tool pack r $WORK/b729/_pkg_.a $WORK/b729/impl_amd64.o # internal
2025-08-20T21:25:58.2869391Z [00:02:12.407]➜  go tool buildid -w $WORK/b729/_pkg_.a # internal
2025-08-20T21:25:58.2871573Z [00:02:12.408]➜  cp $WORK/b729/_pkg_.a /root/.cache/go-build/f4/f44762f092f994d7bb8fecc8fdd7e294fd70a311b06f2d5946087dee927695e9-d # internal
2025-08-20T21:25:58.2872680Z [00:02:12.409]➜  github.com/klauspost/compress
2025-08-20T21:25:58.2873478Z [00:02:12.409]➜  mkdir -p $WORK/b794/
2025-08-20T21:25:58.2874151Z [00:02:12.409]➜  cat >/tmp/go-build548448651/b794/importcfg << 'EOF' # internal
2025-08-20T21:25:58.2874753Z [00:02:12.409]➜  # import config
2025-08-20T21:25:58.2875326Z [00:02:12.409]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:25:58.2875854Z [00:02:12.409]➜  EOF
2025-08-20T21:25:58.2876315Z [00:02:12.409]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:25:58.2879772Z [00:02:12.409]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b794/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0=>github.com/klauspost/compress@v1.18.0;$WORK/b794=>" -p github.com/klauspost/compress -lang=go1.22 -complete -installsuffix shared -buildid cCoZa7vvTMk6aPcXdfHz/cCoZa7vvTMk6aPcXdfHz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b794/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/compressible.go
2025-08-20T21:25:58.2882732Z [00:02:12.409]➜  cat >/tmp/go-build548448651/b788/importcfg << 'EOF' # internal
2025-08-20T21:25:58.2883328Z [00:02:12.409]➜  # import config
2025-08-20T21:25:58.2883921Z [00:02:12.409]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:25:58.2884486Z [00:02:12.409]➜  EOF
2025-08-20T21:25:58.2889658Z [00:02:12.410]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b788/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/salsa20/salsa=>golang.org/x/crypto@v0.41.0/salsa20/salsa;$WORK/b788=>" -p golang.org/x/crypto/salsa20/salsa -lang=go1.23 -installsuffix shared -buildid eEnTTcgX4KTE1fDI8blP/eEnTTcgX4KTE1fDI8blP -goversion go1.25.0 -symabis $WORK/b788/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b788/importcfg -pack -asmhdr $WORK/b788/go_asm.h /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/salsa20/salsa/hsalsa20.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/salsa20/salsa/salsa208.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/salsa20/salsa/salsa20_amd64.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/salsa20/salsa/salsa20_ref.go
2025-08-20T21:25:58.2896226Z [00:02:12.412]➜  cd /root/go/pkg/mod/github.com/zeebo/blake3@v0.2.4/internal/alg/hash/hash_avx2
2025-08-20T21:25:58.2897187Z [00:02:12.412]➜  go tool pack r $WORK/b731/_pkg_.a $WORK/b731/impl_amd64.o # internal
2025-08-20T21:25:58.2898202Z [00:02:12.412]➜  go tool buildid -w $WORK/b731/_pkg_.a # internal
2025-08-20T21:25:58.2899528Z [00:02:12.412]➜  cp $WORK/b731/_pkg_.a /root/.cache/go-build/e0/e03b70c2de6e7db5f97eddf7b18fa2271f8a12abad444a02af80e1bcf5c2b911-d # internal
2025-08-20T21:25:58.2900761Z [00:02:12.412]➜  github.com/klauspost/compress/internal/cpuinfo
2025-08-20T21:25:58.2901416Z [00:02:12.412]➜  mkdir -p $WORK/b797/
2025-08-20T21:25:58.2901953Z [00:02:12.412]➜  echo -n > $WORK/b797/go_asm.h # internal
2025-08-20T21:25:58.2902847Z [00:02:12.412]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/cpuinfo
2025-08-20T21:25:58.2906298Z [00:02:12.412]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/klauspost/compress/internal/cpuinfo -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/cpuinfo=>github.com/klauspost/compress@v1.18.0/internal/cpuinfo;$WORK/b797=>" -I $WORK/b797/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b797/symabis ./cpuinfo_amd64.s
2025-08-20T21:25:58.2930483Z [00:02:12.415]➜  echo '# import config' > $WORK/b797/importcfg # internal
2025-08-20T21:25:58.2934072Z [00:02:12.415]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:25:58.2938887Z [00:02:12.415]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b797/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/cpuinfo=>github.com/klauspost/compress@v1.18.0/internal/cpuinfo;$WORK/b797=>" -p github.com/klauspost/compress/internal/cpuinfo -lang=go1.22 -installsuffix shared -buildid Fg40gfEh5siYgCY5-Cew/Fg40gfEh5siYgCY5-Cew -goversion go1.25.0 -symabis $WORK/b797/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b797/importcfg -pack -asmhdr $WORK/b797/go_asm.h /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/cpuinfo/cpuinfo.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/cpuinfo/cpuinfo_amd64.go
2025-08-20T21:25:58.2992538Z [00:02:12.421]➜  go tool buildid -w $WORK/b794/_pkg_.a # internal
2025-08-20T21:25:58.2999394Z [00:02:12.422]➜  cp $WORK/b794/_pkg_.a /root/.cache/go-build/04/04f18d84165e463253218f00827ba2f2d22b6718af6dd6327855b5318a92873c-d # internal
2025-08-20T21:25:58.3000485Z [00:02:12.422]➜  github.com/klauspost/compress/internal/le
2025-08-20T21:25:58.3001038Z [00:02:12.422]➜  mkdir -p $WORK/b798/
2025-08-20T21:25:58.3001661Z [00:02:12.422]➜  echo '# import config' > $WORK/b798/importcfg # internal
2025-08-20T21:25:58.3005862Z [00:02:12.422]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b798/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/le=>github.com/klauspost/compress@v1.18.0/internal/le;$WORK/b798=>" -p github.com/klauspost/compress/internal/le -lang=go1.22 -complete -installsuffix shared -buildid 3OrXPcPdJc-h_W1qPmQ9/3OrXPcPdJc-h_W1qPmQ9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b798/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/le/le.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/le/unsafe_enabled.go
2025-08-20T21:25:58.3042270Z [00:02:12.426]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/cpuinfo
2025-08-20T21:25:58.3045228Z [00:02:12.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.18.0/internal/cpuinfo=>github.com/klauspost/compress@v1.18.0/internal/cpuinfo;$WORK/b797=>" -I $WORK/b797/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b797/cpuinfo_amd64.o ./cpuinfo_amd64.s
2025-08-20T21:25:58.3083512Z [00:02:12.431]➜  go tool buildid -w $WORK/b798/_pkg_.a # internal
2025-08-20T21:25:58.3085006Z [00:02:12.431]➜  go tool pack r $WORK/b797/_pkg_.a $WORK/b797/cpuinfo_amd64.o # internal
2025-08-20T21:25:58.3086357Z [00:02:12.431]➜  cp $WORK/b798/_pkg_.a /root/.cache/go-build/2d/2dd0facc5b544baa36999961eb507c0e5a02a9b38a1eefbcb21e67fa04ecdff5-d # internal
2025-08-20T21:25:58.3088758Z [00:02:12.431]➜  github.com/quic-go/quic-go/internal/utils/ringbuffer
2025-08-20T21:25:58.3091110Z [00:02:12.431]➜  mkdir -p $WORK/b814/
2025-08-20T21:25:58.3093302Z [00:02:12.432]➜  echo '# import config' > $WORK/b814/importcfg # internal
2025-08-20T21:25:58.3094464Z [00:02:12.432]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:25:58.3100004Z [00:02:12.432]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b814/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/utils/ringbuffer=>github.com/quic-go/quic-go@v0.54.0/internal/utils/ringbuffer;$WORK/b814=>" -p github.com/quic-go/quic-go/internal/utils/ringbuffer -lang=go1.23 -complete -installsuffix shared -buildid 1_H_eLFwO3IxBabh_Tu9/1_H_eLFwO3IxBabh_Tu9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b814/importcfg -pack /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/utils/ringbuffer/ringbuffer.go
2025-08-20T21:25:58.3103381Z [00:02:12.432]➜  go tool buildid -w $WORK/b797/_pkg_.a # internal
2025-08-20T21:25:58.3142825Z [00:02:12.437]➜  cp $WORK/b797/_pkg_.a /root/.cache/go-build/70/70c815da9254a5f666234c965796efd466b837555a423ecec0b0704bbc11fb16-d # internal
2025-08-20T21:25:58.3147911Z [00:02:12.437]➜  github.com/pion/dtls/v3/internal/ciphersuite/types
2025-08-20T21:25:58.3155864Z [00:02:12.438]➜  mkdir -p $WORK/b825/
2025-08-20T21:25:58.3156658Z [00:02:12.438]➜  echo '# import config' > $WORK/b825/importcfg # internal
2025-08-20T21:25:58.3162752Z [00:02:12.438]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b825/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/internal/ciphersuite/types=>github.com/pion/dtls/v3@v3.0.6/internal/ciphersuite/types;$WORK/b825=>" -p github.com/pion/dtls/v3/internal/ciphersuite/types -lang=go1.20 -complete -installsuffix shared -buildid xhQ2ncHJUGpmf6WeOJ0B/xhQ2ncHJUGpmf6WeOJ0B -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b825/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/internal/ciphersuite/types/authentication_type.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/internal/ciphersuite/types/key_exchange_algorithm.go
2025-08-20T21:25:58.3170371Z [00:02:12.439]➜  go tool buildid -w $WORK/b814/_pkg_.a # internal
2025-08-20T21:25:58.3179558Z [00:02:12.440]➜  cp $WORK/b814/_pkg_.a /root/.cache/go-build/35/356ed17750f3ba5dcc480983503302e8dbad0b2f09bfab4756bf205c9b4c3a98-d # internal
2025-08-20T21:25:58.3185339Z [00:02:12.441]➜  github.com/pion/dtls/v3/pkg/crypto/clientcertificate
2025-08-20T21:25:58.3186413Z [00:02:12.441]➜  mkdir -p $WORK/b835/
2025-08-20T21:25:58.3194629Z [00:02:12.442]➜  echo '# import config' > $WORK/b835/importcfg # internal
2025-08-20T21:25:58.3200773Z [00:02:12.442]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b835/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/pkg/crypto/clientcertificate=>github.com/pion/dtls/v3@v3.0.6/pkg/crypto/clientcertificate;$WORK/b835=>" -p github.com/pion/dtls/v3/pkg/crypto/clientcertificate -lang=go1.20 -complete -installsuffix shared -buildid rsIILIT_QbS3N5hcTUDh/rsIILIT_QbS3N5hcTUDh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b835/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/pkg/crypto/clientcertificate/client_certificate.go
2025-08-20T21:25:58.3237049Z [00:02:12.446]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/salsa20/salsa
2025-08-20T21:25:58.3243081Z [00:02:12.446]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/salsa20/salsa -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/salsa20/salsa=>golang.org/x/crypto@v0.41.0/salsa20/salsa;$WORK/b788=>" -I $WORK/b788/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b788/salsa20_amd64.o ./salsa20_amd64.s
2025-08-20T21:25:58.3281395Z [00:02:12.450]➜  go tool buildid -w $WORK/b835/_pkg_.a # internal
2025-08-20T21:25:58.3287471Z [00:02:12.451]➜  cp $WORK/b835/_pkg_.a /root/.cache/go-build/2b/2b7755bc5c2db5820d65255e80707d789805a30dafdb46278d4d23d18d29049f-d # internal
2025-08-20T21:25:58.3293400Z [00:02:12.451]➜  github.com/pion/dtls/v3/pkg/crypto/signature
2025-08-20T21:25:58.3294006Z [00:02:12.451]➜  mkdir -p $WORK/b837/
2025-08-20T21:25:58.3294620Z [00:02:12.451]➜  echo '# import config' > $WORK/b837/importcfg # internal
2025-08-20T21:25:58.3295372Z [00:02:12.451]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:25:58.3299447Z [00:02:12.451]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b837/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/pkg/crypto/signature=>github.com/pion/dtls/v3@v3.0.6/pkg/crypto/signature;$WORK/b837=>" -p github.com/pion/dtls/v3/pkg/crypto/signature -lang=go1.20 -complete -installsuffix shared -buildid Ejva5lWv4nUpzzbmNJDA/Ejva5lWv4nUpzzbmNJDA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b837/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/pkg/crypto/signature/signature.go
2025-08-20T21:25:58.3308390Z [00:02:12.453]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/salsa20/salsa
2025-08-20T21:25:58.3313341Z [00:02:12.453]➜  go tool pack r $WORK/b788/_pkg_.a $WORK/b788/salsa20_amd64.o # internal
2025-08-20T21:25:58.3314543Z [00:02:12.453]➜  go tool buildid -w $WORK/b788/_pkg_.a # internal
2025-08-20T21:25:58.3318428Z [00:02:12.454]➜  cp $WORK/b788/_pkg_.a /root/.cache/go-build/de/de4ecc613b087873b42dd36439db75966e589c2296f346320346d22daee6fce4-d # internal
2025-08-20T21:25:58.3320748Z [00:02:12.454]➜  github.com/pion/ice/v4/internal/atomic
2025-08-20T21:25:58.3321483Z [00:02:12.454]➜  mkdir -p $WORK/b857/
2025-08-20T21:25:58.3322341Z [00:02:12.454]➜  cat >/tmp/go-build548448651/b857/importcfg << 'EOF' # internal
2025-08-20T21:25:58.3323113Z [00:02:12.454]➜  # import config
2025-08-20T21:25:58.3323911Z [00:02:12.454]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:25:58.3325541Z [00:02:12.454]➜  EOF
2025-08-20T21:25:58.3332000Z [00:02:12.455]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:25:58.3338018Z [00:02:12.455]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b857/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/ice/v4@v4.0.10/internal/atomic=>github.com/pion/ice/v4@v4.0.10/internal/atomic;$WORK/b857=>" -p github.com/pion/ice/v4/internal/atomic -lang=go1.20 -complete -installsuffix shared -buildid XGCz3nPfn3ccDOF6eTyK/XGCz3nPfn3ccDOF6eTyK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b857/importcfg -pack /root/go/pkg/mod/github.com/pion/ice/v4@v4.0.10/internal/atomic/atomic.go
2025-08-20T21:25:58.3343653Z [00:02:12.456]➜  go tool buildid -w $WORK/b825/_pkg_.a # internal
2025-08-20T21:25:58.3344823Z [00:02:12.456]➜  cp $WORK/b825/_pkg_.a /root/.cache/go-build/f3/f3a59b26bed3b42a2a99ad7ab716729ac2f1c8767b474f51adb17ef9c9e4639b-d # internal
2025-08-20T21:25:58.3345920Z [00:02:12.457]➜  github.com/pion/dtls/v2/internal/ciphersuite/types
2025-08-20T21:25:58.3346497Z [00:02:12.457]➜  mkdir -p $WORK/b874/
2025-08-20T21:25:58.3347088Z [00:02:12.457]➜  echo '# import config' > $WORK/b874/importcfg # internal
2025-08-20T21:25:58.3353000Z [00:02:12.457]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b874/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/internal/ciphersuite/types=>github.com/pion/dtls/v2@v2.2.12/internal/ciphersuite/types;$WORK/b874=>" -p github.com/pion/dtls/v2/internal/ciphersuite/types -lang=go1.13 -complete -installsuffix shared -buildid oWBiofplVtPewhNsjSEE/oWBiofplVtPewhNsjSEE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b874/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/internal/ciphersuite/types/authentication_type.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/internal/ciphersuite/types/key_exchange_algorithm.go
2025-08-20T21:25:58.3375499Z [00:02:12.460]➜  go tool buildid -w $WORK/b837/_pkg_.a # internal
2025-08-20T21:25:58.3380063Z [00:02:12.460]➜  cp $WORK/b837/_pkg_.a /root/.cache/go-build/f6/f6954a3422bf0c73b64690649ced25477d46f2fc61cb0bd05300a09bcc1e1239-d # internal
2025-08-20T21:25:58.3385079Z [00:02:12.461]➜  github.com/pion/dtls/v2/pkg/crypto/clientcertificate
2025-08-20T21:25:58.3385882Z [00:02:12.461]➜  mkdir -p $WORK/b884/
2025-08-20T21:25:58.3389167Z [00:02:12.461]➜  echo '# import config' > $WORK/b884/importcfg # internal
2025-08-20T21:25:58.3402897Z [00:02:12.461]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b884/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/pkg/crypto/clientcertificate=>github.com/pion/dtls/v2@v2.2.12/pkg/crypto/clientcertificate;$WORK/b884=>" -p github.com/pion/dtls/v2/pkg/crypto/clientcertificate -lang=go1.13 -complete -installsuffix shared -buildid 2AtyI7NBaFUoJqO-2-P7/2AtyI7NBaFUoJqO-2-P7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b884/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/pkg/crypto/clientcertificate/client_certificate.go
2025-08-20T21:25:58.3466822Z [00:02:12.469]➜  go tool buildid -w $WORK/b874/_pkg_.a # internal
2025-08-20T21:25:58.3472238Z [00:02:12.470]➜  go tool buildid -w $WORK/b857/_pkg_.a # internal
2025-08-20T21:25:58.3473596Z [00:02:12.470]➜  cp $WORK/b874/_pkg_.a /root/.cache/go-build/27/27c4c1e765f45b07ae024ed3693673978e7c05b0cc87ed1f4e355fce70dd62d5-d # internal
2025-08-20T21:25:58.3483077Z [00:02:12.470]➜  github.com/pion/dtls/v2/pkg/crypto/signature
2025-08-20T21:25:58.3486086Z [00:02:12.470]➜  mkdir -p $WORK/b886/
2025-08-20T21:25:58.3487295Z [00:02:12.470]➜  cp $WORK/b857/_pkg_.a /root/.cache/go-build/c9/c9cc94953d5d2ae7b5b39d360520a0953b83dc6bc525e201ec3e8ac6e9a6b2cc-d # internal
2025-08-20T21:25:58.3488654Z [00:02:12.470]➜  github.com/pion/transport/v2/utils/xor
2025-08-20T21:25:58.3489293Z [00:02:12.470]➜  mkdir -p $WORK/b898/
2025-08-20T21:25:58.3489985Z [00:02:12.471]➜  echo '# import config' > $WORK/b886/importcfg # internal
2025-08-20T21:25:58.3494160Z [00:02:12.471]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b886/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/pkg/crypto/signature=>github.com/pion/dtls/v2@v2.2.12/pkg/crypto/signature;$WORK/b886=>" -p github.com/pion/dtls/v2/pkg/crypto/signature -lang=go1.13 -complete -installsuffix shared -buildid 1D_mRFw2LpbnyXT4Id8I/1D_mRFw2LpbnyXT4Id8I -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b886/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/pkg/crypto/signature/signature.go
2025-08-20T21:25:58.3497698Z [00:02:12.471]➜  echo -n > $WORK/b898/go_asm.h # internal
2025-08-20T21:25:58.3498763Z [00:02:12.471]➜  cd /root/go/pkg/mod/github.com/pion/transport/v2@v2.2.10/utils/xor
2025-08-20T21:25:58.3501721Z [00:02:12.471]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/pion/transport/v2/utils/xor -trimpath "/root/go/pkg/mod/github.com/pion/transport/v2@v2.2.10/utils/xor=>github.com/pion/transport/v2@v2.2.10/utils/xor;$WORK/b898=>" -I $WORK/b898/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b898/symabis ./xor_amd64.s
2025-08-20T21:25:58.3509928Z [00:02:12.473]➜  go tool buildid -w $WORK/b884/_pkg_.a # internal
2025-08-20T21:25:58.3512348Z [00:02:12.473]➜  cp $WORK/b884/_pkg_.a /root/.cache/go-build/6e/6eb28a03827902f1919db5abaefc16e32e4dedfbd13b33f0cb799393d1a84901-d # internal
2025-08-20T21:25:58.3513876Z [00:02:12.473]➜  github.com/pion/interceptor/internal/sequencenumber
2025-08-20T21:25:58.3514531Z [00:02:12.473]➜  mkdir -p $WORK/b914/
2025-08-20T21:25:58.3515198Z [00:02:12.473]➜  echo '# import config' > $WORK/b914/importcfg # internal
2025-08-20T21:25:58.3515933Z [00:02:12.473]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:25:58.3520355Z [00:02:12.473]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b914/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/interceptor@v0.1.40/internal/sequencenumber=>github.com/pion/interceptor@v0.1.40/internal/sequencenumber;$WORK/b914=>" -p github.com/pion/interceptor/internal/sequencenumber -lang=go1.20 -complete -installsuffix shared -buildid dvfZpeN7SdDCGdOfdbyw/dvfZpeN7SdDCGdOfdbyw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b914/importcfg -pack /root/go/pkg/mod/github.com/pion/interceptor@v0.1.40/internal/sequencenumber/unwrapper.go
2025-08-20T21:25:58.3549121Z [00:02:12.477]➜  echo '# import config' > $WORK/b898/importcfg # internal
2025-08-20T21:25:58.3553617Z [00:02:12.477]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b898/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/transport/v2@v2.2.10/utils/xor=>github.com/pion/transport/v2@v2.2.10/utils/xor;$WORK/b898=>" -p github.com/pion/transport/v2/utils/xor -lang=go1.12 -installsuffix shared -buildid Q_8jh73F21XnMBdJUlyg/Q_8jh73F21XnMBdJUlyg -goversion go1.25.0 -symabis $WORK/b898/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b898/importcfg -pack -asmhdr $WORK/b898/go_asm.h /root/go/pkg/mod/github.com/pion/transport/v2@v2.2.10/utils/xor/xor_amd64.go
2025-08-20T21:25:58.3568344Z [00:02:12.479]➜  go tool buildid -w $WORK/b886/_pkg_.a # internal
2025-08-20T21:25:58.3577186Z [00:02:12.480]➜  cp $WORK/b886/_pkg_.a /root/.cache/go-build/39/393fdd577dd23400cc5760b81ffd893f08aeea2c5d86b31837c933a254719645-d # internal
2025-08-20T21:25:58.3589374Z [00:02:12.480]➜  go.uber.org/dig/internal/graph
2025-08-20T21:25:58.3591199Z [00:02:12.480]➜  mkdir -p $WORK/b946/
2025-08-20T21:25:58.3591984Z [00:02:12.481]➜  echo '# import config' > $WORK/b946/importcfg # internal
2025-08-20T21:25:58.3595540Z [00:02:12.481]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b946/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/dig@v1.19.0/internal/graph=>go.uber.org/dig@v1.19.0/internal/graph;$WORK/b946=>" -p go.uber.org/dig/internal/graph -lang=go1.20 -complete -installsuffix shared -buildid u8NTqZj9rJI_Z7r3K9Cj/u8NTqZj9rJI_Z7r3K9Cj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b946/importcfg -pack /root/go/pkg/mod/go.uber.org/dig@v1.19.0/internal/graph/graph.go
2025-08-20T21:25:58.3612512Z [00:02:12.484]➜  go tool buildid -w $WORK/b914/_pkg_.a # internal
2025-08-20T21:25:58.3620024Z [00:02:12.484]➜  cp $WORK/b914/_pkg_.a /root/.cache/go-build/a6/a6c057dd5a1cbc176cd88e73287dff9f329321c641c1783de9b5c836b5d3230d-d # internal
2025-08-20T21:25:58.3622459Z [00:02:12.485]➜  go.opencensus.io/internal/tagencoding
2025-08-20T21:25:58.3623160Z [00:02:12.485]➜  mkdir -p $WORK/b984/
2025-08-20T21:25:58.3625708Z [00:02:12.485]➜  echo '# import config' > $WORK/b984/importcfg # internal
2025-08-20T21:25:58.3650636Z [00:02:12.487]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b984/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/internal/tagencoding=>go.opencensus.io@v0.24.0/internal/tagencoding;$WORK/b984=>" -p go.opencensus.io/internal/tagencoding -lang=go1.13 -complete -installsuffix shared -buildid zYyekjP5yhXlw3VE-seY/zYyekjP5yhXlw3VE-seY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b984/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/internal/tagencoding/tagencoding.go
2025-08-20T21:25:58.3692405Z [00:02:12.492]➜  cd /root/go/pkg/mod/github.com/pion/transport/v2@v2.2.10/utils/xor
2025-08-20T21:25:58.3695366Z [00:02:12.492]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/pion/transport/v2/utils/xor -trimpath "/root/go/pkg/mod/github.com/pion/transport/v2@v2.2.10/utils/xor=>github.com/pion/transport/v2@v2.2.10/utils/xor;$WORK/b898=>" -I $WORK/b898/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b898/xor_amd64.o ./xor_amd64.s
2025-08-20T21:25:58.3719931Z [00:02:12.494]➜  go tool buildid -w $WORK/b946/_pkg_.a # internal
2025-08-20T21:25:58.3735243Z [00:02:12.496]➜  cp $WORK/b946/_pkg_.a /root/.cache/go-build/d8/d8fee9e9222d995f39ef1329486c39551ecf308ac114ae886668fb1c6e2a46f2-d # internal
2025-08-20T21:25:58.3736365Z [00:02:12.496]➜  golang.org/x/crypto/salsa20
2025-08-20T21:25:58.3736929Z [00:02:12.496]➜  mkdir -p $WORK/b1015/
2025-08-20T21:25:58.3745486Z [00:02:12.497]➜  cat >/tmp/go-build548448651/b1015/importcfg << 'EOF' # internal
2025-08-20T21:25:58.3749802Z [00:02:12.497]➜  # import config
2025-08-20T21:25:58.3752640Z [00:02:12.497]➜  packagefile golang.org/x/crypto/internal/alias=/tmp/go-build548448651/b781/_pkg_.a
2025-08-20T21:25:58.3753896Z [00:02:12.497]➜  packagefile golang.org/x/crypto/salsa20/salsa=/tmp/go-build548448651/b788/_pkg_.a
2025-08-20T21:25:58.3754708Z [00:02:12.497]➜  EOF
2025-08-20T21:25:58.3755229Z [00:02:12.497]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:25:58.3759555Z [00:02:12.497]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1015/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/salsa20=>golang.org/x/crypto@v0.41.0/salsa20;$WORK/b1015=>" -p golang.org/x/crypto/salsa20 -lang=go1.23 -complete -installsuffix shared -buildid o2qk2bQonc4e7Zcv9GDz/o2qk2bQonc4e7Zcv9GDz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1015/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/salsa20/salsa20.go
2025-08-20T21:25:58.3762754Z [00:02:12.498]➜  cd /root/go/pkg/mod/github.com/pion/transport/v2@v2.2.10/utils/xor
2025-08-20T21:25:58.3764061Z [00:02:12.498]➜  go tool pack r $WORK/b898/_pkg_.a $WORK/b898/xor_amd64.o # internal
2025-08-20T21:25:58.3765619Z [00:02:12.498]➜  go tool buildid -w $WORK/b898/_pkg_.a # internal
2025-08-20T21:25:58.3767150Z [00:02:12.498]➜  cp $WORK/b898/_pkg_.a /root/.cache/go-build/bc/bc9a03a40269d2b51682f65410f03ac588dade5f0b9b175c6c373fca62224626-d # internal
2025-08-20T21:25:58.3768237Z [00:02:12.498]➜  go.opentelemetry.io/otel/sdk
2025-08-20T21:25:58.3768987Z [00:02:12.498]➜  mkdir -p $WORK/b1035/
2025-08-20T21:25:58.3769675Z [00:02:12.499]➜  echo '# import config' > $WORK/b1035/importcfg # internal
2025-08-20T21:25:58.3770410Z [00:02:12.499]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:25:58.3773816Z [00:02:12.499]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1035/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0=>go.opentelemetry.io/otel/sdk@v1.37.0;$WORK/b1035=>" -p go.opentelemetry.io/otel/sdk -lang=go1.23 -complete -installsuffix shared -buildid pQYGiDc9A02mWMolWo4s/pQYGiDc9A02mWMolWo4s -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1035/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/version.go
2025-08-20T21:25:58.3800502Z [00:02:12.502]➜  go tool buildid -w $WORK/b984/_pkg_.a # internal
2025-08-20T21:25:58.3808909Z [00:02:12.503]➜  cp $WORK/b984/_pkg_.a /root/.cache/go-build/6d/6da4f8df6285942efd155dc3c32ca4b66ed66d4a11d79294f6b78cd7ec33ed1f-d # internal
2025-08-20T21:25:58.3810292Z [00:02:12.503]➜  google.golang.org/grpc/serviceconfig
2025-08-20T21:25:58.3810886Z [00:02:12.503]➜  mkdir -p $WORK/b1062/
2025-08-20T21:25:58.3815357Z [00:02:12.504]➜  echo '# import config' > $WORK/b1062/importcfg # internal
2025-08-20T21:25:58.3821933Z [00:02:12.504]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1062/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.73.0/serviceconfig=>google.golang.org/grpc@v1.73.0/serviceconfig;$WORK/b1062=>" -p google.golang.org/grpc/serviceconfig -lang=go1.23 -complete -installsuffix shared -buildid Wef0eWmjSIEaNmzuNjbS/Wef0eWmjSIEaNmzuNjbS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1062/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/serviceconfig/serviceconfig.go
2025-08-20T21:25:58.3859036Z [00:02:12.508]➜  go tool buildid -w $WORK/b1035/_pkg_.a # internal
2025-08-20T21:25:58.3860557Z [00:02:12.508]➜  cp $WORK/b1035/_pkg_.a /root/.cache/go-build/53/535d3849befed6f8f74e815de1158a953269aecd4d6deb94b37bacbfd9e966b4-d # internal
2025-08-20T21:25:58.3865801Z [00:02:12.509]➜  github.com/dgraph-io/badger/options
2025-08-20T21:25:58.3866710Z [00:02:12.509]➜  mkdir -p $WORK/b1163/
2025-08-20T21:25:58.3871954Z [00:02:12.510]➜  go tool buildid -w $WORK/b1015/_pkg_.a # internal
2025-08-20T21:25:58.3884667Z [00:02:12.511]➜  echo '# import config' > $WORK/b1163/importcfg # internal
2025-08-20T21:25:58.3886721Z [00:02:12.511]➜  cp $WORK/b1015/_pkg_.a /root/.cache/go-build/28/28bf49fd9133429e3361c2bcc8a3c3b755d5b01829ea0d34f8e0190332a3698a-d # internal
2025-08-20T21:25:58.3888798Z [00:02:12.511]➜  github.com/dgraph-io/badger/trie
2025-08-20T21:25:58.3890904Z [00:02:12.511]➜  mkdir -p $WORK/b1176/
2025-08-20T21:25:58.3894540Z [00:02:12.511]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1163/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dgraph-io/badger@v1.6.2/options=>github.com/dgraph-io/badger@v1.6.2/options;$WORK/b1163=>" -p github.com/dgraph-io/badger/options -lang=go1.12 -complete -installsuffix shared -buildid 88QpcCfgIz7S4zggMeE8/88QpcCfgIz7S4zggMeE8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1163/importcfg -pack /root/go/pkg/mod/github.com/dgraph-io/badger@v1.6.2/options/options.go
2025-08-20T21:25:58.3897933Z [00:02:12.511]➜  echo '# import config' > $WORK/b1176/importcfg # internal
2025-08-20T21:25:58.3903399Z [00:02:12.511]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1176/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dgraph-io/badger@v1.6.2/trie=>github.com/dgraph-io/badger@v1.6.2/trie;$WORK/b1176=>" -p github.com/dgraph-io/badger/trie -lang=go1.12 -complete -installsuffix shared -buildid 3_Ts19i4K4z4G5CGy04I/3_Ts19i4K4z4G5CGy04I -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1176/importcfg -pack /root/go/pkg/mod/github.com/dgraph-io/badger@v1.6.2/trie/trie.go
2025-08-20T21:25:58.3910149Z [00:02:12.513]➜  go tool buildid -w $WORK/b1062/_pkg_.a # internal
2025-08-20T21:25:58.3913344Z [00:02:12.513]➜  cp $WORK/b1062/_pkg_.a /root/.cache/go-build/0c/0c9a9fc68e48e440963f3aceb8f27ec5d0fde458bfa83321bfa53ffd50c49931-d # internal
2025-08-20T21:25:58.3925312Z [00:02:12.515]➜  github.com/rivo/uniseg
2025-08-20T21:25:58.3929589Z [00:02:12.515]➜  mkdir -p $WORK/b1215/
2025-08-20T21:25:58.3932815Z [00:02:12.515]➜  cat >/tmp/go-build548448651/b1215/importcfg << 'EOF' # internal
2025-08-20T21:25:58.3933546Z [00:02:12.515]➜  # import config
2025-08-20T21:25:58.3934259Z [00:02:12.515]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:25:58.3934926Z [00:02:12.515]➜  EOF
2025-08-20T21:25:58.3946821Z [00:02:12.515]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1215/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/rivo/uniseg@v0.4.4=>github.com/rivo/uniseg@v0.4.4;$WORK/b1215=>" -p github.com/rivo/uniseg -lang=go1.18 -complete -installsuffix shared -buildid GY5dMIYhltIy0zFOjKTl/GY5dMIYhltIy0zFOjKTl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1215/importcfg -pack /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.4/doc.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.4/eastasianwidth.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.4/emojipresentation.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.4/grapheme.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.4/graphemeproperties.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.4/graphemerules.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.4/line.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.4/lineproperties.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.4/linerules.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.4/properties.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.4/sentence.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.4/sentenceproperties.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.4/sentencerules.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.4/step.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.4/width.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.4/word.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.4/wordproperties.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.4/wordrules.go
2025-08-20T21:25:58.3969123Z [00:02:12.519]➜  go tool buildid -w $WORK/b1163/_pkg_.a # internal
2025-08-20T21:25:58.4030451Z [00:02:12.523]➜  cp $WORK/b1163/_pkg_.a /root/.cache/go-build/0b/0b527e842c68976cdb9ec59b0c22e473b5600327f4f7bf2131b071fa79879363-d # internal
2025-08-20T21:25:58.4033153Z [00:02:12.523]➜  github.com/golang/groupcache/lru
2025-08-20T21:25:58.4033794Z [00:02:12.523]➜  mkdir -p $WORK/b1252/
2025-08-20T21:25:58.4034554Z [00:02:12.523]➜  cat >/tmp/go-build548448651/b1252/importcfg << 'EOF' # internal
2025-08-20T21:25:58.4035313Z [00:02:12.523]➜  # import config
2025-08-20T21:25:58.4036060Z [00:02:12.523]➜  packagefile container/list=/tmp/go-build548448651/b081/_pkg_.a
2025-08-20T21:25:58.4036754Z [00:02:12.523]➜  EOF
2025-08-20T21:25:58.4041205Z [00:02:12.523]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1252/_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/b1252=>" -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/b1252/importcfg -pack /root/go/pkg/mod/github.com/golang/groupcache@v0.0.0-20210331224755-41bb18bfe9da/lru/lru.go
2025-08-20T21:25:58.4106299Z [00:02:12.533]➜  go tool buildid -w $WORK/b1176/_pkg_.a # internal
2025-08-20T21:25:58.4112180Z [00:02:12.533]➜  cp $WORK/b1176/_pkg_.a /root/.cache/go-build/45/456b72f56fd32fa5846668e2c747f66d3ef68f528b76cefbb210aebfdf0f2dea-d # internal
2025-08-20T21:25:58.4113268Z [00:02:12.533]➜  go.opencensus.io
2025-08-20T21:25:58.4113691Z [00:02:12.533]➜  mkdir -p $WORK/b1254/
2025-08-20T21:25:58.4128471Z [00:02:12.534]➜  echo '# import config' > $WORK/b1254/importcfg # internal
2025-08-20T21:25:58.4131865Z [00:02:12.534]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1254/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0=>go.opencensus.io@v0.24.0;$WORK/b1254=>" -p go.opencensus.io -lang=go1.13 -complete -installsuffix shared -buildid p0PwHPmQmyTDtDZ1HWWO/p0PwHPmQmyTDtDZ1HWWO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1254/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/opencensus.go
2025-08-20T21:25:58.4179285Z [00:02:12.540]➜  go tool buildid -w $WORK/b1254/_pkg_.a # internal
2025-08-20T21:25:58.4188302Z [00:02:12.541]➜  cp $WORK/b1254/_pkg_.a /root/.cache/go-build/48/4894e5a7bfeaf90642a5a60de67e7180e5af8f8c323dd28175bd6a578a70b7f5-d # internal
2025-08-20T21:25:58.4189691Z [00:02:12.541]➜  go.opencensus.io/trace/internal
2025-08-20T21:25:58.4190340Z [00:02:12.541]➜  mkdir -p $WORK/b1255/
2025-08-20T21:25:58.4193814Z [00:02:12.542]➜  echo '# import config' > $WORK/b1255/importcfg # internal
2025-08-20T21:25:58.4198383Z [00:02:12.542]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1255/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/internal=>go.opencensus.io@v0.24.0/trace/internal;$WORK/b1255=>" -p go.opencensus.io/trace/internal -lang=go1.13 -complete -installsuffix shared -buildid U61fm9weRIawlS8D961s/U61fm9weRIawlS8D961s -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1255/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/internal/internal.go
2025-08-20T21:25:58.4204359Z [00:02:12.543]➜  go tool buildid -w $WORK/b1252/_pkg_.a # internal
2025-08-20T21:25:58.4214521Z [00:02:12.544]➜  cp $WORK/b1252/_pkg_.a /root/.cache/go-build/d1/d1613c4b4ebd42cf02f63c0be74da28e8225f66de6f951cbe16c19357774af97-d # internal
2025-08-20T21:25:58.4257683Z [00:02:12.548]➜  go tool buildid -w $WORK/b1255/_pkg_.a # internal
2025-08-20T21:25:58.4262108Z [00:02:12.549]➜  cp $WORK/b1255/_pkg_.a /root/.cache/go-build/c2/c20012e6f892a23af5e6e5d65beee8528ff54991fe7f960225bac12ab4a8e3ed-d # internal
2025-08-20T21:25:58.5934078Z [00:02:12.716]➜  go tool buildid -w $WORK/b1215/_pkg_.a # internal
2025-08-20T21:25:58.6010535Z [00:02:12.720]➜  cp $WORK/b1215/_pkg_.a /root/.cache/go-build/9d/9db1c1ee9bd22690c3d728cece03643c81a273c26bec19319588eb6b91c709c3-d # internal
2025-08-20T21:26:00.0865697Z [00:02:14.209]➜  cp /root/.go/src/runtime/asm_amd64.h $WORK/b010/asm_GOARCH.h
2025-08-20T21:26:00.0866439Z [00:02:14.209]➜  cd /root/.go/src/runtime
2025-08-20T21:26:00.0868175Z [00:02:14.209]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/asm.o ./asm.s
2025-08-20T21:26:00.0895229Z [00:02:14.212]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/asm_amd64.o ./asm_amd64.s
2025-08-20T21:26:00.0995029Z [00:02:14.222]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/duff_amd64.o ./duff_amd64.s
2025-08-20T21:26:00.1023134Z [00:02:14.225]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/ints.o ./ints.s
2025-08-20T21:26:00.1052276Z [00:02:14.227]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/memclr_amd64.o ./memclr_amd64.s
2025-08-20T21:26:00.1099916Z [00:02:14.232]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/memmove_amd64.o ./memmove_amd64.s
2025-08-20T21:26:00.1150281Z [00:02:14.237]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/preempt_amd64.o ./preempt_amd64.s
2025-08-20T21:26:00.1195288Z [00:02:14.242]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/rt0_linux_amd64.o ./rt0_linux_amd64.s
2025-08-20T21:26:00.1217750Z [00:02:14.244]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/sys_linux_amd64.o ./sys_linux_amd64.s
2025-08-20T21:26:00.1272120Z [00:02:14.250]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/test_amd64.o ./test_amd64.s
2025-08-20T21:26:00.1294315Z [00:02:14.252]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/time_linux_amd64.o ./time_linux_amd64.s
2025-08-20T21:26:00.1335682Z [00:02:14.256]➜  go tool pack r $WORK/b010/_pkg_.a $WORK/b010/asm.o $WORK/b010/asm_amd64.o $WORK/b010/duff_amd64.o $WORK/b010/ints.o $WORK/b010/memclr_amd64.o $WORK/b010/memmove_amd64.o $WORK/b010/preempt_amd64.o $WORK/b010/rt0_linux_amd64.o $WORK/b010/sys_linux_amd64.o $WORK/b010/test_amd64.o $WORK/b010/time_linux_amd64.o # internal
2025-08-20T21:26:00.1338050Z [00:02:14.256]➜  go tool buildid -w $WORK/b010/_pkg_.a # internal
2025-08-20T21:26:00.1698252Z [00:02:14.292]➜  cp $WORK/b010/_pkg_.a /root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d # internal
2025-08-20T21:26:00.1699902Z [00:02:14.292]➜  internal/reflectlite
2025-08-20T21:26:00.1700585Z [00:02:14.292]➜  mkdir -p $WORK/b005/
2025-08-20T21:26:00.1701186Z [00:02:14.292]➜  iter
2025-08-20T21:26:00.1701740Z [00:02:14.292]➜  mkdir -p $WORK/b039/
2025-08-20T21:26:00.1702336Z [00:02:14.292]➜  sync
2025-08-20T21:26:00.1702873Z [00:02:14.292]➜  mkdir -p $WORK/b035/
2025-08-20T21:26:00.1711773Z [00:02:14.292]➜  crypto/subtle
2025-08-20T21:26:00.1712294Z [00:02:14.292]➜  mkdir -p $WORK/b106/
2025-08-20T21:26:00.1712940Z [00:02:14.292]➜  echo -n > $WORK/b005/go_asm.h # internal
2025-08-20T21:26:00.1713657Z [00:02:14.292]➜  cd /root/.go/src/internal/reflectlite
2025-08-20T21:26:00.1715899Z [00:02:14.292]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/reflectlite -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b005=>" -I $WORK/b005/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b005/symabis ./asm.s
2025-08-20T21:26:00.1718107Z [00:02:14.292]➜  cat >/tmp/go-build548448651/b106/importcfg << 'EOF' # internal
2025-08-20T21:26:00.1720365Z [00:02:14.292]➜  # import config
2025-08-20T21:26:00.1721276Z [00:02:14.292]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build548448651/b097/_pkg_.a
2025-08-20T21:26:00.1722441Z [00:02:14.292]➜  packagefile internal/runtime/sys=/tmp/go-build548448651/b031/_pkg_.a
2025-08-20T21:26:00.1723394Z [00:02:14.292]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:00.1724043Z [00:02:14.292]➜  EOF
2025-08-20T21:26:00.1724605Z [00:02:14.295]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:00.1728746Z [00:02:14.295]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b106/_pkg_.a -trimpath "/root/.go/src/crypto/subtle=>crypto/subtle;$WORK/b106=>" -p crypto/subtle -lang=go1.25 -std -complete -installsuffix shared -buildid Xc79yGTipdlJLObEA6rA/Xc79yGTipdlJLObEA6rA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b106/importcfg -pack /root/.go/src/crypto/subtle/constant_time.go /root/.go/src/crypto/subtle/dit.go /root/.go/src/crypto/subtle/xor.go
2025-08-20T21:26:00.1732064Z [00:02:14.295]➜  cat >/tmp/go-build548448651/b035/importcfg << 'EOF' # internal
2025-08-20T21:26:00.1732802Z [00:02:14.295]➜  # import config
2025-08-20T21:26:00.1734608Z [00:02:14.295]➜  packagefile internal/race=/tmp/go-build548448651/b030/_pkg_.a
2025-08-20T21:26:00.1735679Z [00:02:14.295]➜  packagefile internal/sync=/tmp/go-build548448651/b036/_pkg_.a
2025-08-20T21:26:00.1736660Z [00:02:14.295]➜  packagefile internal/synctest=/tmp/go-build548448651/b038/_pkg_.a
2025-08-20T21:26:00.1737604Z [00:02:14.295]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:00.1738428Z [00:02:14.295]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:00.1739243Z [00:02:14.295]➜  EOF
2025-08-20T21:26:00.1743553Z [00:02:14.295]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b035/_pkg_.a -trimpath "/root/.go/src/sync=>sync;$WORK/b035=>" -p sync -lang=go1.25 -std -installsuffix shared -buildid jwP78NdxT4VwYWlVWasd/jwP78NdxT4VwYWlVWasd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b035/importcfg -pack /root/.go/src/sync/cond.go /root/.go/src/sync/hashtriemap.go /root/.go/src/sync/mutex.go /root/.go/src/sync/once.go /root/.go/src/sync/oncefunc.go /root/.go/src/sync/pool.go /root/.go/src/sync/poolqueue.go /root/.go/src/sync/runtime.go /root/.go/src/sync/runtime2.go /root/.go/src/sync/rwmutex.go /root/.go/src/sync/waitgroup.go
2025-08-20T21:26:00.1747581Z [00:02:14.295]➜  cat >/tmp/go-build548448651/b039/importcfg << 'EOF' # internal
2025-08-20T21:26:00.1748322Z [00:02:14.295]➜  # import config
2025-08-20T21:26:00.1749236Z [00:02:14.295]➜  packagefile internal/race=/tmp/go-build548448651/b030/_pkg_.a
2025-08-20T21:26:00.1750068Z [00:02:14.295]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:00.1750939Z [00:02:14.295]➜  EOF
2025-08-20T21:26:00.1755014Z [00:02:14.295]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b039/_pkg_.a -trimpath "/root/.go/src/iter=>iter;$WORK/b039=>" -p iter -lang=go1.25 -std -complete -installsuffix shared -buildid 0pZTu9fTQDGRD3NnR3_B/0pZTu9fTQDGRD3NnR3_B -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b039/importcfg -pack /root/.go/src/iter/iter.go
2025-08-20T21:26:00.1757447Z [00:02:14.296]➜  cat >/tmp/go-build548448651/b005/importcfg << 'EOF' # internal
2025-08-20T21:26:00.1758140Z [00:02:14.296]➜  # import config
2025-08-20T21:26:00.1759122Z [00:02:14.296]➜  packagefile internal/abi=/tmp/go-build548448651/b006/_pkg_.a
2025-08-20T21:26:00.1760064Z [00:02:14.296]➜  packagefile internal/goarch=/tmp/go-build548448651/b007/_pkg_.a
2025-08-20T21:26:00.1761049Z [00:02:14.296]➜  packagefile internal/unsafeheader=/tmp/go-build548448651/b009/_pkg_.a
2025-08-20T21:26:00.1761968Z [00:02:14.296]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:00.1762579Z [00:02:14.296]➜  EOF
2025-08-20T21:26:00.1766674Z [00:02:14.296]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b005/_pkg_.a -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b005=>" -p internal/reflectlite -lang=go1.25 -std -installsuffix shared -buildid CMAeW-1UQf_B9x0I_LrK/CMAeW-1UQf_B9x0I_LrK -goversion go1.25.0 -symabis $WORK/b005/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b005/importcfg -pack -asmhdr $WORK/b005/go_asm.h /root/.go/src/internal/reflectlite/swapper.go /root/.go/src/internal/reflectlite/type.go /root/.go/src/internal/reflectlite/value.go
2025-08-20T21:26:00.1870693Z [00:02:14.309]➜  go tool buildid -w $WORK/b039/_pkg_.a # internal
2025-08-20T21:26:00.1880026Z [00:02:14.310]➜  go tool buildid -w $WORK/b106/_pkg_.a # internal
2025-08-20T21:26:00.1882688Z [00:02:14.311]➜  cp $WORK/b039/_pkg_.a /root/.cache/go-build/23/23d10c877f3b73604425a334a1530a3d83b5cebea7cc3c08d3b6aea551897635-d # internal
2025-08-20T21:26:00.1884398Z [00:02:14.311]➜  slices
2025-08-20T21:26:00.1885351Z [00:02:14.311]➜  mkdir -p $WORK/b050/
2025-08-20T21:26:00.1892626Z [00:02:14.311]➜  cp $WORK/b106/_pkg_.a /root/.cache/go-build/46/46171919a7392793e07b640aa7e47504aca1ae730f9f44283c4ac563d941a95a-d # internal
2025-08-20T21:26:00.1894194Z [00:02:14.311]➜  cat >/tmp/go-build548448651/b050/importcfg << 'EOF' # internal
2025-08-20T21:26:00.1895571Z [00:02:14.311]➜  # import config
2025-08-20T21:26:00.1896576Z [00:02:14.311]➜  packagefile cmp=/tmp/go-build548448651/b051/_pkg_.a
2025-08-20T21:26:00.1899466Z [00:02:14.311]➜  packagefile iter=/tmp/go-build548448651/b039/_pkg_.a
2025-08-20T21:26:00.1900359Z [00:02:14.311]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:00.1901079Z [00:02:14.312]➜  EOF
2025-08-20T21:26:00.1917382Z [00:02:14.312]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b050/_pkg_.a -trimpath "/root/.go/src/slices=>slices;$WORK/b050=>" -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/b050/importcfg -pack /root/.go/src/slices/iter.go /root/.go/src/slices/slices.go /root/.go/src/slices/sort.go /root/.go/src/slices/zsortanyfunc.go /root/.go/src/slices/zsortordered.go
2025-08-20T21:26:00.1920567Z [00:02:14.312]➜  weak
2025-08-20T21:26:00.1921023Z [00:02:14.312]➜  mkdir -p $WORK/b124/
2025-08-20T21:26:00.1921755Z [00:02:14.313]➜  cat >/tmp/go-build548448651/b124/importcfg << 'EOF' # internal
2025-08-20T21:26:00.1922412Z [00:02:14.313]➜  # import config
2025-08-20T21:26:00.1923113Z [00:02:14.313]➜  packagefile internal/abi=/tmp/go-build548448651/b006/_pkg_.a
2025-08-20T21:26:00.1923982Z [00:02:14.313]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:00.1924616Z [00:02:14.313]➜  EOF
2025-08-20T21:26:00.1927284Z [00:02:14.313]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b124/_pkg_.a -trimpath "/root/.go/src/weak=>weak;$WORK/b124=>" -p weak -lang=go1.25 -std -complete -installsuffix shared -buildid 0tQuWrSLuA2C2pBP-zmG/0tQuWrSLuA2C2pBP-zmG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b124/importcfg -pack /root/.go/src/weak/doc.go /root/.go/src/weak/pointer.go
2025-08-20T21:26:00.2022320Z [00:02:14.324]➜  go tool buildid -w $WORK/b124/_pkg_.a # internal
2025-08-20T21:26:00.2046220Z [00:02:14.324]➜  cp $WORK/b124/_pkg_.a /root/.cache/go-build/b3/b35fe2f4af2add37163a99c517d12be21fb3614e3bcd4b3ee29206e95d4c9b7f-d # internal
2025-08-20T21:26:00.2047315Z [00:02:14.324]➜  maps
2025-08-20T21:26:00.2047777Z [00:02:14.324]➜  mkdir -p $WORK/b159/
2025-08-20T21:26:00.2048475Z [00:02:14.324]➜  cat >/tmp/go-build548448651/b159/importcfg << 'EOF' # internal
2025-08-20T21:26:00.2050443Z [00:02:14.324]➜  # import config
2025-08-20T21:26:00.2051102Z [00:02:14.324]➜  packagefile iter=/tmp/go-build548448651/b039/_pkg_.a
2025-08-20T21:26:00.2051688Z [00:02:14.324]➜  EOF
2025-08-20T21:26:00.2054264Z [00:02:14.324]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b159/_pkg_.a -trimpath "/root/.go/src/maps=>maps;$WORK/b159=>" -p maps -lang=go1.25 -std -complete -installsuffix shared -buildid 3hmY5SMuxXMJuPsVBmC5/3hmY5SMuxXMJuPsVBmC5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b159/importcfg -pack /root/.go/src/maps/iter.go /root/.go/src/maps/maps.go
2025-08-20T21:26:00.2122423Z [00:02:14.335]➜  go tool buildid -w $WORK/b159/_pkg_.a # internal
2025-08-20T21:26:00.2134658Z [00:02:14.336]➜  cp $WORK/b159/_pkg_.a /root/.cache/go-build/c3/c39af6f50a2f302aafef3b515051fb695f8a8e68cabb3ad6fc0ca3c4a290ce13-d # internal
2025-08-20T21:26:00.2144487Z [00:02:14.337]➜  runtime/metrics
2025-08-20T21:26:00.2148373Z [00:02:14.337]➜  mkdir -p $WORK/b394/
2025-08-20T21:26:00.2159307Z [00:02:14.338]➜  cat >/tmp/go-build548448651/b394/importcfg << 'EOF' # internal
2025-08-20T21:26:00.2160626Z [00:02:14.338]➜  # import config
2025-08-20T21:26:00.2165197Z [00:02:14.338]➜  packagefile internal/godebugs=/tmp/go-build548448651/b016/_pkg_.a
2025-08-20T21:26:00.2166210Z [00:02:14.338]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:00.2167105Z [00:02:14.338]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:00.2167770Z [00:02:14.338]➜  EOF
2025-08-20T21:26:00.2173061Z [00:02:14.339]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b394/_pkg_.a -trimpath "/root/.go/src/runtime/metrics=>runtime/metrics;$WORK/b394=>" -p runtime/metrics -lang=go1.25 -std -installsuffix shared -buildid 8_lonm71gWQBLH-3RAYM/8_lonm71gWQBLH-3RAYM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b394/importcfg -pack /root/.go/src/runtime/metrics/description.go /root/.go/src/runtime/metrics/doc.go /root/.go/src/runtime/metrics/histogram.go /root/.go/src/runtime/metrics/sample.go /root/.go/src/runtime/metrics/value.go
2025-08-20T21:26:00.2206484Z [00:02:14.343]➜  go tool buildid -w $WORK/b050/_pkg_.a # internal
2025-08-20T21:26:00.2224351Z [00:02:14.344]➜  cp $WORK/b050/_pkg_.a /root/.cache/go-build/1e/1ed6b5008035c21806c39f78553968c91c059007e533cf39bfe99154f794c206-d # internal
2025-08-20T21:26:00.2227341Z [00:02:14.344]➜  golang.org/x/exp/slices
2025-08-20T21:26:00.2227928Z [00:02:14.344]➜  mkdir -p $WORK/b326/
2025-08-20T21:26:00.2228828Z [00:02:14.344]➜  cat >/tmp/go-build548448651/b326/importcfg << 'EOF' # internal
2025-08-20T21:26:00.2229529Z [00:02:14.344]➜  # import config
2025-08-20T21:26:00.2230175Z [00:02:14.344]➜  packagefile cmp=/tmp/go-build548448651/b051/_pkg_.a
2025-08-20T21:26:00.2230979Z [00:02:14.344]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:00.2231591Z [00:02:14.344]➜  EOF
2025-08-20T21:26:00.2235966Z [00:02:14.344]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b326/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/exp@v0.0.0-20250813145105-42675adae3e6/slices=>golang.org/x/exp@v0.0.0-20250813145105-42675adae3e6/slices;$WORK/b326=>" -p golang.org/x/exp/slices -lang=go1.24 -complete -installsuffix shared -buildid d5S-uVx0FMEuV7ih20NV/d5S-uVx0FMEuV7ih20NV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b326/importcfg -pack /root/go/pkg/mod/golang.org/x/exp@v0.0.0-20250813145105-42675adae3e6/slices/slices.go /root/go/pkg/mod/golang.org/x/exp@v0.0.0-20250813145105-42675adae3e6/slices/sort.go
2025-08-20T21:26:00.2490851Z [00:02:14.371]➜  go tool buildid -w $WORK/b394/_pkg_.a # internal
2025-08-20T21:26:00.2521591Z [00:02:14.372]➜  cp $WORK/b394/_pkg_.a /root/.cache/go-build/37/3721bf1fe2ac2c99722f9a8a59bb0aacc38498d654264343f293d82257e4a428-d # internal
2025-08-20T21:26:00.2523699Z [00:02:14.372]➜  github.com/pion/transport/v3/utils/xor
2025-08-20T21:26:00.2524900Z [00:02:14.374]➜  mkdir -p $WORK/b855/
2025-08-20T21:26:00.2525952Z [00:02:14.374]➜  cat >/tmp/go-build548448651/b855/importcfg << 'EOF' # internal
2025-08-20T21:26:00.2527786Z [00:02:14.374]➜  # import config
2025-08-20T21:26:00.2529085Z [00:02:14.374]➜  packagefile crypto/subtle=/tmp/go-build548448651/b106/_pkg_.a
2025-08-20T21:26:00.2530033Z [00:02:14.374]➜  EOF
2025-08-20T21:26:00.2537047Z [00:02:14.374]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b855/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/transport/v3@v3.0.7/utils/xor=>github.com/pion/transport/v3@v3.0.7/utils/xor;$WORK/b855=>" -p github.com/pion/transport/v3/utils/xor -lang=go1.19 -complete -installsuffix shared -buildid Z7y57UI09HhC84qsXGNz/Z7y57UI09HhC84qsXGNz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b855/importcfg -pack /root/go/pkg/mod/github.com/pion/transport/v3@v3.0.7/utils/xor/xor_generic.go
2025-08-20T21:26:00.2540865Z [00:02:14.374]➜  go tool buildid -w $WORK/b326/_pkg_.a # internal
2025-08-20T21:26:00.2542176Z [00:02:14.375]➜  cp $WORK/b326/_pkg_.a /root/.cache/go-build/e3/e3be0d5e7505d4a5cd453438c9d0be2b26c869ea2038d2a29c6bd62f910786d3-d # internal
2025-08-20T21:26:00.2702522Z [00:02:14.392]➜  go tool buildid -w $WORK/b855/_pkg_.a # internal
2025-08-20T21:26:00.2712133Z [00:02:14.393]➜  cp $WORK/b855/_pkg_.a /root/.cache/go-build/0a/0abc8eb01bee4e6972609984bb387284c6c94c99f4c60dc1143a547f45969ce2-d # internal
2025-08-20T21:26:00.3061895Z [00:02:14.428]➜  cd /root/.go/src/internal/reflectlite
2025-08-20T21:26:00.3066670Z [00:02:14.428]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/reflectlite -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b005=>" -I $WORK/b005/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b005/asm.o ./asm.s
2025-08-20T21:26:00.3086353Z [00:02:14.431]➜  go tool pack r $WORK/b005/_pkg_.a $WORK/b005/asm.o # internal
2025-08-20T21:26:00.3089202Z [00:02:14.431]➜  go tool buildid -w $WORK/b005/_pkg_.a # internal
2025-08-20T21:26:00.3108856Z [00:02:14.433]➜  cp $WORK/b005/_pkg_.a /root/.cache/go-build/0a/0a23cc42b594d4aec09fcd5229acbb356c4dd5e04ac724468b0f8f8f9e929ccf-d # internal
2025-08-20T21:26:00.3111477Z [00:02:14.434]➜  errors
2025-08-20T21:26:00.3111937Z [00:02:14.434]➜  mkdir -p $WORK/b004/
2025-08-20T21:26:00.3112388Z [00:02:14.434]➜  sort
2025-08-20T21:26:00.3112794Z [00:02:14.434]➜  mkdir -p $WORK/b077/
2025-08-20T21:26:00.3117609Z [00:02:14.434]➜  cat >/tmp/go-build548448651/b077/importcfg << 'EOF' # internal
2025-08-20T21:26:00.3122196Z [00:02:14.434]➜  # import config
2025-08-20T21:26:00.3122907Z [00:02:14.434]➜  packagefile internal/reflectlite=/tmp/go-build548448651/b005/_pkg_.a
2025-08-20T21:26:00.3123797Z [00:02:14.434]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:00.3124524Z [00:02:14.434]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:00.3125042Z [00:02:14.434]➜  EOF
2025-08-20T21:26:00.3125499Z [00:02:14.434]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:00.3128795Z [00:02:14.434]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b077/_pkg_.a -trimpath "/root/.go/src/sort=>sort;$WORK/b077=>" -p sort -lang=go1.25 -std -complete -installsuffix shared -buildid 3HYodz99RrwN-JsPNx1Z/3HYodz99RrwN-JsPNx1Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b077/importcfg -pack /root/.go/src/sort/search.go /root/.go/src/sort/slice.go /root/.go/src/sort/sort.go /root/.go/src/sort/zsortfunc.go /root/.go/src/sort/zsortinterface.go
2025-08-20T21:26:00.3132905Z [00:02:14.434]➜  cat >/tmp/go-build548448651/b004/importcfg << 'EOF' # internal
2025-08-20T21:26:00.3133543Z [00:02:14.434]➜  # import config
2025-08-20T21:26:00.3134249Z [00:02:14.434]➜  packagefile internal/reflectlite=/tmp/go-build548448651/b005/_pkg_.a
2025-08-20T21:26:00.3134937Z [00:02:14.434]➜  EOF
2025-08-20T21:26:00.3137695Z [00:02:14.434]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b004/_pkg_.a -trimpath "/root/.go/src/errors=>errors;$WORK/b004=>" -p errors -lang=go1.25 -std -complete -installsuffix shared -buildid 7509Dj0f2_7mdq1RmfcX/7509Dj0f2_7mdq1RmfcX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b004/importcfg -pack /root/.go/src/errors/errors.go /root/.go/src/errors/join.go /root/.go/src/errors/wrap.go
2025-08-20T21:26:00.3140477Z [00:02:14.434]➜  go tool buildid -w $WORK/b035/_pkg_.a # internal
2025-08-20T21:26:00.3152029Z [00:02:14.437]➜  cp $WORK/b035/_pkg_.a /root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d # internal
2025-08-20T21:26:00.3155716Z [00:02:14.438]➜  internal/testlog
2025-08-20T21:26:00.3160384Z [00:02:14.438]➜  mkdir -p $WORK/b067/
2025-08-20T21:26:00.3161368Z [00:02:14.438]➜  cat >/tmp/go-build548448651/b067/importcfg << 'EOF' # internal
2025-08-20T21:26:00.3167941Z [00:02:14.438]➜  # import config
2025-08-20T21:26:00.3169968Z [00:02:14.438]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:00.3170836Z [00:02:14.438]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:00.3171477Z [00:02:14.438]➜  EOF
2025-08-20T21:26:00.3174858Z [00:02:14.438]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b067/_pkg_.a -trimpath "/root/.go/src/internal/testlog=>internal/testlog;$WORK/b067=>" -p internal/testlog -lang=go1.25 -std -complete -installsuffix shared -buildid DjWg616cx0sAP4hyNdzt/DjWg616cx0sAP4hyNdzt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b067/importcfg -pack /root/.go/src/internal/testlog/exit.go /root/.go/src/internal/testlog/log.go
2025-08-20T21:26:00.3177655Z [00:02:14.438]➜  internal/bisect
2025-08-20T21:26:00.3178158Z [00:02:14.438]➜  mkdir -p $WORK/b046/
2025-08-20T21:26:00.3178995Z [00:02:14.440]➜  cat >/tmp/go-build548448651/b046/importcfg << 'EOF' # internal
2025-08-20T21:26:00.3179672Z [00:02:14.440]➜  # import config
2025-08-20T21:26:00.3180337Z [00:02:14.440]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:00.3181174Z [00:02:14.440]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:00.3182040Z [00:02:14.440]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:00.3182699Z [00:02:14.440]➜  EOF
2025-08-20T21:26:00.3185633Z [00:02:14.440]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b046/_pkg_.a -trimpath "/root/.go/src/internal/bisect=>internal/bisect;$WORK/b046=>" -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/b046/importcfg -pack /root/.go/src/internal/bisect/bisect.go
2025-08-20T21:26:00.3400117Z [00:02:14.462]➜  go tool buildid -w $WORK/b067/_pkg_.a # internal
2025-08-20T21:26:00.3401844Z [00:02:14.462]➜  cp $WORK/b067/_pkg_.a /root/.cache/go-build/4d/4d079f4bb80dece452fc68a494c365a80e7ee4a6c8369b3d0a96b0003a08b2fd-d # internal
2025-08-20T21:26:00.3405216Z [00:02:14.462]➜  crypto/internal/fips140cache
2025-08-20T21:26:00.3405810Z [00:02:14.462]➜  mkdir -p $WORK/b123/
2025-08-20T21:26:00.3406526Z [00:02:14.463]➜  cat >/tmp/go-build548448651/b123/importcfg << 'EOF' # internal
2025-08-20T21:26:00.3407224Z [00:02:14.463]➜  # import config
2025-08-20T21:26:00.3408017Z [00:02:14.463]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:00.3409045Z [00:02:14.463]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:00.3409892Z [00:02:14.463]➜  packagefile weak=/tmp/go-build548448651/b124/_pkg_.a
2025-08-20T21:26:00.3410862Z [00:02:14.463]➜  EOF
2025-08-20T21:26:00.3414186Z [00:02:14.463]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b123/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140cache=>crypto/internal/fips140cache;$WORK/b123=>" -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/b123/importcfg -pack /root/.go/src/crypto/internal/fips140cache/cache.go
2025-08-20T21:26:00.3460372Z [00:02:14.468]➜  go tool buildid -w $WORK/b004/_pkg_.a # internal
2025-08-20T21:26:00.3469538Z [00:02:14.469]➜  cp $WORK/b004/_pkg_.a /root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d # internal
2025-08-20T21:26:00.3478426Z [00:02:14.470]➜  io
2025-08-20T21:26:00.3479139Z [00:02:14.470]➜  mkdir -p $WORK/b034/
2025-08-20T21:26:00.3479913Z [00:02:14.470]➜  cat >/tmp/go-build548448651/b034/importcfg << 'EOF' # internal
2025-08-20T21:26:00.3480676Z [00:02:14.470]➜  # import config
2025-08-20T21:26:00.3481311Z [00:02:14.470]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:00.3482117Z [00:02:14.470]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:00.3482686Z [00:02:14.470]➜  EOF
2025-08-20T21:26:00.3485336Z [00:02:14.470]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b034/_pkg_.a -trimpath "/root/.go/src/io=>io;$WORK/b034=>" -p io -lang=go1.25 -std -complete -installsuffix shared -buildid lCtZZ8dVmk8y4HP_DWVv/lCtZZ8dVmk8y4HP_DWVv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b034/importcfg -pack /root/.go/src/io/io.go /root/.go/src/io/multi.go /root/.go/src/io/pipe.go
2025-08-20T21:26:00.3600473Z [00:02:14.482]➜  go tool buildid -w $WORK/b123/_pkg_.a # internal
2025-08-20T21:26:00.3601917Z [00:02:14.482]➜  cp $WORK/b123/_pkg_.a /root/.cache/go-build/26/2695974d438020987dbb0bbc5a3ea00c924883ef5700a3d0cdde3c092745abfa-d # internal
2025-08-20T21:26:00.3609802Z [00:02:14.482]➜  internal/oserror
2025-08-20T21:26:00.3610506Z [00:02:14.483]➜  mkdir -p $WORK/b049/
2025-08-20T21:26:00.3611256Z [00:02:14.483]➜  cat >/tmp/go-build548448651/b049/importcfg << 'EOF' # internal
2025-08-20T21:26:00.3611938Z [00:02:14.483]➜  # import config
2025-08-20T21:26:00.3612607Z [00:02:14.483]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:00.3613235Z [00:02:14.483]➜  EOF
2025-08-20T21:26:00.3616145Z [00:02:14.483]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b049/_pkg_.a -trimpath "/root/.go/src/internal/oserror=>internal/oserror;$WORK/b049=>" -p internal/oserror -lang=go1.25 -std -complete -installsuffix shared -buildid 8mi4VNDDF4DhvcykqDN1/8mi4VNDDF4DhvcykqDN1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b049/importcfg -pack /root/.go/src/internal/oserror/errors.go
2025-08-20T21:26:00.3732955Z [00:02:14.496]➜  go tool buildid -w $WORK/b049/_pkg_.a # internal
2025-08-20T21:26:00.3750323Z [00:02:14.496]➜  cp $WORK/b049/_pkg_.a /root/.cache/go-build/36/36c7d10bc34f03c5c6e7771667803ff1e70baaf9cea8e9cebbe793e83ee0ca9c-d # internal
2025-08-20T21:26:00.3753033Z [00:02:14.498]➜  syscall
2025-08-20T21:26:00.3753552Z [00:02:14.498]➜  mkdir -p $WORK/b047/
2025-08-20T21:26:00.3754195Z [00:02:14.498]➜  echo -n > $WORK/b047/go_asm.h # internal
2025-08-20T21:26:00.3754975Z [00:02:14.498]➜  cd /root/.go/src/syscall
2025-08-20T21:26:00.3756980Z [00:02:14.498]➜  /root/.go/pkg/tool/linux_amd64/asm -p syscall -trimpath "/root/.go/src/syscall=>syscall;$WORK/b047=>" -I $WORK/b047/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b047/symabis ./asm_linux_amd64.s
2025-08-20T21:26:00.3793975Z [00:02:14.502]➜  cat >/tmp/go-build548448651/b047/importcfg << 'EOF' # internal
2025-08-20T21:26:00.3799230Z [00:02:14.502]➜  # import config
2025-08-20T21:26:00.3799952Z [00:02:14.502]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:00.3800850Z [00:02:14.502]➜  packagefile internal/asan=/tmp/go-build548448651/b028/_pkg_.a
2025-08-20T21:26:00.3803025Z [00:02:14.502]➜  packagefile internal/bytealg=/tmp/go-build548448651/b011/_pkg_.a
2025-08-20T21:26:00.3805085Z [00:02:14.502]➜  packagefile internal/byteorder=/tmp/go-build548448651/b013/_pkg_.a
2025-08-20T21:26:00.3807505Z [00:02:14.502]➜  packagefile internal/goarch=/tmp/go-build548448651/b007/_pkg_.a
2025-08-20T21:26:00.3808742Z [00:02:14.502]➜  packagefile internal/itoa=/tmp/go-build548448651/b048/_pkg_.a
2025-08-20T21:26:00.3809692Z [00:02:14.502]➜  packagefile internal/msan=/tmp/go-build548448651/b029/_pkg_.a
2025-08-20T21:26:00.3810614Z [00:02:14.502]➜  packagefile internal/oserror=/tmp/go-build548448651/b049/_pkg_.a
2025-08-20T21:26:00.3811606Z [00:02:14.502]➜  packagefile internal/race=/tmp/go-build548448651/b030/_pkg_.a
2025-08-20T21:26:00.3812627Z [00:02:14.502]➜  packagefile internal/runtime/syscall=/tmp/go-build548448651/b024/_pkg_.a
2025-08-20T21:26:00.3813602Z [00:02:14.502]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:00.3814474Z [00:02:14.502]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:00.3815288Z [00:02:14.502]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:00.3816123Z [00:02:14.502]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:00.3816763Z [00:02:14.502]➜  EOF
2025-08-20T21:26:00.3817292Z [00:02:14.502]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:00.3838948Z [00:02:14.502]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b047/_pkg_.a -trimpath "/root/.go/src/syscall=>syscall;$WORK/b047=>" -p syscall -lang=go1.25 -std -installsuffix shared -buildid BjXwGNMiwygH1Ys2pMBt/BjXwGNMiwygH1Ys2pMBt -goversion go1.25.0 -symabis $WORK/b047/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b047/importcfg -pack -asmhdr $WORK/b047/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-20T21:26:00.3848077Z [00:02:14.506]➜  go tool buildid -w $WORK/b046/_pkg_.a # internal
2025-08-20T21:26:00.3850027Z [00:02:14.507]➜  cp $WORK/b046/_pkg_.a /root/.cache/go-build/d1/d19189672caca4bf568c7ed4d6ba74fe0f96e0f4e465ca959d688b6517fee280-d # internal
2025-08-20T21:26:00.3851319Z [00:02:14.507]➜  internal/godebug
2025-08-20T21:26:00.3851984Z [00:02:14.507]➜  mkdir -p $WORK/b045/
2025-08-20T21:26:00.3852842Z [00:02:14.507]➜  cat >/tmp/go-build548448651/b045/importcfg << 'EOF' # internal
2025-08-20T21:26:00.3853680Z [00:02:14.507]➜  # import config
2025-08-20T21:26:00.3854523Z [00:02:14.507]➜  packagefile internal/bisect=/tmp/go-build548448651/b046/_pkg_.a
2025-08-20T21:26:00.3855611Z [00:02:14.507]➜  packagefile internal/godebugs=/tmp/go-build548448651/b016/_pkg_.a
2025-08-20T21:26:00.3856661Z [00:02:14.507]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:00.3857703Z [00:02:14.507]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:00.3860086Z [00:02:14.507]➜  EOF
2025-08-20T21:26:00.3867713Z [00:02:14.509]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b045/_pkg_.a -trimpath "/root/.go/src/internal/godebug=>internal/godebug;$WORK/b045=>" -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/b045/importcfg -pack /root/.go/src/internal/godebug/godebug.go
2025-08-20T21:26:00.4703249Z [00:02:14.592]➜  go tool buildid -w $WORK/b034/_pkg_.a # internal
2025-08-20T21:26:00.4733727Z [00:02:14.596]➜  cp $WORK/b034/_pkg_.a /root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d # internal
2025-08-20T21:26:00.4743442Z [00:02:14.596]➜  bytes
2025-08-20T21:26:00.4743953Z [00:02:14.596]➜  mkdir -p $WORK/b003/
2025-08-20T21:26:00.4744713Z [00:02:14.596]➜  cat >/tmp/go-build548448651/b003/importcfg << 'EOF' # internal
2025-08-20T21:26:00.4745449Z [00:02:14.596]➜  # import config
2025-08-20T21:26:00.4746110Z [00:02:14.596]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:00.4746989Z [00:02:14.596]➜  packagefile internal/bytealg=/tmp/go-build548448651/b011/_pkg_.a
2025-08-20T21:26:00.4747852Z [00:02:14.596]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:00.4748812Z [00:02:14.596]➜  packagefile iter=/tmp/go-build548448651/b039/_pkg_.a
2025-08-20T21:26:00.4749630Z [00:02:14.596]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:00.4750455Z [00:02:14.596]➜  packagefile unicode=/tmp/go-build548448651/b041/_pkg_.a
2025-08-20T21:26:00.4751336Z [00:02:14.596]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:00.4752107Z [00:02:14.596]➜  EOF
2025-08-20T21:26:00.4759109Z [00:02:14.598]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b003/_pkg_.a -trimpath "/root/.go/src/bytes=>bytes;$WORK/b003=>" -p bytes -lang=go1.25 -std -installsuffix shared -buildid d0zgAlIUGYcZ2cGmr7nY/d0zgAlIUGYcZ2cGmr7nY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b003/importcfg -pack /root/.go/src/bytes/buffer.go /root/.go/src/bytes/bytes.go /root/.go/src/bytes/iter.go /root/.go/src/bytes/reader.go
2025-08-20T21:26:00.4895405Z [00:02:14.612]➜  go tool buildid -w $WORK/b077/_pkg_.a # internal
2025-08-20T21:26:00.4916642Z [00:02:14.614]➜  cp $WORK/b077/_pkg_.a /root/.cache/go-build/53/5377ce15298e01df0c55cef40415265f649d713a1f0ae1f8afcc115235f763d1-d # internal
2025-08-20T21:26:00.4922494Z [00:02:14.615]➜  strconv
2025-08-20T21:26:00.4923658Z [00:02:14.615]➜  mkdir -p $WORK/b055/
2025-08-20T21:26:00.4930689Z [00:02:14.615]➜  cat >/tmp/go-build548448651/b055/importcfg << 'EOF' # internal
2025-08-20T21:26:00.4931750Z [00:02:14.615]➜  # import config
2025-08-20T21:26:00.4932610Z [00:02:14.615]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:00.4933770Z [00:02:14.615]➜  packagefile internal/bytealg=/tmp/go-build548448651/b011/_pkg_.a
2025-08-20T21:26:00.4935012Z [00:02:14.615]➜  packagefile internal/stringslite=/tmp/go-build548448651/b032/_pkg_.a
2025-08-20T21:26:00.4937717Z [00:02:14.615]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:00.4938932Z [00:02:14.615]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:00.4939922Z [00:02:14.615]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:00.4940618Z [00:02:14.615]➜  EOF
2025-08-20T21:26:00.4946128Z [00:02:14.615]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b055/_pkg_.a -trimpath "/root/.go/src/strconv=>strconv;$WORK/b055=>" -p strconv -lang=go1.25 -std -complete -installsuffix shared -buildid Mkg3RKTEQB77CHc5CteV/Mkg3RKTEQB77CHc5CteV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b055/importcfg -pack /root/.go/src/strconv/atob.go /root/.go/src/strconv/atoc.go /root/.go/src/strconv/atof.go /root/.go/src/strconv/atoi.go /root/.go/src/strconv/bytealg.go /root/.go/src/strconv/ctoa.go /root/.go/src/strconv/decimal.go /root/.go/src/strconv/doc.go /root/.go/src/strconv/eisel_lemire.go /root/.go/src/strconv/ftoa.go /root/.go/src/strconv/ftoaryu.go /root/.go/src/strconv/isprint.go /root/.go/src/strconv/itoa.go /root/.go/src/strconv/quote.go
2025-08-20T21:26:00.5364799Z [00:02:14.659]➜  go tool buildid -w $WORK/b045/_pkg_.a # internal
2025-08-20T21:26:00.5393288Z [00:02:14.662]➜  cp $WORK/b045/_pkg_.a /root/.cache/go-build/15/154de7a1e48c9972cc3f3b67efc110fb25d653b3948828a79b9a08ef84fb5557-d # internal
2025-08-20T21:26:00.5395643Z [00:02:14.662]➜  path
2025-08-20T21:26:00.5411995Z [00:02:14.664]➜  mkdir -p $WORK/b063/
2025-08-20T21:26:00.5413223Z [00:02:14.664]➜  cat >/tmp/go-build548448651/b063/importcfg << 'EOF' # internal
2025-08-20T21:26:00.5413922Z [00:02:14.664]➜  # import config
2025-08-20T21:26:00.5414583Z [00:02:14.664]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:00.5415528Z [00:02:14.664]➜  packagefile internal/bytealg=/tmp/go-build548448651/b011/_pkg_.a
2025-08-20T21:26:00.5416466Z [00:02:14.664]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:00.5417168Z [00:02:14.664]➜  EOF
2025-08-20T21:26:00.5419919Z [00:02:14.664]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b063/_pkg_.a -trimpath "/root/.go/src/path=>path;$WORK/b063=>" -p path -lang=go1.25 -std -complete -installsuffix shared -buildid roIG9ekWhyDxJW_Ts0yu/roIG9ekWhyDxJW_Ts0yu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b063/importcfg -pack /root/.go/src/path/match.go /root/.go/src/path/path.go
2025-08-20T21:26:00.5775700Z [00:02:14.700]➜  go tool buildid -w $WORK/b063/_pkg_.a # internal
2025-08-20T21:26:00.5783279Z [00:02:14.701]➜  cp $WORK/b063/_pkg_.a /root/.cache/go-build/ce/ce1fb77c1e9f1b21312771cbb655ebb4a3fd312933e38ff3bb0459e81f2ccbbb-d # internal
2025-08-20T21:26:00.5786981Z [00:02:14.701]➜  strings
2025-08-20T21:26:00.5787786Z [00:02:14.701]➜  mkdir -p $WORK/b068/
2025-08-20T21:26:00.5793405Z [00:02:14.702]➜  cat >/tmp/go-build548448651/b068/importcfg << 'EOF' # internal
2025-08-20T21:26:00.5794124Z [00:02:14.702]➜  # import config
2025-08-20T21:26:00.5794782Z [00:02:14.702]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:00.5795642Z [00:02:14.702]➜  packagefile internal/abi=/tmp/go-build548448651/b006/_pkg_.a
2025-08-20T21:26:00.5796465Z [00:02:14.702]➜  packagefile internal/bytealg=/tmp/go-build548448651/b011/_pkg_.a
2025-08-20T21:26:00.5797524Z [00:02:14.702]➜  packagefile internal/stringslite=/tmp/go-build548448651/b032/_pkg_.a
2025-08-20T21:26:00.5798671Z [00:02:14.702]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:00.5799589Z [00:02:14.702]➜  packagefile iter=/tmp/go-build548448651/b039/_pkg_.a
2025-08-20T21:26:00.5800546Z [00:02:14.702]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:00.5801504Z [00:02:14.702]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:00.5802445Z [00:02:14.702]➜  packagefile unicode=/tmp/go-build548448651/b041/_pkg_.a
2025-08-20T21:26:00.5803504Z [00:02:14.702]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:00.5804298Z [00:02:14.702]➜  EOF
2025-08-20T21:26:00.5809033Z [00:02:14.703]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b068/_pkg_.a -trimpath "/root/.go/src/strings=>strings;$WORK/b068=>" -p strings -lang=go1.25 -std -complete -installsuffix shared -buildid p5X9GGCbh0IlFMI_7Vz2/p5X9GGCbh0IlFMI_7Vz2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b068/importcfg -pack /root/.go/src/strings/builder.go /root/.go/src/strings/clone.go /root/.go/src/strings/compare.go /root/.go/src/strings/iter.go /root/.go/src/strings/reader.go /root/.go/src/strings/replace.go /root/.go/src/strings/search.go /root/.go/src/strings/strings.go
2025-08-20T21:26:00.6294469Z [00:02:14.752]➜  go tool buildid -w $WORK/b003/_pkg_.a # internal
2025-08-20T21:26:00.6447865Z [00:02:14.767]➜  cp $WORK/b003/_pkg_.a /root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d # internal
2025-08-20T21:26:00.6476480Z [00:02:14.770]➜  hash
2025-08-20T21:26:00.6477013Z [00:02:14.770]➜  mkdir -p $WORK/b080/
2025-08-20T21:26:00.6477759Z [00:02:14.770]➜  cat >/tmp/go-build548448651/b080/importcfg << 'EOF' # internal
2025-08-20T21:26:00.6478952Z [00:02:14.770]➜  # import config
2025-08-20T21:26:00.6479591Z [00:02:14.770]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:00.6480180Z [00:02:14.770]➜  EOF
2025-08-20T21:26:00.6482673Z [00:02:14.770]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b080/_pkg_.a -trimpath "/root/.go/src/hash=>hash;$WORK/b080=>" -p hash -lang=go1.25 -std -complete -installsuffix shared -buildid Tkz1fl-WPXxHIfzaF8D7/Tkz1fl-WPXxHIfzaF8D7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b080/importcfg -pack /root/.go/src/hash/hash.go
2025-08-20T21:26:00.6735599Z [00:02:14.796]➜  go tool buildid -w $WORK/b080/_pkg_.a # internal
2025-08-20T21:26:00.6742978Z [00:02:14.797]➜  cp $WORK/b080/_pkg_.a /root/.cache/go-build/ea/ea3cec29e9ac09c6ce47789ddb1c892ff5a0d98aba0aa426006a0f60450baa95-d # internal
2025-08-20T21:26:00.6745260Z [00:02:14.797]➜  hash/crc32
2025-08-20T21:26:00.6745969Z [00:02:14.797]➜  mkdir -p $WORK/b079/
2025-08-20T21:26:00.6749885Z [00:02:14.797]➜  echo -n > $WORK/b079/go_asm.h # internal
2025-08-20T21:26:00.6750780Z [00:02:14.797]➜  cd /root/.go/src/hash/crc32
2025-08-20T21:26:00.6753808Z [00:02:14.798]➜  /root/.go/pkg/tool/linux_amd64/asm -p hash/crc32 -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$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 ./crc32_amd64.s
2025-08-20T21:26:00.6787817Z [00:02:14.801]➜  cat >/tmp/go-build548448651/b079/importcfg << 'EOF' # internal
2025-08-20T21:26:00.6789141Z [00:02:14.801]➜  # import config
2025-08-20T21:26:00.6789825Z [00:02:14.801]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:00.6790893Z [00:02:14.801]➜  packagefile hash=/tmp/go-build548448651/b080/_pkg_.a
2025-08-20T21:26:00.6791842Z [00:02:14.801]➜  packagefile internal/byteorder=/tmp/go-build548448651/b013/_pkg_.a
2025-08-20T21:26:00.6792822Z [00:02:14.801]➜  packagefile internal/cpu=/tmp/go-build548448651/b012/_pkg_.a
2025-08-20T21:26:00.6793713Z [00:02:14.801]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:00.6794568Z [00:02:14.801]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:00.6795227Z [00:02:14.801]➜  EOF
2025-08-20T21:26:00.6795750Z [00:02:14.801]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:00.6799919Z [00:02:14.801]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b079/_pkg_.a -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b079=>" -p hash/crc32 -lang=go1.25 -std -installsuffix shared -buildid OevusF61XqBiglh2go0s/OevusF61XqBiglh2go0s -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/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-20T21:26:00.7365338Z [00:02:14.859]➜  cd /root/.go/src/hash/crc32
2025-08-20T21:26:00.7367387Z [00:02:14.859]➜  /root/.go/pkg/tool/linux_amd64/asm -p hash/crc32 -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b079=>" -I $WORK/b079/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b079/crc32_amd64.o ./crc32_amd64.s
2025-08-20T21:26:00.7486168Z [00:02:14.871]➜  go tool pack r $WORK/b079/_pkg_.a $WORK/b079/crc32_amd64.o # internal
2025-08-20T21:26:00.7487464Z [00:02:14.871]➜  go tool buildid -w $WORK/b079/_pkg_.a # internal
2025-08-20T21:26:00.7498351Z [00:02:14.872]➜  cp $WORK/b079/_pkg_.a /root/.cache/go-build/e3/e36bce83c26b8b2ee1e4252372500667e678fc49dc293d7ad42ca57243f7f1c5-d # internal
2025-08-20T21:26:00.7500017Z [00:02:14.872]➜  crypto/internal/fips140deps/godebug
2025-08-20T21:26:00.7501870Z [00:02:14.872]➜  mkdir -p $WORK/b088/
2025-08-20T21:26:00.7513920Z [00:02:14.874]➜  cat >/tmp/go-build548448651/b088/importcfg << 'EOF' # internal
2025-08-20T21:26:00.7515599Z [00:02:14.874]➜  # import config
2025-08-20T21:26:00.7517081Z [00:02:14.874]➜  packagefile internal/godebug=/tmp/go-build548448651/b045/_pkg_.a
2025-08-20T21:26:00.7520536Z [00:02:14.874]➜  EOF
2025-08-20T21:26:00.7521454Z [00:02:14.874]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:00.7525246Z [00:02:14.874]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b088/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/godebug=>crypto/internal/fips140deps/godebug;$WORK/b088=>" -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/b088/importcfg -pack /root/.go/src/crypto/internal/fips140deps/godebug/godebug.go
2025-08-20T21:26:00.7610367Z [00:02:14.883]➜  go tool buildid -w $WORK/b055/_pkg_.a # internal
2025-08-20T21:26:00.7642403Z [00:02:14.887]➜  cp $WORK/b055/_pkg_.a /root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d # internal
2025-08-20T21:26:00.7643606Z [00:02:14.887]➜  encoding/base64
2025-08-20T21:26:00.7652063Z [00:02:14.887]➜  mkdir -p $WORK/b054/
2025-08-20T21:26:00.7652900Z [00:02:14.887]➜  cat >/tmp/go-build548448651/b054/importcfg << 'EOF' # internal
2025-08-20T21:26:00.7653597Z [00:02:14.887]➜  # import config
2025-08-20T21:26:00.7654353Z [00:02:14.887]➜  packagefile internal/byteorder=/tmp/go-build548448651/b013/_pkg_.a
2025-08-20T21:26:00.7655232Z [00:02:14.887]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:00.7656016Z [00:02:14.887]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:00.7656839Z [00:02:14.887]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:00.7657485Z [00:02:14.887]➜  EOF
2025-08-20T21:26:00.7660886Z [00:02:14.887]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b054/_pkg_.a -trimpath "/root/.go/src/encoding/base64=>encoding/base64;$WORK/b054=>" -p encoding/base64 -lang=go1.25 -std -complete -installsuffix shared -buildid WtfAcfMQFJdbATnk5y5y/WtfAcfMQFJdbATnk5y5y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b054/importcfg -pack /root/.go/src/encoding/base64/base64.go
2025-08-20T21:26:00.7703551Z [00:02:14.893]➜  go tool buildid -w $WORK/b088/_pkg_.a # internal
2025-08-20T21:26:00.7711621Z [00:02:14.894]➜  cp $WORK/b088/_pkg_.a /root/.cache/go-build/0c/0c5730bd9b04c0157b40a272fb5c8411bfbf1c513b13ba1a1af91298f757e2e4-d # internal
2025-08-20T21:26:00.7720579Z [00:02:14.895]➜  reflect
2025-08-20T21:26:00.7721485Z [00:02:14.895]➜  mkdir -p $WORK/b059/
2025-08-20T21:26:00.7725913Z [00:02:14.895]➜  echo -n > $WORK/b059/go_asm.h # internal
2025-08-20T21:26:00.7727208Z [00:02:14.895]➜  cd /root/.go/src/reflect
2025-08-20T21:26:00.7729585Z [00:02:14.895]➜  /root/.go/pkg/tool/linux_amd64/asm -p reflect -trimpath "/root/.go/src/reflect=>reflect;$WORK/b059=>" -I $WORK/b059/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b059/symabis ./asm_amd64.s
2025-08-20T21:26:00.7845277Z [00:02:14.907]➜  cat >/tmp/go-build548448651/b059/importcfg << 'EOF' # internal
2025-08-20T21:26:00.7846370Z [00:02:14.907]➜  # import config
2025-08-20T21:26:00.7847057Z [00:02:14.907]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:00.7847913Z [00:02:14.907]➜  packagefile internal/abi=/tmp/go-build548448651/b006/_pkg_.a
2025-08-20T21:26:00.7849101Z [00:02:14.907]➜  packagefile internal/bytealg=/tmp/go-build548448651/b011/_pkg_.a
2025-08-20T21:26:00.7850057Z [00:02:14.907]➜  packagefile internal/goarch=/tmp/go-build548448651/b007/_pkg_.a
2025-08-20T21:26:00.7850965Z [00:02:14.907]➜  packagefile internal/itoa=/tmp/go-build548448651/b048/_pkg_.a
2025-08-20T21:26:00.7851876Z [00:02:14.907]➜  packagefile internal/race=/tmp/go-build548448651/b030/_pkg_.a
2025-08-20T21:26:00.7852858Z [00:02:14.907]➜  packagefile internal/runtime/maps=/tmp/go-build548448651/b027/_pkg_.a
2025-08-20T21:26:00.7853880Z [00:02:14.907]➜  packagefile internal/runtime/sys=/tmp/go-build548448651/b031/_pkg_.a
2025-08-20T21:26:00.7854912Z [00:02:14.907]➜  packagefile internal/unsafeheader=/tmp/go-build548448651/b009/_pkg_.a
2025-08-20T21:26:00.7855827Z [00:02:14.907]➜  packagefile iter=/tmp/go-build548448651/b039/_pkg_.a
2025-08-20T21:26:00.7856620Z [00:02:14.907]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:00.7857422Z [00:02:14.907]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:00.7858222Z [00:02:14.907]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:00.7859369Z [00:02:14.907]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:00.7860190Z [00:02:14.907]➜  packagefile unicode=/tmp/go-build548448651/b041/_pkg_.a
2025-08-20T21:26:00.7861047Z [00:02:14.907]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:00.7861973Z [00:02:14.907]➜  EOF
2025-08-20T21:26:00.7862531Z [00:02:14.907]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:00.7871841Z [00:02:14.909]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b059/_pkg_.a -trimpath "/root/.go/src/reflect=>reflect;$WORK/b059=>" -p reflect -lang=go1.25 -std -installsuffix shared -buildid 5sHFdcVSOaePWPa_osmi/5sHFdcVSOaePWPa_osmi -goversion go1.25.0 -symabis $WORK/b059/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b059/importcfg -pack -asmhdr $WORK/b059/go_asm.h /root/.go/src/reflect/abi.go /root/.go/src/reflect/badlinkname.go /root/.go/src/reflect/deepequal.go /root/.go/src/reflect/float32reg_generic.go /root/.go/src/reflect/iter.go /root/.go/src/reflect/makefunc.go /root/.go/src/reflect/map_swiss.go /root/.go/src/reflect/swapper.go /root/.go/src/reflect/type.go /root/.go/src/reflect/value.go /root/.go/src/reflect/visiblefields.go
2025-08-20T21:26:00.8367543Z [00:02:14.959]➜  go tool buildid -w $WORK/b068/_pkg_.a # internal
2025-08-20T21:26:00.8397445Z [00:02:14.962]➜  cp $WORK/b068/_pkg_.a /root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d # internal
2025-08-20T21:26:00.8454719Z [00:02:14.968]➜  bufio
2025-08-20T21:26:00.8484355Z [00:02:14.970]➜  mkdir -p $WORK/b074/
2025-08-20T21:26:00.8485180Z [00:02:14.970]➜  cat >/tmp/go-build548448651/b074/importcfg << 'EOF' # internal
2025-08-20T21:26:00.8485876Z [00:02:14.970]➜  # import config
2025-08-20T21:26:00.8486554Z [00:02:14.970]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:00.8487426Z [00:02:14.970]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:00.8488231Z [00:02:14.970]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:00.8489258Z [00:02:14.970]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:00.8490128Z [00:02:14.970]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:00.8490791Z [00:02:14.970]➜  EOF
2025-08-20T21:26:00.8493528Z [00:02:14.971]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b074/_pkg_.a -trimpath "/root/.go/src/bufio=>bufio;$WORK/b074=>" -p bufio -lang=go1.25 -std -complete -installsuffix shared -buildid lMiptq_IVFXdFizLJxvr/lMiptq_IVFXdFizLJxvr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b074/importcfg -pack /root/.go/src/bufio/bufio.go /root/.go/src/bufio/scan.go
2025-08-20T21:26:00.8500889Z [00:02:14.972]➜  go tool buildid -w $WORK/b054/_pkg_.a # internal
2025-08-20T21:26:00.8516431Z [00:02:14.974]➜  cp $WORK/b054/_pkg_.a /root/.cache/go-build/c9/c96d5104ee0b90a3bc3a67f33ace3c6e9772b87093a7648a49c19d5d0d65c9ff-d # internal
2025-08-20T21:26:00.8517716Z [00:02:14.974]➜  crypto
2025-08-20T21:26:00.8518339Z [00:02:14.974]➜  mkdir -p $WORK/b084/
2025-08-20T21:26:00.8528190Z [00:02:14.975]➜  cat >/tmp/go-build548448651/b084/importcfg << 'EOF' # internal
2025-08-20T21:26:00.8529201Z [00:02:14.975]➜  # import config
2025-08-20T21:26:00.8529894Z [00:02:14.975]➜  packagefile hash=/tmp/go-build548448651/b080/_pkg_.a
2025-08-20T21:26:00.8530701Z [00:02:14.975]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:00.8531633Z [00:02:14.975]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:00.8532303Z [00:02:14.975]➜  EOF
2025-08-20T21:26:00.8534855Z [00:02:14.975]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b084/_pkg_.a -trimpath "/root/.go/src/crypto=>crypto;$WORK/b084=>" -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/b084/importcfg -pack /root/.go/src/crypto/crypto.go
2025-08-20T21:26:00.8741775Z [00:02:14.997]➜  go tool buildid -w $WORK/b084/_pkg_.a # internal
2025-08-20T21:26:00.8751737Z [00:02:14.997]➜  cp $WORK/b084/_pkg_.a /root/.cache/go-build/96/964cbef8d5cdfd5593486576c38d729dd29f6f299f4ae62394160f27cbdd46c4-d # internal
2025-08-20T21:26:00.8756705Z [00:02:14.998]➜  crypto/internal/fips140
2025-08-20T21:26:00.8757631Z [00:02:14.998]➜  mkdir -p $WORK/b087/
2025-08-20T21:26:00.8788058Z [00:02:15.001]➜  cat >/tmp/go-build548448651/b087/importcfg << 'EOF' # internal
2025-08-20T21:26:00.8789926Z [00:02:15.001]➜  # import config
2025-08-20T21:26:00.8790886Z [00:02:15.001]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build548448651/b088/_pkg_.a
2025-08-20T21:26:00.8791901Z [00:02:15.001]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:00.8792693Z [00:02:15.001]➜  packagefile hash=/tmp/go-build548448651/b080/_pkg_.a
2025-08-20T21:26:00.8793483Z [00:02:15.001]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:00.8794286Z [00:02:15.001]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:00.8794896Z [00:02:15.001]➜  EOF
2025-08-20T21:26:00.8799618Z [00:02:15.001]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b087/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140=>crypto/internal/fips140;$WORK/b087=>" -p crypto/internal/fips140 -lang=go1.25 -std -complete -installsuffix shared -buildid wXIzNFqboyIQjN9qzn4-/wXIzNFqboyIQjN9qzn4- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b087/importcfg -pack /root/.go/src/crypto/internal/fips140/cast.go /root/.go/src/crypto/internal/fips140/fips140.go /root/.go/src/crypto/internal/fips140/indicator.go /root/.go/src/crypto/internal/fips140/notasan.go /root/.go/src/crypto/internal/fips140/notboring.go
2025-08-20T21:26:00.9104388Z [00:02:15.033]➜  go tool buildid -w $WORK/b087/_pkg_.a # internal
2025-08-20T21:26:00.9115249Z [00:02:15.034]➜  cp $WORK/b087/_pkg_.a /root/.cache/go-build/fb/fb49772351f8add8f503a109e09d0fb25191ef747bd52d2a6b73ed0d05268c9e-d # internal
2025-08-20T21:26:00.9117503Z [00:02:15.034]➜  crypto/internal/impl
2025-08-20T21:26:00.9119649Z [00:02:15.034]➜  mkdir -p $WORK/b095/
2025-08-20T21:26:00.9130317Z [00:02:15.035]➜  cat >/tmp/go-build548448651/b095/importcfg << 'EOF' # internal
2025-08-20T21:26:00.9131425Z [00:02:15.035]➜  # import config
2025-08-20T21:26:00.9132531Z [00:02:15.035]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:00.9133541Z [00:02:15.035]➜  EOF
2025-08-20T21:26:00.9136829Z [00:02:15.036]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b095/_pkg_.a -trimpath "/root/.go/src/crypto/internal/impl=>crypto/internal/impl;$WORK/b095=>" -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/b095/importcfg -pack /root/.go/src/crypto/internal/impl/impl.go
2025-08-20T21:26:00.9375417Z [00:02:15.060]➜  cd /root/.go/src/syscall
2025-08-20T21:26:00.9379798Z [00:02:15.060]➜  /root/.go/pkg/tool/linux_amd64/asm -p syscall -trimpath "/root/.go/src/syscall=>syscall;$WORK/b047=>" -I $WORK/b047/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b047/asm_linux_amd64.o ./asm_linux_amd64.s
2025-08-20T21:26:00.9416501Z [00:02:15.064]➜  go tool pack r $WORK/b047/_pkg_.a $WORK/b047/asm_linux_amd64.o # internal
2025-08-20T21:26:00.9417953Z [00:02:15.064]➜  go tool buildid -w $WORK/b047/_pkg_.a # internal
2025-08-20T21:26:00.9431666Z [00:02:15.066]➜  go tool buildid -w $WORK/b095/_pkg_.a # internal
2025-08-20T21:26:00.9439912Z [00:02:15.066]➜  cp $WORK/b095/_pkg_.a /root/.cache/go-build/68/68d8c6d8ca67668a4e86b0c93cd4057bc6649e016e09cd2c266bb5ccdd8cebc6-d # internal
2025-08-20T21:26:00.9479545Z [00:02:15.069]➜  crypto/internal/fips140/sha256
2025-08-20T21:26:00.9480819Z [00:02:15.069]➜  mkdir -p $WORK/b092/
2025-08-20T21:26:00.9483512Z [00:02:15.069]➜  echo -n > $WORK/b092/go_asm.h # internal
2025-08-20T21:26:00.9484484Z [00:02:15.069]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T21:26:00.9493132Z [00:02:15.070]➜  /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/b092=>" -I $WORK/b092/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b092/symabis ./sha256block_amd64.s
2025-08-20T21:26:00.9496155Z [00:02:15.071]➜  cp $WORK/b047/_pkg_.a /root/.cache/go-build/cd/cdf09357c3794b1f72e7c6584f54b432460418dff00b3063c0a04ebd092da372-d # internal
2025-08-20T21:26:00.9497262Z [00:02:15.071]➜  time
2025-08-20T21:26:00.9497738Z [00:02:15.071]➜  mkdir -p $WORK/b044/
2025-08-20T21:26:00.9498657Z [00:02:15.071]➜  cat >/tmp/go-build548448651/b044/importcfg << 'EOF' # internal
2025-08-20T21:26:00.9499396Z [00:02:15.072]➜  # import config
2025-08-20T21:26:00.9500073Z [00:02:15.072]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:00.9500972Z [00:02:15.072]➜  packagefile internal/bytealg=/tmp/go-build548448651/b011/_pkg_.a
2025-08-20T21:26:00.9501960Z [00:02:15.072]➜  packagefile internal/godebug=/tmp/go-build548448651/b045/_pkg_.a
2025-08-20T21:26:00.9502944Z [00:02:15.072]➜  packagefile internal/stringslite=/tmp/go-build548448651/b032/_pkg_.a
2025-08-20T21:26:00.9503909Z [00:02:15.072]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:00.9504754Z [00:02:15.072]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:00.9505566Z [00:02:15.072]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:00.9506429Z [00:02:15.072]➜  packagefile syscall=/tmp/go-build548448651/b047/_pkg_.a
2025-08-20T21:26:00.9507088Z [00:02:15.072]➜  EOF
2025-08-20T21:26:00.9508252Z [00:02:15.072]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:00.9513520Z [00:02:15.073]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b044/_pkg_.a -trimpath "/root/.go/src/time=>time;$WORK/b044=>" -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/b044/importcfg -pack /root/.go/src/time/format.go /root/.go/src/time/format_rfc3339.go /root/.go/src/time/sleep.go /root/.go/src/time/sys_unix.go /root/.go/src/time/tick.go /root/.go/src/time/time.go /root/.go/src/time/zoneinfo.go /root/.go/src/time/zoneinfo_goroot.go /root/.go/src/time/zoneinfo_read.go /root/.go/src/time/zoneinfo_unix.go
2025-08-20T21:26:00.9561413Z [00:02:15.078]➜  cat >/tmp/go-build548448651/b092/importcfg << 'EOF' # internal
2025-08-20T21:26:00.9571577Z [00:02:15.078]➜  # import config
2025-08-20T21:26:00.9572242Z [00:02:15.078]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:00.9573188Z [00:02:15.078]➜  packagefile crypto/internal/fips140=/tmp/go-build548448651/b087/_pkg_.a
2025-08-20T21:26:00.9574355Z [00:02:15.078]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build548448651/b093/_pkg_.a
2025-08-20T21:26:00.9575569Z [00:02:15.078]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build548448651/b094/_pkg_.a
2025-08-20T21:26:00.9576659Z [00:02:15.078]➜  packagefile crypto/internal/impl=/tmp/go-build548448651/b095/_pkg_.a
2025-08-20T21:26:00.9577552Z [00:02:15.078]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:00.9578360Z [00:02:15.078]➜  packagefile hash=/tmp/go-build548448651/b080/_pkg_.a
2025-08-20T21:26:00.9579378Z [00:02:15.078]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:00.9579995Z [00:02:15.078]➜  EOF
2025-08-20T21:26:00.9584923Z [00:02:15.079]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b092/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha256=>crypto/internal/fips140/sha256;$WORK/b092=>" -p crypto/internal/fips140/sha256 -lang=go1.25 -std -installsuffix shared -buildid mgJv6PkvVtvfK86miliL/mgJv6PkvVtvfK86miliL -goversion go1.25.0 -symabis $WORK/b092/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b092/importcfg -pack -asmhdr $WORK/b092/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-20T21:26:00.9613729Z [00:02:15.084]➜  go tool buildid -w $WORK/b074/_pkg_.a # internal
2025-08-20T21:26:00.9645758Z [00:02:15.087]➜  cp $WORK/b074/_pkg_.a /root/.cache/go-build/ef/ef28ffa5413ef092ae24a9196a3049e78bfcfb7357198ed0c7ba56e0fad89fb4-d # internal
2025-08-20T21:26:00.9647250Z [00:02:15.087]➜  internal/syscall/unix
2025-08-20T21:26:00.9647947Z [00:02:15.087]➜  mkdir -p $WORK/b065/
2025-08-20T21:26:00.9649412Z [00:02:15.087]➜  cat >/tmp/go-build548448651/b065/importcfg << 'EOF' # internal
2025-08-20T21:26:00.9650427Z [00:02:15.087]➜  # import config
2025-08-20T21:26:00.9652651Z [00:02:15.087]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:00.9653528Z [00:02:15.087]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:00.9654363Z [00:02:15.087]➜  packagefile syscall=/tmp/go-build548448651/b047/_pkg_.a
2025-08-20T21:26:00.9654981Z [00:02:15.087]➜  EOF
2025-08-20T21:26:00.9667226Z [00:02:15.088]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b065/_pkg_.a -trimpath "/root/.go/src/internal/syscall/unix=>internal/syscall/unix;$WORK/b065=>" -p internal/syscall/unix -lang=go1.25 -std -complete -installsuffix shared -buildid Psg3J4fdrymlNBBWuZrK/Psg3J4fdrymlNBBWuZrK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b065/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-20T21:26:01.0048246Z [00:02:15.127]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T21:26:01.0063452Z [00:02:15.127]➜  /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/b092=>" -I $WORK/b092/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b092/sha256block_amd64.o ./sha256block_amd64.s
2025-08-20T21:26:01.0140503Z [00:02:15.136]➜  go tool buildid -w $WORK/b065/_pkg_.a # internal
2025-08-20T21:26:01.0146839Z [00:02:15.136]➜  cp $WORK/b065/_pkg_.a /root/.cache/go-build/ca/ca1cccbdbc48033da956e2ce732dd02418956360eb20980eeba15ecec95ce61a-d # internal
2025-08-20T21:26:01.0148040Z [00:02:15.136]➜  internal/syscall/execenv
2025-08-20T21:26:01.0148850Z [00:02:15.136]➜  mkdir -p $WORK/b066/
2025-08-20T21:26:01.0149709Z [00:02:15.136]➜  go tool pack r $WORK/b092/_pkg_.a $WORK/b092/sha256block_amd64.o # internal
2025-08-20T21:26:01.0151961Z [00:02:15.136]➜  go tool buildid -w $WORK/b092/_pkg_.a # internal
2025-08-20T21:26:01.0154051Z [00:02:15.136]➜  cat >/tmp/go-build548448651/b066/importcfg << 'EOF' # internal
2025-08-20T21:26:01.0156053Z [00:02:15.136]➜  # import config
2025-08-20T21:26:01.0156973Z [00:02:15.136]➜  packagefile syscall=/tmp/go-build548448651/b047/_pkg_.a
2025-08-20T21:26:01.0157725Z [00:02:15.136]➜  EOF
2025-08-20T21:26:01.0158348Z [00:02:15.136]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:01.0189070Z [00:02:15.136]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b066/_pkg_.a -trimpath "/root/.go/src/internal/syscall/execenv=>internal/syscall/execenv;$WORK/b066=>" -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/b066/importcfg -pack /root/.go/src/internal/syscall/execenv/execenv_default.go
2025-08-20T21:26:01.0194486Z [00:02:15.138]➜  cp $WORK/b092/_pkg_.a /root/.cache/go-build/7d/7d6e2b7c4c60f566808f2bab652e2ef5084f5e51e6daa3849c3f0426ad3e11a2-d # internal
2025-08-20T21:26:01.0195674Z [00:02:15.138]➜  crypto/internal/fips140/sha3
2025-08-20T21:26:01.0196246Z [00:02:15.138]➜  mkdir -p $WORK/b096/
2025-08-20T21:26:01.0196879Z [00:02:15.138]➜  echo -n > $WORK/b096/go_asm.h # internal
2025-08-20T21:26:01.0197589Z [00:02:15.138]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T21:26:01.0200301Z [00:02:15.138]➜  /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/b096=>" -I $WORK/b096/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b096/symabis ./sha3_amd64.s
2025-08-20T21:26:01.0245699Z [00:02:15.147]➜  cat >/tmp/go-build548448651/b096/importcfg << 'EOF' # internal
2025-08-20T21:26:01.0253280Z [00:02:15.147]➜  # import config
2025-08-20T21:26:01.0254009Z [00:02:15.147]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:01.0255009Z [00:02:15.147]➜  packagefile crypto/internal/fips140=/tmp/go-build548448651/b087/_pkg_.a
2025-08-20T21:26:01.0256324Z [00:02:15.147]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build548448651/b097/_pkg_.a
2025-08-20T21:26:01.0257721Z [00:02:15.147]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build548448651/b093/_pkg_.a
2025-08-20T21:26:01.0259215Z [00:02:15.147]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build548448651/b094/_pkg_.a
2025-08-20T21:26:01.0260355Z [00:02:15.147]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:01.0261244Z [00:02:15.147]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:01.0261914Z [00:02:15.147]➜  EOF
2025-08-20T21:26:01.0262768Z [00:02:15.147]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:01.0276052Z [00:02:15.147]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b096/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha3=>crypto/internal/fips140/sha3;$WORK/b096=>" -p crypto/internal/fips140/sha3 -lang=go1.25 -std -installsuffix shared -buildid pKhCNDCH0S9hFXn29YXH/pKhCNDCH0S9hFXn29YXH -goversion go1.25.0 -symabis $WORK/b096/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b096/importcfg -pack -asmhdr $WORK/b096/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-20T21:26:01.0283877Z [00:02:15.149]➜  go tool buildid -w $WORK/b066/_pkg_.a # internal
2025-08-20T21:26:01.0285285Z [00:02:15.150]➜  cp $WORK/b066/_pkg_.a /root/.cache/go-build/78/78e88c038ec7f33ab30907b2537c216118212cff0bd9c32c48b63c9f653b5cdf-d # internal
2025-08-20T21:26:01.0286483Z [00:02:15.150]➜  crypto/internal/fips140/sha512
2025-08-20T21:26:01.0287099Z [00:02:15.150]➜  mkdir -p $WORK/b098/
2025-08-20T21:26:01.0287726Z [00:02:15.150]➜  echo -n > $WORK/b098/go_asm.h # internal
2025-08-20T21:26:01.0288456Z [00:02:15.150]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T21:26:01.0291319Z [00:02:15.151]➜  /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/b098=>" -I $WORK/b098/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b098/symabis ./sha512block_amd64.s
2025-08-20T21:26:01.0338899Z [00:02:15.156]➜  cat >/tmp/go-build548448651/b098/importcfg << 'EOF' # internal
2025-08-20T21:26:01.0342073Z [00:02:15.156]➜  # import config
2025-08-20T21:26:01.0342773Z [00:02:15.156]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:01.0343754Z [00:02:15.156]➜  packagefile crypto/internal/fips140=/tmp/go-build548448651/b087/_pkg_.a
2025-08-20T21:26:01.0344941Z [00:02:15.156]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build548448651/b093/_pkg_.a
2025-08-20T21:26:01.0346178Z [00:02:15.156]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build548448651/b094/_pkg_.a
2025-08-20T21:26:01.0347293Z [00:02:15.156]➜  packagefile crypto/internal/impl=/tmp/go-build548448651/b095/_pkg_.a
2025-08-20T21:26:01.0348214Z [00:02:15.156]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:01.0349322Z [00:02:15.156]➜  packagefile hash=/tmp/go-build548448651/b080/_pkg_.a
2025-08-20T21:26:01.0350182Z [00:02:15.156]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:01.0350844Z [00:02:15.156]➜  EOF
2025-08-20T21:26:01.0351390Z [00:02:15.156]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:01.0356564Z [00:02:15.156]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b098/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha512=>crypto/internal/fips140/sha512;$WORK/b098=>" -p crypto/internal/fips140/sha512 -lang=go1.25 -std -installsuffix shared -buildid NqVWzt-uxvhAMtyS56fb/NqVWzt-uxvhAMtyS56fb -goversion go1.25.0 -symabis $WORK/b098/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b098/importcfg -pack -asmhdr $WORK/b098/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-20T21:26:01.0907327Z [00:02:15.213]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T21:26:01.0912545Z [00:02:15.213]➜  /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/b098=>" -I $WORK/b098/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b098/sha512block_amd64.o ./sha512block_amd64.s
2025-08-20T21:26:01.0932277Z [00:02:15.215]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T21:26:01.0937046Z [00:02:15.216]➜  /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/b096=>" -I $WORK/b096/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b096/sha3_amd64.o ./sha3_amd64.s
2025-08-20T21:26:01.0974337Z [00:02:15.219]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T21:26:01.0975191Z [00:02:15.220]➜  go tool pack r $WORK/b098/_pkg_.a $WORK/b098/sha512block_amd64.o # internal
2025-08-20T21:26:01.0975973Z [00:02:15.220]➜  go tool buildid -w $WORK/b098/_pkg_.a # internal
2025-08-20T21:26:01.0982078Z [00:02:15.221]➜  cp $WORK/b098/_pkg_.a /root/.cache/go-build/2f/2f5055d5155c1024f9b3a73067545951c7c9ac73d2a344f94926032e30318791-d # internal
2025-08-20T21:26:01.0986261Z [00:02:15.221]➜  math/rand/v2
2025-08-20T21:26:01.0988846Z [00:02:15.221]➜  mkdir -p $WORK/b104/
2025-08-20T21:26:01.0994248Z [00:02:15.222]➜  cat >/tmp/go-build548448651/b104/importcfg << 'EOF' # internal
2025-08-20T21:26:01.1002713Z [00:02:15.222]➜  # import config
2025-08-20T21:26:01.1003319Z [00:02:15.222]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:01.1004101Z [00:02:15.222]➜  packagefile internal/byteorder=/tmp/go-build548448651/b013/_pkg_.a
2025-08-20T21:26:01.1004931Z [00:02:15.222]➜  packagefile internal/chacha8rand=/tmp/go-build548448651/b014/_pkg_.a
2025-08-20T21:26:01.1005684Z [00:02:15.222]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:01.1006386Z [00:02:15.222]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:01.1014653Z [00:02:15.222]➜  EOF
2025-08-20T21:26:01.1015376Z [00:02:15.222]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:01.1019293Z [00:02:15.222]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b104/_pkg_.a -trimpath "/root/.go/src/math/rand/v2=>math/rand/v2;$WORK/b104=>" -p math/rand/v2 -lang=go1.25 -std -complete -installsuffix shared -buildid nHJkHXwWtvYoiSAWDcVC/nHJkHXwWtvYoiSAWDcVC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b104/importcfg -pack /root/.go/src/math/rand/v2/chacha8.go /root/.go/src/math/rand/v2/exp.go /root/.go/src/math/rand/v2/normal.go /root/.go/src/math/rand/v2/pcg.go /root/.go/src/math/rand/v2/rand.go /root/.go/src/math/rand/v2/zipf.go
2025-08-20T21:26:01.1101356Z [00:02:15.232]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T21:26:01.1104051Z [00:02:15.232]➜  go tool pack r $WORK/b096/_pkg_.a $WORK/b096/sha3_amd64.o # internal
2025-08-20T21:26:01.1104916Z [00:02:15.233]➜  go tool buildid -w $WORK/b096/_pkg_.a # internal
2025-08-20T21:26:01.1113707Z [00:02:15.234]➜  cp $WORK/b096/_pkg_.a /root/.cache/go-build/05/05f5a8059656ac712e82d3863d001cd9c9cf4ee590101be92985e39fc5e5f3f8-d # internal
2025-08-20T21:26:01.1130715Z [00:02:15.235]➜  crypto/internal/fips140/hmac
2025-08-20T21:26:01.1133054Z [00:02:15.235]➜  mkdir -p $WORK/b091/
2025-08-20T21:26:01.1133834Z [00:02:15.235]➜  cat >/tmp/go-build548448651/b091/importcfg << 'EOF' # internal
2025-08-20T21:26:01.1134609Z [00:02:15.235]➜  # import config
2025-08-20T21:26:01.1137284Z [00:02:15.235]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:01.1138241Z [00:02:15.235]➜  packagefile crypto/internal/fips140=/tmp/go-build548448651/b087/_pkg_.a
2025-08-20T21:26:01.1139521Z [00:02:15.235]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build548448651/b092/_pkg_.a
2025-08-20T21:26:01.1140683Z [00:02:15.235]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build548448651/b096/_pkg_.a
2025-08-20T21:26:01.1141803Z [00:02:15.235]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build548448651/b098/_pkg_.a
2025-08-20T21:26:01.1142715Z [00:02:15.235]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:01.1143503Z [00:02:15.235]➜  packagefile hash=/tmp/go-build548448651/b080/_pkg_.a
2025-08-20T21:26:01.1144402Z [00:02:15.235]➜  EOF
2025-08-20T21:26:01.1144937Z [00:02:15.235]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:01.1148817Z [00:02:15.235]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b091/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/hmac=>crypto/internal/fips140/hmac;$WORK/b091=>" -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/b091/importcfg -pack /root/.go/src/crypto/internal/fips140/hmac/cast.go /root/.go/src/crypto/internal/fips140/hmac/hmac.go
2025-08-20T21:26:01.1452128Z [00:02:15.267]➜  go tool buildid -w $WORK/b091/_pkg_.a # internal
2025-08-20T21:26:01.1460906Z [00:02:15.268]➜  cp $WORK/b091/_pkg_.a /root/.cache/go-build/61/6156ee615bc7e6a0829170545a39e8fc56847b7139a303c4caa12a871bd65309-d # internal
2025-08-20T21:26:01.1466543Z [00:02:15.269]➜  crypto/internal/fips140/check
2025-08-20T21:26:01.1467213Z [00:02:15.269]➜  mkdir -p $WORK/b090/
2025-08-20T21:26:01.1469922Z [00:02:15.269]➜  cat >/tmp/go-build548448651/b090/importcfg << 'EOF' # internal
2025-08-20T21:26:01.1471470Z [00:02:15.269]➜  # import config
2025-08-20T21:26:01.1474027Z [00:02:15.269]➜  packagefile crypto/internal/fips140=/tmp/go-build548448651/b087/_pkg_.a
2025-08-20T21:26:01.1475914Z [00:02:15.269]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build548448651/b091/_pkg_.a
2025-08-20T21:26:01.1479446Z [00:02:15.269]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build548448651/b092/_pkg_.a
2025-08-20T21:26:01.1480752Z [00:02:15.269]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build548448651/b093/_pkg_.a
2025-08-20T21:26:01.1483789Z [00:02:15.269]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build548448651/b088/_pkg_.a
2025-08-20T21:26:01.1484907Z [00:02:15.269]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:01.1485559Z [00:02:15.269]➜  EOF
2025-08-20T21:26:01.1489073Z [00:02:15.270]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b090/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/check=>crypto/internal/fips140/check;$WORK/b090=>" -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/b090/importcfg -pack /root/.go/src/crypto/internal/fips140/check/check.go
2025-08-20T21:26:01.1697004Z [00:02:15.292]➜  go tool buildid -w $WORK/b090/_pkg_.a # internal
2025-08-20T21:26:01.1705010Z [00:02:15.293]➜  cp $WORK/b090/_pkg_.a /root/.cache/go-build/d4/d4b96864abeddf49c37f9d1b6ca57baee0a45125ad9b361e59aa46a98b9c624e-d # internal
2025-08-20T21:26:01.1709786Z [00:02:15.293]➜  crypto/internal/fips140/aes
2025-08-20T21:26:01.1712406Z [00:02:15.293]➜  mkdir -p $WORK/b086/
2025-08-20T21:26:01.1716370Z [00:02:15.294]➜  echo -n > $WORK/b086/go_asm.h # internal
2025-08-20T21:26:01.1719254Z [00:02:15.294]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T21:26:01.1723390Z [00:02:15.294]➜  /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/b086=>" -I $WORK/b086/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b086/symabis ./aes_amd64.s ./ctr_amd64.s
2025-08-20T21:26:01.1766058Z [00:02:15.299]➜  cat >/tmp/go-build548448651/b086/importcfg << 'EOF' # internal
2025-08-20T21:26:01.1767081Z [00:02:15.299]➜  # import config
2025-08-20T21:26:01.1768382Z [00:02:15.299]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:01.1769881Z [00:02:15.299]➜  packagefile crypto/internal/fips140=/tmp/go-build548448651/b087/_pkg_.a
2025-08-20T21:26:01.1771563Z [00:02:15.299]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build548448651/b089/_pkg_.a
2025-08-20T21:26:01.1773349Z [00:02:15.299]➜  packagefile crypto/internal/fips140/check=/tmp/go-build548448651/b090/_pkg_.a
2025-08-20T21:26:01.1775251Z [00:02:15.299]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build548448651/b097/_pkg_.a
2025-08-20T21:26:01.1777759Z [00:02:15.299]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build548448651/b093/_pkg_.a
2025-08-20T21:26:01.1779222Z [00:02:15.299]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build548448651/b094/_pkg_.a
2025-08-20T21:26:01.1780526Z [00:02:15.299]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build548448651/b088/_pkg_.a
2025-08-20T21:26:01.1781700Z [00:02:15.299]➜  packagefile crypto/internal/impl=/tmp/go-build548448651/b095/_pkg_.a
2025-08-20T21:26:01.1782649Z [00:02:15.299]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:01.1783601Z [00:02:15.299]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:01.1784467Z [00:02:15.299]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:01.1785114Z [00:02:15.299]➜  EOF
2025-08-20T21:26:01.1785678Z [00:02:15.299]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:01.1801194Z [00:02:15.299]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b086/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b086=>" -p crypto/internal/fips140/aes -lang=go1.25 -std -installsuffix shared -buildid HsmuOwP-pFmxRFxv5gV2/HsmuOwP-pFmxRFxv5gV2 -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/aes.go /root/.go/src/crypto/internal/fips140/aes/aes_asm.go /root/.go/src/crypto/internal/fips140/aes/aes_generic.go /root/.go/src/crypto/internal/fips140/aes/cast.go /root/.go/src/crypto/internal/fips140/aes/cbc.go /root/.go/src/crypto/internal/fips140/aes/cbc_noasm.go /root/.go/src/crypto/internal/fips140/aes/const.go /root/.go/src/crypto/internal/fips140/aes/ctr.go /root/.go/src/crypto/internal/fips140/aes/ctr_asm.go
2025-08-20T21:26:01.1807172Z [00:02:15.302]➜  go tool buildid -w $WORK/b104/_pkg_.a # internal
2025-08-20T21:26:01.1810939Z [00:02:15.303]➜  cp $WORK/b104/_pkg_.a /root/.cache/go-build/17/17b56db114ed17959e0e2327e0c36b22c2e62de1ec66bce371463eb8c2bddbbb-d # internal
2025-08-20T21:26:01.1817786Z [00:02:15.304]➜  crypto/internal/randutil
2025-08-20T21:26:01.1818297Z [00:02:15.304]➜  mkdir -p $WORK/b103/
2025-08-20T21:26:01.1822915Z [00:02:15.305]➜  cat >/tmp/go-build548448651/b103/importcfg << 'EOF' # internal
2025-08-20T21:26:01.1827135Z [00:02:15.305]➜  # import config
2025-08-20T21:26:01.1827800Z [00:02:15.305]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:01.1828837Z [00:02:15.305]➜  packagefile math/rand/v2=/tmp/go-build548448651/b104/_pkg_.a
2025-08-20T21:26:01.1829520Z [00:02:15.305]➜  EOF
2025-08-20T21:26:01.1832725Z [00:02:15.305]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b103/_pkg_.a -trimpath "/root/.go/src/crypto/internal/randutil=>crypto/internal/randutil;$WORK/b103=>" -p crypto/internal/randutil -lang=go1.25 -std -complete -installsuffix shared -buildid _LRhhiq8CBtsB7r7ckZx/_LRhhiq8CBtsB7r7ckZx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b103/importcfg -pack /root/.go/src/crypto/internal/randutil/randutil.go
2025-08-20T21:26:01.1910842Z [00:02:15.314]➜  go tool buildid -w $WORK/b103/_pkg_.a # internal
2025-08-20T21:26:01.1923751Z [00:02:15.315]➜  cp $WORK/b103/_pkg_.a /root/.cache/go-build/fc/fcda4929577983205113835be267785e1283b19f36bcf041335af2981fdad11d-d # internal
2025-08-20T21:26:01.1925069Z [00:02:15.315]➜  math/rand
2025-08-20T21:26:01.1925687Z [00:02:15.315]➜  mkdir -p $WORK/b109/
2025-08-20T21:26:01.1928071Z [00:02:15.315]➜  cat >/tmp/go-build548448651/b109/importcfg << 'EOF' # internal
2025-08-20T21:26:01.1928877Z [00:02:15.315]➜  # import config
2025-08-20T21:26:01.1931528Z [00:02:15.315]➜  packagefile internal/godebug=/tmp/go-build548448651/b045/_pkg_.a
2025-08-20T21:26:01.1932330Z [00:02:15.315]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:01.1933323Z [00:02:15.315]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:01.1934072Z [00:02:15.315]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:01.1934654Z [00:02:15.315]➜  EOF
2025-08-20T21:26:01.1937890Z [00:02:15.315]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b109/_pkg_.a -trimpath "/root/.go/src/math/rand=>math/rand;$WORK/b109=>" -p math/rand -lang=go1.25 -std -complete -installsuffix shared -buildid IdCcwEfHNes69rENPqub/IdCcwEfHNes69rENPqub -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b109/importcfg -pack /root/.go/src/math/rand/exp.go /root/.go/src/math/rand/normal.go /root/.go/src/math/rand/rand.go /root/.go/src/math/rand/rng.go /root/.go/src/math/rand/zipf.go
2025-08-20T21:26:01.2665804Z [00:02:15.389]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T21:26:01.2670875Z [00:02:15.389]➜  /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/b086=>" -I $WORK/b086/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b086/aes_amd64.o ./aes_amd64.s
2025-08-20T21:26:01.2804600Z [00:02:15.403]➜  /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/b086=>" -I $WORK/b086/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b086/ctr_amd64.o ./ctr_amd64.s
2025-08-20T21:26:01.2900970Z [00:02:15.412]➜  go tool pack r $WORK/b086/_pkg_.a $WORK/b086/aes_amd64.o $WORK/b086/ctr_amd64.o # internal
2025-08-20T21:26:01.2919745Z [00:02:15.413]➜  go tool buildid -w $WORK/b086/_pkg_.a # internal
2025-08-20T21:26:01.2922721Z [00:02:15.414]➜  cp $WORK/b086/_pkg_.a /root/.cache/go-build/bc/bcd13a7f0dc5edd815fcd26319f95d30cd9827ff1e7d348151785b284326216e-d # internal
2025-08-20T21:26:01.2924676Z [00:02:15.415]➜  go tool buildid -w $WORK/b109/_pkg_.a # internal
2025-08-20T21:26:01.2941775Z [00:02:15.417]➜  cp $WORK/b109/_pkg_.a /root/.cache/go-build/d6/d6167c1fbe235e4f6aca895c25d9174035249f1f06eae1fa10cc23f56b62cb84-d # internal
2025-08-20T21:26:01.2947855Z [00:02:15.417]➜  crypto/internal/fips140/edwards25519/field
2025-08-20T21:26:01.2950900Z [00:02:15.417]➜  mkdir -p $WORK/b117/
2025-08-20T21:26:01.2951592Z [00:02:15.417]➜  crypto/internal/fips140/nistec/fiat
2025-08-20T21:26:01.2952211Z [00:02:15.417]➜  mkdir -p $WORK/b116/
2025-08-20T21:26:01.2954002Z [00:02:15.418]➜  cat >/tmp/go-build548448651/b116/importcfg << 'EOF' # internal
2025-08-20T21:26:01.2955179Z [00:02:15.418]➜  # import config
2025-08-20T21:26:01.2956598Z [00:02:15.418]➜  packagefile crypto/internal/fips140/check=/tmp/go-build548448651/b090/_pkg_.a
2025-08-20T21:26:01.2958091Z [00:02:15.418]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build548448651/b097/_pkg_.a
2025-08-20T21:26:01.2959853Z [00:02:15.418]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:01.2961096Z [00:02:15.418]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:01.2962043Z [00:02:15.418]➜  EOF
2025-08-20T21:26:01.2962947Z [00:02:15.418]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:01.2972373Z [00:02:15.418]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b116/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/nistec/fiat=>crypto/internal/fips140/nistec/fiat;$WORK/b116=>" -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/b116/importcfg -pack /root/.go/src/crypto/internal/fips140/nistec/fiat/cast.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p224.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p224_fiat64.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p224_invert.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p256.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p256_fiat64.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p256_invert.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p384.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p384_fiat64.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p384_invert.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p521.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p521_fiat64.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p521_invert.go
2025-08-20T21:26:01.2991419Z [00:02:15.418]➜  echo -n > $WORK/b117/go_asm.h # internal
2025-08-20T21:26:01.2992252Z [00:02:15.419]➜  cd /root/.go/src/crypto/internal/fips140/edwards25519/field
2025-08-20T21:26:01.2995238Z [00:02:15.419]➜  /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/b117=>" -I $WORK/b117/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b117/symabis ./fe_amd64.s
2025-08-20T21:26:01.3070880Z [00:02:15.428]➜  cat >/tmp/go-build548448651/b117/importcfg << 'EOF' # internal
2025-08-20T21:26:01.3071620Z [00:02:15.428]➜  # import config
2025-08-20T21:26:01.3072475Z [00:02:15.428]➜  packagefile crypto/internal/fips140/check=/tmp/go-build548448651/b090/_pkg_.a
2025-08-20T21:26:01.3073644Z [00:02:15.428]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build548448651/b097/_pkg_.a
2025-08-20T21:26:01.3074869Z [00:02:15.428]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build548448651/b093/_pkg_.a
2025-08-20T21:26:01.3075941Z [00:02:15.428]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:01.3076793Z [00:02:15.428]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:01.3077435Z [00:02:15.428]➜  EOF
2025-08-20T21:26:01.3078644Z [00:02:15.430]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:01.3084083Z [00:02:15.430]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b117/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/edwards25519/field=>crypto/internal/fips140/edwards25519/field;$WORK/b117=>" -p crypto/internal/fips140/edwards25519/field -lang=go1.25 -std -installsuffix shared -buildid e_GAB4rhbgWoyM3MCIOm/e_GAB4rhbgWoyM3MCIOm -goversion go1.25.0 -symabis $WORK/b117/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b117/importcfg -pack -asmhdr $WORK/b117/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-20T21:26:01.4511238Z [00:02:15.573]➜  cd /root/.go/src/crypto/internal/fips140/edwards25519/field
2025-08-20T21:26:01.4514275Z [00:02:15.573]➜  /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/b117=>" -I $WORK/b117/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b117/fe_amd64.o ./fe_amd64.s
2025-08-20T21:26:01.4557997Z [00:02:15.578]➜  go tool pack r $WORK/b117/_pkg_.a $WORK/b117/fe_amd64.o # internal
2025-08-20T21:26:01.4560022Z [00:02:15.578]➜  go tool buildid -w $WORK/b117/_pkg_.a # internal
2025-08-20T21:26:01.4577411Z [00:02:15.580]➜  cp $WORK/b117/_pkg_.a /root/.cache/go-build/35/35a562b80ddd68a8109b61c6c0ad69c6250d162c4b5e729809ccf7665f213573-d # internal
2025-08-20T21:26:01.4584829Z [00:02:15.581]➜  crypto/internal/fips140/bigmod
2025-08-20T21:26:01.4587898Z [00:02:15.581]➜  mkdir -p $WORK/b122/
2025-08-20T21:26:01.4594539Z [00:02:15.582]➜  echo -n > $WORK/b122/go_asm.h # internal
2025-08-20T21:26:01.4599981Z [00:02:15.582]➜  cd /root/.go/src/crypto/internal/fips140/bigmod
2025-08-20T21:26:01.4603203Z [00:02:15.582]➜  /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/b122=>" -I $WORK/b122/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b122/symabis ./nat_amd64.s
2025-08-20T21:26:01.4653950Z [00:02:15.588]➜  cat >/tmp/go-build548448651/b122/importcfg << 'EOF' # internal
2025-08-20T21:26:01.4656195Z [00:02:15.588]➜  # import config
2025-08-20T21:26:01.4659382Z [00:02:15.588]➜  packagefile crypto/internal/fips140/check=/tmp/go-build548448651/b090/_pkg_.a
2025-08-20T21:26:01.4660717Z [00:02:15.588]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build548448651/b093/_pkg_.a
2025-08-20T21:26:01.4710307Z [00:02:15.588]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build548448651/b094/_pkg_.a
2025-08-20T21:26:01.4711409Z [00:02:15.588]➜  packagefile crypto/internal/impl=/tmp/go-build548448651/b095/_pkg_.a
2025-08-20T21:26:01.4712315Z [00:02:15.588]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:01.4713117Z [00:02:15.588]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:01.4713715Z [00:02:15.588]➜  EOF
2025-08-20T21:26:01.4714277Z [00:02:15.592]➜  go tool buildid -w $WORK/b044/_pkg_.a # internal
2025-08-20T21:26:01.4715374Z [00:02:15.592]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:01.4720660Z [00:02:15.592]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b122/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/bigmod=>crypto/internal/fips140/bigmod;$WORK/b122=>" -p crypto/internal/fips140/bigmod -lang=go1.25 -std -installsuffix shared -buildid sidcv3mO1PENxxbisPmC/sidcv3mO1PENxxbisPmC -goversion go1.25.0 -symabis $WORK/b122/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b122/importcfg -pack -asmhdr $WORK/b122/go_asm.h /root/.go/src/crypto/internal/fips140/bigmod/nat.go /root/.go/src/crypto/internal/fips140/bigmod/nat_asm.go
2025-08-20T21:26:01.4735274Z [00:02:15.596]➜  cp $WORK/b044/_pkg_.a /root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d # internal
2025-08-20T21:26:01.4756372Z [00:02:15.598]➜  context
2025-08-20T21:26:01.4757976Z [00:02:15.598]➜  mkdir -p $WORK/b043/
2025-08-20T21:26:01.4768016Z [00:02:15.599]➜  cat >/tmp/go-build548448651/b043/importcfg << 'EOF' # internal
2025-08-20T21:26:01.4769255Z [00:02:15.599]➜  # import config
2025-08-20T21:26:01.4770301Z [00:02:15.599]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:01.4771622Z [00:02:15.599]➜  packagefile internal/reflectlite=/tmp/go-build548448651/b005/_pkg_.a
2025-08-20T21:26:01.4772839Z [00:02:15.599]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:01.4774221Z [00:02:15.599]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:01.4775351Z [00:02:15.599]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:01.4776281Z [00:02:15.599]➜  EOF
2025-08-20T21:26:01.4791650Z [00:02:15.601]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b043/_pkg_.a -trimpath "/root/.go/src/context=>context;$WORK/b043=>" -p context -lang=go1.25 -std -complete -installsuffix shared -buildid cqkdNwrifRVhLsX1-tMY/cqkdNwrifRVhLsX1-tMY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b043/importcfg -pack /root/.go/src/context/context.go
2025-08-20T21:26:01.5530019Z [00:02:15.675]➜  go tool buildid -w $WORK/b043/_pkg_.a # internal
2025-08-20T21:26:01.5565403Z [00:02:15.679]➜  cp $WORK/b043/_pkg_.a /root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d # internal
2025-08-20T21:26:01.5584984Z [00:02:15.681]➜  io/fs
2025-08-20T21:26:01.5589386Z [00:02:15.681]➜  mkdir -p $WORK/b062/
2025-08-20T21:26:01.5598758Z [00:02:15.682]➜  cat >/tmp/go-build548448651/b062/importcfg << 'EOF' # internal
2025-08-20T21:26:01.5599748Z [00:02:15.682]➜  # import config
2025-08-20T21:26:01.5602448Z [00:02:15.682]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:01.5604025Z [00:02:15.682]➜  packagefile internal/bytealg=/tmp/go-build548448651/b011/_pkg_.a
2025-08-20T21:26:01.5605243Z [00:02:15.682]➜  packagefile internal/oserror=/tmp/go-build548448651/b049/_pkg_.a
2025-08-20T21:26:01.5609414Z [00:02:15.682]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:01.5610251Z [00:02:15.682]➜  packagefile path=/tmp/go-build548448651/b063/_pkg_.a
2025-08-20T21:26:01.5611061Z [00:02:15.682]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:01.5611870Z [00:02:15.682]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:01.5612710Z [00:02:15.682]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:01.5613354Z [00:02:15.682]➜  EOF
2025-08-20T21:26:01.5621735Z [00:02:15.684]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b062/_pkg_.a -trimpath "/root/.go/src/io/fs=>io/fs;$WORK/b062=>" -p io/fs -lang=go1.25 -std -complete -installsuffix shared -buildid pq2CM60xOM7HPAgcBiSM/pq2CM60xOM7HPAgcBiSM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b062/importcfg -pack /root/.go/src/io/fs/format.go /root/.go/src/io/fs/fs.go /root/.go/src/io/fs/glob.go /root/.go/src/io/fs/readdir.go /root/.go/src/io/fs/readfile.go /root/.go/src/io/fs/readlink.go /root/.go/src/io/fs/stat.go /root/.go/src/io/fs/sub.go /root/.go/src/io/fs/walk.go
2025-08-20T21:26:01.6202875Z [00:02:15.743]➜  cd /root/.go/src/crypto/internal/fips140/bigmod
2025-08-20T21:26:01.6222283Z [00:02:15.743]➜  /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/b122=>" -I $WORK/b122/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b122/nat_amd64.o ./nat_amd64.s
2025-08-20T21:26:01.6328086Z [00:02:15.755]➜  go tool pack r $WORK/b122/_pkg_.a $WORK/b122/nat_amd64.o # internal
2025-08-20T21:26:01.6331570Z [00:02:15.756]➜  go tool buildid -w $WORK/b122/_pkg_.a # internal
2025-08-20T21:26:01.6350122Z [00:02:15.757]➜  cp $WORK/b122/_pkg_.a /root/.cache/go-build/0d/0d01387854d74c7588d39c9e22288a235981f1115e28808b9640eb8d08a8f149-d # internal
2025-08-20T21:26:01.6378432Z [00:02:15.760]➜  internal/poll
2025-08-20T21:26:01.6381159Z [00:02:15.760]➜  mkdir -p $WORK/b064/
2025-08-20T21:26:01.6385715Z [00:02:15.761]➜  cat >/tmp/go-build548448651/b064/importcfg << 'EOF' # internal
2025-08-20T21:26:01.6386697Z [00:02:15.761]➜  # import config
2025-08-20T21:26:01.6389748Z [00:02:15.761]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:01.6390663Z [00:02:15.761]➜  packagefile internal/itoa=/tmp/go-build548448651/b048/_pkg_.a
2025-08-20T21:26:01.6391633Z [00:02:15.761]➜  packagefile internal/syscall/unix=/tmp/go-build548448651/b065/_pkg_.a
2025-08-20T21:26:01.6392538Z [00:02:15.761]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:01.6393330Z [00:02:15.761]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:01.6394155Z [00:02:15.761]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:01.6394984Z [00:02:15.761]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:01.6395809Z [00:02:15.761]➜  packagefile syscall=/tmp/go-build548448651/b047/_pkg_.a
2025-08-20T21:26:01.6396650Z [00:02:15.761]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:01.6397274Z [00:02:15.761]➜  EOF
2025-08-20T21:26:01.6397802Z [00:02:15.761]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:01.6407489Z [00:02:15.761]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b064/_pkg_.a -trimpath "/root/.go/src/internal/poll=>internal/poll;$WORK/b064=>" -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/b064/importcfg -pack /root/.go/src/internal/poll/copy_file_range_linux.go /root/.go/src/internal/poll/copy_file_range_unix.go /root/.go/src/internal/poll/errno_unix.go /root/.go/src/internal/poll/fd.go /root/.go/src/internal/poll/fd_fsync_posix.go /root/.go/src/internal/poll/fd_mutex.go /root/.go/src/internal/poll/fd_poll_runtime.go /root/.go/src/internal/poll/fd_posix.go /root/.go/src/internal/poll/fd_unix.go /root/.go/src/internal/poll/fd_unixjs.go /root/.go/src/internal/poll/fd_writev_unix.go /root/.go/src/internal/poll/hook_cloexec.go /root/.go/src/internal/poll/hook_unix.go /root/.go/src/internal/poll/iovec_unix.go /root/.go/src/internal/poll/sendfile.go /root/.go/src/internal/poll/sendfile_unix.go /root/.go/src/internal/poll/sock_cloexec.go /root/.go/src/internal/poll/sockopt.go /root/.go/src/internal/poll/sockopt_linux.go /root/.go/src/internal/poll/sockopt_unix.go /root/.go/src/internal/poll/sockoptip.go /root/.go/src/internal/poll/splice_linux.go /root/.go/src/internal/poll/writev.go
2025-08-20T21:26:01.7054000Z [00:02:15.827]➜  go tool buildid -w $WORK/b062/_pkg_.a # internal
2025-08-20T21:26:01.7074375Z [00:02:15.830]➜  cp $WORK/b062/_pkg_.a /root/.cache/go-build/fc/fccee468363facdb09b45d99d9f154b47b64a07d18cd2fa40a6b3ed71255d5d0-d # internal
2025-08-20T21:26:01.7101307Z [00:02:15.830]➜  internal/filepathlite
2025-08-20T21:26:01.7101889Z [00:02:15.830]➜  mkdir -p $WORK/b061/
2025-08-20T21:26:01.7102658Z [00:02:15.831]➜  cat >/tmp/go-build548448651/b061/importcfg << 'EOF' # internal
2025-08-20T21:26:01.7103355Z [00:02:15.831]➜  # import config
2025-08-20T21:26:01.7104028Z [00:02:15.831]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:01.7104931Z [00:02:15.831]➜  packagefile internal/bytealg=/tmp/go-build548448651/b011/_pkg_.a
2025-08-20T21:26:01.7105925Z [00:02:15.831]➜  packagefile internal/stringslite=/tmp/go-build548448651/b032/_pkg_.a
2025-08-20T21:26:01.7106832Z [00:02:15.831]➜  packagefile io/fs=/tmp/go-build548448651/b062/_pkg_.a
2025-08-20T21:26:01.7107635Z [00:02:15.831]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:01.7108256Z [00:02:15.831]➜  EOF
2025-08-20T21:26:01.7112663Z [00:02:15.831]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b061/_pkg_.a -trimpath "/root/.go/src/internal/filepathlite=>internal/filepathlite;$WORK/b061=>" -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/b061/importcfg -pack /root/.go/src/internal/filepathlite/path.go /root/.go/src/internal/filepathlite/path_nonwindows.go /root/.go/src/internal/filepathlite/path_unix.go
2025-08-20T21:26:01.7705876Z [00:02:15.893]➜  go tool buildid -w $WORK/b061/_pkg_.a # internal
2025-08-20T21:26:01.7716758Z [00:02:15.894]➜  cp $WORK/b061/_pkg_.a /root/.cache/go-build/ff/ffb5801c47a3fb009cba1fc66c4ab3b12299a5e506c71615a431026b16fa568a-d # internal
2025-08-20T21:26:01.7723597Z [00:02:15.894]➜  crypto/sha3
2025-08-20T21:26:01.7724345Z [00:02:15.894]➜  mkdir -p $WORK/b126/
2025-08-20T21:26:01.7725267Z [00:02:15.895]➜  cat >/tmp/go-build548448651/b126/importcfg << 'EOF' # internal
2025-08-20T21:26:01.7726307Z [00:02:15.895]➜  # import config
2025-08-20T21:26:01.7727093Z [00:02:15.895]➜  packagefile crypto=/tmp/go-build548448651/b084/_pkg_.a
2025-08-20T21:26:01.7728271Z [00:02:15.895]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build548448651/b096/_pkg_.a
2025-08-20T21:26:01.7729545Z [00:02:15.895]➜  packagefile hash=/tmp/go-build548448651/b080/_pkg_.a
2025-08-20T21:26:01.7730574Z [00:02:15.895]➜  EOF
2025-08-20T21:26:01.7733759Z [00:02:15.895]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b126/_pkg_.a -trimpath "/root/.go/src/crypto/sha3=>crypto/sha3;$WORK/b126=>" -p crypto/sha3 -lang=go1.25 -std -complete -installsuffix shared -buildid pp5P7pKUITLhdsC9IHat/pp5P7pKUITLhdsC9IHat -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b126/importcfg -pack /root/.go/src/crypto/sha3/sha3.go
2025-08-20T21:26:01.8814855Z [00:02:16.004]➜  go tool buildid -w $WORK/b126/_pkg_.a # internal
2025-08-20T21:26:01.8829500Z [00:02:16.005]➜  cp $WORK/b126/_pkg_.a /root/.cache/go-build/31/315fca7796f9d1dee9f4d8a414be1e5f5753675893b4a76480411dde28e05aa0-d # internal
2025-08-20T21:26:01.8834051Z [00:02:16.006]➜  crypto/internal/fips140hash
2025-08-20T21:26:01.8834942Z [00:02:16.006]➜  mkdir -p $WORK/b125/
2025-08-20T21:26:01.8844458Z [00:02:16.007]➜  cat >/tmp/go-build548448651/b125/importcfg << 'EOF' # internal
2025-08-20T21:26:01.8846759Z [00:02:16.007]➜  # import config
2025-08-20T21:26:01.8847972Z [00:02:16.007]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build548448651/b096/_pkg_.a
2025-08-20T21:26:01.8850556Z [00:02:16.007]➜  packagefile crypto/sha3=/tmp/go-build548448651/b126/_pkg_.a
2025-08-20T21:26:01.8851683Z [00:02:16.007]➜  packagefile hash=/tmp/go-build548448651/b080/_pkg_.a
2025-08-20T21:26:01.8852769Z [00:02:16.007]➜  EOF
2025-08-20T21:26:01.8863153Z [00:02:16.008]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b125/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140hash=>crypto/internal/fips140hash;$WORK/b125=>" -p crypto/internal/fips140hash -lang=go1.25 -std -complete -installsuffix shared -buildid HbGX3TiFEtVejraH8Tg6/HbGX3TiFEtVejraH8Tg6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b125/importcfg -pack /root/.go/src/crypto/internal/fips140hash/hash.go
2025-08-20T21:26:01.9281575Z [00:02:16.050]➜  go tool buildid -w $WORK/b125/_pkg_.a # internal
2025-08-20T21:26:01.9294865Z [00:02:16.052]➜  cp $WORK/b125/_pkg_.a /root/.cache/go-build/42/42975a08ce9ec7bcbe424bc45b0461a2ac7315bd8f9ef81a9105bb3ffa767f57-d # internal
2025-08-20T21:26:01.9305209Z [00:02:16.053]➜  crypto/internal/fips140/edwards25519
2025-08-20T21:26:01.9308352Z [00:02:16.053]➜  mkdir -p $WORK/b133/
2025-08-20T21:26:01.9309293Z [00:02:16.053]➜  cat >/tmp/go-build548448651/b133/importcfg << 'EOF' # internal
2025-08-20T21:26:01.9309960Z [00:02:16.053]➜  # import config
2025-08-20T21:26:01.9310763Z [00:02:16.053]➜  packagefile crypto/internal/fips140/check=/tmp/go-build548448651/b090/_pkg_.a
2025-08-20T21:26:01.9311981Z [00:02:16.053]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build548448651/b117/_pkg_.a
2025-08-20T21:26:01.9313503Z [00:02:16.053]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build548448651/b097/_pkg_.a
2025-08-20T21:26:01.9314675Z [00:02:16.053]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build548448651/b093/_pkg_.a
2025-08-20T21:26:01.9315710Z [00:02:16.053]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:01.9316515Z [00:02:16.053]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:01.9317314Z [00:02:16.053]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:01.9317900Z [00:02:16.053]➜  EOF
2025-08-20T21:26:01.9323697Z [00:02:16.053]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b133/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/edwards25519=>crypto/internal/fips140/edwards25519;$WORK/b133=>" -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/b133/importcfg -pack /root/.go/src/crypto/internal/fips140/edwards25519/doc.go /root/.go/src/crypto/internal/fips140/edwards25519/edwards25519.go /root/.go/src/crypto/internal/fips140/edwards25519/scalar.go /root/.go/src/crypto/internal/fips140/edwards25519/scalar_fiat.go /root/.go/src/crypto/internal/fips140/edwards25519/scalarmult.go /root/.go/src/crypto/internal/fips140/edwards25519/tables.go
2025-08-20T21:26:01.9519231Z [00:02:16.074]➜  go tool buildid -w $WORK/b064/_pkg_.a # internal
2025-08-20T21:26:01.9559032Z [00:02:16.078]➜  cp $WORK/b064/_pkg_.a /root/.cache/go-build/23/23b65ad39a9a3d558cebe6b474db24823d4cdb4d66c1c173a6d7fa8f7b99e627-d # internal
2025-08-20T21:26:01.9571173Z [00:02:16.079]➜  os
2025-08-20T21:26:01.9578768Z [00:02:16.079]➜  mkdir -p $WORK/b060/
2025-08-20T21:26:01.9579577Z [00:02:16.080]➜  cat >/tmp/go-build548448651/b060/importcfg << 'EOF' # internal
2025-08-20T21:26:01.9580272Z [00:02:16.080]➜  # import config
2025-08-20T21:26:01.9580995Z [00:02:16.080]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:01.9583352Z [00:02:16.080]➜  packagefile internal/bytealg=/tmp/go-build548448651/b011/_pkg_.a
2025-08-20T21:26:01.9590223Z [00:02:16.080]➜  packagefile internal/byteorder=/tmp/go-build548448651/b013/_pkg_.a
2025-08-20T21:26:01.9591625Z [00:02:16.080]➜  packagefile internal/filepathlite=/tmp/go-build548448651/b061/_pkg_.a
2025-08-20T21:26:01.9592655Z [00:02:16.080]➜  packagefile internal/goarch=/tmp/go-build548448651/b007/_pkg_.a
2025-08-20T21:26:01.9593589Z [00:02:16.080]➜  packagefile internal/itoa=/tmp/go-build548448651/b048/_pkg_.a
2025-08-20T21:26:01.9594515Z [00:02:16.080]➜  packagefile internal/poll=/tmp/go-build548448651/b064/_pkg_.a
2025-08-20T21:26:01.9595489Z [00:02:16.080]➜  packagefile internal/stringslite=/tmp/go-build548448651/b032/_pkg_.a
2025-08-20T21:26:01.9596507Z [00:02:16.080]➜  packagefile internal/syscall/execenv=/tmp/go-build548448651/b066/_pkg_.a
2025-08-20T21:26:01.9597576Z [00:02:16.080]➜  packagefile internal/syscall/unix=/tmp/go-build548448651/b065/_pkg_.a
2025-08-20T21:26:01.9618119Z [00:02:16.080]➜  packagefile internal/testlog=/tmp/go-build548448651/b067/_pkg_.a
2025-08-20T21:26:01.9619312Z [00:02:16.080]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:01.9620175Z [00:02:16.080]➜  packagefile io/fs=/tmp/go-build548448651/b062/_pkg_.a
2025-08-20T21:26:01.9620996Z [00:02:16.080]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:01.9621790Z [00:02:16.080]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:01.9622568Z [00:02:16.080]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:01.9623388Z [00:02:16.080]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:01.9624230Z [00:02:16.080]➜  packagefile syscall=/tmp/go-build548448651/b047/_pkg_.a
2025-08-20T21:26:01.9625026Z [00:02:16.080]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:01.9625616Z [00:02:16.080]➜  EOF
2025-08-20T21:26:01.9636351Z [00:02:16.084]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b060/_pkg_.a -trimpath "/root/.go/src/os=>os;$WORK/b060=>" -p os -lang=go1.25 -std -installsuffix shared -buildid It42hYxCHsgGWMfaclET/It42hYxCHsgGWMfaclET -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b060/importcfg -pack /root/.go/src/os/dir.go /root/.go/src/os/dir_unix.go /root/.go/src/os/dirent_linux.go /root/.go/src/os/eloop_other.go /root/.go/src/os/env.go /root/.go/src/os/error.go /root/.go/src/os/error_errno.go /root/.go/src/os/exec.go /root/.go/src/os/exec_linux.go /root/.go/src/os/exec_posix.go /root/.go/src/os/exec_unix.go /root/.go/src/os/executable.go /root/.go/src/os/executable_procfs.go /root/.go/src/os/file.go /root/.go/src/os/file_open_unix.go /root/.go/src/os/file_posix.go /root/.go/src/os/file_unix.go /root/.go/src/os/getwd.go /root/.go/src/os/path.go /root/.go/src/os/path_unix.go /root/.go/src/os/pidfd_linux.go /root/.go/src/os/pipe2_unix.go /root/.go/src/os/proc.go /root/.go/src/os/rawconn.go /root/.go/src/os/removeall_at.go /root/.go/src/os/removeall_unix.go /root/.go/src/os/root.go /root/.go/src/os/root_nonwindows.go /root/.go/src/os/root_openat.go /root/.go/src/os/root_unix.go /root/.go/src/os/stat.go /root/.go/src/os/stat_linux.go /root/.go/src/os/stat_unix.go /root/.go/src/os/sticky_notbsd.go /root/.go/src/os/sys.go /root/.go/src/os/sys_linux.go /root/.go/src/os/sys_unix.go /root/.go/src/os/tempfile.go /root/.go/src/os/types.go /root/.go/src/os/types_unix.go /root/.go/src/os/wait_waitid.go /root/.go/src/os/zero_copy_linux.go /root/.go/src/os/zero_copy_posix.go
2025-08-20T21:26:02.0036823Z [00:02:16.126]➜  go tool buildid -w $WORK/b116/_pkg_.a # internal
2025-08-20T21:26:02.0071249Z [00:02:16.129]➜  cp $WORK/b116/_pkg_.a /root/.cache/go-build/de/def1f06f1fec2232cfe08575ef0c3c15c592d40340fd84c8e94a1611a10a3027-d # internal
2025-08-20T21:26:02.0077942Z [00:02:16.130]➜  crypto/internal/fips140/nistec
2025-08-20T21:26:02.0082638Z [00:02:16.130]➜  mkdir -p $WORK/b115/
2025-08-20T21:26:02.0083324Z [00:02:16.131]➜  echo -n > $WORK/b115/go_asm.h # internal
2025-08-20T21:26:02.0084046Z [00:02:16.131]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T21:26:02.0086691Z [00:02:16.131]➜  /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/b115=>" -I $WORK/b115/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b115/symabis ./p256_asm_amd64.s
2025-08-20T21:26:02.0147265Z [00:02:16.137]➜  cat >/tmp/go-build548448651/b115/importcfg << 'EOF' # internal
2025-08-20T21:26:02.0157622Z [00:02:16.137]➜  # import config
2025-08-20T21:26:02.0158475Z [00:02:16.137]➜  packagefile crypto/internal/fips140/check=/tmp/go-build548448651/b090/_pkg_.a
2025-08-20T21:26:02.0159875Z [00:02:16.137]➜  packagefile crypto/internal/fips140/nistec/fiat=/tmp/go-build548448651/b116/_pkg_.a
2025-08-20T21:26:02.0161149Z [00:02:16.137]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build548448651/b097/_pkg_.a
2025-08-20T21:26:02.0162399Z [00:02:16.137]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build548448651/b093/_pkg_.a
2025-08-20T21:26:02.0163430Z [00:02:16.137]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:02.0164276Z [00:02:16.137]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:02.0165086Z [00:02:16.137]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:02.0165893Z [00:02:16.137]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:02.0166497Z [00:02:16.137]➜  EOF
2025-08-20T21:26:02.0167026Z [00:02:16.137]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:02.0175027Z [00:02:16.137]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b115/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/nistec=>crypto/internal/fips140/nistec;$WORK/b115=>" -p crypto/internal/fips140/nistec -lang=go1.25 -std -installsuffix shared -buildid t8YtTJCyCZCeJ-gYho82/t8YtTJCyCZCeJ-gYho82 -goversion go1.25.0 -symabis $WORK/b115/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b115/importcfg -pack -asmhdr $WORK/b115/go_asm.h /root/.go/src/crypto/internal/fips140/nistec/nistec.go /root/.go/src/crypto/internal/fips140/nistec/p224.go /root/.go/src/crypto/internal/fips140/nistec/p224_sqrt.go /root/.go/src/crypto/internal/fips140/nistec/p256_asm.go /root/.go/src/crypto/internal/fips140/nistec/p256_ordinv.go /root/.go/src/crypto/internal/fips140/nistec/p256_table.go /root/.go/src/crypto/internal/fips140/nistec/p384.go /root/.go/src/crypto/internal/fips140/nistec/p521.go
2025-08-20T21:26:02.0305341Z [00:02:16.153]➜  cd /root/.go/src/reflect
2025-08-20T21:26:02.0309843Z [00:02:16.153]➜  /root/.go/pkg/tool/linux_amd64/asm -p reflect -trimpath "/root/.go/src/reflect=>reflect;$WORK/b059=>" -I $WORK/b059/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b059/asm_amd64.o ./asm_amd64.s
2025-08-20T21:26:02.0359931Z [00:02:16.158]➜  go tool pack r $WORK/b059/_pkg_.a $WORK/b059/asm_amd64.o # internal
2025-08-20T21:26:02.0364781Z [00:02:16.159]➜  go tool buildid -w $WORK/b059/_pkg_.a # internal
2025-08-20T21:26:02.0488900Z [00:02:16.171]➜  cp $WORK/b059/_pkg_.a /root/.cache/go-build/52/52ae03e4f4b65d4befe8d63b3dac90c2cb50c24caa339398e77c03c3cb934ed7-d # internal
2025-08-20T21:26:02.0494672Z [00:02:16.172]➜  internal/fmtsort
2025-08-20T21:26:02.0497504Z [00:02:16.172]➜  mkdir -p $WORK/b058/
2025-08-20T21:26:02.0505994Z [00:02:16.173]➜  cat >/tmp/go-build548448651/b058/importcfg << 'EOF' # internal
2025-08-20T21:26:02.0509988Z [00:02:16.173]➜  # import config
2025-08-20T21:26:02.0510698Z [00:02:16.173]➜  packagefile cmp=/tmp/go-build548448651/b051/_pkg_.a
2025-08-20T21:26:02.0511522Z [00:02:16.173]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:02.0512376Z [00:02:16.173]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:02.0513023Z [00:02:16.173]➜  EOF
2025-08-20T21:26:02.0518480Z [00:02:16.174]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:02.0524165Z [00:02:16.174]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b058/_pkg_.a -trimpath "/root/.go/src/internal/fmtsort=>internal/fmtsort;$WORK/b058=>" -p internal/fmtsort -lang=go1.25 -std -complete -installsuffix shared -buildid cYUTo3b48V3JDSnH5ZsN/cYUTo3b48V3JDSnH5ZsN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b058/importcfg -pack /root/.go/src/internal/fmtsort/sort.go
2025-08-20T21:26:02.0884847Z [00:02:16.210]➜  go tool buildid -w $WORK/b133/_pkg_.a # internal
2025-08-20T21:26:02.0923583Z [00:02:16.214]➜  cp $WORK/b133/_pkg_.a /root/.cache/go-build/4b/4bb9c913e6e38905d1fbe1acee007f1a63e721cadc9cb58f4450a7556961e34a-d # internal
2025-08-20T21:26:02.0926274Z [00:02:16.215]➜  encoding/binary
2025-08-20T21:26:02.0927222Z [00:02:16.215]➜  mkdir -p $WORK/b078/
2025-08-20T21:26:02.0928126Z [00:02:16.215]➜  cat >/tmp/go-build548448651/b078/importcfg << 'EOF' # internal
2025-08-20T21:26:02.0931389Z [00:02:16.215]➜  # import config
2025-08-20T21:26:02.0932152Z [00:02:16.215]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:02.0932972Z [00:02:16.215]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:02.0933815Z [00:02:16.215]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:02.0934651Z [00:02:16.215]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:02.0935497Z [00:02:16.215]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:02.0936327Z [00:02:16.215]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:02.0936996Z [00:02:16.215]➜  EOF
2025-08-20T21:26:02.0940856Z [00:02:16.215]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b078/_pkg_.a -trimpath "/root/.go/src/encoding/binary=>encoding/binary;$WORK/b078=>" -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/b078/importcfg -pack /root/.go/src/encoding/binary/binary.go /root/.go/src/encoding/binary/native_endian_little.go /root/.go/src/encoding/binary/varint.go
2025-08-20T21:26:02.1227076Z [00:02:16.245]➜  go tool buildid -w $WORK/b058/_pkg_.a # internal
2025-08-20T21:26:02.1236263Z [00:02:16.246]➜  cp $WORK/b058/_pkg_.a /root/.cache/go-build/93/934b7067c85ff7bb07fb95e32b4b4043e76372281a126fd9354837df1db31613-d # internal
2025-08-20T21:26:02.1241969Z [00:02:16.246]➜  crypto/internal/fips140/hkdf
2025-08-20T21:26:02.1245942Z [00:02:16.246]➜  mkdir -p $WORK/b135/
2025-08-20T21:26:02.1246708Z [00:02:16.246]➜  cat >/tmp/go-build548448651/b135/importcfg << 'EOF' # internal
2025-08-20T21:26:02.1247377Z [00:02:16.246]➜  # import config
2025-08-20T21:26:02.1249501Z [00:02:16.246]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:02.1250860Z [00:02:16.246]➜  packagefile crypto/internal/fips140=/tmp/go-build548448651/b087/_pkg_.a
2025-08-20T21:26:02.1252526Z [00:02:16.246]➜  packagefile crypto/internal/fips140/check=/tmp/go-build548448651/b090/_pkg_.a
2025-08-20T21:26:02.1254012Z [00:02:16.246]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build548448651/b091/_pkg_.a
2025-08-20T21:26:02.1255658Z [00:02:16.247]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build548448651/b092/_pkg_.a
2025-08-20T21:26:02.1257293Z [00:02:16.247]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:02.1259422Z [00:02:16.247]➜  packagefile hash=/tmp/go-build548448651/b080/_pkg_.a
2025-08-20T21:26:02.1260008Z [00:02:16.247]➜  EOF
2025-08-20T21:26:02.1263374Z [00:02:16.247]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b135/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/hkdf=>crypto/internal/fips140/hkdf;$WORK/b135=>" -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/b135/importcfg -pack /root/.go/src/crypto/internal/fips140/hkdf/cast.go /root/.go/src/crypto/internal/fips140/hkdf/hkdf.go
2025-08-20T21:26:02.1446290Z [00:02:16.267]➜  go tool buildid -w $WORK/b135/_pkg_.a # internal
2025-08-20T21:26:02.1452156Z [00:02:16.267]➜  cp $WORK/b135/_pkg_.a /root/.cache/go-build/56/56678f4dc2fbcba3710a8cd271b8691e51779e5fa9611c897d6c7261e2ceccb6-d # internal
2025-08-20T21:26:02.1459028Z [00:02:16.268]➜  crypto/internal/fips140/tls12
2025-08-20T21:26:02.1461184Z [00:02:16.268]➜  mkdir -p $WORK/b138/
2025-08-20T21:26:02.1462825Z [00:02:16.269]➜  cat >/tmp/go-build548448651/b138/importcfg << 'EOF' # internal
2025-08-20T21:26:02.1463525Z [00:02:16.269]➜  # import config
2025-08-20T21:26:02.1464157Z [00:02:16.269]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:02.1465051Z [00:02:16.269]➜  packagefile crypto/internal/fips140=/tmp/go-build548448651/b087/_pkg_.a
2025-08-20T21:26:02.1466182Z [00:02:16.269]➜  packagefile crypto/internal/fips140/check=/tmp/go-build548448651/b090/_pkg_.a
2025-08-20T21:26:02.1467616Z [00:02:16.269]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build548448651/b091/_pkg_.a
2025-08-20T21:26:02.1468996Z [00:02:16.269]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build548448651/b092/_pkg_.a
2025-08-20T21:26:02.1470215Z [00:02:16.269]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build548448651/b098/_pkg_.a
2025-08-20T21:26:02.1471192Z [00:02:16.269]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:02.1472039Z [00:02:16.269]➜  packagefile hash=/tmp/go-build548448651/b080/_pkg_.a
2025-08-20T21:26:02.1472686Z [00:02:16.269]➜  EOF
2025-08-20T21:26:02.1476334Z [00:02:16.269]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b138/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/tls12=>crypto/internal/fips140/tls12;$WORK/b138=>" -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/b138/importcfg -pack /root/.go/src/crypto/internal/fips140/tls12/cast.go /root/.go/src/crypto/internal/fips140/tls12/tls12.go
2025-08-20T21:26:02.1677953Z [00:02:16.290]➜  go tool buildid -w $WORK/b138/_pkg_.a # internal
2025-08-20T21:26:02.1683743Z [00:02:16.291]➜  cp $WORK/b138/_pkg_.a /root/.cache/go-build/62/62845e4b9204da3e721510a4a5bb8a4a1bd512a88f3c1fa68aecb582224efa60-d # internal
2025-08-20T21:26:02.1789121Z [00:02:16.301]➜  crypto/internal/fips140/tls13
2025-08-20T21:26:02.1791295Z [00:02:16.301]➜  mkdir -p $WORK/b139/
2025-08-20T21:26:02.1792103Z [00:02:16.301]➜  cat >/tmp/go-build548448651/b139/importcfg << 'EOF' # internal
2025-08-20T21:26:02.1792796Z [00:02:16.301]➜  # import config
2025-08-20T21:26:02.1794746Z [00:02:16.301]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:02.1796838Z [00:02:16.301]➜  packagefile crypto/internal/fips140=/tmp/go-build548448651/b087/_pkg_.a
2025-08-20T21:26:02.1798112Z [00:02:16.301]➜  packagefile crypto/internal/fips140/check=/tmp/go-build548448651/b090/_pkg_.a
2025-08-20T21:26:02.1799673Z [00:02:16.301]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build548448651/b135/_pkg_.a
2025-08-20T21:26:02.1801030Z [00:02:16.301]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build548448651/b092/_pkg_.a
2025-08-20T21:26:02.1804845Z [00:02:16.301]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build548448651/b093/_pkg_.a
2025-08-20T21:26:02.1805883Z [00:02:16.301]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:02.1806686Z [00:02:16.301]➜  packagefile hash=/tmp/go-build548448651/b080/_pkg_.a
2025-08-20T21:26:02.1807278Z [00:02:16.301]➜  EOF
2025-08-20T21:26:02.1812002Z [00:02:16.301]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b139/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/tls13=>crypto/internal/fips140/tls13;$WORK/b139=>" -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/b139/importcfg -pack /root/.go/src/crypto/internal/fips140/tls13/cast.go /root/.go/src/crypto/internal/fips140/tls13/tls13.go
2025-08-20T21:26:02.2544851Z [00:02:16.377]➜  go tool buildid -w $WORK/b139/_pkg_.a # internal
2025-08-20T21:26:02.2555384Z [00:02:16.378]➜  cp $WORK/b139/_pkg_.a /root/.cache/go-build/6e/6ebaf1968bb9c8310df131de2b87f7a5075a15eac2168d157b5636e7f02c4260-d # internal
2025-08-20T21:26:02.2557568Z [00:02:16.378]➜  crypto/fips140
2025-08-20T21:26:02.2560576Z [00:02:16.378]➜  mkdir -p $WORK/b153/
2025-08-20T21:26:02.2563596Z [00:02:16.378]➜  cat >/tmp/go-build548448651/b153/importcfg << 'EOF' # internal
2025-08-20T21:26:02.2564328Z [00:02:16.378]➜  # import config
2025-08-20T21:26:02.2565126Z [00:02:16.378]➜  packagefile crypto/internal/fips140=/tmp/go-build548448651/b087/_pkg_.a
2025-08-20T21:26:02.2566418Z [00:02:16.378]➜  packagefile crypto/internal/fips140/check=/tmp/go-build548448651/b090/_pkg_.a
2025-08-20T21:26:02.2567243Z [00:02:16.378]➜  EOF
2025-08-20T21:26:02.2570786Z [00:02:16.378]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b153/_pkg_.a -trimpath "/root/.go/src/crypto/fips140=>crypto/fips140;$WORK/b153=>" -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/b153/importcfg -pack /root/.go/src/crypto/fips140/fips140.go
2025-08-20T21:26:02.2763613Z [00:02:16.399]➜  go tool buildid -w $WORK/b153/_pkg_.a # internal
2025-08-20T21:26:02.2772114Z [00:02:16.399]➜  cp $WORK/b153/_pkg_.a /root/.cache/go-build/b5/b55a9ebe2952586c79911ac32107ae1f4c98934a55a8dec23b1f23b673a10b56-d # internal
2025-08-20T21:26:02.2773332Z [00:02:16.399]➜  crypto/tls/internal/fips140tls
2025-08-20T21:26:02.2773951Z [00:02:16.399]➜  mkdir -p $WORK/b152/
2025-08-20T21:26:02.2774693Z [00:02:16.399]➜  cat >/tmp/go-build548448651/b152/importcfg << 'EOF' # internal
2025-08-20T21:26:02.2775404Z [00:02:16.399]➜  # import config
2025-08-20T21:26:02.2776198Z [00:02:16.399]➜  packagefile crypto/fips140=/tmp/go-build548448651/b153/_pkg_.a
2025-08-20T21:26:02.2777153Z [00:02:16.399]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:02.2777825Z [00:02:16.399]➜  EOF
2025-08-20T21:26:02.2781541Z [00:02:16.399]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b152/_pkg_.a -trimpath "/root/.go/src/crypto/tls/internal/fips140tls=>crypto/tls/internal/fips140tls;$WORK/b152=>" -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/b152/importcfg -pack /root/.go/src/crypto/tls/internal/fips140tls/fipstls.go
2025-08-20T21:26:02.2942763Z [00:02:16.416]➜  go tool buildid -w $WORK/b152/_pkg_.a # internal
2025-08-20T21:26:02.2953793Z [00:02:16.417]➜  cp $WORK/b152/_pkg_.a /root/.cache/go-build/28/28442a2351e9293edd6216370dae4fb6011a2f346fd257b3e00f1b69cc959083-d # internal
2025-08-20T21:26:02.2954900Z [00:02:16.417]➜  encoding/pem
2025-08-20T21:26:02.2955440Z [00:02:16.417]➜  mkdir -p $WORK/b158/
2025-08-20T21:26:02.2956694Z [00:02:16.417]➜  cat >/tmp/go-build548448651/b158/importcfg << 'EOF' # internal
2025-08-20T21:26:02.2957667Z [00:02:16.417]➜  # import config
2025-08-20T21:26:02.2960079Z [00:02:16.417]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:02.2961175Z [00:02:16.417]➜  packagefile encoding/base64=/tmp/go-build548448651/b054/_pkg_.a
2025-08-20T21:26:02.2962331Z [00:02:16.417]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:02.2989640Z [00:02:16.417]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:02.2990497Z [00:02:16.417]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:02.2991432Z [00:02:16.417]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:02.2992296Z [00:02:16.417]➜  EOF
2025-08-20T21:26:02.2994921Z [00:02:16.418]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b158/_pkg_.a -trimpath "/root/.go/src/encoding/pem=>encoding/pem;$WORK/b158=>" -p encoding/pem -lang=go1.25 -std -complete -installsuffix shared -buildid 2ABdeLys1NcXxf9dH5bd/2ABdeLys1NcXxf9dH5bd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b158/importcfg -pack /root/.go/src/encoding/pem/pem.go
2025-08-20T21:26:02.3734318Z [00:02:16.496]➜  go tool buildid -w $WORK/b078/_pkg_.a # internal
2025-08-20T21:26:02.3767801Z [00:02:16.499]➜  go tool buildid -w $WORK/b158/_pkg_.a # internal
2025-08-20T21:26:02.3779891Z [00:02:16.500]➜  cp $WORK/b158/_pkg_.a /root/.cache/go-build/30/3051cf7aff3b3091f46cb712a2e6caa7c2438d2d9a6f271d8ffe97102cf1fc3f-d # internal
2025-08-20T21:26:02.3783695Z [00:02:16.501]➜  vendor/golang.org/x/net/dns/dnsmessage
2025-08-20T21:26:02.3784943Z [00:02:16.501]➜  mkdir -p $WORK/b161/
2025-08-20T21:26:02.3791127Z [00:02:16.501]➜  cat >/tmp/go-build548448651/b161/importcfg << 'EOF' # internal
2025-08-20T21:26:02.3791956Z [00:02:16.501]➜  # import config
2025-08-20T21:26:02.3792964Z [00:02:16.501]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:02.3793638Z [00:02:16.501]➜  EOF
2025-08-20T21:26:02.3797192Z [00:02:16.501]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b161/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/dns/dnsmessage=>vendor/golang.org/x/net/dns/dnsmessage;$WORK/b161=>" -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/b161/importcfg -pack /root/.go/src/vendor/golang.org/x/net/dns/dnsmessage/message.go
2025-08-20T21:26:02.3843828Z [00:02:16.507]➜  cp $WORK/b078/_pkg_.a /root/.cache/go-build/a9/a9f645ba77f0596e255804699ca4560c4d0348cf5e416b7aaaeb460f6b8906d7-d # internal
2025-08-20T21:26:02.3850817Z [00:02:16.507]➜  vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T21:26:02.3858023Z [00:02:16.507]➜  mkdir -p $WORK/b144/
2025-08-20T21:26:02.3863268Z [00:02:16.509]➜  echo -n > $WORK/b144/go_asm.h # internal
2025-08-20T21:26:02.3867734Z [00:02:16.509]➜  cd /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T21:26:02.3870825Z [00:02:16.509]➜  /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/b144=>" -I $WORK/b144/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b144/symabis ./sum_amd64.s
2025-08-20T21:26:02.3930685Z [00:02:16.515]➜  cat >/tmp/go-build548448651/b144/importcfg << 'EOF' # internal
2025-08-20T21:26:02.3939132Z [00:02:16.515]➜  # import config
2025-08-20T21:26:02.3939882Z [00:02:16.515]➜  packagefile crypto/subtle=/tmp/go-build548448651/b106/_pkg_.a
2025-08-20T21:26:02.3940808Z [00:02:16.515]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:02.3941688Z [00:02:16.515]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:02.3942340Z [00:02:16.515]➜  EOF
2025-08-20T21:26:02.3942934Z [00:02:16.515]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:02.3948187Z [00:02:16.515]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b144/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/internal/poly1305=>vendor/golang.org/x/crypto/internal/poly1305;$WORK/b144=>" -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/b144/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b144/importcfg -pack -asmhdr $WORK/b144/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-20T21:26:02.4681459Z [00:02:16.590]➜  cd /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T21:26:02.4686607Z [00:02:16.590]➜  /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/b144=>" -I $WORK/b144/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b144/sum_amd64.o ./sum_amd64.s
2025-08-20T21:26:02.4754331Z [00:02:16.598]➜  go tool pack r $WORK/b144/_pkg_.a $WORK/b144/sum_amd64.o # internal
2025-08-20T21:26:02.4757206Z [00:02:16.598]➜  go tool buildid -w $WORK/b144/_pkg_.a # internal
2025-08-20T21:26:02.4770536Z [00:02:16.599]➜  cp $WORK/b144/_pkg_.a /root/.cache/go-build/08/0896c1abf56875f26229922e80d24e86fcd2e8ab282d508f7a246dc1802c7898-d # internal
2025-08-20T21:26:02.4771688Z [00:02:16.599]➜  internal/singleflight
2025-08-20T21:26:02.4772252Z [00:02:16.599]➜  mkdir -p $WORK/b163/
2025-08-20T21:26:02.4772998Z [00:02:16.599]➜  cat >/tmp/go-build548448651/b163/importcfg << 'EOF' # internal
2025-08-20T21:26:02.4773710Z [00:02:16.599]➜  # import config
2025-08-20T21:26:02.4776018Z [00:02:16.599]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:02.4776718Z [00:02:16.599]➜  EOF
2025-08-20T21:26:02.4777278Z [00:02:16.599]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:02.4780744Z [00:02:16.599]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b163/_pkg_.a -trimpath "/root/.go/src/internal/singleflight=>internal/singleflight;$WORK/b163=>" -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/b163/importcfg -pack /root/.go/src/internal/singleflight/singleflight.go
2025-08-20T21:26:02.5214740Z [00:02:16.644]➜  go tool buildid -w $WORK/b163/_pkg_.a # internal
2025-08-20T21:26:02.5224429Z [00:02:16.645]➜  cp $WORK/b163/_pkg_.a /root/.cache/go-build/7f/7f4bef26bc96f233f4368d5b5b00f042e9f77dc53afc3826de67fcaad1a98096-d # internal
2025-08-20T21:26:02.5235565Z [00:02:16.645]➜  unique
2025-08-20T21:26:02.5236134Z [00:02:16.645]➜  mkdir -p $WORK/b165/
2025-08-20T21:26:02.5236896Z [00:02:16.646]➜  cat >/tmp/go-build548448651/b165/importcfg << 'EOF' # internal
2025-08-20T21:26:02.5237603Z [00:02:16.646]➜  # import config
2025-08-20T21:26:02.5238364Z [00:02:16.646]➜  packagefile internal/abi=/tmp/go-build548448651/b006/_pkg_.a
2025-08-20T21:26:02.5239445Z [00:02:16.646]➜  packagefile internal/goarch=/tmp/go-build548448651/b007/_pkg_.a
2025-08-20T21:26:02.5240430Z [00:02:16.646]➜  packagefile internal/stringslite=/tmp/go-build548448651/b032/_pkg_.a
2025-08-20T21:26:02.5241413Z [00:02:16.646]➜  packagefile internal/sync=/tmp/go-build548448651/b036/_pkg_.a
2025-08-20T21:26:02.5242316Z [00:02:16.646]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:02.5243154Z [00:02:16.646]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:02.5244049Z [00:02:16.646]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:02.5244962Z [00:02:16.646]➜  packagefile weak=/tmp/go-build548448651/b124/_pkg_.a
2025-08-20T21:26:02.5245600Z [00:02:16.646]➜  EOF
2025-08-20T21:26:02.5262574Z [00:02:16.646]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b165/_pkg_.a -trimpath "/root/.go/src/unique=>unique;$WORK/b165=>" -p unique -lang=go1.25 -std -complete -installsuffix shared -buildid slzjFFHIY2oIZPIsSEyx/slzjFFHIY2oIZPIsSEyx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b165/importcfg -pack /root/.go/src/unique/canonmap.go /root/.go/src/unique/clone.go /root/.go/src/unique/doc.go /root/.go/src/unique/handle.go
2025-08-20T21:26:02.5745676Z [00:02:16.697]➜  go tool buildid -w $WORK/b060/_pkg_.a # internal
2025-08-20T21:26:02.5827417Z [00:02:16.705]➜  cp $WORK/b060/_pkg_.a /root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d # internal
2025-08-20T21:26:02.5843109Z [00:02:16.707]➜  fmt
2025-08-20T21:26:02.5873745Z [00:02:16.707]➜  mkdir -p $WORK/b057/
2025-08-20T21:26:02.5874590Z [00:02:16.707]➜  cat >/tmp/go-build548448651/b057/importcfg << 'EOF' # internal
2025-08-20T21:26:02.5875327Z [00:02:16.707]➜  # import config
2025-08-20T21:26:02.5876042Z [00:02:16.707]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:02.5879325Z [00:02:16.707]➜  packagefile internal/fmtsort=/tmp/go-build548448651/b058/_pkg_.a
2025-08-20T21:26:02.5880227Z [00:02:16.707]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:02.5881017Z [00:02:16.707]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:02.5881776Z [00:02:16.707]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:02.5882548Z [00:02:16.707]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:02.5883352Z [00:02:16.707]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:02.5884138Z [00:02:16.707]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:02.5884908Z [00:02:16.707]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:02.5886015Z [00:02:16.707]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:02.5886663Z [00:02:16.707]➜  EOF
2025-08-20T21:26:02.5891859Z [00:02:16.707]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b057/_pkg_.a -trimpath "/root/.go/src/fmt=>fmt;$WORK/b057=>" -p fmt -lang=go1.25 -std -complete -installsuffix shared -buildid qqDGHnbvrGH0JVvwba_3/qqDGHnbvrGH0JVvwba_3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b057/importcfg -pack /root/.go/src/fmt/doc.go /root/.go/src/fmt/errors.go /root/.go/src/fmt/format.go /root/.go/src/fmt/print.go /root/.go/src/fmt/scan.go
2025-08-20T21:26:02.6540506Z [00:02:16.776]➜  go tool buildid -w $WORK/b161/_pkg_.a # internal
2025-08-20T21:26:02.6582204Z [00:02:16.780]➜  cp $WORK/b161/_pkg_.a /root/.cache/go-build/77/778cb86cc7ce4d286b8112b3dc66b4c107d110c761609350420a5a42ce64a6f1-d # internal
2025-08-20T21:26:02.6596861Z [00:02:16.782]➜  crypto/internal/sysrand
2025-08-20T21:26:02.6604986Z [00:02:16.782]➜  mkdir -p $WORK/b102/
2025-08-20T21:26:02.6605779Z [00:02:16.782]➜  cat >/tmp/go-build548448651/b102/importcfg << 'EOF' # internal
2025-08-20T21:26:02.6606475Z [00:02:16.782]➜  # import config
2025-08-20T21:26:02.6607142Z [00:02:16.782]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:02.6633283Z [00:02:16.782]➜  packagefile internal/syscall/unix=/tmp/go-build548448651/b065/_pkg_.a
2025-08-20T21:26:02.6634343Z [00:02:16.782]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:02.6635154Z [00:02:16.782]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:02.6635973Z [00:02:16.782]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:02.6636791Z [00:02:16.782]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:02.6637629Z [00:02:16.782]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:02.6638477Z [00:02:16.782]➜  packagefile syscall=/tmp/go-build548448651/b047/_pkg_.a
2025-08-20T21:26:02.6639665Z [00:02:16.782]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:02.6640276Z [00:02:16.782]➜  EOF
2025-08-20T21:26:02.6643730Z [00:02:16.782]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b102/_pkg_.a -trimpath "/root/.go/src/crypto/internal/sysrand=>crypto/internal/sysrand;$WORK/b102=>" -p crypto/internal/sysrand -lang=go1.25 -std -complete -installsuffix shared -buildid qgz6XG8iiuUjqDrtwJQ5/qgz6XG8iiuUjqDrtwJQ5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b102/importcfg -pack /root/.go/src/crypto/internal/sysrand/rand.go /root/.go/src/crypto/internal/sysrand/rand_getrandom.go
2025-08-20T21:26:02.6683668Z [00:02:16.791]➜  go tool buildid -w $WORK/b165/_pkg_.a # internal
2025-08-20T21:26:02.6686980Z [00:02:16.791]➜  cp $WORK/b165/_pkg_.a /root/.cache/go-build/31/31e528a46c3c921de362b49c379fabc13d93d6d9cb23e5b80c9c14909d23d9e5-d # internal
2025-08-20T21:26:02.6695354Z [00:02:16.792]➜  vendor/golang.org/x/sys/cpu
2025-08-20T21:26:02.6695968Z [00:02:16.792]➜  mkdir -p $WORK/b145/
2025-08-20T21:26:02.6705311Z [00:02:16.793]➜  echo -n > $WORK/b145/go_asm.h # internal
2025-08-20T21:26:02.6710546Z [00:02:16.793]➜  cd /root/.go/src/vendor/golang.org/x/sys/cpu
2025-08-20T21:26:02.6713376Z [00:02:16.793]➜  /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/b145=>" -I $WORK/b145/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b145/symabis ./cpu_gc_x86.s
2025-08-20T21:26:02.6860564Z [00:02:16.808]➜  go tool buildid -w $WORK/b102/_pkg_.a # internal
2025-08-20T21:26:02.6866106Z [00:02:16.809]➜  cp $WORK/b102/_pkg_.a /root/.cache/go-build/4b/4b9db9d21c8f8cb536ca608191368c782c12668fd96055efda5393da96c72efe-d # internal
2025-08-20T21:26:02.6872797Z [00:02:16.809]➜  crypto/internal/entropy
2025-08-20T21:26:02.6873377Z [00:02:16.809]➜  mkdir -p $WORK/b101/
2025-08-20T21:26:02.6901404Z [00:02:16.810]➜  cat >/tmp/go-build548448651/b101/importcfg << 'EOF' # internal
2025-08-20T21:26:02.6903388Z [00:02:16.810]➜  # import config
2025-08-20T21:26:02.6904193Z [00:02:16.810]➜  packagefile crypto/internal/sysrand=/tmp/go-build548448651/b102/_pkg_.a
2025-08-20T21:26:02.6904946Z [00:02:16.810]➜  EOF
2025-08-20T21:26:02.6905460Z [00:02:16.810]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:02.6908859Z [00:02:16.810]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b101/_pkg_.a -trimpath "/root/.go/src/crypto/internal/entropy=>crypto/internal/entropy;$WORK/b101=>" -p crypto/internal/entropy -lang=go1.25 -std -complete -installsuffix shared -buildid k9hEEyPYK9ZiSw80V2zZ/k9hEEyPYK9ZiSw80V2zZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b101/importcfg -pack /root/.go/src/crypto/internal/entropy/entropy.go
2025-08-20T21:26:02.6911945Z [00:02:16.810]➜  cat >/tmp/go-build548448651/b145/importcfg << 'EOF' # internal
2025-08-20T21:26:02.6912639Z [00:02:16.810]➜  # import config
2025-08-20T21:26:02.6913303Z [00:02:16.810]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:02.6914124Z [00:02:16.810]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:02.6914956Z [00:02:16.810]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:02.6915808Z [00:02:16.810]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:02.6916441Z [00:02:16.810]➜  EOF
2025-08-20T21:26:02.6924115Z [00:02:16.810]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b145/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/sys/cpu=>vendor/golang.org/x/sys/cpu;$WORK/b145=>" -p vendor/golang.org/x/sys/cpu -lang=go1.25 -std -installsuffix shared -buildid A2I1ux5R9-Yi8PoeqVzh/A2I1ux5R9-Yi8PoeqVzh -goversion go1.25.0 -symabis $WORK/b145/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b145/importcfg -pack -asmhdr $WORK/b145/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-20T21:26:02.7052884Z [00:02:16.827]➜  go tool buildid -w $WORK/b101/_pkg_.a # internal
2025-08-20T21:26:02.7056169Z [00:02:16.828]➜  cp $WORK/b101/_pkg_.a /root/.cache/go-build/c9/c9673cb58317490f6d318f8d40695146a2458c77622a9984fd997c89ed871c90-d # internal
2025-08-20T21:26:02.7063649Z [00:02:16.829]➜  crypto/internal/fips140/drbg
2025-08-20T21:26:02.7066530Z [00:02:16.829]➜  mkdir -p $WORK/b100/
2025-08-20T21:26:02.7069767Z [00:02:16.829]➜  cat >/tmp/go-build548448651/b100/importcfg << 'EOF' # internal
2025-08-20T21:26:02.7070799Z [00:02:16.829]➜  # import config
2025-08-20T21:26:02.7074692Z [00:02:16.829]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:02.7075701Z [00:02:16.829]➜  packagefile crypto/internal/entropy=/tmp/go-build548448651/b101/_pkg_.a
2025-08-20T21:26:02.7076791Z [00:02:16.829]➜  packagefile crypto/internal/fips140=/tmp/go-build548448651/b087/_pkg_.a
2025-08-20T21:26:02.7077890Z [00:02:16.829]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build548448651/b086/_pkg_.a
2025-08-20T21:26:02.7090297Z [00:02:16.829]➜  packagefile crypto/internal/fips140/check=/tmp/go-build548448651/b090/_pkg_.a
2025-08-20T21:26:02.7091504Z [00:02:16.829]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build548448651/b097/_pkg_.a
2025-08-20T21:26:02.7092782Z [00:02:16.829]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build548448651/b093/_pkg_.a
2025-08-20T21:26:02.7093985Z [00:02:16.829]➜  packagefile crypto/internal/randutil=/tmp/go-build548448651/b103/_pkg_.a
2025-08-20T21:26:02.7095378Z [00:02:16.829]➜  packagefile crypto/internal/sysrand=/tmp/go-build548448651/b102/_pkg_.a
2025-08-20T21:26:02.7096379Z [00:02:16.829]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:02.7097194Z [00:02:16.829]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:02.7098041Z [00:02:16.829]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:02.7099134Z [00:02:16.829]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:02.7099745Z [00:02:16.829]➜  EOF
2025-08-20T21:26:02.7103866Z [00:02:16.829]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b100/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/drbg=>crypto/internal/fips140/drbg;$WORK/b100=>" -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/b100/importcfg -pack /root/.go/src/crypto/internal/fips140/drbg/cast.go /root/.go/src/crypto/internal/fips140/drbg/ctrdrbg.go /root/.go/src/crypto/internal/fips140/drbg/rand.go
2025-08-20T21:26:02.7709017Z [00:02:16.893]➜  cd /root/.go/src/vendor/golang.org/x/sys/cpu
2025-08-20T21:26:02.7713588Z [00:02:16.893]➜  /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/b145=>" -I $WORK/b145/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b145/cpu_gc_x86.o ./cpu_gc_x86.s
2025-08-20T21:26:02.7807501Z [00:02:16.903]➜  go tool pack r $WORK/b145/_pkg_.a $WORK/b145/cpu_gc_x86.o # internal
2025-08-20T21:26:02.7808376Z [00:02:16.903]➜  go tool buildid -w $WORK/b145/_pkg_.a # internal
2025-08-20T21:26:02.7819250Z [00:02:16.904]➜  cp $WORK/b145/_pkg_.a /root/.cache/go-build/84/84dba0f671f56f52f34616da15a8e590e76614497f215a6b1472d263ec90ad31-d # internal
2025-08-20T21:26:02.7843579Z [00:02:16.907]➜  net/netip
2025-08-20T21:26:02.7844623Z [00:02:16.907]➜  mkdir -p $WORK/b164/
2025-08-20T21:26:02.7846383Z [00:02:16.907]➜  cat >/tmp/go-build548448651/b164/importcfg << 'EOF' # internal
2025-08-20T21:26:02.7847520Z [00:02:16.907]➜  # import config
2025-08-20T21:26:02.7848866Z [00:02:16.907]➜  packagefile cmp=/tmp/go-build548448651/b051/_pkg_.a
2025-08-20T21:26:02.7850235Z [00:02:16.907]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:02.7852144Z [00:02:16.907]➜  packagefile internal/bytealg=/tmp/go-build548448651/b011/_pkg_.a
2025-08-20T21:26:02.7853065Z [00:02:16.907]➜  packagefile internal/byteorder=/tmp/go-build548448651/b013/_pkg_.a
2025-08-20T21:26:02.7853964Z [00:02:16.907]➜  packagefile internal/itoa=/tmp/go-build548448651/b048/_pkg_.a
2025-08-20T21:26:02.7854792Z [00:02:16.907]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:02.7855584Z [00:02:16.907]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:02.7856386Z [00:02:16.907]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:02.7857193Z [00:02:16.907]➜  packagefile unique=/tmp/go-build548448651/b165/_pkg_.a
2025-08-20T21:26:02.7857777Z [00:02:16.907]➜  EOF
2025-08-20T21:26:02.7858278Z [00:02:16.907]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:02.7861492Z [00:02:16.907]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b164/_pkg_.a -trimpath "/root/.go/src/net/netip=>net/netip;$WORK/b164=>" -p net/netip -lang=go1.25 -std -complete -installsuffix shared -buildid T9NLh6u5PaOGybKdBh3c/T9NLh6u5PaOGybKdBh3c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b164/importcfg -pack /root/.go/src/net/netip/netip.go /root/.go/src/net/netip/uint128.go
2025-08-20T21:26:02.7864123Z [00:02:16.907]➜  go tool buildid -w $WORK/b100/_pkg_.a # internal
2025-08-20T21:26:02.7865385Z [00:02:16.907]➜  cp $WORK/b100/_pkg_.a /root/.cache/go-build/d8/d88ffc3228d0ba0a1afebf28c5478b900c9f99772ffe075c0c35739f7e4a5dbc-d # internal
2025-08-20T21:26:02.7866448Z [00:02:16.907]➜  crypto/internal/fips140/aes/gcm
2025-08-20T21:26:02.7867248Z [00:02:16.907]➜  mkdir -p $WORK/b099/
2025-08-20T21:26:02.7886472Z [00:02:16.911]➜  echo -n > $WORK/b099/go_asm.h # internal
2025-08-20T21:26:02.7901662Z [00:02:16.911]➜  cd /root/.go/src/crypto/internal/fips140/aes/gcm
2025-08-20T21:26:02.7904246Z [00:02:16.911]➜  /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/b099=>" -I $WORK/b099/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b099/symabis ./gcm_amd64.s
2025-08-20T21:26:02.8046934Z [00:02:16.927]➜  cat >/tmp/go-build548448651/b099/importcfg << 'EOF' # internal
2025-08-20T21:26:02.8057761Z [00:02:16.927]➜  # import config
2025-08-20T21:26:02.8058831Z [00:02:16.927]➜  packagefile crypto/internal/fips140=/tmp/go-build548448651/b087/_pkg_.a
2025-08-20T21:26:02.8059984Z [00:02:16.927]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build548448651/b086/_pkg_.a
2025-08-20T21:26:02.8061193Z [00:02:16.927]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build548448651/b089/_pkg_.a
2025-08-20T21:26:02.8062407Z [00:02:16.927]➜  packagefile crypto/internal/fips140/check=/tmp/go-build548448651/b090/_pkg_.a
2025-08-20T21:26:02.8063578Z [00:02:16.927]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build548448651/b100/_pkg_.a
2025-08-20T21:26:02.8064719Z [00:02:16.927]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build548448651/b097/_pkg_.a
2025-08-20T21:26:02.8065939Z [00:02:16.927]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build548448651/b093/_pkg_.a
2025-08-20T21:26:02.8067183Z [00:02:16.927]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build548448651/b094/_pkg_.a
2025-08-20T21:26:02.8068280Z [00:02:16.927]➜  packagefile crypto/internal/impl=/tmp/go-build548448651/b095/_pkg_.a
2025-08-20T21:26:02.8070099Z [00:02:16.927]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:02.8070936Z [00:02:16.927]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:02.8071564Z [00:02:16.927]➜  EOF
2025-08-20T21:26:02.8072106Z [00:02:16.927]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:02.8079173Z [00:02:16.927]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b099/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/aes/gcm=>crypto/internal/fips140/aes/gcm;$WORK/b099=>" -p crypto/internal/fips140/aes/gcm -lang=go1.25 -std -installsuffix shared -buildid 4tWNDO2ebyM7gQMWiRTJ/4tWNDO2ebyM7gQMWiRTJ -goversion go1.25.0 -symabis $WORK/b099/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b099/importcfg -pack -asmhdr $WORK/b099/go_asm.h /root/.go/src/crypto/internal/fips140/aes/gcm/cast.go /root/.go/src/crypto/internal/fips140/aes/gcm/cmac.go /root/.go/src/crypto/internal/fips140/aes/gcm/ctrkdf.go /root/.go/src/crypto/internal/fips140/aes/gcm/gcm.go /root/.go/src/crypto/internal/fips140/aes/gcm/gcm_asm.go /root/.go/src/crypto/internal/fips140/aes/gcm/gcm_generic.go /root/.go/src/crypto/internal/fips140/aes/gcm/gcm_nonces.go /root/.go/src/crypto/internal/fips140/aes/gcm/ghash.go
2025-08-20T21:26:02.8257800Z [00:02:16.948]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T21:26:02.8301591Z [00:02:16.948]➜  /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/b115=>" -I $WORK/b115/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b115/p256_asm_amd64.o ./p256_asm_amd64.s
2025-08-20T21:26:02.8484870Z [00:02:16.971]➜  go tool pack r $WORK/b115/_pkg_.a $WORK/b115/p256_asm_amd64.o # internal
2025-08-20T21:26:02.8485803Z [00:02:16.971]➜  go tool buildid -w $WORK/b115/_pkg_.a # internal
2025-08-20T21:26:02.8557112Z [00:02:16.978]➜  cp $WORK/b115/_pkg_.a /root/.cache/go-build/c8/c8a3f960dfc29752234a5b93577e1c8a66130334369f4fe7cbbb25e03deb79a4-d # internal
2025-08-20T21:26:02.8558268Z [00:02:16.978]➜  crypto/internal/fips140only
2025-08-20T21:26:02.8581598Z [00:02:16.979]➜  mkdir -p $WORK/b105/
2025-08-20T21:26:02.8582706Z [00:02:16.979]➜  cat >/tmp/go-build548448651/b105/importcfg << 'EOF' # internal
2025-08-20T21:26:02.8583394Z [00:02:16.979]➜  # import config
2025-08-20T21:26:02.8584200Z [00:02:16.979]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build548448651/b100/_pkg_.a
2025-08-20T21:26:02.8585326Z [00:02:16.979]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build548448651/b092/_pkg_.a
2025-08-20T21:26:02.8586432Z [00:02:16.979]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build548448651/b096/_pkg_.a
2025-08-20T21:26:02.8587511Z [00:02:16.979]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build548448651/b098/_pkg_.a
2025-08-20T21:26:02.8588429Z [00:02:16.979]➜  packagefile hash=/tmp/go-build548448651/b080/_pkg_.a
2025-08-20T21:26:02.8589482Z [00:02:16.979]➜  packagefile internal/godebug=/tmp/go-build548448651/b045/_pkg_.a
2025-08-20T21:26:02.8590302Z [00:02:16.979]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:02.8590867Z [00:02:16.979]➜  EOF
2025-08-20T21:26:02.8591382Z [00:02:16.979]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:02.8594750Z [00:02:16.979]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b105/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140only=>crypto/internal/fips140only;$WORK/b105=>" -p crypto/internal/fips140only -lang=go1.25 -std -complete -installsuffix shared -buildid y_46Xn2YDwM_D9Y07tca/y_46Xn2YDwM_D9Y07tca -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b105/importcfg -pack /root/.go/src/crypto/internal/fips140only/fips140only.go
2025-08-20T21:26:02.8862336Z [00:02:17.009]➜  go tool buildid -w $WORK/b105/_pkg_.a # internal
2025-08-20T21:26:02.8873241Z [00:02:17.010]➜  cp $WORK/b105/_pkg_.a /root/.cache/go-build/fe/fe018016f0b5a0e59332ad1304ea15a8ab92b0d07f6d83556e1d5120437fb86e-d # internal
2025-08-20T21:26:02.8880182Z [00:02:17.010]➜  crypto/internal/fips140/ecdh
2025-08-20T21:26:02.8882847Z [00:02:17.010]➜  mkdir -p $WORK/b114/
2025-08-20T21:26:02.8883670Z [00:02:17.010]➜  cat >/tmp/go-build548448651/b114/importcfg << 'EOF' # internal
2025-08-20T21:26:02.8884351Z [00:02:17.010]➜  # import config
2025-08-20T21:26:02.8885037Z [00:02:17.010]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:02.8886324Z [00:02:17.010]➜  packagefile crypto/internal/fips140=/tmp/go-build548448651/b087/_pkg_.a
2025-08-20T21:26:02.8887445Z [00:02:17.010]➜  packagefile crypto/internal/fips140/check=/tmp/go-build548448651/b090/_pkg_.a
2025-08-20T21:26:02.8889843Z [00:02:17.010]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build548448651/b100/_pkg_.a
2025-08-20T21:26:02.8891021Z [00:02:17.010]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build548448651/b115/_pkg_.a
2025-08-20T21:26:02.8892197Z [00:02:17.010]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build548448651/b093/_pkg_.a
2025-08-20T21:26:02.8893326Z [00:02:17.010]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:02.8894148Z [00:02:17.010]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:02.8895018Z [00:02:17.010]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:02.8895833Z [00:02:17.010]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:02.8896426Z [00:02:17.011]➜  EOF
2025-08-20T21:26:02.8904485Z [00:02:17.012]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b114/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ecdh=>crypto/internal/fips140/ecdh;$WORK/b114=>" -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/b114/importcfg -pack /root/.go/src/crypto/internal/fips140/ecdh/cast.go /root/.go/src/crypto/internal/fips140/ecdh/ecdh.go
2025-08-20T21:26:02.8943113Z [00:02:17.017]➜  go tool buildid -w $WORK/b057/_pkg_.a # internal
2025-08-20T21:26:02.9006997Z [00:02:17.023]➜  cp $WORK/b057/_pkg_.a /root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d # internal
2025-08-20T21:26:02.9017169Z [00:02:17.024]➜  encoding/json
2025-08-20T21:26:02.9017706Z [00:02:17.024]➜  mkdir -p $WORK/b052/
2025-08-20T21:26:02.9018454Z [00:02:17.024]➜  cat >/tmp/go-build548448651/b052/importcfg << 'EOF' # internal
2025-08-20T21:26:02.9019382Z [00:02:17.024]➜  # import config
2025-08-20T21:26:02.9020059Z [00:02:17.024]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:02.9020868Z [00:02:17.024]➜  packagefile cmp=/tmp/go-build548448651/b051/_pkg_.a
2025-08-20T21:26:02.9021683Z [00:02:17.024]➜  packagefile encoding=/tmp/go-build548448651/b053/_pkg_.a
2025-08-20T21:26:02.9022579Z [00:02:17.024]➜  packagefile encoding/base64=/tmp/go-build548448651/b054/_pkg_.a
2025-08-20T21:26:02.9023468Z [00:02:17.024]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:02.9024280Z [00:02:17.024]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:02.9025080Z [00:02:17.024]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:02.9025858Z [00:02:17.024]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:02.9026676Z [00:02:17.024]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:02.9027514Z [00:02:17.024]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:02.9028335Z [00:02:17.024]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:02.9029375Z [00:02:17.024]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:02.9030194Z [00:02:17.024]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:02.9031005Z [00:02:17.024]➜  packagefile unicode=/tmp/go-build548448651/b041/_pkg_.a
2025-08-20T21:26:02.9031889Z [00:02:17.024]➜  packagefile unicode/utf16=/tmp/go-build548448651/b069/_pkg_.a
2025-08-20T21:26:02.9032805Z [00:02:17.024]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:02.9033467Z [00:02:17.024]➜  EOF
2025-08-20T21:26:02.9038060Z [00:02:17.024]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b052/_pkg_.a -trimpath "/root/.go/src/encoding/json=>encoding/json;$WORK/b052=>" -p encoding/json -lang=go1.25 -std -complete -installsuffix shared -buildid 9bKiwmcK9ggUgfrzMbzw/9bKiwmcK9ggUgfrzMbzw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b052/importcfg -pack /root/.go/src/encoding/json/decode.go /root/.go/src/encoding/json/encode.go /root/.go/src/encoding/json/fold.go /root/.go/src/encoding/json/indent.go /root/.go/src/encoding/json/scanner.go /root/.go/src/encoding/json/stream.go /root/.go/src/encoding/json/tables.go /root/.go/src/encoding/json/tags.go
2025-08-20T21:26:02.9115509Z [00:02:17.034]➜  cd /root/.go/src/crypto/internal/fips140/aes/gcm
2025-08-20T21:26:02.9123301Z [00:02:17.034]➜  /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/b099=>" -I $WORK/b099/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b099/gcm_amd64.o ./gcm_amd64.s
2025-08-20T21:26:02.9252577Z [00:02:17.048]➜  go tool buildid -w $WORK/b114/_pkg_.a # internal
2025-08-20T21:26:02.9254824Z [00:02:17.048]➜  go tool pack r $WORK/b099/_pkg_.a $WORK/b099/gcm_amd64.o # internal
2025-08-20T21:26:02.9255833Z [00:02:17.048]➜  go tool buildid -w $WORK/b099/_pkg_.a # internal
2025-08-20T21:26:02.9262733Z [00:02:17.049]➜  cp $WORK/b114/_pkg_.a /root/.cache/go-build/b7/b7de87dfc4ac9fdd21345eb21f2942513ffef62d6713dcac817c1cad6ef56782-d # internal
2025-08-20T21:26:02.9265545Z [00:02:17.049]➜  log
2025-08-20T21:26:02.9266077Z [00:02:17.049]➜  mkdir -p $WORK/b071/
2025-08-20T21:26:02.9269709Z [00:02:17.049]➜  cat >/tmp/go-build548448651/b071/importcfg << 'EOF' # internal
2025-08-20T21:26:02.9270971Z [00:02:17.049]➜  # import config
2025-08-20T21:26:02.9274297Z [00:02:17.049]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:02.9275546Z [00:02:17.049]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:02.9276497Z [00:02:17.049]➜  packagefile log/internal=/tmp/go-build548448651/b072/_pkg_.a
2025-08-20T21:26:02.9277337Z [00:02:17.049]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:02.9278156Z [00:02:17.049]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:02.9279169Z [00:02:17.049]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:02.9280025Z [00:02:17.049]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:02.9280940Z [00:02:17.050]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:02.9281564Z [00:02:17.050]➜  EOF
2025-08-20T21:26:02.9282093Z [00:02:17.050]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:02.9284638Z [00:02:17.050]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b071/_pkg_.a -trimpath "/root/.go/src/log=>log;$WORK/b071=>" -p log -lang=go1.25 -std -complete -installsuffix shared -buildid SSqjE6Su3SsqpCfAlOmL/SSqjE6Su3SsqpCfAlOmL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b071/importcfg -pack /root/.go/src/log/log.go
2025-08-20T21:26:02.9287465Z [00:02:17.050]➜  cp $WORK/b099/_pkg_.a /root/.cache/go-build/d1/d1981a63e6abbe17adce83ff1228a60e99776d57fe07c55c2c78176b607fcf46-d # internal
2025-08-20T21:26:02.9288688Z [00:02:17.050]➜  compress/flate
2025-08-20T21:26:02.9289178Z [00:02:17.050]➜  mkdir -p $WORK/b076/
2025-08-20T21:26:02.9290837Z [00:02:17.051]➜  cat >/tmp/go-build548448651/b076/importcfg << 'EOF' # internal
2025-08-20T21:26:02.9291869Z [00:02:17.051]➜  # import config
2025-08-20T21:26:02.9293201Z [00:02:17.051]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:02.9297399Z [00:02:17.051]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:02.9299286Z [00:02:17.051]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:02.9300228Z [00:02:17.051]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:02.9301245Z [00:02:17.051]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:02.9303059Z [00:02:17.051]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:02.9303995Z [00:02:17.051]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:02.9306120Z [00:02:17.051]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:02.9307043Z [00:02:17.051]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:02.9307736Z [00:02:17.051]➜  EOF
2025-08-20T21:26:02.9312634Z [00:02:17.051]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b076/_pkg_.a -trimpath "/root/.go/src/compress/flate=>compress/flate;$WORK/b076=>" -p compress/flate -lang=go1.25 -std -complete -installsuffix shared -buildid lu9wJols6mZhiIWbtWKV/lu9wJols6mZhiIWbtWKV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b076/importcfg -pack /root/.go/src/compress/flate/deflate.go /root/.go/src/compress/flate/deflatefast.go /root/.go/src/compress/flate/dict_decoder.go /root/.go/src/compress/flate/huffman_bit_writer.go /root/.go/src/compress/flate/huffman_code.go /root/.go/src/compress/flate/inflate.go /root/.go/src/compress/flate/token.go
2025-08-20T21:26:03.0187353Z [00:02:17.141]➜  go tool buildid -w $WORK/b071/_pkg_.a # internal
2025-08-20T21:26:03.0223043Z [00:02:17.143]➜  cp $WORK/b071/_pkg_.a /root/.cache/go-build/25/25dca8313fc3b5cb3e64479e477553e8337ce8ff83d44991e9824aa5e282cf62-d # internal
2025-08-20T21:26:03.0234015Z [00:02:17.146]➜  crypto/cipher
2025-08-20T21:26:03.0238382Z [00:02:17.146]➜  mkdir -p $WORK/b085/
2025-08-20T21:26:03.0243161Z [00:02:17.146]➜  cat >/tmp/go-build548448651/b085/importcfg << 'EOF' # internal
2025-08-20T21:26:03.0243861Z [00:02:17.146]➜  # import config
2025-08-20T21:26:03.0244524Z [00:02:17.146]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:03.0245509Z [00:02:17.146]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build548448651/b086/_pkg_.a
2025-08-20T21:26:03.0246918Z [00:02:17.146]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build548448651/b099/_pkg_.a
2025-08-20T21:26:03.0248096Z [00:02:17.146]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build548448651/b089/_pkg_.a
2025-08-20T21:26:03.0249491Z [00:02:17.146]➜  packagefile crypto/internal/fips140only=/tmp/go-build548448651/b105/_pkg_.a
2025-08-20T21:26:03.0250547Z [00:02:17.146]➜  packagefile crypto/subtle=/tmp/go-build548448651/b106/_pkg_.a
2025-08-20T21:26:03.0251404Z [00:02:17.146]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:03.0252320Z [00:02:17.146]➜  packagefile internal/byteorder=/tmp/go-build548448651/b013/_pkg_.a
2025-08-20T21:26:03.0253182Z [00:02:17.146]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:03.0253772Z [00:02:17.146]➜  EOF
2025-08-20T21:26:03.0267005Z [00:02:17.149]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b085/_pkg_.a -trimpath "/root/.go/src/crypto/cipher=>crypto/cipher;$WORK/b085=>" -p crypto/cipher -lang=go1.25 -std -complete -installsuffix shared -buildid o0K3q3km1NpVu9UlVhNm/o0K3q3km1NpVu9UlVhNm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b085/importcfg -pack /root/.go/src/crypto/cipher/cbc.go /root/.go/src/crypto/cipher/cfb.go /root/.go/src/crypto/cipher/cipher.go /root/.go/src/crypto/cipher/ctr.go /root/.go/src/crypto/cipher/gcm.go /root/.go/src/crypto/cipher/io.go /root/.go/src/crypto/cipher/ofb.go
2025-08-20T21:26:03.1490212Z [00:02:17.271]➜  go tool buildid -w $WORK/b076/_pkg_.a # internal
2025-08-20T21:26:03.1515743Z [00:02:17.274]➜  cp $WORK/b076/_pkg_.a /root/.cache/go-build/cb/cb62df39b94cbf5f4fd66e857d11f994f7f846fc128dea5432b97012aef87e68-d # internal
2025-08-20T21:26:03.1522355Z [00:02:17.274]➜  compress/gzip
2025-08-20T21:26:03.1522907Z [00:02:17.274]➜  mkdir -p $WORK/b075/
2025-08-20T21:26:03.1525972Z [00:02:17.275]➜  cat >/tmp/go-build548448651/b075/importcfg << 'EOF' # internal
2025-08-20T21:26:03.1528079Z [00:02:17.275]➜  # import config
2025-08-20T21:26:03.1530865Z [00:02:17.275]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:03.1531771Z [00:02:17.275]➜  packagefile compress/flate=/tmp/go-build548448651/b076/_pkg_.a
2025-08-20T21:26:03.1532720Z [00:02:17.275]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:03.1533945Z [00:02:17.275]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:03.1534746Z [00:02:17.275]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:03.1535558Z [00:02:17.275]➜  packagefile hash/crc32=/tmp/go-build548448651/b079/_pkg_.a
2025-08-20T21:26:03.1536388Z [00:02:17.275]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:03.1537172Z [00:02:17.275]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:03.1537775Z [00:02:17.275]➜  EOF
2025-08-20T21:26:03.1540742Z [00:02:17.275]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b075/_pkg_.a -trimpath "/root/.go/src/compress/gzip=>compress/gzip;$WORK/b075=>" -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/b075/importcfg -pack /root/.go/src/compress/gzip/gunzip.go /root/.go/src/compress/gzip/gzip.go
2025-08-20T21:26:03.1746550Z [00:02:17.297]➜  go tool buildid -w $WORK/b085/_pkg_.a # internal
2025-08-20T21:26:03.1760920Z [00:02:17.298]➜  cp $WORK/b085/_pkg_.a /root/.cache/go-build/bc/bce84b5643684eb4e918943ce32ab07e865e819d2e645d0acd34fce738d6a4f7-d # internal
2025-08-20T21:26:03.1763463Z [00:02:17.299]➜  crypto/internal/boring
2025-08-20T21:26:03.1764053Z [00:02:17.299]➜  mkdir -p $WORK/b083/
2025-08-20T21:26:03.1765473Z [00:02:17.299]➜  cat >/tmp/go-build548448651/b083/importcfg << 'EOF' # internal
2025-08-20T21:26:03.1767403Z [00:02:17.299]➜  # import config
2025-08-20T21:26:03.1768094Z [00:02:17.299]➜  packagefile crypto=/tmp/go-build548448651/b084/_pkg_.a
2025-08-20T21:26:03.1769160Z [00:02:17.299]➜  packagefile crypto/cipher=/tmp/go-build548448651/b085/_pkg_.a
2025-08-20T21:26:03.1770517Z [00:02:17.299]➜  packagefile crypto/internal/boring/sig=/tmp/go-build548448651/b107/_pkg_.a
2025-08-20T21:26:03.1771491Z [00:02:17.299]➜  packagefile hash=/tmp/go-build548448651/b080/_pkg_.a
2025-08-20T21:26:03.1772140Z [00:02:17.299]➜  EOF
2025-08-20T21:26:03.1775505Z [00:02:17.299]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b083/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring=>crypto/internal/boring;$WORK/b083=>" -p crypto/internal/boring -lang=go1.25 -std -complete -installsuffix shared -buildid W3zLiifb2SZOjBXz5Ugx/W3zLiifb2SZOjBXz5Ugx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b083/importcfg -pack /root/.go/src/crypto/internal/boring/doc.go /root/.go/src/crypto/internal/boring/notboring.go
2025-08-20T21:26:03.2094065Z [00:02:17.332]➜  go tool buildid -w $WORK/b083/_pkg_.a # internal
2025-08-20T21:26:03.2104536Z [00:02:17.333]➜  cp $WORK/b083/_pkg_.a /root/.cache/go-build/21/218cf35c4ded279c8ffd329e9deaeed9c22d44444e8f0dbe0226e594c32e9258-d # internal
2025-08-20T21:26:03.2114342Z [00:02:17.334]➜  math/big
2025-08-20T21:26:03.2116841Z [00:02:17.334]➜  mkdir -p $WORK/b108/
2025-08-20T21:26:03.2120823Z [00:02:17.334]➜  echo -n > $WORK/b108/go_asm.h # internal
2025-08-20T21:26:03.2121483Z [00:02:17.335]➜  cd /root/.go/src/math/big
2025-08-20T21:26:03.2126742Z [00:02:17.335]➜  /root/.go/pkg/tool/linux_amd64/asm -p math/big -trimpath "/root/.go/src/math/big=>math/big;$WORK/b108=>" -I $WORK/b108/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b108/symabis ./arith_amd64.s
2025-08-20T21:26:03.2160831Z [00:02:17.338]➜  go tool buildid -w $WORK/b164/_pkg_.a # internal
2025-08-20T21:26:03.2198898Z [00:02:17.342]➜  go tool buildid -w $WORK/b075/_pkg_.a # internal
2025-08-20T21:26:03.2209719Z [00:02:17.343]➜  cp $WORK/b075/_pkg_.a /root/.cache/go-build/b3/b3d01eff872d1061af7a6268f67170d50a1e8efb8d87f7700b66075164e92476-d # internal
2025-08-20T21:26:03.2212465Z [00:02:17.344]➜  crypto/aes
2025-08-20T21:26:03.2213462Z [00:02:17.344]➜  mkdir -p $WORK/b111/
2025-08-20T21:26:03.2223385Z [00:02:17.344]➜  cat >/tmp/go-build548448651/b111/importcfg << 'EOF' # internal
2025-08-20T21:26:03.2224101Z [00:02:17.344]➜  # import config
2025-08-20T21:26:03.2225046Z [00:02:17.344]➜  packagefile crypto/cipher=/tmp/go-build548448651/b085/_pkg_.a
2025-08-20T21:26:03.2225950Z [00:02:17.344]➜  packagefile crypto/internal/boring=/tmp/go-build548448651/b083/_pkg_.a
2025-08-20T21:26:03.2226935Z [00:02:17.344]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build548448651/b086/_pkg_.a
2025-08-20T21:26:03.2227824Z [00:02:17.344]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:03.2249509Z [00:02:17.345]➜  EOF
2025-08-20T21:26:03.2250487Z [00:02:17.345]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:03.2253652Z [00:02:17.345]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b111/_pkg_.a -trimpath "/root/.go/src/crypto/aes=>crypto/aes;$WORK/b111=>" -p crypto/aes -lang=go1.25 -std -complete -installsuffix shared -buildid diuGuXsZc3J5Dik1QbrO/diuGuXsZc3J5Dik1QbrO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b111/importcfg -pack /root/.go/src/crypto/aes/aes.go
2025-08-20T21:26:03.2263384Z [00:02:17.349]➜  cp $WORK/b164/_pkg_.a /root/.cache/go-build/06/06a0e7492f28604af6f2f56aa2509ee306251e418e22c086fee312fc8ad65e5f-d # internal
2025-08-20T21:26:03.2283350Z [00:02:17.351]➜  crypto/des
2025-08-20T21:26:03.2287783Z [00:02:17.351]➜  mkdir -p $WORK/b112/
2025-08-20T21:26:03.2288716Z [00:02:17.351]➜  cat >/tmp/go-build548448651/b112/importcfg << 'EOF' # internal
2025-08-20T21:26:03.2289441Z [00:02:17.351]➜  # import config
2025-08-20T21:26:03.2290157Z [00:02:17.351]➜  packagefile crypto/cipher=/tmp/go-build548448651/b085/_pkg_.a
2025-08-20T21:26:03.2291249Z [00:02:17.351]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build548448651/b089/_pkg_.a
2025-08-20T21:26:03.2292436Z [00:02:17.351]➜  packagefile crypto/internal/fips140only=/tmp/go-build548448651/b105/_pkg_.a
2025-08-20T21:26:03.2293727Z [00:02:17.351]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:03.2294753Z [00:02:17.351]➜  packagefile internal/byteorder=/tmp/go-build548448651/b013/_pkg_.a
2025-08-20T21:26:03.2295706Z [00:02:17.351]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:03.2296601Z [00:02:17.351]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:03.2297260Z [00:02:17.351]➜  EOF
2025-08-20T21:26:03.2303860Z [00:02:17.352]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b112/_pkg_.a -trimpath "/root/.go/src/crypto/des=>crypto/des;$WORK/b112=>" -p crypto/des -lang=go1.25 -std -complete -installsuffix shared -buildid ndYjqEuglbAPKXBV7bdO/ndYjqEuglbAPKXBV7bdO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b112/importcfg -pack /root/.go/src/crypto/des/block.go /root/.go/src/crypto/des/cipher.go /root/.go/src/crypto/des/const.go
2025-08-20T21:26:03.2307412Z [00:02:17.352]➜  cat >/tmp/go-build548448651/b108/importcfg << 'EOF' # internal
2025-08-20T21:26:03.2308763Z [00:02:17.352]➜  # import config
2025-08-20T21:26:03.2309725Z [00:02:17.352]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:03.2310809Z [00:02:17.352]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:03.2311958Z [00:02:17.352]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:03.2313106Z [00:02:17.352]➜  packagefile internal/byteorder=/tmp/go-build548448651/b013/_pkg_.a
2025-08-20T21:26:03.2314442Z [00:02:17.352]➜  packagefile internal/cpu=/tmp/go-build548448651/b012/_pkg_.a
2025-08-20T21:26:03.2316447Z [00:02:17.352]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:03.2317298Z [00:02:17.352]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:03.2318202Z [00:02:17.352]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:03.2319285Z [00:02:17.352]➜  packagefile math/rand=/tmp/go-build548448651/b109/_pkg_.a
2025-08-20T21:26:03.2320176Z [00:02:17.353]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:03.2321035Z [00:02:17.353]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:03.2321877Z [00:02:17.353]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:03.2323029Z [00:02:17.353]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:03.2323669Z [00:02:17.353]➜  EOF
2025-08-20T21:26:03.2331858Z [00:02:17.353]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b108/_pkg_.a -trimpath "/root/.go/src/math/big=>math/big;$WORK/b108=>" -p math/big -lang=go1.25 -std -installsuffix shared -buildid JofwGRdBClRX1fvGbU-v/JofwGRdBClRX1fvGbU-v -goversion go1.25.0 -symabis $WORK/b108/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b108/importcfg -pack -asmhdr $WORK/b108/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-20T21:26:03.2483760Z [00:02:17.371]➜  go tool buildid -w $WORK/b111/_pkg_.a # internal
2025-08-20T21:26:03.2487853Z [00:02:17.371]➜  cp $WORK/b111/_pkg_.a /root/.cache/go-build/45/4560f6707a99ea99c7c921edfecb487d903706ea47866805fb63c9e71afbe69a-d # internal
2025-08-20T21:26:03.2510850Z [00:02:17.371]➜  crypto/ecdh
2025-08-20T21:26:03.2511454Z [00:02:17.371]➜  mkdir -p $WORK/b113/
2025-08-20T21:26:03.2512512Z [00:02:17.372]➜  cat >/tmp/go-build548448651/b113/importcfg << 'EOF' # internal
2025-08-20T21:26:03.2513297Z [00:02:17.372]➜  # import config
2025-08-20T21:26:03.2514000Z [00:02:17.372]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:03.2514870Z [00:02:17.372]➜  packagefile crypto=/tmp/go-build548448651/b084/_pkg_.a
2025-08-20T21:26:03.2515854Z [00:02:17.372]➜  packagefile crypto/internal/boring=/tmp/go-build548448651/b083/_pkg_.a
2025-08-20T21:26:03.2516972Z [00:02:17.372]➜  packagefile crypto/internal/fips140/ecdh=/tmp/go-build548448651/b114/_pkg_.a
2025-08-20T21:26:03.2518249Z [00:02:17.372]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build548448651/b117/_pkg_.a
2025-08-20T21:26:03.2519689Z [00:02:17.372]➜  packagefile crypto/internal/fips140only=/tmp/go-build548448651/b105/_pkg_.a
2025-08-20T21:26:03.2520776Z [00:02:17.372]➜  packagefile crypto/internal/randutil=/tmp/go-build548448651/b103/_pkg_.a
2025-08-20T21:26:03.2521890Z [00:02:17.372]➜  packagefile crypto/subtle=/tmp/go-build548448651/b106/_pkg_.a
2025-08-20T21:26:03.2533443Z [00:02:17.372]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:03.2534314Z [00:02:17.372]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:03.2534968Z [00:02:17.372]➜  EOF
2025-08-20T21:26:03.2538184Z [00:02:17.372]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b113/_pkg_.a -trimpath "/root/.go/src/crypto/ecdh=>crypto/ecdh;$WORK/b113=>" -p crypto/ecdh -lang=go1.25 -std -complete -installsuffix shared -buildid ovpeGK47S8GeqgKCwR1i/ovpeGK47S8GeqgKCwR1i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b113/importcfg -pack /root/.go/src/crypto/ecdh/ecdh.go /root/.go/src/crypto/ecdh/nist.go /root/.go/src/crypto/ecdh/x25519.go
2025-08-20T21:26:03.2800385Z [00:02:17.402]➜  go tool buildid -w $WORK/b112/_pkg_.a # internal
2025-08-20T21:26:03.2816274Z [00:02:17.403]➜  cp $WORK/b112/_pkg_.a /root/.cache/go-build/c4/c431769c6541c6d6ae9d3eb5ae089332700228499a65007d261155420ece1702-d # internal
2025-08-20T21:26:03.2819219Z [00:02:17.404]➜  crypto/internal/fips140/ecdsa
2025-08-20T21:26:03.2819848Z [00:02:17.404]➜  mkdir -p $WORK/b121/
2025-08-20T21:26:03.2821928Z [00:02:17.404]➜  cat >/tmp/go-build548448651/b121/importcfg << 'EOF' # internal
2025-08-20T21:26:03.2824557Z [00:02:17.404]➜  # import config
2025-08-20T21:26:03.2826230Z [00:02:17.404]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:03.2827208Z [00:02:17.404]➜  packagefile crypto/internal/fips140=/tmp/go-build548448651/b087/_pkg_.a
2025-08-20T21:26:03.2849922Z [00:02:17.404]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build548448651/b122/_pkg_.a
2025-08-20T21:26:03.2851114Z [00:02:17.404]➜  packagefile crypto/internal/fips140/check=/tmp/go-build548448651/b090/_pkg_.a
2025-08-20T21:26:03.2852255Z [00:02:17.404]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build548448651/b100/_pkg_.a
2025-08-20T21:26:03.2853319Z [00:02:17.405]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build548448651/b091/_pkg_.a
2025-08-20T21:26:03.2854458Z [00:02:17.405]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build548448651/b115/_pkg_.a
2025-08-20T21:26:03.2855668Z [00:02:17.405]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build548448651/b098/_pkg_.a
2025-08-20T21:26:03.2856678Z [00:02:17.405]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:03.2857486Z [00:02:17.405]➜  packagefile hash=/tmp/go-build548448651/b080/_pkg_.a
2025-08-20T21:26:03.2858261Z [00:02:17.405]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:03.2859266Z [00:02:17.405]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:03.2859868Z [00:02:17.405]➜  EOF
2025-08-20T21:26:03.2864689Z [00:02:17.408]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b121/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ecdsa=>crypto/internal/fips140/ecdsa;$WORK/b121=>" -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/b121/importcfg -pack /root/.go/src/crypto/internal/fips140/ecdsa/cast.go /root/.go/src/crypto/internal/fips140/ecdsa/ecdsa.go /root/.go/src/crypto/internal/fips140/ecdsa/ecdsa_noasm.go /root/.go/src/crypto/internal/fips140/ecdsa/hmacdrbg.go
2025-08-20T21:26:03.3702846Z [00:02:17.493]➜  go tool buildid -w $WORK/b113/_pkg_.a # internal
2025-08-20T21:26:03.3720906Z [00:02:17.494]➜  cp $WORK/b113/_pkg_.a /root/.cache/go-build/fb/fbfc80f107c3fda320eec7630e582bd48c2d008a3f86ab22e80f826ed8e69e79-d # internal
2025-08-20T21:26:03.3754672Z [00:02:17.498]➜  crypto/sha512
2025-08-20T21:26:03.3755257Z [00:02:17.498]➜  mkdir -p $WORK/b127/
2025-08-20T21:26:03.3764250Z [00:02:17.499]➜  cat >/tmp/go-build548448651/b127/importcfg << 'EOF' # internal
2025-08-20T21:26:03.3765287Z [00:02:17.499]➜  # import config
2025-08-20T21:26:03.3766135Z [00:02:17.499]➜  packagefile crypto=/tmp/go-build548448651/b084/_pkg_.a
2025-08-20T21:26:03.3767326Z [00:02:17.499]➜  packagefile crypto/internal/boring=/tmp/go-build548448651/b083/_pkg_.a
2025-08-20T21:26:03.3768715Z [00:02:17.499]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build548448651/b098/_pkg_.a
2025-08-20T21:26:03.3769916Z [00:02:17.499]➜  packagefile hash=/tmp/go-build548448651/b080/_pkg_.a
2025-08-20T21:26:03.3770750Z [00:02:17.499]➜  EOF
2025-08-20T21:26:03.3815636Z [00:02:17.504]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b127/_pkg_.a -trimpath "/root/.go/src/crypto/sha512=>crypto/sha512;$WORK/b127=>" -p crypto/sha512 -lang=go1.25 -std -complete -installsuffix shared -buildid PP4uRN6WNmk3BXz4RjQ5/PP4uRN6WNmk3BXz4RjQ5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b127/importcfg -pack /root/.go/src/crypto/sha512/sha512.go
2025-08-20T21:26:03.3977158Z [00:02:17.520]➜  go tool buildid -w $WORK/b121/_pkg_.a # internal
2025-08-20T21:26:03.4002853Z [00:02:17.523]➜  go tool buildid -w $WORK/b127/_pkg_.a # internal
2025-08-20T21:26:03.4011669Z [00:02:17.523]➜  cp $WORK/b127/_pkg_.a /root/.cache/go-build/25/25ddd1309b3531a12cd8730f71229fc47f1628df52d676365bc0d01b9a949c77-d # internal
2025-08-20T21:26:03.4012895Z [00:02:17.523]➜  crypto/internal/fips140/ed25519
2025-08-20T21:26:03.4013511Z [00:02:17.523]➜  mkdir -p $WORK/b132/
2025-08-20T21:26:03.4015259Z [00:02:17.524]➜  cat >/tmp/go-build548448651/b132/importcfg << 'EOF' # internal
2025-08-20T21:26:03.4016533Z [00:02:17.524]➜  # import config
2025-08-20T21:26:03.4017518Z [00:02:17.524]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:03.4019043Z [00:02:17.524]➜  packagefile crypto/internal/fips140=/tmp/go-build548448651/b087/_pkg_.a
2025-08-20T21:26:03.4021192Z [00:02:17.524]➜  packagefile crypto/internal/fips140/check=/tmp/go-build548448651/b090/_pkg_.a
2025-08-20T21:26:03.4025157Z [00:02:17.524]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build548448651/b100/_pkg_.a
2025-08-20T21:26:03.4026378Z [00:02:17.524]➜  packagefile crypto/internal/fips140/edwards25519=/tmp/go-build548448651/b133/_pkg_.a
2025-08-20T21:26:03.4027845Z [00:02:17.524]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build548448651/b098/_pkg_.a
2025-08-20T21:26:03.4029080Z [00:02:17.524]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:03.4029977Z [00:02:17.524]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:03.4030823Z [00:02:17.524]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:03.4031446Z [00:02:17.524]➜  EOF
2025-08-20T21:26:03.4035293Z [00:02:17.525]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b132/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ed25519=>crypto/internal/fips140/ed25519;$WORK/b132=>" -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/b132/importcfg -pack /root/.go/src/crypto/internal/fips140/ed25519/cast.go /root/.go/src/crypto/internal/fips140/ed25519/ed25519.go
2025-08-20T21:26:03.4041243Z [00:02:17.526]➜  cp $WORK/b121/_pkg_.a /root/.cache/go-build/3b/3bbfd9fd94ac9cf2de369327fa8f9fe9a4811c3f7b0a8542849e253eeb144fda-d # internal
2025-08-20T21:26:03.4063899Z [00:02:17.529]➜  crypto/hkdf
2025-08-20T21:26:03.4066396Z [00:02:17.529]➜  mkdir -p $WORK/b134/
2025-08-20T21:26:03.4068977Z [00:02:17.529]➜  cat >/tmp/go-build548448651/b134/importcfg << 'EOF' # internal
2025-08-20T21:26:03.4080711Z [00:02:17.529]➜  # import config
2025-08-20T21:26:03.4081590Z [00:02:17.529]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build548448651/b135/_pkg_.a
2025-08-20T21:26:03.4082733Z [00:02:17.529]➜  packagefile crypto/internal/fips140hash=/tmp/go-build548448651/b125/_pkg_.a
2025-08-20T21:26:03.4083887Z [00:02:17.529]➜  packagefile crypto/internal/fips140only=/tmp/go-build548448651/b105/_pkg_.a
2025-08-20T21:26:03.4084894Z [00:02:17.529]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:03.4085723Z [00:02:17.529]➜  packagefile hash=/tmp/go-build548448651/b080/_pkg_.a
2025-08-20T21:26:03.4086356Z [00:02:17.529]➜  EOF
2025-08-20T21:26:03.4089296Z [00:02:17.529]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b134/_pkg_.a -trimpath "/root/.go/src/crypto/hkdf=>crypto/hkdf;$WORK/b134=>" -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/b134/importcfg -pack /root/.go/src/crypto/hkdf/hkdf.go
2025-08-20T21:26:03.4314481Z [00:02:17.554]➜  go tool buildid -w $WORK/b134/_pkg_.a # internal
2025-08-20T21:26:03.4323909Z [00:02:17.555]➜  cp $WORK/b134/_pkg_.a /root/.cache/go-build/c6/c6bec0dc94a2af0401f7bd13ba310d33f2423bafe6a30653c430f9b1383f6ace-d # internal
2025-08-20T21:26:03.4325692Z [00:02:17.555]➜  crypto/hmac
2025-08-20T21:26:03.4327873Z [00:02:17.555]➜  mkdir -p $WORK/b136/
2025-08-20T21:26:03.4343417Z [00:02:17.557]➜  cat >/tmp/go-build548448651/b136/importcfg << 'EOF' # internal
2025-08-20T21:26:03.4344435Z [00:02:17.557]➜  # import config
2025-08-20T21:26:03.4345627Z [00:02:17.557]➜  packagefile crypto/internal/boring=/tmp/go-build548448651/b083/_pkg_.a
2025-08-20T21:26:03.4347022Z [00:02:17.557]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build548448651/b091/_pkg_.a
2025-08-20T21:26:03.4348402Z [00:02:17.557]➜  packagefile crypto/internal/fips140hash=/tmp/go-build548448651/b125/_pkg_.a
2025-08-20T21:26:03.4350236Z [00:02:17.557]➜  packagefile crypto/internal/fips140only=/tmp/go-build548448651/b105/_pkg_.a
2025-08-20T21:26:03.4351234Z [00:02:17.557]➜  packagefile crypto/subtle=/tmp/go-build548448651/b106/_pkg_.a
2025-08-20T21:26:03.4352072Z [00:02:17.557]➜  packagefile hash=/tmp/go-build548448651/b080/_pkg_.a
2025-08-20T21:26:03.4352667Z [00:02:17.557]➜  EOF
2025-08-20T21:26:03.4355662Z [00:02:17.557]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b136/_pkg_.a -trimpath "/root/.go/src/crypto/hmac=>crypto/hmac;$WORK/b136=>" -p crypto/hmac -lang=go1.25 -std -complete -installsuffix shared -buildid trw10WIwcdjlZMqH3A48/trw10WIwcdjlZMqH3A48 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b136/importcfg -pack /root/.go/src/crypto/hmac/hmac.go
2025-08-20T21:26:03.4729529Z [00:02:17.595]➜  go tool buildid -w $WORK/b136/_pkg_.a # internal
2025-08-20T21:26:03.4749575Z [00:02:17.597]➜  cp $WORK/b136/_pkg_.a /root/.cache/go-build/a7/a77bc605ff3289e781c9d9d2da445c82a40e31e9d7124465e2f2cc1734a128a3-d # internal
2025-08-20T21:26:03.4758267Z [00:02:17.598]➜  crypto/internal/fips140/mlkem
2025-08-20T21:26:03.4761136Z [00:02:17.598]➜  mkdir -p $WORK/b137/
2025-08-20T21:26:03.4771650Z [00:02:17.599]➜  cat >/tmp/go-build548448651/b137/importcfg << 'EOF' # internal
2025-08-20T21:26:03.4776352Z [00:02:17.599]➜  # import config
2025-08-20T21:26:03.4777075Z [00:02:17.599]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:03.4778062Z [00:02:17.599]➜  packagefile crypto/internal/fips140=/tmp/go-build548448651/b087/_pkg_.a
2025-08-20T21:26:03.4779431Z [00:02:17.599]➜  packagefile crypto/internal/fips140/check=/tmp/go-build548448651/b090/_pkg_.a
2025-08-20T21:26:03.4780608Z [00:02:17.599]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build548448651/b100/_pkg_.a
2025-08-20T21:26:03.4781736Z [00:02:17.599]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build548448651/b096/_pkg_.a
2025-08-20T21:26:03.4782871Z [00:02:17.599]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build548448651/b097/_pkg_.a
2025-08-20T21:26:03.4784065Z [00:02:17.600]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build548448651/b093/_pkg_.a
2025-08-20T21:26:03.4785073Z [00:02:17.600]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:03.4785686Z [00:02:17.600]➜  EOF
2025-08-20T21:26:03.4790435Z [00:02:17.600]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b137/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/mlkem=>crypto/internal/fips140/mlkem;$WORK/b137=>" -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/b137/importcfg -pack /root/.go/src/crypto/internal/fips140/mlkem/cast.go /root/.go/src/crypto/internal/fips140/mlkem/field.go /root/.go/src/crypto/internal/fips140/mlkem/mlkem1024.go /root/.go/src/crypto/internal/fips140/mlkem/mlkem768.go
2025-08-20T21:26:03.4861725Z [00:02:17.608]➜  go tool buildid -w $WORK/b132/_pkg_.a # internal
2025-08-20T21:26:03.4904653Z [00:02:17.613]➜  cp $WORK/b132/_pkg_.a /root/.cache/go-build/46/460c8db732d68f249f9c830e71772a6351a13924cd4b30f718449eaf7ae9e049-d # internal
2025-08-20T21:26:03.4920031Z [00:02:17.613]➜  vendor/golang.org/x/crypto/chacha20
2025-08-20T21:26:03.4920682Z [00:02:17.613]➜  mkdir -p $WORK/b142/
2025-08-20T21:26:03.4921421Z [00:02:17.613]➜  cat >/tmp/go-build548448651/b142/importcfg << 'EOF' # internal
2025-08-20T21:26:03.4922101Z [00:02:17.613]➜  # import config
2025-08-20T21:26:03.4922971Z [00:02:17.613]➜  importmap golang.org/x/crypto/internal/alias=vendor/golang.org/x/crypto/internal/alias
2025-08-20T21:26:03.4924069Z [00:02:17.613]➜  packagefile crypto/cipher=/tmp/go-build548448651/b085/_pkg_.a
2025-08-20T21:26:03.4924979Z [00:02:17.613]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:03.4925855Z [00:02:17.613]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:03.4926900Z [00:02:17.613]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build548448651/b143/_pkg_.a
2025-08-20T21:26:03.4927925Z [00:02:17.613]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:03.4929280Z [00:02:17.613]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:03.4929903Z [00:02:17.613]➜  EOF
2025-08-20T21:26:03.4934580Z [00:02:17.613]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b142/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20=>vendor/golang.org/x/crypto/chacha20;$WORK/b142=>" -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/b142/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-20T21:26:03.5562754Z [00:02:17.678]➜  go tool buildid -w $WORK/b052/_pkg_.a # internal
2025-08-20T21:26:03.5641526Z [00:02:17.686]➜  cp $WORK/b052/_pkg_.a /root/.cache/go-build/dd/dd81ad94792162414079265dbb32fd9555378cbea60961a37b547620341afafd-d # internal
2025-08-20T21:26:03.5646963Z [00:02:17.687]➜  crypto/md5
2025-08-20T21:26:03.5652657Z [00:02:17.687]➜  mkdir -p $WORK/b146/
2025-08-20T21:26:03.5653202Z [00:02:17.687]➜  echo -n > $WORK/b146/go_asm.h # internal
2025-08-20T21:26:03.5653750Z [00:02:17.687]➜  cd /root/.go/src/crypto/md5
2025-08-20T21:26:03.5655707Z [00:02:17.687]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/md5 -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b146=>" -I $WORK/b146/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b146/symabis ./md5block_amd64.s
2025-08-20T21:26:03.5731543Z [00:02:17.693]➜  cat >/tmp/go-build548448651/b146/importcfg << 'EOF' # internal
2025-08-20T21:26:03.5736103Z [00:02:17.693]➜  # import config
2025-08-20T21:26:03.5736830Z [00:02:17.693]➜  packagefile crypto=/tmp/go-build548448651/b084/_pkg_.a
2025-08-20T21:26:03.5737868Z [00:02:17.693]➜  packagefile crypto/internal/fips140only=/tmp/go-build548448651/b105/_pkg_.a
2025-08-20T21:26:03.5739072Z [00:02:17.693]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:03.5739938Z [00:02:17.693]➜  packagefile hash=/tmp/go-build548448651/b080/_pkg_.a
2025-08-20T21:26:03.5740865Z [00:02:17.693]➜  packagefile internal/byteorder=/tmp/go-build548448651/b013/_pkg_.a
2025-08-20T21:26:03.5741805Z [00:02:17.693]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:03.5742475Z [00:02:17.693]➜  EOF
2025-08-20T21:26:03.5743050Z [00:02:17.693]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:03.5746799Z [00:02:17.693]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b146/_pkg_.a -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b146=>" -p crypto/md5 -lang=go1.25 -std -installsuffix shared -buildid xzJNDPgMPDB6jckQO8_3/xzJNDPgMPDB6jckQO8_3 -goversion go1.25.0 -symabis $WORK/b146/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b146/importcfg -pack -asmhdr $WORK/b146/go_asm.h /root/.go/src/crypto/md5/md5.go /root/.go/src/crypto/md5/md5block.go /root/.go/src/crypto/md5/md5block_decl.go
2025-08-20T21:26:03.5755598Z [00:02:17.698]➜  go tool buildid -w $WORK/b142/_pkg_.a # internal
2025-08-20T21:26:03.5767497Z [00:02:17.699]➜  cp $WORK/b142/_pkg_.a /root/.cache/go-build/b8/b804fe124ef072873a1051637f26545b29f76fe15a0e3a52c8ad5fc1018740ea-d # internal
2025-08-20T21:26:03.5790838Z [00:02:17.701]➜  vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T21:26:03.5797149Z [00:02:17.702]➜  mkdir -p $WORK/b141/
2025-08-20T21:26:03.5798072Z [00:02:17.702]➜  echo -n > $WORK/b141/go_asm.h # internal
2025-08-20T21:26:03.5801309Z [00:02:17.702]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T21:26:03.5804481Z [00:02:17.702]➜  /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/b141=>" -I $WORK/b141/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b141/symabis ./chacha20poly1305_amd64.s
2025-08-20T21:26:03.6192208Z [00:02:17.741]➜  go tool buildid -w $WORK/b137/_pkg_.a # internal
2025-08-20T21:26:03.6215482Z [00:02:17.743]➜  cat >/tmp/go-build548448651/b141/importcfg << 'EOF' # internal
2025-08-20T21:26:03.6217298Z [00:02:17.744]➜  # import config
2025-08-20T21:26:03.6218111Z [00:02:17.744]➜  importmap golang.org/x/crypto/chacha20=vendor/golang.org/x/crypto/chacha20
2025-08-20T21:26:03.6219793Z [00:02:17.744]➜  importmap golang.org/x/crypto/internal/alias=vendor/golang.org/x/crypto/internal/alias
2025-08-20T21:26:03.6221148Z [00:02:17.744]➜  importmap golang.org/x/crypto/internal/poly1305=vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T21:26:03.6222268Z [00:02:17.744]➜  importmap golang.org/x/sys/cpu=vendor/golang.org/x/sys/cpu
2025-08-20T21:26:03.6223162Z [00:02:17.744]➜  packagefile crypto/cipher=/tmp/go-build548448651/b085/_pkg_.a
2025-08-20T21:26:03.6224063Z [00:02:17.744]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:03.6224932Z [00:02:17.744]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:03.6225951Z [00:02:17.744]➜  packagefile vendor/golang.org/x/crypto/chacha20=/tmp/go-build548448651/b142/_pkg_.a
2025-08-20T21:26:03.6227192Z [00:02:17.744]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build548448651/b143/_pkg_.a
2025-08-20T21:26:03.6228645Z [00:02:17.744]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/tmp/go-build548448651/b144/_pkg_.a
2025-08-20T21:26:03.6229874Z [00:02:17.744]➜  packagefile vendor/golang.org/x/sys/cpu=/tmp/go-build548448651/b145/_pkg_.a
2025-08-20T21:26:03.6230616Z [00:02:17.744]➜  EOF
2025-08-20T21:26:03.6231147Z [00:02:17.744]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:03.6237420Z [00:02:17.744]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b141/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305=>vendor/golang.org/x/crypto/chacha20poly1305;$WORK/b141=>" -p vendor/golang.org/x/crypto/chacha20poly1305 -lang=go1.25 -std -installsuffix shared -buildid r9wCMlKr00PnpKYqFOHA/r9wCMlKr00PnpKYqFOHA -goversion go1.25.0 -symabis $WORK/b141/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b141/importcfg -pack -asmhdr $WORK/b141/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-20T21:26:03.6254492Z [00:02:17.748]➜  cp $WORK/b137/_pkg_.a /root/.cache/go-build/29/2905bf4ab17fd6e8c924db184596c8ad0679ed8ef6869776386409dcad23d878-d # internal
2025-08-20T21:26:03.6285220Z [00:02:17.751]➜  crypto/rc4
2025-08-20T21:26:03.6285815Z [00:02:17.751]➜  mkdir -p $WORK/b147/
2025-08-20T21:26:03.6292438Z [00:02:17.751]➜  cat >/tmp/go-build548448651/b147/importcfg << 'EOF' # internal
2025-08-20T21:26:03.6299815Z [00:02:17.751]➜  # import config
2025-08-20T21:26:03.6300711Z [00:02:17.751]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build548448651/b089/_pkg_.a
2025-08-20T21:26:03.6301937Z [00:02:17.751]➜  packagefile crypto/internal/fips140only=/tmp/go-build548448651/b105/_pkg_.a
2025-08-20T21:26:03.6302945Z [00:02:17.751]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:03.6303803Z [00:02:17.751]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:03.6307876Z [00:02:17.751]➜  EOF
2025-08-20T21:26:03.6310770Z [00:02:17.752]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b147/_pkg_.a -trimpath "/root/.go/src/crypto/rc4=>crypto/rc4;$WORK/b147=>" -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/b147/importcfg -pack /root/.go/src/crypto/rc4/rc4.go
2025-08-20T21:26:03.6493910Z [00:02:17.772]➜  go tool buildid -w $WORK/b147/_pkg_.a # internal
2025-08-20T21:26:03.6499102Z [00:02:17.772]➜  cp $WORK/b147/_pkg_.a /root/.cache/go-build/ba/ba69c36b33eec064608b3f2edf09a5313f37f2ca175db3a3bd90d25bbec62734-d # internal
2025-08-20T21:26:03.6500319Z [00:02:17.772]➜  crypto/internal/fips140/rsa
2025-08-20T21:26:03.6501104Z [00:02:17.772]➜  mkdir -p $WORK/b149/
2025-08-20T21:26:03.6505955Z [00:02:17.773]➜  cat >/tmp/go-build548448651/b149/importcfg << 'EOF' # internal
2025-08-20T21:26:03.6508320Z [00:02:17.773]➜  # import config
2025-08-20T21:26:03.6509563Z [00:02:17.773]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:03.6510625Z [00:02:17.773]➜  packagefile crypto/internal/fips140=/tmp/go-build548448651/b087/_pkg_.a
2025-08-20T21:26:03.6511807Z [00:02:17.773]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build548448651/b122/_pkg_.a
2025-08-20T21:26:03.6513095Z [00:02:17.773]➜  packagefile crypto/internal/fips140/check=/tmp/go-build548448651/b090/_pkg_.a
2025-08-20T21:26:03.6514306Z [00:02:17.773]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build548448651/b100/_pkg_.a
2025-08-20T21:26:03.6515527Z [00:02:17.773]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build548448651/b092/_pkg_.a
2025-08-20T21:26:03.6516732Z [00:02:17.773]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build548448651/b096/_pkg_.a
2025-08-20T21:26:03.6517907Z [00:02:17.773]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build548448651/b098/_pkg_.a
2025-08-20T21:26:03.6519349Z [00:02:17.773]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build548448651/b097/_pkg_.a
2025-08-20T21:26:03.6520403Z [00:02:17.773]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:03.6521240Z [00:02:17.773]➜  packagefile hash=/tmp/go-build548448651/b080/_pkg_.a
2025-08-20T21:26:03.6522083Z [00:02:17.773]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:03.6522892Z [00:02:17.773]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:03.6523514Z [00:02:17.773]➜  EOF
2025-08-20T21:26:03.6528456Z [00:02:17.773]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b149/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/rsa=>crypto/internal/fips140/rsa;$WORK/b149=>" -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/b149/importcfg -pack /root/.go/src/crypto/internal/fips140/rsa/cast.go /root/.go/src/crypto/internal/fips140/rsa/keygen.go /root/.go/src/crypto/internal/fips140/rsa/pkcs1v15.go /root/.go/src/crypto/internal/fips140/rsa/pkcs1v22.go /root/.go/src/crypto/internal/fips140/rsa/rsa.go
2025-08-20T21:26:03.6675169Z [00:02:17.790]➜  cd /root/.go/src/crypto/md5
2025-08-20T21:26:03.6679912Z [00:02:17.790]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/md5 -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b146=>" -I $WORK/b146/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b146/md5block_amd64.o ./md5block_amd64.s
2025-08-20T21:26:03.6861322Z [00:02:17.808]➜  go tool pack r $WORK/b146/_pkg_.a $WORK/b146/md5block_amd64.o # internal
2025-08-20T21:26:03.6862166Z [00:02:17.808]➜  go tool buildid -w $WORK/b146/_pkg_.a # internal
2025-08-20T21:26:03.6872615Z [00:02:17.810]➜  cp $WORK/b146/_pkg_.a /root/.cache/go-build/ff/ffd47a7f655d2264f725b558b5a357c36e8f498bf298877889e4508c649663ea-d # internal
2025-08-20T21:26:03.6878980Z [00:02:17.810]➜  crypto/sha1
2025-08-20T21:26:03.6879518Z [00:02:17.810]➜  mkdir -p $WORK/b150/
2025-08-20T21:26:03.6887021Z [00:02:17.811]➜  echo -n > $WORK/b150/go_asm.h # internal
2025-08-20T21:26:03.6890957Z [00:02:17.811]➜  cd /root/.go/src/crypto/sha1
2025-08-20T21:26:03.6895293Z [00:02:17.811]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/sha1 -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b150=>" -I $WORK/b150/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b150/symabis ./sha1block_amd64.s
2025-08-20T21:26:03.6900343Z [00:02:17.812]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T21:26:03.6905514Z [00:02:17.812]➜  /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/b141=>" -I $WORK/b141/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b141/chacha20poly1305_amd64.o ./chacha20poly1305_amd64.s
2025-08-20T21:26:03.7039429Z [00:02:17.826]➜  cat >/tmp/go-build548448651/b150/importcfg << 'EOF' # internal
2025-08-20T21:26:03.7043593Z [00:02:17.826]➜  # import config
2025-08-20T21:26:03.7044300Z [00:02:17.826]➜  packagefile crypto=/tmp/go-build548448651/b084/_pkg_.a
2025-08-20T21:26:03.7045287Z [00:02:17.826]➜  packagefile crypto/internal/boring=/tmp/go-build548448651/b083/_pkg_.a
2025-08-20T21:26:03.7046372Z [00:02:17.826]➜  packagefile crypto/internal/fips140only=/tmp/go-build548448651/b105/_pkg_.a
2025-08-20T21:26:03.7047440Z [00:02:17.826]➜  packagefile crypto/internal/impl=/tmp/go-build548448651/b095/_pkg_.a
2025-08-20T21:26:03.7048394Z [00:02:17.826]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:03.7049531Z [00:02:17.826]➜  packagefile hash=/tmp/go-build548448651/b080/_pkg_.a
2025-08-20T21:26:03.7050408Z [00:02:17.826]➜  packagefile internal/byteorder=/tmp/go-build548448651/b013/_pkg_.a
2025-08-20T21:26:03.7051326Z [00:02:17.826]➜  packagefile internal/cpu=/tmp/go-build548448651/b012/_pkg_.a
2025-08-20T21:26:03.7052191Z [00:02:17.826]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:03.7052810Z [00:02:17.826]➜  EOF
2025-08-20T21:26:03.7053319Z [00:02:17.826]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:03.7057065Z [00:02:17.826]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b150/_pkg_.a -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b150=>" -p crypto/sha1 -lang=go1.25 -std -installsuffix shared -buildid KgYea1Pdw3hJNrGRYkZX/KgYea1Pdw3hJNrGRYkZX -goversion go1.25.0 -symabis $WORK/b150/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b150/importcfg -pack -asmhdr $WORK/b150/go_asm.h /root/.go/src/crypto/sha1/sha1.go /root/.go/src/crypto/sha1/sha1block.go /root/.go/src/crypto/sha1/sha1block_amd64.go
2025-08-20T21:26:03.7355848Z [00:02:17.858]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T21:26:03.7357669Z [00:02:17.858]➜  go tool pack r $WORK/b141/_pkg_.a $WORK/b141/chacha20poly1305_amd64.o # internal
2025-08-20T21:26:03.7361227Z [00:02:17.858]➜  go tool buildid -w $WORK/b141/_pkg_.a # internal
2025-08-20T21:26:03.7426346Z [00:02:17.865]➜  cp $WORK/b141/_pkg_.a /root/.cache/go-build/5a/5a642123223ec0a3053dd76096a2a24fb98fa8a1054f42e5b9205d1bb5cde71c-d # internal
2025-08-20T21:26:03.7428210Z [00:02:17.865]➜  crypto/sha256
2025-08-20T21:26:03.7431206Z [00:02:17.865]➜  mkdir -p $WORK/b151/
2025-08-20T21:26:03.7432685Z [00:02:17.866]➜  cat >/tmp/go-build548448651/b151/importcfg << 'EOF' # internal
2025-08-20T21:26:03.7435035Z [00:02:17.866]➜  # import config
2025-08-20T21:26:03.7436009Z [00:02:17.866]➜  packagefile crypto=/tmp/go-build548448651/b084/_pkg_.a
2025-08-20T21:26:03.7440334Z [00:02:17.866]➜  packagefile crypto/internal/boring=/tmp/go-build548448651/b083/_pkg_.a
2025-08-20T21:26:03.7441483Z [00:02:17.866]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build548448651/b092/_pkg_.a
2025-08-20T21:26:03.7442484Z [00:02:17.866]➜  packagefile hash=/tmp/go-build548448651/b080/_pkg_.a
2025-08-20T21:26:03.7443505Z [00:02:17.866]➜  EOF
2025-08-20T21:26:03.7444227Z [00:02:17.866]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:03.7456200Z [00:02:17.868]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b151/_pkg_.a -trimpath "/root/.go/src/crypto/sha256=>crypto/sha256;$WORK/b151=>" -p crypto/sha256 -lang=go1.25 -std -complete -installsuffix shared -buildid 4E2ZYzolEG0nC41yvScW/4E2ZYzolEG0nC41yvScW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b151/importcfg -pack /root/.go/src/crypto/sha256/sha256.go
2025-08-20T21:26:03.7735225Z [00:02:17.896]➜  go tool buildid -w $WORK/b151/_pkg_.a # internal
2025-08-20T21:26:03.7739707Z [00:02:17.896]➜  cp $WORK/b151/_pkg_.a /root/.cache/go-build/af/af67f21b0c9aea0d2859e18ff7fc0cbed1bb4545a6faf67bd284f1443b01a9c9-d # internal
2025-08-20T21:26:03.7740811Z [00:02:17.896]➜  encoding/hex
2025-08-20T21:26:03.7741312Z [00:02:17.896]➜  mkdir -p $WORK/b157/
2025-08-20T21:26:03.7742030Z [00:02:17.896]➜  cat >/tmp/go-build548448651/b157/importcfg << 'EOF' # internal
2025-08-20T21:26:03.7743865Z [00:02:17.896]➜  # import config
2025-08-20T21:26:03.7744877Z [00:02:17.896]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:03.7745650Z [00:02:17.896]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:03.7746395Z [00:02:17.896]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:03.7747182Z [00:02:17.896]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:03.7747990Z [00:02:17.896]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:03.7748761Z [00:02:17.896]➜  EOF
2025-08-20T21:26:03.7751535Z [00:02:17.897]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b157/_pkg_.a -trimpath "/root/.go/src/encoding/hex=>encoding/hex;$WORK/b157=>" -p encoding/hex -lang=go1.25 -std -complete -installsuffix shared -buildid FiBd9Fuh5gov9bYEg4MY/FiBd9Fuh5gov9bYEg4MY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b157/importcfg -pack /root/.go/src/encoding/hex/hex.go
2025-08-20T21:26:03.7812693Z [00:02:17.904]➜  cd /root/.go/src/crypto/sha1
2025-08-20T21:26:03.7814842Z [00:02:17.904]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/sha1 -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b150=>" -I $WORK/b150/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b150/sha1block_amd64.o ./sha1block_amd64.s
2025-08-20T21:26:03.7923915Z [00:02:17.915]➜  go tool pack r $WORK/b150/_pkg_.a $WORK/b150/sha1block_amd64.o # internal
2025-08-20T21:26:03.7925371Z [00:02:17.915]➜  go tool buildid -w $WORK/b150/_pkg_.a # internal
2025-08-20T21:26:03.7935663Z [00:02:17.916]➜  cp $WORK/b150/_pkg_.a /root/.cache/go-build/48/48137442ca30c65917bc9a10aa7fba2118a6aac825a5066dbce46eec0794ee52-d # internal
2025-08-20T21:26:03.8101408Z [00:02:17.933]➜  runtime/cgo
2025-08-20T21:26:03.8102981Z [00:02:17.933]➜  mkdir -p $WORK/b166/
2025-08-20T21:26:03.8123597Z [00:02:17.935]➜  echo -n > $WORK/b166/preferlinkext # internal
2025-08-20T21:26:03.8125210Z [00:02:17.935]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:26:03.8127662Z [00:02:17.935]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_amd64/cgo -objdir $WORK/b166/ -importpath runtime/cgo -import_runtime_cgo=false -import_syscall=false "-ldflags=\"-O2\" \"-g\" \"-lpthread\"" -- -I $WORK/b166/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement ./cgo.go
2025-08-20T21:26:03.8528081Z [00:02:17.975]➜  go tool buildid -w $WORK/b157/_pkg_.a # internal
2025-08-20T21:26:03.8540065Z [00:02:17.976]➜  cp $WORK/b157/_pkg_.a /root/.cache/go-build/2c/2c8a9bf2224de24f2b71bf9df858c1d351152bb1587275e0ac27370978f0c37b-d # internal
2025-08-20T21:26:03.8545158Z [00:02:17.977]➜  net/url
2025-08-20T21:26:03.8545673Z [00:02:17.977]➜  mkdir -p $WORK/b167/
2025-08-20T21:26:03.8555064Z [00:02:17.978]➜  cat >/tmp/go-build548448651/b167/importcfg << 'EOF' # internal
2025-08-20T21:26:03.8555917Z [00:02:17.978]➜  # import config
2025-08-20T21:26:03.8556726Z [00:02:17.978]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:03.8557547Z [00:02:17.978]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:03.8560088Z [00:02:17.978]➜  packagefile maps=/tmp/go-build548448651/b159/_pkg_.a
2025-08-20T21:26:03.8562268Z [00:02:17.978]➜  packagefile path=/tmp/go-build548448651/b063/_pkg_.a
2025-08-20T21:26:03.8564738Z [00:02:17.978]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:03.8567604Z [00:02:17.978]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:03.8568682Z [00:02:17.978]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:03.8569326Z [00:02:17.978]➜  EOF
2025-08-20T21:26:03.8569856Z [00:02:17.978]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:03.8572867Z [00:02:17.979]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b167/_pkg_.a -trimpath "/root/.go/src/net/url=>net/url;$WORK/b167=>" -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/b167/importcfg -pack /root/.go/src/net/url/url.go
2025-08-20T21:26:03.8902278Z [00:02:18.012]➜  cd $WORK
2025-08-20T21:26:03.8906293Z [00:02:18.012]➜  gcc -fno-caret-diagnostics -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T21:26:03.9232192Z [00:02:18.045]➜  go tool buildid -w $WORK/b149/_pkg_.a # internal
2025-08-20T21:26:03.9260756Z [00:02:18.047]➜  cp $WORK/b149/_pkg_.a /root/.cache/go-build/ce/cef7d57c406c50fa2f1ea2e15eb0196e9f2699037eef871fa52670eb68b94366-d # internal
2025-08-20T21:26:03.9287447Z [00:02:18.051]➜  gcc -Qunused-arguments -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T21:26:03.9458061Z [00:02:18.068]➜  cd /root/.go/src/math/big
2025-08-20T21:26:03.9460234Z [00:02:18.068]➜  /root/.go/pkg/tool/linux_amd64/asm -p math/big -trimpath "/root/.go/src/math/big=>math/big;$WORK/b108=>" -I $WORK/b108/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b108/arith_amd64.o ./arith_amd64.s
2025-08-20T21:26:03.9484684Z [00:02:18.070]➜  path/filepath
2025-08-20T21:26:03.9485317Z [00:02:18.070]➜  mkdir -p $WORK/b168/
2025-08-20T21:26:03.9485865Z [00:02:18.070]➜  cd $WORK
2025-08-20T21:26:03.9486427Z [00:02:18.070]➜  gcc -Wl,--no-gc-sections -O2 -g -x c - -o /dev/null || true
2025-08-20T21:26:03.9487931Z [00:02:18.071]➜  cat >/tmp/go-build548448651/b168/importcfg << 'EOF' # internal
2025-08-20T21:26:03.9488799Z [00:02:18.071]➜  # import config
2025-08-20T21:26:03.9489427Z [00:02:18.071]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:03.9490287Z [00:02:18.071]➜  packagefile internal/bytealg=/tmp/go-build548448651/b011/_pkg_.a
2025-08-20T21:26:03.9491263Z [00:02:18.071]➜  packagefile internal/filepathlite=/tmp/go-build548448651/b061/_pkg_.a
2025-08-20T21:26:03.9492168Z [00:02:18.071]➜  packagefile io/fs=/tmp/go-build548448651/b062/_pkg_.a
2025-08-20T21:26:03.9492958Z [00:02:18.071]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:03.9493729Z [00:02:18.071]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:03.9494526Z [00:02:18.071]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:03.9495607Z [00:02:18.071]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:03.9496430Z [00:02:18.071]➜  packagefile syscall=/tmp/go-build548448651/b047/_pkg_.a
2025-08-20T21:26:03.9497376Z [00:02:18.071]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:03.9498072Z [00:02:18.071]➜  EOF
2025-08-20T21:26:03.9514150Z [00:02:18.073]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:03.9518165Z [00:02:18.073]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b168/_pkg_.a -trimpath "/root/.go/src/path/filepath=>path/filepath;$WORK/b168=>" -p path/filepath -lang=go1.25 -std -complete -installsuffix shared -buildid O8Lc8uUMUzKTa0OHNwgG/O8Lc8uUMUzKTa0OHNwgG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b168/importcfg -pack /root/.go/src/path/filepath/match.go /root/.go/src/path/filepath/path.go /root/.go/src/path/filepath/path_unix.go /root/.go/src/path/filepath/symlink.go /root/.go/src/path/filepath/symlink_unix.go
2025-08-20T21:26:03.9627465Z [00:02:18.085]➜  cd /root/.go/src/math/big
2025-08-20T21:26:03.9628256Z [00:02:18.085]➜  go tool pack r $WORK/b108/_pkg_.a $WORK/b108/arith_amd64.o # internal
2025-08-20T21:26:03.9631792Z [00:02:18.086]➜  go tool buildid -w $WORK/b108/_pkg_.a # internal
2025-08-20T21:26:03.9768239Z [00:02:18.099]➜  cp $WORK/b108/_pkg_.a /root/.cache/go-build/3b/3b45a8c38cee8cd6053c78cd6700739b9b134c3d952807771dd42ed436a1c218-d # internal
2025-08-20T21:26:03.9991535Z [00:02:18.121]➜  go tool buildid -w $WORK/b167/_pkg_.a # internal
2025-08-20T21:26:04.0052108Z [00:02:18.127]➜  cp $WORK/b167/_pkg_.a /root/.cache/go-build/b1/b179c19080fbb5f1973e911dfe72cf3969b729b40e6f6ef6b45609eea8509886-d # internal
2025-08-20T21:26:04.0069524Z [00:02:18.129]➜  cd $WORK
2025-08-20T21:26:04.0071686Z [00:02:18.129]➜  gcc -fdebug-prefix-map=a=b -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T21:26:04.0271707Z [00:02:18.150]➜  crypto/rand
2025-08-20T21:26:04.0272870Z [00:02:18.150]➜  mkdir -p $WORK/b082/
2025-08-20T21:26:04.0279997Z [00:02:18.150]➜  gcc -ffile-prefix-map=a=b -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T21:26:04.0301996Z [00:02:18.152]➜  cat >/tmp/go-build548448651/b082/importcfg << 'EOF' # internal
2025-08-20T21:26:04.0302951Z [00:02:18.153]➜  # import config
2025-08-20T21:26:04.0303990Z [00:02:18.153]➜  packagefile crypto/internal/boring=/tmp/go-build548448651/b083/_pkg_.a
2025-08-20T21:26:04.0306166Z [00:02:18.153]➜  packagefile crypto/internal/fips140=/tmp/go-build548448651/b087/_pkg_.a
2025-08-20T21:26:04.0307272Z [00:02:18.153]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build548448651/b100/_pkg_.a
2025-08-20T21:26:04.0308423Z [00:02:18.153]➜  packagefile crypto/internal/fips140only=/tmp/go-build548448651/b105/_pkg_.a
2025-08-20T21:26:04.0309679Z [00:02:18.153]➜  packagefile crypto/internal/randutil=/tmp/go-build548448651/b103/_pkg_.a
2025-08-20T21:26:04.0310749Z [00:02:18.153]➜  packagefile crypto/internal/sysrand=/tmp/go-build548448651/b102/_pkg_.a
2025-08-20T21:26:04.0311689Z [00:02:18.153]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:04.0312496Z [00:02:18.153]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:04.0313306Z [00:02:18.153]➜  packagefile math/big=/tmp/go-build548448651/b108/_pkg_.a
2025-08-20T21:26:04.0313994Z [00:02:18.153]➜  EOF
2025-08-20T21:26:04.0314514Z [00:02:18.153]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:04.0317897Z [00:02:18.153]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b082/_pkg_.a -trimpath "/root/.go/src/crypto/rand=>crypto/rand;$WORK/b082=>" -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/b082/importcfg -pack /root/.go/src/crypto/rand/rand.go /root/.go/src/crypto/rand/text.go /root/.go/src/crypto/rand/util.go
2025-08-20T21:26:04.0491124Z [00:02:18.171]➜  cd $WORK
2025-08-20T21:26:04.0495327Z [00:02:18.171]➜  gcc -gno-record-gcc-switches -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T21:26:04.0503071Z [00:02:18.173]➜  go tool buildid -w $WORK/b168/_pkg_.a # internal
2025-08-20T21:26:04.0516414Z [00:02:18.174]➜  cp $WORK/b168/_pkg_.a /root/.cache/go-build/94/9485dfe10ff9e00756688315e28bdf5d846b216ae3ea7d9d1b4f6ffefa42b71e-d # internal
2025-08-20T21:26:04.0517614Z [00:02:18.174]➜  go tool buildid -w $WORK/b082/_pkg_.a # internal
2025-08-20T21:26:04.0523873Z [00:02:18.175]➜  cp $WORK/b082/_pkg_.a /root/.cache/go-build/88/88aedb280124c67ad903f1ca338d5e67ce766a087fe846dcf9af2781506dfc99-d # internal
2025-08-20T21:26:04.0630529Z [00:02:18.185]➜  crypto/internal/boring/bbig
2025-08-20T21:26:04.0631277Z [00:02:18.186]➜  mkdir -p $WORK/b120/
2025-08-20T21:26:04.0651239Z [00:02:18.187]➜  gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b166=/tmp/go-build -gno-record-gcc-switches -frandom-seed=1 -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T21:26:04.0653048Z [00:02:18.187]➜  crypto/elliptic
2025-08-20T21:26:04.0653562Z [00:02:18.188]➜  mkdir -p $WORK/b119/
2025-08-20T21:26:04.0654078Z [00:02:18.188]➜  encoding/asn1
2025-08-20T21:26:04.0654557Z [00:02:18.188]➜  mkdir -p $WORK/b129/
2025-08-20T21:26:04.0655277Z [00:02:18.188]➜  cat >/tmp/go-build548448651/b120/importcfg << 'EOF' # internal
2025-08-20T21:26:04.0655970Z [00:02:18.188]➜  # import config
2025-08-20T21:26:04.0656752Z [00:02:18.188]➜  packagefile crypto/internal/boring=/tmp/go-build548448651/b083/_pkg_.a
2025-08-20T21:26:04.0657689Z [00:02:18.188]➜  packagefile math/big=/tmp/go-build548448651/b108/_pkg_.a
2025-08-20T21:26:04.0658819Z [00:02:18.188]➜  EOF
2025-08-20T21:26:04.0659369Z [00:02:18.188]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:04.0662592Z [00:02:18.188]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b120/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring/bbig=>crypto/internal/boring/bbig;$WORK/b120=>" -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/b120/importcfg -pack /root/.go/src/crypto/internal/boring/bbig/big.go
2025-08-20T21:26:04.0665549Z [00:02:18.188]➜  cat >/tmp/go-build548448651/b119/importcfg << 'EOF' # internal
2025-08-20T21:26:04.0666184Z [00:02:18.188]➜  # import config
2025-08-20T21:26:04.0667027Z [00:02:18.188]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build548448651/b115/_pkg_.a
2025-08-20T21:26:04.0668020Z [00:02:18.188]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:04.0668995Z [00:02:18.188]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:04.0669758Z [00:02:18.188]➜  packagefile math/big=/tmp/go-build548448651/b108/_pkg_.a
2025-08-20T21:26:04.0670523Z [00:02:18.188]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:04.0671126Z [00:02:18.188]➜  EOF
2025-08-20T21:26:04.0674562Z [00:02:18.188]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b119/_pkg_.a -trimpath "/root/.go/src/crypto/elliptic=>crypto/elliptic;$WORK/b119=>" -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/b119/importcfg -pack /root/.go/src/crypto/elliptic/elliptic.go /root/.go/src/crypto/elliptic/nistec.go /root/.go/src/crypto/elliptic/params.go
2025-08-20T21:26:04.0677764Z [00:02:18.188]➜  cat >/tmp/go-build548448651/b129/importcfg << 'EOF' # internal
2025-08-20T21:26:04.0678402Z [00:02:18.188]➜  # import config
2025-08-20T21:26:04.0689723Z [00:02:18.188]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:04.0690529Z [00:02:18.188]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:04.0691278Z [00:02:18.188]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:04.0692410Z [00:02:18.188]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:04.0693170Z [00:02:18.188]➜  packagefile math/big=/tmp/go-build548448651/b108/_pkg_.a
2025-08-20T21:26:04.0693992Z [00:02:18.188]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:04.0694785Z [00:02:18.188]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:04.0695575Z [00:02:18.188]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:04.0696362Z [00:02:18.188]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:04.0697141Z [00:02:18.188]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:04.0697977Z [00:02:18.188]➜  packagefile unicode/utf16=/tmp/go-build548448651/b069/_pkg_.a
2025-08-20T21:26:04.0699082Z [00:02:18.188]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:04.0699656Z [00:02:18.188]➜  EOF
2025-08-20T21:26:04.0702884Z [00:02:18.188]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b129/_pkg_.a -trimpath "/root/.go/src/encoding/asn1=>encoding/asn1;$WORK/b129=>" -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/b129/importcfg -pack /root/.go/src/encoding/asn1/asn1.go /root/.go/src/encoding/asn1/common.go /root/.go/src/encoding/asn1/marshal.go
2025-08-20T21:26:04.0790128Z [00:02:18.201]➜  go tool buildid -w $WORK/b120/_pkg_.a # internal
2025-08-20T21:26:04.0791505Z [00:02:18.201]➜  cp $WORK/b120/_pkg_.a /root/.cache/go-build/47/47bc6fc1995eed3e803e2f3a1fd9e90f1deba56f9b16be41269404eeeebbaa0b-d # internal
2025-08-20T21:26:04.0825288Z [00:02:18.205]➜  cd $WORK/b166
2025-08-20T21:26:04.0828748Z [00:02:18.205]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b166=/tmp/go-build -gno-record-gcc-switches -I $WORK/b166/ -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/b166/_x001.o -c _cgo_export.c
2025-08-20T21:26:04.0831463Z [00:02:18.205]➜  crypto/ed25519
2025-08-20T21:26:04.0841678Z [00:02:18.206]➜  mkdir -p $WORK/b131/
2025-08-20T21:26:04.0842420Z [00:02:18.206]➜  cat >/tmp/go-build548448651/b131/importcfg << 'EOF' # internal
2025-08-20T21:26:04.0843134Z [00:02:18.206]➜  # import config
2025-08-20T21:26:04.0843796Z [00:02:18.206]➜  packagefile crypto=/tmp/go-build548448651/b084/_pkg_.a
2025-08-20T21:26:04.0844809Z [00:02:18.206]➜  packagefile crypto/internal/fips140/ed25519=/tmp/go-build548448651/b132/_pkg_.a
2025-08-20T21:26:04.0845978Z [00:02:18.206]➜  packagefile crypto/internal/fips140cache=/tmp/go-build548448651/b123/_pkg_.a
2025-08-20T21:26:04.0847091Z [00:02:18.206]➜  packagefile crypto/internal/fips140only=/tmp/go-build548448651/b105/_pkg_.a
2025-08-20T21:26:04.0848066Z [00:02:18.206]➜  packagefile crypto/rand=/tmp/go-build548448651/b082/_pkg_.a
2025-08-20T21:26:04.0849246Z [00:02:18.206]➜  packagefile crypto/subtle=/tmp/go-build548448651/b106/_pkg_.a
2025-08-20T21:26:04.0850067Z [00:02:18.206]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:04.0850820Z [00:02:18.206]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:04.0851585Z [00:02:18.206]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:04.0852167Z [00:02:18.206]➜  EOF
2025-08-20T21:26:04.0852665Z [00:02:18.206]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:04.0855581Z [00:02:18.206]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b131/_pkg_.a -trimpath "/root/.go/src/crypto/ed25519=>crypto/ed25519;$WORK/b131=>" -p crypto/ed25519 -lang=go1.25 -std -complete -installsuffix shared -buildid 2VJPLLpU7wld1E1sFoYw/2VJPLLpU7wld1E1sFoYw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b131/importcfg -pack /root/.go/src/crypto/ed25519/ed25519.go
2025-08-20T21:26:04.1059827Z [00:02:18.228]➜  cd $WORK/b166
2025-08-20T21:26:04.1063907Z [00:02:18.228]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b166=/tmp/go-build -gno-record-gcc-switches -I $WORK/b166/ -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/b166/_x002.o -c cgo.cgo2.c
2025-08-20T21:26:04.1336728Z [00:02:18.256]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:26:04.1341771Z [00:02:18.256]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b166=/tmp/go-build -gno-record-gcc-switches -I $WORK/b166/ -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/b166/_x003.o -c gcc_context.c
2025-08-20T21:26:04.1842444Z [00:02:18.306]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b166=/tmp/go-build -gno-record-gcc-switches -I $WORK/b166/ -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/b166/_x004.o -c gcc_fatalf.c
2025-08-20T21:26:04.1902585Z [00:02:18.313]➜  go tool buildid -w $WORK/b119/_pkg_.a # internal
2025-08-20T21:26:04.1924580Z [00:02:18.315]➜  cp $WORK/b119/_pkg_.a /root/.cache/go-build/bc/bcb75773286ea5e0c6643836571da998ba25bbd769f6e535c10caf5d1fa7e1f6-d # internal
2025-08-20T21:26:04.1926212Z [00:02:18.315]➜  crypto/internal/hpke
2025-08-20T21:26:04.1927239Z [00:02:18.315]➜  mkdir -p $WORK/b140/
2025-08-20T21:26:04.1932127Z [00:02:18.316]➜  cat >/tmp/go-build548448651/b140/importcfg << 'EOF' # internal
2025-08-20T21:26:04.1932857Z [00:02:18.316]➜  # import config
2025-08-20T21:26:04.1933874Z [00:02:18.316]➜  importmap golang.org/x/crypto/chacha20poly1305=vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T21:26:04.1935013Z [00:02:18.316]➜  packagefile crypto=/tmp/go-build548448651/b084/_pkg_.a
2025-08-20T21:26:04.1935904Z [00:02:18.316]➜  packagefile crypto/aes=/tmp/go-build548448651/b111/_pkg_.a
2025-08-20T21:26:04.1936814Z [00:02:18.316]➜  packagefile crypto/cipher=/tmp/go-build548448651/b085/_pkg_.a
2025-08-20T21:26:04.1937729Z [00:02:18.316]➜  packagefile crypto/ecdh=/tmp/go-build548448651/b113/_pkg_.a
2025-08-20T21:26:04.1938822Z [00:02:18.316]➜  packagefile crypto/hkdf=/tmp/go-build548448651/b134/_pkg_.a
2025-08-20T21:26:04.1939753Z [00:02:18.316]➜  packagefile crypto/rand=/tmp/go-build548448651/b082/_pkg_.a
2025-08-20T21:26:04.1940640Z [00:02:18.316]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:04.1942039Z [00:02:18.316]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build548448651/b141/_pkg_.a
2025-08-20T21:26:04.1943430Z [00:02:18.316]➜  packagefile internal/byteorder=/tmp/go-build548448651/b013/_pkg_.a
2025-08-20T21:26:04.1944523Z [00:02:18.316]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:04.1945359Z [00:02:18.316]➜  EOF
2025-08-20T21:26:04.1946042Z [00:02:18.316]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:04.1949624Z [00:02:18.316]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b140/_pkg_.a -trimpath "/root/.go/src/crypto/internal/hpke=>crypto/internal/hpke;$WORK/b140=>" -p crypto/internal/hpke -lang=go1.25 -std -complete -installsuffix shared -buildid zuRt2IQzyZolhf5F95d8/zuRt2IQzyZolhf5F95d8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b140/importcfg -pack /root/.go/src/crypto/internal/hpke/hpke.go
2025-08-20T21:26:04.2464155Z [00:02:18.368]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:26:04.2467074Z [00:02:18.369]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b166=/tmp/go-build -gno-record-gcc-switches -I $WORK/b166/ -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/b166/_x005.o -c gcc_libinit.c
2025-08-20T21:26:04.2815678Z [00:02:18.404]➜  go tool buildid -w $WORK/b131/_pkg_.a # internal
2025-08-20T21:26:04.2883898Z [00:02:18.411]➜  cp $WORK/b131/_pkg_.a /root/.cache/go-build/a9/a9666cfb2dc8afa79ce77499b171195b4695c798232f2dc9a49cdc719341784f-d # internal
2025-08-20T21:26:04.2895468Z [00:02:18.412]➜  crypto/rsa
2025-08-20T21:26:04.2897687Z [00:02:18.412]➜  mkdir -p $WORK/b148/
2025-08-20T21:26:04.2906832Z [00:02:18.413]➜  cat >/tmp/go-build548448651/b148/importcfg << 'EOF' # internal
2025-08-20T21:26:04.2915716Z [00:02:18.413]➜  # import config
2025-08-20T21:26:04.2916426Z [00:02:18.413]➜  packagefile crypto=/tmp/go-build548448651/b084/_pkg_.a
2025-08-20T21:26:04.2917375Z [00:02:18.413]➜  packagefile crypto/internal/boring=/tmp/go-build548448651/b083/_pkg_.a
2025-08-20T21:26:04.2918475Z [00:02:18.413]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build548448651/b120/_pkg_.a
2025-08-20T21:26:04.2919734Z [00:02:18.413]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build548448651/b122/_pkg_.a
2025-08-20T21:26:04.2920801Z [00:02:18.413]➜  packagefile crypto/internal/fips140/rsa=/tmp/go-build548448651/b149/_pkg_.a
2025-08-20T21:26:04.2921818Z [00:02:18.413]➜  packagefile crypto/internal/fips140hash=/tmp/go-build548448651/b125/_pkg_.a
2025-08-20T21:26:04.2922837Z [00:02:18.413]➜  packagefile crypto/internal/fips140only=/tmp/go-build548448651/b105/_pkg_.a
2025-08-20T21:26:04.2923798Z [00:02:18.413]➜  packagefile crypto/internal/randutil=/tmp/go-build548448651/b103/_pkg_.a
2025-08-20T21:26:04.2924961Z [00:02:18.413]➜  packagefile crypto/rand=/tmp/go-build548448651/b082/_pkg_.a
2025-08-20T21:26:04.2925917Z [00:02:18.413]➜  packagefile crypto/subtle=/tmp/go-build548448651/b106/_pkg_.a
2025-08-20T21:26:04.2926780Z [00:02:18.413]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:04.2927606Z [00:02:18.413]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:04.2928391Z [00:02:18.413]➜  packagefile hash=/tmp/go-build548448651/b080/_pkg_.a
2025-08-20T21:26:04.2942948Z [00:02:18.413]➜  packagefile internal/godebug=/tmp/go-build548448651/b045/_pkg_.a
2025-08-20T21:26:04.2943747Z [00:02:18.413]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:04.2944435Z [00:02:18.413]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:04.2945150Z [00:02:18.413]➜  packagefile math/big=/tmp/go-build548448651/b108/_pkg_.a
2025-08-20T21:26:04.2945696Z [00:02:18.413]➜  EOF
2025-08-20T21:26:04.2951705Z [00:02:18.417]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:04.2955353Z [00:02:18.417]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b148/_pkg_.a -trimpath "/root/.go/src/crypto/rsa=>crypto/rsa;$WORK/b148=>" -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/b148/importcfg -pack /root/.go/src/crypto/rsa/fips.go /root/.go/src/crypto/rsa/notboring.go /root/.go/src/crypto/rsa/pkcs1v15.go /root/.go/src/crypto/rsa/rsa.go
2025-08-20T21:26:04.2962527Z [00:02:18.419]➜  go tool buildid -w $WORK/b129/_pkg_.a # internal
2025-08-20T21:26:04.2987997Z [00:02:18.421]➜  cp $WORK/b129/_pkg_.a /root/.cache/go-build/05/055a1be01c3af0789956f79452a8fffa3efd06117fc3f7cb4eb3c803b3e9d9e2-d # internal
2025-08-20T21:26:04.3010414Z [00:02:18.422]➜  vendor/golang.org/x/crypto/cryptobyte
2025-08-20T21:26:04.3021329Z [00:02:18.422]➜  mkdir -p $WORK/b128/
2025-08-20T21:26:04.3022115Z [00:02:18.422]➜  cat >/tmp/go-build548448651/b128/importcfg << 'EOF' # internal
2025-08-20T21:26:04.3022831Z [00:02:18.422]➜  # import config
2025-08-20T21:26:04.3023745Z [00:02:18.422]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T21:26:04.3025206Z [00:02:18.422]➜  packagefile encoding/asn1=/tmp/go-build548448651/b129/_pkg_.a
2025-08-20T21:26:04.3026065Z [00:02:18.422]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:04.3026858Z [00:02:18.422]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:04.3027908Z [00:02:18.422]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build548448651/b130/_pkg_.a
2025-08-20T21:26:04.3029129Z [00:02:18.422]➜  packagefile math/big=/tmp/go-build548448651/b108/_pkg_.a
2025-08-20T21:26:04.3029918Z [00:02:18.422]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:04.3030729Z [00:02:18.422]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:04.3031330Z [00:02:18.422]➜  EOF
2025-08-20T21:26:04.3035681Z [00:02:18.422]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b128/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/cryptobyte=>vendor/golang.org/x/crypto/cryptobyte;$WORK/b128=>" -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/b128/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/cryptobyte/asn1.go /root/.go/src/vendor/golang.org/x/crypto/cryptobyte/builder.go /root/.go/src/vendor/golang.org/x/crypto/cryptobyte/string.go
2025-08-20T21:26:04.3085357Z [00:02:18.431]➜  go tool buildid -w $WORK/b140/_pkg_.a # internal
2025-08-20T21:26:04.3108964Z [00:02:18.433]➜  cp $WORK/b140/_pkg_.a /root/.cache/go-build/da/da46e4b4b98bf95f7bb8deb3953637229f49dc7bf378cfca3de765312f8a3b7a-d # internal
2025-08-20T21:26:04.3115725Z [00:02:18.433]➜  crypto/dsa
2025-08-20T21:26:04.3116260Z [00:02:18.433]➜  mkdir -p $WORK/b155/
2025-08-20T21:26:04.3125877Z [00:02:18.435]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:26:04.3144817Z [00:02:18.435]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b166=/tmp/go-build -gno-record-gcc-switches -I $WORK/b166/ -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/b166/_x006.o -c gcc_linux_amd64.c
2025-08-20T21:26:04.3147578Z [00:02:18.435]➜  cat >/tmp/go-build548448651/b155/importcfg << 'EOF' # internal
2025-08-20T21:26:04.3148248Z [00:02:18.435]➜  # import config
2025-08-20T21:26:04.3150594Z [00:02:18.435]➜  packagefile crypto/internal/fips140only=/tmp/go-build548448651/b105/_pkg_.a
2025-08-20T21:26:04.3151726Z [00:02:18.435]➜  packagefile crypto/internal/randutil=/tmp/go-build548448651/b103/_pkg_.a
2025-08-20T21:26:04.3152730Z [00:02:18.435]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:04.3153561Z [00:02:18.435]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:04.3154343Z [00:02:18.435]➜  packagefile math/big=/tmp/go-build548448651/b108/_pkg_.a
2025-08-20T21:26:04.3154977Z [00:02:18.435]➜  EOF
2025-08-20T21:26:04.3155539Z [00:02:18.435]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:04.3158389Z [00:02:18.435]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b155/_pkg_.a -trimpath "/root/.go/src/crypto/dsa=>crypto/dsa;$WORK/b155=>" -p crypto/dsa -lang=go1.25 -std -complete -installsuffix shared -buildid X7ca0nvB5092bacZm4zC/X7ca0nvB5092bacZm4zC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b155/importcfg -pack /root/.go/src/crypto/dsa/dsa.go
2025-08-20T21:26:04.3476535Z [00:02:18.470]➜  go tool buildid -w $WORK/b155/_pkg_.a # internal
2025-08-20T21:26:04.3488462Z [00:02:18.471]➜  cp $WORK/b155/_pkg_.a /root/.cache/go-build/63/632efaa0d398fa0380525550499c188fd7aacb4fc7248738656ed4c44f0ba6b8-d # internal
2025-08-20T21:26:04.3492261Z [00:02:18.471]➜  crypto/x509/pkix
2025-08-20T21:26:04.3492850Z [00:02:18.471]➜  mkdir -p $WORK/b156/
2025-08-20T21:26:04.3493629Z [00:02:18.471]➜  cat >/tmp/go-build548448651/b156/importcfg << 'EOF' # internal
2025-08-20T21:26:04.3494613Z [00:02:18.471]➜  # import config
2025-08-20T21:26:04.3495308Z [00:02:18.471]➜  packagefile encoding/asn1=/tmp/go-build548448651/b129/_pkg_.a
2025-08-20T21:26:04.3496185Z [00:02:18.471]➜  packagefile encoding/hex=/tmp/go-build548448651/b157/_pkg_.a
2025-08-20T21:26:04.3497015Z [00:02:18.471]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:04.3497796Z [00:02:18.471]➜  packagefile math/big=/tmp/go-build548448651/b108/_pkg_.a
2025-08-20T21:26:04.3498766Z [00:02:18.471]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:04.3499375Z [00:02:18.471]➜  EOF
2025-08-20T21:26:04.3502224Z [00:02:18.471]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b156/_pkg_.a -trimpath "/root/.go/src/crypto/x509/pkix=>crypto/x509/pkix;$WORK/b156=>" -p crypto/x509/pkix -lang=go1.25 -std -complete -installsuffix shared -buildid pI0MltfWt5DgwIiDX2vp/pI0MltfWt5DgwIiDX2vp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b156/importcfg -pack /root/.go/src/crypto/x509/pkix/pkix.go
2025-08-20T21:26:04.3743066Z [00:02:18.497]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:26:04.3748456Z [00:02:18.497]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b166=/tmp/go-build -gno-record-gcc-switches -I $WORK/b166/ -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/b166/_x007.o -c gcc_mmap.c
2025-08-20T21:26:04.4133780Z [00:02:18.535]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b166=/tmp/go-build -gno-record-gcc-switches -I $WORK/b166/ -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/b166/_x008.o -c gcc_setenv.c
2025-08-20T21:26:04.4178199Z [00:02:18.539]➜  go tool buildid -w $WORK/b156/_pkg_.a # internal
2025-08-20T21:26:04.4187221Z [00:02:18.540]➜  cp $WORK/b156/_pkg_.a /root/.cache/go-build/7c/7cafae7781be2122fa62723eacc88cd108932c944cb7f05e844b857a4ec4aab4-d # internal
2025-08-20T21:26:04.4188406Z [00:02:18.540]➜  vendor/golang.org/x/text/transform
2025-08-20T21:26:04.4189203Z [00:02:18.540]➜  mkdir -p $WORK/b172/
2025-08-20T21:26:04.4189928Z [00:02:18.540]➜  cat >/tmp/go-build548448651/b172/importcfg << 'EOF' # internal
2025-08-20T21:26:04.4190593Z [00:02:18.540]➜  # import config
2025-08-20T21:26:04.4191254Z [00:02:18.540]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:04.4192047Z [00:02:18.540]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:04.4192850Z [00:02:18.540]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:04.4193780Z [00:02:18.540]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:04.4194445Z [00:02:18.540]➜  EOF
2025-08-20T21:26:04.4194942Z [00:02:18.540]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:04.4198755Z [00:02:18.540]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b172/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/transform=>vendor/golang.org/x/text/transform;$WORK/b172=>" -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/b172/importcfg -pack /root/.go/src/vendor/golang.org/x/text/transform/transform.go
2025-08-20T21:26:04.4226590Z [00:02:18.545]➜  go tool buildid -w $WORK/b148/_pkg_.a # internal
2025-08-20T21:26:04.4276868Z [00:02:18.550]➜  cp $WORK/b148/_pkg_.a /root/.cache/go-build/00/005b519cfb05d8879760d6cc67431da7508bde048512f42bbf9523df7aed45fc-d # internal
2025-08-20T21:26:04.4283292Z [00:02:18.550]➜  vendor/golang.org/x/text/unicode/bidi
2025-08-20T21:26:04.4283963Z [00:02:18.550]➜  mkdir -p $WORK/b173/
2025-08-20T21:26:04.4289172Z [00:02:18.551]➜  cat >/tmp/go-build548448651/b173/importcfg << 'EOF' # internal
2025-08-20T21:26:04.4290288Z [00:02:18.551]➜  # import config
2025-08-20T21:26:04.4290952Z [00:02:18.551]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:04.4291844Z [00:02:18.551]➜  packagefile container/list=/tmp/go-build548448651/b081/_pkg_.a
2025-08-20T21:26:04.4292740Z [00:02:18.551]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:04.4293566Z [00:02:18.551]➜  packagefile log=/tmp/go-build548448651/b071/_pkg_.a
2025-08-20T21:26:04.4295681Z [00:02:18.551]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:04.4296592Z [00:02:18.551]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:04.4297281Z [00:02:18.551]➜  EOF
2025-08-20T21:26:04.4316203Z [00:02:18.551]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b173/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/unicode/bidi=>vendor/golang.org/x/text/unicode/bidi;$WORK/b173=>" -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/b173/importcfg -pack /root/.go/src/vendor/golang.org/x/text/unicode/bidi/bidi.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/bracket.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/core.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/prop.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/tables15.0.0.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/trieval.go
2025-08-20T21:26:04.4537403Z [00:02:18.576]➜  go tool buildid -w $WORK/b128/_pkg_.a # internal
2025-08-20T21:26:04.4559948Z [00:02:18.578]➜  cp $WORK/b128/_pkg_.a /root/.cache/go-build/47/47d8ff6391fa039bd87e9d5414a0d1dc310eea23d5afc39c3014e73751dce64a-d # internal
2025-08-20T21:26:04.4562137Z [00:02:18.578]➜  crypto/ecdsa
2025-08-20T21:26:04.4563218Z [00:02:18.578]➜  mkdir -p $WORK/b118/
2025-08-20T21:26:04.4564329Z [00:02:18.579]➜  cat >/tmp/go-build548448651/b118/importcfg << 'EOF' # internal
2025-08-20T21:26:04.4565591Z [00:02:18.579]➜  # import config
2025-08-20T21:26:04.4566763Z [00:02:18.579]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T21:26:04.4569837Z [00:02:18.579]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T21:26:04.4570988Z [00:02:18.579]➜  packagefile crypto=/tmp/go-build548448651/b084/_pkg_.a
2025-08-20T21:26:04.4571998Z [00:02:18.579]➜  packagefile crypto/ecdh=/tmp/go-build548448651/b113/_pkg_.a
2025-08-20T21:26:04.4573010Z [00:02:18.579]➜  packagefile crypto/elliptic=/tmp/go-build548448651/b119/_pkg_.a
2025-08-20T21:26:04.4574009Z [00:02:18.579]➜  packagefile crypto/internal/boring=/tmp/go-build548448651/b083/_pkg_.a
2025-08-20T21:26:04.4575130Z [00:02:18.579]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build548448651/b120/_pkg_.a
2025-08-20T21:26:04.4576312Z [00:02:18.579]➜  packagefile crypto/internal/fips140/ecdsa=/tmp/go-build548448651/b121/_pkg_.a
2025-08-20T21:26:04.4577528Z [00:02:18.579]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build548448651/b115/_pkg_.a
2025-08-20T21:26:04.4578900Z [00:02:18.579]➜  packagefile crypto/internal/fips140cache=/tmp/go-build548448651/b123/_pkg_.a
2025-08-20T21:26:04.4580053Z [00:02:18.579]➜  packagefile crypto/internal/fips140hash=/tmp/go-build548448651/b125/_pkg_.a
2025-08-20T21:26:04.4581230Z [00:02:18.579]➜  packagefile crypto/internal/fips140only=/tmp/go-build548448651/b105/_pkg_.a
2025-08-20T21:26:04.4582341Z [00:02:18.579]➜  packagefile crypto/internal/randutil=/tmp/go-build548448651/b103/_pkg_.a
2025-08-20T21:26:04.4583373Z [00:02:18.579]➜  packagefile crypto/sha512=/tmp/go-build548448651/b127/_pkg_.a
2025-08-20T21:26:04.4584343Z [00:02:18.579]➜  packagefile crypto/subtle=/tmp/go-build548448651/b106/_pkg_.a
2025-08-20T21:26:04.4585227Z [00:02:18.579]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:04.4586287Z [00:02:18.579]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build548448651/b128/_pkg_.a
2025-08-20T21:26:04.4587932Z [00:02:18.579]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build548448651/b130/_pkg_.a
2025-08-20T21:26:04.4623930Z [00:02:18.579]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:04.4624799Z [00:02:18.579]➜  packagefile math/big=/tmp/go-build548448651/b108/_pkg_.a
2025-08-20T21:26:04.4625717Z [00:02:18.579]➜  packagefile math/rand/v2=/tmp/go-build548448651/b104/_pkg_.a
2025-08-20T21:26:04.4633965Z [00:02:18.579]➜  EOF
2025-08-20T21:26:04.4637370Z [00:02:18.579]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b118/_pkg_.a -trimpath "/root/.go/src/crypto/ecdsa=>crypto/ecdsa;$WORK/b118=>" -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/b118/importcfg -pack /root/.go/src/crypto/ecdsa/ecdsa.go /root/.go/src/crypto/ecdsa/ecdsa_legacy.go /root/.go/src/crypto/ecdsa/notboring.go
2025-08-20T21:26:04.4640666Z [00:02:18.585]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:26:04.4643577Z [00:02:18.585]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b166=/tmp/go-build -gno-record-gcc-switches -I $WORK/b166/ -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/b166/_x009.o -c gcc_sigaction.c
2025-08-20T21:26:04.4877615Z [00:02:18.610]➜  go tool buildid -w $WORK/b172/_pkg_.a # internal
2025-08-20T21:26:04.4894644Z [00:02:18.612]➜  cp $WORK/b172/_pkg_.a /root/.cache/go-build/65/6509cb803159f6dc3c8ac8f9c610dc40c4baf6884ced297932505a2dfcb6a904-d # internal
2025-08-20T21:26:04.4908327Z [00:02:18.613]➜  vendor/golang.org/x/text/unicode/norm
2025-08-20T21:26:04.4911253Z [00:02:18.613]➜  mkdir -p $WORK/b174/
2025-08-20T21:26:04.4920385Z [00:02:18.614]➜  cat >/tmp/go-build548448651/b174/importcfg << 'EOF' # internal
2025-08-20T21:26:04.4935431Z [00:02:18.614]➜  # import config
2025-08-20T21:26:04.4936216Z [00:02:18.614]➜  importmap golang.org/x/text/transform=vendor/golang.org/x/text/transform
2025-08-20T21:26:04.4937187Z [00:02:18.614]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:04.4937995Z [00:02:18.614]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:04.4939100Z [00:02:18.614]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build548448651/b172/_pkg_.a
2025-08-20T21:26:04.4940031Z [00:02:18.614]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:04.4940767Z [00:02:18.614]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:04.4941591Z [00:02:18.614]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:04.4942208Z [00:02:18.614]➜  EOF
2025-08-20T21:26:04.4942700Z [00:02:18.615]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:04.4950393Z [00:02:18.615]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b174/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/unicode/norm=>vendor/golang.org/x/text/unicode/norm;$WORK/b174=>" -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/b174/importcfg -pack /root/.go/src/vendor/golang.org/x/text/unicode/norm/composition.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/forminfo.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/input.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/iter.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/normalize.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/readwriter.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/tables15.0.0.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/transform.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/trie.go
2025-08-20T21:26:04.5132989Z [00:02:18.635]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:26:04.5138134Z [00:02:18.636]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b166=/tmp/go-build -gno-record-gcc-switches -I $WORK/b166/ -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/b166/_x010.o -c gcc_stack_unix.c
2025-08-20T21:26:04.5500524Z [00:02:18.672]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b166=/tmp/go-build -gno-record-gcc-switches -I $WORK/b166/ -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/b166/_x011.o -c gcc_traceback.c
2025-08-20T21:26:04.5809144Z [00:02:18.703]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b166=/tmp/go-build -gno-record-gcc-switches -I $WORK/b166/ -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/b166/_x012.o -c gcc_util.c
2025-08-20T21:26:04.6156720Z [00:02:18.738]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b166=/tmp/go-build -gno-record-gcc-switches -I $WORK/b166/ -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/b166/_x013.o -c linux_syscall.c
2025-08-20T21:26:04.6444290Z [00:02:18.767]➜  go tool buildid -w $WORK/b173/_pkg_.a # internal
2025-08-20T21:26:04.6455168Z [00:02:18.768]➜  cp $WORK/b173/_pkg_.a /root/.cache/go-build/33/33c4eb71fa76cbecb0682a6ea382f0f2685742cae6e1dabfd36cb1b768c1624c-d # internal
2025-08-20T21:26:04.6463618Z [00:02:18.768]➜  vendor/golang.org/x/text/secure/bidirule
2025-08-20T21:26:04.6464251Z [00:02:18.768]➜  mkdir -p $WORK/b171/
2025-08-20T21:26:04.6464938Z [00:02:18.768]➜  cat >/tmp/go-build548448651/b171/importcfg << 'EOF' # internal
2025-08-20T21:26:04.6465598Z [00:02:18.768]➜  # import config
2025-08-20T21:26:04.6466362Z [00:02:18.768]➜  importmap golang.org/x/text/transform=vendor/golang.org/x/text/transform
2025-08-20T21:26:04.6467442Z [00:02:18.768]➜  importmap golang.org/x/text/unicode/bidi=vendor/golang.org/x/text/unicode/bidi
2025-08-20T21:26:04.6468432Z [00:02:18.768]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:04.6469695Z [00:02:18.768]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build548448651/b172/_pkg_.a
2025-08-20T21:26:04.6470959Z [00:02:18.768]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build548448651/b173/_pkg_.a
2025-08-20T21:26:04.6471989Z [00:02:18.768]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:04.6472913Z [00:02:18.768]➜  EOF
2025-08-20T21:26:04.6473429Z [00:02:18.769]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:04.6478992Z [00:02:18.769]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b171/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/secure/bidirule=>vendor/golang.org/x/text/secure/bidirule;$WORK/b171=>" -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/b171/importcfg -pack /root/.go/src/vendor/golang.org/x/text/secure/bidirule/bidirule.go /root/.go/src/vendor/golang.org/x/text/secure/bidirule/bidirule10.0.0.go
2025-08-20T21:26:04.6761472Z [00:02:18.798]➜  go tool buildid -w $WORK/b171/_pkg_.a # internal
2025-08-20T21:26:04.6786828Z [00:02:18.799]➜  cp $WORK/b171/_pkg_.a /root/.cache/go-build/b9/b928c7151297398403660b1b9809ffe85f877e33acd41d2f9999547d7cdbd1e5-d # internal
2025-08-20T21:26:04.6788064Z [00:02:18.799]➜  vendor/golang.org/x/net/http2/hpack
2025-08-20T21:26:04.6788890Z [00:02:18.799]➜  mkdir -p $WORK/b177/
2025-08-20T21:26:04.6789647Z [00:02:18.799]➜  cat >/tmp/go-build548448651/b177/importcfg << 'EOF' # internal
2025-08-20T21:26:04.6812009Z [00:02:18.799]➜  # import config
2025-08-20T21:26:04.6812756Z [00:02:18.799]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:04.6813663Z [00:02:18.799]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:04.6814510Z [00:02:18.799]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:04.6815322Z [00:02:18.799]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:04.6816168Z [00:02:18.799]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:04.6817125Z [00:02:18.799]➜  EOF
2025-08-20T21:26:04.6823406Z [00:02:18.800]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b177/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http2/hpack=>vendor/golang.org/x/net/http2/hpack;$WORK/b177=>" -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/b177/importcfg -pack /root/.go/src/vendor/golang.org/x/net/http2/hpack/encode.go /root/.go/src/vendor/golang.org/x/net/http2/hpack/hpack.go /root/.go/src/vendor/golang.org/x/net/http2/hpack/huffman.go /root/.go/src/vendor/golang.org/x/net/http2/hpack/static_table.go /root/.go/src/vendor/golang.org/x/net/http2/hpack/tables.go
2025-08-20T21:26:04.6969388Z [00:02:18.819]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:26:04.6972755Z [00:02:18.819]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b166=/tmp/go-build -gno-record-gcc-switches -I $WORK/b166/ -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/b166/_x014.o -c gcc_amd64.S
2025-08-20T21:26:04.7181608Z [00:02:18.840]➜  cd $WORK/b166
2025-08-20T21:26:04.7186965Z [00:02:18.841]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b166=/tmp/go-build -gno-record-gcc-switches -I $WORK/b166/ -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/b166/_cgo_main.o -c _cgo_main.c
2025-08-20T21:26:04.7447466Z [00:02:18.867]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:04.7453726Z [00:02:18.867]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b166=/tmp/go-build -gno-record-gcc-switches -o $WORK/b166/_cgo_.o $WORK/b166/_cgo_main.o $WORK/b166/preferlinkext $WORK/b166/_x001.o $WORK/b166/_x002.o $WORK/b166/_x003.o $WORK/b166/_x004.o $WORK/b166/_x005.o $WORK/b166/_x006.o $WORK/b166/_x007.o $WORK/b166/_x008.o $WORK/b166/_x009.o $WORK/b166/_x010.o $WORK/b166/_x011.o $WORK/b166/_x012.o $WORK/b166/_x013.o $WORK/b166/_x014.o -O2 -g -lpthread
2025-08-20T21:26:04.8539537Z [00:02:18.976]➜  go tool buildid -w $WORK/b177/_pkg_.a # internal
2025-08-20T21:26:04.8579728Z [00:02:18.980]➜  cp $WORK/b177/_pkg_.a /root/.cache/go-build/66/66909985228081b91f1bf1f5c0c424561a1e70477aec01bec971b687b5eb90b1-d # internal
2025-08-20T21:26:04.8624455Z [00:02:18.985]➜  mime
2025-08-20T21:26:04.8626108Z [00:02:18.985]➜  mkdir -p $WORK/b178/
2025-08-20T21:26:04.8642469Z [00:02:18.987]➜  cat >/tmp/go-build548448651/b178/importcfg << 'EOF' # internal
2025-08-20T21:26:04.8643734Z [00:02:18.987]➜  # import config
2025-08-20T21:26:04.8644983Z [00:02:18.987]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:04.8645969Z [00:02:18.987]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:04.8647782Z [00:02:18.987]➜  packagefile encoding/base64=/tmp/go-build548448651/b054/_pkg_.a
2025-08-20T21:26:04.8648806Z [00:02:18.987]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:04.8649576Z [00:02:18.987]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:04.8650322Z [00:02:18.987]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:04.8651082Z [00:02:18.987]➜  packagefile maps=/tmp/go-build548448651/b159/_pkg_.a
2025-08-20T21:26:04.8651851Z [00:02:18.987]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:04.8652603Z [00:02:18.987]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:04.8653396Z [00:02:18.987]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:04.8654514Z [00:02:18.987]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:04.8655369Z [00:02:18.987]➜  packagefile unicode=/tmp/go-build548448651/b041/_pkg_.a
2025-08-20T21:26:04.8656237Z [00:02:18.987]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:04.8656920Z [00:02:18.987]➜  EOF
2025-08-20T21:26:04.8672149Z [00:02:18.989]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b178/_pkg_.a -trimpath "/root/.go/src/mime=>mime;$WORK/b178=>" -p mime -lang=go1.25 -std -complete -installsuffix shared -buildid yfkW0OzRs3BX1DtZbK8J/yfkW0OzRs3BX1DtZbK8J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b178/importcfg -pack /root/.go/src/mime/encodedword.go /root/.go/src/mime/grammar.go /root/.go/src/mime/mediatype.go /root/.go/src/mime/type.go /root/.go/src/mime/type_unix.go
2025-08-20T21:26:04.9180260Z [00:02:19.039]➜  gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b166=/tmp/go-build -gno-record-gcc-switches -o $WORK/b166/_cgo_.o $WORK/b166/_cgo_main.o $WORK/b166/preferlinkext $WORK/b166/_x001.o $WORK/b166/_x002.o $WORK/b166/_x003.o $WORK/b166/_x004.o $WORK/b166/_x005.o $WORK/b166/_x006.o $WORK/b166/_x007.o $WORK/b166/_x008.o $WORK/b166/_x009.o $WORK/b166/_x010.o $WORK/b166/_x011.o $WORK/b166/_x012.o $WORK/b166/_x013.o $WORK/b166/_x014.o -O2 -g -lpthread # test for internal linking errors (succeeded)
2025-08-20T21:26:04.9186130Z [00:02:19.039]➜  TERM='dumb' /root/.go/pkg/tool/linux_amd64/cgo -dynpackage cgo -dynimport $WORK/b166/_cgo_.o -dynout $WORK/b166/_cgo_import.go -dynlinker
2025-08-20T21:26:04.9192080Z [00:02:19.042]➜  go tool buildid -w $WORK/b174/_pkg_.a # internal
2025-08-20T21:26:04.9208255Z [00:02:19.043]➜  echo -n > $WORK/b166/go_asm.h # internal
2025-08-20T21:26:04.9213303Z [00:02:19.043]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:26:04.9215399Z [00:02:19.043]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime/cgo -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b166=>" -I $WORK/b166/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b166/symabis ./asm_amd64.s
2025-08-20T21:26:04.9238381Z [00:02:19.046]➜  cp $WORK/b174/_pkg_.a /root/.cache/go-build/93/93c79bca53aeb43e2e6544e4e4f2cc3f0b78596410952a2fed343d8c28209bad-d # internal
2025-08-20T21:26:04.9243576Z [00:02:19.047]➜  cat >/tmp/go-build548448651/b166/importcfg << 'EOF' # internal
2025-08-20T21:26:04.9248267Z [00:02:19.047]➜  # import config
2025-08-20T21:26:04.9249226Z [00:02:19.047]➜  packagefile internal/runtime/sys=/tmp/go-build548448651/b031/_pkg_.a
2025-08-20T21:26:04.9250169Z [00:02:19.047]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:04.9251014Z [00:02:19.047]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:04.9251651Z [00:02:19.047]➜  EOF
2025-08-20T21:26:04.9252171Z [00:02:19.047]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:04.9257801Z [00:02:19.047]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b166/_pkg_.a -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b166=>" -p runtime/cgo -lang=go1.25 -std -installsuffix shared -buildid iBW1RfTeOg3zu7emqzxD/iBW1RfTeOg3zu7emqzxD -goversion go1.25.0 -symabis $WORK/b166/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b166/importcfg -pack -asmhdr $WORK/b166/go_asm.h /root/.go/src/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/b166/_cgo_gotypes.go $WORK/b166/cgo.cgo1.go $WORK/b166/_cgo_import.go
2025-08-20T21:26:04.9270804Z [00:02:19.049]➜  vendor/golang.org/x/net/idna
2025-08-20T21:26:04.9273286Z [00:02:19.049]➜  mkdir -p $WORK/b170/
2025-08-20T21:26:04.9282637Z [00:02:19.050]➜  cat >/tmp/go-build548448651/b170/importcfg << 'EOF' # internal
2025-08-20T21:26:04.9306719Z [00:02:19.050]➜  # import config
2025-08-20T21:26:04.9307918Z [00:02:19.050]➜  importmap golang.org/x/text/secure/bidirule=vendor/golang.org/x/text/secure/bidirule
2025-08-20T21:26:04.9309873Z [00:02:19.050]➜  importmap golang.org/x/text/unicode/bidi=vendor/golang.org/x/text/unicode/bidi
2025-08-20T21:26:04.9311054Z [00:02:19.050]➜  importmap golang.org/x/text/unicode/norm=vendor/golang.org/x/text/unicode/norm
2025-08-20T21:26:04.9312035Z [00:02:19.050]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:04.9313116Z [00:02:19.051]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/tmp/go-build548448651/b171/_pkg_.a
2025-08-20T21:26:04.9314389Z [00:02:19.051]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build548448651/b173/_pkg_.a
2025-08-20T21:26:04.9315768Z [00:02:19.051]➜  packagefile vendor/golang.org/x/text/unicode/norm=/tmp/go-build548448651/b174/_pkg_.a
2025-08-20T21:26:04.9328456Z [00:02:19.051]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:04.9329696Z [00:02:19.051]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:04.9330614Z [00:02:19.051]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:04.9331305Z [00:02:19.051]➜  EOF
2025-08-20T21:26:04.9336806Z [00:02:19.051]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b170/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/idna=>vendor/golang.org/x/net/idna;$WORK/b170=>" -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/b170/importcfg -pack /root/.go/src/vendor/golang.org/x/net/idna/go118.go /root/.go/src/vendor/golang.org/x/net/idna/idna10.0.0.go /root/.go/src/vendor/golang.org/x/net/idna/punycode.go /root/.go/src/vendor/golang.org/x/net/idna/tables15.0.0.go /root/.go/src/vendor/golang.org/x/net/idna/trie.go /root/.go/src/vendor/golang.org/x/net/idna/trie13.0.0.go /root/.go/src/vendor/golang.org/x/net/idna/trieval.go
2025-08-20T21:26:04.9354602Z [00:02:19.057]➜  go tool buildid -w $WORK/b118/_pkg_.a # internal
2025-08-20T21:26:04.9423529Z [00:02:19.065]➜  cp $WORK/b118/_pkg_.a /root/.cache/go-build/1a/1a56840bb6c354ddbabcfeeeeb024fdb0c2145e0bb62b44d1a9f2c79794c8133-d # internal
2025-08-20T21:26:04.9431937Z [00:02:19.065]➜  mime/quotedprintable
2025-08-20T21:26:04.9432498Z [00:02:19.065]➜  mkdir -p $WORK/b180/
2025-08-20T21:26:04.9433232Z [00:02:19.065]➜  cat >/tmp/go-build548448651/b180/importcfg << 'EOF' # internal
2025-08-20T21:26:04.9433925Z [00:02:19.065]➜  # import config
2025-08-20T21:26:04.9434591Z [00:02:19.065]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:04.9435407Z [00:02:19.065]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:04.9436213Z [00:02:19.065]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:04.9437005Z [00:02:19.065]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:04.9437612Z [00:02:19.065]➜  EOF
2025-08-20T21:26:04.9441117Z [00:02:19.065]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b180/_pkg_.a -trimpath "/root/.go/src/mime/quotedprintable=>mime/quotedprintable;$WORK/b180=>" -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/b180/importcfg -pack /root/.go/src/mime/quotedprintable/reader.go /root/.go/src/mime/quotedprintable/writer.go
2025-08-20T21:26:04.9769739Z [00:02:19.099]➜  go tool buildid -w $WORK/b180/_pkg_.a # internal
2025-08-20T21:26:04.9789983Z [00:02:19.100]➜  cp $WORK/b180/_pkg_.a /root/.cache/go-build/79/791ddfd8b3983aae62df0ca0947d6fab622405d102638cb76f40e33d3c4928a0-d # internal
2025-08-20T21:26:04.9793330Z [00:02:19.100]➜  net/http/internal
2025-08-20T21:26:04.9793939Z [00:02:19.100]➜  mkdir -p $WORK/b182/
2025-08-20T21:26:04.9794724Z [00:02:19.102]➜  cat >/tmp/go-build548448651/b182/importcfg << 'EOF' # internal
2025-08-20T21:26:04.9795501Z [00:02:19.102]➜  # import config
2025-08-20T21:26:04.9796557Z [00:02:19.102]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:04.9797456Z [00:02:19.102]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:04.9798301Z [00:02:19.102]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:04.9799434Z [00:02:19.102]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:04.9800242Z [00:02:19.102]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:04.9800870Z [00:02:19.102]➜  EOF
2025-08-20T21:26:04.9803845Z [00:02:19.102]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b182/_pkg_.a -trimpath "/root/.go/src/net/http/internal=>net/http/internal;$WORK/b182=>" -p net/http/internal -lang=go1.25 -std -complete -installsuffix shared -buildid CdC88mZs3j8lDIPodnRy/CdC88mZs3j8lDIPodnRy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b182/importcfg -pack /root/.go/src/net/http/internal/chunked.go
2025-08-20T21:26:05.0265554Z [00:02:19.149]➜  go tool buildid -w $WORK/b182/_pkg_.a # internal
2025-08-20T21:26:05.0273695Z [00:02:19.150]➜  cp $WORK/b182/_pkg_.a /root/.cache/go-build/2e/2ecafcd02ddf529e2f1d65253cd62347916f16e79e04abbed23c94d3cf9d8ebe-d # internal
2025-08-20T21:26:05.0290471Z [00:02:19.150]➜  net/http/internal/ascii
2025-08-20T21:26:05.0291099Z [00:02:19.150]➜  mkdir -p $WORK/b183/
2025-08-20T21:26:05.0291829Z [00:02:19.150]➜  cat >/tmp/go-build548448651/b183/importcfg << 'EOF' # internal
2025-08-20T21:26:05.0292507Z [00:02:19.150]➜  # import config
2025-08-20T21:26:05.0293156Z [00:02:19.150]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:05.0293958Z [00:02:19.150]➜  packagefile unicode=/tmp/go-build548448651/b041/_pkg_.a
2025-08-20T21:26:05.0294565Z [00:02:19.150]➜  EOF
2025-08-20T21:26:05.0297688Z [00:02:19.150]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b183/_pkg_.a -trimpath "/root/.go/src/net/http/internal/ascii=>net/http/internal/ascii;$WORK/b183=>" -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/b183/importcfg -pack /root/.go/src/net/http/internal/ascii/print.go
2025-08-20T21:26:05.0418675Z [00:02:19.163]➜  go tool buildid -w $WORK/b183/_pkg_.a # internal
2025-08-20T21:26:05.0420506Z [00:02:19.164]➜  cp $WORK/b183/_pkg_.a /root/.cache/go-build/bb/bbe85c2847289e089ecaa936b2fe9f07c09fe76f93a723c5147ca2f8b0a26426-d # internal
2025-08-20T21:26:05.0421914Z [00:02:19.164]➜  database/sql/driver
2025-08-20T21:26:05.0422798Z [00:02:19.164]➜  mkdir -p $WORK/b186/
2025-08-20T21:26:05.0423790Z [00:02:19.164]➜  cat >/tmp/go-build548448651/b186/importcfg << 'EOF' # internal
2025-08-20T21:26:05.0424748Z [00:02:19.164]➜  # import config
2025-08-20T21:26:05.0425575Z [00:02:19.164]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:05.0426607Z [00:02:19.164]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:05.0428264Z [00:02:19.164]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:05.0429192Z [00:02:19.164]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:05.0429989Z [00:02:19.164]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:05.0430787Z [00:02:19.164]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:05.0431386Z [00:02:19.164]➜  EOF
2025-08-20T21:26:05.0434639Z [00:02:19.164]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b186/_pkg_.a -trimpath "/root/.go/src/database/sql/driver=>database/sql/driver;$WORK/b186=>" -p database/sql/driver -lang=go1.25 -std -complete -installsuffix shared -buildid INg8tgFsvmSkfhWpsAAf/INg8tgFsvmSkfhWpsAAf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b186/importcfg -pack /root/.go/src/database/sql/driver/driver.go /root/.go/src/database/sql/driver/types.go
2025-08-20T21:26:05.0558892Z [00:02:19.178]➜  cp /root/.go/src/runtime/cgo/abi_amd64.h $WORK/b166/abi_GOARCH.h
2025-08-20T21:26:05.0562252Z [00:02:19.178]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:26:05.0584428Z [00:02:19.181]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime/cgo -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b166=>" -I $WORK/b166/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b166/asm_amd64.o ./asm_amd64.s
2025-08-20T21:26:05.0722625Z [00:02:19.193]➜  go tool pack r $WORK/b166/_pkg_.a $WORK/b166/asm_amd64.o $WORK/b166/preferlinkext $WORK/b166/_x001.o $WORK/b166/_x002.o $WORK/b166/_x003.o $WORK/b166/_x004.o $WORK/b166/_x005.o $WORK/b166/_x006.o $WORK/b166/_x007.o $WORK/b166/_x008.o $WORK/b166/_x009.o $WORK/b166/_x010.o $WORK/b166/_x011.o $WORK/b166/_x012.o $WORK/b166/_x013.o $WORK/b166/_x014.o # internal
2025-08-20T21:26:05.0726642Z [00:02:19.194]➜  go tool buildid -w $WORK/b166/_pkg_.a # internal
2025-08-20T21:26:05.0750989Z [00:02:19.197]➜  cp $WORK/b166/_pkg_.a /root/.cache/go-build/68/6812a82e0383ec8777abb0082a0a148400258c6ffbb09aaa834eb64321b87b30-d # internal
2025-08-20T21:26:05.0774837Z [00:02:19.200]➜  net
2025-08-20T21:26:05.0775867Z [00:02:19.200]➜  mkdir -p $WORK/b160/
2025-08-20T21:26:05.0784028Z [00:02:19.201]➜  echo -n > $WORK/b160/preferlinkext # internal
2025-08-20T21:26:05.0786162Z [00:02:19.201]➜  cd /root/.go/src/net
2025-08-20T21:26:05.0789779Z [00:02:19.201]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_amd64/cgo -objdir $WORK/b160/ -importpath net "-ldflags=\"-O2\" \"-g\" \"-lresolv\"" -- -I $WORK/b160/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector ./cgo_linux.go ./cgo_resnew.go ./cgo_socknew.go ./cgo_unix_cgo.go ./cgo_unix_cgo_res.go
2025-08-20T21:26:05.1389961Z [00:02:19.261]➜  go tool buildid -w $WORK/b186/_pkg_.a # internal
2025-08-20T21:26:05.1408783Z [00:02:19.263]➜  cp $WORK/b186/_pkg_.a /root/.cache/go-build/72/7297554511b7107710509f30f1d5125c22b293c8331cebf7a21d346d3ab317d5-d # internal
2025-08-20T21:26:05.1493574Z [00:02:19.272]➜  github.com/blang/semver/v4
2025-08-20T21:26:05.1495980Z [00:02:19.272]➜  mkdir -p $WORK/b185/
2025-08-20T21:26:05.1498895Z [00:02:19.272]➜  cat >/tmp/go-build548448651/b185/importcfg << 'EOF' # internal
2025-08-20T21:26:05.1499766Z [00:02:19.272]➜  # import config
2025-08-20T21:26:05.1501873Z [00:02:19.272]➜  packagefile database/sql/driver=/tmp/go-build548448651/b186/_pkg_.a
2025-08-20T21:26:05.1519551Z [00:02:19.272]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:05.1520965Z [00:02:19.272]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:05.1523003Z [00:02:19.272]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:05.1523852Z [00:02:19.272]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:05.1524685Z [00:02:19.272]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:05.1525514Z [00:02:19.272]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:05.1526325Z [00:02:19.272]➜  packagefile unicode=/tmp/go-build548448651/b041/_pkg_.a
2025-08-20T21:26:05.1526939Z [00:02:19.272]➜  EOF
2025-08-20T21:26:05.1527482Z [00:02:19.272]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:05.1532803Z [00:02:19.272]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b185/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/blang/semver/v4@v4.0.0=>github.com/blang/semver/v4@v4.0.0;$WORK/b185=>" -p github.com/blang/semver/v4 -lang=go1.14 -complete -installsuffix shared -buildid lY1seiBVNvyjKRs-z_BM/lY1seiBVNvyjKRs-z_BM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b185/importcfg -pack /root/go/pkg/mod/github.com/blang/semver/v4@v4.0.0/json.go /root/go/pkg/mod/github.com/blang/semver/v4@v4.0.0/range.go /root/go/pkg/mod/github.com/blang/semver/v4@v4.0.0/semver.go /root/go/pkg/mod/github.com/blang/semver/v4@v4.0.0/sort.go /root/go/pkg/mod/github.com/blang/semver/v4@v4.0.0/sql.go
2025-08-20T21:26:05.1985477Z [00:02:19.321]➜  go tool buildid -w $WORK/b178/_pkg_.a # internal
2025-08-20T21:26:05.2072056Z [00:02:19.329]➜  cp $WORK/b178/_pkg_.a /root/.cache/go-build/06/06edfede0e2d4363c2758e615d7aca4a11c0df726a5d3f4d6eaea40c735d7df0-d # internal
2025-08-20T21:26:05.2079042Z [00:02:19.330]➜  os/user
2025-08-20T21:26:05.2081845Z [00:02:19.331]➜  mkdir -p $WORK/b190/
2025-08-20T21:26:05.2089001Z [00:02:19.331]➜  echo -n > $WORK/b190/preferlinkext # internal
2025-08-20T21:26:05.2089678Z [00:02:19.331]➜  cd /root/.go/src/os/user
2025-08-20T21:26:05.2091575Z [00:02:19.331]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_amd64/cgo -objdir $WORK/b190/ -importpath os/user "-ldflags=\"-O2\" \"-g\"" -- -I $WORK/b190/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector ./cgo_lookup_cgo.go ./getgrouplist_unix.go
2025-08-20T21:26:05.2093853Z [00:02:19.331]➜  go tool buildid -w $WORK/b170/_pkg_.a # internal
2025-08-20T21:26:05.2118920Z [00:02:19.334]➜  cp $WORK/b170/_pkg_.a /root/.cache/go-build/f1/f107a750c9185b0f0c01f8b66c658890fb4a5edc02254438a86510f359ef4077-d # internal
2025-08-20T21:26:05.2135084Z [00:02:19.336]➜  regexp/syntax
2025-08-20T21:26:05.2135673Z [00:02:19.336]➜  mkdir -p $WORK/b193/
2025-08-20T21:26:05.2145016Z [00:02:19.337]➜  cat >/tmp/go-build548448651/b193/importcfg << 'EOF' # internal
2025-08-20T21:26:05.2147577Z [00:02:19.337]➜  # import config
2025-08-20T21:26:05.2150280Z [00:02:19.337]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:05.2151368Z [00:02:19.337]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:05.2154359Z [00:02:19.337]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:05.2155232Z [00:02:19.337]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:05.2156080Z [00:02:19.337]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:05.2156894Z [00:02:19.337]➜  packagefile unicode=/tmp/go-build548448651/b041/_pkg_.a
2025-08-20T21:26:05.2157755Z [00:02:19.337]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:05.2158424Z [00:02:19.337]➜  EOF
2025-08-20T21:26:05.2168836Z [00:02:19.339]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:05.2176010Z [00:02:19.340]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b193/_pkg_.a -trimpath "/root/.go/src/regexp/syntax=>regexp/syntax;$WORK/b193=>" -p regexp/syntax -lang=go1.25 -std -complete -installsuffix shared -buildid ZZLt7kv2e7TNThUqQKwy/ZZLt7kv2e7TNThUqQKwy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b193/importcfg -pack /root/.go/src/regexp/syntax/compile.go /root/.go/src/regexp/syntax/doc.go /root/.go/src/regexp/syntax/op_string.go /root/.go/src/regexp/syntax/parse.go /root/.go/src/regexp/syntax/perl_groups.go /root/.go/src/regexp/syntax/prog.go /root/.go/src/regexp/syntax/regexp.go /root/.go/src/regexp/syntax/simplify.go
2025-08-20T21:26:05.2493385Z [00:02:19.372]➜  go tool buildid -w $WORK/b185/_pkg_.a # internal
2025-08-20T21:26:05.2516375Z [00:02:19.374]➜  cp $WORK/b185/_pkg_.a /root/.cache/go-build/31/31bb2c34b120cacb4614dc34688091aa0a37b43558fc86dae9d730fbbe7759b5-d # internal
2025-08-20T21:26:05.2698464Z [00:02:19.392]➜  golang.org/x/sys/unix
2025-08-20T21:26:05.2702869Z [00:02:19.393]➜  mkdir -p $WORK/b194/
2025-08-20T21:26:05.2703986Z [00:02:19.393]➜  echo -n > $WORK/b194/go_asm.h # internal
2025-08-20T21:26:05.2706157Z [00:02:19.393]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix
2025-08-20T21:26:05.2708821Z [00:02:19.393]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/sys/unix -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix=>golang.org/x/sys@v0.35.0/unix;$WORK/b194=>" -I $WORK/b194/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b194/symabis ./asm_linux_amd64.s
2025-08-20T21:26:05.2743814Z [00:02:19.397]➜  cat >/tmp/go-build548448651/b194/importcfg << 'EOF' # internal
2025-08-20T21:26:05.2747963Z [00:02:19.397]➜  # import config
2025-08-20T21:26:05.2748878Z [00:02:19.397]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:05.2749838Z [00:02:19.397]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:05.2751046Z [00:02:19.397]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:05.2751938Z [00:02:19.397]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:05.2752800Z [00:02:19.397]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:05.2753668Z [00:02:19.397]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:05.2754523Z [00:02:19.397]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:05.2755406Z [00:02:19.397]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:05.2756215Z [00:02:19.397]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:05.2757055Z [00:02:19.397]➜  packagefile syscall=/tmp/go-build548448651/b047/_pkg_.a
2025-08-20T21:26:05.2757869Z [00:02:19.397]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:05.2758470Z [00:02:19.397]➜  EOF
2025-08-20T21:26:05.2768405Z [00:02:19.399]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:05.2792911Z [00:02:19.399]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b194/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix=>golang.org/x/sys@v0.35.0/unix;$WORK/b194=>" -p golang.org/x/sys/unix -lang=go1.23 -installsuffix shared -buildid VtMkpIaxUwBTTzf1lqNK/VtMkpIaxUwBTTzf1lqNK -goversion go1.25.0 -symabis $WORK/b194/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b194/importcfg -pack -asmhdr $WORK/b194/go_asm.h /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/affinity_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/aliases.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/auxv.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/bluetooth_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/constants.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/dev_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/dirent.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/endian_little.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/env_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/fcntl.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/fdset.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/ifreq_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/ioctl_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/ioctl_unsigned.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/mremap.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/pagesize_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/race0.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/readdirent_getdents.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/sockcmsg_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/sockcmsg_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/sockcmsg_unix_other.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/syscall.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/syscall_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/syscall_linux_alarm.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/syscall_linux_amd64.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/syscall_linux_amd64_gc.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/syscall_linux_gc.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/syscall_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/syscall_unix_gc.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/sysvshm_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/sysvshm_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/timestruct.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/vgetrandom_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/zerrors_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/zerrors_linux_amd64.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/zptrace_x86_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/zsyscall_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/zsyscall_linux_amd64.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/zsysnum_linux_amd64.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/ztypes_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/ztypes_linux_amd64.go
2025-08-20T21:26:05.5022692Z [00:02:19.624]➜  go tool buildid -w $WORK/b193/_pkg_.a # internal
2025-08-20T21:26:05.5063827Z [00:02:19.629]➜  cp $WORK/b193/_pkg_.a /root/.cache/go-build/5d/5dc0ab6af6d11857a8878bee66a464632298e872e277f3193cedca8902217a7c-d # internal
2025-08-20T21:26:05.5070522Z [00:02:19.629]➜  regexp
2025-08-20T21:26:05.5071009Z [00:02:19.629]➜  mkdir -p $WORK/b192/
2025-08-20T21:26:05.5074499Z [00:02:19.630]➜  cat >/tmp/go-build548448651/b192/importcfg << 'EOF' # internal
2025-08-20T21:26:05.5076832Z [00:02:19.630]➜  # import config
2025-08-20T21:26:05.5079407Z [00:02:19.630]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:05.5080484Z [00:02:19.630]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:05.5085314Z [00:02:19.630]➜  packagefile regexp/syntax=/tmp/go-build548448651/b193/_pkg_.a
2025-08-20T21:26:05.5086202Z [00:02:19.630]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:05.5087029Z [00:02:19.630]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:05.5087837Z [00:02:19.630]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:05.5088829Z [00:02:19.630]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:05.5089675Z [00:02:19.630]➜  packagefile unicode=/tmp/go-build548448651/b041/_pkg_.a
2025-08-20T21:26:05.5090523Z [00:02:19.630]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:05.5091165Z [00:02:19.630]➜  EOF
2025-08-20T21:26:05.5094298Z [00:02:19.630]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b192/_pkg_.a -trimpath "/root/.go/src/regexp=>regexp;$WORK/b192=>" -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/b192/importcfg -pack /root/.go/src/regexp/backtrack.go /root/.go/src/regexp/exec.go /root/.go/src/regexp/onepass.go /root/.go/src/regexp/regexp.go
2025-08-20T21:26:05.5934287Z [00:02:19.716]➜  cd $WORK/b190
2025-08-20T21:26:05.5937567Z [00:02:19.716]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b190=/tmp/go-build -gno-record-gcc-switches -I $WORK/b190/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=qOYGflXK9YaRotmAluP- -o $WORK/b190/_x001.o -c _cgo_export.c
2025-08-20T21:26:05.6217137Z [00:02:19.744]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b190=/tmp/go-build -gno-record-gcc-switches -I $WORK/b190/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=qOYGflXK9YaRotmAluP- -o $WORK/b190/_x002.o -c cgo_lookup_cgo.cgo2.c
2025-08-20T21:26:05.7023682Z [00:02:19.824]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b190=/tmp/go-build -gno-record-gcc-switches -I $WORK/b190/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=qOYGflXK9YaRotmAluP- -o $WORK/b190/_x003.o -c getgrouplist_unix.cgo2.c
2025-08-20T21:26:05.7388237Z [00:02:19.861]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b190=/tmp/go-build -gno-record-gcc-switches -I $WORK/b190/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=qOYGflXK9YaRotmAluP- -o $WORK/b190/_cgo_main.o -c _cgo_main.c
2025-08-20T21:26:05.7422072Z [00:02:19.862]➜  go tool buildid -w $WORK/b192/_pkg_.a # internal
2025-08-20T21:26:05.7440241Z [00:02:19.866]➜  cp $WORK/b192/_pkg_.a /root/.cache/go-build/65/651587dda54f0a18c390445dc9df937b492f23e29f5ce208f96c633580c2d1d6-d # internal
2025-08-20T21:26:05.7445678Z [00:02:19.867]➜  github.com/crackcomm/go-gitignore
2025-08-20T21:26:05.7457406Z [00:02:19.867]➜  mkdir -p $WORK/b191/
2025-08-20T21:26:05.7458173Z [00:02:19.867]➜  cat >/tmp/go-build548448651/b191/importcfg << 'EOF' # internal
2025-08-20T21:26:05.7460212Z [00:02:19.867]➜  # import config
2025-08-20T21:26:05.7460879Z [00:02:19.867]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:05.7461667Z [00:02:19.867]➜  packagefile regexp=/tmp/go-build548448651/b192/_pkg_.a
2025-08-20T21:26:05.7462470Z [00:02:19.867]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:05.7463071Z [00:02:19.867]➜  EOF
2025-08-20T21:26:05.7463589Z [00:02:19.867]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:05.7467840Z [00:02:19.868]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b191/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/crackcomm/go-gitignore@v0.0.0-20241020182519-7843d2ba8fdf=>github.com/crackcomm/go-gitignore@v0.0.0-20241020182519-7843d2ba8fdf;$WORK/b191=>" -p github.com/crackcomm/go-gitignore -lang=go1.16 -complete -installsuffix shared -buildid Wi0HO6YSXgvSRTOH4jxA/Wi0HO6YSXgvSRTOH4jxA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b191/importcfg -pack /root/go/pkg/mod/github.com/crackcomm/go-gitignore@v0.0.0-20241020182519-7843d2ba8fdf/ignore.go
2025-08-20T21:26:05.7685099Z [00:02:19.891]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b190=/tmp/go-build -gno-record-gcc-switches -o $WORK/b190/_cgo_.o $WORK/b190/_cgo_main.o $WORK/b190/preferlinkext $WORK/b190/_x001.o $WORK/b190/_x002.o $WORK/b190/_x003.o -O2 -g
2025-08-20T21:26:05.7731475Z [00:02:19.895]➜  go tool buildid -w $WORK/b191/_pkg_.a # internal
2025-08-20T21:26:05.7738238Z [00:02:19.896]➜  cp $WORK/b191/_pkg_.a /root/.cache/go-build/44/44e2f74245254f96830607fce97f4ab51842e3b8967c7017e73135d8b5771fcf-d # internal
2025-08-20T21:26:05.7740342Z [00:02:19.897]➜  github.com/gammazero/deque
2025-08-20T21:26:05.7747042Z [00:02:19.897]➜  mkdir -p $WORK/b197/
2025-08-20T21:26:05.7747840Z [00:02:19.897]➜  cat >/tmp/go-build548448651/b197/importcfg << 'EOF' # internal
2025-08-20T21:26:05.7748725Z [00:02:19.897]➜  # import config
2025-08-20T21:26:05.7749406Z [00:02:19.897]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:05.7750522Z [00:02:19.897]➜  packagefile iter=/tmp/go-build548448651/b039/_pkg_.a
2025-08-20T21:26:05.7751145Z [00:02:19.897]➜  EOF
2025-08-20T21:26:05.7754760Z [00:02:19.897]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b197/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gammazero/deque@v1.1.0=>github.com/gammazero/deque@v1.1.0;$WORK/b197=>" -p github.com/gammazero/deque -lang=go1.23 -complete -installsuffix shared -buildid -mkJExZT7nLr7TwdSFST/-mkJExZT7nLr7TwdSFST -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b197/importcfg -pack /root/go/pkg/mod/github.com/gammazero/deque@v1.1.0/deque.go /root/go/pkg/mod/github.com/gammazero/deque@v1.1.0/doc.go
2025-08-20T21:26:05.7875580Z [00:02:19.910]➜  go tool buildid -w $WORK/b197/_pkg_.a # internal
2025-08-20T21:26:05.7882949Z [00:02:19.911]➜  cp $WORK/b197/_pkg_.a /root/.cache/go-build/69/69d0ffac62980940373d3893fd42cd284f959120bcee4413a2aedf112322fe84-d # internal
2025-08-20T21:26:05.7887668Z [00:02:19.911]➜  log/slog/internal/buffer
2025-08-20T21:26:05.7888302Z [00:02:19.911]➜  mkdir -p $WORK/b204/
2025-08-20T21:26:05.7895748Z [00:02:19.911]➜  cat >/tmp/go-build548448651/b204/importcfg << 'EOF' # internal
2025-08-20T21:26:05.7896440Z [00:02:19.911]➜  # import config
2025-08-20T21:26:05.7897079Z [00:02:19.912]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:05.7897665Z [00:02:19.912]➜  EOF
2025-08-20T21:26:05.7901178Z [00:02:19.912]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b204/_pkg_.a -trimpath "/root/.go/src/log/slog/internal/buffer=>log/slog/internal/buffer;$WORK/b204=>" -p log/slog/internal/buffer -lang=go1.25 -std -complete -installsuffix shared -buildid 0HWT8LqazVPdgpieUes_/0HWT8LqazVPdgpieUes_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b204/importcfg -pack /root/.go/src/log/slog/internal/buffer/buffer.go
2025-08-20T21:26:05.8080746Z [00:02:19.930]➜  go tool buildid -w $WORK/b204/_pkg_.a # internal
2025-08-20T21:26:05.8100687Z [00:02:19.931]➜  cp $WORK/b204/_pkg_.a /root/.cache/go-build/36/36eb2e8aaccbeba90afc12b134521137935cf1e21b7a560ac87472a04d456af2-d # internal
2025-08-20T21:26:05.8109936Z [00:02:19.933]➜  log/slog
2025-08-20T21:26:05.8110414Z [00:02:19.933]➜  mkdir -p $WORK/b202/
2025-08-20T21:26:05.8111101Z [00:02:19.933]➜  cat >/tmp/go-build548448651/b202/importcfg << 'EOF' # internal
2025-08-20T21:26:05.8111736Z [00:02:19.933]➜  # import config
2025-08-20T21:26:05.8112366Z [00:02:19.933]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:05.8113150Z [00:02:19.933]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:05.8113969Z [00:02:19.933]➜  packagefile encoding=/tmp/go-build548448651/b053/_pkg_.a
2025-08-20T21:26:05.8114859Z [00:02:19.933]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:05.8115687Z [00:02:19.933]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:05.8116459Z [00:02:19.933]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:05.8117220Z [00:02:19.933]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:05.8117974Z [00:02:19.933]➜  packagefile log=/tmp/go-build548448651/b071/_pkg_.a
2025-08-20T21:26:05.8118959Z [00:02:19.933]➜  packagefile log/internal=/tmp/go-build548448651/b072/_pkg_.a
2025-08-20T21:26:05.8119882Z [00:02:19.933]➜  packagefile log/slog/internal=/tmp/go-build548448651/b203/_pkg_.a
2025-08-20T21:26:05.8122544Z [00:02:19.933]➜  packagefile log/slog/internal/buffer=/tmp/go-build548448651/b204/_pkg_.a
2025-08-20T21:26:05.8123967Z [00:02:19.935]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:05.8149883Z [00:02:19.935]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:05.8150765Z [00:02:19.935]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:05.8151573Z [00:02:19.935]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:05.8152366Z [00:02:19.935]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:05.8153511Z [00:02:19.935]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:05.8154293Z [00:02:19.935]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:05.8155117Z [00:02:19.935]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:05.8155897Z [00:02:19.935]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:05.8156675Z [00:02:19.935]➜  packagefile unicode=/tmp/go-build548448651/b041/_pkg_.a
2025-08-20T21:26:05.8157507Z [00:02:19.935]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:05.8158152Z [00:02:19.935]➜  EOF
2025-08-20T21:26:05.8162693Z [00:02:19.935]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b202/_pkg_.a -trimpath "/root/.go/src/log/slog=>log/slog;$WORK/b202=>" -p log/slog -lang=go1.25 -std -complete -installsuffix shared -buildid G8YbV9anifGDd3tP3iIN/G8YbV9anifGDd3tP3iIN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b202/importcfg -pack /root/.go/src/log/slog/attr.go /root/.go/src/log/slog/doc.go /root/.go/src/log/slog/handler.go /root/.go/src/log/slog/json_handler.go /root/.go/src/log/slog/level.go /root/.go/src/log/slog/logger.go /root/.go/src/log/slog/record.go /root/.go/src/log/slog/text_handler.go /root/.go/src/log/slog/value.go
2025-08-20T21:26:05.8432181Z [00:02:19.965]➜  gcc -I /root/.go/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b190=/tmp/go-build -gno-record-gcc-switches -o $WORK/b190/_cgo_.o $WORK/b190/_cgo_main.o $WORK/b190/preferlinkext $WORK/b190/_x001.o $WORK/b190/_x002.o $WORK/b190/_x003.o -O2 -g # test for internal linking errors (succeeded)
2025-08-20T21:26:05.8438156Z [00:02:19.966]➜  TERM='dumb' /root/.go/pkg/tool/linux_amd64/cgo -dynpackage user -dynimport $WORK/b190/_cgo_.o -dynout $WORK/b190/_cgo_import.go
2025-08-20T21:26:05.8544222Z [00:02:19.977]➜  cat >/tmp/go-build548448651/b190/importcfg << 'EOF' # internal
2025-08-20T21:26:05.8551323Z [00:02:19.977]➜  # import config
2025-08-20T21:26:05.8552003Z [00:02:19.977]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:05.8560489Z [00:02:19.978]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:05.8561385Z [00:02:19.978]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:05.8562302Z [00:02:19.978]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:05.8563090Z [00:02:19.978]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:05.8563899Z [00:02:19.978]➜  packagefile syscall=/tmp/go-build548448651/b047/_pkg_.a
2025-08-20T21:26:05.8564732Z [00:02:19.978]➜  packagefile runtime/cgo=/tmp/go-build548448651/b166/_pkg_.a
2025-08-20T21:26:05.8565381Z [00:02:19.978]➜  EOF
2025-08-20T21:26:05.8569556Z [00:02:19.978]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b190/_pkg_.a -trimpath "/root/.go/src/os/user=>os/user;$WORK/b190=>" -p os/user -lang=go1.25 -std -installsuffix shared -buildid qOYGflXK9YaRotmAluP-/qOYGflXK9YaRotmAluP- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b190/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/b190/_cgo_gotypes.go $WORK/b190/cgo_lookup_cgo.cgo1.go $WORK/b190/getgrouplist_unix.cgo1.go $WORK/b190/_cgo_import.go
2025-08-20T21:26:05.8597967Z [00:02:19.982]➜  cd $WORK/b160
2025-08-20T21:26:05.8601408Z [00:02:19.982]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b160=/tmp/go-build -gno-record-gcc-switches -I $WORK/b160/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b160/_x001.o -c _cgo_export.c
2025-08-20T21:26:05.8901237Z [00:02:20.012]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b160=/tmp/go-build -gno-record-gcc-switches -I $WORK/b160/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b160/_x002.o -c cgo_linux.cgo2.c
2025-08-20T21:26:05.9315543Z [00:02:20.054]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b160=/tmp/go-build -gno-record-gcc-switches -I $WORK/b160/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b160/_x003.o -c cgo_resnew.cgo2.c
2025-08-20T21:26:05.9706065Z [00:02:20.093]➜  cd /root/.go/src/os/user
2025-08-20T21:26:05.9714699Z [00:02:20.094]➜  go tool pack r $WORK/b190/_pkg_.a $WORK/b190/preferlinkext $WORK/b190/_x001.o $WORK/b190/_x002.o $WORK/b190/_x003.o # internal
2025-08-20T21:26:05.9715878Z [00:02:20.094]➜  go tool buildid -w $WORK/b190/_pkg_.a # internal
2025-08-20T21:26:05.9719729Z [00:02:20.094]➜  cp $WORK/b190/_pkg_.a /root/.cache/go-build/53/53988cf1c422d2bec5e1d58026f44fbe0b70186e7d7b2d77ae8097ee32c0fee3-d # internal
2025-08-20T21:26:05.9734558Z [00:02:20.096]➜  archive/tar
2025-08-20T21:26:05.9736525Z [00:02:20.096]➜  mkdir -p $WORK/b189/
2025-08-20T21:26:05.9752055Z [00:02:20.096]➜  cat >/tmp/go-build548448651/b189/importcfg << 'EOF' # internal
2025-08-20T21:26:05.9752836Z [00:02:20.096]➜  # import config
2025-08-20T21:26:05.9756749Z [00:02:20.098]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:05.9758121Z [00:02:20.098]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:05.9759567Z [00:02:20.098]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:05.9762452Z [00:02:20.098]➜  packagefile internal/godebug=/tmp/go-build548448651/b045/_pkg_.a
2025-08-20T21:26:05.9763550Z [00:02:20.098]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:05.9764777Z [00:02:20.098]➜  packagefile io/fs=/tmp/go-build548448651/b062/_pkg_.a
2025-08-20T21:26:05.9767011Z [00:02:20.098]➜  packagefile maps=/tmp/go-build548448651/b159/_pkg_.a
2025-08-20T21:26:05.9767866Z [00:02:20.098]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:05.9768862Z [00:02:20.098]➜  packagefile os/user=/tmp/go-build548448651/b190/_pkg_.a
2025-08-20T21:26:05.9769670Z [00:02:20.098]➜  packagefile path=/tmp/go-build548448651/b063/_pkg_.a
2025-08-20T21:26:05.9770496Z [00:02:20.098]➜  packagefile path/filepath=/tmp/go-build548448651/b168/_pkg_.a
2025-08-20T21:26:05.9771317Z [00:02:20.098]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:05.9772088Z [00:02:20.098]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:05.9772963Z [00:02:20.098]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:05.9773770Z [00:02:20.098]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:05.9774657Z [00:02:20.098]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:05.9775561Z [00:02:20.098]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:05.9776354Z [00:02:20.098]➜  packagefile syscall=/tmp/go-build548448651/b047/_pkg_.a
2025-08-20T21:26:05.9777159Z [00:02:20.098]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:05.9777762Z [00:02:20.098]➜  EOF
2025-08-20T21:26:05.9778303Z [00:02:20.098]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:05.9783048Z [00:02:20.098]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b189/_pkg_.a -trimpath "/root/.go/src/archive/tar=>archive/tar;$WORK/b189=>" -p archive/tar -lang=go1.25 -std -complete -installsuffix shared -buildid ElaeDS9_bL64AIoAmnMh/ElaeDS9_bL64AIoAmnMh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b189/importcfg -pack /root/.go/src/archive/tar/common.go /root/.go/src/archive/tar/format.go /root/.go/src/archive/tar/reader.go /root/.go/src/archive/tar/stat_actime1.go /root/.go/src/archive/tar/stat_unix.go /root/.go/src/archive/tar/strconv.go /root/.go/src/archive/tar/writer.go
2025-08-20T21:26:06.0063332Z [00:02:20.129]➜  cd $WORK/b160
2025-08-20T21:26:06.0068374Z [00:02:20.129]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b160=/tmp/go-build -gno-record-gcc-switches -I $WORK/b160/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b160/_x004.o -c cgo_socknew.cgo2.c
2025-08-20T21:26:06.0511386Z [00:02:20.173]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b160=/tmp/go-build -gno-record-gcc-switches -I $WORK/b160/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b160/_x005.o -c cgo_unix_cgo.cgo2.c
2025-08-20T21:26:06.1385283Z [00:02:20.261]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b160=/tmp/go-build -gno-record-gcc-switches -I $WORK/b160/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b160/_x006.o -c cgo_unix_cgo_res.cgo2.c
2025-08-20T21:26:06.1926360Z [00:02:20.315]➜  go tool buildid -w $WORK/b202/_pkg_.a # internal
2025-08-20T21:26:06.1932171Z [00:02:20.315]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b160=/tmp/go-build -gno-record-gcc-switches -I $WORK/b160/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b160/_cgo_main.o -c _cgo_main.c
2025-08-20T21:26:06.2014140Z [00:02:20.324]➜  cp $WORK/b202/_pkg_.a /root/.cache/go-build/bf/bfc19bc44ad3fb3753e78e424509d838b84f0ba879f5ecb2f066e5f5fcb3e18d-d # internal
2025-08-20T21:26:06.2020855Z [00:02:20.324]➜  github.com/go-logr/logr
2025-08-20T21:26:06.2021523Z [00:02:20.324]➜  mkdir -p $WORK/b201/
2025-08-20T21:26:06.2025024Z [00:02:20.325]➜  cat >/tmp/go-build548448651/b201/importcfg << 'EOF' # internal
2025-08-20T21:26:06.2025883Z [00:02:20.325]➜  # import config
2025-08-20T21:26:06.2026740Z [00:02:20.325]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:06.2027723Z [00:02:20.325]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:06.2028932Z [00:02:20.325]➜  packagefile log/slog=/tmp/go-build548448651/b202/_pkg_.a
2025-08-20T21:26:06.2029922Z [00:02:20.325]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:06.2030809Z [00:02:20.325]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:06.2031504Z [00:02:20.325]➜  EOF
2025-08-20T21:26:06.2046903Z [00:02:20.327]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:06.2052872Z [00:02:20.327]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b201/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-logr/logr@v1.4.3=>github.com/go-logr/logr@v1.4.3;$WORK/b201=>" -p github.com/go-logr/logr -lang=go1.18 -complete -installsuffix shared -buildid ws0fkzkeYM4orTkjCGyH/ws0fkzkeYM4orTkjCGyH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b201/importcfg -pack /root/go/pkg/mod/github.com/go-logr/logr@v1.4.3/context.go /root/go/pkg/mod/github.com/go-logr/logr@v1.4.3/context_slog.go /root/go/pkg/mod/github.com/go-logr/logr@v1.4.3/discard.go /root/go/pkg/mod/github.com/go-logr/logr@v1.4.3/logr.go /root/go/pkg/mod/github.com/go-logr/logr@v1.4.3/sloghandler.go /root/go/pkg/mod/github.com/go-logr/logr@v1.4.3/slogr.go /root/go/pkg/mod/github.com/go-logr/logr@v1.4.3/slogsink.go
2025-08-20T21:26:06.2250490Z [00:02:20.347]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b160=/tmp/go-build -gno-record-gcc-switches -o $WORK/b160/_cgo_.o $WORK/b160/_cgo_main.o $WORK/b160/preferlinkext $WORK/b160/_x001.o $WORK/b160/_x002.o $WORK/b160/_x003.o $WORK/b160/_x004.o $WORK/b160/_x005.o $WORK/b160/_x006.o -O2 -g -lresolv
2025-08-20T21:26:06.3104833Z [00:02:20.433]➜  go tool buildid -w $WORK/b201/_pkg_.a # internal
2025-08-20T21:26:06.3170899Z [00:02:20.438]➜  cp $WORK/b201/_pkg_.a /root/.cache/go-build/c9/c97ad76445e5b134f589b2b1b34660faf57ec0838b813442b6b900cbffe6c3f1-d # internal
2025-08-20T21:26:06.3176393Z [00:02:20.439]➜  github.com/go-logr/logr/funcr
2025-08-20T21:26:06.3177045Z [00:02:20.439]➜  mkdir -p $WORK/b207/
2025-08-20T21:26:06.3184487Z [00:02:20.441]➜  cat >/tmp/go-build548448651/b207/importcfg << 'EOF' # internal
2025-08-20T21:26:06.3185217Z [00:02:20.441]➜  # import config
2025-08-20T21:26:06.3185922Z [00:02:20.441]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:06.3186830Z [00:02:20.441]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:06.3187714Z [00:02:20.441]➜  packagefile encoding=/tmp/go-build548448651/b053/_pkg_.a
2025-08-20T21:26:06.3188874Z [00:02:20.441]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:06.3189775Z [00:02:20.441]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:06.3190694Z [00:02:20.441]➜  packagefile github.com/go-logr/logr=/tmp/go-build548448651/b201/_pkg_.a
2025-08-20T21:26:06.3191696Z [00:02:20.441]➜  packagefile log/slog=/tmp/go-build548448651/b202/_pkg_.a
2025-08-20T21:26:06.3192636Z [00:02:20.441]➜  packagefile path/filepath=/tmp/go-build548448651/b168/_pkg_.a
2025-08-20T21:26:06.3193537Z [00:02:20.441]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:06.3194380Z [00:02:20.441]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:06.3195228Z [00:02:20.441]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:06.3196367Z [00:02:20.441]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:06.3197248Z [00:02:20.441]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:06.3197916Z [00:02:20.441]➜  EOF
2025-08-20T21:26:06.3201964Z [00:02:20.441]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b207/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-logr/logr@v1.4.3/funcr=>github.com/go-logr/logr@v1.4.3/funcr;$WORK/b207=>" -p github.com/go-logr/logr/funcr -lang=go1.18 -complete -installsuffix shared -buildid 9dlhjUX3n3z8u2jTg_jf/9dlhjUX3n3z8u2jTg_jf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b207/importcfg -pack /root/go/pkg/mod/github.com/go-logr/logr@v1.4.3/funcr/funcr.go /root/go/pkg/mod/github.com/go-logr/logr@v1.4.3/funcr/slogsink.go
2025-08-20T21:26:06.3365907Z [00:02:20.459]➜  gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b160=/tmp/go-build -gno-record-gcc-switches -o $WORK/b160/_cgo_.o $WORK/b160/_cgo_main.o $WORK/b160/preferlinkext $WORK/b160/_x001.o $WORK/b160/_x002.o $WORK/b160/_x003.o $WORK/b160/_x004.o $WORK/b160/_x005.o $WORK/b160/_x006.o -O2 -g -lresolv # test for internal linking errors (succeeded)
2025-08-20T21:26:06.3382652Z [00:02:20.461]➜  TERM='dumb' /root/.go/pkg/tool/linux_amd64/cgo -dynpackage net -dynimport $WORK/b160/_cgo_.o -dynout $WORK/b160/_cgo_import.go
2025-08-20T21:26:06.3537413Z [00:02:20.476]➜  cat >/tmp/go-build548448651/b160/importcfg << 'EOF' # internal
2025-08-20T21:26:06.3541212Z [00:02:20.476]➜  # import config
2025-08-20T21:26:06.3544872Z [00:02:20.477]➜  importmap golang.org/x/net/dns/dnsmessage=vendor/golang.org/x/net/dns/dnsmessage
2025-08-20T21:26:06.3552124Z [00:02:20.477]➜  packagefile cmp=/tmp/go-build548448651/b051/_pkg_.a
2025-08-20T21:26:06.3553160Z [00:02:20.477]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:06.3554014Z [00:02:20.478]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:06.3567115Z [00:02:20.478]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/tmp/go-build548448651/b161/_pkg_.a
2025-08-20T21:26:06.3568277Z [00:02:20.478]➜  packagefile internal/bytealg=/tmp/go-build548448651/b011/_pkg_.a
2025-08-20T21:26:06.3569858Z [00:02:20.478]➜  packagefile internal/godebug=/tmp/go-build548448651/b045/_pkg_.a
2025-08-20T21:26:06.3570850Z [00:02:20.478]➜  packagefile internal/itoa=/tmp/go-build548448651/b048/_pkg_.a
2025-08-20T21:26:06.3571942Z [00:02:20.478]➜  packagefile internal/nettrace=/tmp/go-build548448651/b162/_pkg_.a
2025-08-20T21:26:06.3572885Z [00:02:20.478]➜  packagefile internal/poll=/tmp/go-build548448651/b064/_pkg_.a
2025-08-20T21:26:06.3573837Z [00:02:20.478]➜  packagefile internal/singleflight=/tmp/go-build548448651/b163/_pkg_.a
2025-08-20T21:26:06.3574837Z [00:02:20.478]➜  packagefile internal/stringslite=/tmp/go-build548448651/b032/_pkg_.a
2025-08-20T21:26:06.3576232Z [00:02:20.478]➜  packagefile internal/syscall/unix=/tmp/go-build548448651/b065/_pkg_.a
2025-08-20T21:26:06.3578224Z [00:02:20.478]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:06.3579208Z [00:02:20.478]➜  packagefile io/fs=/tmp/go-build548448651/b062/_pkg_.a
2025-08-20T21:26:06.3580042Z [00:02:20.478]➜  packagefile net/netip=/tmp/go-build548448651/b164/_pkg_.a
2025-08-20T21:26:06.3580828Z [00:02:20.478]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:06.3581617Z [00:02:20.478]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:06.3582423Z [00:02:20.478]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:06.3583223Z [00:02:20.478]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:06.3584013Z [00:02:20.478]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:06.3584845Z [00:02:20.478]➜  packagefile syscall=/tmp/go-build548448651/b047/_pkg_.a
2025-08-20T21:26:06.3585623Z [00:02:20.478]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:06.3586680Z [00:02:20.478]➜  packagefile runtime/cgo=/tmp/go-build548448651/b166/_pkg_.a
2025-08-20T21:26:06.3593324Z [00:02:20.478]➜  EOF
2025-08-20T21:26:06.3609812Z [00:02:20.478]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b160/_pkg_.a -trimpath "/root/.go/src/net=>net;$WORK/b160=>" -p net -lang=go1.25 -std -installsuffix shared -buildid sZ2VO8qLHWvO7b3fWvkM/sZ2VO8qLHWvO7b3fWvkM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b160/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/b160/_cgo_gotypes.go $WORK/b160/cgo_linux.cgo1.go $WORK/b160/cgo_resnew.cgo1.go $WORK/b160/cgo_socknew.cgo1.go $WORK/b160/cgo_unix_cgo.cgo1.go $WORK/b160/cgo_unix_cgo_res.cgo1.go $WORK/b160/_cgo_import.go
2025-08-20T21:26:06.3700204Z [00:02:20.492]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix
2025-08-20T21:26:06.3706917Z [00:02:20.493]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/sys/unix -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix=>golang.org/x/sys@v0.35.0/unix;$WORK/b194=>" -I $WORK/b194/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b194/asm_linux_amd64.o ./asm_linux_amd64.s
2025-08-20T21:26:06.3788846Z [00:02:20.501]➜  go tool pack r $WORK/b194/_pkg_.a $WORK/b194/asm_linux_amd64.o # internal
2025-08-20T21:26:06.3801529Z [00:02:20.502]➜  go tool buildid -w $WORK/b194/_pkg_.a # internal
2025-08-20T21:26:06.3965399Z [00:02:20.518]➜  cp $WORK/b194/_pkg_.a /root/.cache/go-build/ec/ecf8920da66d66fc3ef451e74bb6d9a70f6476ce0dded7d0b6f54760a04261c2-d # internal
2025-08-20T21:26:06.3966792Z [00:02:20.518]➜  go.opentelemetry.io/auto/sdk/internal/telemetry
2025-08-20T21:26:06.3967430Z [00:02:20.518]➜  mkdir -p $WORK/b209/
2025-08-20T21:26:06.3968143Z [00:02:20.519]➜  cat >/tmp/go-build548448651/b209/importcfg << 'EOF' # internal
2025-08-20T21:26:06.3976644Z [00:02:20.519]➜  # import config
2025-08-20T21:26:06.3977323Z [00:02:20.519]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:06.3978155Z [00:02:20.519]➜  packagefile cmp=/tmp/go-build548448651/b051/_pkg_.a
2025-08-20T21:26:06.3979465Z [00:02:20.519]➜  packagefile encoding/base64=/tmp/go-build548448651/b054/_pkg_.a
2025-08-20T21:26:06.3980403Z [00:02:20.519]➜  packagefile encoding/hex=/tmp/go-build548448651/b157/_pkg_.a
2025-08-20T21:26:06.3981292Z [00:02:20.519]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:06.3982154Z [00:02:20.519]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:06.3982927Z [00:02:20.519]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:06.3983685Z [00:02:20.519]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:06.3984458Z [00:02:20.519]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:06.3985254Z [00:02:20.519]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:06.3986055Z [00:02:20.519]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:06.3986826Z [00:02:20.519]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:06.3987431Z [00:02:20.519]➜  EOF
2025-08-20T21:26:06.4010757Z [00:02:20.522]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:06.4022226Z [00:02:20.522]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b209/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0/internal/telemetry=>go.opentelemetry.io/auto/sdk@v1.1.0/internal/telemetry;$WORK/b209=>" -p go.opentelemetry.io/auto/sdk/internal/telemetry -lang=go1.22 -complete -installsuffix shared -buildid A54QjKQCN_xG6gtcVAaC/A54QjKQCN_xG6gtcVAaC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b209/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0/internal/telemetry/attr.go /root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0/internal/telemetry/doc.go /root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0/internal/telemetry/id.go /root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0/internal/telemetry/number.go /root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0/internal/telemetry/resource.go /root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0/internal/telemetry/scope.go /root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0/internal/telemetry/span.go /root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0/internal/telemetry/status.go /root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0/internal/telemetry/traces.go /root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0/internal/telemetry/value.go
2025-08-20T21:26:06.5263950Z [00:02:20.649]➜  go tool buildid -w $WORK/b207/_pkg_.a # internal
2025-08-20T21:26:06.5286991Z [00:02:20.651]➜  cp $WORK/b207/_pkg_.a /root/.cache/go-build/97/9796aea79956dec5077b35b8efa7ce6b675d630c9dec7292df17d3a826539117-d # internal
2025-08-20T21:26:06.5290678Z [00:02:20.651]➜  github.com/go-logr/stdr
2025-08-20T21:26:06.5291348Z [00:02:20.651]➜  mkdir -p $WORK/b206/
2025-08-20T21:26:06.5292665Z [00:02:20.651]➜  cat >/tmp/go-build548448651/b206/importcfg << 'EOF' # internal
2025-08-20T21:26:06.5293600Z [00:02:20.652]➜  # import config
2025-08-20T21:26:06.5294558Z [00:02:20.652]➜  packagefile github.com/go-logr/logr=/tmp/go-build548448651/b201/_pkg_.a
2025-08-20T21:26:06.5295870Z [00:02:20.652]➜  packagefile github.com/go-logr/logr/funcr=/tmp/go-build548448651/b207/_pkg_.a
2025-08-20T21:26:06.5297294Z [00:02:20.652]➜  packagefile log=/tmp/go-build548448651/b071/_pkg_.a
2025-08-20T21:26:06.5299040Z [00:02:20.652]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:06.5299658Z [00:02:20.652]➜  EOF
2025-08-20T21:26:06.5302811Z [00:02:20.652]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b206/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-logr/stdr@v1.2.2=>github.com/go-logr/stdr@v1.2.2;$WORK/b206=>" -p github.com/go-logr/stdr -lang=go1.16 -complete -installsuffix shared -buildid 1G2hoplIQK5nvHzbP6B9/1G2hoplIQK5nvHzbP6B9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b206/importcfg -pack /root/go/pkg/mod/github.com/go-logr/stdr@v1.2.2/stdr.go
2025-08-20T21:26:06.5409614Z [00:02:20.663]➜  go tool buildid -w $WORK/b189/_pkg_.a # internal
2025-08-20T21:26:06.5523610Z [00:02:20.675]➜  cp $WORK/b189/_pkg_.a /root/.cache/go-build/32/322a5d94fd4b8776bfe72085c55d73694db19df51a0f7d275ee2aa181282807e-d # internal
2025-08-20T21:26:06.5532215Z [00:02:20.675]➜  go.opentelemetry.io/otel/attribute/internal
2025-08-20T21:26:06.5532855Z [00:02:20.675]➜  mkdir -p $WORK/b211/
2025-08-20T21:26:06.5533593Z [00:02:20.675]➜  cat >/tmp/go-build548448651/b211/importcfg << 'EOF' # internal
2025-08-20T21:26:06.5534249Z [00:02:20.675]➜  # import config
2025-08-20T21:26:06.5534908Z [00:02:20.675]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:06.5535521Z [00:02:20.675]➜  EOF
2025-08-20T21:26:06.5539522Z [00:02:20.675]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b211/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/attribute/internal=>go.opentelemetry.io/otel@v1.37.0/attribute/internal;$WORK/b211=>" -p go.opentelemetry.io/otel/attribute/internal -lang=go1.23 -complete -installsuffix shared -buildid V6joRsEz_eqkWdC5v3UK/V6joRsEz_eqkWdC5v3UK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b211/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/attribute/internal/attribute.go
2025-08-20T21:26:06.5605165Z [00:02:20.683]➜  go tool buildid -w $WORK/b209/_pkg_.a # internal
2025-08-20T21:26:06.5632005Z [00:02:20.686]➜  cp $WORK/b209/_pkg_.a /root/.cache/go-build/da/daa81c8c8b1d07f874d6927a038321abcaaf26da75bc6724aa8f981eec3023d9-d # internal
2025-08-20T21:26:06.5661265Z [00:02:20.687]➜  go.opentelemetry.io/otel/codes
2025-08-20T21:26:06.5664494Z [00:02:20.689]➜  mkdir -p $WORK/b212/
2025-08-20T21:26:06.5665215Z [00:02:20.689]➜  cat >/tmp/go-build548448651/b212/importcfg << 'EOF' # internal
2025-08-20T21:26:06.5665889Z [00:02:20.689]➜  # import config
2025-08-20T21:26:06.5666600Z [00:02:20.689]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:06.5667513Z [00:02:20.689]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:06.5668380Z [00:02:20.689]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:06.5669459Z [00:02:20.689]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:06.5670124Z [00:02:20.689]➜  EOF
2025-08-20T21:26:06.5674035Z [00:02:20.689]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b212/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/codes=>go.opentelemetry.io/otel@v1.37.0/codes;$WORK/b212=>" -p go.opentelemetry.io/otel/codes -lang=go1.23 -complete -installsuffix shared -buildid Cs2okMw_KplUI2itG9bp/Cs2okMw_KplUI2itG9bp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b212/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/codes/codes.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/codes/doc.go
2025-08-20T21:26:06.5853821Z [00:02:20.708]➜  go tool buildid -w $WORK/b206/_pkg_.a # internal
2025-08-20T21:26:06.5873709Z [00:02:20.710]➜  cp $WORK/b206/_pkg_.a /root/.cache/go-build/ec/ec1fba25fb8cc1ad466e5c4af58f62561dd72e0549e9e3e798cabbfc2b870c0e-d # internal
2025-08-20T21:26:06.5879983Z [00:02:20.710]➜  go.opentelemetry.io/otel/trace/internal/telemetry
2025-08-20T21:26:06.5882843Z [00:02:20.710]➜  mkdir -p $WORK/b217/
2025-08-20T21:26:06.5893812Z [00:02:20.712]➜  cat >/tmp/go-build548448651/b217/importcfg << 'EOF' # internal
2025-08-20T21:26:06.5901081Z [00:02:20.712]➜  # import config
2025-08-20T21:26:06.5907246Z [00:02:20.712]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:06.5908107Z [00:02:20.712]➜  packagefile cmp=/tmp/go-build548448651/b051/_pkg_.a
2025-08-20T21:26:06.5909460Z [00:02:20.712]➜  packagefile encoding/base64=/tmp/go-build548448651/b054/_pkg_.a
2025-08-20T21:26:06.5910373Z [00:02:20.712]➜  packagefile encoding/hex=/tmp/go-build548448651/b157/_pkg_.a
2025-08-20T21:26:06.5911311Z [00:02:20.712]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:06.5912215Z [00:02:20.712]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:06.5912995Z [00:02:20.712]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:06.5914015Z [00:02:20.712]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:06.5914839Z [00:02:20.712]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:06.5915708Z [00:02:20.712]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:06.5916684Z [00:02:20.712]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:06.5917530Z [00:02:20.712]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:06.5918173Z [00:02:20.712]➜  EOF
2025-08-20T21:26:06.5927896Z [00:02:20.712]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b217/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/internal/telemetry=>go.opentelemetry.io/otel/trace@v1.37.0/internal/telemetry;$WORK/b217=>" -p go.opentelemetry.io/otel/trace/internal/telemetry -lang=go1.23 -complete -installsuffix shared -buildid bNxfp6gIsB-Cen8sdt8E/bNxfp6gIsB-Cen8sdt8E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b217/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/internal/telemetry/attr.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/internal/telemetry/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/internal/telemetry/id.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/internal/telemetry/number.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/internal/telemetry/resource.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/internal/telemetry/scope.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/internal/telemetry/span.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/internal/telemetry/status.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/internal/telemetry/traces.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/internal/telemetry/value.go
2025-08-20T21:26:06.5944109Z [00:02:20.717]➜  go tool buildid -w $WORK/b211/_pkg_.a # internal
2025-08-20T21:26:06.5955464Z [00:02:20.718]➜  cp $WORK/b211/_pkg_.a /root/.cache/go-build/d8/d8aa3cfe73109e17d199b228d2c964b9ff0d0895d8a3214d5a9ab91e209f62e3-d # internal
2025-08-20T21:26:06.5980582Z [00:02:20.720]➜  go tool buildid -w $WORK/b212/_pkg_.a # internal
2025-08-20T21:26:06.5986773Z [00:02:20.721]➜  go.opentelemetry.io/otel/attribute
2025-08-20T21:26:06.5987829Z [00:02:20.721]➜  mkdir -p $WORK/b210/
2025-08-20T21:26:06.5990289Z [00:02:20.721]➜  cat >/tmp/go-build548448651/b210/importcfg << 'EOF' # internal
2025-08-20T21:26:06.5991393Z [00:02:20.721]➜  # import config
2025-08-20T21:26:06.5992401Z [00:02:20.721]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:06.5993258Z [00:02:20.721]➜  packagefile cmp=/tmp/go-build548448651/b051/_pkg_.a
2025-08-20T21:26:06.5995221Z [00:02:20.721]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:06.5996453Z [00:02:20.721]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:06.5997632Z [00:02:20.721]➜  packagefile go.opentelemetry.io/otel/attribute/internal=/tmp/go-build548448651/b211/_pkg_.a
2025-08-20T21:26:06.5999137Z [00:02:20.721]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:06.6000167Z [00:02:20.721]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:06.6001341Z [00:02:20.721]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:06.6002328Z [00:02:20.721]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:06.6003094Z [00:02:20.721]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:06.6004020Z [00:02:20.721]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:06.6004966Z [00:02:20.721]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:06.6005673Z [00:02:20.721]➜  EOF
2025-08-20T21:26:06.6015832Z [00:02:20.721]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b210/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/attribute=>go.opentelemetry.io/otel@v1.37.0/attribute;$WORK/b210=>" -p go.opentelemetry.io/otel/attribute -lang=go1.23 -complete -installsuffix shared -buildid tEOHwBYF77ybbk1Xrhgn/tEOHwBYF77ybbk1Xrhgn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b210/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/attribute/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/attribute/encoder.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/attribute/filter.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/attribute/iterator.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/attribute/key.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/attribute/kv.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/attribute/rawhelpers.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/attribute/set.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/attribute/type_string.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/attribute/value.go
2025-08-20T21:26:06.6024581Z [00:02:20.724]➜  cp $WORK/b212/_pkg_.a /root/.cache/go-build/72/72b78c1289dbe3395d25a1ece194eb8234cb84fbdad811cfc598aa61ece5ad7a-d # internal
2025-08-20T21:26:06.6025828Z [00:02:20.724]➜  go.opentelemetry.io/otel/internal/baggage
2025-08-20T21:26:06.6026497Z [00:02:20.724]➜  mkdir -p $WORK/b223/
2025-08-20T21:26:06.6030836Z [00:02:20.725]➜  cat >/tmp/go-build548448651/b223/importcfg << 'EOF' # internal
2025-08-20T21:26:06.6033830Z [00:02:20.725]➜  # import config
2025-08-20T21:26:06.6034494Z [00:02:20.725]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:06.6035112Z [00:02:20.725]➜  EOF
2025-08-20T21:26:06.6039556Z [00:02:20.725]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b223/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/internal/baggage=>go.opentelemetry.io/otel@v1.37.0/internal/baggage;$WORK/b223=>" -p go.opentelemetry.io/otel/internal/baggage -lang=go1.23 -complete -installsuffix shared -buildid xHdsqMp5T0YeSNXPPjrK/xHdsqMp5T0YeSNXPPjrK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b223/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/internal/baggage/baggage.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/internal/baggage/context.go
2025-08-20T21:26:06.6171316Z [00:02:20.739]➜  go tool buildid -w $WORK/b223/_pkg_.a # internal
2025-08-20T21:26:06.6173882Z [00:02:20.739]➜  cp $WORK/b223/_pkg_.a /root/.cache/go-build/53/5303a79ebfbc188b000de432425438832a6fd1778dac53d8ed76b6663c70ff94-d # internal
2025-08-20T21:26:06.6181449Z [00:02:20.741]➜  go.opentelemetry.io/otel/baggage
2025-08-20T21:26:06.6183105Z [00:02:20.741]➜  mkdir -p $WORK/b222/
2025-08-20T21:26:06.6194282Z [00:02:20.742]➜  cat >/tmp/go-build548448651/b222/importcfg << 'EOF' # internal
2025-08-20T21:26:06.6196103Z [00:02:20.742]➜  # import config
2025-08-20T21:26:06.6196820Z [00:02:20.742]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:06.6197689Z [00:02:20.742]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:06.6198722Z [00:02:20.742]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:06.6200031Z [00:02:20.742]➜  packagefile go.opentelemetry.io/otel/internal/baggage=/tmp/go-build548448651/b223/_pkg_.a
2025-08-20T21:26:06.6201040Z [00:02:20.742]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:06.6201889Z [00:02:20.742]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:06.6202701Z [00:02:20.742]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:06.6203332Z [00:02:20.742]➜  EOF
2025-08-20T21:26:06.6207634Z [00:02:20.742]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b222/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/baggage=>go.opentelemetry.io/otel@v1.37.0/baggage;$WORK/b222=>" -p go.opentelemetry.io/otel/baggage -lang=go1.23 -complete -installsuffix shared -buildid 1Qfn4RGJkd8e2I4K13Tx/1Qfn4RGJkd8e2I4K13Tx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b222/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/baggage/baggage.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/baggage/context.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/baggage/doc.go
2025-08-20T21:26:06.7391034Z [00:02:20.861]➜  go tool buildid -w $WORK/b222/_pkg_.a # internal
2025-08-20T21:26:06.7393559Z [00:02:20.861]➜  cp $WORK/b222/_pkg_.a /root/.cache/go-build/c1/c12b03093224f68cf6552428f5885a5addd3b89b77b710febf34886213bc2cbd-d # internal
2025-08-20T21:26:06.7394772Z [00:02:20.861]➜  github.com/hashicorp/golang-lru/v2/internal
2025-08-20T21:26:06.7395391Z [00:02:20.861]➜  mkdir -p $WORK/b227/
2025-08-20T21:26:06.7433601Z [00:02:20.866]➜  cat >/tmp/go-build548448651/b227/importcfg << 'EOF' # internal
2025-08-20T21:26:06.7434353Z [00:02:20.866]➜  # import config
2025-08-20T21:26:06.7435001Z [00:02:20.866]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:06.7435626Z [00:02:20.866]➜  EOF
2025-08-20T21:26:06.7441294Z [00:02:20.866]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b227/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/golang-lru/v2@v2.0.7/internal=>github.com/hashicorp/golang-lru/v2@v2.0.7/internal;$WORK/b227=>" -p github.com/hashicorp/golang-lru/v2/internal -lang=go1.18 -complete -installsuffix shared -buildid GG4adhrwv8Xvjah1N9J0/GG4adhrwv8Xvjah1N9J0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b227/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/golang-lru/v2@v2.0.7/internal/list.go
2025-08-20T21:26:06.7678452Z [00:02:20.890]➜  go tool buildid -w $WORK/b227/_pkg_.a # internal
2025-08-20T21:26:06.7701761Z [00:02:20.892]➜  cp $WORK/b227/_pkg_.a /root/.cache/go-build/c9/c9b6aa1c9a47f508d0e4d48cca627cd6c9832afc06e54fe867dec080b11c944f-d # internal
2025-08-20T21:26:06.7707328Z [00:02:20.893]➜  github.com/hashicorp/golang-lru/v2/simplelru
2025-08-20T21:26:06.7708087Z [00:02:20.893]➜  mkdir -p $WORK/b226/
2025-08-20T21:26:06.7709002Z [00:02:20.893]➜  cat >/tmp/go-build548448651/b226/importcfg << 'EOF' # internal
2025-08-20T21:26:06.7709684Z [00:02:20.893]➜  # import config
2025-08-20T21:26:06.7710381Z [00:02:20.893]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:06.7711488Z [00:02:20.893]➜  packagefile github.com/hashicorp/golang-lru/v2/internal=/tmp/go-build548448651/b227/_pkg_.a
2025-08-20T21:26:06.7712395Z [00:02:20.893]➜  EOF
2025-08-20T21:26:06.7716937Z [00:02:20.893]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b226/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/golang-lru/v2@v2.0.7/simplelru=>github.com/hashicorp/golang-lru/v2@v2.0.7/simplelru;$WORK/b226=>" -p github.com/hashicorp/golang-lru/v2/simplelru -lang=go1.18 -complete -installsuffix shared -buildid z1laKLt7bWGFad4X6Uvx/z1laKLt7bWGFad4X6Uvx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b226/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/golang-lru/v2@v2.0.7/simplelru/lru.go /root/go/pkg/mod/github.com/hashicorp/golang-lru/v2@v2.0.7/simplelru/lru_interface.go
2025-08-20T21:26:06.7804330Z [00:02:20.903]➜  go tool buildid -w $WORK/b226/_pkg_.a # internal
2025-08-20T21:26:06.7813082Z [00:02:20.903]➜  cp $WORK/b226/_pkg_.a /root/.cache/go-build/48/48760d268ec57af453f15f20ab0ad176b336ba39323776f08c38fdcd6d87a50f-d # internal
2025-08-20T21:26:06.7817770Z [00:02:20.904]➜  github.com/hashicorp/golang-lru/v2
2025-08-20T21:26:06.7818434Z [00:02:20.904]➜  mkdir -p $WORK/b225/
2025-08-20T21:26:06.7820521Z [00:02:20.904]➜  cat >/tmp/go-build548448651/b225/importcfg << 'EOF' # internal
2025-08-20T21:26:06.7821221Z [00:02:20.904]➜  # import config
2025-08-20T21:26:06.7821855Z [00:02:20.904]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:06.7822921Z [00:02:20.904]➜  packagefile github.com/hashicorp/golang-lru/v2/simplelru=/tmp/go-build548448651/b226/_pkg_.a
2025-08-20T21:26:06.7823948Z [00:02:20.904]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:06.7824530Z [00:02:20.904]➜  EOF
2025-08-20T21:26:06.7828927Z [00:02:20.905]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b225/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/golang-lru/v2@v2.0.7=>github.com/hashicorp/golang-lru/v2@v2.0.7;$WORK/b225=>" -p github.com/hashicorp/golang-lru/v2 -lang=go1.18 -complete -installsuffix shared -buildid pl2B8vV5cgPgN0ff9MEZ/pl2B8vV5cgPgN0ff9MEZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b225/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/golang-lru/v2@v2.0.7/2q.go /root/go/pkg/mod/github.com/hashicorp/golang-lru/v2@v2.0.7/doc.go /root/go/pkg/mod/github.com/hashicorp/golang-lru/v2@v2.0.7/lru.go
2025-08-20T21:26:06.7911171Z [00:02:20.914]➜  go tool buildid -w $WORK/b217/_pkg_.a # internal
2025-08-20T21:26:06.7937516Z [00:02:20.916]➜  cp $WORK/b217/_pkg_.a /root/.cache/go-build/e8/e807d771dfda248aa3a898aea647c8374057c2aea4cb450c94dedcbbe7019f76-d # internal
2025-08-20T21:26:06.7940750Z [00:02:20.917]➜  go tool buildid -w $WORK/b210/_pkg_.a # internal
2025-08-20T21:26:06.7942609Z [00:02:20.917]➜  github.com/ipfs/bbloom
2025-08-20T21:26:06.7944837Z [00:02:20.917]➜  mkdir -p $WORK/b228/
2025-08-20T21:26:06.7947090Z [00:02:20.917]➜  cat >/tmp/go-build548448651/b228/importcfg << 'EOF' # internal
2025-08-20T21:26:06.7947835Z [00:02:20.917]➜  # import config
2025-08-20T21:26:06.7948846Z [00:02:20.917]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:06.7950209Z [00:02:20.917]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:06.7951202Z [00:02:20.917]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:06.7951976Z [00:02:20.917]➜  packagefile log=/tmp/go-build548448651/b071/_pkg_.a
2025-08-20T21:26:06.7952790Z [00:02:20.917]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:06.7953562Z [00:02:20.917]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:06.7954356Z [00:02:20.917]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:06.7954976Z [00:02:20.917]➜  EOF
2025-08-20T21:26:06.7958723Z [00:02:20.917]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b228/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/bbloom@v0.0.4=>github.com/ipfs/bbloom@v0.0.4;$WORK/b228=>" -p github.com/ipfs/bbloom -lang=go1.12 -complete -installsuffix shared -buildid 9I-CIDg1gwR2Z9AU3dEr/9I-CIDg1gwR2Z9AU3dEr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b228/importcfg -pack /root/go/pkg/mod/github.com/ipfs/bbloom@v0.0.4/bbloom.go /root/go/pkg/mod/github.com/ipfs/bbloom@v0.0.4/sipHash.go
2025-08-20T21:26:06.7972795Z [00:02:20.919]➜  cp $WORK/b210/_pkg_.a /root/.cache/go-build/5b/5b5da54de4ba0648c661feb7ba6f6d042036e4dc081a622973135bd65800e2af-d # internal
2025-08-20T21:26:06.7994785Z [00:02:20.922]➜  go.opentelemetry.io/otel/semconv/v1.26.0
2025-08-20T21:26:06.7997181Z [00:02:20.922]➜  mkdir -p $WORK/b213/
2025-08-20T21:26:06.8003923Z [00:02:20.923]➜  cat >/tmp/go-build548448651/b213/importcfg << 'EOF' # internal
2025-08-20T21:26:06.8004664Z [00:02:20.923]➜  # import config
2025-08-20T21:26:06.8005553Z [00:02:20.923]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build548448651/b210/_pkg_.a
2025-08-20T21:26:06.8006666Z [00:02:20.923]➜  EOF
2025-08-20T21:26:06.8012545Z [00:02:20.923]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b213/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.26.0=>go.opentelemetry.io/otel@v1.37.0/semconv/v1.26.0;$WORK/b213=>" -p go.opentelemetry.io/otel/semconv/v1.26.0 -lang=go1.23 -complete -installsuffix shared -buildid 6jL6A6TDiEFK_NJQZsLQ/6jL6A6TDiEFK_NJQZsLQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b213/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.26.0/attribute_group.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.26.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.26.0/exception.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.26.0/metric.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.26.0/schema.go
2025-08-20T21:26:06.8053738Z [00:02:20.928]➜  go tool buildid -w $WORK/b225/_pkg_.a # internal
2025-08-20T21:26:06.8063064Z [00:02:20.929]➜  cp $WORK/b225/_pkg_.a /root/.cache/go-build/78/7852cc3cd4cc0418b1d0bfb50173d4f0e77cc55b36ba2a4b06d94d3009f883a9-d # internal
2025-08-20T21:26:06.8071364Z [00:02:20.929]➜  go.opentelemetry.io/otel/semconv/v1.34.0
2025-08-20T21:26:06.8072061Z [00:02:20.929]➜  mkdir -p $WORK/b215/
2025-08-20T21:26:06.8076701Z [00:02:20.930]➜  cat >/tmp/go-build548448651/b215/importcfg << 'EOF' # internal
2025-08-20T21:26:06.8077532Z [00:02:20.930]➜  # import config
2025-08-20T21:26:06.8078485Z [00:02:20.930]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build548448651/b210/_pkg_.a
2025-08-20T21:26:06.8079599Z [00:02:20.930]➜  EOF
2025-08-20T21:26:06.8084934Z [00:02:20.930]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b215/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.34.0=>go.opentelemetry.io/otel@v1.37.0/semconv/v1.34.0;$WORK/b215=>" -p go.opentelemetry.io/otel/semconv/v1.34.0 -lang=go1.23 -complete -installsuffix shared -buildid 5wt1mWj1sebb6orsc30g/5wt1mWj1sebb6orsc30g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b215/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.34.0/attribute_group.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.34.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.34.0/exception.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.34.0/schema.go
2025-08-20T21:26:06.8343090Z [00:02:20.957]➜  go tool buildid -w $WORK/b228/_pkg_.a # internal
2025-08-20T21:26:06.8352365Z [00:02:20.958]➜  cp $WORK/b228/_pkg_.a /root/.cache/go-build/79/79e08c22f11532acc3734dfd21edc5efd211965c55e304ffc435573df7017325-d # internal
2025-08-20T21:26:06.8355869Z [00:02:20.958]➜  go.opentelemetry.io/otel/metric
2025-08-20T21:26:06.8356457Z [00:02:20.958]➜  mkdir -p $WORK/b219/
2025-08-20T21:26:06.8361043Z [00:02:20.959]➜  cat >/tmp/go-build548448651/b219/importcfg << 'EOF' # internal
2025-08-20T21:26:06.8361942Z [00:02:20.959]➜  # import config
2025-08-20T21:26:06.8363207Z [00:02:20.959]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:06.8364290Z [00:02:20.959]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build548448651/b210/_pkg_.a
2025-08-20T21:26:06.8365474Z [00:02:20.959]➜  packagefile go.opentelemetry.io/otel/metric/embedded=/tmp/go-build548448651/b220/_pkg_.a
2025-08-20T21:26:06.8366254Z [00:02:20.959]➜  EOF
2025-08-20T21:26:06.8380810Z [00:02:20.960]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b219/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.37.0=>go.opentelemetry.io/otel/metric@v1.37.0;$WORK/b219=>" -p go.opentelemetry.io/otel/metric -lang=go1.23 -complete -installsuffix shared -buildid 5odHooyAHLC2B1U3ksTw/5odHooyAHLC2B1U3ksTw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b219/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.37.0/asyncfloat64.go /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.37.0/asyncint64.go /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.37.0/config.go /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.37.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.37.0/instrument.go /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.37.0/meter.go /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.37.0/syncfloat64.go /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.37.0/syncint64.go
2025-08-20T21:26:07.0214479Z [00:02:21.144]➜  go tool buildid -w $WORK/b219/_pkg_.a # internal
2025-08-20T21:26:07.0313075Z [00:02:21.154]➜  cp $WORK/b219/_pkg_.a /root/.cache/go-build/8e/8ebea168f31bcaf2c8e9d7167686ee649aa937b73a05dfc277f220d7cef956df-d # internal
2025-08-20T21:26:07.0314448Z [00:02:21.154]➜  github.com/mr-tron/base58/base58
2025-08-20T21:26:07.0315236Z [00:02:21.154]➜  mkdir -p $WORK/b232/
2025-08-20T21:26:07.0319889Z [00:02:21.154]➜  cat >/tmp/go-build548448651/b232/importcfg << 'EOF' # internal
2025-08-20T21:26:07.0323706Z [00:02:21.154]➜  # import config
2025-08-20T21:26:07.0324428Z [00:02:21.154]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:07.0325269Z [00:02:21.154]➜  packagefile math/big=/tmp/go-build548448651/b108/_pkg_.a
2025-08-20T21:26:07.0325957Z [00:02:21.154]➜  EOF
2025-08-20T21:26:07.0330167Z [00:02:21.155]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b232/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mr-tron/base58@v1.2.0/base58=>github.com/mr-tron/base58@v1.2.0/base58;$WORK/b232=>" -p github.com/mr-tron/base58/base58 -lang=go1.12 -complete -installsuffix shared -buildid oCY3IK9Hcqgkj6vY_vs_/oCY3IK9Hcqgkj6vY_vs_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b232/importcfg -pack /root/go/pkg/mod/github.com/mr-tron/base58@v1.2.0/base58/alphabet.go /root/go/pkg/mod/github.com/mr-tron/base58@v1.2.0/base58/base58.go
2025-08-20T21:26:07.1305734Z [00:02:21.253]➜  go tool buildid -w $WORK/b232/_pkg_.a # internal
2025-08-20T21:26:07.1330769Z [00:02:21.254]➜  cp $WORK/b232/_pkg_.a /root/.cache/go-build/15/1539337b124c122070577d31731dd95e2d66f5a69a576f9f4e60ad77e08070b3-d # internal
2025-08-20T21:26:07.1332181Z [00:02:21.254]➜  github.com/multiformats/go-base32
2025-08-20T21:26:07.1333256Z [00:02:21.254]➜  mkdir -p $WORK/b233/
2025-08-20T21:26:07.1334034Z [00:02:21.256]➜  cat >/tmp/go-build548448651/b233/importcfg << 'EOF' # internal
2025-08-20T21:26:07.1335046Z [00:02:21.256]➜  # import config
2025-08-20T21:26:07.1338721Z [00:02:21.256]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:07.1339596Z [00:02:21.256]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:07.1340226Z [00:02:21.256]➜  EOF
2025-08-20T21:26:07.1343829Z [00:02:21.256]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b233/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/multiformats/go-base32@v0.1.0=>github.com/multiformats/go-base32@v0.1.0;$WORK/b233=>" -p github.com/multiformats/go-base32 -lang=go1.18 -complete -installsuffix shared -buildid HGM_BK8QB2gtFS2lofUK/HGM_BK8QB2gtFS2lofUK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b233/importcfg -pack /root/go/pkg/mod/github.com/multiformats/go-base32@v0.1.0/base32.go
2025-08-20T21:26:07.2065522Z [00:02:21.328]➜  go tool buildid -w $WORK/b233/_pkg_.a # internal
2025-08-20T21:26:07.2066944Z [00:02:21.329]➜  cp $WORK/b233/_pkg_.a /root/.cache/go-build/bb/bb531f189efd58a52b7a8ab0362d334e81f0cf99d864b438d9713e59853bbc54-d # internal
2025-08-20T21:26:07.2071290Z [00:02:21.330]➜  github.com/multiformats/go-base36
2025-08-20T21:26:07.2072119Z [00:02:21.330]➜  mkdir -p $WORK/b234/
2025-08-20T21:26:07.2073169Z [00:02:21.330]➜  cat >/tmp/go-build548448651/b234/importcfg << 'EOF' # internal
2025-08-20T21:26:07.2073891Z [00:02:21.330]➜  # import config
2025-08-20T21:26:07.2075069Z [00:02:21.330]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:07.2075874Z [00:02:21.330]➜  EOF
2025-08-20T21:26:07.2080109Z [00:02:21.330]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b234/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/multiformats/go-base36@v0.2.0=>github.com/multiformats/go-base36@v0.2.0;$WORK/b234=>" -p github.com/multiformats/go-base36 -lang=go1.18 -complete -installsuffix shared -buildid nOqPAXJDkHlh-uRmOvax/nOqPAXJDkHlh-uRmOvax -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b234/importcfg -pack /root/go/pkg/mod/github.com/multiformats/go-base36@v0.2.0/base36.go
2025-08-20T21:26:07.2293321Z [00:02:21.352]➜  go tool buildid -w $WORK/b213/_pkg_.a # internal
2025-08-20T21:26:07.2318062Z [00:02:21.354]➜  go tool buildid -w $WORK/b234/_pkg_.a # internal
2025-08-20T21:26:07.2324650Z [00:02:21.355]➜  cp $WORK/b234/_pkg_.a /root/.cache/go-build/f1/f16acaf8d8a11722b941ba555efa9e719a24c399195cdef195583b78f6973b04-d # internal
2025-08-20T21:26:07.2326932Z [00:02:21.355]➜  github.com/multiformats/go-multibase
2025-08-20T21:26:07.2341136Z [00:02:21.357]➜  mkdir -p $WORK/b231/
2025-08-20T21:26:07.2346755Z [00:02:21.357]➜  cat >/tmp/go-build548448651/b231/importcfg << 'EOF' # internal
2025-08-20T21:26:07.2349025Z [00:02:21.357]➜  # import config
2025-08-20T21:26:07.2350038Z [00:02:21.357]➜  packagefile encoding/base64=/tmp/go-build548448651/b054/_pkg_.a
2025-08-20T21:26:07.2351509Z [00:02:21.357]➜  packagefile encoding/hex=/tmp/go-build548448651/b157/_pkg_.a
2025-08-20T21:26:07.2352617Z [00:02:21.357]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:07.2353776Z [00:02:21.357]➜  packagefile github.com/mr-tron/base58/base58=/tmp/go-build548448651/b232/_pkg_.a
2025-08-20T21:26:07.2355475Z [00:02:21.357]➜  packagefile github.com/multiformats/go-base32=/tmp/go-build548448651/b233/_pkg_.a
2025-08-20T21:26:07.2357127Z [00:02:21.357]➜  packagefile github.com/multiformats/go-base36=/tmp/go-build548448651/b234/_pkg_.a
2025-08-20T21:26:07.2358400Z [00:02:21.357]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:07.2359714Z [00:02:21.357]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:07.2360669Z [00:02:21.357]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:07.2361386Z [00:02:21.357]➜  EOF
2025-08-20T21:26:07.2367493Z [00:02:21.357]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b231/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/multiformats/go-multibase@v0.2.0=>github.com/multiformats/go-multibase@v0.2.0;$WORK/b231=>" -p github.com/multiformats/go-multibase -lang=go1.19 -complete -installsuffix shared -buildid l7AY3GjFWMP_qrzWjbvp/l7AY3GjFWMP_qrzWjbvp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b231/importcfg -pack /root/go/pkg/mod/github.com/multiformats/go-multibase@v0.2.0/base16.go /root/go/pkg/mod/github.com/multiformats/go-multibase@v0.2.0/base2.go /root/go/pkg/mod/github.com/multiformats/go-multibase@v0.2.0/base256emoji.go /root/go/pkg/mod/github.com/multiformats/go-multibase@v0.2.0/base32.go /root/go/pkg/mod/github.com/multiformats/go-multibase@v0.2.0/encoder.go /root/go/pkg/mod/github.com/multiformats/go-multibase@v0.2.0/multibase.go
2025-08-20T21:26:07.2417544Z [00:02:21.364]➜  cp $WORK/b213/_pkg_.a /root/.cache/go-build/27/27a4af0fbda1a6721e3cc4f07c7f4bf61daa626b1b314318913d0221997dfe9e-d # internal
2025-08-20T21:26:07.2423535Z [00:02:21.365]➜  github.com/multiformats/go-multihash/core
2025-08-20T21:26:07.2452879Z [00:02:21.368]➜  mkdir -p $WORK/b236/
2025-08-20T21:26:07.2453608Z [00:02:21.368]➜  cat >/tmp/go-build548448651/b236/importcfg << 'EOF' # internal
2025-08-20T21:26:07.2454201Z [00:02:21.368]➜  # import config
2025-08-20T21:26:07.2454748Z [00:02:21.368]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:07.2455467Z [00:02:21.368]➜  packagefile crypto/md5=/tmp/go-build548448651/b146/_pkg_.a
2025-08-20T21:26:07.2456245Z [00:02:21.368]➜  packagefile crypto/sha1=/tmp/go-build548448651/b150/_pkg_.a
2025-08-20T21:26:07.2457068Z [00:02:21.368]➜  packagefile crypto/sha256=/tmp/go-build548448651/b151/_pkg_.a
2025-08-20T21:26:07.2457870Z [00:02:21.368]➜  packagefile crypto/sha512=/tmp/go-build548448651/b127/_pkg_.a
2025-08-20T21:26:07.2458788Z [00:02:21.368]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:07.2459787Z [00:02:21.368]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:07.2460544Z [00:02:21.368]➜  packagefile hash=/tmp/go-build548448651/b080/_pkg_.a
2025-08-20T21:26:07.2461134Z [00:02:21.368]➜  EOF
2025-08-20T21:26:07.2466085Z [00:02:21.368]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b236/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/multiformats/go-multihash@v0.2.3/core=>github.com/multiformats/go-multihash@v0.2.3/core;$WORK/b236=>" -p github.com/multiformats/go-multihash/core -lang=go1.19 -complete -installsuffix shared -buildid hEhARU1twuoHk4AkRxLD/hEhARU1twuoHk4AkRxLD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b236/importcfg -pack /root/go/pkg/mod/github.com/multiformats/go-multihash@v0.2.3/core/errata.go /root/go/pkg/mod/github.com/multiformats/go-multihash@v0.2.3/core/magic.go /root/go/pkg/mod/github.com/multiformats/go-multihash@v0.2.3/core/registry.go
2025-08-20T21:26:07.2964029Z [00:02:21.419]➜  go tool buildid -w $WORK/b215/_pkg_.a # internal
2025-08-20T21:26:07.3013689Z [00:02:21.424]➜  go tool buildid -w $WORK/b236/_pkg_.a # internal
2025-08-20T21:26:07.3017059Z [00:02:21.424]➜  go tool buildid -w $WORK/b231/_pkg_.a # internal
2025-08-20T21:26:07.3026078Z [00:02:21.425]➜  cp $WORK/b236/_pkg_.a /root/.cache/go-build/2e/2edcd3a6a77f51ec8ff6b032fe12f1a86582d4e139f551fb56623c20d9a12b21-d # internal
2025-08-20T21:26:07.3043878Z [00:02:21.425]➜  cp $WORK/b231/_pkg_.a /root/.cache/go-build/8b/8bcb96ab6cdcb4ee390d113da6850d96029d397342082e83384e4d4c007d0760-d # internal
2025-08-20T21:26:07.3049617Z [00:02:21.425]➜  flag
2025-08-20T21:26:07.3050085Z [00:02:21.426]➜  mkdir -p $WORK/b247/
2025-08-20T21:26:07.3050809Z [00:02:21.426]➜  cat >/tmp/go-build548448651/b247/importcfg << 'EOF' # internal
2025-08-20T21:26:07.3051469Z [00:02:21.426]➜  # import config
2025-08-20T21:26:07.3052139Z [00:02:21.426]➜  packagefile encoding=/tmp/go-build548448651/b053/_pkg_.a
2025-08-20T21:26:07.3052978Z [00:02:21.426]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:07.3053828Z [00:02:21.426]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:07.3054588Z [00:02:21.426]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:07.3055753Z [00:02:21.426]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:07.3056531Z [00:02:21.426]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:07.3057325Z [00:02:21.426]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:07.3058143Z [00:02:21.426]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:07.3072654Z [00:02:21.426]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:07.3073484Z [00:02:21.426]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:07.3074309Z [00:02:21.426]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:07.3074891Z [00:02:21.426]➜  EOF
2025-08-20T21:26:07.3077362Z [00:02:21.426]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b247/_pkg_.a -trimpath "/root/.go/src/flag=>flag;$WORK/b247=>" -p flag -lang=go1.25 -std -complete -installsuffix shared -buildid xNJwWrRXYm4X7HU2StJk/xNJwWrRXYm4X7HU2StJk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b247/importcfg -pack /root/.go/src/flag/flag.go
2025-08-20T21:26:07.3080553Z [00:02:21.427]➜  cp $WORK/b215/_pkg_.a /root/.cache/go-build/73/73d161cd3e9b572bd621ee6b348e150adf903d9f98fa4af54aa89dfdafd913ac-d # internal
2025-08-20T21:26:07.3081660Z [00:02:21.429]➜  go.opentelemetry.io/otel/trace
2025-08-20T21:26:07.3082201Z [00:02:21.429]➜  mkdir -p $WORK/b214/
2025-08-20T21:26:07.3082911Z [00:02:21.429]➜  cat >/tmp/go-build548448651/b214/importcfg << 'EOF' # internal
2025-08-20T21:26:07.3083576Z [00:02:21.429]➜  # import config
2025-08-20T21:26:07.3084240Z [00:02:21.429]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:07.3085039Z [00:02:21.429]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:07.3086092Z [00:02:21.429]➜  packagefile encoding/hex=/tmp/go-build548448651/b157/_pkg_.a
2025-08-20T21:26:07.3086989Z [00:02:21.429]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:07.3087851Z [00:02:21.430]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:07.3089018Z [00:02:21.430]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build548448651/b210/_pkg_.a
2025-08-20T21:26:07.3090140Z [00:02:21.430]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build548448651/b212/_pkg_.a
2025-08-20T21:26:07.3091320Z [00:02:21.430]➜  packagefile go.opentelemetry.io/otel/semconv/v1.34.0=/tmp/go-build548448651/b215/_pkg_.a
2025-08-20T21:26:07.3099948Z [00:02:21.430]➜  packagefile go.opentelemetry.io/otel/trace/embedded=/tmp/go-build548448651/b216/_pkg_.a
2025-08-20T21:26:07.3101290Z [00:02:21.430]➜  packagefile go.opentelemetry.io/otel/trace/internal/telemetry=/tmp/go-build548448651/b217/_pkg_.a
2025-08-20T21:26:07.3102428Z [00:02:21.430]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:07.3103248Z [00:02:21.430]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:07.3104013Z [00:02:21.430]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:07.3104825Z [00:02:21.430]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:07.3105624Z [00:02:21.430]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:07.3106563Z [00:02:21.430]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:07.3107362Z [00:02:21.430]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:07.3108256Z [00:02:21.430]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:07.3109629Z [00:02:21.430]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:07.3110727Z [00:02:21.430]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:07.3111516Z [00:02:21.430]➜  EOF
2025-08-20T21:26:07.3119940Z [00:02:21.430]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b214/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0=>go.opentelemetry.io/otel/trace@v1.37.0;$WORK/b214=>" -p go.opentelemetry.io/otel/trace -lang=go1.23 -complete -installsuffix shared -buildid pVZbxtoxZq4dwN6xJi8z/pVZbxtoxZq4dwN6xJi8z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b214/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/auto.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/config.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/context.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/nonrecording.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/noop.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/provider.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/span.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/trace.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/tracer.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/tracestate.go
2025-08-20T21:26:07.3159021Z [00:02:21.438]➜  golang.org/x/sys/cpu
2025-08-20T21:26:07.3160608Z [00:02:21.438]➜  mkdir -p $WORK/b240/
2025-08-20T21:26:07.3161763Z [00:02:21.438]➜  echo -n > $WORK/b240/go_asm.h # internal
2025-08-20T21:26:07.3174137Z [00:02:21.438]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu
2025-08-20T21:26:07.3176542Z [00:02:21.438]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/sys/cpu -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu=>golang.org/x/sys@v0.35.0/cpu;$WORK/b240=>" -I $WORK/b240/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b240/symabis ./cpu_gc_x86.s
2025-08-20T21:26:07.3279472Z [00:02:21.449]➜  cat >/tmp/go-build548448651/b240/importcfg << 'EOF' # internal
2025-08-20T21:26:07.3288885Z [00:02:21.451]➜  # import config
2025-08-20T21:26:07.3289900Z [00:02:21.451]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:07.3290762Z [00:02:21.451]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:07.3291591Z [00:02:21.451]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:07.3292417Z [00:02:21.451]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:07.3293049Z [00:02:21.451]➜  EOF
2025-08-20T21:26:07.3294991Z [00:02:21.451]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:07.3302734Z [00:02:21.451]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b240/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu=>golang.org/x/sys@v0.35.0/cpu;$WORK/b240=>" -p golang.org/x/sys/cpu -lang=go1.23 -installsuffix shared -buildid QODg9uhBMbqi490zCvfk/QODg9uhBMbqi490zCvfk -goversion go1.25.0 -symabis $WORK/b240/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b240/importcfg -pack -asmhdr $WORK/b240/go_asm.h /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu/byteorder.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu/cpu.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu/cpu_gc_x86.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu/cpu_linux_noinit.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu/cpu_other_x86.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu/cpu_x86.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu/endian_little.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu/hwcap_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu/parse.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu/runtime_auxv.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu/runtime_auxv_go121.go
2025-08-20T21:26:07.4039684Z [00:02:21.526]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu
2025-08-20T21:26:07.4044751Z [00:02:21.526]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/sys/cpu -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu=>golang.org/x/sys@v0.35.0/cpu;$WORK/b240=>" -I $WORK/b240/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b240/cpu_gc_x86.o ./cpu_gc_x86.s
2025-08-20T21:26:07.4159728Z [00:02:21.538]➜  go tool pack r $WORK/b240/_pkg_.a $WORK/b240/cpu_gc_x86.o # internal
2025-08-20T21:26:07.4163215Z [00:02:21.539]➜  go tool buildid -w $WORK/b240/_pkg_.a # internal
2025-08-20T21:26:07.4178672Z [00:02:21.540]➜  cp $WORK/b240/_pkg_.a /root/.cache/go-build/e9/e914c055b2002294b16a423d57bcd0b821d8357ab3941b236ea6c97d56286587-d # internal
2025-08-20T21:26:07.4222690Z [00:02:21.545]➜  golang.org/x/crypto/blake2b
2025-08-20T21:26:07.4224535Z [00:02:21.545]➜  mkdir -p $WORK/b239/
2025-08-20T21:26:07.4225814Z [00:02:21.545]➜  echo -n > $WORK/b239/go_asm.h # internal
2025-08-20T21:26:07.4227053Z [00:02:21.545]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/blake2b
2025-08-20T21:26:07.4230951Z [00:02:21.545]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/blake2b -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/blake2b=>golang.org/x/crypto@v0.41.0/blake2b;$WORK/b239=>" -I $WORK/b239/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b239/symabis ./blake2bAVX2_amd64.s ./blake2b_amd64.s
2025-08-20T21:26:07.4515479Z [00:02:21.574]➜  cat >/tmp/go-build548448651/b239/importcfg << 'EOF' # internal
2025-08-20T21:26:07.4517051Z [00:02:21.574]➜  # import config
2025-08-20T21:26:07.4518154Z [00:02:21.574]➜  packagefile crypto=/tmp/go-build548448651/b084/_pkg_.a
2025-08-20T21:26:07.4519179Z [00:02:21.574]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:07.4520070Z [00:02:21.574]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:07.4521040Z [00:02:21.574]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build548448651/b240/_pkg_.a
2025-08-20T21:26:07.4522016Z [00:02:21.574]➜  packagefile hash=/tmp/go-build548448651/b080/_pkg_.a
2025-08-20T21:26:07.4522864Z [00:02:21.574]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:07.4523711Z [00:02:21.574]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:07.4524370Z [00:02:21.574]➜  EOF
2025-08-20T21:26:07.4525260Z [00:02:21.574]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:07.4531759Z [00:02:21.574]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b239/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/blake2b=>golang.org/x/crypto@v0.41.0/blake2b;$WORK/b239=>" -p golang.org/x/crypto/blake2b -lang=go1.23 -installsuffix shared -buildid yvmIkSVXZKHKT25BnVun/yvmIkSVXZKHKT25BnVun -goversion go1.25.0 -symabis $WORK/b239/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b239/importcfg -pack -asmhdr $WORK/b239/go_asm.h /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/blake2b/blake2b.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/blake2b/blake2bAVX2_amd64.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/blake2b/blake2b_generic.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/blake2b/blake2x.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/blake2b/go125.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/blake2b/register.go
2025-08-20T21:26:07.4868715Z [00:02:21.609]➜  go tool buildid -w $WORK/b247/_pkg_.a # internal
2025-08-20T21:26:07.4923481Z [00:02:21.615]➜  cp $WORK/b247/_pkg_.a /root/.cache/go-build/a5/a5aaf1760baeddd363f47cb2dba4c214f54d57033f3d408f59cc917049f2f76b-d # internal
2025-08-20T21:26:07.4927174Z [00:02:21.615]➜  golang.org/x/crypto/blake2s
2025-08-20T21:26:07.4927804Z [00:02:21.615]➜  mkdir -p $WORK/b241/
2025-08-20T21:26:07.4938324Z [00:02:21.616]➜  echo -n > $WORK/b241/go_asm.h # internal
2025-08-20T21:26:07.4959959Z [00:02:21.617]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/blake2s
2025-08-20T21:26:07.4962525Z [00:02:21.617]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/blake2s -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/blake2s=>golang.org/x/crypto@v0.41.0/blake2s;$WORK/b241=>" -I $WORK/b241/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b241/symabis ./blake2s_amd64.s
2025-08-20T21:26:07.5090422Z [00:02:21.631]➜  cat >/tmp/go-build548448651/b241/importcfg << 'EOF' # internal
2025-08-20T21:26:07.5091153Z [00:02:21.631]➜  # import config
2025-08-20T21:26:07.5091798Z [00:02:21.631]➜  packagefile crypto=/tmp/go-build548448651/b084/_pkg_.a
2025-08-20T21:26:07.5092925Z [00:02:21.631]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:07.5095083Z [00:02:21.631]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:07.5098210Z [00:02:21.631]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build548448651/b240/_pkg_.a
2025-08-20T21:26:07.5099265Z [00:02:21.631]➜  packagefile hash=/tmp/go-build548448651/b080/_pkg_.a
2025-08-20T21:26:07.5100059Z [00:02:21.631]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:07.5100858Z [00:02:21.631]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:07.5101484Z [00:02:21.631]➜  EOF
2025-08-20T21:26:07.5102010Z [00:02:21.631]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:07.5107411Z [00:02:21.631]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b241/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/blake2s=>golang.org/x/crypto@v0.41.0/blake2s;$WORK/b241=>" -p golang.org/x/crypto/blake2s -lang=go1.23 -installsuffix shared -buildid pOAlBYyHVPYRPlmzLm0f/pOAlBYyHVPYRPlmzLm0f -goversion go1.25.0 -symabis $WORK/b241/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b241/importcfg -pack -asmhdr $WORK/b241/go_asm.h /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/blake2s/blake2s.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/blake2s/blake2s_amd64.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/blake2s/blake2s_generic.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/blake2s/blake2x.go
2025-08-20T21:26:07.5800428Z [00:02:21.702]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/blake2b
2025-08-20T21:26:07.5807165Z [00:02:21.703]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/blake2b -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/blake2b=>golang.org/x/crypto@v0.41.0/blake2b;$WORK/b239=>" -I $WORK/b239/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b239/blake2bAVX2_amd64.o ./blake2bAVX2_amd64.s
2025-08-20T21:26:07.6048769Z [00:02:21.727]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/blake2s
2025-08-20T21:26:07.6054767Z [00:02:21.728]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/blake2s -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/blake2s=>golang.org/x/crypto@v0.41.0/blake2s;$WORK/b241=>" -I $WORK/b241/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b241/blake2s_amd64.o ./blake2s_amd64.s
2025-08-20T21:26:07.6057145Z [00:02:21.728]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/blake2b
2025-08-20T21:26:07.6059827Z [00:02:21.728]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/blake2b -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/blake2b=>golang.org/x/crypto@v0.41.0/blake2b;$WORK/b239=>" -I $WORK/b239/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b239/blake2b_amd64.o ./blake2b_amd64.s
2025-08-20T21:26:07.6149075Z [00:02:21.737]➜  go tool pack r $WORK/b239/_pkg_.a $WORK/b239/blake2bAVX2_amd64.o $WORK/b239/blake2b_amd64.o # internal
2025-08-20T21:26:07.6152743Z [00:02:21.737]➜  go tool buildid -w $WORK/b239/_pkg_.a # internal
2025-08-20T21:26:07.6170132Z [00:02:21.738]➜  cp $WORK/b239/_pkg_.a /root/.cache/go-build/e2/e224df6641a007af84f06c9b84c96a0bb3e567afe47de3721222ffa781827f63-d # internal
2025-08-20T21:26:07.6195044Z [00:02:21.742]➜  github.com/klauspost/cpuid/v2
2025-08-20T21:26:07.6200186Z [00:02:21.742]➜  mkdir -p $WORK/b246/
2025-08-20T21:26:07.6201376Z [00:02:21.742]➜  echo -n > $WORK/b246/go_asm.h # internal
2025-08-20T21:26:07.6202837Z [00:02:21.742]➜  cd /root/go/pkg/mod/github.com/klauspost/cpuid/v2@v2.3.0
2025-08-20T21:26:07.6207012Z [00:02:21.742]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/klauspost/cpuid/v2 -trimpath "/root/go/pkg/mod/github.com/klauspost/cpuid/v2@v2.3.0=>github.com/klauspost/cpuid/v2@v2.3.0;$WORK/b246=>" -I $WORK/b246/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b246/symabis ./cpuid_amd64.s
2025-08-20T21:26:07.6210661Z [00:02:21.742]➜  go tool buildid -w $WORK/b214/_pkg_.a # internal
2025-08-20T21:26:07.6260463Z [00:02:21.748]➜  cat >/tmp/go-build548448651/b246/importcfg << 'EOF' # internal
2025-08-20T21:26:07.6261809Z [00:02:21.748]➜  # import config
2025-08-20T21:26:07.6264500Z [00:02:21.748]➜  packagefile flag=/tmp/go-build548448651/b247/_pkg_.a
2025-08-20T21:26:07.6266145Z [00:02:21.748]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:07.6268721Z [00:02:21.748]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:07.6270137Z [00:02:21.748]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:07.6272666Z [00:02:21.748]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:07.6273462Z [00:02:21.748]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:07.6274298Z [00:02:21.748]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:07.6280785Z [00:02:21.748]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:07.6281475Z [00:02:21.748]➜  EOF
2025-08-20T21:26:07.6281996Z [00:02:21.749]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:07.6286459Z [00:02:21.749]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b246/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/cpuid/v2@v2.3.0=>github.com/klauspost/cpuid/v2@v2.3.0;$WORK/b246=>" -p github.com/klauspost/cpuid/v2 -lang=go1.22 -installsuffix shared -buildid hXJf90e7xwxQq-_TZMSk/hXJf90e7xwxQq-_TZMSk -goversion go1.25.0 -symabis $WORK/b246/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b246/importcfg -pack -asmhdr $WORK/b246/go_asm.h /root/go/pkg/mod/github.com/klauspost/cpuid/v2@v2.3.0/cpuid.go /root/go/pkg/mod/github.com/klauspost/cpuid/v2@v2.3.0/detect_x86.go /root/go/pkg/mod/github.com/klauspost/cpuid/v2@v2.3.0/featureid_string.go
2025-08-20T21:26:07.6290818Z [00:02:21.749]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/blake2s
2025-08-20T21:26:07.6291625Z [00:02:21.749]➜  go tool pack r $WORK/b241/_pkg_.a $WORK/b241/blake2s_amd64.o # internal
2025-08-20T21:26:07.6292366Z [00:02:21.749]➜  go tool buildid -w $WORK/b241/_pkg_.a # internal
2025-08-20T21:26:07.6293523Z [00:02:21.750]➜  cp $WORK/b241/_pkg_.a /root/.cache/go-build/0e/0e36b3e944f76dadc92612793081ed9d4926e5b4dca2c833dcb250c4f2543524-d # internal
2025-08-20T21:26:07.6294627Z [00:02:21.750]➜  github.com/multiformats/go-multihash/register/blake2
2025-08-20T21:26:07.6303702Z [00:02:21.750]➜  mkdir -p $WORK/b238/
2025-08-20T21:26:07.6304558Z [00:02:21.752]➜  cat >/tmp/go-build548448651/b238/importcfg << 'EOF' # internal
2025-08-20T21:26:07.6313212Z [00:02:21.752]➜  # import config
2025-08-20T21:26:07.6314148Z [00:02:21.752]➜  packagefile github.com/multiformats/go-multihash/core=/tmp/go-build548448651/b236/_pkg_.a
2025-08-20T21:26:07.6315332Z [00:02:21.752]➜  packagefile golang.org/x/crypto/blake2b=/tmp/go-build548448651/b239/_pkg_.a
2025-08-20T21:26:07.6316479Z [00:02:21.752]➜  packagefile golang.org/x/crypto/blake2s=/tmp/go-build548448651/b241/_pkg_.a
2025-08-20T21:26:07.6317397Z [00:02:21.752]➜  packagefile hash=/tmp/go-build548448651/b080/_pkg_.a
2025-08-20T21:26:07.6318010Z [00:02:21.752]➜  EOF
2025-08-20T21:26:07.6318692Z [00:02:21.753]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:07.6323137Z [00:02:21.753]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b238/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/multiformats/go-multihash@v0.2.3/register/blake2=>github.com/multiformats/go-multihash@v0.2.3/register/blake2;$WORK/b238=>" -p github.com/multiformats/go-multihash/register/blake2 -lang=go1.19 -complete -installsuffix shared -buildid 6N02Z5fWbv1RoMSkqtfg/6N02Z5fWbv1RoMSkqtfg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b238/importcfg -pack /root/go/pkg/mod/github.com/multiformats/go-multihash@v0.2.3/register/blake2/multihash_blake2.go
2025-08-20T21:26:07.6327612Z [00:02:21.753]➜  cp $WORK/b214/_pkg_.a /root/.cache/go-build/67/6762748aea6412dc30fbf73254bd0fb0fbdaa6bf2fbcfe77e3ee83288d601613-d # internal
2025-08-20T21:26:07.6329025Z [00:02:21.753]➜  go.opentelemetry.io/otel/trace/noop
2025-08-20T21:26:07.6329920Z [00:02:21.753]➜  mkdir -p $WORK/b218/
2025-08-20T21:26:07.6330661Z [00:02:21.753]➜  cat >/tmp/go-build548448651/b218/importcfg << 'EOF' # internal
2025-08-20T21:26:07.6331275Z [00:02:21.753]➜  # import config
2025-08-20T21:26:07.6331875Z [00:02:21.753]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:07.6332799Z [00:02:21.753]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build548448651/b210/_pkg_.a
2025-08-20T21:26:07.6333846Z [00:02:21.753]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build548448651/b212/_pkg_.a
2025-08-20T21:26:07.6334856Z [00:02:21.753]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build548448651/b214/_pkg_.a
2025-08-20T21:26:07.6335946Z [00:02:21.753]➜  packagefile go.opentelemetry.io/otel/trace/embedded=/tmp/go-build548448651/b216/_pkg_.a
2025-08-20T21:26:07.6336679Z [00:02:21.753]➜  EOF
2025-08-20T21:26:07.6350373Z [00:02:21.753]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b218/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/noop=>go.opentelemetry.io/otel/trace@v1.37.0/noop;$WORK/b218=>" -p go.opentelemetry.io/otel/trace/noop -lang=go1.23 -complete -installsuffix shared -buildid zaefRmzvOVLmymkaS2T7/zaefRmzvOVLmymkaS2T7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b218/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/noop/noop.go
2025-08-20T21:26:07.6449414Z [00:02:21.767]➜  go tool buildid -w $WORK/b238/_pkg_.a # internal
2025-08-20T21:26:07.6460829Z [00:02:21.768]➜  cp $WORK/b238/_pkg_.a /root/.cache/go-build/93/934e9eb78024adcb04d5b0ea97fc3898265d75675f71656168491e22b471792c-d # internal
2025-08-20T21:26:07.6466547Z [00:02:21.769]➜  github.com/spaolacci/murmur3
2025-08-20T21:26:07.6467154Z [00:02:21.769]➜  mkdir -p $WORK/b249/
2025-08-20T21:26:07.6468150Z [00:02:21.769]➜  cat >/tmp/go-build548448651/b249/importcfg << 'EOF' # internal
2025-08-20T21:26:07.6469099Z [00:02:21.769]➜  # import config
2025-08-20T21:26:07.6471644Z [00:02:21.770]➜  packagefile hash=/tmp/go-build548448651/b080/_pkg_.a
2025-08-20T21:26:07.6472687Z [00:02:21.770]➜  EOF
2025-08-20T21:26:07.6478323Z [00:02:21.770]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b249/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spaolacci/murmur3@v1.1.0=>github.com/spaolacci/murmur3@v1.1.0;$WORK/b249=>" -p github.com/spaolacci/murmur3 -lang=go1.16 -complete -installsuffix shared -buildid D-SPEe3365QtU80FXtHO/D-SPEe3365QtU80FXtHO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b249/importcfg -pack /root/go/pkg/mod/github.com/spaolacci/murmur3@v1.1.0/murmur.go /root/go/pkg/mod/github.com/spaolacci/murmur3@v1.1.0/murmur128.go /root/go/pkg/mod/github.com/spaolacci/murmur3@v1.1.0/murmur32.go /root/go/pkg/mod/github.com/spaolacci/murmur3@v1.1.0/murmur64.go
2025-08-20T21:26:07.6816598Z [00:02:21.804]➜  go tool buildid -w $WORK/b249/_pkg_.a # internal
2025-08-20T21:26:07.6826565Z [00:02:21.805]➜  cp $WORK/b249/_pkg_.a /root/.cache/go-build/29/29026ccc0237b15f16929cd5d31c62646ff2a97906e2f60a64e312de5479de72-d # internal
2025-08-20T21:26:07.6839838Z [00:02:21.806]➜  github.com/multiformats/go-multihash/register/murmur3
2025-08-20T21:26:07.6871305Z [00:02:21.807]➜  mkdir -p $WORK/b248/
2025-08-20T21:26:07.6876310Z [00:02:21.807]➜  cat >/tmp/go-build548448651/b248/importcfg << 'EOF' # internal
2025-08-20T21:26:07.6880251Z [00:02:21.807]➜  # import config
2025-08-20T21:26:07.6883443Z [00:02:21.807]➜  packagefile github.com/multiformats/go-multihash/core=/tmp/go-build548448651/b236/_pkg_.a
2025-08-20T21:26:07.6911123Z [00:02:21.807]➜  packagefile github.com/spaolacci/murmur3=/tmp/go-build548448651/b249/_pkg_.a
2025-08-20T21:26:07.6914387Z [00:02:21.807]➜  packagefile hash=/tmp/go-build548448651/b080/_pkg_.a
2025-08-20T21:26:07.6917005Z [00:02:21.807]➜  EOF
2025-08-20T21:26:07.6923217Z [00:02:21.807]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b248/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/multiformats/go-multihash@v0.2.3/register/murmur3=>github.com/multiformats/go-multihash@v0.2.3/register/murmur3;$WORK/b248=>" -p github.com/multiformats/go-multihash/register/murmur3 -lang=go1.19 -complete -installsuffix shared -buildid NOs_yVf0G8apigdkuzoi/NOs_yVf0G8apigdkuzoi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b248/importcfg -pack /root/go/pkg/mod/github.com/multiformats/go-multihash@v0.2.3/register/murmur3/multihash_murmur3.go
2025-08-20T21:26:07.7018395Z [00:02:21.824]➜  go tool buildid -w $WORK/b248/_pkg_.a # internal
2025-08-20T21:26:07.7033930Z [00:02:21.826]➜  cp $WORK/b248/_pkg_.a /root/.cache/go-build/7f/7f70d48afc6faef065e98ca9535e089cf1f13bda29a6cc7205b30a3fee2149fa-d # internal
2025-08-20T21:26:07.7051437Z [00:02:21.826]➜  golang.org/x/crypto/sha3
2025-08-20T21:26:07.7052047Z [00:02:21.826]➜  mkdir -p $WORK/b251/
2025-08-20T21:26:07.7052717Z [00:02:21.826]➜  echo -n > $WORK/b251/go_asm.h # internal
2025-08-20T21:26:07.7053479Z [00:02:21.826]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/sha3
2025-08-20T21:26:07.7055982Z [00:02:21.826]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/sha3 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/sha3=>golang.org/x/crypto@v0.41.0/sha3;$WORK/b251=>" -I $WORK/b251/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b251/symabis ./keccakf_amd64.s
2025-08-20T21:26:07.7137740Z [00:02:21.836]➜  go tool buildid -w $WORK/b218/_pkg_.a # internal
2025-08-20T21:26:07.7148244Z [00:02:21.837]➜  cp $WORK/b218/_pkg_.a /root/.cache/go-build/46/465851a55ed7407939f4998688a837b9ce185ac55e3dfdd3785449c64f32a19c-d # internal
2025-08-20T21:26:07.7200238Z [00:02:21.842]➜  go.opentelemetry.io/auto/sdk
2025-08-20T21:26:07.7200878Z [00:02:21.842]➜  mkdir -p $WORK/b208/
2025-08-20T21:26:07.7201665Z [00:02:21.842]➜  cat >/tmp/go-build548448651/b251/importcfg << 'EOF' # internal
2025-08-20T21:26:07.7202665Z [00:02:21.842]➜  # import config
2025-08-20T21:26:07.7203381Z [00:02:21.842]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:07.7204302Z [00:02:21.842]➜  packagefile crypto=/tmp/go-build548448651/b084/_pkg_.a
2025-08-20T21:26:07.7205235Z [00:02:21.842]➜  packagefile crypto/subtle=/tmp/go-build548448651/b106/_pkg_.a
2025-08-20T21:26:07.7206186Z [00:02:21.842]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:07.7207080Z [00:02:21.842]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:07.7208025Z [00:02:21.842]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build548448651/b240/_pkg_.a
2025-08-20T21:26:07.7210360Z [00:02:21.842]➜  packagefile hash=/tmp/go-build548448651/b080/_pkg_.a
2025-08-20T21:26:07.7211196Z [00:02:21.842]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:07.7212038Z [00:02:21.842]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:07.7212708Z [00:02:21.842]➜  EOF
2025-08-20T21:26:07.7213361Z [00:02:21.842]➜  cat >/tmp/go-build548448651/b208/importcfg << 'EOF' # internal
2025-08-20T21:26:07.7214039Z [00:02:21.842]➜  # import config
2025-08-20T21:26:07.7214751Z [00:02:21.842]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:07.7215640Z [00:02:21.842]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:07.7216486Z [00:02:21.842]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:07.7217605Z [00:02:21.842]➜  packagefile go.opentelemetry.io/auto/sdk/internal/telemetry=/tmp/go-build548448651/b209/_pkg_.a
2025-08-20T21:26:07.7219033Z [00:02:21.842]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build548448651/b210/_pkg_.a
2025-08-20T21:26:07.7220213Z [00:02:21.842]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build548448651/b212/_pkg_.a
2025-08-20T21:26:07.7221428Z [00:02:21.842]➜  packagefile go.opentelemetry.io/otel/semconv/v1.26.0=/tmp/go-build548448651/b213/_pkg_.a
2025-08-20T21:26:07.7222671Z [00:02:21.842]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build548448651/b214/_pkg_.a
2025-08-20T21:26:07.7223869Z [00:02:21.842]➜  packagefile go.opentelemetry.io/otel/trace/noop=/tmp/go-build548448651/b218/_pkg_.a
2025-08-20T21:26:07.7225228Z [00:02:21.842]➜  packagefile log/slog=/tmp/go-build548448651/b202/_pkg_.a
2025-08-20T21:26:07.7226051Z [00:02:21.842]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:07.7226866Z [00:02:21.842]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:07.7227694Z [00:02:21.842]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:07.7228622Z [00:02:21.842]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:07.7229452Z [00:02:21.842]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:07.7230259Z [00:02:21.842]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:07.7231154Z [00:02:21.842]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:07.7232040Z [00:02:21.842]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:07.7232918Z [00:02:21.842]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:07.7233582Z [00:02:21.842]➜  EOF
2025-08-20T21:26:07.7234131Z [00:02:21.842]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:07.7240676Z [00:02:21.842]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b251/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/sha3=>golang.org/x/crypto@v0.41.0/sha3;$WORK/b251=>" -p golang.org/x/crypto/sha3 -lang=go1.23 -installsuffix shared -buildid v3Dh7qDVes-G9xilm4PY/v3Dh7qDVes-G9xilm4PY -goversion go1.25.0 -symabis $WORK/b251/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b251/importcfg -pack -asmhdr $WORK/b251/go_asm.h /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/sha3/doc.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/sha3/hashes.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/sha3/hashes_noasm.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/sha3/keccakf_amd64.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/sha3/sha3.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/sha3/shake.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/sha3/shake_noasm.go
2025-08-20T21:26:07.7250514Z [00:02:21.842]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b208/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0=>go.opentelemetry.io/auto/sdk@v1.1.0;$WORK/b208=>" -p go.opentelemetry.io/auto/sdk -lang=go1.22 -complete -installsuffix shared -buildid lkrGzO3655YjQ4HXpB0g/lkrGzO3655YjQ4HXpB0g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b208/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0/limit.go /root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0/span.go /root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0/tracer.go /root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0/tracer_provider.go
2025-08-20T21:26:07.7957861Z [00:02:21.918]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/sha3
2025-08-20T21:26:07.7962733Z [00:02:21.918]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/sha3 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/sha3=>golang.org/x/crypto@v0.41.0/sha3;$WORK/b251=>" -I $WORK/b251/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b251/keccakf_amd64.o ./keccakf_amd64.s
2025-08-20T21:26:07.8084763Z [00:02:21.931]➜  cd /root/.go/src/net
2025-08-20T21:26:07.8092768Z [00:02:21.931]➜  go tool pack r $WORK/b160/_pkg_.a $WORK/b160/preferlinkext $WORK/b160/_x001.o $WORK/b160/_x002.o $WORK/b160/_x003.o $WORK/b160/_x004.o $WORK/b160/_x005.o $WORK/b160/_x006.o # internal
2025-08-20T21:26:07.8094299Z [00:02:21.931]➜  go tool buildid -w $WORK/b160/_pkg_.a # internal
2025-08-20T21:26:07.8127054Z [00:02:21.935]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/sha3
2025-08-20T21:26:07.8150886Z [00:02:21.935]➜  go tool pack r $WORK/b251/_pkg_.a $WORK/b251/keccakf_amd64.o # internal
2025-08-20T21:26:07.8155850Z [00:02:21.937]➜  go tool buildid -w $WORK/b251/_pkg_.a # internal
2025-08-20T21:26:07.8157205Z [00:02:21.937]➜  cp $WORK/b251/_pkg_.a /root/.cache/go-build/b6/b66f6057e859f7c700e5c612b24dc24edd83e49f90c73e118760baba4d25d05a-d # internal
2025-08-20T21:26:07.8163164Z [00:02:21.937]➜  github.com/multiformats/go-multihash/register/sha3
2025-08-20T21:26:07.8163838Z [00:02:21.937]➜  mkdir -p $WORK/b250/
2025-08-20T21:26:07.8164557Z [00:02:21.937]➜  cat >/tmp/go-build548448651/b250/importcfg << 'EOF' # internal
2025-08-20T21:26:07.8165215Z [00:02:21.937]➜  # import config
2025-08-20T21:26:07.8166087Z [00:02:21.937]➜  packagefile github.com/multiformats/go-multihash/core=/tmp/go-build548448651/b236/_pkg_.a
2025-08-20T21:26:07.8167221Z [00:02:21.937]➜  packagefile golang.org/x/crypto/sha3=/tmp/go-build548448651/b251/_pkg_.a
2025-08-20T21:26:07.8168102Z [00:02:21.937]➜  packagefile hash=/tmp/go-build548448651/b080/_pkg_.a
2025-08-20T21:26:07.8168899Z [00:02:21.938]➜  EOF
2025-08-20T21:26:07.8169412Z [00:02:21.938]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:07.8173756Z [00:02:21.938]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b250/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/multiformats/go-multihash@v0.2.3/register/sha3=>github.com/multiformats/go-multihash@v0.2.3/register/sha3;$WORK/b250=>" -p github.com/multiformats/go-multihash/register/sha3 -lang=go1.19 -complete -installsuffix shared -buildid hr-P9TV1VyGPqz6cEo8x/hr-P9TV1VyGPqz6cEo8x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b250/importcfg -pack /root/go/pkg/mod/github.com/multiformats/go-multihash@v0.2.3/register/sha3/multihash_sha3.go
2025-08-20T21:26:07.8290803Z [00:02:21.951]➜  go tool buildid -w $WORK/b208/_pkg_.a # internal
2025-08-20T21:26:07.8311292Z [00:02:21.953]➜  cp $WORK/b208/_pkg_.a /root/.cache/go-build/a7/a7662b656863b107a7e30900987778eb07e73afb1d9e841c8be2b2a128204e4d-d # internal
2025-08-20T21:26:07.8313635Z [00:02:21.954]➜  github.com/multiformats/go-multihash/register/sha256
2025-08-20T21:26:07.8315720Z [00:02:21.954]➜  mkdir -p $WORK/b253/
2025-08-20T21:26:07.8324999Z [00:02:21.955]➜  cat >/tmp/go-build548448651/b253/importcfg << 'EOF' # internal
2025-08-20T21:26:07.8326168Z [00:02:21.955]➜  # import config
2025-08-20T21:26:07.8328470Z [00:02:21.955]➜  packagefile crypto/sha256=/tmp/go-build548448651/b151/_pkg_.a
2025-08-20T21:26:07.8329766Z [00:02:21.955]➜  packagefile github.com/multiformats/go-multihash/core=/tmp/go-build548448651/b236/_pkg_.a
2025-08-20T21:26:07.8330567Z [00:02:21.955]➜  EOF
2025-08-20T21:26:07.8334534Z [00:02:21.955]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b253/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/multiformats/go-multihash@v0.2.3/register/sha256=>github.com/multiformats/go-multihash@v0.2.3/register/sha256;$WORK/b253=>" -p github.com/multiformats/go-multihash/register/sha256 -lang=go1.19 -complete -installsuffix shared -buildid pvRHOnFetFLVwkfTh7Nl/pvRHOnFetFLVwkfTh7Nl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b253/importcfg -pack /root/go/pkg/mod/github.com/multiformats/go-multihash@v0.2.3/register/sha256/sha256.go
2025-08-20T21:26:07.8354990Z [00:02:21.955]➜  cp $WORK/b160/_pkg_.a /root/.cache/go-build/d1/d10ae6b7b2442b5c568c5aefea5fe350e9d2e05886372d6cb7510f93c971c5b4-d # internal
2025-08-20T21:26:07.8356434Z [00:02:21.956]➜  go tool buildid -w $WORK/b250/_pkg_.a # internal
2025-08-20T21:26:07.8357067Z [00:02:21.957]➜  crypto/x509
2025-08-20T21:26:07.8357556Z [00:02:21.957]➜  mkdir -p $WORK/b154/
2025-08-20T21:26:07.8358827Z [00:02:21.957]➜  cp $WORK/b250/_pkg_.a /root/.cache/go-build/3d/3decf61bd09934e5afbe4abd7f21a6fe05204a549f56ecc344379f3d8a36e46e-d # internal
2025-08-20T21:26:07.8360068Z [00:02:21.957]➜  cat >/tmp/go-build548448651/b154/importcfg << 'EOF' # internal
2025-08-20T21:26:07.8360714Z [00:02:21.957]➜  # import config
2025-08-20T21:26:07.8361517Z [00:02:21.957]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T21:26:07.8362748Z [00:02:21.957]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T21:26:07.8363751Z [00:02:21.957]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:07.8364803Z [00:02:21.957]➜  packagefile crypto=/tmp/go-build548448651/b084/_pkg_.a
2025-08-20T21:26:07.8365618Z [00:02:21.957]➜  packagefile crypto/aes=/tmp/go-build548448651/b111/_pkg_.a
2025-08-20T21:26:07.8366493Z [00:02:21.957]➜  packagefile crypto/cipher=/tmp/go-build548448651/b085/_pkg_.a
2025-08-20T21:26:07.8367349Z [00:02:21.957]➜  packagefile crypto/des=/tmp/go-build548448651/b112/_pkg_.a
2025-08-20T21:26:07.8368175Z [00:02:21.957]➜  packagefile crypto/dsa=/tmp/go-build548448651/b155/_pkg_.a
2025-08-20T21:26:07.8369187Z [00:02:21.957]➜  packagefile crypto/ecdh=/tmp/go-build548448651/b113/_pkg_.a
2025-08-20T21:26:07.8370043Z [00:02:21.957]➜  packagefile crypto/ecdsa=/tmp/go-build548448651/b118/_pkg_.a
2025-08-20T21:26:07.8370953Z [00:02:21.957]➜  packagefile crypto/ed25519=/tmp/go-build548448651/b131/_pkg_.a
2025-08-20T21:26:07.8371870Z [00:02:21.957]➜  packagefile crypto/elliptic=/tmp/go-build548448651/b119/_pkg_.a
2025-08-20T21:26:07.8372746Z [00:02:21.957]➜  packagefile crypto/md5=/tmp/go-build548448651/b146/_pkg_.a
2025-08-20T21:26:07.8373595Z [00:02:21.957]➜  packagefile crypto/rsa=/tmp/go-build548448651/b148/_pkg_.a
2025-08-20T21:26:07.8374447Z [00:02:21.957]➜  packagefile crypto/sha1=/tmp/go-build548448651/b150/_pkg_.a
2025-08-20T21:26:07.8375307Z [00:02:21.957]➜  packagefile crypto/sha256=/tmp/go-build548448651/b151/_pkg_.a
2025-08-20T21:26:07.8376224Z [00:02:21.957]➜  packagefile crypto/sha512=/tmp/go-build548448651/b127/_pkg_.a
2025-08-20T21:26:07.8377112Z [00:02:21.957]➜  packagefile crypto/x509/pkix=/tmp/go-build548448651/b156/_pkg_.a
2025-08-20T21:26:07.8378000Z [00:02:21.957]➜  packagefile encoding/asn1=/tmp/go-build548448651/b129/_pkg_.a
2025-08-20T21:26:07.8379015Z [00:02:21.957]➜  packagefile encoding/hex=/tmp/go-build548448651/b157/_pkg_.a
2025-08-20T21:26:07.8380093Z [00:02:21.957]➜  packagefile encoding/pem=/tmp/go-build548448651/b158/_pkg_.a
2025-08-20T21:26:07.8380933Z [00:02:21.957]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:07.8381706Z [00:02:21.957]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:07.8382690Z [00:02:21.957]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build548448651/b128/_pkg_.a
2025-08-20T21:26:07.8383905Z [00:02:21.957]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build548448651/b130/_pkg_.a
2025-08-20T21:26:07.8384985Z [00:02:21.957]➜  packagefile internal/godebug=/tmp/go-build548448651/b045/_pkg_.a
2025-08-20T21:26:07.8385868Z [00:02:21.957]➜  packagefile internal/goos=/tmp/go-build548448651/b018/_pkg_.a
2025-08-20T21:26:07.8386663Z [00:02:21.957]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:07.8387414Z [00:02:21.957]➜  packagefile io/fs=/tmp/go-build548448651/b062/_pkg_.a
2025-08-20T21:26:07.8388187Z [00:02:21.957]➜  packagefile iter=/tmp/go-build548448651/b039/_pkg_.a
2025-08-20T21:26:07.8389091Z [00:02:21.957]➜  packagefile maps=/tmp/go-build548448651/b159/_pkg_.a
2025-08-20T21:26:07.8389855Z [00:02:21.957]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:07.8390652Z [00:02:21.957]➜  packagefile math/big=/tmp/go-build548448651/b108/_pkg_.a
2025-08-20T21:26:07.8391469Z [00:02:21.957]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:07.8392271Z [00:02:21.957]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:07.8393392Z [00:02:21.957]➜  packagefile net/netip=/tmp/go-build548448651/b164/_pkg_.a
2025-08-20T21:26:07.8394194Z [00:02:21.957]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:07.8394936Z [00:02:21.957]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:07.8395739Z [00:02:21.957]➜  packagefile path/filepath=/tmp/go-build548448651/b168/_pkg_.a
2025-08-20T21:26:07.8396565Z [00:02:21.957]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:07.8397342Z [00:02:21.957]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:07.8398105Z [00:02:21.957]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:07.8399236Z [00:02:21.957]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:07.8399986Z [00:02:21.957]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:07.8400956Z [00:02:21.957]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:07.8401721Z [00:02:21.957]➜  packagefile unicode=/tmp/go-build548448651/b041/_pkg_.a
2025-08-20T21:26:07.8402530Z [00:02:21.957]➜  packagefile unicode/utf16=/tmp/go-build548448651/b069/_pkg_.a
2025-08-20T21:26:07.8403873Z [00:02:21.957]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:07.8404547Z [00:02:21.957]➜  EOF
2025-08-20T21:26:07.8404944Z [00:02:21.957]➜  net/textproto
2025-08-20T21:26:07.8405427Z [00:02:21.957]➜  mkdir -p $WORK/b175/
2025-08-20T21:26:07.8410870Z [00:02:21.957]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b154/_pkg_.a -trimpath "/root/.go/src/crypto/x509=>crypto/x509;$WORK/b154=>" -p crypto/x509 -lang=go1.25 -std -complete -installsuffix shared -buildid VwK-RlydVXvOoXaJR0Js/VwK-RlydVXvOoXaJR0Js -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b154/importcfg -pack /root/.go/src/crypto/x509/cert_pool.go /root/.go/src/crypto/x509/oid.go /root/.go/src/crypto/x509/parser.go /root/.go/src/crypto/x509/pem_decrypt.go /root/.go/src/crypto/x509/pkcs1.go /root/.go/src/crypto/x509/pkcs8.go /root/.go/src/crypto/x509/root.go /root/.go/src/crypto/x509/root_linux.go /root/.go/src/crypto/x509/root_unix.go /root/.go/src/crypto/x509/sec1.go /root/.go/src/crypto/x509/verify.go /root/.go/src/crypto/x509/x509.go
2025-08-20T21:26:07.8415615Z [00:02:21.958]➜  cat >/tmp/go-build548448651/b175/importcfg << 'EOF' # internal
2025-08-20T21:26:07.8416254Z [00:02:21.958]➜  # import config
2025-08-20T21:26:07.8417088Z [00:02:21.958]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:07.8417878Z [00:02:21.958]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:07.8418896Z [00:02:21.958]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:07.8419658Z [00:02:21.958]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:07.8420383Z [00:02:21.958]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:07.8421117Z [00:02:21.958]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:07.8421859Z [00:02:21.958]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:07.8422607Z [00:02:21.958]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:07.8423373Z [00:02:21.958]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:07.8424125Z [00:02:21.958]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:07.8424691Z [00:02:21.958]➜  EOF
2025-08-20T21:26:07.8428454Z [00:02:21.958]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b175/_pkg_.a -trimpath "/root/.go/src/net/textproto=>net/textproto;$WORK/b175=>" -p net/textproto -lang=go1.25 -std -complete -installsuffix shared -buildid v8lEJDHXy13go4lZJuNW/v8lEJDHXy13go4lZJuNW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b175/importcfg -pack /root/.go/src/net/textproto/header.go /root/.go/src/net/textproto/pipeline.go /root/.go/src/net/textproto/reader.go /root/.go/src/net/textproto/textproto.go /root/.go/src/net/textproto/writer.go
2025-08-20T21:26:07.8478709Z [00:02:21.970]➜  go tool buildid -w $WORK/b253/_pkg_.a # internal
2025-08-20T21:26:07.8483864Z [00:02:21.971]➜  cp $WORK/b253/_pkg_.a /root/.cache/go-build/6a/6a5bdce8cbe2bcf9df04c032c2a60d887211207fd363c0b8254f77ca96243a61-d # internal
2025-08-20T21:26:07.8492962Z [00:02:21.971]➜  vendor/golang.org/x/net/http/httpproxy
2025-08-20T21:26:07.8493577Z [00:02:21.971]➜  mkdir -p $WORK/b176/
2025-08-20T21:26:07.8494309Z [00:02:21.971]➜  cat >/tmp/go-build548448651/b176/importcfg << 'EOF' # internal
2025-08-20T21:26:07.8494960Z [00:02:21.971]➜  # import config
2025-08-20T21:26:07.8495638Z [00:02:21.971]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T21:26:07.8496740Z [00:02:21.971]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:07.8497523Z [00:02:21.971]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:07.8498455Z [00:02:21.971]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build548448651/b170/_pkg_.a
2025-08-20T21:26:07.8499456Z [00:02:21.971]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:07.8500270Z [00:02:21.971]➜  packagefile net/netip=/tmp/go-build548448651/b164/_pkg_.a
2025-08-20T21:26:07.8508909Z [00:02:21.971]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:07.8509784Z [00:02:21.971]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:07.8510561Z [00:02:21.971]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:07.8511367Z [00:02:21.971]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:07.8511991Z [00:02:21.971]➜  EOF
2025-08-20T21:26:07.8515291Z [00:02:21.971]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b176/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http/httpproxy=>vendor/golang.org/x/net/http/httpproxy;$WORK/b176=>" -p vendor/golang.org/x/net/http/httpproxy -lang=go1.25 -std -complete -installsuffix shared -buildid LQ2pAQVIxrJS0ZyrbKWc/LQ2pAQVIxrJS0ZyrbKWc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b176/importcfg -pack /root/.go/src/vendor/golang.org/x/net/http/httpproxy/proxy.go
2025-08-20T21:26:07.9011821Z [00:02:22.023]➜  go tool buildid -w $WORK/b176/_pkg_.a # internal
2025-08-20T21:26:07.9021821Z [00:02:22.024]➜  cp $WORK/b176/_pkg_.a /root/.cache/go-build/e9/e9ef21022d5fcac2d30f7b67a67e362cdbcec06953b671bb96a51ecca7ead31d-d # internal
2025-08-20T21:26:07.9038717Z [00:02:22.026]➜  github.com/coreos/go-systemd/v22/daemon
2025-08-20T21:26:07.9039928Z [00:02:22.026]➜  mkdir -p $WORK/b187/
2025-08-20T21:26:07.9042049Z [00:02:22.027]➜  cat >/tmp/go-build548448651/b187/importcfg << 'EOF' # internal
2025-08-20T21:26:07.9043561Z [00:02:22.027]➜  # import config
2025-08-20T21:26:07.9044355Z [00:02:22.027]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:07.9051039Z [00:02:22.027]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:07.9052200Z [00:02:22.027]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:07.9053283Z [00:02:22.027]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:07.9055308Z [00:02:22.027]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:07.9056682Z [00:02:22.027]➜  EOF
2025-08-20T21:26:07.9061783Z [00:02:22.028]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b187/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/coreos/go-systemd/v22@v22.5.0/daemon=>github.com/coreos/go-systemd/v22@v22.5.0/daemon;$WORK/b187=>" -p github.com/coreos/go-systemd/v22/daemon -lang=go1.12 -complete -installsuffix shared -buildid WXuB1vKTJTzpLNtE74bA/WXuB1vKTJTzpLNtE74bA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b187/importcfg -pack /root/go/pkg/mod/github.com/coreos/go-systemd/v22@v22.5.0/daemon/sdnotify.go /root/go/pkg/mod/github.com/coreos/go-systemd/v22@v22.5.0/daemon/watchdog.go
2025-08-20T21:26:07.9334872Z [00:02:22.056]➜  go tool buildid -w $WORK/b175/_pkg_.a # internal
2025-08-20T21:26:07.9349149Z [00:02:22.057]➜  go tool buildid -w $WORK/b187/_pkg_.a # internal
2025-08-20T21:26:07.9356603Z [00:02:22.058]➜  cp $WORK/b175/_pkg_.a /root/.cache/go-build/ed/ed0b401a722fa77a5eee5edc3da6b0bff0772810d2ca7274fb7ab8ade1df116c-d # internal
2025-08-20T21:26:07.9362222Z [00:02:22.058]➜  vendor/golang.org/x/net/http/httpguts
2025-08-20T21:26:07.9362905Z [00:02:22.058]➜  mkdir -p $WORK/b169/
2025-08-20T21:26:07.9363705Z [00:02:22.059]➜  cat >/tmp/go-build548448651/b169/importcfg << 'EOF' # internal
2025-08-20T21:26:07.9364453Z [00:02:22.059]➜  # import config
2025-08-20T21:26:07.9365178Z [00:02:22.059]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T21:26:07.9366234Z [00:02:22.059]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build548448651/b170/_pkg_.a
2025-08-20T21:26:07.9367182Z [00:02:22.059]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:07.9368018Z [00:02:22.059]➜  packagefile net/textproto=/tmp/go-build548448651/b175/_pkg_.a
2025-08-20T21:26:07.9369035Z [00:02:22.059]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:07.9369905Z [00:02:22.059]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:07.9370562Z [00:02:22.059]➜  EOF
2025-08-20T21:26:07.9375908Z [00:02:22.060]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b169/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http/httpguts=>vendor/golang.org/x/net/http/httpguts;$WORK/b169=>" -p vendor/golang.org/x/net/http/httpguts -lang=go1.25 -std -complete -installsuffix shared -buildid naADShnubvZszn4QuQlm/naADShnubvZszn4QuQlm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b169/importcfg -pack /root/.go/src/vendor/golang.org/x/net/http/httpguts/guts.go /root/.go/src/vendor/golang.org/x/net/http/httpguts/httplex.go
2025-08-20T21:26:07.9387424Z [00:02:22.061]➜  cp $WORK/b187/_pkg_.a /root/.cache/go-build/1d/1d8207a9b8fbbe17aab766e1272b6df6ca29f427d274a6a3fa8763080639e926-d # internal
2025-08-20T21:26:07.9394313Z [00:02:22.062]➜  mime/multipart
2025-08-20T21:26:07.9397544Z [00:02:22.062]➜  mkdir -p $WORK/b179/
2025-08-20T21:26:07.9408009Z [00:02:22.063]➜  cat >/tmp/go-build548448651/b179/importcfg << 'EOF' # internal
2025-08-20T21:26:07.9408904Z [00:02:22.063]➜  # import config
2025-08-20T21:26:07.9409460Z [00:02:22.063]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:07.9410171Z [00:02:22.063]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:07.9411031Z [00:02:22.063]➜  packagefile crypto/rand=/tmp/go-build548448651/b082/_pkg_.a
2025-08-20T21:26:07.9411884Z [00:02:22.063]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:07.9412684Z [00:02:22.063]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:07.9413530Z [00:02:22.063]➜  packagefile internal/godebug=/tmp/go-build548448651/b045/_pkg_.a
2025-08-20T21:26:07.9414362Z [00:02:22.063]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:07.9415126Z [00:02:22.063]➜  packagefile maps=/tmp/go-build548448651/b159/_pkg_.a
2025-08-20T21:26:07.9415895Z [00:02:22.063]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:07.9416655Z [00:02:22.063]➜  packagefile mime=/tmp/go-build548448651/b178/_pkg_.a
2025-08-20T21:26:07.9417528Z [00:02:22.063]➜  packagefile mime/quotedprintable=/tmp/go-build548448651/b180/_pkg_.a
2025-08-20T21:26:07.9418447Z [00:02:22.063]➜  packagefile net/textproto=/tmp/go-build548448651/b175/_pkg_.a
2025-08-20T21:26:07.9421080Z [00:02:22.063]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:07.9421881Z [00:02:22.063]➜  packagefile path/filepath=/tmp/go-build548448651/b168/_pkg_.a
2025-08-20T21:26:07.9423026Z [00:02:22.063]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:07.9423835Z [00:02:22.063]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:07.9424628Z [00:02:22.063]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:07.9425227Z [00:02:22.063]➜  EOF
2025-08-20T21:26:07.9428982Z [00:02:22.063]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b179/_pkg_.a -trimpath "/root/.go/src/mime/multipart=>mime/multipart;$WORK/b179=>" -p mime/multipart -lang=go1.25 -std -complete -installsuffix shared -buildid rdBEtV92xch8WGncYCPO/rdBEtV92xch8WGncYCPO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b179/importcfg -pack /root/.go/src/mime/multipart/formdata.go /root/.go/src/mime/multipart/multipart.go /root/.go/src/mime/multipart/readmimeheader.go /root/.go/src/mime/multipart/writer.go
2025-08-20T21:26:07.9615125Z [00:02:22.084]➜  cd /root/go/pkg/mod/github.com/klauspost/cpuid/v2@v2.3.0
2025-08-20T21:26:07.9621132Z [00:02:22.084]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/klauspost/cpuid/v2 -trimpath "/root/go/pkg/mod/github.com/klauspost/cpuid/v2@v2.3.0=>github.com/klauspost/cpuid/v2@v2.3.0;$WORK/b246=>" -I $WORK/b246/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b246/cpuid_amd64.o ./cpuid_amd64.s
2025-08-20T21:26:07.9654556Z [00:02:22.088]➜  go tool pack r $WORK/b246/_pkg_.a $WORK/b246/cpuid_amd64.o # internal
2025-08-20T21:26:07.9657888Z [00:02:22.088]➜  go tool buildid -w $WORK/b246/_pkg_.a # internal
2025-08-20T21:26:07.9676925Z [00:02:22.090]➜  cp $WORK/b246/_pkg_.a /root/.cache/go-build/cf/cf01c4ea95a2343758aa1e5277a3b144c0b401585f668bb3da3b8a3bc9f0faff-d # internal
2025-08-20T21:26:07.9681690Z [00:02:22.090]➜  lukechampine.com/blake3/guts
2025-08-20T21:26:07.9690621Z [00:02:22.090]➜  mkdir -p $WORK/b245/
2025-08-20T21:26:07.9704166Z [00:02:22.090]➜  echo -n > $WORK/b245/go_asm.h # internal
2025-08-20T21:26:07.9705014Z [00:02:22.090]➜  cd /root/go/pkg/mod/lukechampine.com/blake3@v1.4.1/guts
2025-08-20T21:26:07.9707718Z [00:02:22.090]➜  /root/.go/pkg/tool/linux_amd64/asm -p lukechampine.com/blake3/guts -trimpath "/root/go/pkg/mod/lukechampine.com/blake3@v1.4.1/guts=>lukechampine.com/blake3@v1.4.1/guts;$WORK/b245=>" -I $WORK/b245/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b245/symabis ./compress_amd64.s
2025-08-20T21:26:07.9710282Z [00:02:22.091]➜  go tool buildid -w $WORK/b169/_pkg_.a # internal
2025-08-20T21:26:07.9711567Z [00:02:22.091]➜  cp $WORK/b169/_pkg_.a /root/.cache/go-build/fb/fbbe232dc9b321ad27d2a16b22526a3336c63ed0fee665076ce0a25dddc8d2a8-d # internal
2025-08-20T21:26:07.9712930Z [00:02:22.091]➜  github.com/multiformats/go-multihash/register/miniosha256
2025-08-20T21:26:07.9713627Z [00:02:22.091]➜  mkdir -p $WORK/b252/
2025-08-20T21:26:07.9714326Z [00:02:22.092]➜  cat >/tmp/go-build548448651/b252/importcfg << 'EOF' # internal
2025-08-20T21:26:07.9714979Z [00:02:22.092]➜  # import config
2025-08-20T21:26:07.9715977Z [00:02:22.092]➜  packagefile github.com/multiformats/go-multihash/register/sha256=/tmp/go-build548448651/b253/_pkg_.a
2025-08-20T21:26:07.9716866Z [00:02:22.092]➜  EOF
2025-08-20T21:26:07.9717376Z [00:02:22.092]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:07.9722232Z [00:02:22.092]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b252/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/multiformats/go-multihash@v0.2.3/register/miniosha256=>github.com/multiformats/go-multihash@v0.2.3/register/miniosha256;$WORK/b252=>" -p github.com/multiformats/go-multihash/register/miniosha256 -lang=go1.19 -complete -installsuffix shared -buildid JSvxvz3cObdZpLKAo2zr/JSvxvz3cObdZpLKAo2zr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b252/importcfg -pack /root/go/pkg/mod/github.com/multiformats/go-multihash@v0.2.3/register/miniosha256/post_go1.21.go
2025-08-20T21:26:07.9768868Z [00:02:22.099]➜  go tool buildid -w $WORK/b252/_pkg_.a # internal
2025-08-20T21:26:07.9775726Z [00:02:22.100]➜  cp $WORK/b252/_pkg_.a /root/.cache/go-build/6c/6c3496083d5e397c203733c429807770c61e91a905fb85013b6b281db85bddcb-d # internal
2025-08-20T21:26:07.9777830Z [00:02:22.100]➜  github.com/multiformats/go-varint
2025-08-20T21:26:07.9780843Z [00:02:22.100]➜  mkdir -p $WORK/b254/
2025-08-20T21:26:07.9785429Z [00:02:22.101]➜  cat >/tmp/go-build548448651/b254/importcfg << 'EOF' # internal
2025-08-20T21:26:07.9786515Z [00:02:22.101]➜  # import config
2025-08-20T21:26:07.9787520Z [00:02:22.101]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:07.9789192Z [00:02:22.101]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:07.9790812Z [00:02:22.101]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:07.9798001Z [00:02:22.101]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:07.9801402Z [00:02:22.101]➜  EOF
2025-08-20T21:26:07.9804902Z [00:02:22.101]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b254/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/multiformats/go-varint@v0.0.7=>github.com/multiformats/go-varint@v0.0.7;$WORK/b254=>" -p github.com/multiformats/go-varint -lang=go1.18 -complete -installsuffix shared -buildid C9shDldk2mwi_kxrnN_q/C9shDldk2mwi_kxrnN_q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b254/importcfg -pack /root/go/pkg/mod/github.com/multiformats/go-varint@v0.0.7/varint.go
2025-08-20T21:26:07.9808285Z [00:02:22.102]➜  cat >/tmp/go-build548448651/b245/importcfg << 'EOF' # internal
2025-08-20T21:26:07.9809155Z [00:02:22.102]➜  # import config
2025-08-20T21:26:07.9809850Z [00:02:22.103]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:07.9810875Z [00:02:22.103]➜  packagefile github.com/klauspost/cpuid/v2=/tmp/go-build548448651/b246/_pkg_.a
2025-08-20T21:26:07.9812141Z [00:02:22.103]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:07.9813051Z [00:02:22.103]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:07.9813678Z [00:02:22.103]➜  EOF
2025-08-20T21:26:07.9820120Z [00:02:22.103]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b245/_pkg_.a -trimpath "/root/go/pkg/mod/lukechampine.com/blake3@v1.4.1/guts=>lukechampine.com/blake3@v1.4.1/guts;$WORK/b245=>" -p lukechampine.com/blake3/guts -lang=go1.22 -installsuffix shared -buildid 7g4HU1rKbuuzp9anfwSt/7g4HU1rKbuuzp9anfwSt -goversion go1.25.0 -symabis $WORK/b245/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b245/importcfg -pack -asmhdr $WORK/b245/go_asm.h /root/go/pkg/mod/lukechampine.com/blake3@v1.4.1/guts/compress_amd64.go /root/go/pkg/mod/lukechampine.com/blake3@v1.4.1/guts/compress_generic.go /root/go/pkg/mod/lukechampine.com/blake3@v1.4.1/guts/cpu.go /root/go/pkg/mod/lukechampine.com/blake3@v1.4.1/guts/node.go
2025-08-20T21:26:07.9931596Z [00:02:22.115]➜  go tool buildid -w $WORK/b254/_pkg_.a # internal
2025-08-20T21:26:07.9939095Z [00:02:22.116]➜  cp $WORK/b254/_pkg_.a /root/.cache/go-build/0f/0f70f87a71114360d92c09888bccb807faf584d06a901c79cd223e802b355b7f-d # internal
2025-08-20T21:26:07.9945686Z [00:02:22.117]➜  github.com/google/uuid
2025-08-20T21:26:07.9970762Z [00:02:22.117]➜  mkdir -p $WORK/b256/
2025-08-20T21:26:07.9971519Z [00:02:22.118]➜  cat >/tmp/go-build548448651/b256/importcfg << 'EOF' # internal
2025-08-20T21:26:07.9972185Z [00:02:22.118]➜  # import config
2025-08-20T21:26:07.9972805Z [00:02:22.118]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:07.9973611Z [00:02:22.118]➜  packagefile crypto/md5=/tmp/go-build548448651/b146/_pkg_.a
2025-08-20T21:26:07.9974464Z [00:02:22.118]➜  packagefile crypto/rand=/tmp/go-build548448651/b082/_pkg_.a
2025-08-20T21:26:07.9975305Z [00:02:22.118]➜  packagefile crypto/sha1=/tmp/go-build548448651/b150/_pkg_.a
2025-08-20T21:26:07.9976271Z [00:02:22.118]➜  packagefile database/sql/driver=/tmp/go-build548448651/b186/_pkg_.a
2025-08-20T21:26:07.9977214Z [00:02:22.118]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:07.9978092Z [00:02:22.118]➜  packagefile encoding/hex=/tmp/go-build548448651/b157/_pkg_.a
2025-08-20T21:26:07.9979480Z [00:02:22.118]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:07.9980398Z [00:02:22.118]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:07.9981252Z [00:02:22.118]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:07.9982043Z [00:02:22.118]➜  packagefile hash=/tmp/go-build548448651/b080/_pkg_.a
2025-08-20T21:26:07.9982823Z [00:02:22.118]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:07.9983598Z [00:02:22.118]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:07.9984346Z [00:02:22.118]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:07.9985152Z [00:02:22.118]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:07.9985937Z [00:02:22.118]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:07.9986696Z [00:02:22.118]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:07.9987321Z [00:02:22.118]➜  EOF
2025-08-20T21:26:07.9996221Z [00:02:22.118]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b256/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/uuid@v1.6.0=>github.com/google/uuid@v1.6.0;$WORK/b256=>" -p github.com/google/uuid -lang=go1.16 -complete -installsuffix shared -buildid DIoiTG_yrr6btZiCABi1/DIoiTG_yrr6btZiCABi1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b256/importcfg -pack /root/go/pkg/mod/github.com/google/uuid@v1.6.0/dce.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/doc.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/hash.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/marshal.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/node.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/node_net.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/null.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/sql.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/time.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/util.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/uuid.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/version1.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/version4.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/version6.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/version7.go
2025-08-20T21:26:08.0738289Z [00:02:22.196]➜  cd /root/go/pkg/mod/lukechampine.com/blake3@v1.4.1/guts
2025-08-20T21:26:08.0751985Z [00:02:22.196]➜  /root/.go/pkg/tool/linux_amd64/asm -p lukechampine.com/blake3/guts -trimpath "/root/go/pkg/mod/lukechampine.com/blake3@v1.4.1/guts=>lukechampine.com/blake3@v1.4.1/guts;$WORK/b245=>" -I $WORK/b245/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b245/compress_amd64.o ./compress_amd64.s
2025-08-20T21:26:08.1001642Z [00:02:22.222]➜  go tool buildid -w $WORK/b179/_pkg_.a # internal
2025-08-20T21:26:08.1024581Z [00:02:22.225]➜  cp $WORK/b179/_pkg_.a /root/.cache/go-build/76/76bc09fa9a3b200a661d025027a5336fd82abbe4d8749ea1964149cce424f59c-d # internal
2025-08-20T21:26:08.1028238Z [00:02:22.225]➜  github.com/ipfs/go-datastore/query
2025-08-20T21:26:08.1029318Z [00:02:22.225]➜  mkdir -p $WORK/b257/
2025-08-20T21:26:08.1030193Z [00:02:22.225]➜  cat >/tmp/go-build548448651/b257/importcfg << 'EOF' # internal
2025-08-20T21:26:08.1030852Z [00:02:22.225]➜  # import config
2025-08-20T21:26:08.1031477Z [00:02:22.225]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:08.1032252Z [00:02:22.225]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:08.1033011Z [00:02:22.225]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:08.1033789Z [00:02:22.225]➜  packagefile path=/tmp/go-build548448651/b063/_pkg_.a
2025-08-20T21:26:08.1034588Z [00:02:22.225]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:08.1035372Z [00:02:22.225]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:08.1036117Z [00:02:22.225]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:08.1036970Z [00:02:22.225]➜  EOF
2025-08-20T21:26:08.1037468Z [00:02:22.226]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:08.1044945Z [00:02:22.226]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b257/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-datastore@v0.8.3/query=>github.com/ipfs/go-datastore@v0.8.3/query;$WORK/b257=>" -p github.com/ipfs/go-datastore/query -lang=go1.23 -complete -installsuffix shared -buildid UUFr7MDHGlsT9KHGp2BI/UUFr7MDHGlsT9KHGp2BI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b257/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-datastore@v0.8.3/query/filter.go /root/go/pkg/mod/github.com/ipfs/go-datastore@v0.8.3/query/order.go /root/go/pkg/mod/github.com/ipfs/go-datastore@v0.8.3/query/query.go /root/go/pkg/mod/github.com/ipfs/go-datastore@v0.8.3/query/query_impl.go
2025-08-20T21:26:08.1072213Z [00:02:22.230]➜  go tool buildid -w $WORK/b256/_pkg_.a # internal
2025-08-20T21:26:08.1091665Z [00:02:22.231]➜  cp $WORK/b256/_pkg_.a /root/.cache/go-build/47/47c3f2666c22bf012100f637fa65a314946a0fd45204eb6e1f07ff42db4e959b-d # internal
2025-08-20T21:26:08.1100294Z [00:02:22.232]➜  cd /root/go/pkg/mod/lukechampine.com/blake3@v1.4.1/guts
2025-08-20T21:26:08.1103041Z [00:02:22.232]➜  go tool pack r $WORK/b245/_pkg_.a $WORK/b245/compress_amd64.o # internal
2025-08-20T21:26:08.1125338Z [00:02:22.235]➜  runtime/debug
2025-08-20T21:26:08.1126314Z [00:02:22.235]➜  mkdir -p $WORK/b260/
2025-08-20T21:26:08.1127963Z [00:02:22.235]➜  echo -n > $WORK/b260/go_asm.h # internal
2025-08-20T21:26:08.1128724Z [00:02:22.235]➜  cd /root/.go/src/runtime/debug
2025-08-20T21:26:08.1131030Z [00:02:22.235]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime/debug -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$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 ./debug.s
2025-08-20T21:26:08.1132940Z [00:02:22.235]➜  go tool buildid -w $WORK/b245/_pkg_.a # internal
2025-08-20T21:26:08.1139740Z [00:02:22.236]➜  cp $WORK/b245/_pkg_.a /root/.cache/go-build/11/115521b0854e69beebf2c1321be29cbf6494493d357ff6e4fba4e8bea89e8e91-d # internal
2025-08-20T21:26:08.1157366Z [00:02:22.238]➜  lukechampine.com/blake3/bao
2025-08-20T21:26:08.1161282Z [00:02:22.238]➜  mkdir -p $WORK/b244/
2025-08-20T21:26:08.1162136Z [00:02:22.238]➜  cat >/tmp/go-build548448651/b244/importcfg << 'EOF' # internal
2025-08-20T21:26:08.1162866Z [00:02:22.238]➜  # import config
2025-08-20T21:26:08.1163540Z [00:02:22.238]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:08.1164431Z [00:02:22.238]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:08.1165349Z [00:02:22.238]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:08.1166166Z [00:02:22.239]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:08.1167169Z [00:02:22.239]➜  packagefile lukechampine.com/blake3/guts=/tmp/go-build548448651/b245/_pkg_.a
2025-08-20T21:26:08.1168193Z [00:02:22.239]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:08.1169001Z [00:02:22.239]➜  EOF
2025-08-20T21:26:08.1170186Z [00:02:22.239]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:08.1174289Z [00:02:22.239]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b244/_pkg_.a -trimpath "/root/go/pkg/mod/lukechampine.com/blake3@v1.4.1/bao=>lukechampine.com/blake3@v1.4.1/bao;$WORK/b244=>" -p lukechampine.com/blake3/bao -lang=go1.22 -complete -installsuffix shared -buildid uInv3W1VmK-A66qSh3aS/uInv3W1VmK-A66qSh3aS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b244/importcfg -pack /root/go/pkg/mod/lukechampine.com/blake3@v1.4.1/bao/bao.go
2025-08-20T21:26:08.1277964Z [00:02:22.250]➜  cat >/tmp/go-build548448651/b260/importcfg << 'EOF' # internal
2025-08-20T21:26:08.1279151Z [00:02:22.250]➜  # import config
2025-08-20T21:26:08.1280121Z [00:02:22.250]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:08.1282479Z [00:02:22.250]➜  packagefile internal/poll=/tmp/go-build548448651/b064/_pkg_.a
2025-08-20T21:26:08.1283359Z [00:02:22.250]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:08.1284189Z [00:02:22.250]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:08.1285043Z [00:02:22.250]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:08.1299281Z [00:02:22.250]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:08.1300177Z [00:02:22.250]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:08.1301054Z [00:02:22.250]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:08.1301709Z [00:02:22.250]➜  EOF
2025-08-20T21:26:08.1305721Z [00:02:22.250]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b260/_pkg_.a -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b260=>" -p runtime/debug -lang=go1.25 -std -installsuffix shared -buildid 7y92FvxpPbsojj3KvJ1V/7y92FvxpPbsojj3KvJ1V -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/src/runtime/debug/garbage.go /root/.go/src/runtime/debug/mod.go /root/.go/src/runtime/debug/stack.go /root/.go/src/runtime/debug/stubs.go
2025-08-20T21:26:08.2034365Z [00:02:22.326]➜  go tool buildid -w $WORK/b257/_pkg_.a # internal
2025-08-20T21:26:08.2045468Z [00:02:22.327]➜  cp $WORK/b257/_pkg_.a /root/.cache/go-build/d8/d891c7ad324f31ab07aa04a1d76ee4b0559fb2b67038c48c2dc522e1b753cf9d-d # internal
2025-08-20T21:26:08.2074294Z [00:02:22.330]➜  github.com/ipfs/go-datastore
2025-08-20T21:26:08.2101824Z [00:02:22.333]➜  mkdir -p $WORK/b255/
2025-08-20T21:26:08.2107232Z [00:02:22.333]➜  cat >/tmp/go-build548448651/b255/importcfg << 'EOF' # internal
2025-08-20T21:26:08.2108183Z [00:02:22.333]➜  # import config
2025-08-20T21:26:08.2109257Z [00:02:22.333]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:08.2111097Z [00:02:22.333]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:08.2111956Z [00:02:22.333]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:08.2112867Z [00:02:22.333]➜  packagefile github.com/google/uuid=/tmp/go-build548448651/b256/_pkg_.a
2025-08-20T21:26:08.2113938Z [00:02:22.333]➜  packagefile github.com/ipfs/go-datastore/query=/tmp/go-build548448651/b257/_pkg_.a
2025-08-20T21:26:08.2114840Z [00:02:22.333]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:08.2115561Z [00:02:22.333]➜  packagefile log=/tmp/go-build548448651/b071/_pkg_.a
2025-08-20T21:26:08.2116318Z [00:02:22.333]➜  packagefile path=/tmp/go-build548448651/b063/_pkg_.a
2025-08-20T21:26:08.2117081Z [00:02:22.333]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:08.2117901Z [00:02:22.333]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:08.2118886Z [00:02:22.333]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:08.2119693Z [00:02:22.333]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:08.2120283Z [00:02:22.333]➜  EOF
2025-08-20T21:26:08.2125730Z [00:02:22.333]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b255/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-datastore@v0.8.3=>github.com/ipfs/go-datastore@v0.8.3;$WORK/b255=>" -p github.com/ipfs/go-datastore -lang=go1.23 -complete -installsuffix shared -buildid tYoqpqW17PD0lstAmg9F/tYoqpqW17PD0lstAmg9F -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b255/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-datastore@v0.8.3/basic_ds.go /root/go/pkg/mod/github.com/ipfs/go-datastore@v0.8.3/batch.go /root/go/pkg/mod/github.com/ipfs/go-datastore@v0.8.3/datastore.go /root/go/pkg/mod/github.com/ipfs/go-datastore@v0.8.3/features.go /root/go/pkg/mod/github.com/ipfs/go-datastore@v0.8.3/key.go /root/go/pkg/mod/github.com/ipfs/go-datastore@v0.8.3/null_ds.go
2025-08-20T21:26:08.2289570Z [00:02:22.351]➜  go tool buildid -w $WORK/b244/_pkg_.a # internal
2025-08-20T21:26:08.2300790Z [00:02:22.352]➜  cp $WORK/b244/_pkg_.a /root/.cache/go-build/3e/3ea037479cbbf33c61aa098fb5b8c8d10ece095d1417fc4faffc9e6d699d0a0f-d # internal
2025-08-20T21:26:08.2305191Z [00:02:22.353]➜  lukechampine.com/blake3
2025-08-20T21:26:08.2305852Z [00:02:22.353]➜  mkdir -p $WORK/b243/
2025-08-20T21:26:08.2309359Z [00:02:22.353]➜  cat >/tmp/go-build548448651/b243/importcfg << 'EOF' # internal
2025-08-20T21:26:08.2319855Z [00:02:22.353]➜  # import config
2025-08-20T21:26:08.2320510Z [00:02:22.353]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:08.2321411Z [00:02:22.353]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:08.2322345Z [00:02:22.353]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:08.2323157Z [00:02:22.353]➜  packagefile hash=/tmp/go-build548448651/b080/_pkg_.a
2025-08-20T21:26:08.2323920Z [00:02:22.353]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:08.2324907Z [00:02:22.353]➜  packagefile lukechampine.com/blake3/bao=/tmp/go-build548448651/b244/_pkg_.a
2025-08-20T21:26:08.2326016Z [00:02:22.353]➜  packagefile lukechampine.com/blake3/guts=/tmp/go-build548448651/b245/_pkg_.a
2025-08-20T21:26:08.2326955Z [00:02:22.353]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:08.2327788Z [00:02:22.353]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:08.2328880Z [00:02:22.353]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:08.2329711Z [00:02:22.353]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:08.2330317Z [00:02:22.353]➜  EOF
2025-08-20T21:26:08.2333815Z [00:02:22.354]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b243/_pkg_.a -trimpath "/root/go/pkg/mod/lukechampine.com/blake3@v1.4.1=>lukechampine.com/blake3@v1.4.1;$WORK/b243=>" -p lukechampine.com/blake3 -lang=go1.22 -complete -installsuffix shared -buildid RQmKTdKOPZl2MQViq2e3/RQmKTdKOPZl2MQViq2e3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b243/importcfg -pack /root/go/pkg/mod/lukechampine.com/blake3@v1.4.1/blake3.go
2025-08-20T21:26:08.2381043Z [00:02:22.360]➜  cd /root/.go/src/runtime/debug
2025-08-20T21:26:08.2384574Z [00:02:22.360]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime/debug -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b260=>" -I $WORK/b260/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b260/debug.o ./debug.s
2025-08-20T21:26:08.2476321Z [00:02:22.370]➜  go tool pack r $WORK/b260/_pkg_.a $WORK/b260/debug.o # internal
2025-08-20T21:26:08.2479431Z [00:02:22.370]➜  go tool buildid -w $WORK/b260/_pkg_.a # internal
2025-08-20T21:26:08.2496293Z [00:02:22.372]➜  cp $WORK/b260/_pkg_.a /root/.cache/go-build/82/8260d5a79b166c1188d2a8233d7ed0e6aa22b2487df79665838c602779d10d1d-d # internal
2025-08-20T21:26:08.2500710Z [00:02:22.372]➜  github.com/mattn/go-isatty
2025-08-20T21:26:08.2501293Z [00:02:22.372]➜  mkdir -p $WORK/b265/
2025-08-20T21:26:08.2509754Z [00:02:22.373]➜  cat >/tmp/go-build548448651/b265/importcfg << 'EOF' # internal
2025-08-20T21:26:08.2517604Z [00:02:22.373]➜  # import config
2025-08-20T21:26:08.2518406Z [00:02:22.373]➜  packagefile golang.org/x/sys/unix=/tmp/go-build548448651/b194/_pkg_.a
2025-08-20T21:26:08.2519480Z [00:02:22.373]➜  EOF
2025-08-20T21:26:08.2519987Z [00:02:22.373]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:08.2523865Z [00:02:22.373]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b265/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mattn/go-isatty@v0.0.20=>github.com/mattn/go-isatty@v0.0.20;$WORK/b265=>" -p github.com/mattn/go-isatty -lang=go1.15 -complete -installsuffix shared -buildid LRvtMXKxNelCqXbvY2R6/LRvtMXKxNelCqXbvY2R6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b265/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-20T21:26:08.2788243Z [00:02:22.401]➜  go tool buildid -w $WORK/b265/_pkg_.a # internal
2025-08-20T21:26:08.2797304Z [00:02:22.402]➜  cp $WORK/b265/_pkg_.a /root/.cache/go-build/67/673753a92a27c630a73b82bed258abb3928dc1248f9e4538e3a9737b0d78b018-d # internal
2025-08-20T21:26:08.2801911Z [00:02:22.402]➜  go.uber.org/multierr
2025-08-20T21:26:08.2804036Z [00:02:22.402]➜  mkdir -p $WORK/b267/
2025-08-20T21:26:08.2814213Z [00:02:22.404]➜  cat >/tmp/go-build548448651/b267/importcfg << 'EOF' # internal
2025-08-20T21:26:08.2815133Z [00:02:22.404]➜  # import config
2025-08-20T21:26:08.2816079Z [00:02:22.404]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:08.2817738Z [00:02:22.404]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:08.2818810Z [00:02:22.404]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:08.2819621Z [00:02:22.404]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:08.2820425Z [00:02:22.404]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:08.2821254Z [00:02:22.404]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:08.2822108Z [00:02:22.404]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:08.2822767Z [00:02:22.404]➜  EOF
2025-08-20T21:26:08.2826321Z [00:02:22.404]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b267/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/multierr@v1.11.0=>go.uber.org/multierr@v1.11.0;$WORK/b267=>" -p go.uber.org/multierr -lang=go1.19 -complete -installsuffix shared -buildid t6gPPxzAEez2dw3I2Rp8/t6gPPxzAEez2dw3I2Rp8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b267/importcfg -pack /root/go/pkg/mod/go.uber.org/multierr@v1.11.0/error.go /root/go/pkg/mod/go.uber.org/multierr@v1.11.0/error_post_go120.go
2025-08-20T21:26:08.3069188Z [00:02:22.429]➜  go tool buildid -w $WORK/b243/_pkg_.a # internal
2025-08-20T21:26:08.3079325Z [00:02:22.430]➜  cp $WORK/b243/_pkg_.a /root/.cache/go-build/6c/6c54edb0b87d33405d3129254a2fabaf87ffa1df8da7fea43d1422b401a1e001-d # internal
2025-08-20T21:26:08.3083879Z [00:02:22.430]➜  github.com/multiformats/go-multihash/register/blake3
2025-08-20T21:26:08.3089712Z [00:02:22.430]➜  mkdir -p $WORK/b242/
2025-08-20T21:26:08.3090567Z [00:02:22.431]➜  cat >/tmp/go-build548448651/b242/importcfg << 'EOF' # internal
2025-08-20T21:26:08.3091278Z [00:02:22.431]➜  # import config
2025-08-20T21:26:08.3092217Z [00:02:22.431]➜  packagefile github.com/multiformats/go-multihash/core=/tmp/go-build548448651/b236/_pkg_.a
2025-08-20T21:26:08.3093269Z [00:02:22.431]➜  packagefile hash=/tmp/go-build548448651/b080/_pkg_.a
2025-08-20T21:26:08.3094210Z [00:02:22.431]➜  packagefile lukechampine.com/blake3=/tmp/go-build548448651/b243/_pkg_.a
2025-08-20T21:26:08.3094962Z [00:02:22.431]➜  EOF
2025-08-20T21:26:08.3099445Z [00:02:22.431]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b242/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/multiformats/go-multihash@v0.2.3/register/blake3=>github.com/multiformats/go-multihash@v0.2.3/register/blake3;$WORK/b242=>" -p github.com/multiformats/go-multihash/register/blake3 -lang=go1.19 -complete -installsuffix shared -buildid Gfj85C0yEAPkn6mdhVFQ/Gfj85C0yEAPkn6mdhVFQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b242/importcfg -pack /root/go/pkg/mod/github.com/multiformats/go-multihash@v0.2.3/register/blake3/multihash_blake3.go
2025-08-20T21:26:08.3414817Z [00:02:22.464]➜  go tool buildid -w $WORK/b242/_pkg_.a # internal
2025-08-20T21:26:08.3424839Z [00:02:22.465]➜  cp $WORK/b242/_pkg_.a /root/.cache/go-build/8a/8a78b348b2d6b13241141c9ed416e15af0840b49cb84a49de4ddd0fbe4fc2c93-d # internal
2025-08-20T21:26:08.3427448Z [00:02:22.465]➜  github.com/multiformats/go-multihash/register/all
2025-08-20T21:26:08.3434839Z [00:02:22.466]➜  mkdir -p $WORK/b237/
2025-08-20T21:26:08.3435816Z [00:02:22.466]➜  cat >/tmp/go-build548448651/b237/importcfg << 'EOF' # internal
2025-08-20T21:26:08.3437537Z [00:02:22.466]➜  # import config
2025-08-20T21:26:08.3439352Z [00:02:22.466]➜  packagefile github.com/multiformats/go-multihash/register/blake2=/tmp/go-build548448651/b238/_pkg_.a
2025-08-20T21:26:08.3441080Z [00:02:22.466]➜  packagefile github.com/multiformats/go-multihash/register/blake3=/tmp/go-build548448651/b242/_pkg_.a
2025-08-20T21:26:08.3442518Z [00:02:22.466]➜  packagefile github.com/multiformats/go-multihash/register/murmur3=/tmp/go-build548448651/b248/_pkg_.a
2025-08-20T21:26:08.3443971Z [00:02:22.466]➜  packagefile github.com/multiformats/go-multihash/register/sha3=/tmp/go-build548448651/b250/_pkg_.a
2025-08-20T21:26:08.3444802Z [00:02:22.466]➜  EOF
2025-08-20T21:26:08.3448992Z [00:02:22.466]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b237/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/multiformats/go-multihash@v0.2.3/register/all=>github.com/multiformats/go-multihash@v0.2.3/register/all;$WORK/b237=>" -p github.com/multiformats/go-multihash/register/all -lang=go1.19 -complete -installsuffix shared -buildid CsfChTswVjS5Xrm1ke26/CsfChTswVjS5Xrm1ke26 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b237/importcfg -pack /root/go/pkg/mod/github.com/multiformats/go-multihash@v0.2.3/register/all/multihash_all.go
2025-08-20T21:26:08.3452760Z [00:02:22.466]➜  go tool buildid -w $WORK/b267/_pkg_.a # internal
2025-08-20T21:26:08.3470000Z [00:02:22.469]➜  cp $WORK/b267/_pkg_.a /root/.cache/go-build/af/af44525afaf4dbd12d5a7374468031427b59c78523d0a855f534c96f5ba35784-d # internal
2025-08-20T21:26:08.3474246Z [00:02:22.469]➜  go.uber.org/zap/internal/pool
2025-08-20T21:26:08.3474851Z [00:02:22.469]➜  mkdir -p $WORK/b271/
2025-08-20T21:26:08.3477788Z [00:02:22.470]➜  cat >/tmp/go-build548448651/b271/importcfg << 'EOF' # internal
2025-08-20T21:26:08.3483701Z [00:02:22.470]➜  # import config
2025-08-20T21:26:08.3484623Z [00:02:22.470]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:08.3485266Z [00:02:22.470]➜  EOF
2025-08-20T21:26:08.3488657Z [00:02:22.470]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b271/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/zap@v1.27.0/internal/pool=>go.uber.org/zap@v1.27.0/internal/pool;$WORK/b271=>" -p go.uber.org/zap/internal/pool -lang=go1.19 -complete -installsuffix shared -buildid uZkPMFM_xqhPcA4F4XbF/uZkPMFM_xqhPcA4F4XbF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b271/importcfg -pack /root/go/pkg/mod/go.uber.org/zap@v1.27.0/internal/pool/pool.go
2025-08-20T21:26:08.3630506Z [00:02:22.485]➜  go tool buildid -w $WORK/b237/_pkg_.a # internal
2025-08-20T21:26:08.3638614Z [00:02:22.486]➜  cp $WORK/b237/_pkg_.a /root/.cache/go-build/50/5053a209c90c51aa889d85a4bda7f6bf2a96f0c1a08d46b683638c3f0402ea74-d # internal
2025-08-20T21:26:08.3641951Z [00:02:22.487]➜  github.com/multiformats/go-multihash
2025-08-20T21:26:08.3643172Z [00:02:22.487]➜  mkdir -p $WORK/b235/
2025-08-20T21:26:08.3649108Z [00:02:22.487]➜  cat >/tmp/go-build548448651/b235/importcfg << 'EOF' # internal
2025-08-20T21:26:08.3650207Z [00:02:22.487]➜  # import config
2025-08-20T21:26:08.3652591Z [00:02:22.487]➜  packagefile encoding/hex=/tmp/go-build548448651/b157/_pkg_.a
2025-08-20T21:26:08.3653491Z [00:02:22.487]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:08.3654259Z [00:02:22.487]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:08.3655261Z [00:02:22.487]➜  packagefile github.com/mr-tron/base58/base58=/tmp/go-build548448651/b232/_pkg_.a
2025-08-20T21:26:08.3656559Z [00:02:22.487]➜  packagefile github.com/multiformats/go-multihash/core=/tmp/go-build548448651/b236/_pkg_.a
2025-08-20T21:26:08.3657922Z [00:02:22.487]➜  packagefile github.com/multiformats/go-multihash/register/all=/tmp/go-build548448651/b237/_pkg_.a
2025-08-20T21:26:08.3659617Z [00:02:22.487]➜  packagefile github.com/multiformats/go-multihash/register/miniosha256=/tmp/go-build548448651/b252/_pkg_.a
2025-08-20T21:26:08.3660982Z [00:02:22.487]➜  packagefile github.com/multiformats/go-varint=/tmp/go-build548448651/b254/_pkg_.a
2025-08-20T21:26:08.3661950Z [00:02:22.487]➜  packagefile hash=/tmp/go-build548448651/b080/_pkg_.a
2025-08-20T21:26:08.3663086Z [00:02:22.487]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:08.3663875Z [00:02:22.487]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:08.3664473Z [00:02:22.487]➜  EOF
2025-08-20T21:26:08.3674935Z [00:02:22.489]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b235/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/multiformats/go-multihash@v0.2.3=>github.com/multiformats/go-multihash@v0.2.3;$WORK/b235=>" -p github.com/multiformats/go-multihash -lang=go1.19 -complete -installsuffix shared -buildid NnwkhzAvRiqGLEn18Apq/NnwkhzAvRiqGLEn18Apq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b235/importcfg -pack /root/go/pkg/mod/github.com/multiformats/go-multihash@v0.2.3/io.go /root/go/pkg/mod/github.com/multiformats/go-multihash@v0.2.3/multihash.go /root/go/pkg/mod/github.com/multiformats/go-multihash@v0.2.3/registry.go /root/go/pkg/mod/github.com/multiformats/go-multihash@v0.2.3/set.go /root/go/pkg/mod/github.com/multiformats/go-multihash@v0.2.3/sum.go
2025-08-20T21:26:08.3692978Z [00:02:22.492]➜  go tool buildid -w $WORK/b271/_pkg_.a # internal
2025-08-20T21:26:08.3697090Z [00:02:22.492]➜  cp $WORK/b271/_pkg_.a /root/.cache/go-build/bc/bcf28801ff996a6fd9516eec951be08f8076cb545bc75703716ad3225c51071c-d # internal
2025-08-20T21:26:08.3699226Z [00:02:22.492]➜  go.uber.org/zap/buffer
2025-08-20T21:26:08.3699813Z [00:02:22.492]➜  mkdir -p $WORK/b270/
2025-08-20T21:26:08.3703629Z [00:02:22.493]➜  cat >/tmp/go-build548448651/b270/importcfg << 'EOF' # internal
2025-08-20T21:26:08.3705201Z [00:02:22.493]➜  # import config
2025-08-20T21:26:08.3706045Z [00:02:22.493]➜  packagefile go.uber.org/zap/internal/pool=/tmp/go-build548448651/b271/_pkg_.a
2025-08-20T21:26:08.3707319Z [00:02:22.493]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:08.3708108Z [00:02:22.493]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:08.3708888Z [00:02:22.493]➜  EOF
2025-08-20T21:26:08.3712446Z [00:02:22.493]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b270/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/zap@v1.27.0/buffer=>go.uber.org/zap@v1.27.0/buffer;$WORK/b270=>" -p go.uber.org/zap/buffer -lang=go1.19 -complete -installsuffix shared -buildid fO9xdqqp_DftlTC5p3Rr/fO9xdqqp_DftlTC5p3Rr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b270/importcfg -pack /root/go/pkg/mod/go.uber.org/zap@v1.27.0/buffer/buffer.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/buffer/pool.go
2025-08-20T21:26:08.4264691Z [00:02:22.549]➜  go tool buildid -w $WORK/b235/_pkg_.a # internal
2025-08-20T21:26:08.4299489Z [00:02:22.552]➜  go tool buildid -w $WORK/b270/_pkg_.a # internal
2025-08-20T21:26:08.4311908Z [00:02:22.554]➜  cp $WORK/b235/_pkg_.a /root/.cache/go-build/3c/3c57a660c50f0bb6d788ee4bb37a7f6c9e0dc86dc2d7b0057a375ab9b4595ff6-d # internal
2025-08-20T21:26:08.4316172Z [00:02:22.554]➜  cp $WORK/b270/_pkg_.a /root/.cache/go-build/02/02abe889fafa49822bce35ad71ca5bc4da816802707f0fdf36375cc15e71d062-d # internal
2025-08-20T21:26:08.4320522Z [00:02:22.554]➜  github.com/ipfs/boxo/util
2025-08-20T21:26:08.4321079Z [00:02:22.554]➜  mkdir -p $WORK/b259/
2025-08-20T21:26:08.4335300Z [00:02:22.556]➜  cat >/tmp/go-build548448651/b259/importcfg << 'EOF' # internal
2025-08-20T21:26:08.4360054Z [00:02:22.556]➜  # import config
2025-08-20T21:26:08.4360777Z [00:02:22.556]➜  packagefile crypto/subtle=/tmp/go-build548448651/b106/_pkg_.a
2025-08-20T21:26:08.4361669Z [00:02:22.556]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:08.4362676Z [00:02:22.556]➜  packagefile github.com/mr-tron/base58/base58=/tmp/go-build548448651/b232/_pkg_.a
2025-08-20T21:26:08.4363859Z [00:02:22.556]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build548448651/b235/_pkg_.a
2025-08-20T21:26:08.4364849Z [00:02:22.556]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:08.4365668Z [00:02:22.556]➜  packagefile math/rand=/tmp/go-build548448651/b109/_pkg_.a
2025-08-20T21:26:08.4366489Z [00:02:22.556]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:08.4367662Z [00:02:22.556]➜  packagefile path/filepath=/tmp/go-build548448651/b168/_pkg_.a
2025-08-20T21:26:08.4368766Z [00:02:22.556]➜  packagefile runtime/debug=/tmp/go-build548448651/b260/_pkg_.a
2025-08-20T21:26:08.4369632Z [00:02:22.556]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:08.4370425Z [00:02:22.556]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:08.4371025Z [00:02:22.556]➜  EOF
2025-08-20T21:26:08.4375143Z [00:02:22.556]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b259/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/util=>github.com/ipfs/boxo@v0.34.0/util;$WORK/b259=>" -p github.com/ipfs/boxo/util -lang=go1.24 -complete -installsuffix shared -buildid P5Ci8TCsOkLrzVkBDV1d/P5Ci8TCsOkLrzVkBDV1d -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b259/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/util/file.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/util/time.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/util/util.go
2025-08-20T21:26:08.4379035Z [00:02:22.556]➜  github.com/ipfs/go-cid
2025-08-20T21:26:08.4379609Z [00:02:22.556]➜  mkdir -p $WORK/b230/
2025-08-20T21:26:08.4380339Z [00:02:22.556]➜  cat >/tmp/go-build548448651/b230/importcfg << 'EOF' # internal
2025-08-20T21:26:08.4381036Z [00:02:22.556]➜  # import config
2025-08-20T21:26:08.4381688Z [00:02:22.556]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:08.4382527Z [00:02:22.556]➜  packagefile encoding=/tmp/go-build548448651/b053/_pkg_.a
2025-08-20T21:26:08.4383415Z [00:02:22.556]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:08.4384615Z [00:02:22.556]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:08.4385544Z [00:02:22.556]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:08.4386344Z [00:02:22.556]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:08.4387382Z [00:02:22.556]➜  packagefile github.com/multiformats/go-multibase=/tmp/go-build548448651/b231/_pkg_.a
2025-08-20T21:26:08.4388895Z [00:02:22.556]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build548448651/b235/_pkg_.a
2025-08-20T21:26:08.4390117Z [00:02:22.556]➜  packagefile github.com/multiformats/go-varint=/tmp/go-build548448651/b254/_pkg_.a
2025-08-20T21:26:08.4391010Z [00:02:22.556]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:08.4391818Z [00:02:22.556]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:08.4392533Z [00:02:22.556]➜  EOF
2025-08-20T21:26:08.4397086Z [00:02:22.556]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b230/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-cid@v0.5.0=>github.com/ipfs/go-cid@v0.5.0;$WORK/b230=>" -p github.com/ipfs/go-cid -lang=go1.22 -complete -installsuffix shared -buildid SmhEovdh9gqblxxQ1mZM/SmhEovdh9gqblxxQ1mZM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b230/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-cid@v0.5.0/builder.go /root/go/pkg/mod/github.com/ipfs/go-cid@v0.5.0/cid.go /root/go/pkg/mod/github.com/ipfs/go-cid@v0.5.0/deprecated.go /root/go/pkg/mod/github.com/ipfs/go-cid@v0.5.0/set.go /root/go/pkg/mod/github.com/ipfs/go-cid@v0.5.0/varint.go
2025-08-20T21:26:08.4588316Z [00:02:22.581]➜  go tool buildid -w $WORK/b255/_pkg_.a # internal
2025-08-20T21:26:08.4629090Z [00:02:22.585]➜  cp $WORK/b255/_pkg_.a /root/.cache/go-build/8c/8c5f8ce6df3d0f481c36a26cab46720d9ea40ee749ce35d256d71af91d748cb0-d # internal
2025-08-20T21:26:08.4653958Z [00:02:22.588]➜  github.com/ipfs/go-datastore/keytransform
2025-08-20T21:26:08.4655887Z [00:02:22.588]➜  mkdir -p $WORK/b262/
2025-08-20T21:26:08.4656595Z [00:02:22.588]➜  cat >/tmp/go-build548448651/b262/importcfg << 'EOF' # internal
2025-08-20T21:26:08.4657213Z [00:02:22.588]➜  # import config
2025-08-20T21:26:08.4657825Z [00:02:22.588]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:08.4659204Z [00:02:22.588]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build548448651/b255/_pkg_.a
2025-08-20T21:26:08.4660270Z [00:02:22.588]➜  packagefile github.com/ipfs/go-datastore/query=/tmp/go-build548448651/b257/_pkg_.a
2025-08-20T21:26:08.4660979Z [00:02:22.588]➜  EOF
2025-08-20T21:26:08.4666151Z [00:02:22.588]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b262/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-datastore@v0.8.3/keytransform=>github.com/ipfs/go-datastore@v0.8.3/keytransform;$WORK/b262=>" -p github.com/ipfs/go-datastore/keytransform -lang=go1.23 -complete -installsuffix shared -buildid 2YPHfZZa7AZ0YGaepd8-/2YPHfZZa7AZ0YGaepd8- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b262/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-datastore@v0.8.3/keytransform/doc.go /root/go/pkg/mod/github.com/ipfs/go-datastore@v0.8.3/keytransform/interface.go /root/go/pkg/mod/github.com/ipfs/go-datastore@v0.8.3/keytransform/keytransform.go /root/go/pkg/mod/github.com/ipfs/go-datastore@v0.8.3/keytransform/transforms.go
2025-08-20T21:26:08.4702147Z [00:02:22.593]➜  go tool buildid -w $WORK/b259/_pkg_.a # internal
2025-08-20T21:26:08.4725960Z [00:02:22.593]➜  cp $WORK/b259/_pkg_.a /root/.cache/go-build/6b/6b7ae16dbac1da6ec5147f972836ba42931fb5e5bd4fb986d1e4a1d28a9685d5-d # internal
2025-08-20T21:26:08.4732154Z [00:02:22.593]➜  go.uber.org/zap/internal/bufferpool
2025-08-20T21:26:08.4732732Z [00:02:22.594]➜  mkdir -p $WORK/b272/
2025-08-20T21:26:08.4733394Z [00:02:22.594]➜  cat >/tmp/go-build548448651/b272/importcfg << 'EOF' # internal
2025-08-20T21:26:08.4734012Z [00:02:22.594]➜  # import config
2025-08-20T21:26:08.4739686Z [00:02:22.594]➜  packagefile go.uber.org/zap/buffer=/tmp/go-build548448651/b270/_pkg_.a
2025-08-20T21:26:08.4740447Z [00:02:22.594]➜  EOF
2025-08-20T21:26:08.4744213Z [00:02:22.595]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b272/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/zap@v1.27.0/internal/bufferpool=>go.uber.org/zap@v1.27.0/internal/bufferpool;$WORK/b272=>" -p go.uber.org/zap/internal/bufferpool -lang=go1.19 -complete -installsuffix shared -buildid vcNFaBpNDm0YM4Iy0q0J/vcNFaBpNDm0YM4Iy0q0J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b272/importcfg -pack /root/go/pkg/mod/go.uber.org/zap@v1.27.0/internal/bufferpool/bufferpool.go
2025-08-20T21:26:08.5158146Z [00:02:22.638]➜  go tool buildid -w $WORK/b272/_pkg_.a # internal
2025-08-20T21:26:08.5164952Z [00:02:22.639]➜  cp $WORK/b272/_pkg_.a /root/.cache/go-build/e2/e26aab7dbf3ae7c7e29b92ad35089248e3eefd1c46e06a6558b533ff5c1e9892-d # internal
2025-08-20T21:26:08.5169549Z [00:02:22.639]➜  go.uber.org/zap/internal/color
2025-08-20T21:26:08.5170165Z [00:02:22.639]➜  mkdir -p $WORK/b273/
2025-08-20T21:26:08.5175766Z [00:02:22.640]➜  cat >/tmp/go-build548448651/b273/importcfg << 'EOF' # internal
2025-08-20T21:26:08.5176474Z [00:02:22.640]➜  # import config
2025-08-20T21:26:08.5177107Z [00:02:22.640]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:08.5177731Z [00:02:22.640]➜  EOF
2025-08-20T21:26:08.5181233Z [00:02:22.640]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b273/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/zap@v1.27.0/internal/color=>go.uber.org/zap@v1.27.0/internal/color;$WORK/b273=>" -p go.uber.org/zap/internal/color -lang=go1.19 -complete -installsuffix shared -buildid sfp-8J0zLC2X9_I3D2Sh/sfp-8J0zLC2X9_I3D2Sh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b273/importcfg -pack /root/go/pkg/mod/go.uber.org/zap@v1.27.0/internal/color/color.go
2025-08-20T21:26:08.5336058Z [00:02:22.656]➜  go tool buildid -w $WORK/b262/_pkg_.a # internal
2025-08-20T21:26:08.5346335Z [00:02:22.657]➜  cp $WORK/b262/_pkg_.a /root/.cache/go-build/90/90c1715582166f45768fc0adb75fb222542027bb6de743080f93af0c2318afca-d # internal
2025-08-20T21:26:08.5349198Z [00:02:22.657]➜  github.com/ipfs/go-datastore/namespace
2025-08-20T21:26:08.5349868Z [00:02:22.657]➜  mkdir -p $WORK/b261/
2025-08-20T21:26:08.5351805Z [00:02:22.658]➜  cat >/tmp/go-build548448651/b261/importcfg << 'EOF' # internal
2025-08-20T21:26:08.5352807Z [00:02:22.658]➜  # import config
2025-08-20T21:26:08.5353590Z [00:02:22.658]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build548448651/b255/_pkg_.a
2025-08-20T21:26:08.5354752Z [00:02:22.658]➜  packagefile github.com/ipfs/go-datastore/keytransform=/tmp/go-build548448651/b262/_pkg_.a
2025-08-20T21:26:08.5355561Z [00:02:22.658]➜  EOF
2025-08-20T21:26:08.5359772Z [00:02:22.658]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b261/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-datastore@v0.8.3/namespace=>github.com/ipfs/go-datastore@v0.8.3/namespace;$WORK/b261=>" -p github.com/ipfs/go-datastore/namespace -lang=go1.23 -complete -installsuffix shared -buildid NjcrVtz5OfWZpBYtQhS9/NjcrVtz5OfWZpBYtQhS9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b261/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-datastore@v0.8.3/namespace/doc.go /root/go/pkg/mod/github.com/ipfs/go-datastore@v0.8.3/namespace/namespace.go
2025-08-20T21:26:08.5370276Z [00:02:22.659]➜  go tool buildid -w $WORK/b273/_pkg_.a # internal
2025-08-20T21:26:08.5385335Z [00:02:22.661]➜  cp $WORK/b273/_pkg_.a /root/.cache/go-build/75/758e70066e8177a2a64eac2221d2213accc4976634e598686b44637d14f7cc5b-d # internal
2025-08-20T21:26:08.5386519Z [00:02:22.661]➜  go.uber.org/zap/internal/exit
2025-08-20T21:26:08.5387102Z [00:02:22.661]➜  mkdir -p $WORK/b274/
2025-08-20T21:26:08.5393042Z [00:02:22.662]➜  cat >/tmp/go-build548448651/b274/importcfg << 'EOF' # internal
2025-08-20T21:26:08.5396013Z [00:02:22.662]➜  # import config
2025-08-20T21:26:08.5396696Z [00:02:22.662]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:08.5397318Z [00:02:22.662]➜  EOF
2025-08-20T21:26:08.5401229Z [00:02:22.662]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b274/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/zap@v1.27.0/internal/exit=>go.uber.org/zap@v1.27.0/internal/exit;$WORK/b274=>" -p go.uber.org/zap/internal/exit -lang=go1.19 -complete -installsuffix shared -buildid nfF4VZpEi-c9qwaXhpP3/nfF4VZpEi-c9qwaXhpP3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b274/importcfg -pack /root/go/pkg/mod/go.uber.org/zap@v1.27.0/internal/exit/exit.go
2025-08-20T21:26:08.5560562Z [00:02:22.678]➜  go tool buildid -w $WORK/b274/_pkg_.a # internal
2025-08-20T21:26:08.5570982Z [00:02:22.679]➜  cp $WORK/b274/_pkg_.a /root/.cache/go-build/fc/fc54fe7ba164e67a91285decd3cea180e5629a4d5422335623286f1873a18ab6-d # internal
2025-08-20T21:26:08.5576448Z [00:02:22.680]➜  go tool buildid -w $WORK/b261/_pkg_.a # internal
2025-08-20T21:26:08.5581030Z [00:02:22.680]➜  cp $WORK/b261/_pkg_.a /root/.cache/go-build/b6/b6dcfba48de9ca881037d6fba6aafee5db6c6ff26606f53ef8f5360b27acd64f-d # internal
2025-08-20T21:26:08.5582137Z [00:02:22.681]➜  go.uber.org/zap/internal/stacktrace
2025-08-20T21:26:08.5588251Z [00:02:22.681]➜  mkdir -p $WORK/b275/
2025-08-20T21:26:08.5589195Z [00:02:22.681]➜  cat >/tmp/go-build548448651/b275/importcfg << 'EOF' # internal
2025-08-20T21:26:08.5589858Z [00:02:22.681]➜  # import config
2025-08-20T21:26:08.5590576Z [00:02:22.681]➜  packagefile go.uber.org/zap/buffer=/tmp/go-build548448651/b270/_pkg_.a
2025-08-20T21:26:08.5591603Z [00:02:22.681]➜  packagefile go.uber.org/zap/internal/bufferpool=/tmp/go-build548448651/b272/_pkg_.a
2025-08-20T21:26:08.5592669Z [00:02:22.681]➜  packagefile go.uber.org/zap/internal/pool=/tmp/go-build548448651/b271/_pkg_.a
2025-08-20T21:26:08.5593542Z [00:02:22.681]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:08.5594105Z [00:02:22.681]➜  EOF
2025-08-20T21:26:08.5597434Z [00:02:22.681]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b275/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/zap@v1.27.0/internal/stacktrace=>go.uber.org/zap@v1.27.0/internal/stacktrace;$WORK/b275=>" -p go.uber.org/zap/internal/stacktrace -lang=go1.19 -complete -installsuffix shared -buildid HRmaeuBuQ-fhzv3SxPFK/HRmaeuBuQ-fhzv3SxPFK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b275/importcfg -pack /root/go/pkg/mod/go.uber.org/zap@v1.27.0/internal/stacktrace/stack.go
2025-08-20T21:26:08.5610674Z [00:02:22.683]➜  go.uber.org/zap/zapcore
2025-08-20T21:26:08.5611886Z [00:02:22.683]➜  mkdir -p $WORK/b269/
2025-08-20T21:26:08.5622300Z [00:02:22.685]➜  cat >/tmp/go-build548448651/b269/importcfg << 'EOF' # internal
2025-08-20T21:26:08.5623201Z [00:02:22.685]➜  # import config
2025-08-20T21:26:08.5624055Z [00:02:22.685]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:08.5625984Z [00:02:22.685]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:08.5628291Z [00:02:22.685]➜  packagefile encoding/base64=/tmp/go-build548448651/b054/_pkg_.a
2025-08-20T21:26:08.5629356Z [00:02:22.685]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:08.5630193Z [00:02:22.685]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:08.5630992Z [00:02:22.685]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:08.5631846Z [00:02:22.685]➜  packagefile go.uber.org/multierr=/tmp/go-build548448651/b267/_pkg_.a
2025-08-20T21:26:08.5632833Z [00:02:22.685]➜  packagefile go.uber.org/zap/buffer=/tmp/go-build548448651/b270/_pkg_.a
2025-08-20T21:26:08.5633905Z [00:02:22.685]➜  packagefile go.uber.org/zap/internal/bufferpool=/tmp/go-build548448651/b272/_pkg_.a
2025-08-20T21:26:08.5634998Z [00:02:22.685]➜  packagefile go.uber.org/zap/internal/color=/tmp/go-build548448651/b273/_pkg_.a
2025-08-20T21:26:08.5636053Z [00:02:22.685]➜  packagefile go.uber.org/zap/internal/exit=/tmp/go-build548448651/b274/_pkg_.a
2025-08-20T21:26:08.5637106Z [00:02:22.685]➜  packagefile go.uber.org/zap/internal/pool=/tmp/go-build548448651/b271/_pkg_.a
2025-08-20T21:26:08.5637999Z [00:02:22.685]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:08.5639191Z [00:02:22.685]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:08.5639992Z [00:02:22.685]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:08.5640805Z [00:02:22.685]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:08.5641589Z [00:02:22.685]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:08.5642364Z [00:02:22.685]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:08.5643162Z [00:02:22.685]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:08.5643970Z [00:02:22.685]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:08.5644775Z [00:02:22.685]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:08.5645400Z [00:02:22.685]➜  EOF
2025-08-20T21:26:08.5657122Z [00:02:22.685]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b269/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/zap@v1.27.0/zapcore=>go.uber.org/zap@v1.27.0/zapcore;$WORK/b269=>" -p go.uber.org/zap/zapcore -lang=go1.19 -complete -installsuffix shared -buildid j11ydhEh_P4Nez9DLvcU/j11ydhEh_P4Nez9DLvcU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b269/importcfg -pack /root/go/pkg/mod/go.uber.org/zap@v1.27.0/zapcore/buffered_write_syncer.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/zapcore/clock.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/zapcore/console_encoder.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/zapcore/core.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/zapcore/doc.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/zapcore/encoder.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/zapcore/entry.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/zapcore/error.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/zapcore/field.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/zapcore/hook.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/zapcore/increase_level.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/zapcore/json_encoder.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/zapcore/lazy_with.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/zapcore/level.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/zapcore/level_strings.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/zapcore/marshaler.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/zapcore/memory_encoder.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/zapcore/reflected_encoder.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/zapcore/sampler.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/zapcore/tee.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/zapcore/write_syncer.go
2025-08-20T21:26:08.5667047Z [00:02:22.687]➜  go tool buildid -w $WORK/b230/_pkg_.a # internal
2025-08-20T21:26:08.5670609Z [00:02:22.689]➜  cp $WORK/b230/_pkg_.a /root/.cache/go-build/79/7940355d31c9777659e39ae57cd29622eeeebf8317c353ff7a11d9cb7c1e7728-d # internal
2025-08-20T21:26:08.5681484Z [00:02:22.690]➜  github.com/ipfs/boxo/datastore/dshelp
2025-08-20T21:26:08.5688149Z [00:02:22.690]➜  mkdir -p $WORK/b229/
2025-08-20T21:26:08.5689139Z [00:02:22.691]➜  cat >/tmp/go-build548448651/b229/importcfg << 'EOF' # internal
2025-08-20T21:26:08.5689812Z [00:02:22.691]➜  # import config
2025-08-20T21:26:08.5690536Z [00:02:22.691]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:08.5691569Z [00:02:22.691]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build548448651/b255/_pkg_.a
2025-08-20T21:26:08.5696810Z [00:02:22.691]➜  packagefile github.com/multiformats/go-base32=/tmp/go-build548448651/b233/_pkg_.a
2025-08-20T21:26:08.5697989Z [00:02:22.691]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build548448651/b235/_pkg_.a
2025-08-20T21:26:08.5698932Z [00:02:22.691]➜  EOF
2025-08-20T21:26:08.5707621Z [00:02:22.693]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b229/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/datastore/dshelp=>github.com/ipfs/boxo@v0.34.0/datastore/dshelp;$WORK/b229=>" -p github.com/ipfs/boxo/datastore/dshelp -lang=go1.24 -complete -installsuffix shared -buildid GPEr0qXwk0KOP1dRLCva/GPEr0qXwk0KOP1dRLCva -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b229/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/datastore/dshelp/key.go
2025-08-20T21:26:08.5762680Z [00:02:22.698]➜  go tool buildid -w $WORK/b154/_pkg_.a # internal
2025-08-20T21:26:08.5861966Z [00:02:22.708]➜  cp $WORK/b154/_pkg_.a /root/.cache/go-build/ae/aebe6de0153fc41edc4d584e60f0ca57b41a6a8c70a2f4b0cb205bff43b4ca75-d # internal
2025-08-20T21:26:08.5870259Z [00:02:22.709]➜  crypto/tls
2025-08-20T21:26:08.5873149Z [00:02:22.709]➜  mkdir -p $WORK/b110/
2025-08-20T21:26:08.5880425Z [00:02:22.710]➜  cat >/tmp/go-build548448651/b110/importcfg << 'EOF' # internal
2025-08-20T21:26:08.5894426Z [00:02:22.710]➜  # import config
2025-08-20T21:26:08.5895382Z [00:02:22.710]➜  importmap golang.org/x/crypto/chacha20poly1305=vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T21:26:08.5896597Z [00:02:22.710]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T21:26:08.5897590Z [00:02:22.710]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:08.5898459Z [00:02:22.710]➜  packagefile container/list=/tmp/go-build548448651/b081/_pkg_.a
2025-08-20T21:26:08.5899569Z [00:02:22.710]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:08.5900407Z [00:02:22.710]➜  packagefile crypto=/tmp/go-build548448651/b084/_pkg_.a
2025-08-20T21:26:08.5901244Z [00:02:22.710]➜  packagefile crypto/aes=/tmp/go-build548448651/b111/_pkg_.a
2025-08-20T21:26:08.5902118Z [00:02:22.711]➜  packagefile crypto/cipher=/tmp/go-build548448651/b085/_pkg_.a
2025-08-20T21:26:08.5902970Z [00:02:22.711]➜  packagefile crypto/des=/tmp/go-build548448651/b112/_pkg_.a
2025-08-20T21:26:08.5903805Z [00:02:22.711]➜  packagefile crypto/ecdh=/tmp/go-build548448651/b113/_pkg_.a
2025-08-20T21:26:08.5904652Z [00:02:22.711]➜  packagefile crypto/ecdsa=/tmp/go-build548448651/b118/_pkg_.a
2025-08-20T21:26:08.5905495Z [00:02:22.711]➜  packagefile crypto/ed25519=/tmp/go-build548448651/b131/_pkg_.a
2025-08-20T21:26:08.5906455Z [00:02:22.711]➜  packagefile crypto/elliptic=/tmp/go-build548448651/b119/_pkg_.a
2025-08-20T21:26:08.5907305Z [00:02:22.711]➜  packagefile crypto/hkdf=/tmp/go-build548448651/b134/_pkg_.a
2025-08-20T21:26:08.5908675Z [00:02:22.711]➜  packagefile crypto/hmac=/tmp/go-build548448651/b136/_pkg_.a
2025-08-20T21:26:08.5911486Z [00:02:22.711]➜  packagefile crypto/internal/boring=/tmp/go-build548448651/b083/_pkg_.a
2025-08-20T21:26:08.5912546Z [00:02:22.711]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build548448651/b086/_pkg_.a
2025-08-20T21:26:08.5913654Z [00:02:22.711]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build548448651/b099/_pkg_.a
2025-08-20T21:26:08.5914876Z [00:02:22.711]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build548448651/b137/_pkg_.a
2025-08-20T21:26:08.5916015Z [00:02:22.711]➜  packagefile crypto/internal/fips140/tls12=/tmp/go-build548448651/b138/_pkg_.a
2025-08-20T21:26:08.5917138Z [00:02:22.711]➜  packagefile crypto/internal/fips140/tls13=/tmp/go-build548448651/b139/_pkg_.a
2025-08-20T21:26:08.5918173Z [00:02:22.711]➜  packagefile crypto/internal/hpke=/tmp/go-build548448651/b140/_pkg_.a
2025-08-20T21:26:08.5919307Z [00:02:22.711]➜  packagefile crypto/md5=/tmp/go-build548448651/b146/_pkg_.a
2025-08-20T21:26:08.5920197Z [00:02:22.711]➜  packagefile crypto/rand=/tmp/go-build548448651/b082/_pkg_.a
2025-08-20T21:26:08.5921057Z [00:02:22.711]➜  packagefile crypto/rc4=/tmp/go-build548448651/b147/_pkg_.a
2025-08-20T21:26:08.5921891Z [00:02:22.711]➜  packagefile crypto/rsa=/tmp/go-build548448651/b148/_pkg_.a
2025-08-20T21:26:08.5922742Z [00:02:22.711]➜  packagefile crypto/sha1=/tmp/go-build548448651/b150/_pkg_.a
2025-08-20T21:26:08.5923605Z [00:02:22.711]➜  packagefile crypto/sha256=/tmp/go-build548448651/b151/_pkg_.a
2025-08-20T21:26:08.5924477Z [00:02:22.711]➜  packagefile crypto/sha512=/tmp/go-build548448651/b127/_pkg_.a
2025-08-20T21:26:08.5927526Z [00:02:22.711]➜  packagefile crypto/subtle=/tmp/go-build548448651/b106/_pkg_.a
2025-08-20T21:26:08.5930177Z [00:02:22.711]➜  packagefile crypto/tls/internal/fips140tls=/tmp/go-build548448651/b152/_pkg_.a
2025-08-20T21:26:08.5932700Z [00:02:22.711]➜  packagefile crypto/x509=/tmp/go-build548448651/b154/_pkg_.a
2025-08-20T21:26:08.5935950Z [00:02:22.711]➜  packagefile encoding/pem=/tmp/go-build548448651/b158/_pkg_.a
2025-08-20T21:26:08.5936819Z [00:02:22.711]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:08.5937616Z [00:02:22.711]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:08.5938861Z [00:02:22.711]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build548448651/b141/_pkg_.a
2025-08-20T21:26:08.5940169Z [00:02:22.711]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build548448651/b128/_pkg_.a
2025-08-20T21:26:08.5941170Z [00:02:22.711]➜  packagefile hash=/tmp/go-build548448651/b080/_pkg_.a
2025-08-20T21:26:08.5942068Z [00:02:22.711]➜  packagefile internal/byteorder=/tmp/go-build548448651/b013/_pkg_.a
2025-08-20T21:26:08.5944039Z [00:02:22.711]➜  packagefile internal/cpu=/tmp/go-build548448651/b012/_pkg_.a
2025-08-20T21:26:08.5952436Z [00:02:22.711]➜  packagefile internal/godebug=/tmp/go-build548448651/b045/_pkg_.a
2025-08-20T21:26:08.5953379Z [00:02:22.711]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:08.5954181Z [00:02:22.711]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:08.5954941Z [00:02:22.711]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:08.5955725Z [00:02:22.711]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:08.5956527Z [00:02:22.711]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:08.5957314Z [00:02:22.711]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:08.5958110Z [00:02:22.711]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:08.5960292Z [00:02:22.711]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:08.5961118Z [00:02:22.711]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:08.5961947Z [00:02:22.711]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:08.5962762Z [00:02:22.711]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:08.5963842Z [00:02:22.711]➜  packagefile weak=/tmp/go-build548448651/b124/_pkg_.a
2025-08-20T21:26:08.5964426Z [00:02:22.711]➜  EOF
2025-08-20T21:26:08.5972812Z [00:02:22.711]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b110/_pkg_.a -trimpath "/root/.go/src/crypto/tls=>crypto/tls;$WORK/b110=>" -p crypto/tls -lang=go1.25 -std -complete -installsuffix shared -buildid BcPdsiNYoGwOnrwkockU/BcPdsiNYoGwOnrwkockU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b110/importcfg -pack /root/.go/src/crypto/tls/alert.go /root/.go/src/crypto/tls/auth.go /root/.go/src/crypto/tls/cache.go /root/.go/src/crypto/tls/cipher_suites.go /root/.go/src/crypto/tls/common.go /root/.go/src/crypto/tls/common_string.go /root/.go/src/crypto/tls/conn.go /root/.go/src/crypto/tls/defaults.go /root/.go/src/crypto/tls/defaults_fips140.go /root/.go/src/crypto/tls/ech.go /root/.go/src/crypto/tls/handshake_client.go /root/.go/src/crypto/tls/handshake_client_tls13.go /root/.go/src/crypto/tls/handshake_messages.go /root/.go/src/crypto/tls/handshake_server.go /root/.go/src/crypto/tls/handshake_server_tls13.go /root/.go/src/crypto/tls/key_agreement.go /root/.go/src/crypto/tls/key_schedule.go /root/.go/src/crypto/tls/prf.go /root/.go/src/crypto/tls/quic.go /root/.go/src/crypto/tls/ticket.go /root/.go/src/crypto/tls/tls.go
2025-08-20T21:26:08.5980566Z [00:02:22.714]➜  go tool buildid -w $WORK/b229/_pkg_.a # internal
2025-08-20T21:26:08.5981838Z [00:02:22.715]➜  cp $WORK/b229/_pkg_.a /root/.cache/go-build/24/2452360a6c99c99e02d92ab38fe4304ec45753657ffdc761e490d1b61c00e606-d # internal
2025-08-20T21:26:08.5982932Z [00:02:22.716]➜  github.com/ipfs/go-block-format
2025-08-20T21:26:08.5983498Z [00:02:22.716]➜  mkdir -p $WORK/b258/
2025-08-20T21:26:08.5984436Z [00:02:22.717]➜  cat >/tmp/go-build548448651/b258/importcfg << 'EOF' # internal
2025-08-20T21:26:08.5985135Z [00:02:22.717]➜  # import config
2025-08-20T21:26:08.5985784Z [00:02:22.717]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:08.5986577Z [00:02:22.717]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:08.5987478Z [00:02:22.717]➜  packagefile github.com/ipfs/boxo/util=/tmp/go-build548448651/b259/_pkg_.a
2025-08-20T21:26:08.5988662Z [00:02:22.717]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:08.5989794Z [00:02:22.717]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build548448651/b235/_pkg_.a
2025-08-20T21:26:08.5990594Z [00:02:22.717]➜  EOF
2025-08-20T21:26:08.5993991Z [00:02:22.717]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b258/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-block-format@v0.2.2=>github.com/ipfs/go-block-format@v0.2.2;$WORK/b258=>" -p github.com/ipfs/go-block-format -lang=go1.23 -complete -installsuffix shared -buildid ZdXuDigSLrk_IEmUFo4v/ZdXuDigSLrk_IEmUFo4v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b258/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-block-format@v0.2.2/blocks.go
2025-08-20T21:26:08.6010781Z [00:02:22.723]➜  go tool buildid -w $WORK/b275/_pkg_.a # internal
2025-08-20T21:26:08.6020556Z [00:02:22.724]➜  cp $WORK/b275/_pkg_.a /root/.cache/go-build/63/633d610f6e0b6a5885f581ad95746f7d4b69e4f85b49291a38f4682fc234508e-d # internal
2025-08-20T21:26:08.6024167Z [00:02:22.724]➜  github.com/ipfs/go-metrics-interface
2025-08-20T21:26:08.6030347Z [00:02:22.725]➜  mkdir -p $WORK/b276/
2025-08-20T21:26:08.6038953Z [00:02:22.726]➜  cat >/tmp/go-build548448651/b276/importcfg << 'EOF' # internal
2025-08-20T21:26:08.6040383Z [00:02:22.726]➜  # import config
2025-08-20T21:26:08.6042324Z [00:02:22.726]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:08.6043450Z [00:02:22.726]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:08.6044254Z [00:02:22.726]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:08.6044851Z [00:02:22.726]➜  EOF
2025-08-20T21:26:08.6052678Z [00:02:22.726]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b276/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-metrics-interface@v0.3.0=>github.com/ipfs/go-metrics-interface@v0.3.0;$WORK/b276=>" -p github.com/ipfs/go-metrics-interface -lang=go1.23 -complete -installsuffix shared -buildid tV9crb4MJQhKbdzZpRzC/tV9crb4MJQhKbdzZpRzC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b276/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-metrics-interface@v0.3.0/context.go /root/go/pkg/mod/github.com/ipfs/go-metrics-interface@v0.3.0/ctor.go /root/go/pkg/mod/github.com/ipfs/go-metrics-interface@v0.3.0/interface.go /root/go/pkg/mod/github.com/ipfs/go-metrics-interface@v0.3.0/noop.go
2025-08-20T21:26:08.6196061Z [00:02:22.742]➜  go tool buildid -w $WORK/b258/_pkg_.a # internal
2025-08-20T21:26:08.6203584Z [00:02:22.743]➜  cp $WORK/b258/_pkg_.a /root/.cache/go-build/76/7636a7767cb8f78504e3fd6933ed62267310c3d35c589022488b1529a64eaaa9-d # internal
2025-08-20T21:26:08.6223251Z [00:02:22.745]➜  github.com/ipfs/go-ipld-format
2025-08-20T21:26:08.6224928Z [00:02:22.745]➜  mkdir -p $WORK/b263/
2025-08-20T21:26:08.6235123Z [00:02:22.746]➜  cat >/tmp/go-build548448651/b263/importcfg << 'EOF' # internal
2025-08-20T21:26:08.6237134Z [00:02:22.746]➜  # import config
2025-08-20T21:26:08.6237783Z [00:02:22.746]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:08.6238795Z [00:02:22.746]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:08.6239614Z [00:02:22.746]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:08.6240597Z [00:02:22.746]➜  packagefile github.com/ipfs/go-block-format=/tmp/go-build548448651/b258/_pkg_.a
2025-08-20T21:26:08.6241677Z [00:02:22.746]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:08.6242620Z [00:02:22.746]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:08.6243254Z [00:02:22.746]➜  EOF
2025-08-20T21:26:08.6249968Z [00:02:22.746]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b263/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-ipld-format@v0.6.2=>github.com/ipfs/go-ipld-format@v0.6.2;$WORK/b263=>" -p github.com/ipfs/go-ipld-format -lang=go1.23 -complete -installsuffix shared -buildid fSn2JQbfcdH_KJBqxGDu/fSn2JQbfcdH_KJBqxGDu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b263/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-ipld-format@v0.6.2/batch.go /root/go/pkg/mod/github.com/ipfs/go-ipld-format@v0.6.2/coding.go /root/go/pkg/mod/github.com/ipfs/go-ipld-format@v0.6.2/daghelpers.go /root/go/pkg/mod/github.com/ipfs/go-ipld-format@v0.6.2/format.go /root/go/pkg/mod/github.com/ipfs/go-ipld-format@v0.6.2/merkledag.go /root/go/pkg/mod/github.com/ipfs/go-ipld-format@v0.6.2/navipld.go /root/go/pkg/mod/github.com/ipfs/go-ipld-format@v0.6.2/promise.go /root/go/pkg/mod/github.com/ipfs/go-ipld-format@v0.6.2/walker.go
2025-08-20T21:26:08.6290745Z [00:02:22.751]➜  go tool buildid -w $WORK/b276/_pkg_.a # internal
2025-08-20T21:26:08.6330409Z [00:02:22.752]➜  cp $WORK/b276/_pkg_.a /root/.cache/go-build/03/0343bf4b789a9fabed5d445bb5c027cbf64f4ef22b615084e889093cb5b19367-d # internal
2025-08-20T21:26:08.6331966Z [00:02:22.753]➜  github.com/Jorropo/jsync
2025-08-20T21:26:08.6332546Z [00:02:22.753]➜  mkdir -p $WORK/b278/
2025-08-20T21:26:08.6333285Z [00:02:22.753]➜  cat >/tmp/go-build548448651/b278/importcfg << 'EOF' # internal
2025-08-20T21:26:08.6333970Z [00:02:22.753]➜  # import config
2025-08-20T21:26:08.6334615Z [00:02:22.753]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:08.6335470Z [00:02:22.753]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:08.6336388Z [00:02:22.753]➜  EOF
2025-08-20T21:26:08.6340074Z [00:02:22.753]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b278/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!jorropo/jsync@v1.0.1=>github.com/Jorropo/jsync@v1.0.1;$WORK/b278=>" -p github.com/Jorropo/jsync -lang=go1.20 -complete -installsuffix shared -buildid IDJ14tHnhuk9U41g1FS-/IDJ14tHnhuk9U41g1FS- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b278/importcfg -pack /root/go/pkg/mod/github.com/!jorropo/jsync@v1.0.1/jsync.go
2025-08-20T21:26:08.6444358Z [00:02:22.767]➜  go tool buildid -w $WORK/b278/_pkg_.a # internal
2025-08-20T21:26:08.6458219Z [00:02:22.768]➜  cp $WORK/b278/_pkg_.a /root/.cache/go-build/e3/e33395f94eb87f8e21dcabb2dd3c98426082ef934d77f2a9e029027a2b895858-d # internal
2025-08-20T21:26:08.6460078Z [00:02:22.768]➜  hash/fnv
2025-08-20T21:26:08.6461120Z [00:02:22.768]➜  mkdir -p $WORK/b285/
2025-08-20T21:26:08.6462043Z [00:02:22.768]➜  cat >/tmp/go-build548448651/b285/importcfg << 'EOF' # internal
2025-08-20T21:26:08.6462698Z [00:02:22.768]➜  # import config
2025-08-20T21:26:08.6463325Z [00:02:22.768]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:08.6464460Z [00:02:22.768]➜  packagefile hash=/tmp/go-build548448651/b080/_pkg_.a
2025-08-20T21:26:08.6465439Z [00:02:22.768]➜  packagefile internal/byteorder=/tmp/go-build548448651/b013/_pkg_.a
2025-08-20T21:26:08.6466397Z [00:02:22.768]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:08.6467061Z [00:02:22.768]➜  EOF
2025-08-20T21:26:08.6469867Z [00:02:22.768]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b285/_pkg_.a -trimpath "/root/.go/src/hash/fnv=>hash/fnv;$WORK/b285=>" -p hash/fnv -lang=go1.25 -std -complete -installsuffix shared -buildid zy2uOp7FW9V54tRXLALv/zy2uOp7FW9V54tRXLALv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b285/importcfg -pack /root/.go/src/hash/fnv/fnv.go
2025-08-20T21:26:08.7039799Z [00:02:22.826]➜  go tool buildid -w $WORK/b285/_pkg_.a # internal
2025-08-20T21:26:08.7055834Z [00:02:22.828]➜  go tool buildid -w $WORK/b263/_pkg_.a # internal
2025-08-20T21:26:08.7059236Z [00:02:22.828]➜  cp $WORK/b285/_pkg_.a /root/.cache/go-build/3c/3c2d5c8a458697f9131049f8b7f876c158f15c8274abdd0f3863e3e7fdc82b1e-d # internal
2025-08-20T21:26:08.7064322Z [00:02:22.829]➜  google.golang.org/protobuf/internal/detrand
2025-08-20T21:26:08.7064949Z [00:02:22.829]➜  mkdir -p $WORK/b284/
2025-08-20T21:26:08.7073783Z [00:02:22.830]➜  cat >/tmp/go-build548448651/b284/importcfg << 'EOF' # internal
2025-08-20T21:26:08.7074856Z [00:02:22.830]➜  # import config
2025-08-20T21:26:08.7075945Z [00:02:22.830]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:08.7076782Z [00:02:22.830]➜  packagefile hash/fnv=/tmp/go-build548448651/b285/_pkg_.a
2025-08-20T21:26:08.7077534Z [00:02:22.830]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:08.7078093Z [00:02:22.830]➜  EOF
2025-08-20T21:26:08.7081895Z [00:02:22.830]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b284/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/detrand=>google.golang.org/protobuf@v1.36.7/internal/detrand;$WORK/b284=>" -p google.golang.org/protobuf/internal/detrand -lang=go1.22 -complete -installsuffix shared -buildid LL3-_VfL6u3GLdTrcEXo/LL3-_VfL6u3GLdTrcEXo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b284/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/detrand/rand.go
2025-08-20T21:26:08.7089230Z [00:02:22.831]➜  cp $WORK/b263/_pkg_.a /root/.cache/go-build/01/017f74aae9e0c78b213da9151d9dc0faa22e8886fa443b63ea0a6fc644ef7107-d # internal
2025-08-20T21:26:08.7099432Z [00:02:22.831]➜  google.golang.org/protobuf/internal/pragma
2025-08-20T21:26:08.7100377Z [00:02:22.832]➜  mkdir -p $WORK/b286/
2025-08-20T21:26:08.7101233Z [00:02:22.832]➜  cat >/tmp/go-build548448651/b286/importcfg << 'EOF' # internal
2025-08-20T21:26:08.7101888Z [00:02:22.832]➜  # import config
2025-08-20T21:26:08.7102496Z [00:02:22.832]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:08.7103106Z [00:02:22.832]➜  EOF
2025-08-20T21:26:08.7106945Z [00:02:22.832]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b286/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/pragma=>google.golang.org/protobuf@v1.36.7/internal/pragma;$WORK/b286=>" -p google.golang.org/protobuf/internal/pragma -lang=go1.22 -complete -installsuffix shared -buildid nwQZ_sh2iCyprNegcez6/nwQZ_sh2iCyprNegcez6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b286/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/pragma/pragma.go
2025-08-20T21:26:08.7189993Z [00:02:22.841]➜  go tool buildid -w $WORK/b286/_pkg_.a # internal
2025-08-20T21:26:08.7199930Z [00:02:22.842]➜  cp $WORK/b286/_pkg_.a /root/.cache/go-build/d6/d61dbac8db7c872c0b4ff3bf16c6f590193b652cc6403755d083b915a5b255a2-d # internal
2025-08-20T21:26:08.7200990Z [00:02:22.842]➜  embed
2025-08-20T21:26:08.7201451Z [00:02:22.842]➜  mkdir -p $WORK/b292/
2025-08-20T21:26:08.7226095Z [00:02:22.845]➜  cat >/tmp/go-build548448651/b292/importcfg << 'EOF' # internal
2025-08-20T21:26:08.7227126Z [00:02:22.845]➜  # import config
2025-08-20T21:26:08.7227817Z [00:02:22.845]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:08.7228941Z [00:02:22.845]➜  packagefile internal/bytealg=/tmp/go-build548448651/b011/_pkg_.a
2025-08-20T21:26:08.7229987Z [00:02:22.845]➜  packagefile internal/stringslite=/tmp/go-build548448651/b032/_pkg_.a
2025-08-20T21:26:08.7230887Z [00:02:22.845]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:08.7231682Z [00:02:22.845]➜  packagefile io/fs=/tmp/go-build548448651/b062/_pkg_.a
2025-08-20T21:26:08.7232461Z [00:02:22.845]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:08.7233037Z [00:02:22.845]➜  EOF
2025-08-20T21:26:08.7235537Z [00:02:22.845]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b292/_pkg_.a -trimpath "/root/.go/src/embed=>embed;$WORK/b292=>" -p embed -lang=go1.25 -std -complete -installsuffix shared -buildid 12Vewhxkdt4YH69F8bba/12Vewhxkdt4YH69F8bba -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b292/importcfg -pack /root/.go/src/embed/embed.go
2025-08-20T21:26:08.7312468Z [00:02:22.854]➜  go tool buildid -w $WORK/b284/_pkg_.a # internal
2025-08-20T21:26:08.7319393Z [00:02:22.854]➜  cp $WORK/b284/_pkg_.a /root/.cache/go-build/b5/b5593050a7e8040be0816384273b5335f042e97e51c19741d874bf065afdcbbd-d # internal
2025-08-20T21:26:08.7323748Z [00:02:22.854]➜  google.golang.org/protobuf/internal/errors
2025-08-20T21:26:08.7324419Z [00:02:22.854]➜  mkdir -p $WORK/b283/
2025-08-20T21:26:08.7327795Z [00:02:22.855]➜  cat >/tmp/go-build548448651/b283/importcfg << 'EOF' # internal
2025-08-20T21:26:08.7334843Z [00:02:22.855]➜  # import config
2025-08-20T21:26:08.7335516Z [00:02:22.855]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:08.7336312Z [00:02:22.855]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:08.7337359Z [00:02:22.855]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build548448651/b284/_pkg_.a
2025-08-20T21:26:08.7338248Z [00:02:22.855]➜  EOF
2025-08-20T21:26:08.7342051Z [00:02:22.855]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b283/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/errors=>google.golang.org/protobuf@v1.36.7/internal/errors;$WORK/b283=>" -p google.golang.org/protobuf/internal/errors -lang=go1.22 -complete -installsuffix shared -buildid t44m-90hYS7G_rZz9S5p/t44m-90hYS7G_rZz9S5p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b283/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/errors/errors.go
2025-08-20T21:26:08.7540444Z [00:02:22.876]➜  go tool buildid -w $WORK/b283/_pkg_.a # internal
2025-08-20T21:26:08.7560343Z [00:02:22.878]➜  cp $WORK/b283/_pkg_.a /root/.cache/go-build/b0/b01f69d5b26395e0f7285e9b696bafb2f18ff85b9341e745b982a5ea09ab50f1-d # internal
2025-08-20T21:26:08.7567858Z [00:02:22.878]➜  google.golang.org/protobuf/encoding/protowire
2025-08-20T21:26:08.7568758Z [00:02:22.878]➜  mkdir -p $WORK/b282/
2025-08-20T21:26:08.7569604Z [00:02:22.878]➜  cat >/tmp/go-build548448651/b282/importcfg << 'EOF' # internal
2025-08-20T21:26:08.7570313Z [00:02:22.878]➜  # import config
2025-08-20T21:26:08.7571272Z [00:02:22.878]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build548448651/b283/_pkg_.a
2025-08-20T21:26:08.7572387Z [00:02:22.878]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:08.7573229Z [00:02:22.878]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:08.7574089Z [00:02:22.878]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:08.7574758Z [00:02:22.878]➜  EOF
2025-08-20T21:26:08.7579250Z [00:02:22.878]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b282/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/encoding/protowire=>google.golang.org/protobuf@v1.36.7/encoding/protowire;$WORK/b282=>" -p google.golang.org/protobuf/encoding/protowire -lang=go1.22 -complete -installsuffix shared -buildid fmfVBLsQTtTXSj8j9bQm/fmfVBLsQTtTXSj8j9bQm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b282/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/encoding/protowire/wire.go
2025-08-20T21:26:08.7786253Z [00:02:22.901]➜  go tool buildid -w $WORK/b292/_pkg_.a # internal
2025-08-20T21:26:08.7795692Z [00:02:22.902]➜  cp $WORK/b292/_pkg_.a /root/.cache/go-build/04/04d0d56bd27f851969d22dc866a389171e6a79073d83c5b6bb415bf7f7c3b1e6-d # internal
2025-08-20T21:26:08.7797588Z [00:02:22.902]➜  google.golang.org/protobuf/internal/editiondefaults
2025-08-20T21:26:08.7799044Z [00:02:22.902]➜  mkdir -p $WORK/b291/
2025-08-20T21:26:08.7799985Z [00:02:22.902]➜  cat >/tmp/go-build548448651/b291/importcfg << 'EOF' # internal
2025-08-20T21:26:08.7800765Z [00:02:22.902]➜  # import config
2025-08-20T21:26:08.7801475Z [00:02:22.902]➜  packagefile embed=/tmp/go-build548448651/b292/_pkg_.a
2025-08-20T21:26:08.7802082Z [00:02:22.902]➜  EOF
2025-08-20T21:26:08.7802716Z [00:02:22.903]➜  cat >/tmp/go-build548448651/b291/embedcfg << 'EOF' # internal
2025-08-20T21:26:08.7803325Z [00:02:22.903]➜  {
2025-08-20T21:26:08.7803724Z [00:02:22.903]➜  	"Patterns": {
2025-08-20T21:26:08.7804238Z [00:02:22.903]➜  		"editions_defaults.binpb": [
2025-08-20T21:26:08.7804825Z [00:02:22.903]➜  			"editions_defaults.binpb"
2025-08-20T21:26:08.7805294Z [00:02:22.903]➜  		]
2025-08-20T21:26:08.7805651Z [00:02:22.903]➜  	},
2025-08-20T21:26:08.7806030Z [00:02:22.903]➜  	"Files": {
2025-08-20T21:26:08.7807188Z [00:02:22.903]➜  		"editions_defaults.binpb": "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/editiondefaults/editions_defaults.binpb"
2025-08-20T21:26:08.7808188Z [00:02:22.903]➜  	}
2025-08-20T21:26:08.7808686Z [00:02:22.903]➜  }EOF
2025-08-20T21:26:08.7813158Z [00:02:22.903]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b291/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/editiondefaults=>google.golang.org/protobuf@v1.36.7/internal/editiondefaults;$WORK/b291=>" -p google.golang.org/protobuf/internal/editiondefaults -lang=go1.22 -complete -installsuffix shared -buildid OaCEcuQknT-3pJg_HvLc/OaCEcuQknT-3pJg_HvLc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b291/importcfg -embedcfg $WORK/b291/embedcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/editiondefaults/defaults.go
2025-08-20T21:26:08.7891867Z [00:02:22.912]➜  go tool buildid -w $WORK/b291/_pkg_.a # internal
2025-08-20T21:26:08.7920940Z [00:02:22.914]➜  cp $WORK/b291/_pkg_.a /root/.cache/go-build/be/be56de78f09460e46f897c27fff6421c9222b4c36f707b63ef768fb48de5e5f8-d # internal
2025-08-20T21:26:08.7921990Z [00:02:22.914]➜  go/token
2025-08-20T21:26:08.7922449Z [00:02:22.914]➜  mkdir -p $WORK/b297/
2025-08-20T21:26:08.7923128Z [00:02:22.915]➜  cat >/tmp/go-build548448651/b297/importcfg << 'EOF' # internal
2025-08-20T21:26:08.7923766Z [00:02:22.915]➜  # import config
2025-08-20T21:26:08.7924396Z [00:02:22.915]➜  packagefile cmp=/tmp/go-build548448651/b051/_pkg_.a
2025-08-20T21:26:08.7925235Z [00:02:22.915]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:08.7926037Z [00:02:22.915]➜  packagefile iter=/tmp/go-build548448651/b039/_pkg_.a
2025-08-20T21:26:08.7926851Z [00:02:22.915]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:08.7927692Z [00:02:22.915]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:08.7928475Z [00:02:22.915]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:08.7929916Z [00:02:22.915]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:08.7930768Z [00:02:22.915]➜  packagefile unicode=/tmp/go-build548448651/b041/_pkg_.a
2025-08-20T21:26:08.7931636Z [00:02:22.915]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:08.7932297Z [00:02:22.915]➜  EOF
2025-08-20T21:26:08.7935832Z [00:02:22.915]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b297/_pkg_.a -trimpath "/root/.go/src/go/token=>go/token;$WORK/b297=>" -p go/token -lang=go1.25 -std -complete -installsuffix shared -buildid 2u1yjsjstP-pRq7IK0Sl/2u1yjsjstP-pRq7IK0Sl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b297/importcfg -pack /root/.go/src/go/token/position.go /root/.go/src/go/token/serialize.go /root/.go/src/go/token/token.go /root/.go/src/go/token/tree.go
2025-08-20T21:26:08.8079717Z [00:02:22.930]➜  go tool buildid -w $WORK/b282/_pkg_.a # internal
2025-08-20T21:26:08.8080992Z [00:02:22.930]➜  cp $WORK/b282/_pkg_.a /root/.cache/go-build/14/143070bcb524097f56b57c54d5e66a2c47a77027de1a9f780b447c1a9b966de6-d # internal
2025-08-20T21:26:08.8082117Z [00:02:22.930]➜  google.golang.org/protobuf/reflect/protoreflect
2025-08-20T21:26:08.8082788Z [00:02:22.930]➜  mkdir -p $WORK/b281/
2025-08-20T21:26:08.8083511Z [00:02:22.930]➜  cat >/tmp/go-build548448651/b281/importcfg << 'EOF' # internal
2025-08-20T21:26:08.8084175Z [00:02:22.930]➜  # import config
2025-08-20T21:26:08.8084837Z [00:02:22.930]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:08.8085673Z [00:02:22.930]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:08.8086755Z [00:02:22.930]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build548448651/b282/_pkg_.a
2025-08-20T21:26:08.8088075Z [00:02:22.930]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build548448651/b286/_pkg_.a
2025-08-20T21:26:08.8089272Z [00:02:22.930]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:08.8090067Z [00:02:22.930]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:08.8090880Z [00:02:22.930]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:08.8108865Z [00:02:22.930]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:08.8109684Z [00:02:22.930]➜  EOF
2025-08-20T21:26:08.8118955Z [00:02:22.930]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b281/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/reflect/protoreflect=>google.golang.org/protobuf@v1.36.7/reflect/protoreflect;$WORK/b281=>" -p google.golang.org/protobuf/reflect/protoreflect -lang=go1.22 -complete -installsuffix shared -buildid Np0Ym2iY6Y-mozgSjv95/Np0Ym2iY6Y-mozgSjv95 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b281/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/reflect/protoreflect/methods.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/reflect/protoreflect/proto.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/reflect/protoreflect/source.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/reflect/protoreflect/source_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/reflect/protoreflect/type.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/reflect/protoreflect/value.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/reflect/protoreflect/value_equal.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/reflect/protoreflect/value_union.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/reflect/protoreflect/value_unsafe.go
2025-08-20T21:26:08.9165389Z [00:02:23.039]➜  go tool buildid -w $WORK/b297/_pkg_.a # internal
2025-08-20T21:26:08.9190457Z [00:02:23.041]➜  cp $WORK/b297/_pkg_.a /root/.cache/go-build/90/903a089b0dc856050f6f271e295b84bd90a00af75f2c32f38adaedb2974bc7d4-d # internal
2025-08-20T21:26:08.9192391Z [00:02:23.041]➜  google.golang.org/protobuf/internal/version
2025-08-20T21:26:08.9193633Z [00:02:23.041]➜  mkdir -p $WORK/b310/
2025-08-20T21:26:08.9204203Z [00:02:23.043]➜  cat >/tmp/go-build548448651/b310/importcfg << 'EOF' # internal
2025-08-20T21:26:08.9205431Z [00:02:23.043]➜  # import config
2025-08-20T21:26:08.9207081Z [00:02:23.043]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:08.9208162Z [00:02:23.043]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:08.9209167Z [00:02:23.043]➜  EOF
2025-08-20T21:26:08.9229551Z [00:02:23.043]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b310/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/version=>google.golang.org/protobuf@v1.36.7/internal/version;$WORK/b310=>" -p google.golang.org/protobuf/internal/version -lang=go1.22 -complete -installsuffix shared -buildid P_E2ecD_0zaD3W-_SdxT/P_E2ecD_0zaD3W-_SdxT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b310/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/version/version.go
2025-08-20T21:26:08.9327276Z [00:02:23.055]➜  go tool buildid -w $WORK/b310/_pkg_.a # internal
2025-08-20T21:26:08.9336899Z [00:02:23.056]➜  cp $WORK/b310/_pkg_.a /root/.cache/go-build/a4/a4c6739d84faf2cb34849bae35cb6c9249865c36c36828bdc4f78509578702ed-d # internal
2025-08-20T21:26:08.9343411Z [00:02:23.056]➜  hash/adler32
2025-08-20T21:26:08.9343959Z [00:02:23.056]➜  mkdir -p $WORK/b314/
2025-08-20T21:26:08.9352453Z [00:02:23.058]➜  cat >/tmp/go-build548448651/b314/importcfg << 'EOF' # internal
2025-08-20T21:26:08.9353699Z [00:02:23.058]➜  # import config
2025-08-20T21:26:08.9356039Z [00:02:23.058]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:08.9357112Z [00:02:23.058]➜  packagefile hash=/tmp/go-build548448651/b080/_pkg_.a
2025-08-20T21:26:08.9360426Z [00:02:23.058]➜  packagefile internal/byteorder=/tmp/go-build548448651/b013/_pkg_.a
2025-08-20T21:26:08.9361195Z [00:02:23.058]➜  EOF
2025-08-20T21:26:08.9363972Z [00:02:23.058]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b314/_pkg_.a -trimpath "/root/.go/src/hash/adler32=>hash/adler32;$WORK/b314=>" -p hash/adler32 -lang=go1.25 -std -complete -installsuffix shared -buildid nLLwKS3QG4e0LBzr7Nmu/nLLwKS3QG4e0LBzr7Nmu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b314/importcfg -pack /root/.go/src/hash/adler32/adler32.go
2025-08-20T21:26:08.9538081Z [00:02:23.076]➜  go tool buildid -w $WORK/b314/_pkg_.a # internal
2025-08-20T21:26:08.9543779Z [00:02:23.077]➜  cp $WORK/b314/_pkg_.a /root/.cache/go-build/8a/8a941064c9e1657c92dde5671fbb1ec09bc2d3b729451f80a68553ce03c9a78d-d # internal
2025-08-20T21:26:08.9549941Z [00:02:23.077]➜  compress/zlib
2025-08-20T21:26:08.9550491Z [00:02:23.077]➜  mkdir -p $WORK/b313/
2025-08-20T21:26:08.9551208Z [00:02:23.077]➜  cat >/tmp/go-build548448651/b313/importcfg << 'EOF' # internal
2025-08-20T21:26:08.9552199Z [00:02:23.077]➜  # import config
2025-08-20T21:26:08.9552848Z [00:02:23.077]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:08.9553714Z [00:02:23.077]➜  packagefile compress/flate=/tmp/go-build548448651/b076/_pkg_.a
2025-08-20T21:26:08.9554670Z [00:02:23.077]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:08.9555527Z [00:02:23.077]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:08.9556312Z [00:02:23.077]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:08.9557042Z [00:02:23.077]➜  packagefile hash=/tmp/go-build548448651/b080/_pkg_.a
2025-08-20T21:26:08.9557850Z [00:02:23.077]➜  packagefile hash/adler32=/tmp/go-build548448651/b314/_pkg_.a
2025-08-20T21:26:08.9558861Z [00:02:23.077]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:08.9559477Z [00:02:23.077]➜  EOF
2025-08-20T21:26:08.9562453Z [00:02:23.077]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b313/_pkg_.a -trimpath "/root/.go/src/compress/zlib=>compress/zlib;$WORK/b313=>" -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/b313/importcfg -pack /root/.go/src/compress/zlib/reader.go /root/.go/src/compress/zlib/writer.go
2025-08-20T21:26:08.9971147Z [00:02:23.119]➜  go tool buildid -w $WORK/b313/_pkg_.a # internal
2025-08-20T21:26:08.9978324Z [00:02:23.120]➜  cp $WORK/b313/_pkg_.a /root/.cache/go-build/a3/a328f5e0bc9552a126a174bb76d019adfeb90ff9ff7f7dc10e8db565e08aca37-d # internal
2025-08-20T21:26:08.9989111Z [00:02:23.121]➜  github.com/decred/dcrd/dcrec/secp256k1/v4
2025-08-20T21:26:08.9996441Z [00:02:23.122]➜  mkdir -p $WORK/b312/
2025-08-20T21:26:08.9997491Z [00:02:23.122]➜  cat >/tmp/go-build548448651/b312/importcfg << 'EOF' # internal
2025-08-20T21:26:08.9998219Z [00:02:23.122]➜  # import config
2025-08-20T21:26:08.9999080Z [00:02:23.122]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:08.9999981Z [00:02:23.122]➜  packagefile compress/zlib=/tmp/go-build548448651/b313/_pkg_.a
2025-08-20T21:26:09.0000874Z [00:02:23.122]➜  packagefile crypto/ecdsa=/tmp/go-build548448651/b118/_pkg_.a
2025-08-20T21:26:09.0001792Z [00:02:23.122]➜  packagefile crypto/elliptic=/tmp/go-build548448651/b119/_pkg_.a
2025-08-20T21:26:09.0004132Z [00:02:23.122]➜  packagefile crypto/rand=/tmp/go-build548448651/b082/_pkg_.a
2025-08-20T21:26:09.0005108Z [00:02:23.122]➜  packagefile crypto/sha256=/tmp/go-build548448651/b151/_pkg_.a
2025-08-20T21:26:09.0006029Z [00:02:23.122]➜  packagefile encoding/base64=/tmp/go-build548448651/b054/_pkg_.a
2025-08-20T21:26:09.0006921Z [00:02:23.122]➜  packagefile encoding/hex=/tmp/go-build548448651/b157/_pkg_.a
2025-08-20T21:26:09.0007766Z [00:02:23.122]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:09.0008727Z [00:02:23.122]➜  packagefile hash=/tmp/go-build548448651/b080/_pkg_.a
2025-08-20T21:26:09.0009536Z [00:02:23.122]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:09.0010364Z [00:02:23.122]➜  packagefile math/big=/tmp/go-build548448651/b108/_pkg_.a
2025-08-20T21:26:09.0011207Z [00:02:23.122]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:09.0012024Z [00:02:23.122]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:09.0012806Z [00:02:23.122]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:09.0013395Z [00:02:23.122]➜  EOF
2025-08-20T21:26:09.0028756Z [00:02:23.122]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b312/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/decred/dcrd/dcrec/secp256k1/v4@v4.4.0=>github.com/decred/dcrd/dcrec/secp256k1/v4@v4.4.0;$WORK/b312=>" -p github.com/decred/dcrd/dcrec/secp256k1/v4 -lang=go1.17 -complete -installsuffix shared -buildid SKPAi4KwFZTdf6Gm8FL6/SKPAi4KwFZTdf6Gm8FL6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b312/importcfg -pack /root/go/pkg/mod/github.com/decred/dcrd/dcrec/secp256k1/v4@v4.4.0/compressedbytepoints.go /root/go/pkg/mod/github.com/decred/dcrd/dcrec/secp256k1/v4@v4.4.0/curve.go /root/go/pkg/mod/github.com/decred/dcrd/dcrec/secp256k1/v4@v4.4.0/curve_precompute.go /root/go/pkg/mod/github.com/decred/dcrd/dcrec/secp256k1/v4@v4.4.0/doc.go /root/go/pkg/mod/github.com/decred/dcrd/dcrec/secp256k1/v4@v4.4.0/ecdh.go /root/go/pkg/mod/github.com/decred/dcrd/dcrec/secp256k1/v4@v4.4.0/ellipticadaptor.go /root/go/pkg/mod/github.com/decred/dcrd/dcrec/secp256k1/v4@v4.4.0/error.go /root/go/pkg/mod/github.com/decred/dcrd/dcrec/secp256k1/v4@v4.4.0/field.go /root/go/pkg/mod/github.com/decred/dcrd/dcrec/secp256k1/v4@v4.4.0/loadprecomputed.go /root/go/pkg/mod/github.com/decred/dcrd/dcrec/secp256k1/v4@v4.4.0/modnscalar.go /root/go/pkg/mod/github.com/decred/dcrd/dcrec/secp256k1/v4@v4.4.0/nonce.go /root/go/pkg/mod/github.com/decred/dcrd/dcrec/secp256k1/v4@v4.4.0/privkey.go /root/go/pkg/mod/github.com/decred/dcrd/dcrec/secp256k1/v4@v4.4.0/pubkey.go
2025-08-20T21:26:09.0945271Z [00:02:23.217]➜  go tool buildid -w $WORK/b269/_pkg_.a # internal
2025-08-20T21:26:09.1030007Z [00:02:23.225]➜  cp $WORK/b269/_pkg_.a /root/.cache/go-build/c8/c8fc022449422b751464321f7850f30ac608c702fe876a1db4e13f30b859241b-d # internal
2025-08-20T21:26:09.1032474Z [00:02:23.226]➜  go.uber.org/zap/internal
2025-08-20T21:26:09.1034888Z [00:02:23.226]➜  mkdir -p $WORK/b268/
2025-08-20T21:26:09.1038811Z [00:02:23.226]➜  cat >/tmp/go-build548448651/b268/importcfg << 'EOF' # internal
2025-08-20T21:26:09.1039567Z [00:02:23.226]➜  # import config
2025-08-20T21:26:09.1041004Z [00:02:23.226]➜  packagefile go.uber.org/zap/zapcore=/tmp/go-build548448651/b269/_pkg_.a
2025-08-20T21:26:09.1043178Z [00:02:23.226]➜  EOF
2025-08-20T21:26:09.1047002Z [00:02:23.227]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b268/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/zap@v1.27.0/internal=>go.uber.org/zap@v1.27.0/internal;$WORK/b268=>" -p go.uber.org/zap/internal -lang=go1.19 -complete -installsuffix shared -buildid LSg8-qnrBsJuIMphp-oj/LSg8-qnrBsJuIMphp-oj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b268/importcfg -pack /root/go/pkg/mod/go.uber.org/zap@v1.27.0/internal/level_enabler.go
2025-08-20T21:26:09.1127986Z [00:02:23.235]➜  go tool buildid -w $WORK/b268/_pkg_.a # internal
2025-08-20T21:26:09.1140624Z [00:02:23.236]➜  cp $WORK/b268/_pkg_.a /root/.cache/go-build/22/2207992024cd6821a0e84985550cb58e11f683e62cc0a17e312d4b3b83438442-d # internal
2025-08-20T21:26:09.1147251Z [00:02:23.237]➜  github.com/libp2p/go-libp2p/core/internal/catch
2025-08-20T21:26:09.1150807Z [00:02:23.237]➜  mkdir -p $WORK/b317/
2025-08-20T21:26:09.1151522Z [00:02:23.237]➜  cat >/tmp/go-build548448651/b317/importcfg << 'EOF' # internal
2025-08-20T21:26:09.1152193Z [00:02:23.237]➜  # import config
2025-08-20T21:26:09.1152867Z [00:02:23.237]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:09.1153638Z [00:02:23.237]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:09.1154401Z [00:02:23.237]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:09.1155288Z [00:02:23.237]➜  packagefile runtime/debug=/tmp/go-build548448651/b260/_pkg_.a
2025-08-20T21:26:09.1155939Z [00:02:23.237]➜  EOF
2025-08-20T21:26:09.1159871Z [00:02:23.237]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b317/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/internal/catch=>github.com/libp2p/go-libp2p@v0.43.0/core/internal/catch;$WORK/b317=>" -p github.com/libp2p/go-libp2p/core/internal/catch -lang=go1.23 -complete -installsuffix shared -buildid CW2x2N3QlECIRu3ssqFT/CW2x2N3QlECIRu3ssqFT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b317/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/internal/catch/catch.go
2025-08-20T21:26:09.1399069Z [00:02:23.262]➜  go tool buildid -w $WORK/b317/_pkg_.a # internal
2025-08-20T21:26:09.1413313Z [00:02:23.264]➜  cp $WORK/b317/_pkg_.a /root/.cache/go-build/e7/e7d5901545d8731fc9e8ba13b0a10cb05d4a4cf88e9c9a100976c2f48a94a779-d # internal
2025-08-20T21:26:09.1421439Z [00:02:23.265]➜  github.com/libp2p/go-buffer-pool
2025-08-20T21:26:09.1426070Z [00:02:23.265]➜  mkdir -p $WORK/b321/
2025-08-20T21:26:09.1435927Z [00:02:23.266]➜  cat >/tmp/go-build548448651/b321/importcfg << 'EOF' # internal
2025-08-20T21:26:09.1439678Z [00:02:23.266]➜  # import config
2025-08-20T21:26:09.1440350Z [00:02:23.266]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:09.1441161Z [00:02:23.266]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:09.1441963Z [00:02:23.266]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:09.1442647Z [00:02:23.266]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:09.1443404Z [00:02:23.266]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:09.1444023Z [00:02:23.266]➜  EOF
2025-08-20T21:26:09.1455708Z [00:02:23.267]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b321/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-buffer-pool@v0.1.0=>github.com/libp2p/go-buffer-pool@v0.1.0;$WORK/b321=>" -p github.com/libp2p/go-buffer-pool -lang=go1.17 -complete -installsuffix shared -buildid o7TperewwsLsNKofGUCi/o7TperewwsLsNKofGUCi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b321/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-buffer-pool@v0.1.0/buffer.go /root/go/pkg/mod/github.com/libp2p/go-buffer-pool@v0.1.0/pool.go /root/go/pkg/mod/github.com/libp2p/go-buffer-pool@v0.1.0/writer.go
2025-08-20T21:26:09.1513508Z [00:02:23.274]➜  go tool buildid -w $WORK/b281/_pkg_.a # internal
2025-08-20T21:26:09.1572773Z [00:02:23.280]➜  cp $WORK/b281/_pkg_.a /root/.cache/go-build/e5/e531aad920a4a70f7a849ea9553156c508b59e9a8150bd3d28718a45161da4d1-d # internal
2025-08-20T21:26:09.1576861Z [00:02:23.280]➜  google.golang.org/protobuf/internal/descfmt
2025-08-20T21:26:09.1577539Z [00:02:23.280]➜  mkdir -p $WORK/b289/
2025-08-20T21:26:09.1582017Z [00:02:23.281]➜  cat >/tmp/go-build548448651/b289/importcfg << 'EOF' # internal
2025-08-20T21:26:09.1585870Z [00:02:23.281]➜  # import config
2025-08-20T21:26:09.1586523Z [00:02:23.281]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:09.1587629Z [00:02:23.281]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build548448651/b284/_pkg_.a
2025-08-20T21:26:09.1589098Z [00:02:23.281]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build548448651/b286/_pkg_.a
2025-08-20T21:26:09.1590520Z [00:02:23.281]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build548448651/b281/_pkg_.a
2025-08-20T21:26:09.1591608Z [00:02:23.281]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:09.1592415Z [00:02:23.281]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:09.1593286Z [00:02:23.281]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:09.1594147Z [00:02:23.281]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:09.1594821Z [00:02:23.281]➜  EOF
2025-08-20T21:26:09.1598908Z [00:02:23.281]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b289/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/descfmt=>google.golang.org/protobuf@v1.36.7/internal/descfmt;$WORK/b289=>" -p google.golang.org/protobuf/internal/descfmt -lang=go1.22 -complete -installsuffix shared -buildid KuautEEUKpKV0KfQD3g0/KuautEEUKpKV0KfQD3g0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b289/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/descfmt/stringer.go
2025-08-20T21:26:09.1942467Z [00:02:23.317]➜  go tool buildid -w $WORK/b321/_pkg_.a # internal
2025-08-20T21:26:09.1955565Z [00:02:23.318]➜  cp $WORK/b321/_pkg_.a /root/.cache/go-build/0f/0ffe6fe5a6b1121b2279686fc82ceefad351a14b13a48a0011462a015ba414dd-d # internal
2025-08-20T21:26:09.1959340Z [00:02:23.318]➜  google.golang.org/protobuf/internal/descopts
2025-08-20T21:26:09.1960023Z [00:02:23.318]➜  mkdir -p $WORK/b290/
2025-08-20T21:26:09.1963344Z [00:02:23.319]➜  cat >/tmp/go-build548448651/b290/importcfg << 'EOF' # internal
2025-08-20T21:26:09.1964228Z [00:02:23.319]➜  # import config
2025-08-20T21:26:09.1965821Z [00:02:23.319]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build548448651/b281/_pkg_.a
2025-08-20T21:26:09.1966731Z [00:02:23.319]➜  EOF
2025-08-20T21:26:09.1970752Z [00:02:23.319]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b290/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/descopts=>google.golang.org/protobuf@v1.36.7/internal/descopts;$WORK/b290=>" -p google.golang.org/protobuf/internal/descopts -lang=go1.22 -complete -installsuffix shared -buildid DUPJfM9WeILv4NenFiql/DUPJfM9WeILv4NenFiql -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b290/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/descopts/options.go
2025-08-20T21:26:09.2073302Z [00:02:23.330]➜  go tool buildid -w $WORK/b290/_pkg_.a # internal
2025-08-20T21:26:09.2087876Z [00:02:23.331]➜  cp $WORK/b290/_pkg_.a /root/.cache/go-build/51/5145191a1fce116f729d7b7aa3dbe65b83b366bcf4584468571b32cb663aa026-d # internal
2025-08-20T21:26:09.2113882Z [00:02:23.334]➜  google.golang.org/protobuf/internal/strs
2025-08-20T21:26:09.2116157Z [00:02:23.334]➜  mkdir -p $WORK/b296/
2025-08-20T21:26:09.2121524Z [00:02:23.334]➜  cat >/tmp/go-build548448651/b296/importcfg << 'EOF' # internal
2025-08-20T21:26:09.2123247Z [00:02:23.334]➜  # import config
2025-08-20T21:26:09.2124340Z [00:02:23.334]➜  packagefile go/token=/tmp/go-build548448651/b297/_pkg_.a
2025-08-20T21:26:09.2126635Z [00:02:23.334]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build548448651/b295/_pkg_.a
2025-08-20T21:26:09.2128345Z [00:02:23.334]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build548448651/b281/_pkg_.a
2025-08-20T21:26:09.2129725Z [00:02:23.334]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:09.2130599Z [00:02:23.334]➜  packagefile unicode=/tmp/go-build548448651/b041/_pkg_.a
2025-08-20T21:26:09.2131522Z [00:02:23.334]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:09.2132156Z [00:02:23.334]➜  EOF
2025-08-20T21:26:09.2136628Z [00:02:23.335]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b296/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/strs=>google.golang.org/protobuf@v1.36.7/internal/strs;$WORK/b296=>" -p google.golang.org/protobuf/internal/strs -lang=go1.22 -complete -installsuffix shared -buildid i9eOF-GS4Ps2qXVVOJXL/i9eOF-GS4Ps2qXVVOJXL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b296/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/strs/strings.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/strs/strings_unsafe.go
2025-08-20T21:26:09.2873371Z [00:02:23.410]➜  go tool buildid -w $WORK/b296/_pkg_.a # internal
2025-08-20T21:26:09.2882020Z [00:02:23.410]➜  cp $WORK/b296/_pkg_.a /root/.cache/go-build/3e/3e5e9ae45e44ea452106493018ef133402d6b79d302fd0b3b2dc9508364c6fae-d # internal
2025-08-20T21:26:09.2883611Z [00:02:23.411]➜  google.golang.org/protobuf/internal/encoding/text
2025-08-20T21:26:09.2884504Z [00:02:23.411]➜  mkdir -p $WORK/b294/
2025-08-20T21:26:09.2902183Z [00:02:23.412]➜  cat >/tmp/go-build548448651/b294/importcfg << 'EOF' # internal
2025-08-20T21:26:09.2903050Z [00:02:23.413]➜  # import config
2025-08-20T21:26:09.2904117Z [00:02:23.413]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:09.2905046Z [00:02:23.413]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:09.2906374Z [00:02:23.413]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build548448651/b284/_pkg_.a
2025-08-20T21:26:09.2907970Z [00:02:23.413]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build548448651/b283/_pkg_.a
2025-08-20T21:26:09.2909713Z [00:02:23.413]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build548448651/b295/_pkg_.a
2025-08-20T21:26:09.2911999Z [00:02:23.413]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build548448651/b296/_pkg_.a
2025-08-20T21:26:09.2913061Z [00:02:23.413]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:09.2913989Z [00:02:23.413]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:09.2915091Z [00:02:23.413]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:09.2916045Z [00:02:23.413]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:09.2917128Z [00:02:23.413]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:09.2918103Z [00:02:23.413]➜  packagefile unicode=/tmp/go-build548448651/b041/_pkg_.a
2025-08-20T21:26:09.2919879Z [00:02:23.413]➜  packagefile unicode/utf16=/tmp/go-build548448651/b069/_pkg_.a
2025-08-20T21:26:09.2921296Z [00:02:23.413]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:09.2922231Z [00:02:23.413]➜  EOF
2025-08-20T21:26:09.2940030Z [00:02:23.414]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b294/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/text=>google.golang.org/protobuf@v1.36.7/internal/encoding/text;$WORK/b294=>" -p google.golang.org/protobuf/internal/encoding/text -lang=go1.22 -complete -installsuffix shared -buildid zfgpOpSbVpuGo9cSs9Uk/zfgpOpSbVpuGo9cSs9Uk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b294/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/text/decode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/text/decode_number.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/text/decode_string.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/text/decode_token.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/text/doc.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/text/encode.go
2025-08-20T21:26:09.2947647Z [00:02:23.415]➜  go tool buildid -w $WORK/b289/_pkg_.a # internal
2025-08-20T21:26:09.2949142Z [00:02:23.417]➜  cp $WORK/b289/_pkg_.a /root/.cache/go-build/da/da21f4bce13f9d54a5c30a42d87d1613d77851bd5b2b6427fd227615afd08a34-d # internal
2025-08-20T21:26:09.2950432Z [00:02:23.417]➜  google.golang.org/protobuf/internal/encoding/messageset
2025-08-20T21:26:09.2951761Z [00:02:23.417]➜  mkdir -p $WORK/b298/
2025-08-20T21:26:09.2956060Z [00:02:23.418]➜  cat >/tmp/go-build548448651/b298/importcfg << 'EOF' # internal
2025-08-20T21:26:09.2956777Z [00:02:23.418]➜  # import config
2025-08-20T21:26:09.2957860Z [00:02:23.418]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build548448651/b282/_pkg_.a
2025-08-20T21:26:09.2959362Z [00:02:23.418]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build548448651/b283/_pkg_.a
2025-08-20T21:26:09.2960732Z [00:02:23.418]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build548448651/b281/_pkg_.a
2025-08-20T21:26:09.2961848Z [00:02:23.418]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:09.2962448Z [00:02:23.418]➜  EOF
2025-08-20T21:26:09.2968787Z [00:02:23.419]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b298/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/messageset=>google.golang.org/protobuf@v1.36.7/internal/encoding/messageset;$WORK/b298=>" -p google.golang.org/protobuf/internal/encoding/messageset -lang=go1.22 -complete -installsuffix shared -buildid C_jkwDDidsY3e0Q039nd/C_jkwDDidsY3e0Q039nd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b298/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/messageset/messageset.go
2025-08-20T21:26:09.3762223Z [00:02:23.499]➜  go tool buildid -w $WORK/b298/_pkg_.a # internal
2025-08-20T21:26:09.3784822Z [00:02:23.501]➜  cp $WORK/b298/_pkg_.a /root/.cache/go-build/fd/fd0d48d2b3aadda8ac9e395eda51627ee2e15cf34fcddb2c17aed1b67314f73d-d # internal
2025-08-20T21:26:09.3815785Z [00:02:23.504]➜  google.golang.org/protobuf/internal/genid
2025-08-20T21:26:09.3819776Z [00:02:23.504]➜  mkdir -p $WORK/b299/
2025-08-20T21:26:09.3829793Z [00:02:23.505]➜  cat >/tmp/go-build548448651/b299/importcfg << 'EOF' # internal
2025-08-20T21:26:09.3831623Z [00:02:23.506]➜  # import config
2025-08-20T21:26:09.3832898Z [00:02:23.506]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build548448651/b281/_pkg_.a
2025-08-20T21:26:09.3834334Z [00:02:23.506]➜  EOF
2025-08-20T21:26:09.3864129Z [00:02:23.508]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b299/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid=>google.golang.org/protobuf@v1.36.7/internal/genid;$WORK/b299=>" -p google.golang.org/protobuf/internal/genid -lang=go1.22 -complete -installsuffix shared -buildid 0c-dX5FYBXP6igTqeyfQ/0c-dX5FYBXP6igTqeyfQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b299/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid/any_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid/api_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid/descriptor_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid/doc.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid/duration_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid/empty_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid/field_mask_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid/go_features_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid/goname.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid/map_entry.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid/name.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid/source_context_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid/struct_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid/timestamp_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid/type_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid/wrappers.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid/wrappers_gen.go
2025-08-20T21:26:09.4484816Z [00:02:23.571]➜  go tool buildid -w $WORK/b299/_pkg_.a # internal
2025-08-20T21:26:09.4487539Z [00:02:23.571]➜  cp $WORK/b299/_pkg_.a /root/.cache/go-build/80/80901d249ded622e8673dc2348cc8c2162b4739198d6cbd615314cbf55ee2580-d # internal
2025-08-20T21:26:09.4501947Z [00:02:23.573]➜  google.golang.org/protobuf/internal/order
2025-08-20T21:26:09.4505270Z [00:02:23.573]➜  mkdir -p $WORK/b301/
2025-08-20T21:26:09.4508255Z [00:02:23.573]➜  cat >/tmp/go-build548448651/b301/importcfg << 'EOF' # internal
2025-08-20T21:26:09.4511235Z [00:02:23.574]➜  # import config
2025-08-20T21:26:09.4514607Z [00:02:23.574]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build548448651/b281/_pkg_.a
2025-08-20T21:26:09.4515701Z [00:02:23.574]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:09.4517658Z [00:02:23.574]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:09.4521387Z [00:02:23.574]➜  EOF
2025-08-20T21:26:09.4527068Z [00:02:23.574]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b301/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/order=>google.golang.org/protobuf@v1.36.7/internal/order;$WORK/b301=>" -p google.golang.org/protobuf/internal/order -lang=go1.22 -complete -installsuffix shared -buildid BMnktSCRHpiq5QyzVA5e/BMnktSCRHpiq5QyzVA5e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b301/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/order/order.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/order/range.go
2025-08-20T21:26:09.4543105Z [00:02:23.577]➜  go tool buildid -w $WORK/b294/_pkg_.a # internal
2025-08-20T21:26:09.4589849Z [00:02:23.581]➜  cp $WORK/b294/_pkg_.a /root/.cache/go-build/54/547bcd17ad7fddf362c43736e57c9b084910304d3c1d1ee59ecb6b4b780b914c-d # internal
2025-08-20T21:26:09.4595610Z [00:02:23.581]➜  google.golang.org/protobuf/internal/encoding/defval
2025-08-20T21:26:09.4596269Z [00:02:23.581]➜  mkdir -p $WORK/b293/
2025-08-20T21:26:09.4605343Z [00:02:23.583]➜  cat >/tmp/go-build548448651/b293/importcfg << 'EOF' # internal
2025-08-20T21:26:09.4606634Z [00:02:23.583]➜  # import config
2025-08-20T21:26:09.4609077Z [00:02:23.583]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:09.4610389Z [00:02:23.583]➜  packagefile google.golang.org/protobuf/internal/encoding/text=/tmp/go-build548448651/b294/_pkg_.a
2025-08-20T21:26:09.4613066Z [00:02:23.583]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build548448651/b283/_pkg_.a
2025-08-20T21:26:09.4616031Z [00:02:23.583]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build548448651/b281/_pkg_.a
2025-08-20T21:26:09.4616999Z [00:02:23.583]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:09.4617754Z [00:02:23.583]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:09.4618310Z [00:02:23.583]➜  EOF
2025-08-20T21:26:09.4622259Z [00:02:23.583]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b293/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/defval=>google.golang.org/protobuf@v1.36.7/internal/encoding/defval;$WORK/b293=>" -p google.golang.org/protobuf/internal/encoding/defval -lang=go1.22 -complete -installsuffix shared -buildid _AF4htZKV-E0w-nveS_9/_AF4htZKV-E0w-nveS_9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b293/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/defval/default.go
2025-08-20T21:26:09.4807715Z [00:02:23.603]➜  go tool buildid -w $WORK/b312/_pkg_.a # internal
2025-08-20T21:26:09.4942477Z [00:02:23.616]➜  cp $WORK/b312/_pkg_.a /root/.cache/go-build/d9/d9308c35e412fabacb7d70374c2a1399158d9f2f1d46251f093d3af8d2f68e76-d # internal
2025-08-20T21:26:09.4952552Z [00:02:23.616]➜  google.golang.org/protobuf/reflect/protoregistry
2025-08-20T21:26:09.4953278Z [00:02:23.616]➜  mkdir -p $WORK/b302/
2025-08-20T21:26:09.4954046Z [00:02:23.617]➜  cat >/tmp/go-build548448651/b302/importcfg << 'EOF' # internal
2025-08-20T21:26:09.4954732Z [00:02:23.617]➜  # import config
2025-08-20T21:26:09.4955386Z [00:02:23.617]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:09.4956594Z [00:02:23.617]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build548448651/b298/_pkg_.a
2025-08-20T21:26:09.4958121Z [00:02:23.617]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build548448651/b283/_pkg_.a
2025-08-20T21:26:09.4959622Z [00:02:23.617]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build548448651/b295/_pkg_.a
2025-08-20T21:26:09.4960947Z [00:02:23.617]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build548448651/b281/_pkg_.a
2025-08-20T21:26:09.4962047Z [00:02:23.617]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:09.4962837Z [00:02:23.617]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:09.4963612Z [00:02:23.617]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:09.4964193Z [00:02:23.617]➜  EOF
2025-08-20T21:26:09.4970336Z [00:02:23.619]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b302/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/reflect/protoregistry=>google.golang.org/protobuf@v1.36.7/reflect/protoregistry;$WORK/b302=>" -p google.golang.org/protobuf/reflect/protoregistry -lang=go1.22 -complete -installsuffix shared -buildid Ehwz0jYdvWqYgucTsnTp/Ehwz0jYdvWqYgucTsnTp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b302/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/reflect/protoregistry/registry.go
2025-08-20T21:26:09.5079796Z [00:02:23.630]➜  go tool buildid -w $WORK/b301/_pkg_.a # internal
2025-08-20T21:26:09.5087464Z [00:02:23.631]➜  cp $WORK/b301/_pkg_.a /root/.cache/go-build/bb/bb59008588fe5cd7fe1ac45edcd5f4ede803673c616020172ce06dbc45d3a438-d # internal
2025-08-20T21:26:09.5088883Z [00:02:23.631]➜  google.golang.org/protobuf/runtime/protoiface
2025-08-20T21:26:09.5089527Z [00:02:23.631]➜  mkdir -p $WORK/b303/
2025-08-20T21:26:09.5090234Z [00:02:23.631]➜  cat >/tmp/go-build548448651/b303/importcfg << 'EOF' # internal
2025-08-20T21:26:09.5090875Z [00:02:23.631]➜  # import config
2025-08-20T21:26:09.5091789Z [00:02:23.631]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build548448651/b286/_pkg_.a
2025-08-20T21:26:09.5093183Z [00:02:23.631]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build548448651/b281/_pkg_.a
2025-08-20T21:26:09.5094101Z [00:02:23.631]➜  EOF
2025-08-20T21:26:09.5099039Z [00:02:23.631]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b303/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/runtime/protoiface=>google.golang.org/protobuf@v1.36.7/runtime/protoiface;$WORK/b303=>" -p google.golang.org/protobuf/runtime/protoiface -lang=go1.22 -complete -installsuffix shared -buildid VseA-hdb1k6nlMcQggv8/VseA-hdb1k6nlMcQggv8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b303/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/runtime/protoiface/legacy.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/runtime/protoiface/methods.go
2025-08-20T21:26:09.5355929Z [00:02:23.658]➜  go tool buildid -w $WORK/b293/_pkg_.a # internal
2025-08-20T21:26:09.5365894Z [00:02:23.659]➜  cp $WORK/b293/_pkg_.a /root/.cache/go-build/be/bef72fb06b1f106cac4f17852f660a8317a4184a1d91db3d7d99e5c06d215a79-d # internal
2025-08-20T21:26:09.5369707Z [00:02:23.659]➜  go tool buildid -w $WORK/b303/_pkg_.a # internal
2025-08-20T21:26:09.5370752Z [00:02:23.659]➜  github.com/decred/dcrd/dcrec/secp256k1/v4/ecdsa
2025-08-20T21:26:09.5377080Z [00:02:23.660]➜  mkdir -p $WORK/b315/
2025-08-20T21:26:09.5382796Z [00:02:23.661]➜  cat >/tmp/go-build548448651/b315/importcfg << 'EOF' # internal
2025-08-20T21:26:09.5385379Z [00:02:23.661]➜  # import config
2025-08-20T21:26:09.5386260Z [00:02:23.661]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:09.5387565Z [00:02:23.661]➜  packagefile github.com/decred/dcrd/dcrec/secp256k1/v4=/tmp/go-build548448651/b312/_pkg_.a
2025-08-20T21:26:09.5389832Z [00:02:23.661]➜  EOF
2025-08-20T21:26:09.5391573Z [00:02:23.661]➜  cp $WORK/b303/_pkg_.a /root/.cache/go-build/a2/a29eb6f6024f65829d3ad8b24e847c4ea8f7b3c140752c83e3c7e881205ff9d0-d # internal
2025-08-20T21:26:09.5393622Z [00:02:23.661]➜  google.golang.org/protobuf/internal/protolazy
2025-08-20T21:26:09.5395822Z [00:02:23.661]➜  mkdir -p $WORK/b309/
2025-08-20T21:26:09.5401575Z [00:02:23.662]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b315/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/decred/dcrd/dcrec/secp256k1/v4@v4.4.0/ecdsa=>github.com/decred/dcrd/dcrec/secp256k1/v4@v4.4.0/ecdsa;$WORK/b315=>" -p github.com/decred/dcrd/dcrec/secp256k1/v4/ecdsa -lang=go1.17 -complete -installsuffix shared -buildid AVZDtpWBVtsAbqzsO78e/AVZDtpWBVtsAbqzsO78e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b315/importcfg -pack /root/go/pkg/mod/github.com/decred/dcrd/dcrec/secp256k1/v4@v4.4.0/ecdsa/doc.go /root/go/pkg/mod/github.com/decred/dcrd/dcrec/secp256k1/v4@v4.4.0/ecdsa/error.go /root/go/pkg/mod/github.com/decred/dcrd/dcrec/secp256k1/v4@v4.4.0/ecdsa/signature.go
2025-08-20T21:26:09.5407594Z [00:02:23.662]➜  cat >/tmp/go-build548448651/b309/importcfg << 'EOF' # internal
2025-08-20T21:26:09.5408708Z [00:02:23.662]➜  # import config
2025-08-20T21:26:09.5409587Z [00:02:23.662]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:09.5410663Z [00:02:23.662]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:09.5411998Z [00:02:23.662]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build548448651/b282/_pkg_.a
2025-08-20T21:26:09.5413869Z [00:02:23.662]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build548448651/b303/_pkg_.a
2025-08-20T21:26:09.5415234Z [00:02:23.662]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:09.5416245Z [00:02:23.662]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:09.5417420Z [00:02:23.662]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:09.5418273Z [00:02:23.662]➜  EOF
2025-08-20T21:26:09.5423849Z [00:02:23.663]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b309/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/protolazy=>google.golang.org/protobuf@v1.36.7/internal/protolazy;$WORK/b309=>" -p google.golang.org/protobuf/internal/protolazy -lang=go1.22 -complete -installsuffix shared -buildid 8KTqmTN7IAw_ThoCvLt9/8KTqmTN7IAw_ThoCvLt9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b309/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/protolazy/bufferreader.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/protolazy/lazy.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/protolazy/pointer_unsafe.go
2025-08-20T21:26:09.6131637Z [00:02:23.735]➜  go tool buildid -w $WORK/b315/_pkg_.a # internal
2025-08-20T21:26:09.6143706Z [00:02:23.737]➜  cp $WORK/b315/_pkg_.a /root/.cache/go-build/8f/8fd2a17df9bba479d9c259c61d840d5fcf21a31ded4d7eb8a91e6e682c77306c-d # internal
2025-08-20T21:26:09.6149370Z [00:02:23.737]➜  encoding/base32
2025-08-20T21:26:09.6156509Z [00:02:23.738]➜  mkdir -p $WORK/b324/
2025-08-20T21:26:09.6157640Z [00:02:23.738]➜  cat >/tmp/go-build548448651/b324/importcfg << 'EOF' # internal
2025-08-20T21:26:09.6158816Z [00:02:23.738]➜  # import config
2025-08-20T21:26:09.6160666Z [00:02:23.738]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:09.6161798Z [00:02:23.738]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:09.6162909Z [00:02:23.738]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:09.6164343Z [00:02:23.738]➜  EOF
2025-08-20T21:26:09.6194209Z [00:02:23.742]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b324/_pkg_.a -trimpath "/root/.go/src/encoding/base32=>encoding/base32;$WORK/b324=>" -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/b324/importcfg -pack /root/.go/src/encoding/base32/base32.go
2025-08-20T21:26:09.6334102Z [00:02:23.756]➜  go tool buildid -w $WORK/b309/_pkg_.a # internal
2025-08-20T21:26:09.6345880Z [00:02:23.757]➜  cp $WORK/b309/_pkg_.a /root/.cache/go-build/7e/7e3574e6017b03600196ac0482e0af4291fc066a6245248a0be1cb6b97053539-d # internal
2025-08-20T21:26:09.6407330Z [00:02:23.763]➜  github.com/multiformats/go-multiaddr/x/meg
2025-08-20T21:26:09.6410483Z [00:02:23.763]➜  mkdir -p $WORK/b325/
2025-08-20T21:26:09.6415375Z [00:02:23.764]➜  cat >/tmp/go-build548448651/b325/importcfg << 'EOF' # internal
2025-08-20T21:26:09.6422244Z [00:02:23.764]➜  # import config
2025-08-20T21:26:09.6422980Z [00:02:23.764]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:09.6423823Z [00:02:23.764]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:09.6424638Z [00:02:23.764]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:09.6425520Z [00:02:23.764]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:09.6426300Z [00:02:23.764]➜  EOF
2025-08-20T21:26:09.6430976Z [00:02:23.764]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b325/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/multiformats/go-multiaddr@v0.16.1/x/meg=>github.com/multiformats/go-multiaddr@v0.16.1/x/meg;$WORK/b325=>" -p github.com/multiformats/go-multiaddr/x/meg -lang=go1.23 -complete -installsuffix shared -buildid UzpZqlBkLSU6whiUvuj0/UzpZqlBkLSU6whiUvuj0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b325/importcfg -pack /root/go/pkg/mod/github.com/multiformats/go-multiaddr@v0.16.1/x/meg/meg.go /root/go/pkg/mod/github.com/multiformats/go-multiaddr@v0.16.1/x/meg/sugar.go
2025-08-20T21:26:09.6888873Z [00:02:23.811]➜  go tool buildid -w $WORK/b324/_pkg_.a # internal
2025-08-20T21:26:09.6900065Z [00:02:23.812]➜  cp $WORK/b324/_pkg_.a /root/.cache/go-build/dd/dd8d3543bfabdaac6aa4b90a5b5be84ca6fd221e8a3ff90a1e9e7879fa715796-d # internal
2025-08-20T21:26:09.6950121Z [00:02:23.813]➜  github.com/multiformats/go-multicodec
2025-08-20T21:26:09.6950764Z [00:02:23.813]➜  mkdir -p $WORK/b327/
2025-08-20T21:26:09.6951494Z [00:02:23.813]➜  cat >/tmp/go-build548448651/b327/importcfg << 'EOF' # internal
2025-08-20T21:26:09.6952169Z [00:02:23.813]➜  # import config
2025-08-20T21:26:09.6952816Z [00:02:23.813]➜  packagefile flag=/tmp/go-build548448651/b247/_pkg_.a
2025-08-20T21:26:09.6953638Z [00:02:23.813]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:09.6954418Z [00:02:23.813]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:09.6955037Z [00:02:23.813]➜  EOF
2025-08-20T21:26:09.6959892Z [00:02:23.813]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b327/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/multiformats/go-multicodec@v0.9.2=>github.com/multiformats/go-multicodec@v0.9.2;$WORK/b327=>" -p github.com/multiformats/go-multicodec -lang=go1.23 -complete -installsuffix shared -buildid NV13EDucZc11KvarWcW_/NV13EDucZc11KvarWcW_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b327/importcfg -pack /root/go/pkg/mod/github.com/multiformats/go-multicodec@v0.9.2/code.go /root/go/pkg/mod/github.com/multiformats/go-multicodec@v0.9.2/code_string.go /root/go/pkg/mod/github.com/multiformats/go-multicodec@v0.9.2/code_table.go
2025-08-20T21:26:09.7404772Z [00:02:23.863]➜  go tool buildid -w $WORK/b302/_pkg_.a # internal
2025-08-20T21:26:09.7606113Z [00:02:23.883]➜  cp $WORK/b302/_pkg_.a /root/.cache/go-build/48/48a15a7802a076da7f2dc747112162b30cbaedad3d57fe77e00a916e3dd196c9-d # internal
2025-08-20T21:26:09.7612658Z [00:02:23.883]➜  google.golang.org/protobuf/proto
2025-08-20T21:26:09.7613289Z [00:02:23.883]➜  mkdir -p $WORK/b300/
2025-08-20T21:26:09.7613936Z [00:02:23.884]➜  go tool buildid -w $WORK/b325/_pkg_.a # internal
2025-08-20T21:26:09.7625504Z [00:02:23.885]➜  cp $WORK/b325/_pkg_.a /root/.cache/go-build/6c/6c338e4efb4d313a69569a00e893702ebe92753c3580e756cb6fbab51fb63823-d # internal
2025-08-20T21:26:09.7685517Z [00:02:23.891]➜  cat >/tmp/go-build548448651/b300/importcfg << 'EOF' # internal
2025-08-20T21:26:09.7689854Z [00:02:23.891]➜  # import config
2025-08-20T21:26:09.7690551Z [00:02:23.891]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:09.7691389Z [00:02:23.891]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:09.7692514Z [00:02:23.891]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build548448651/b282/_pkg_.a
2025-08-20T21:26:09.7693971Z [00:02:23.891]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build548448651/b298/_pkg_.a
2025-08-20T21:26:09.7695414Z [00:02:23.891]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build548448651/b283/_pkg_.a
2025-08-20T21:26:09.7696680Z [00:02:23.891]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build548448651/b295/_pkg_.a
2025-08-20T21:26:09.7697723Z [00:02:23.891]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build548448651/b299/_pkg_.a
2025-08-20T21:26:09.7699309Z [00:02:23.891]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build548448651/b301/_pkg_.a
2025-08-20T21:26:09.7700613Z [00:02:23.891]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build548448651/b286/_pkg_.a
2025-08-20T21:26:09.7701884Z [00:02:23.891]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build548448651/b296/_pkg_.a
2025-08-20T21:26:09.7703230Z [00:02:23.891]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build548448651/b281/_pkg_.a
2025-08-20T21:26:09.7704665Z [00:02:23.891]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build548448651/b302/_pkg_.a
2025-08-20T21:26:09.7706441Z [00:02:23.891]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build548448651/b303/_pkg_.a
2025-08-20T21:26:09.7707524Z [00:02:23.891]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:09.7708340Z [00:02:23.891]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:09.7710365Z [00:02:23.891]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:09.7711044Z [00:02:23.891]➜  EOF
2025-08-20T21:26:09.7722578Z [00:02:23.891]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b300/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto=>google.golang.org/protobuf@v1.36.7/proto;$WORK/b300=>" -p google.golang.org/protobuf/proto -lang=go1.22 -complete -installsuffix shared -buildid _6j4GETkJM1nNliJf3bt/_6j4GETkJM1nNliJf3bt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b300/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto/checkinit.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto/decode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto/decode_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto/doc.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto/encode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto/encode_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto/equal.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto/extension.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto/merge.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto/messageset.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto/proto.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto/proto_methods.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto/reset.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto/size.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto/size_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto/wrapperopaque.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto/wrappers.go
2025-08-20T21:26:09.7741465Z [00:02:23.895]➜  github.com/multiformats/go-multiaddr
2025-08-20T21:26:09.7742108Z [00:02:23.895]➜  mkdir -p $WORK/b323/
2025-08-20T21:26:09.7742862Z [00:02:23.896]➜  cat >/tmp/go-build548448651/b323/importcfg << 'EOF' # internal
2025-08-20T21:26:09.7743549Z [00:02:23.896]➜  # import config
2025-08-20T21:26:09.7744206Z [00:02:23.896]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:09.7744989Z [00:02:23.896]➜  packagefile cmp=/tmp/go-build548448651/b051/_pkg_.a
2025-08-20T21:26:09.7745847Z [00:02:23.896]➜  packagefile encoding/base32=/tmp/go-build548448651/b324/_pkg_.a
2025-08-20T21:26:09.7746832Z [00:02:23.896]➜  packagefile encoding/base64=/tmp/go-build548448651/b054/_pkg_.a
2025-08-20T21:26:09.7747762Z [00:02:23.896]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:09.7748960Z [00:02:23.896]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:09.7749856Z [00:02:23.896]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:09.7750645Z [00:02:23.896]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:09.7751555Z [00:02:23.896]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:09.7752720Z [00:02:23.896]➜  packagefile github.com/multiformats/go-multiaddr/x/meg=/tmp/go-build548448651/b325/_pkg_.a
2025-08-20T21:26:09.7753990Z [00:02:23.896]➜  packagefile github.com/multiformats/go-multibase=/tmp/go-build548448651/b231/_pkg_.a
2025-08-20T21:26:09.7766503Z [00:02:23.896]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build548448651/b235/_pkg_.a
2025-08-20T21:26:09.7767751Z [00:02:23.896]➜  packagefile github.com/multiformats/go-varint=/tmp/go-build548448651/b254/_pkg_.a
2025-08-20T21:26:09.7769140Z [00:02:23.896]➜  packagefile golang.org/x/exp/slices=/tmp/go-build548448651/b326/_pkg_.a
2025-08-20T21:26:09.7771736Z [00:02:23.896]➜  packagefile log=/tmp/go-build548448651/b071/_pkg_.a
2025-08-20T21:26:09.7772562Z [00:02:23.896]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:09.7773360Z [00:02:23.896]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:09.7774196Z [00:02:23.896]➜  packagefile net/netip=/tmp/go-build548448651/b164/_pkg_.a
2025-08-20T21:26:09.7775059Z [00:02:23.896]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:09.7775881Z [00:02:23.896]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:09.7776724Z [00:02:23.896]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:09.7777565Z [00:02:23.896]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:09.7778185Z [00:02:23.896]➜  EOF
2025-08-20T21:26:09.7787526Z [00:02:23.896]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b323/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/multiformats/go-multiaddr@v0.16.1=>github.com/multiformats/go-multiaddr@v0.16.1;$WORK/b323=>" -p github.com/multiformats/go-multiaddr -lang=go1.23 -complete -installsuffix shared -buildid uOytjCqL9XylbqnlNHAV/uOytjCqL9XylbqnlNHAV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b323/importcfg -pack /root/go/pkg/mod/github.com/multiformats/go-multiaddr@v0.16.1/codec.go /root/go/pkg/mod/github.com/multiformats/go-multiaddr@v0.16.1/component.go /root/go/pkg/mod/github.com/multiformats/go-multiaddr@v0.16.1/doc.go /root/go/pkg/mod/github.com/multiformats/go-multiaddr@v0.16.1/filter.go /root/go/pkg/mod/github.com/multiformats/go-multiaddr@v0.16.1/meg_capturers.go /root/go/pkg/mod/github.com/multiformats/go-multiaddr@v0.16.1/multiaddr.go /root/go/pkg/mod/github.com/multiformats/go-multiaddr@v0.16.1/protocol.go /root/go/pkg/mod/github.com/multiformats/go-multiaddr@v0.16.1/protocols.go /root/go/pkg/mod/github.com/multiformats/go-multiaddr@v0.16.1/transcoders.go /root/go/pkg/mod/github.com/multiformats/go-multiaddr@v0.16.1/util.go /root/go/pkg/mod/github.com/multiformats/go-multiaddr@v0.16.1/varint.go
2025-08-20T21:26:09.8340666Z [00:02:23.953]➜  go tool buildid -w $WORK/b327/_pkg_.a # internal
2025-08-20T21:26:09.8348959Z [00:02:23.957]➜  cp $WORK/b327/_pkg_.a /root/.cache/go-build/c5/c5023309064e7a887dc89ed19723725aa74293e319a956be231c58996ed853f3-d # internal
2025-08-20T21:26:09.8350159Z [00:02:23.957]➜  github.com/ipfs/boxo/exchange
2025-08-20T21:26:09.8350721Z [00:02:23.957]➜  mkdir -p $WORK/b330/
2025-08-20T21:26:09.8351507Z [00:02:23.957]➜  cat >/tmp/go-build548448651/b330/importcfg << 'EOF' # internal
2025-08-20T21:26:09.8352181Z [00:02:23.957]➜  # import config
2025-08-20T21:26:09.8352853Z [00:02:23.957]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:09.8353881Z [00:02:23.957]➜  packagefile github.com/ipfs/go-block-format=/tmp/go-build548448651/b258/_pkg_.a
2025-08-20T21:26:09.8354923Z [00:02:23.957]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:09.8355822Z [00:02:23.957]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:09.8356413Z [00:02:23.957]➜  EOF
2025-08-20T21:26:09.8360821Z [00:02:23.958]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b330/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/exchange=>github.com/ipfs/boxo@v0.34.0/exchange;$WORK/b330=>" -p github.com/ipfs/boxo/exchange -lang=go1.24 -complete -installsuffix shared -buildid VhJ0QaZK5hB5DjVP0Q-d/VhJ0QaZK5hB5DjVP0Q-d -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b330/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/exchange/interface.go
2025-08-20T21:26:09.8620927Z [00:02:23.984]➜  go tool buildid -w $WORK/b330/_pkg_.a # internal
2025-08-20T21:26:09.8634985Z [00:02:23.986]➜  cp $WORK/b330/_pkg_.a /root/.cache/go-build/38/387d6b8d19b9e00595483803c10205806597557cb211ec8cb16f645f373e5f13-d # internal
2025-08-20T21:26:09.8655698Z [00:02:23.988]➜  github.com/ipfs/boxo/verifcid
2025-08-20T21:26:09.8661637Z [00:02:23.989]➜  mkdir -p $WORK/b331/
2025-08-20T21:26:09.8673145Z [00:02:23.990]➜  cat >/tmp/go-build548448651/b331/importcfg << 'EOF' # internal
2025-08-20T21:26:09.8679062Z [00:02:23.990]➜  # import config
2025-08-20T21:26:09.8679720Z [00:02:23.990]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:09.8680486Z [00:02:23.990]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:09.8681370Z [00:02:23.990]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:09.8682376Z [00:02:23.990]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build548448651/b235/_pkg_.a
2025-08-20T21:26:09.8683153Z [00:02:23.990]➜  EOF
2025-08-20T21:26:09.8687093Z [00:02:23.990]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b331/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/verifcid=>github.com/ipfs/boxo@v0.34.0/verifcid;$WORK/b331=>" -p github.com/ipfs/boxo/verifcid -lang=go1.24 -complete -installsuffix shared -buildid FR1VpnL2T4-0k1S5_Ozw/FR1VpnL2T4-0k1S5_Ozw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b331/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/verifcid/allowlist.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/verifcid/cid.go
2025-08-20T21:26:09.8952610Z [00:02:24.017]➜  go tool buildid -w $WORK/b331/_pkg_.a # internal
2025-08-20T21:26:09.8960110Z [00:02:24.018]➜  cp $WORK/b331/_pkg_.a /root/.cache/go-build/a6/a6c043850072a5389781f41a41bfecd2baf53b19b91312711b54907bb0ff7552-d # internal
2025-08-20T21:26:09.9086531Z [00:02:24.031]➜  github.com/ipld/go-ipld-prime/datamodel
2025-08-20T21:26:09.9093531Z [00:02:24.031]➜  mkdir -p $WORK/b336/
2025-08-20T21:26:09.9094291Z [00:02:24.031]➜  cat >/tmp/go-build548448651/b336/importcfg << 'EOF' # internal
2025-08-20T21:26:09.9095013Z [00:02:24.031]➜  # import config
2025-08-20T21:26:09.9095680Z [00:02:24.031]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:09.9096500Z [00:02:24.031]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:09.9097273Z [00:02:24.031]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:09.9098035Z [00:02:24.031]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:09.9098961Z [00:02:24.031]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:09.9099549Z [00:02:24.031]➜  EOF
2025-08-20T21:26:09.9108304Z [00:02:24.031]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b336/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/datamodel=>github.com/ipld/go-ipld-prime@v0.21.0/datamodel;$WORK/b336=>" -p github.com/ipld/go-ipld-prime/datamodel -lang=go1.19 -complete -installsuffix shared -buildid ZuMM5EueRc6JQ8TXY-KK/ZuMM5EueRc6JQ8TXY-KK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b336/importcfg -pack /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/datamodel/copy.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/datamodel/doc.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/datamodel/equal.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/datamodel/errors.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/datamodel/kind.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/datamodel/link.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/datamodel/node.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/datamodel/nodeBuilder.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/datamodel/path.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/datamodel/pathSegment.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/datamodel/unit.go
2025-08-20T21:26:10.0415465Z [00:02:24.164]➜  go tool buildid -w $WORK/b336/_pkg_.a # internal
2025-08-20T21:26:10.0485892Z [00:02:24.171]➜  cp $WORK/b336/_pkg_.a /root/.cache/go-build/be/beb0cf3948e68df07ca5388dd0bb66fc9d4877a3be8aab19d3681294c74b5e94-d # internal
2025-08-20T21:26:10.0490857Z [00:02:24.171]➜  github.com/ipld/go-ipld-prime/adl
2025-08-20T21:26:10.0491794Z [00:02:24.171]➜  mkdir -p $WORK/b335/
2025-08-20T21:26:10.0510589Z [00:02:24.173]➜  cat >/tmp/go-build548448651/b335/importcfg << 'EOF' # internal
2025-08-20T21:26:10.0511585Z [00:02:24.173]➜  # import config
2025-08-20T21:26:10.0513283Z [00:02:24.173]➜  packagefile github.com/ipld/go-ipld-prime/datamodel=/tmp/go-build548448651/b336/_pkg_.a
2025-08-20T21:26:10.0514303Z [00:02:24.173]➜  EOF
2025-08-20T21:26:10.0518264Z [00:02:24.173]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b335/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/adl=>github.com/ipld/go-ipld-prime@v0.21.0/adl;$WORK/b335=>" -p github.com/ipld/go-ipld-prime/adl -lang=go1.19 -complete -installsuffix shared -buildid WExCPCq1IDpnD8Yz5NvP/WExCPCq1IDpnD8Yz5NvP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b335/importcfg -pack /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/adl/interface.go
2025-08-20T21:26:10.0911671Z [00:02:24.214]➜  go tool buildid -w $WORK/b335/_pkg_.a # internal
2025-08-20T21:26:10.0914166Z [00:02:24.214]➜  cp $WORK/b335/_pkg_.a /root/.cache/go-build/5a/5a6d571374e08d2b52d3436923c5e7f7c95fb39d0f31ad4f4925336da6e71752-d # internal
2025-08-20T21:26:10.0917333Z [00:02:24.214]➜  github.com/ipld/go-ipld-prime/codec
2025-08-20T21:26:10.0918000Z [00:02:24.214]➜  mkdir -p $WORK/b337/
2025-08-20T21:26:10.0923304Z [00:02:24.215]➜  cat >/tmp/go-build548448651/b337/importcfg << 'EOF' # internal
2025-08-20T21:26:10.0924029Z [00:02:24.215]➜  # import config
2025-08-20T21:26:10.0926639Z [00:02:24.215]➜  packagefile github.com/ipld/go-ipld-prime/datamodel=/tmp/go-build548448651/b336/_pkg_.a
2025-08-20T21:26:10.0928473Z [00:02:24.215]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:10.0930942Z [00:02:24.215]➜  EOF
2025-08-20T21:26:10.0934570Z [00:02:24.215]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b337/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/codec=>github.com/ipld/go-ipld-prime@v0.21.0/codec;$WORK/b337=>" -p github.com/ipld/go-ipld-prime/codec -lang=go1.19 -complete -installsuffix shared -buildid iWWnk0L0zM15amdDm5F8/iWWnk0L0zM15amdDm5F8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b337/importcfg -pack /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/codec/api.go
2025-08-20T21:26:10.1181916Z [00:02:24.241]➜  go tool buildid -w $WORK/b337/_pkg_.a # internal
2025-08-20T21:26:10.1193636Z [00:02:24.242]➜  cp $WORK/b337/_pkg_.a /root/.cache/go-build/06/06d0ac8ffa8e5eba3307235d1afdf6c9ba9ec9b4a834594bc6da19c696742c66-d # internal
2025-08-20T21:26:10.1194950Z [00:02:24.242]➜  github.com/ipld/go-ipld-prime/storage
2025-08-20T21:26:10.1196322Z [00:02:24.242]➜  mkdir -p $WORK/b339/
2025-08-20T21:26:10.1200139Z [00:02:24.242]➜  cat >/tmp/go-build548448651/b339/importcfg << 'EOF' # internal
2025-08-20T21:26:10.1202040Z [00:02:24.243]➜  # import config
2025-08-20T21:26:10.1204466Z [00:02:24.243]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:10.1205599Z [00:02:24.243]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:10.1207319Z [00:02:24.243]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:10.1208422Z [00:02:24.243]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:10.1209446Z [00:02:24.243]➜  EOF
2025-08-20T21:26:10.1215618Z [00:02:24.244]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b339/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/storage=>github.com/ipld/go-ipld-prime@v0.21.0/storage;$WORK/b339=>" -p github.com/ipld/go-ipld-prime/storage -lang=go1.19 -complete -installsuffix shared -buildid WlfB8wB7VSbcTpJbkx38/WlfB8wB7VSbcTpJbkx38 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b339/importcfg -pack /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/storage/api.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/storage/doc.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/storage/funcs.go
2025-08-20T21:26:10.1392695Z [00:02:24.262]➜  go tool buildid -w $WORK/b323/_pkg_.a # internal
2025-08-20T21:26:10.1395591Z [00:02:24.262]➜  go tool buildid -w $WORK/b300/_pkg_.a # internal
2025-08-20T21:26:10.1426475Z [00:02:24.265]➜  cp $WORK/b300/_pkg_.a /root/.cache/go-build/92/92f35950e936d54547bc74877fac8bcc501bba34a52f6c6dd2c0f747ba76fb49-d # internal
2025-08-20T21:26:10.1431075Z [00:02:24.265]➜  google.golang.org/protobuf/internal/filedesc
2025-08-20T21:26:10.1434592Z [00:02:24.266]➜  mkdir -p $WORK/b288/
2025-08-20T21:26:10.1437982Z [00:02:24.266]➜  cat >/tmp/go-build548448651/b288/importcfg << 'EOF' # internal
2025-08-20T21:26:10.1439181Z [00:02:24.266]➜  # import config
2025-08-20T21:26:10.1440235Z [00:02:24.266]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:10.1459981Z [00:02:24.266]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:10.1461463Z [00:02:24.266]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build548448651/b282/_pkg_.a
2025-08-20T21:26:10.1463191Z [00:02:24.266]➜  packagefile google.golang.org/protobuf/internal/descfmt=/tmp/go-build548448651/b289/_pkg_.a
2025-08-20T21:26:10.1465775Z [00:02:24.266]➜  packagefile google.golang.org/protobuf/internal/descopts=/tmp/go-build548448651/b290/_pkg_.a
2025-08-20T21:26:10.1467910Z [00:02:24.266]➜  packagefile google.golang.org/protobuf/internal/editiondefaults=/tmp/go-build548448651/b291/_pkg_.a
2025-08-20T21:26:10.1470032Z [00:02:24.266]➜  packagefile google.golang.org/protobuf/internal/encoding/defval=/tmp/go-build548448651/b293/_pkg_.a
2025-08-20T21:26:10.1472030Z [00:02:24.266]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build548448651/b298/_pkg_.a
2025-08-20T21:26:10.1473785Z [00:02:24.266]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build548448651/b283/_pkg_.a
2025-08-20T21:26:10.1478429Z [00:02:24.266]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build548448651/b299/_pkg_.a
2025-08-20T21:26:10.1480142Z [00:02:24.266]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build548448651/b286/_pkg_.a
2025-08-20T21:26:10.1481499Z [00:02:24.266]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build548448651/b296/_pkg_.a
2025-08-20T21:26:10.1482739Z [00:02:24.266]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build548448651/b300/_pkg_.a
2025-08-20T21:26:10.1484057Z [00:02:24.266]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build548448651/b281/_pkg_.a
2025-08-20T21:26:10.1485526Z [00:02:24.266]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build548448651/b302/_pkg_.a
2025-08-20T21:26:10.1486649Z [00:02:24.266]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:10.1487496Z [00:02:24.266]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:10.1488358Z [00:02:24.266]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:10.1489410Z [00:02:24.266]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:10.1490572Z [00:02:24.266]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:10.1491444Z [00:02:24.266]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:10.1492102Z [00:02:24.266]➜  EOF
2025-08-20T21:26:10.1506095Z [00:02:24.269]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b288/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/filedesc=>google.golang.org/protobuf@v1.36.7/internal/filedesc;$WORK/b288=>" -p google.golang.org/protobuf/internal/filedesc -lang=go1.22 -complete -installsuffix shared -buildid 5WOtG1Y-1S5n0PXcRLMd/5WOtG1Y-1S5n0PXcRLMd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b288/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/filedesc/build.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/filedesc/desc.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/filedesc/desc_init.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/filedesc/desc_lazy.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/filedesc/desc_list.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/filedesc/desc_list_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/filedesc/editions.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/filedesc/placeholder.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/filedesc/presence.go
2025-08-20T21:26:10.1515026Z [00:02:24.269]➜  cp $WORK/b323/_pkg_.a /root/.cache/go-build/20/20f56250a3bf8bdda13a05dac1cc896e4c79c38f488b2dcb3841096e6bd84fa8-d # internal
2025-08-20T21:26:10.1516239Z [00:02:24.269]➜  google.golang.org/protobuf/encoding/prototext
2025-08-20T21:26:10.1516894Z [00:02:24.269]➜  mkdir -p $WORK/b306/
2025-08-20T21:26:10.1517906Z [00:02:24.270]➜  cat >/tmp/go-build548448651/b306/importcfg << 'EOF' # internal
2025-08-20T21:26:10.1518841Z [00:02:24.270]➜  # import config
2025-08-20T21:26:10.1519524Z [00:02:24.270]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:10.1520709Z [00:02:24.270]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build548448651/b282/_pkg_.a
2025-08-20T21:26:10.1522204Z [00:02:24.270]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build548448651/b298/_pkg_.a
2025-08-20T21:26:10.1523744Z [00:02:24.270]➜  packagefile google.golang.org/protobuf/internal/encoding/text=/tmp/go-build548448651/b294/_pkg_.a
2025-08-20T21:26:10.1525169Z [00:02:24.270]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build548448651/b283/_pkg_.a
2025-08-20T21:26:10.1526515Z [00:02:24.270]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build548448651/b295/_pkg_.a
2025-08-20T21:26:10.1527835Z [00:02:24.270]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build548448651/b299/_pkg_.a
2025-08-20T21:26:10.1539611Z [00:02:24.270]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build548448651/b301/_pkg_.a
2025-08-20T21:26:10.1540987Z [00:02:24.270]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build548448651/b286/_pkg_.a
2025-08-20T21:26:10.1542291Z [00:02:24.270]➜  packagefile google.golang.org/protobuf/internal/set=/tmp/go-build548448651/b307/_pkg_.a
2025-08-20T21:26:10.1543593Z [00:02:24.270]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build548448651/b296/_pkg_.a
2025-08-20T21:26:10.1544836Z [00:02:24.270]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build548448651/b300/_pkg_.a
2025-08-20T21:26:10.1546126Z [00:02:24.270]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build548448651/b281/_pkg_.a
2025-08-20T21:26:10.1547584Z [00:02:24.270]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build548448651/b302/_pkg_.a
2025-08-20T21:26:10.1549001Z [00:02:24.270]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:10.1549946Z [00:02:24.270]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:10.1551046Z [00:02:24.270]➜  EOF
2025-08-20T21:26:10.1556248Z [00:02:24.270]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b306/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/encoding/prototext=>google.golang.org/protobuf@v1.36.7/encoding/prototext;$WORK/b306=>" -p google.golang.org/protobuf/encoding/prototext -lang=go1.22 -complete -installsuffix shared -buildid 4qUMEpFOZHSz33TLubaO/4qUMEpFOZHSz33TLubaO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b306/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/encoding/prototext/decode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/encoding/prototext/doc.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/encoding/prototext/encode.go
2025-08-20T21:26:10.1845298Z [00:02:24.307]➜  go tool buildid -w $WORK/b339/_pkg_.a # internal
2025-08-20T21:26:10.1853499Z [00:02:24.308]➜  cp $WORK/b339/_pkg_.a /root/.cache/go-build/96/9664a02f27ee0b04a3ce8d618eb5fa5f315b822af39a7071bdb54f5933cf4f7d-d # internal
2025-08-20T21:26:10.1870113Z [00:02:24.309]➜  github.com/ipld/go-ipld-prime/linking
2025-08-20T21:26:10.1873540Z [00:02:24.310]➜  mkdir -p $WORK/b338/
2025-08-20T21:26:10.1881087Z [00:02:24.310]➜  cat >/tmp/go-build548448651/b338/importcfg << 'EOF' # internal
2025-08-20T21:26:10.1913666Z [00:02:24.310]➜  # import config
2025-08-20T21:26:10.1914378Z [00:02:24.310]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:10.1915237Z [00:02:24.310]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:10.1916030Z [00:02:24.310]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:10.1917006Z [00:02:24.310]➜  packagefile github.com/ipld/go-ipld-prime/codec=/tmp/go-build548448651/b337/_pkg_.a
2025-08-20T21:26:10.1918686Z [00:02:24.310]➜  packagefile github.com/ipld/go-ipld-prime/datamodel=/tmp/go-build548448651/b336/_pkg_.a
2025-08-20T21:26:10.1919977Z [00:02:24.310]➜  packagefile github.com/ipld/go-ipld-prime/storage=/tmp/go-build548448651/b339/_pkg_.a
2025-08-20T21:26:10.1920999Z [00:02:24.310]➜  packagefile hash=/tmp/go-build548448651/b080/_pkg_.a
2025-08-20T21:26:10.1921766Z [00:02:24.310]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:10.1922366Z [00:02:24.310]➜  EOF
2025-08-20T21:26:10.1927483Z [00:02:24.311]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b338/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/linking=>github.com/ipld/go-ipld-prime@v0.21.0/linking;$WORK/b338=>" -p github.com/ipld/go-ipld-prime/linking -lang=go1.19 -complete -installsuffix shared -buildid sGllTOxEIHQ2r0M2TI_y/sGllTOxEIHQ2r0M2TI_y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b338/importcfg -pack /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/linking/errors.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/linking/functions.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/linking/setup.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/linking/types.go
2025-08-20T21:26:10.2734923Z [00:02:24.396]➜  go tool buildid -w $WORK/b338/_pkg_.a # internal
2025-08-20T21:26:10.2744573Z [00:02:24.397]➜  cp $WORK/b338/_pkg_.a /root/.cache/go-build/c4/c403f974277f9b2e92f28679b48809d67b040c6fade0291a8cc32b701b1a9a9d-d # internal
2025-08-20T21:26:10.2750376Z [00:02:24.397]➜  github.com/ipld/go-ipld-prime/node/mixins
2025-08-20T21:26:10.2751058Z [00:02:24.397]➜  mkdir -p $WORK/b341/
2025-08-20T21:26:10.2755752Z [00:02:24.398]➜  cat >/tmp/go-build548448651/b341/importcfg << 'EOF' # internal
2025-08-20T21:26:10.2758919Z [00:02:24.398]➜  # import config
2025-08-20T21:26:10.2759580Z [00:02:24.398]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:10.2760604Z [00:02:24.398]➜  packagefile github.com/ipld/go-ipld-prime/datamodel=/tmp/go-build548448651/b336/_pkg_.a
2025-08-20T21:26:10.2761670Z [00:02:24.398]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:10.2762313Z [00:02:24.398]➜  EOF
2025-08-20T21:26:10.2772634Z [00:02:24.398]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b341/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/node/mixins=>github.com/ipld/go-ipld-prime@v0.21.0/node/mixins;$WORK/b341=>" -p github.com/ipld/go-ipld-prime/node/mixins -lang=go1.19 -complete -installsuffix shared -buildid Bj38Lx5Ufd3JDdXfkQN2/Bj38Lx5Ufd3JDdXfkQN2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b341/importcfg -pack /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/node/mixins/bool.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/node/mixins/bytes.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/node/mixins/delim.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/node/mixins/float.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/node/mixins/int.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/node/mixins/link.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/node/mixins/list.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/node/mixins/map.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/node/mixins/string.go
2025-08-20T21:26:10.3396359Z [00:02:24.462]➜  go tool buildid -w $WORK/b306/_pkg_.a # internal
2025-08-20T21:26:10.3432825Z [00:02:24.465]➜  cp $WORK/b306/_pkg_.a /root/.cache/go-build/a3/a333a154dd192adedcedb475a7c57a11d4cecc8e86d21eb47b71e7aca23bb4c9-d # internal
2025-08-20T21:26:10.3444691Z [00:02:24.467]➜  github.com/ipld/go-ipld-prime/multicodec
2025-08-20T21:26:10.3446983Z [00:02:24.467]➜  mkdir -p $WORK/b344/
2025-08-20T21:26:10.3456211Z [00:02:24.468]➜  cat >/tmp/go-build548448651/b344/importcfg << 'EOF' # internal
2025-08-20T21:26:10.3457187Z [00:02:24.468]➜  # import config
2025-08-20T21:26:10.3461520Z [00:02:24.468]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:10.3462724Z [00:02:24.468]➜  packagefile github.com/ipld/go-ipld-prime/codec=/tmp/go-build548448651/b337/_pkg_.a
2025-08-20T21:26:10.3463542Z [00:02:24.468]➜  EOF
2025-08-20T21:26:10.3474546Z [00:02:24.469]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b344/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/multicodec=>github.com/ipld/go-ipld-prime@v0.21.0/multicodec;$WORK/b344=>" -p github.com/ipld/go-ipld-prime/multicodec -lang=go1.19 -complete -installsuffix shared -buildid pF5nKVif9msLczGqjleH/pF5nKVif9msLczGqjleH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b344/importcfg -pack /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/multicodec/defaultRegistry.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/multicodec/registry.go
2025-08-20T21:26:10.3687981Z [00:02:24.491]➜  go tool buildid -w $WORK/b344/_pkg_.a # internal
2025-08-20T21:26:10.3703909Z [00:02:24.493]➜  cp $WORK/b344/_pkg_.a /root/.cache/go-build/e7/e7b01914bca6153994031ab8b995235a58d4b688ed239714e20c7b22ba7c6e49-d # internal
2025-08-20T21:26:10.3723639Z [00:02:24.494]➜  github.com/ipld/go-ipld-prime/linking/cid
2025-08-20T21:26:10.3728243Z [00:02:24.495]➜  mkdir -p $WORK/b343/
2025-08-20T21:26:10.3742831Z [00:02:24.496]➜  cat >/tmp/go-build548448651/b343/importcfg << 'EOF' # internal
2025-08-20T21:26:10.3757244Z [00:02:24.496]➜  # import config
2025-08-20T21:26:10.3757914Z [00:02:24.496]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:10.3758838Z [00:02:24.496]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:10.3759739Z [00:02:24.496]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:10.3760750Z [00:02:24.496]➜  packagefile github.com/ipld/go-ipld-prime/codec=/tmp/go-build548448651/b337/_pkg_.a
2025-08-20T21:26:10.3761831Z [00:02:24.496]➜  packagefile github.com/ipld/go-ipld-prime/datamodel=/tmp/go-build548448651/b336/_pkg_.a
2025-08-20T21:26:10.3762905Z [00:02:24.496]➜  packagefile github.com/ipld/go-ipld-prime/linking=/tmp/go-build548448651/b338/_pkg_.a
2025-08-20T21:26:10.3763996Z [00:02:24.496]➜  packagefile github.com/ipld/go-ipld-prime/multicodec=/tmp/go-build548448651/b344/_pkg_.a
2025-08-20T21:26:10.3765080Z [00:02:24.496]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build548448651/b235/_pkg_.a
2025-08-20T21:26:10.3766431Z [00:02:24.496]➜  packagefile github.com/multiformats/go-multihash/core=/tmp/go-build548448651/b236/_pkg_.a
2025-08-20T21:26:10.3767313Z [00:02:24.496]➜  packagefile hash=/tmp/go-build548448651/b080/_pkg_.a
2025-08-20T21:26:10.3767981Z [00:02:24.496]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:10.3776367Z [00:02:24.496]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:10.3777040Z [00:02:24.496]➜  EOF
2025-08-20T21:26:10.3781763Z [00:02:24.497]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b343/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/linking/cid=>github.com/ipld/go-ipld-prime@v0.21.0/linking/cid;$WORK/b343=>" -p github.com/ipld/go-ipld-prime/linking/cid -lang=go1.19 -complete -installsuffix shared -buildid xAmLQVVc_iQCEvvYm-7Q/xAmLQVVc_iQCEvvYm-7Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b343/importcfg -pack /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/linking/cid/cidLink.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/linking/cid/linksystem.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/linking/cid/memorystorage.go
2025-08-20T21:26:10.3854295Z [00:02:24.508]➜  go tool buildid -w $WORK/b110/_pkg_.a # internal
2025-08-20T21:26:10.4213738Z [00:02:24.544]➜  cp $WORK/b110/_pkg_.a /root/.cache/go-build/5c/5ca995c5fd1b75d551c8b6420fdd273528cd357b4760aaaf01ec70d629541429-d # internal
2025-08-20T21:26:10.4221449Z [00:02:24.544]➜  net/http/httptrace
2025-08-20T21:26:10.4235324Z [00:02:24.544]➜  mkdir -p $WORK/b181/
2025-08-20T21:26:10.4236108Z [00:02:24.544]➜  cat >/tmp/go-build548448651/b181/importcfg << 'EOF' # internal
2025-08-20T21:26:10.4236824Z [00:02:24.544]➜  # import config
2025-08-20T21:26:10.4237827Z [00:02:24.544]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:10.4238980Z [00:02:24.544]➜  packagefile crypto/tls=/tmp/go-build548448651/b110/_pkg_.a
2025-08-20T21:26:10.4240005Z [00:02:24.544]➜  packagefile internal/nettrace=/tmp/go-build548448651/b162/_pkg_.a
2025-08-20T21:26:10.4240912Z [00:02:24.544]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:10.4241812Z [00:02:24.544]➜  packagefile net/textproto=/tmp/go-build548448651/b175/_pkg_.a
2025-08-20T21:26:10.4242790Z [00:02:24.544]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:10.4243637Z [00:02:24.544]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:10.4244277Z [00:02:24.544]➜  EOF
2025-08-20T21:26:10.4247391Z [00:02:24.544]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b181/_pkg_.a -trimpath "/root/.go/src/net/http/httptrace=>net/http/httptrace;$WORK/b181=>" -p net/http/httptrace -lang=go1.25 -std -complete -installsuffix shared -buildid 26dkAeVP7Jl6eH3zQh64/26dkAeVP7Jl6eH3zQh64 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b181/importcfg -pack /root/.go/src/net/http/httptrace/trace.go
2025-08-20T21:26:10.4417794Z [00:02:24.564]➜  go tool buildid -w $WORK/b343/_pkg_.a # internal
2025-08-20T21:26:10.4431315Z [00:02:24.565]➜  cp $WORK/b343/_pkg_.a /root/.cache/go-build/54/54f08f276ededbde010b43284592e62a2040d9ae0965e9dfe9697a77fc0ee467-d # internal
2025-08-20T21:26:10.4438974Z [00:02:24.566]➜  github.com/ipld/go-ipld-prime/schema
2025-08-20T21:26:10.4457828Z [00:02:24.566]➜  mkdir -p $WORK/b345/
2025-08-20T21:26:10.4458793Z [00:02:24.566]➜  cat >/tmp/go-build548448651/b345/importcfg << 'EOF' # internal
2025-08-20T21:26:10.4459506Z [00:02:24.566]➜  # import config
2025-08-20T21:26:10.4460164Z [00:02:24.566]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:10.4461251Z [00:02:24.566]➜  packagefile github.com/ipld/go-ipld-prime/datamodel=/tmp/go-build548448651/b336/_pkg_.a
2025-08-20T21:26:10.4462372Z [00:02:24.566]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:10.4463013Z [00:02:24.566]➜  EOF
2025-08-20T21:26:10.4474212Z [00:02:24.566]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b345/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/schema=>github.com/ipld/go-ipld-prime@v0.21.0/schema;$WORK/b345=>" -p github.com/ipld/go-ipld-prime/schema -lang=go1.19 -complete -installsuffix shared -buildid TeUsRXxTER7VA0eu-EOu/TeUsRXxTER7VA0eu-EOu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b345/importcfg -pack /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/schema/errors.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/schema/kind.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/schema/maybe.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/schema/tmpBuilders.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/schema/type.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/schema/typeMethods.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/schema/typedNode.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/schema/typesystem.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/schema/validate.go
2025-08-20T21:26:10.4821674Z [00:02:24.604]➜  go tool buildid -w $WORK/b341/_pkg_.a # internal
2025-08-20T21:26:10.4902145Z [00:02:24.612]➜  cp $WORK/b341/_pkg_.a /root/.cache/go-build/ce/ce59808578e50e94be4388dffc364f5e5dc58b089583accf68e1e3d4f3b8bb68-d # internal
2025-08-20T21:26:10.4936654Z [00:02:24.616]➜  go tool buildid -w $WORK/b181/_pkg_.a # internal
2025-08-20T21:26:10.4951378Z [00:02:24.618]➜  github.com/ipld/go-ipld-prime/node/basicnode
2025-08-20T21:26:10.4953714Z [00:02:24.618]➜  mkdir -p $WORK/b340/
2025-08-20T21:26:10.4959647Z [00:02:24.618]➜  cat >/tmp/go-build548448651/b340/importcfg << 'EOF' # internal
2025-08-20T21:26:10.4962272Z [00:02:24.619]➜  # import config
2025-08-20T21:26:10.4962931Z [00:02:24.619]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:10.4963955Z [00:02:24.619]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:10.4964951Z [00:02:24.619]➜  packagefile github.com/ipld/go-ipld-prime/datamodel=/tmp/go-build548448651/b336/_pkg_.a
2025-08-20T21:26:10.4966119Z [00:02:24.619]➜  packagefile github.com/ipld/go-ipld-prime/linking=/tmp/go-build548448651/b338/_pkg_.a
2025-08-20T21:26:10.4967326Z [00:02:24.619]➜  packagefile github.com/ipld/go-ipld-prime/node/mixins=/tmp/go-build548448651/b341/_pkg_.a
2025-08-20T21:26:10.4968345Z [00:02:24.619]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:10.4969353Z [00:02:24.619]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:10.4969969Z [00:02:24.619]➜  EOF
2025-08-20T21:26:10.4982223Z [00:02:24.620]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b340/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/node/basicnode=>github.com/ipld/go-ipld-prime@v0.21.0/node/basicnode;$WORK/b340=>" -p github.com/ipld/go-ipld-prime/node/basicnode -lang=go1.19 -complete -installsuffix shared -buildid 8mTwhg9JnWB5lf-Jn_EL/8mTwhg9JnWB5lf-Jn_EL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b340/importcfg -pack /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/node/basicnode/any.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/node/basicnode/bool.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/node/basicnode/bytes.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/node/basicnode/bytes_stream.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/node/basicnode/float.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/node/basicnode/int.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/node/basicnode/link.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/node/basicnode/list.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/node/basicnode/map.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/node/basicnode/prototypes.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/node/basicnode/string.go
2025-08-20T21:26:10.4992332Z [00:02:24.621]➜  cp $WORK/b181/_pkg_.a /root/.cache/go-build/4a/4ae0647f00f9200b54f7514722e665d730b6878a656319d97c96521711d413ed-d # internal
2025-08-20T21:26:10.4995683Z [00:02:24.621]➜  net/http/internal/httpcommon
2025-08-20T21:26:10.4996234Z [00:02:24.621]➜  mkdir -p $WORK/b184/
2025-08-20T21:26:10.4996936Z [00:02:24.622]➜  cat >/tmp/go-build548448651/b184/importcfg << 'EOF' # internal
2025-08-20T21:26:10.4997577Z [00:02:24.622]➜  # import config
2025-08-20T21:26:10.4998376Z [00:02:24.622]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T21:26:10.4999736Z [00:02:24.622]➜  importmap golang.org/x/net/http2/hpack=vendor/golang.org/x/net/http2/hpack
2025-08-20T21:26:10.5000738Z [00:02:24.622]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:10.5001609Z [00:02:24.622]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:10.5002464Z [00:02:24.622]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:10.5003496Z [00:02:24.622]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build548448651/b169/_pkg_.a
2025-08-20T21:26:10.5004848Z [00:02:24.622]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build548448651/b177/_pkg_.a
2025-08-20T21:26:10.5006015Z [00:02:24.622]➜  packagefile net/http/httptrace=/tmp/go-build548448651/b181/_pkg_.a
2025-08-20T21:26:10.5007051Z [00:02:24.622]➜  packagefile net/textproto=/tmp/go-build548448651/b175/_pkg_.a
2025-08-20T21:26:10.5007960Z [00:02:24.622]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:10.5009970Z [00:02:24.622]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:10.5010769Z [00:02:24.622]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:10.5011542Z [00:02:24.622]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:10.5012496Z [00:02:24.622]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:10.5013125Z [00:02:24.622]➜  EOF
2025-08-20T21:26:10.5016587Z [00:02:24.623]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b184/_pkg_.a -trimpath "/root/.go/src/net/http/internal/httpcommon=>net/http/internal/httpcommon;$WORK/b184=>" -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/b184/importcfg -pack /root/.go/src/net/http/internal/httpcommon/httpcommon.go
2025-08-20T21:26:10.5782772Z [00:02:24.701]➜  go tool buildid -w $WORK/b184/_pkg_.a # internal
2025-08-20T21:26:10.5795191Z [00:02:24.702]➜  cp $WORK/b184/_pkg_.a /root/.cache/go-build/81/812ca8e1d7544ccb0e370d4b5f1a300109384e60eae930b9e384e1f28814585a-d # internal
2025-08-20T21:26:10.5836195Z [00:02:24.706]➜  net/http
2025-08-20T21:26:10.5861433Z [00:02:24.709]➜  mkdir -p $WORK/b073/
2025-08-20T21:26:10.5872945Z [00:02:24.709]➜  cat >/tmp/go-build548448651/b073/importcfg << 'EOF' # internal
2025-08-20T21:26:10.5873934Z [00:02:24.709]➜  # import config
2025-08-20T21:26:10.5875182Z [00:02:24.709]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T21:26:10.5876370Z [00:02:24.709]➜  importmap golang.org/x/net/http/httpproxy=vendor/golang.org/x/net/http/httpproxy
2025-08-20T21:26:10.5877542Z [00:02:24.709]➜  importmap golang.org/x/net/http2/hpack=vendor/golang.org/x/net/http2/hpack
2025-08-20T21:26:10.5878782Z [00:02:24.709]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T21:26:10.5879697Z [00:02:24.709]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:10.5880542Z [00:02:24.709]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:10.5881432Z [00:02:24.709]➜  packagefile compress/gzip=/tmp/go-build548448651/b075/_pkg_.a
2025-08-20T21:26:10.5882382Z [00:02:24.709]➜  packagefile container/list=/tmp/go-build548448651/b081/_pkg_.a
2025-08-20T21:26:10.5883298Z [00:02:24.709]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:10.5884199Z [00:02:24.709]➜  packagefile crypto/rand=/tmp/go-build548448651/b082/_pkg_.a
2025-08-20T21:26:10.5885418Z [00:02:24.709]➜  packagefile crypto/tls=/tmp/go-build548448651/b110/_pkg_.a
2025-08-20T21:26:10.5886319Z [00:02:24.710]➜  packagefile encoding/base64=/tmp/go-build548448651/b054/_pkg_.a
2025-08-20T21:26:10.5887197Z [00:02:24.710]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:10.5888048Z [00:02:24.710]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:10.5889071Z [00:02:24.710]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:10.5890143Z [00:02:24.710]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build548448651/b169/_pkg_.a
2025-08-20T21:26:10.5891434Z [00:02:24.710]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/tmp/go-build548448651/b176/_pkg_.a
2025-08-20T21:26:10.5892719Z [00:02:24.710]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build548448651/b177/_pkg_.a
2025-08-20T21:26:10.5893916Z [00:02:24.710]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build548448651/b170/_pkg_.a
2025-08-20T21:26:10.5894940Z [00:02:24.710]➜  packagefile internal/godebug=/tmp/go-build548448651/b045/_pkg_.a
2025-08-20T21:26:10.5895775Z [00:02:24.710]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:10.5896541Z [00:02:24.710]➜  packagefile io/fs=/tmp/go-build548448651/b062/_pkg_.a
2025-08-20T21:26:10.5897344Z [00:02:24.710]➜  packagefile log=/tmp/go-build548448651/b071/_pkg_.a
2025-08-20T21:26:10.5898123Z [00:02:24.710]➜  packagefile maps=/tmp/go-build548448651/b159/_pkg_.a
2025-08-20T21:26:10.5920499Z [00:02:24.710]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:10.5921411Z [00:02:24.710]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:10.5922240Z [00:02:24.710]➜  packagefile math/rand=/tmp/go-build548448651/b109/_pkg_.a
2025-08-20T21:26:10.5923195Z [00:02:24.710]➜  packagefile mime=/tmp/go-build548448651/b178/_pkg_.a
2025-08-20T21:26:10.5923915Z [00:02:24.710]➜  packagefile mime/multipart=/tmp/go-build548448651/b179/_pkg_.a
2025-08-20T21:26:10.5924653Z [00:02:24.710]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:10.5925447Z [00:02:24.710]➜  packagefile net/http/httptrace=/tmp/go-build548448651/b181/_pkg_.a
2025-08-20T21:26:10.5926290Z [00:02:24.710]➜  packagefile net/http/internal=/tmp/go-build548448651/b182/_pkg_.a
2025-08-20T21:26:10.5927152Z [00:02:24.710]➜  packagefile net/http/internal/ascii=/tmp/go-build548448651/b183/_pkg_.a
2025-08-20T21:26:10.5928081Z [00:02:24.710]➜  packagefile net/http/internal/httpcommon=/tmp/go-build548448651/b184/_pkg_.a
2025-08-20T21:26:10.5929149Z [00:02:24.710]➜  packagefile net/textproto=/tmp/go-build548448651/b175/_pkg_.a
2025-08-20T21:26:10.5929914Z [00:02:24.710]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:10.5930615Z [00:02:24.710]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:10.5931310Z [00:02:24.710]➜  packagefile path=/tmp/go-build548448651/b063/_pkg_.a
2025-08-20T21:26:10.5932130Z [00:02:24.710]➜  packagefile path/filepath=/tmp/go-build548448651/b168/_pkg_.a
2025-08-20T21:26:10.5933014Z [00:02:24.710]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:10.5933826Z [00:02:24.710]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:10.5934616Z [00:02:24.710]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:10.5935394Z [00:02:24.710]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:10.5936183Z [00:02:24.710]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:10.5936994Z [00:02:24.710]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:10.5937778Z [00:02:24.710]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:10.5938765Z [00:02:24.710]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:10.5939576Z [00:02:24.710]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:10.5940318Z [00:02:24.710]➜  packagefile unicode=/tmp/go-build548448651/b041/_pkg_.a
2025-08-20T21:26:10.5941517Z [00:02:24.710]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:10.5942139Z [00:02:24.710]➜  EOF
2025-08-20T21:26:10.5951348Z [00:02:24.710]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b073/_pkg_.a -trimpath "/root/.go/src/net/http=>net/http;$WORK/b073=>" -p net/http -lang=go1.25 -std -complete -installsuffix shared -buildid Z0oPtJF2P2b0zuMQkYAz/Z0oPtJF2P2b0zuMQkYAz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b073/importcfg -pack /root/.go/src/net/http/client.go /root/.go/src/net/http/clone.go /root/.go/src/net/http/cookie.go /root/.go/src/net/http/csrf.go /root/.go/src/net/http/doc.go /root/.go/src/net/http/filetransport.go /root/.go/src/net/http/fs.go /root/.go/src/net/http/h2_bundle.go /root/.go/src/net/http/h2_error.go /root/.go/src/net/http/header.go /root/.go/src/net/http/http.go /root/.go/src/net/http/jar.go /root/.go/src/net/http/mapping.go /root/.go/src/net/http/method.go /root/.go/src/net/http/pattern.go /root/.go/src/net/http/request.go /root/.go/src/net/http/response.go /root/.go/src/net/http/responsecontroller.go /root/.go/src/net/http/roundtrip.go /root/.go/src/net/http/routing_index.go /root/.go/src/net/http/routing_tree.go /root/.go/src/net/http/servemux121.go /root/.go/src/net/http/server.go /root/.go/src/net/http/sniff.go /root/.go/src/net/http/socks_bundle.go /root/.go/src/net/http/status.go /root/.go/src/net/http/transfer.go /root/.go/src/net/http/transport.go /root/.go/src/net/http/transport_default_other.go
2025-08-20T21:26:10.6158319Z [00:02:24.738]➜  go tool buildid -w $WORK/b345/_pkg_.a # internal
2025-08-20T21:26:10.6206080Z [00:02:24.743]➜  cp $WORK/b345/_pkg_.a /root/.cache/go-build/30/30929c2599f39702552db8efbf1e0fd447411512c63f103d1546ab57790c0bd9-d # internal
2025-08-20T21:26:10.6211514Z [00:02:24.743]➜  go/scanner
2025-08-20T21:26:10.6212034Z [00:02:24.744]➜  mkdir -p $WORK/b348/
2025-08-20T21:26:10.6217617Z [00:02:24.744]➜  cat >/tmp/go-build548448651/b348/importcfg << 'EOF' # internal
2025-08-20T21:26:10.6218392Z [00:02:24.744]➜  # import config
2025-08-20T21:26:10.6220785Z [00:02:24.744]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:10.6222746Z [00:02:24.744]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:10.6224763Z [00:02:24.744]➜  packagefile go/token=/tmp/go-build548448651/b297/_pkg_.a
2025-08-20T21:26:10.6227148Z [00:02:24.744]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:10.6229353Z [00:02:24.744]➜  packagefile path/filepath=/tmp/go-build548448651/b168/_pkg_.a
2025-08-20T21:26:10.6231484Z [00:02:24.744]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:10.6233429Z [00:02:24.744]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:10.6235483Z [00:02:24.744]➜  packagefile unicode=/tmp/go-build548448651/b041/_pkg_.a
2025-08-20T21:26:10.6237026Z [00:02:24.744]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:10.6250033Z [00:02:24.744]➜  EOF
2025-08-20T21:26:10.6253013Z [00:02:24.745]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b348/_pkg_.a -trimpath "/root/.go/src/go/scanner=>go/scanner;$WORK/b348=>" -p go/scanner -lang=go1.25 -std -complete -installsuffix shared -buildid gCa7Q6riZuWOqbrmIbTl/gCa7Q6riZuWOqbrmIbTl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b348/importcfg -pack /root/.go/src/go/scanner/errors.go /root/.go/src/go/scanner/scanner.go
2025-08-20T21:26:10.7005760Z [00:02:24.823]➜  go tool buildid -w $WORK/b348/_pkg_.a # internal
2025-08-20T21:26:10.7023794Z [00:02:24.825]➜  cp $WORK/b348/_pkg_.a /root/.cache/go-build/fb/fb19a107ad454bdb061785127bb93a4eb03ee07ad45697ff373820bcbc21dc47-d # internal
2025-08-20T21:26:10.7028842Z [00:02:24.825]➜  go/ast
2025-08-20T21:26:10.7030954Z [00:02:24.826]➜  mkdir -p $WORK/b347/
2025-08-20T21:26:10.7039928Z [00:02:24.826]➜  cat >/tmp/go-build548448651/b347/importcfg << 'EOF' # internal
2025-08-20T21:26:10.7042404Z [00:02:24.827]➜  # import config
2025-08-20T21:26:10.7043357Z [00:02:24.827]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:10.7044155Z [00:02:24.827]➜  packagefile cmp=/tmp/go-build548448651/b051/_pkg_.a
2025-08-20T21:26:10.7060289Z [00:02:24.827]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:10.7061128Z [00:02:24.827]➜  packagefile go/scanner=/tmp/go-build548448651/b348/_pkg_.a
2025-08-20T21:26:10.7062001Z [00:02:24.827]➜  packagefile go/token=/tmp/go-build548448651/b297/_pkg_.a
2025-08-20T21:26:10.7062800Z [00:02:24.827]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:10.7063576Z [00:02:24.827]➜  packagefile iter=/tmp/go-build548448651/b039/_pkg_.a
2025-08-20T21:26:10.7064351Z [00:02:24.827]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:10.7065152Z [00:02:24.827]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:10.7065947Z [00:02:24.827]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:10.7066780Z [00:02:24.827]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:10.7067592Z [00:02:24.827]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:10.7068200Z [00:02:24.827]➜  EOF
2025-08-20T21:26:10.7072698Z [00:02:24.827]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b347/_pkg_.a -trimpath "/root/.go/src/go/ast=>go/ast;$WORK/b347=>" -p go/ast -lang=go1.25 -std -complete -installsuffix shared -buildid PexCy4wQdBDw-jgPdab0/PexCy4wQdBDw-jgPdab0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b347/importcfg -pack /root/.go/src/go/ast/ast.go /root/.go/src/go/ast/commentmap.go /root/.go/src/go/ast/filter.go /root/.go/src/go/ast/import.go /root/.go/src/go/ast/print.go /root/.go/src/go/ast/resolve.go /root/.go/src/go/ast/scope.go /root/.go/src/go/ast/walk.go
2025-08-20T21:26:10.7586882Z [00:02:24.881]➜  go tool buildid -w $WORK/b288/_pkg_.a # internal
2025-08-20T21:26:10.7692138Z [00:02:24.892]➜  cp $WORK/b288/_pkg_.a /root/.cache/go-build/cc/cce9d91a6f9b26f7cd78a5f29b32103cdbe0047d5ba472726fe2031563a0187d-d # internal
2025-08-20T21:26:10.7696749Z [00:02:24.892]➜  google.golang.org/protobuf/internal/encoding/tag
2025-08-20T21:26:10.7697386Z [00:02:24.892]➜  mkdir -p $WORK/b308/
2025-08-20T21:26:10.7698107Z [00:02:24.892]➜  cat >/tmp/go-build548448651/b308/importcfg << 'EOF' # internal
2025-08-20T21:26:10.7698992Z [00:02:24.892]➜  # import config
2025-08-20T21:26:10.7699978Z [00:02:24.892]➜  packagefile google.golang.org/protobuf/internal/encoding/defval=/tmp/go-build548448651/b293/_pkg_.a
2025-08-20T21:26:10.7701398Z [00:02:24.892]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build548448651/b288/_pkg_.a
2025-08-20T21:26:10.7702766Z [00:02:24.892]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build548448651/b296/_pkg_.a
2025-08-20T21:26:10.7704093Z [00:02:24.892]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build548448651/b281/_pkg_.a
2025-08-20T21:26:10.7705181Z [00:02:24.892]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:10.7706034Z [00:02:24.892]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:10.7706824Z [00:02:24.892]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:10.7707416Z [00:02:24.892]➜  EOF
2025-08-20T21:26:10.7711461Z [00:02:24.892]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b308/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/tag=>google.golang.org/protobuf@v1.36.7/internal/encoding/tag;$WORK/b308=>" -p google.golang.org/protobuf/internal/encoding/tag -lang=go1.22 -complete -installsuffix shared -buildid GbuVL6HNlNTJDEP50hgW/GbuVL6HNlNTJDEP50hgW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b308/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/tag/tag.go
2025-08-20T21:26:10.8206420Z [00:02:24.943]➜  go tool buildid -w $WORK/b308/_pkg_.a # internal
2025-08-20T21:26:10.8233882Z [00:02:24.946]➜  cp $WORK/b308/_pkg_.a /root/.cache/go-build/82/8273f798cbc5d3569556d4f0ebd28c173f1c85f27d6e50e36c8711a15f52adc9-d # internal
2025-08-20T21:26:10.8276712Z [00:02:24.950]➜  google.golang.org/protobuf/internal/impl
2025-08-20T21:26:10.8279575Z [00:02:24.950]➜  mkdir -p $WORK/b305/
2025-08-20T21:26:10.8285640Z [00:02:24.951]➜  cat >/tmp/go-build548448651/b305/importcfg << 'EOF' # internal
2025-08-20T21:26:10.8288162Z [00:02:24.951]➜  # import config
2025-08-20T21:26:10.8289946Z [00:02:24.951]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:10.8290838Z [00:02:24.951]➜  packagefile compress/gzip=/tmp/go-build548448651/b075/_pkg_.a
2025-08-20T21:26:10.8291753Z [00:02:24.951]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:10.8292688Z [00:02:24.951]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:10.8293513Z [00:02:24.951]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:10.8294678Z [00:02:24.951]➜  packagefile google.golang.org/protobuf/encoding/prototext=/tmp/go-build548448651/b306/_pkg_.a
2025-08-20T21:26:10.8296041Z [00:02:24.951]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build548448651/b282/_pkg_.a
2025-08-20T21:26:10.8297331Z [00:02:24.951]➜  packagefile google.golang.org/protobuf/internal/descopts=/tmp/go-build548448651/b290/_pkg_.a
2025-08-20T21:26:10.8298755Z [00:02:24.951]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build548448651/b284/_pkg_.a
2025-08-20T21:26:10.8300166Z [00:02:24.951]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build548448651/b298/_pkg_.a
2025-08-20T21:26:10.8313747Z [00:02:24.951]➜  packagefile google.golang.org/protobuf/internal/encoding/tag=/tmp/go-build548448651/b308/_pkg_.a
2025-08-20T21:26:10.8315414Z [00:02:24.953]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build548448651/b283/_pkg_.a
2025-08-20T21:26:10.8316793Z [00:02:24.954]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build548448651/b288/_pkg_.a
2025-08-20T21:26:10.8318095Z [00:02:24.954]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build548448651/b295/_pkg_.a
2025-08-20T21:26:10.8319581Z [00:02:24.954]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build548448651/b299/_pkg_.a
2025-08-20T21:26:10.8320826Z [00:02:24.954]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build548448651/b301/_pkg_.a
2025-08-20T21:26:10.8322082Z [00:02:24.954]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build548448651/b286/_pkg_.a
2025-08-20T21:26:10.8323382Z [00:02:24.954]➜  packagefile google.golang.org/protobuf/internal/protolazy=/tmp/go-build548448651/b309/_pkg_.a
2025-08-20T21:26:10.8324682Z [00:02:24.954]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build548448651/b296/_pkg_.a
2025-08-20T21:26:10.8325870Z [00:02:24.954]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build548448651/b300/_pkg_.a
2025-08-20T21:26:10.8327144Z [00:02:24.954]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build548448651/b281/_pkg_.a
2025-08-20T21:26:10.8328692Z [00:02:24.954]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build548448651/b302/_pkg_.a
2025-08-20T21:26:10.8330067Z [00:02:24.954]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build548448651/b303/_pkg_.a
2025-08-20T21:26:10.8331109Z [00:02:24.954]➜  packagefile hash/crc32=/tmp/go-build548448651/b079/_pkg_.a
2025-08-20T21:26:10.8331897Z [00:02:24.954]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:10.8332652Z [00:02:24.954]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:10.8333465Z [00:02:24.954]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:10.8334265Z [00:02:24.954]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:10.8335030Z [00:02:24.954]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:10.8336063Z [00:02:24.954]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:10.8336828Z [00:02:24.954]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:10.8337616Z [00:02:24.954]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:10.8338380Z [00:02:24.954]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:10.8339381Z [00:02:24.954]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:10.8340243Z [00:02:24.954]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:10.8340868Z [00:02:24.954]➜  EOF
2025-08-20T21:26:10.8377347Z [00:02:24.954]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b305/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl=>google.golang.org/protobuf@v1.36.7/internal/impl;$WORK/b305=>" -p google.golang.org/protobuf/internal/impl -lang=go1.22 -complete -installsuffix shared -buildid ZK6p3GFO5hjx8Xxmo485/ZK6p3GFO5hjx8Xxmo485 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b305/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/api_export.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/api_export_opaque.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/bitmap.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/checkinit.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/codec_extension.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/codec_field.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/codec_field_opaque.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/codec_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/codec_map.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/codec_message.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/codec_message_opaque.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/codec_messageset.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/codec_tables.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/codec_unsafe.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/convert.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/convert_list.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/convert_map.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/decode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/encode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/enum.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/equal.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/extension.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/lazy.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/legacy_enum.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/legacy_export.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/legacy_extension.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/legacy_file.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/legacy_message.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/merge.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/merge_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/message.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/message_opaque.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/message_opaque_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/message_reflect.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/message_reflect_field.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/message_reflect_field_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/message_reflect_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/pointer_unsafe.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/pointer_unsafe_opaque.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/presence.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/validate.go
2025-08-20T21:26:11.1166044Z [00:02:25.239]➜  go tool buildid -w $WORK/b340/_pkg_.a # internal
2025-08-20T21:26:11.1273321Z [00:02:25.250]➜  cp $WORK/b340/_pkg_.a /root/.cache/go-build/e5/e52747b4fd09887f1a0a6843efcf821c997a8c0b2ff2685284c021232729e2f5-d # internal
2025-08-20T21:26:11.1277786Z [00:02:25.250]➜  go/build/constraint
2025-08-20T21:26:11.1283119Z [00:02:25.251]➜  mkdir -p $WORK/b350/
2025-08-20T21:26:11.1287592Z [00:02:25.251]➜  cat >/tmp/go-build548448651/b350/importcfg << 'EOF' # internal
2025-08-20T21:26:11.1299392Z [00:02:25.252]➜  # import config
2025-08-20T21:26:11.1300074Z [00:02:25.252]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:11.1300924Z [00:02:25.252]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:11.1301700Z [00:02:25.252]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:11.1302466Z [00:02:25.252]➜  packagefile unicode=/tmp/go-build548448651/b041/_pkg_.a
2025-08-20T21:26:11.1303272Z [00:02:25.252]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:11.1303893Z [00:02:25.252]➜  EOF
2025-08-20T21:26:11.1307358Z [00:02:25.252]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b350/_pkg_.a -trimpath "/root/.go/src/go/build/constraint=>go/build/constraint;$WORK/b350=>" -p go/build/constraint -lang=go1.25 -std -complete -installsuffix shared -buildid eUCZy1eSeqqdzVk4i-rk/eUCZy1eSeqqdzVk4i-rk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b350/importcfg -pack /root/.go/src/go/build/constraint/expr.go /root/.go/src/go/build/constraint/vers.go
2025-08-20T21:26:11.1344724Z [00:02:25.257]➜  go tool buildid -w $WORK/b347/_pkg_.a # internal
2025-08-20T21:26:11.1408088Z [00:02:25.263]➜  cp $WORK/b347/_pkg_.a /root/.cache/go-build/da/da5c7608bdb2cdc008bd60e501aee663ca80363496f46c569cf1b40831b289e4-d # internal
2025-08-20T21:26:11.1414933Z [00:02:25.264]➜  go/doc/comment
2025-08-20T21:26:11.1424016Z [00:02:25.265]➜  mkdir -p $WORK/b352/
2025-08-20T21:26:11.1426609Z [00:02:25.265]➜  cat >/tmp/go-build548448651/b352/importcfg << 'EOF' # internal
2025-08-20T21:26:11.1427297Z [00:02:25.265]➜  # import config
2025-08-20T21:26:11.1427923Z [00:02:25.265]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:11.1429099Z [00:02:25.265]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:11.1429950Z [00:02:25.265]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:11.1430798Z [00:02:25.265]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:11.1431589Z [00:02:25.265]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:11.1432434Z [00:02:25.265]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:11.1433233Z [00:02:25.265]➜  packagefile unicode=/tmp/go-build548448651/b041/_pkg_.a
2025-08-20T21:26:11.1434068Z [00:02:25.265]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:11.1434761Z [00:02:25.265]➜  EOF
2025-08-20T21:26:11.1439237Z [00:02:25.265]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b352/_pkg_.a -trimpath "/root/.go/src/go/doc/comment=>go/doc/comment;$WORK/b352=>" -p go/doc/comment -lang=go1.25 -std -complete -installsuffix shared -buildid 3KhzQTgrsD4Tef8PeR5s/3KhzQTgrsD4Tef8PeR5s -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b352/importcfg -pack /root/.go/src/go/doc/comment/doc.go /root/.go/src/go/doc/comment/html.go /root/.go/src/go/doc/comment/markdown.go /root/.go/src/go/doc/comment/parse.go /root/.go/src/go/doc/comment/print.go /root/.go/src/go/doc/comment/std.go /root/.go/src/go/doc/comment/text.go
2025-08-20T21:26:11.1895761Z [00:02:25.312]➜  go tool buildid -w $WORK/b350/_pkg_.a # internal
2025-08-20T21:26:11.1906269Z [00:02:25.313]➜  cp $WORK/b350/_pkg_.a /root/.cache/go-build/83/83c7651baf17d3c686a7e83d6e43c0a4ebb6fb06bd6fe324f08a3d43a75a0c5c-d # internal
2025-08-20T21:26:11.1913870Z [00:02:25.314]➜  go/parser
2025-08-20T21:26:11.1915194Z [00:02:25.314]➜  mkdir -p $WORK/b349/
2025-08-20T21:26:11.1916662Z [00:02:25.314]➜  cat >/tmp/go-build548448651/b349/importcfg << 'EOF' # internal
2025-08-20T21:26:11.1919113Z [00:02:25.314]➜  # import config
2025-08-20T21:26:11.1919765Z [00:02:25.314]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:11.1920592Z [00:02:25.314]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:11.1921429Z [00:02:25.314]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:11.1922215Z [00:02:25.314]➜  packagefile go/ast=/tmp/go-build548448651/b347/_pkg_.a
2025-08-20T21:26:11.1923121Z [00:02:25.314]➜  packagefile go/build/constraint=/tmp/go-build548448651/b350/_pkg_.a
2025-08-20T21:26:11.1924082Z [00:02:25.314]➜  packagefile go/scanner=/tmp/go-build548448651/b348/_pkg_.a
2025-08-20T21:26:11.1924970Z [00:02:25.314]➜  packagefile go/token=/tmp/go-build548448651/b297/_pkg_.a
2025-08-20T21:26:11.1925783Z [00:02:25.314]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:11.1926490Z [00:02:25.314]➜  packagefile io/fs=/tmp/go-build548448651/b062/_pkg_.a
2025-08-20T21:26:11.1927181Z [00:02:25.314]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:11.1927926Z [00:02:25.314]➜  packagefile path/filepath=/tmp/go-build548448651/b168/_pkg_.a
2025-08-20T21:26:11.1928908Z [00:02:25.314]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:11.1929468Z [00:02:25.314]➜  EOF
2025-08-20T21:26:11.1932757Z [00:02:25.314]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b349/_pkg_.a -trimpath "/root/.go/src/go/parser=>go/parser;$WORK/b349=>" -p go/parser -lang=go1.25 -std -complete -installsuffix shared -buildid gAr9WaN61HdCp6LNJLAZ/gAr9WaN61HdCp6LNJLAZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b349/importcfg -pack /root/.go/src/go/parser/interface.go /root/.go/src/go/parser/parser.go /root/.go/src/go/parser/resolver.go
2025-08-20T21:26:11.3287839Z [00:02:25.451]➜  go tool buildid -w $WORK/b352/_pkg_.a # internal
2025-08-20T21:26:11.3314822Z [00:02:25.454]➜  cp $WORK/b352/_pkg_.a /root/.cache/go-build/94/94556c67af21580214117be07f7b9fa24ce93add292ddb59fbd396c6234dade9-d # internal
2025-08-20T21:26:11.3316440Z [00:02:25.454]➜  text/tabwriter
2025-08-20T21:26:11.3317009Z [00:02:25.454]➜  mkdir -p $WORK/b353/
2025-08-20T21:26:11.3320505Z [00:02:25.455]➜  cat >/tmp/go-build548448651/b353/importcfg << 'EOF' # internal
2025-08-20T21:26:11.3321344Z [00:02:25.455]➜  # import config
2025-08-20T21:26:11.3322405Z [00:02:25.455]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:11.3323547Z [00:02:25.455]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:11.3339438Z [00:02:25.455]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:11.3340441Z [00:02:25.455]➜  EOF
2025-08-20T21:26:11.3343315Z [00:02:25.455]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b353/_pkg_.a -trimpath "/root/.go/src/text/tabwriter=>text/tabwriter;$WORK/b353=>" -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/b353/importcfg -pack /root/.go/src/text/tabwriter/tabwriter.go
2025-08-20T21:26:11.3732842Z [00:02:25.496]➜  go tool buildid -w $WORK/b353/_pkg_.a # internal
2025-08-20T21:26:11.3764662Z [00:02:25.499]➜  cp $WORK/b353/_pkg_.a /root/.cache/go-build/f5/f55b9a93860f04132228f93c68db8a8456c84fa375ccaec23331c88ebfe3ead2-d # internal
2025-08-20T21:26:11.3767738Z [00:02:25.499]➜  go/printer
2025-08-20T21:26:11.3768279Z [00:02:25.499]➜  mkdir -p $WORK/b351/
2025-08-20T21:26:11.3769193Z [00:02:25.499]➜  cat >/tmp/go-build548448651/b351/importcfg << 'EOF' # internal
2025-08-20T21:26:11.3770325Z [00:02:25.499]➜  # import config
2025-08-20T21:26:11.3770995Z [00:02:25.499]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:11.3771860Z [00:02:25.499]➜  packagefile go/ast=/tmp/go-build548448651/b347/_pkg_.a
2025-08-20T21:26:11.3772867Z [00:02:25.499]➜  packagefile go/build/constraint=/tmp/go-build548448651/b350/_pkg_.a
2025-08-20T21:26:11.3773879Z [00:02:25.499]➜  packagefile go/doc/comment=/tmp/go-build548448651/b352/_pkg_.a
2025-08-20T21:26:11.3774811Z [00:02:25.499]➜  packagefile go/token=/tmp/go-build548448651/b297/_pkg_.a
2025-08-20T21:26:11.3775689Z [00:02:25.499]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:11.3776427Z [00:02:25.499]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:11.3777140Z [00:02:25.499]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:11.3777817Z [00:02:25.499]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:11.3778778Z [00:02:25.499]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:11.3779553Z [00:02:25.499]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:11.3780340Z [00:02:25.499]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:11.3781232Z [00:02:25.499]➜  packagefile text/tabwriter=/tmp/go-build548448651/b353/_pkg_.a
2025-08-20T21:26:11.3782149Z [00:02:25.499]➜  packagefile unicode=/tmp/go-build548448651/b041/_pkg_.a
2025-08-20T21:26:11.3783052Z [00:02:25.499]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:11.3783738Z [00:02:25.499]➜  EOF
2025-08-20T21:26:11.3787404Z [00:02:25.499]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b351/_pkg_.a -trimpath "/root/.go/src/go/printer=>go/printer;$WORK/b351=>" -p go/printer -lang=go1.25 -std -complete -installsuffix shared -buildid WwcXNE_MNBsr8z6Vw0zf/WwcXNE_MNBsr8z6Vw0zf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b351/importcfg -pack /root/.go/src/go/printer/comment.go /root/.go/src/go/printer/gobuild.go /root/.go/src/go/printer/nodes.go /root/.go/src/go/printer/printer.go
2025-08-20T21:26:11.6522228Z [00:02:25.774]➜  go tool buildid -w $WORK/b349/_pkg_.a # internal
2025-08-20T21:26:11.6595264Z [00:02:25.782]➜  cp $WORK/b349/_pkg_.a /root/.cache/go-build/9c/9c35af840f7b44d7948ca7833c8d85202d5cbdea37efd902771d72aec4a6a619-d # internal
2025-08-20T21:26:11.6604552Z [00:02:25.782]➜  github.com/polydawn/refmt/obj/atlas
2025-08-20T21:26:11.6605183Z [00:02:25.782]➜  mkdir -p $WORK/b359/
2025-08-20T21:26:11.6605922Z [00:02:25.782]➜  cat >/tmp/go-build548448651/b359/importcfg << 'EOF' # internal
2025-08-20T21:26:11.6606613Z [00:02:25.782]➜  # import config
2025-08-20T21:26:11.6607295Z [00:02:25.782]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:11.6608077Z [00:02:25.782]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:11.6609021Z [00:02:25.782]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:11.6609841Z [00:02:25.782]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:11.6610642Z [00:02:25.782]➜  packagefile unicode=/tmp/go-build548448651/b041/_pkg_.a
2025-08-20T21:26:11.6611250Z [00:02:25.782]➜  EOF
2025-08-20T21:26:11.6620903Z [00:02:25.782]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b359/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/obj/atlas=>github.com/polydawn/refmt@v0.89.0/obj/atlas;$WORK/b359=>" -p github.com/polydawn/refmt/obj/atlas -lang=go1.16 -complete -installsuffix shared -buildid x7d70oMpja_8n--J32HJ/x7d70oMpja_8n--J32HJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b359/importcfg -pack /root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/obj/atlas/atlas.go /root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/obj/atlas/atlasCommon.go /root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/obj/atlas/atlasEntry.go /root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/obj/atlas/doc.go /root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/obj/atlas/errors.go /root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/obj/atlas/mapMorphism.go /root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/obj/atlas/structMap.go /root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/obj/atlas/structMapAutogen.go /root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/obj/atlas/structMapBuilding.go /root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/obj/atlas/transformBuilding.go /root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/obj/atlas/transformFuncs.go /root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/obj/atlas/unionMorphism.go
2025-08-20T21:26:11.8044478Z [00:02:25.927]➜  go tool buildid -w $WORK/b359/_pkg_.a # internal
2025-08-20T21:26:11.8062595Z [00:02:25.928]➜  cp $WORK/b359/_pkg_.a /root/.cache/go-build/d7/d7bc78570f7afe3293b9f3353bd2b99cf3becbc1d66c4015c44069960bd99dc7-d # internal
2025-08-20T21:26:11.8063976Z [00:02:25.929]➜  github.com/polydawn/refmt/tok
2025-08-20T21:26:11.8065702Z [00:02:25.929]➜  mkdir -p $WORK/b360/
2025-08-20T21:26:11.8070966Z [00:02:25.929]➜  cat >/tmp/go-build548448651/b360/importcfg << 'EOF' # internal
2025-08-20T21:26:11.8072853Z [00:02:25.930]➜  # import config
2025-08-20T21:26:11.8078673Z [00:02:25.930]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:11.8079461Z [00:02:25.930]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:11.8080036Z [00:02:25.930]➜  EOF
2025-08-20T21:26:11.8083684Z [00:02:25.930]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b360/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/tok=>github.com/polydawn/refmt@v0.89.0/tok;$WORK/b360=>" -p github.com/polydawn/refmt/tok -lang=go1.16 -complete -installsuffix shared -buildid aWcAj6PgNbwe78k72lZt/aWcAj6PgNbwe78k72lZt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b360/importcfg -pack /root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/tok/token.go
2025-08-20T21:26:11.8094749Z [00:02:25.932]➜  go tool buildid -w $WORK/b351/_pkg_.a # internal
2025-08-20T21:26:11.8139459Z [00:02:25.936]➜  cp $WORK/b351/_pkg_.a /root/.cache/go-build/04/04017c55f7161b7ecc60243bee39bb611ea29085e5b5a2042a7a3e9ab9701273-d # internal
2025-08-20T21:26:11.8145899Z [00:02:25.937]➜  go/format
2025-08-20T21:26:11.8147028Z [00:02:25.937]➜  mkdir -p $WORK/b346/
2025-08-20T21:26:11.8147800Z [00:02:25.937]➜  cat >/tmp/go-build548448651/b346/importcfg << 'EOF' # internal
2025-08-20T21:26:11.8148438Z [00:02:25.937]➜  # import config
2025-08-20T21:26:11.8149257Z [00:02:25.937]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:11.8150006Z [00:02:25.937]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:11.8150715Z [00:02:25.937]➜  packagefile go/ast=/tmp/go-build548448651/b347/_pkg_.a
2025-08-20T21:26:11.8151506Z [00:02:25.937]➜  packagefile go/parser=/tmp/go-build548448651/b349/_pkg_.a
2025-08-20T21:26:11.8152274Z [00:02:25.937]➜  packagefile go/printer=/tmp/go-build548448651/b351/_pkg_.a
2025-08-20T21:26:11.8153047Z [00:02:25.937]➜  packagefile go/token=/tmp/go-build548448651/b297/_pkg_.a
2025-08-20T21:26:11.8153777Z [00:02:25.937]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:11.8154484Z [00:02:25.937]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:11.8155021Z [00:02:25.937]➜  EOF
2025-08-20T21:26:11.8157658Z [00:02:25.937]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b346/_pkg_.a -trimpath "/root/.go/src/go/format=>go/format;$WORK/b346=>" -p go/format -lang=go1.25 -std -complete -installsuffix shared -buildid xdEV-IBB2DtR6VrCS7s2/xdEV-IBB2DtR6VrCS7s2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b346/importcfg -pack /root/.go/src/go/format/format.go /root/.go/src/go/format/internal.go
2025-08-20T21:26:11.8352415Z [00:02:25.957]➜  go tool buildid -w $WORK/b360/_pkg_.a # internal
2025-08-20T21:26:11.8355205Z [00:02:25.957]➜  cp $WORK/b360/_pkg_.a /root/.cache/go-build/e7/e7fb64297b06b7f6bf5a2a8915c30b12770997f62c2316fcb80bc619cb1b93e5-d # internal
2025-08-20T21:26:11.8356719Z [00:02:25.958]➜  github.com/polydawn/refmt/obj
2025-08-20T21:26:11.8357309Z [00:02:25.958]➜  mkdir -p $WORK/b358/
2025-08-20T21:26:11.8365475Z [00:02:25.959]➜  cat >/tmp/go-build548448651/b358/importcfg << 'EOF' # internal
2025-08-20T21:26:11.8366209Z [00:02:25.959]➜  # import config
2025-08-20T21:26:11.8366879Z [00:02:25.959]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:11.8367912Z [00:02:25.959]➜  packagefile github.com/polydawn/refmt/obj/atlas=/tmp/go-build548448651/b359/_pkg_.a
2025-08-20T21:26:11.8369551Z [00:02:25.959]➜  packagefile github.com/polydawn/refmt/tok=/tmp/go-build548448651/b360/_pkg_.a
2025-08-20T21:26:11.8374495Z [00:02:25.960]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:11.8375387Z [00:02:25.960]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:11.8376035Z [00:02:25.960]➜  EOF
2025-08-20T21:26:11.8414571Z [00:02:25.960]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b358/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/obj=>github.com/polydawn/refmt@v0.89.0/obj;$WORK/b358=>" -p github.com/polydawn/refmt/obj -lang=go1.16 -complete -installsuffix shared -buildid 3UrfGcDod0p_loLkQN0f/3UrfGcDod0p_loLkQN0f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b358/importcfg -pack /root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/obj/builtins.go /root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/obj/doc.go /root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/obj/empty.go /root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/obj/errors.go /root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/obj/marshal.go /root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/obj/marshalBuiltins.go /root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/obj/marshalMapWildcard.go /root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/obj/marshalSlab.go /root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/obj/marshalSliceWildcard.go /root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/obj/marshalStruct.go /root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/obj/marshalTransform.go /root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/obj/marshalUnionKeyed.go /root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/obj/marshalWildcard.go /root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/obj/unmarshal.go /root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/obj/unmarshalArrayWildcard.go /root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/obj/unmarshalBuiltins.go /root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/obj/unmarshalMapWildcard.go /root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/obj/unmarshalSlab.go /root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/obj/unmarshalSliceWildcard.go /root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/obj/unmarshalStruct.go /root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/obj/unmarshalTransform.go /root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/obj/unmarshalUnionKeyed.go /root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/obj/unmarshalWildcard.go
2025-08-20T21:26:11.8541973Z [00:02:25.976]➜  go tool buildid -w $WORK/b346/_pkg_.a # internal
2025-08-20T21:26:11.8553361Z [00:02:25.978]➜  cp $WORK/b346/_pkg_.a /root/.cache/go-build/80/8072103728fb2ba6935cee7a3ec3096d47cd03669c955b8b5a76e3581111f80a-d # internal
2025-08-20T21:26:11.8569072Z [00:02:25.979]➜  github.com/ipld/go-ipld-prime/node/bindnode
2025-08-20T21:26:11.8573716Z [00:02:25.980]➜  mkdir -p $WORK/b342/
2025-08-20T21:26:11.8584705Z [00:02:25.981]➜  cat >/tmp/go-build548448651/b342/importcfg << 'EOF' # internal
2025-08-20T21:26:11.8586967Z [00:02:25.981]➜  # import config
2025-08-20T21:26:11.8589130Z [00:02:25.981]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:11.8589972Z [00:02:25.981]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:11.8590964Z [00:02:25.981]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:11.8592163Z [00:02:25.981]➜  packagefile github.com/ipld/go-ipld-prime/datamodel=/tmp/go-build548448651/b336/_pkg_.a
2025-08-20T21:26:11.8593450Z [00:02:25.981]➜  packagefile github.com/ipld/go-ipld-prime/linking/cid=/tmp/go-build548448651/b343/_pkg_.a
2025-08-20T21:26:11.8594830Z [00:02:25.981]➜  packagefile github.com/ipld/go-ipld-prime/node/basicnode=/tmp/go-build548448651/b340/_pkg_.a
2025-08-20T21:26:11.8596158Z [00:02:25.981]➜  packagefile github.com/ipld/go-ipld-prime/node/mixins=/tmp/go-build548448651/b341/_pkg_.a
2025-08-20T21:26:11.8597411Z [00:02:25.981]➜  packagefile github.com/ipld/go-ipld-prime/schema=/tmp/go-build548448651/b345/_pkg_.a
2025-08-20T21:26:11.8598453Z [00:02:25.981]➜  packagefile go/format=/tmp/go-build548448651/b346/_pkg_.a
2025-08-20T21:26:11.8599515Z [00:02:25.981]➜  packagefile go/token=/tmp/go-build548448651/b297/_pkg_.a
2025-08-20T21:26:11.8600279Z [00:02:25.981]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:11.8601312Z [00:02:25.981]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:11.8602207Z [00:02:25.981]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:11.8603035Z [00:02:25.981]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:11.8603884Z [00:02:25.981]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:11.8604525Z [00:02:25.981]➜  EOF
2025-08-20T21:26:11.8626525Z [00:02:25.981]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b342/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/node/bindnode=>github.com/ipld/go-ipld-prime@v0.21.0/node/bindnode;$WORK/b342=>" -p github.com/ipld/go-ipld-prime/node/bindnode -lang=go1.19 -complete -installsuffix shared -buildid F0HbQJhzDX_iUOoBODVc/F0HbQJhzDX_iUOoBODVc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b342/importcfg -pack /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/node/bindnode/api.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/node/bindnode/generate.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/node/bindnode/infer.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/node/bindnode/node.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/node/bindnode/repr.go
2025-08-20T21:26:12.0535887Z [00:02:26.176]➜  go tool buildid -w $WORK/b358/_pkg_.a # internal
2025-08-20T21:26:12.0575509Z [00:02:26.180]➜  cp $WORK/b358/_pkg_.a /root/.cache/go-build/ab/abc430b2526f043cd16d8bc5be0141835ccb257ab8aa9d22b0a9dcc94d1b8633-d # internal
2025-08-20T21:26:12.0582704Z [00:02:26.181]➜  github.com/polydawn/refmt/shared
2025-08-20T21:26:12.0590236Z [00:02:26.181]➜  mkdir -p $WORK/b361/
2025-08-20T21:26:12.0597517Z [00:02:26.182]➜  cat >/tmp/go-build548448651/b361/importcfg << 'EOF' # internal
2025-08-20T21:26:12.0604284Z [00:02:26.182]➜  # import config
2025-08-20T21:26:12.0604983Z [00:02:26.182]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:12.0605835Z [00:02:26.182]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:12.0606651Z [00:02:26.182]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:12.0607592Z [00:02:26.182]➜  packagefile github.com/polydawn/refmt/tok=/tmp/go-build548448651/b360/_pkg_.a
2025-08-20T21:26:12.0610201Z [00:02:26.182]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:12.0610855Z [00:02:26.182]➜  EOF
2025-08-20T21:26:12.0620282Z [00:02:26.184]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b361/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/shared=>github.com/polydawn/refmt@v0.89.0/shared;$WORK/b361=>" -p github.com/polydawn/refmt/shared -lang=go1.16 -complete -installsuffix shared -buildid fsYQmr93V4rn67KOOUTc/fsYQmr93V4rn67KOOUTc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b361/importcfg -pack /root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/shared/pump.go /root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/shared/reader.go
2025-08-20T21:26:12.1221229Z [00:02:26.244]➜  go tool buildid -w $WORK/b361/_pkg_.a # internal
2025-08-20T21:26:12.1228196Z [00:02:26.245]➜  cp $WORK/b361/_pkg_.a /root/.cache/go-build/4a/4af0f0ce72d2929c60658dde9a35c70126fb1edccfb992018d1a42ff339010dd-d # internal
2025-08-20T21:26:12.1230683Z [00:02:26.246]➜  github.com/polydawn/refmt/json
2025-08-20T21:26:12.1232239Z [00:02:26.246]➜  mkdir -p $WORK/b357/
2025-08-20T21:26:12.1238986Z [00:02:26.246]➜  cat >/tmp/go-build548448651/b357/importcfg << 'EOF' # internal
2025-08-20T21:26:12.1241172Z [00:02:26.247]➜  # import config
2025-08-20T21:26:12.1242011Z [00:02:26.247]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:12.1244035Z [00:02:26.247]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:12.1245153Z [00:02:26.247]➜  packagefile github.com/polydawn/refmt/obj=/tmp/go-build548448651/b358/_pkg_.a
2025-08-20T21:26:12.1246294Z [00:02:26.247]➜  packagefile github.com/polydawn/refmt/obj/atlas=/tmp/go-build548448651/b359/_pkg_.a
2025-08-20T21:26:12.1247762Z [00:02:26.247]➜  packagefile github.com/polydawn/refmt/shared=/tmp/go-build548448651/b361/_pkg_.a
2025-08-20T21:26:12.1249134Z [00:02:26.247]➜  packagefile github.com/polydawn/refmt/tok=/tmp/go-build548448651/b360/_pkg_.a
2025-08-20T21:26:12.1250135Z [00:02:26.247]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:12.1250915Z [00:02:26.247]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:12.1251722Z [00:02:26.247]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:12.1252565Z [00:02:26.247]➜  packagefile unicode=/tmp/go-build548448651/b041/_pkg_.a
2025-08-20T21:26:12.1253442Z [00:02:26.247]➜  packagefile unicode/utf16=/tmp/go-build548448651/b069/_pkg_.a
2025-08-20T21:26:12.1254365Z [00:02:26.247]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:12.1255019Z [00:02:26.247]➜  EOF
2025-08-20T21:26:12.1262293Z [00:02:26.247]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b357/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/json=>github.com/polydawn/refmt@v0.89.0/json;$WORK/b357=>" -p github.com/polydawn/refmt/json -lang=go1.16 -complete -installsuffix shared -buildid vM0I0x1Huy3e817uJ0vE/vM0I0x1Huy3e817uJ0vE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b357/importcfg -pack /root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/json/doc.go /root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/json/jsonCommon.go /root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/json/jsonDecoder.go /root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/json/jsonDecoderTerminals.go /root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/json/jsonEncoder.go /root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/json/jsonEncoderTerminals.go /root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/json/jsonHelpers.go /root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/json/jsonOptions.go
2025-08-20T21:26:12.2720457Z [00:02:26.394]➜  go tool buildid -w $WORK/b357/_pkg_.a # internal
2025-08-20T21:26:12.2754471Z [00:02:26.398]➜  cp $WORK/b357/_pkg_.a /root/.cache/go-build/c8/c8472319206f06e6f28903985ff7c5c83cbd3efc281e94d6392d9aef6a6099a1-d # internal
2025-08-20T21:26:12.2768120Z [00:02:26.399]➜  github.com/ipld/go-ipld-prime/codec/dagjson
2025-08-20T21:26:12.2781366Z [00:02:26.400]➜  mkdir -p $WORK/b356/
2025-08-20T21:26:12.2787128Z [00:02:26.401]➜  cat >/tmp/go-build548448651/b356/importcfg << 'EOF' # internal
2025-08-20T21:26:12.2787802Z [00:02:26.401]➜  # import config
2025-08-20T21:26:12.2788676Z [00:02:26.401]➜  packagefile encoding/base64=/tmp/go-build548448651/b054/_pkg_.a
2025-08-20T21:26:12.2791988Z [00:02:26.401]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:12.2793189Z [00:02:26.402]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:12.2794446Z [00:02:26.402]➜  packagefile github.com/ipld/go-ipld-prime/codec=/tmp/go-build548448651/b337/_pkg_.a
2025-08-20T21:26:12.2795788Z [00:02:26.402]➜  packagefile github.com/ipld/go-ipld-prime/datamodel=/tmp/go-build548448651/b336/_pkg_.a
2025-08-20T21:26:12.2797149Z [00:02:26.402]➜  packagefile github.com/ipld/go-ipld-prime/linking/cid=/tmp/go-build548448651/b343/_pkg_.a
2025-08-20T21:26:12.2798770Z [00:02:26.402]➜  packagefile github.com/ipld/go-ipld-prime/multicodec=/tmp/go-build548448651/b344/_pkg_.a
2025-08-20T21:26:12.2800117Z [00:02:26.402]➜  packagefile github.com/polydawn/refmt/json=/tmp/go-build548448651/b357/_pkg_.a
2025-08-20T21:26:12.2801390Z [00:02:26.402]➜  packagefile github.com/polydawn/refmt/shared=/tmp/go-build548448651/b361/_pkg_.a
2025-08-20T21:26:12.2803608Z [00:02:26.402]➜  packagefile github.com/polydawn/refmt/tok=/tmp/go-build548448651/b360/_pkg_.a
2025-08-20T21:26:12.2804627Z [00:02:26.402]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:12.2805428Z [00:02:26.402]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:12.2806036Z [00:02:26.402]➜  EOF
2025-08-20T21:26:12.2811475Z [00:02:26.402]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b356/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/codec/dagjson=>github.com/ipld/go-ipld-prime@v0.21.0/codec/dagjson;$WORK/b356=>" -p github.com/ipld/go-ipld-prime/codec/dagjson -lang=go1.19 -complete -installsuffix shared -buildid GuGPL_NOP3f_dgMWvgNp/GuGPL_NOP3f_dgMWvgNp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b356/importcfg -pack /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/codec/dagjson/marshal.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/codec/dagjson/multicodec.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/codec/dagjson/unmarshal.go
2025-08-20T21:26:12.3926741Z [00:02:26.515]➜  go tool buildid -w $WORK/b356/_pkg_.a # internal
2025-08-20T21:26:12.3942117Z [00:02:26.516]➜  cp $WORK/b356/_pkg_.a /root/.cache/go-build/82/828273d0ff271cd8f6e333a774a3baf1b375f2e338086b1729897177e686e869-d # internal
2025-08-20T21:26:12.3962725Z [00:02:26.518]➜  github.com/ipld/go-ipld-prime/node/basic
2025-08-20T21:26:12.3963444Z [00:02:26.518]➜  mkdir -p $WORK/b362/
2025-08-20T21:26:12.3970156Z [00:02:26.519]➜  cat >/tmp/go-build548448651/b362/importcfg << 'EOF' # internal
2025-08-20T21:26:12.3973215Z [00:02:26.520]➜  # import config
2025-08-20T21:26:12.3974150Z [00:02:26.520]➜  packagefile github.com/ipld/go-ipld-prime/datamodel=/tmp/go-build548448651/b336/_pkg_.a
2025-08-20T21:26:12.3975437Z [00:02:26.520]➜  packagefile github.com/ipld/go-ipld-prime/linking=/tmp/go-build548448651/b338/_pkg_.a
2025-08-20T21:26:12.3976760Z [00:02:26.520]➜  packagefile github.com/ipld/go-ipld-prime/node/basicnode=/tmp/go-build548448651/b340/_pkg_.a
2025-08-20T21:26:12.3977669Z [00:02:26.520]➜  EOF
2025-08-20T21:26:12.3982468Z [00:02:26.520]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b362/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/node/basic=>github.com/ipld/go-ipld-prime@v0.21.0/node/basic;$WORK/b362=>" -p github.com/ipld/go-ipld-prime/node/basic -lang=go1.19 -complete -installsuffix shared -buildid VApHNVj3--9ET_aE1Zdk/VApHNVj3--9ET_aE1Zdk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b362/importcfg -pack /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/node/basic/deprecated.go
2025-08-20T21:26:12.4630419Z [00:02:26.585]➜  go tool buildid -w $WORK/b362/_pkg_.a # internal
2025-08-20T21:26:12.4636396Z [00:02:26.586]➜  cp $WORK/b362/_pkg_.a /root/.cache/go-build/00/001422376819377c694459e440c4751469adfc18b4d7546244c9761d55fd3824-d # internal
2025-08-20T21:26:12.4669092Z [00:02:26.589]➜  github.com/ipld/go-ipld-prime/linking/preload
2025-08-20T21:26:12.4681273Z [00:02:26.589]➜  mkdir -p $WORK/b364/
2025-08-20T21:26:12.4682139Z [00:02:26.589]➜  cat >/tmp/go-build548448651/b364/importcfg << 'EOF' # internal
2025-08-20T21:26:12.4682851Z [00:02:26.589]➜  # import config
2025-08-20T21:26:12.4683541Z [00:02:26.590]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:12.4684623Z [00:02:26.590]➜  packagefile github.com/ipld/go-ipld-prime/datamodel=/tmp/go-build548448651/b336/_pkg_.a
2025-08-20T21:26:12.4685525Z [00:02:26.590]➜  EOF
2025-08-20T21:26:12.4689702Z [00:02:26.590]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b364/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/linking/preload=>github.com/ipld/go-ipld-prime@v0.21.0/linking/preload;$WORK/b364=>" -p github.com/ipld/go-ipld-prime/linking/preload -lang=go1.19 -complete -installsuffix shared -buildid 04IhunvONIgX12bLErLZ/04IhunvONIgX12bLErLZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b364/importcfg -pack /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/linking/preload/preload.go
2025-08-20T21:26:12.5375103Z [00:02:26.660]➜  go tool buildid -w $WORK/b364/_pkg_.a # internal
2025-08-20T21:26:12.5399387Z [00:02:26.660]➜  cp $WORK/b364/_pkg_.a /root/.cache/go-build/e7/e7c585973b603376ce1f38bda7ddc6ac02c8d172040d567d5c690239d543759a-d # internal
2025-08-20T21:26:12.5447268Z [00:02:26.667]➜  github.com/ipld/go-ipld-prime/traversal/selector
2025-08-20T21:26:12.5450611Z [00:02:26.667]➜  mkdir -p $WORK/b365/
2025-08-20T21:26:12.5462581Z [00:02:26.669]➜  cat >/tmp/go-build548448651/b365/importcfg << 'EOF' # internal
2025-08-20T21:26:12.5475132Z [00:02:26.669]➜  # import config
2025-08-20T21:26:12.5475856Z [00:02:26.669]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:12.5476888Z [00:02:26.669]➜  packagefile github.com/ipld/go-ipld-prime/datamodel=/tmp/go-build548448651/b336/_pkg_.a
2025-08-20T21:26:12.5478169Z [00:02:26.669]➜  packagefile github.com/ipld/go-ipld-prime/linking/cid=/tmp/go-build548448651/b343/_pkg_.a
2025-08-20T21:26:12.5479684Z [00:02:26.669]➜  packagefile github.com/ipld/go-ipld-prime/node/basicnode=/tmp/go-build548448651/b340/_pkg_.a
2025-08-20T21:26:12.5480722Z [00:02:26.669]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:12.5481513Z [00:02:26.669]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:12.5482132Z [00:02:26.669]➜  EOF
2025-08-20T21:26:12.5494139Z [00:02:26.669]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b365/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/traversal/selector=>github.com/ipld/go-ipld-prime@v0.21.0/traversal/selector;$WORK/b365=>" -p github.com/ipld/go-ipld-prime/traversal/selector -lang=go1.19 -complete -installsuffix shared -buildid JBFQnFjOH6-Nu13Wmu2v/JBFQnFjOH6-Nu13Wmu2v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b365/importcfg -pack /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/traversal/selector/condition.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/traversal/selector/exploreAll.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/traversal/selector/exploreFields.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/traversal/selector/exploreIndex.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/traversal/selector/exploreInterpretAs.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/traversal/selector/exploreRange.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/traversal/selector/exploreRecursive.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/traversal/selector/exploreRecursiveEdge.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/traversal/selector/exploreUnion.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/traversal/selector/fieldKeys.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/traversal/selector/matcher.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/traversal/selector/matcher_util.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/traversal/selector/selector.go
2025-08-20T21:26:12.8255084Z [00:02:26.948]➜  go tool buildid -w $WORK/b365/_pkg_.a # internal
2025-08-20T21:26:12.8279091Z [00:02:26.950]➜  cp $WORK/b365/_pkg_.a /root/.cache/go-build/a3/a34ac2c0adb2631ec01d33eed5a7c51c4e3ebefce4ddc79e60e3eb4712e96b58-d # internal
2025-08-20T21:26:12.8451561Z [00:02:26.967]➜  github.com/ipld/go-ipld-prime/traversal
2025-08-20T21:26:12.8455191Z [00:02:26.967]➜  mkdir -p $WORK/b363/
2025-08-20T21:26:12.8456036Z [00:02:26.968]➜  cat >/tmp/go-build548448651/b363/importcfg << 'EOF' # internal
2025-08-20T21:26:12.8456721Z [00:02:26.968]➜  # import config
2025-08-20T21:26:12.8457375Z [00:02:26.968]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:12.8458221Z [00:02:26.968]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:12.8459191Z [00:02:26.968]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:12.8460199Z [00:02:26.968]➜  packagefile github.com/ipld/go-ipld-prime/datamodel=/tmp/go-build548448651/b336/_pkg_.a
2025-08-20T21:26:12.8461428Z [00:02:26.968]➜  packagefile github.com/ipld/go-ipld-prime/linking=/tmp/go-build548448651/b338/_pkg_.a
2025-08-20T21:26:12.8462686Z [00:02:26.968]➜  packagefile github.com/ipld/go-ipld-prime/linking/preload=/tmp/go-build548448651/b364/_pkg_.a
2025-08-20T21:26:12.8463927Z [00:02:26.968]➜  packagefile github.com/ipld/go-ipld-prime/schema=/tmp/go-build548448651/b345/_pkg_.a
2025-08-20T21:26:12.8465514Z [00:02:26.968]➜  packagefile github.com/ipld/go-ipld-prime/traversal/selector=/tmp/go-build548448651/b365/_pkg_.a
2025-08-20T21:26:12.8466421Z [00:02:26.968]➜  EOF
2025-08-20T21:26:12.8472757Z [00:02:26.968]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b363/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/traversal=>github.com/ipld/go-ipld-prime@v0.21.0/traversal;$WORK/b363=>" -p github.com/ipld/go-ipld-prime/traversal -lang=go1.19 -complete -installsuffix shared -buildid 7RRFH_IqSC-gv0_bneId/7RRFH_IqSC-gv0_bneId -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b363/importcfg -pack /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/traversal/common.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/traversal/doc.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/traversal/fns.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/traversal/focus.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/traversal/select_links.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/traversal/walk.go
2025-08-20T21:26:12.8493160Z [00:02:26.972]➜  go tool buildid -w $WORK/b342/_pkg_.a # internal
2025-08-20T21:26:12.8697064Z [00:02:26.992]➜  cp $WORK/b342/_pkg_.a /root/.cache/go-build/13/131e712094026883a624a1e3a35bc4efdca8da22ce884a5891c731bd5d74fa31-d # internal
2025-08-20T21:26:12.8743395Z [00:02:26.997]➜  github.com/ipld/go-ipld-prime/schema/dmt
2025-08-20T21:26:12.8746109Z [00:02:26.997]➜  mkdir -p $WORK/b354/
2025-08-20T21:26:12.8749603Z [00:02:26.997]➜  cat >/tmp/go-build548448651/b354/importcfg << 'EOF' # internal
2025-08-20T21:26:12.8773844Z [00:02:26.997]➜  # import config
2025-08-20T21:26:12.8774734Z [00:02:26.997]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:12.8775768Z [00:02:26.997]➜  packagefile github.com/ipld/go-ipld-prime/datamodel=/tmp/go-build548448651/b336/_pkg_.a
2025-08-20T21:26:12.8777023Z [00:02:26.997]➜  packagefile github.com/ipld/go-ipld-prime/node/bindnode=/tmp/go-build548448651/b342/_pkg_.a
2025-08-20T21:26:12.8778302Z [00:02:26.997]➜  packagefile github.com/ipld/go-ipld-prime/schema=/tmp/go-build548448651/b345/_pkg_.a
2025-08-20T21:26:12.8779393Z [00:02:26.997]➜  EOF
2025-08-20T21:26:12.8785060Z [00:02:26.998]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b354/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/schema/dmt=>github.com/ipld/go-ipld-prime@v0.21.0/schema/dmt;$WORK/b354=>" -p github.com/ipld/go-ipld-prime/schema/dmt -lang=go1.19 -complete -installsuffix shared -buildid QtRCOb0oFl8ldiVyCeSO/QtRCOb0oFl8ldiVyCeSO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b354/importcfg -pack /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/schema/dmt/compile.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/schema/dmt/doc.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/schema/dmt/operations.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/schema/dmt/schema.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/schema/dmt/types.go
2025-08-20T21:26:13.0629429Z [00:02:27.185]➜  go tool buildid -w $WORK/b354/_pkg_.a # internal
2025-08-20T21:26:13.0746044Z [00:02:27.197]➜  cp $WORK/b354/_pkg_.a /root/.cache/go-build/52/52d0c2dca0d52cf5f18fbf6f915cfee3fbe019872872b07602433c99ab1f8426-d # internal
2025-08-20T21:26:13.0778143Z [00:02:27.200]➜  github.com/ipld/go-ipld-prime/schema/dsl
2025-08-20T21:26:13.0780796Z [00:02:27.200]➜  mkdir -p $WORK/b355/
2025-08-20T21:26:13.0789266Z [00:02:27.201]➜  cat >/tmp/go-build548448651/b355/importcfg << 'EOF' # internal
2025-08-20T21:26:13.0790126Z [00:02:27.201]➜  # import config
2025-08-20T21:26:13.0792532Z [00:02:27.201]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:13.0793330Z [00:02:27.201]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:13.0794066Z [00:02:27.201]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:13.0795010Z [00:02:27.201]➜  packagefile github.com/ipld/go-ipld-prime/schema/dmt=/tmp/go-build548448651/b354/_pkg_.a
2025-08-20T21:26:13.0796224Z [00:02:27.201]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:13.0796955Z [00:02:27.201]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:13.0797711Z [00:02:27.201]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:13.0798451Z [00:02:27.201]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:13.0799383Z [00:02:27.201]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:13.0799934Z [00:02:27.201]➜  EOF
2025-08-20T21:26:13.0803420Z [00:02:27.201]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b355/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/schema/dsl=>github.com/ipld/go-ipld-prime@v0.21.0/schema/dsl;$WORK/b355=>" -p github.com/ipld/go-ipld-prime/schema/dsl -lang=go1.19 -complete -installsuffix shared -buildid SEdj4Zl3AwuexDPdWZTj/SEdj4Zl3AwuexDPdWZTj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b355/importcfg -pack /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/schema/dsl/parse.go
2025-08-20T21:26:13.1300498Z [00:02:27.252]➜  go tool buildid -w $WORK/b363/_pkg_.a # internal
2025-08-20T21:26:13.1320441Z [00:02:27.254]➜  cp $WORK/b363/_pkg_.a /root/.cache/go-build/ff/ffa9d91835d97649462b7e9bcba91f64b5004eb94724607870873d98be232def-d # internal
2025-08-20T21:26:13.1325791Z [00:02:27.255]➜  github.com/ipld/go-ipld-prime/codec/raw
2025-08-20T21:26:13.1350270Z [00:02:27.255]➜  mkdir -p $WORK/b367/
2025-08-20T21:26:13.1351083Z [00:02:27.255]➜  cat >/tmp/go-build548448651/b367/importcfg << 'EOF' # internal
2025-08-20T21:26:13.1351801Z [00:02:27.255]➜  # import config
2025-08-20T21:26:13.1352456Z [00:02:27.255]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:13.1353517Z [00:02:27.255]➜  packagefile github.com/ipld/go-ipld-prime/codec=/tmp/go-build548448651/b337/_pkg_.a
2025-08-20T21:26:13.1357810Z [00:02:27.256]➜  packagefile github.com/ipld/go-ipld-prime/datamodel=/tmp/go-build548448651/b336/_pkg_.a
2025-08-20T21:26:13.1359367Z [00:02:27.256]➜  packagefile github.com/ipld/go-ipld-prime/multicodec=/tmp/go-build548448651/b344/_pkg_.a
2025-08-20T21:26:13.1360484Z [00:02:27.256]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:13.1361469Z [00:02:27.256]➜  EOF
2025-08-20T21:26:13.1365183Z [00:02:27.256]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b367/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/codec/raw=>github.com/ipld/go-ipld-prime@v0.21.0/codec/raw;$WORK/b367=>" -p github.com/ipld/go-ipld-prime/codec/raw -lang=go1.19 -complete -installsuffix shared -buildid O5B3ey4Tfn2gVV1wiIxd/O5B3ey4Tfn2gVV1wiIxd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b367/importcfg -pack /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/codec/raw/codec.go
2025-08-20T21:26:13.1641113Z [00:02:27.286]➜  go tool buildid -w $WORK/b367/_pkg_.a # internal
2025-08-20T21:26:13.1651876Z [00:02:27.287]➜  cp $WORK/b367/_pkg_.a /root/.cache/go-build/4c/4c1d4bc96ccc16410d82f9bbc558d02ab6e20c9e52785c249c191b148843b463-d # internal
2025-08-20T21:26:13.1658280Z [00:02:27.288]➜  github.com/ipld/go-ipld-prime/fluent/qp
2025-08-20T21:26:13.1680408Z [00:02:27.290]➜  mkdir -p $WORK/b368/
2025-08-20T21:26:13.1683296Z [00:02:27.291]➜  cat >/tmp/go-build548448651/b368/importcfg << 'EOF' # internal
2025-08-20T21:26:13.1684359Z [00:02:27.291]➜  # import config
2025-08-20T21:26:13.1685513Z [00:02:27.291]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:13.1687108Z [00:02:27.291]➜  packagefile github.com/ipld/go-ipld-prime/datamodel=/tmp/go-build548448651/b336/_pkg_.a
2025-08-20T21:26:13.1688212Z [00:02:27.291]➜  EOF
2025-08-20T21:26:13.1692606Z [00:02:27.291]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b368/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/fluent/qp=>github.com/ipld/go-ipld-prime@v0.21.0/fluent/qp;$WORK/b368=>" -p github.com/ipld/go-ipld-prime/fluent/qp -lang=go1.19 -complete -installsuffix shared -buildid n87CxU_FoUtM9z-garCQ/n87CxU_FoUtM9z-garCQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b368/importcfg -pack /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/fluent/qp/qp.go
2025-08-20T21:26:13.2502880Z [00:02:27.372]➜  go tool buildid -w $WORK/b368/_pkg_.a # internal
2025-08-20T21:26:13.2547913Z [00:02:27.377]➜  cp $WORK/b368/_pkg_.a /root/.cache/go-build/d9/d92556202a29308582142d420325a73751ce0db3ccee9964d8704390c7ff5226-d # internal
2025-08-20T21:26:13.2576087Z [00:02:27.380]➜  github.com/ipfs/boxo/path
2025-08-20T21:26:13.2579584Z [00:02:27.380]➜  mkdir -p $WORK/b370/
2025-08-20T21:26:13.2588718Z [00:02:27.381]➜  cat >/tmp/go-build548448651/b370/importcfg << 'EOF' # internal
2025-08-20T21:26:13.2595869Z [00:02:27.381]➜  # import config
2025-08-20T21:26:13.2596565Z [00:02:27.381]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:13.2597395Z [00:02:27.381]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:13.2598379Z [00:02:27.381]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:13.2599480Z [00:02:27.381]➜  packagefile path=/tmp/go-build548448651/b063/_pkg_.a
2025-08-20T21:26:13.2600296Z [00:02:27.381]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:13.2600929Z [00:02:27.381]➜  EOF
2025-08-20T21:26:13.2610672Z [00:02:27.383]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b370/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/path=>github.com/ipfs/boxo@v0.34.0/path;$WORK/b370=>" -p github.com/ipfs/boxo/path -lang=go1.24 -complete -installsuffix shared -buildid tFT6tjIQ7jhcwxlhkmuz/tFT6tjIQ7jhcwxlhkmuz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b370/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/path/error.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/path/path.go
2025-08-20T21:26:13.2834612Z [00:02:27.406]➜  go tool buildid -w $WORK/b355/_pkg_.a # internal
2025-08-20T21:26:13.2852251Z [00:02:27.407]➜  cp $WORK/b355/_pkg_.a /root/.cache/go-build/cb/cbd33bae7e4f43af06d13c4328676ce57aa82e1bc8290f2ca7e0ebd89d7f5d81-d # internal
2025-08-20T21:26:13.3483449Z [00:02:27.471]➜  github.com/ipld/go-ipld-prime
2025-08-20T21:26:13.3495468Z [00:02:27.471]➜  mkdir -p $WORK/b334/
2025-08-20T21:26:13.3496283Z [00:02:27.472]➜  cat >/tmp/go-build548448651/b334/importcfg << 'EOF' # internal
2025-08-20T21:26:13.3497010Z [00:02:27.472]➜  # import config
2025-08-20T21:26:13.3497688Z [00:02:27.472]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:13.3498979Z [00:02:27.472]➜  packagefile github.com/ipld/go-ipld-prime/adl=/tmp/go-build548448651/b335/_pkg_.a
2025-08-20T21:26:13.3500230Z [00:02:27.472]➜  packagefile github.com/ipld/go-ipld-prime/codec=/tmp/go-build548448651/b337/_pkg_.a
2025-08-20T21:26:13.3501490Z [00:02:27.472]➜  packagefile github.com/ipld/go-ipld-prime/datamodel=/tmp/go-build548448651/b336/_pkg_.a
2025-08-20T21:26:13.3502765Z [00:02:27.472]➜  packagefile github.com/ipld/go-ipld-prime/linking=/tmp/go-build548448651/b338/_pkg_.a
2025-08-20T21:26:13.3504059Z [00:02:27.472]➜  packagefile github.com/ipld/go-ipld-prime/node/basicnode=/tmp/go-build548448651/b340/_pkg_.a
2025-08-20T21:26:13.3505413Z [00:02:27.472]➜  packagefile github.com/ipld/go-ipld-prime/node/bindnode=/tmp/go-build548448651/b342/_pkg_.a
2025-08-20T21:26:13.3506725Z [00:02:27.472]➜  packagefile github.com/ipld/go-ipld-prime/schema=/tmp/go-build548448651/b345/_pkg_.a
2025-08-20T21:26:13.3507959Z [00:02:27.472]➜  packagefile github.com/ipld/go-ipld-prime/schema/dmt=/tmp/go-build548448651/b354/_pkg_.a
2025-08-20T21:26:13.3509491Z [00:02:27.472]➜  packagefile github.com/ipld/go-ipld-prime/schema/dsl=/tmp/go-build548448651/b355/_pkg_.a
2025-08-20T21:26:13.3510455Z [00:02:27.472]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:13.3511282Z [00:02:27.472]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:13.3512104Z [00:02:27.472]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:13.3512999Z [00:02:27.472]➜  EOF
2025-08-20T21:26:13.3519859Z [00:02:27.472]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b334/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0=>github.com/ipld/go-ipld-prime@v0.21.0;$WORK/b334=>" -p github.com/ipld/go-ipld-prime -lang=go1.19 -complete -installsuffix shared -buildid Aj6zvNazEJgciWZ69HrY/Aj6zvNazEJgciWZ69HrY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b334/importcfg -pack /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/adl.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/codec.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/codecHelpers.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/datamodel.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/doc.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/linking.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/operations.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/schema.go
2025-08-20T21:26:13.3718948Z [00:02:27.494]➜  go tool buildid -w $WORK/b370/_pkg_.a # internal
2025-08-20T21:26:13.3737473Z [00:02:27.496]➜  cp $WORK/b370/_pkg_.a /root/.cache/go-build/8e/8ec845bd5da980428721ecbee5fdc312815e29c9e1569c25aef4fe387650b019-d # internal
2025-08-20T21:26:13.3741267Z [00:02:27.497]➜  encoding/xml
2025-08-20T21:26:13.3743435Z [00:02:27.497]➜  mkdir -p $WORK/b373/
2025-08-20T21:26:13.3755037Z [00:02:27.498]➜  cat >/tmp/go-build548448651/b373/importcfg << 'EOF' # internal
2025-08-20T21:26:13.3756858Z [00:02:27.498]➜  # import config
2025-08-20T21:26:13.3757496Z [00:02:27.498]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:13.3758256Z [00:02:27.498]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:13.3759294Z [00:02:27.498]➜  packagefile encoding=/tmp/go-build548448651/b053/_pkg_.a
2025-08-20T21:26:13.3760185Z [00:02:27.498]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:13.3761035Z [00:02:27.498]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:13.3761834Z [00:02:27.498]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:13.3762665Z [00:02:27.498]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:13.3763844Z [00:02:27.498]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:13.3764648Z [00:02:27.498]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:13.3765402Z [00:02:27.498]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:13.3766080Z [00:02:27.498]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:13.3766862Z [00:02:27.498]➜  packagefile unicode=/tmp/go-build548448651/b041/_pkg_.a
2025-08-20T21:26:13.3767709Z [00:02:27.498]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:13.3768332Z [00:02:27.498]➜  EOF
2025-08-20T21:26:13.3773055Z [00:02:27.499]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b373/_pkg_.a -trimpath "/root/.go/src/encoding/xml=>encoding/xml;$WORK/b373=>" -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/b373/importcfg -pack /root/.go/src/encoding/xml/marshal.go /root/.go/src/encoding/xml/read.go /root/.go/src/encoding/xml/typeinfo.go /root/.go/src/encoding/xml/xml.go
2025-08-20T21:26:13.4284826Z [00:02:27.551]➜  go tool buildid -w $WORK/b334/_pkg_.a # internal
2025-08-20T21:26:13.4335892Z [00:02:27.556]➜  cp $WORK/b334/_pkg_.a /root/.cache/go-build/d7/d70472f89ea984ab156d69097b57d2c335479cc0e310662e2158c4c097a54d39-d # internal
2025-08-20T21:26:13.4355343Z [00:02:27.558]➜  github.com/ipfs/go-ipld-legacy
2025-08-20T21:26:13.4356365Z [00:02:27.558]➜  mkdir -p $WORK/b333/
2025-08-20T21:26:13.4365403Z [00:02:27.559]➜  cat >/tmp/go-build548448651/b333/importcfg << 'EOF' # internal
2025-08-20T21:26:13.4366078Z [00:02:27.559]➜  # import config
2025-08-20T21:26:13.4367061Z [00:02:27.559]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:13.4367881Z [00:02:27.559]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:13.4368863Z [00:02:27.559]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:13.4369703Z [00:02:27.559]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:13.4370439Z [00:02:27.559]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:13.4371371Z [00:02:27.559]➜  packagefile github.com/ipfs/go-block-format=/tmp/go-build548448651/b258/_pkg_.a
2025-08-20T21:26:13.4372487Z [00:02:27.559]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build548448651/b263/_pkg_.a
2025-08-20T21:26:13.4373585Z [00:02:27.559]➜  packagefile github.com/ipld/go-ipld-prime=/tmp/go-build548448651/b334/_pkg_.a
2025-08-20T21:26:13.4374788Z [00:02:27.559]➜  packagefile github.com/ipld/go-ipld-prime/codec/dagjson=/tmp/go-build548448651/b356/_pkg_.a
2025-08-20T21:26:13.4376078Z [00:02:27.559]➜  packagefile github.com/ipld/go-ipld-prime/linking/cid=/tmp/go-build548448651/b343/_pkg_.a
2025-08-20T21:26:13.4377318Z [00:02:27.559]➜  packagefile github.com/ipld/go-ipld-prime/node/basic=/tmp/go-build548448651/b362/_pkg_.a
2025-08-20T21:26:13.4378701Z [00:02:27.559]➜  packagefile github.com/ipld/go-ipld-prime/traversal=/tmp/go-build548448651/b363/_pkg_.a
2025-08-20T21:26:13.4379658Z [00:02:27.559]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:13.4380437Z [00:02:27.559]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:13.4381023Z [00:02:27.559]➜  EOF
2025-08-20T21:26:13.4384810Z [00:02:27.559]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b333/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-ipld-legacy@v0.2.2=>github.com/ipfs/go-ipld-legacy@v0.2.2;$WORK/b333=>" -p github.com/ipfs/go-ipld-legacy -lang=go1.23 -complete -installsuffix shared -buildid KrOwzs30CEFUTRyxCbKE/KrOwzs30CEFUTRyxCbKE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b333/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-ipld-legacy@v0.2.2/decode.go /root/go/pkg/mod/github.com/ipfs/go-ipld-legacy@v0.2.2/node.go
2025-08-20T21:26:13.5291025Z [00:02:27.651]➜  go tool buildid -w $WORK/b305/_pkg_.a # internal
2025-08-20T21:26:13.5597486Z [00:02:27.682]➜  go tool buildid -w $WORK/b333/_pkg_.a # internal
2025-08-20T21:26:13.5623086Z [00:02:27.685]➜  cp $WORK/b333/_pkg_.a /root/.cache/go-build/7e/7e1c2ef75ba027cc1411c97ec04d006fd334ffb3badc21149bbf5aa21c77375c-d # internal
2025-08-20T21:26:13.5721993Z [00:02:27.694]➜  cp $WORK/b305/_pkg_.a /root/.cache/go-build/9e/9ed045e149e09ec4181499efe549b2a5245185dea6e95c3c6d052652cce84e6b-d # internal
2025-08-20T21:26:13.5724625Z [00:02:27.695]➜  github.com/ipld/go-codec-dagpb
2025-08-20T21:26:13.5725772Z [00:02:27.695]➜  mkdir -p $WORK/b366/
2025-08-20T21:26:13.5726722Z [00:02:27.695]➜  google.golang.org/protobuf/internal/filetype
2025-08-20T21:26:13.5727773Z [00:02:27.695]➜  cat >/tmp/go-build548448651/b366/importcfg << 'EOF' # internal
2025-08-20T21:26:13.5728728Z [00:02:27.695]➜  # import config
2025-08-20T21:26:13.5729436Z [00:02:27.695]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:13.5730414Z [00:02:27.695]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:13.5731525Z [00:02:27.695]➜  packagefile github.com/ipld/go-ipld-prime=/tmp/go-build548448651/b334/_pkg_.a
2025-08-20T21:26:13.5732686Z [00:02:27.695]➜  packagefile github.com/ipld/go-ipld-prime/linking/cid=/tmp/go-build548448651/b343/_pkg_.a
2025-08-20T21:26:13.5734002Z [00:02:27.695]➜  packagefile github.com/ipld/go-ipld-prime/multicodec=/tmp/go-build548448651/b344/_pkg_.a
2025-08-20T21:26:13.5735311Z [00:02:27.695]➜  packagefile github.com/ipld/go-ipld-prime/node/mixins=/tmp/go-build548448651/b341/_pkg_.a
2025-08-20T21:26:13.5736552Z [00:02:27.695]➜  packagefile github.com/ipld/go-ipld-prime/schema=/tmp/go-build548448651/b345/_pkg_.a
2025-08-20T21:26:13.5738089Z [00:02:27.695]➜  packagefile github.com/ipld/go-ipld-prime/traversal=/tmp/go-build548448651/b363/_pkg_.a
2025-08-20T21:26:13.5739705Z [00:02:27.695]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build548448651/b282/_pkg_.a
2025-08-20T21:26:13.5740808Z [00:02:27.695]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:13.5741657Z [00:02:27.695]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:13.5742329Z [00:02:27.695]➜  EOF
2025-08-20T21:26:13.5749085Z [00:02:27.695]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b366/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipld/go-codec-dagpb@v1.7.0=>github.com/ipld/go-codec-dagpb@v1.7.0;$WORK/b366=>" -p github.com/ipld/go-codec-dagpb -lang=go1.22 -complete -installsuffix shared -buildid wqoLjuQAHhrqcKmXxwpD/wqoLjuQAHhrqcKmXxwpD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b366/importcfg -pack /root/go/pkg/mod/github.com/ipld/go-codec-dagpb@v1.7.0/doc.go /root/go/pkg/mod/github.com/ipld/go-codec-dagpb@v1.7.0/ipldsch_minima.go /root/go/pkg/mod/github.com/ipld/go-codec-dagpb@v1.7.0/ipldsch_satisfaction.go /root/go/pkg/mod/github.com/ipld/go-codec-dagpb@v1.7.0/ipldsch_types.go /root/go/pkg/mod/github.com/ipld/go-codec-dagpb@v1.7.0/marshal.go /root/go/pkg/mod/github.com/ipld/go-codec-dagpb@v1.7.0/multicodec.go /root/go/pkg/mod/github.com/ipld/go-codec-dagpb@v1.7.0/unmarshal.go
2025-08-20T21:26:13.5759414Z [00:02:27.696]➜  mkdir -p $WORK/b304/
2025-08-20T21:26:13.5761008Z [00:02:27.696]➜  cat >/tmp/go-build548448651/b304/importcfg << 'EOF' # internal
2025-08-20T21:26:13.5761684Z [00:02:27.696]➜  # import config
2025-08-20T21:26:13.5762604Z [00:02:27.696]➜  packagefile google.golang.org/protobuf/internal/descopts=/tmp/go-build548448651/b290/_pkg_.a
2025-08-20T21:26:13.5763904Z [00:02:27.697]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build548448651/b288/_pkg_.a
2025-08-20T21:26:13.5765200Z [00:02:27.697]➜  packagefile google.golang.org/protobuf/internal/impl=/tmp/go-build548448651/b305/_pkg_.a
2025-08-20T21:26:13.5766652Z [00:02:27.697]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build548448651/b281/_pkg_.a
2025-08-20T21:26:13.5768040Z [00:02:27.697]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build548448651/b302/_pkg_.a
2025-08-20T21:26:13.5769579Z [00:02:27.697]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:13.5770180Z [00:02:27.697]➜  EOF
2025-08-20T21:26:13.5774079Z [00:02:27.697]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b304/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/filetype=>google.golang.org/protobuf@v1.36.7/internal/filetype;$WORK/b304=>" -p google.golang.org/protobuf/internal/filetype -lang=go1.22 -complete -installsuffix shared -buildid 8Wh0RxvUGPg0HppT3JNq/8Wh0RxvUGPg0HppT3JNq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b304/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/filetype/build.go
2025-08-20T21:26:13.6695679Z [00:02:27.792]➜  go tool buildid -w $WORK/b304/_pkg_.a # internal
2025-08-20T21:26:13.6715911Z [00:02:27.794]➜  cp $WORK/b304/_pkg_.a /root/.cache/go-build/8a/8a4dc426f4824177bf1a7771ad7a01958e177e0bfe90ae44a46f99b9de871d8a-d # internal
2025-08-20T21:26:13.6743540Z [00:02:27.797]➜  google.golang.org/protobuf/runtime/protoimpl
2025-08-20T21:26:13.6744630Z [00:02:27.797]➜  mkdir -p $WORK/b287/
2025-08-20T21:26:13.6752106Z [00:02:27.797]➜  cat >/tmp/go-build548448651/b287/importcfg << 'EOF' # internal
2025-08-20T21:26:13.6752939Z [00:02:27.797]➜  # import config
2025-08-20T21:26:13.6753902Z [00:02:27.798]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build548448651/b288/_pkg_.a
2025-08-20T21:26:13.6755181Z [00:02:27.798]➜  packagefile google.golang.org/protobuf/internal/filetype=/tmp/go-build548448651/b304/_pkg_.a
2025-08-20T21:26:13.6756394Z [00:02:27.798]➜  packagefile google.golang.org/protobuf/internal/impl=/tmp/go-build548448651/b305/_pkg_.a
2025-08-20T21:26:13.6757761Z [00:02:27.798]➜  packagefile google.golang.org/protobuf/internal/protolazy=/tmp/go-build548448651/b309/_pkg_.a
2025-08-20T21:26:13.6759103Z [00:02:27.798]➜  packagefile google.golang.org/protobuf/internal/version=/tmp/go-build548448651/b310/_pkg_.a
2025-08-20T21:26:13.6759979Z [00:02:27.798]➜  EOF
2025-08-20T21:26:13.6763717Z [00:02:27.798]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b287/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/runtime/protoimpl=>google.golang.org/protobuf@v1.36.7/runtime/protoimpl;$WORK/b287=>" -p google.golang.org/protobuf/runtime/protoimpl -lang=go1.22 -complete -installsuffix shared -buildid 3OUaqWAAN_45bpyxd2zd/3OUaqWAAN_45bpyxd2zd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b287/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/runtime/protoimpl/impl.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/runtime/protoimpl/version.go
2025-08-20T21:26:13.7370674Z [00:02:27.859]➜  go tool buildid -w $WORK/b287/_pkg_.a # internal
2025-08-20T21:26:13.7385197Z [00:02:27.861]➜  cp $WORK/b287/_pkg_.a /root/.cache/go-build/ad/add86e80e583dd94d1f4348f708f2e476166a070c4429ae0583545b6dc183b4b-d # internal
2025-08-20T21:26:13.7393450Z [00:02:27.862]➜  github.com/libp2p/go-libp2p-record/pb
2025-08-20T21:26:13.7396267Z [00:02:27.862]➜  mkdir -p $WORK/b280/
2025-08-20T21:26:13.7403105Z [00:02:27.863]➜  cat >/tmp/go-build548448651/b280/importcfg << 'EOF' # internal
2025-08-20T21:26:13.7403800Z [00:02:27.863]➜  # import config
2025-08-20T21:26:13.7404733Z [00:02:27.863]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build548448651/b281/_pkg_.a
2025-08-20T21:26:13.7406026Z [00:02:27.863]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build548448651/b287/_pkg_.a
2025-08-20T21:26:13.7407037Z [00:02:27.863]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:13.7407767Z [00:02:27.863]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:13.7408332Z [00:02:27.863]➜  EOF
2025-08-20T21:26:13.7416064Z [00:02:27.864]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b280/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p-record@v0.3.1/pb=>github.com/libp2p/go-libp2p-record@v0.3.1/pb;$WORK/b280=>" -p github.com/libp2p/go-libp2p-record/pb -lang=go1.22 -complete -installsuffix shared -buildid VQHFWjJ3YBXp23Td4ZH_/VQHFWjJ3YBXp23Td4ZH_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b280/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p-record@v0.3.1/pb/gen.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-record@v0.3.1/pb/record.pb.go
2025-08-20T21:26:13.7794229Z [00:02:27.902]➜  go tool buildid -w $WORK/b073/_pkg_.a # internal
2025-08-20T21:26:13.8114028Z [00:02:27.934]➜  go tool buildid -w $WORK/b280/_pkg_.a # internal
2025-08-20T21:26:13.8124484Z [00:02:27.935]➜  cp $WORK/b280/_pkg_.a /root/.cache/go-build/4d/4dffc2b3deb6ca152051db2708d9920406d5ed8cd93559e1df6c80c4847c1107-d # internal
2025-08-20T21:26:13.8137302Z [00:02:27.936]➜  cp $WORK/b073/_pkg_.a /root/.cache/go-build/a6/a6361ad4699f4e8a4548f51ae2aab942205964a790a66f7697b8830e8b5f3eb1-d # internal
2025-08-20T21:26:13.8146149Z [00:02:27.937]➜  expvar
2025-08-20T21:26:13.8150937Z [00:02:27.937]➜  mkdir -p $WORK/b070/
2025-08-20T21:26:13.8156696Z [00:02:27.938]➜  github.com/libp2p/go-libp2p/core/crypto/pb
2025-08-20T21:26:13.8162375Z [00:02:27.939]➜  mkdir -p $WORK/b316/
2025-08-20T21:26:13.8173143Z [00:02:27.940]➜  cat >/tmp/go-build548448651/b316/importcfg << 'EOF' # internal
2025-08-20T21:26:13.8176140Z [00:02:27.940]➜  # import config
2025-08-20T21:26:13.8181014Z [00:02:27.940]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build548448651/b281/_pkg_.a
2025-08-20T21:26:13.8182384Z [00:02:27.940]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build548448651/b287/_pkg_.a
2025-08-20T21:26:13.8183434Z [00:02:27.940]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:13.8184246Z [00:02:27.940]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:13.8185119Z [00:02:27.940]➜  EOF
2025-08-20T21:26:13.8194904Z [00:02:27.941]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b316/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/crypto/pb=>github.com/libp2p/go-libp2p@v0.43.0/core/crypto/pb;$WORK/b316=>" -p github.com/libp2p/go-libp2p/core/crypto/pb -lang=go1.23 -complete -installsuffix shared -buildid y51y5tMqzwCnDdIl4nzt/y51y5tMqzwCnDdIl4nzt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b316/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/crypto/pb/crypto.pb.go
2025-08-20T21:26:13.8201723Z [00:02:27.943]➜  cat >/tmp/go-build548448651/b070/importcfg << 'EOF' # internal
2025-08-20T21:26:13.8204749Z [00:02:27.943]➜  # import config
2025-08-20T21:26:13.8205457Z [00:02:27.943]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:13.8206369Z [00:02:27.943]➜  packagefile internal/godebug=/tmp/go-build548448651/b045/_pkg_.a
2025-08-20T21:26:13.8207234Z [00:02:27.943]➜  packagefile log=/tmp/go-build548448651/b071/_pkg_.a
2025-08-20T21:26:13.8208004Z [00:02:27.943]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:13.8208982Z [00:02:27.943]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:13.8209796Z [00:02:27.943]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:13.8210571Z [00:02:27.943]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:13.8211359Z [00:02:27.943]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:13.8212157Z [00:02:27.943]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:13.8212947Z [00:02:27.943]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:13.8215947Z [00:02:27.943]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:13.8216922Z [00:02:27.943]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:13.8217573Z [00:02:27.943]➜  EOF
2025-08-20T21:26:13.8220267Z [00:02:27.943]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b070/_pkg_.a -trimpath "/root/.go/src/expvar=>expvar;$WORK/b070=>" -p expvar -lang=go1.25 -std -complete -installsuffix shared -buildid CDqWe0ZJ9xg_hx7tNAuK/CDqWe0ZJ9xg_hx7tNAuK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b070/importcfg -pack /root/.go/src/expvar/expvar.go
2025-08-20T21:26:13.8953672Z [00:02:28.018]➜  go tool buildid -w $WORK/b316/_pkg_.a # internal
2025-08-20T21:26:13.8970719Z [00:02:28.019]➜  cp $WORK/b316/_pkg_.a /root/.cache/go-build/0c/0c4affa784dbb7d6d4beef1001b611a80140e6c5f5e9e2a074ccfa26e95cf548-d # internal
2025-08-20T21:26:13.9036755Z [00:02:28.026]➜  github.com/ipfs/boxo/files
2025-08-20T21:26:13.9037362Z [00:02:28.026]➜  mkdir -p $WORK/b188/
2025-08-20T21:26:13.9042381Z [00:02:28.026]➜  cat >/tmp/go-build548448651/b188/importcfg << 'EOF' # internal
2025-08-20T21:26:13.9044962Z [00:02:28.026]➜  # import config
2025-08-20T21:26:13.9045641Z [00:02:28.026]➜  packagefile archive/tar=/tmp/go-build548448651/b189/_pkg_.a
2025-08-20T21:26:13.9046416Z [00:02:28.026]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:13.9047165Z [00:02:28.026]➜  packagefile cmp=/tmp/go-build548448651/b051/_pkg_.a
2025-08-20T21:26:13.9047950Z [00:02:28.026]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:13.9048949Z [00:02:28.026]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:13.9050012Z [00:02:28.026]➜  packagefile github.com/crackcomm/go-gitignore=/tmp/go-build548448651/b191/_pkg_.a
2025-08-20T21:26:13.9051064Z [00:02:28.026]➜  packagefile golang.org/x/sys/unix=/tmp/go-build548448651/b194/_pkg_.a
2025-08-20T21:26:13.9051937Z [00:02:28.027]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:13.9052716Z [00:02:28.027]➜  packagefile io/fs=/tmp/go-build548448651/b062/_pkg_.a
2025-08-20T21:26:13.9053474Z [00:02:28.027]➜  packagefile mime=/tmp/go-build548448651/b178/_pkg_.a
2025-08-20T21:26:13.9054531Z [00:02:28.027]➜  packagefile mime/multipart=/tmp/go-build548448651/b179/_pkg_.a
2025-08-20T21:26:13.9055399Z [00:02:28.027]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:13.9056242Z [00:02:28.027]➜  packagefile net/textproto=/tmp/go-build548448651/b175/_pkg_.a
2025-08-20T21:26:13.9057069Z [00:02:28.027]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:13.9057819Z [00:02:28.027]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:13.9058735Z [00:02:28.027]➜  packagefile path=/tmp/go-build548448651/b063/_pkg_.a
2025-08-20T21:26:13.9059560Z [00:02:28.027]➜  packagefile path/filepath=/tmp/go-build548448651/b168/_pkg_.a
2025-08-20T21:26:13.9060381Z [00:02:28.027]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:13.9061149Z [00:02:28.027]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:13.9061911Z [00:02:28.027]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:13.9062685Z [00:02:28.027]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:13.9063424Z [00:02:28.027]➜  packagefile syscall=/tmp/go-build548448651/b047/_pkg_.a
2025-08-20T21:26:13.9064168Z [00:02:28.027]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:13.9064713Z [00:02:28.027]➜  EOF
2025-08-20T21:26:13.9075054Z [00:02:28.027]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b188/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/files=>github.com/ipfs/boxo@v0.34.0/files;$WORK/b188=>" -p github.com/ipfs/boxo/files -lang=go1.24 -complete -installsuffix shared -buildid 7y3jxiRoFxjw12rVAkOD/7y3jxiRoFxjw12rVAkOD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b188/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/files/file.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/files/filewriter.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/files/filewriter_unix.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/files/filter.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/files/is_hidden.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/files/linkfile.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/files/meta.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/files/meta_posix.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/files/multifilereader.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/files/multipartfile.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/files/readerfile.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/files/serialfile.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/files/slicedirectory.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/files/tarwriter.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/files/util.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/files/walk.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/files/webfile.go
2025-08-20T21:26:13.9331852Z [00:02:28.054]➜  go tool buildid -w $WORK/b373/_pkg_.a # internal
2025-08-20T21:26:13.9397335Z [00:02:28.062]➜  cp $WORK/b373/_pkg_.a /root/.cache/go-build/9a/9a73b44558d0361f79d5f625aeb6de1a00b53acd8851634667fb8ccaad6683d6-d # internal
2025-08-20T21:26:13.9430714Z [00:02:28.065]➜  go.opentelemetry.io/otel/propagation
2025-08-20T21:26:13.9447424Z [00:02:28.066]➜  mkdir -p $WORK/b221/
2025-08-20T21:26:13.9448190Z [00:02:28.066]➜  cat >/tmp/go-build548448651/b221/importcfg << 'EOF' # internal
2025-08-20T21:26:13.9449057Z [00:02:28.066]➜  # import config
2025-08-20T21:26:13.9449698Z [00:02:28.066]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:13.9450535Z [00:02:28.066]➜  packagefile encoding/hex=/tmp/go-build548448651/b157/_pkg_.a
2025-08-20T21:26:13.9451332Z [00:02:28.066]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:13.9452282Z [00:02:28.066]➜  packagefile go.opentelemetry.io/otel/baggage=/tmp/go-build548448651/b222/_pkg_.a
2025-08-20T21:26:13.9453393Z [00:02:28.066]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build548448651/b214/_pkg_.a
2025-08-20T21:26:13.9454589Z [00:02:28.066]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:13.9455399Z [00:02:28.066]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:13.9455976Z [00:02:28.066]➜  EOF
2025-08-20T21:26:13.9461324Z [00:02:28.066]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b221/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/propagation=>go.opentelemetry.io/otel@v1.37.0/propagation;$WORK/b221=>" -p go.opentelemetry.io/otel/propagation -lang=go1.23 -complete -installsuffix shared -buildid rJKY1g4dFwUtKxbjHP_-/rJKY1g4dFwUtKxbjHP_- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b221/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/propagation/baggage.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/propagation/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/propagation/propagation.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/propagation/trace_context.go
2025-08-20T21:26:14.0530659Z [00:02:28.173]➜  go tool buildid -w $WORK/b221/_pkg_.a # internal
2025-08-20T21:26:14.0534970Z [00:02:28.176]➜  cp $WORK/b221/_pkg_.a /root/.cache/go-build/7c/7ce2c82c89179a392812f3cb68c6d5b61bccf2228f0dc6a44459a628c90e2a60-d # internal
2025-08-20T21:26:14.0590186Z [00:02:28.181]➜  go.opentelemetry.io/otel/internal/global
2025-08-20T21:26:14.0596256Z [00:02:28.182]➜  mkdir -p $WORK/b205/
2025-08-20T21:26:14.0597073Z [00:02:28.182]➜  cat >/tmp/go-build548448651/b205/importcfg << 'EOF' # internal
2025-08-20T21:26:14.0597802Z [00:02:28.182]➜  # import config
2025-08-20T21:26:14.0609393Z [00:02:28.182]➜  packagefile container/list=/tmp/go-build548448651/b081/_pkg_.a
2025-08-20T21:26:14.0610354Z [00:02:28.182]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:14.0611291Z [00:02:28.182]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:14.0612265Z [00:02:28.182]➜  packagefile github.com/go-logr/logr=/tmp/go-build548448651/b201/_pkg_.a
2025-08-20T21:26:14.0613359Z [00:02:28.182]➜  packagefile github.com/go-logr/stdr=/tmp/go-build548448651/b206/_pkg_.a
2025-08-20T21:26:14.0614482Z [00:02:28.182]➜  packagefile go.opentelemetry.io/auto/sdk=/tmp/go-build548448651/b208/_pkg_.a
2025-08-20T21:26:14.0615646Z [00:02:28.182]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build548448651/b210/_pkg_.a
2025-08-20T21:26:14.0617173Z [00:02:28.182]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build548448651/b212/_pkg_.a
2025-08-20T21:26:14.0618341Z [00:02:28.182]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build548448651/b219/_pkg_.a
2025-08-20T21:26:14.0619822Z [00:02:28.182]➜  packagefile go.opentelemetry.io/otel/metric/embedded=/tmp/go-build548448651/b220/_pkg_.a
2025-08-20T21:26:14.0621091Z [00:02:28.182]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build548448651/b221/_pkg_.a
2025-08-20T21:26:14.0622364Z [00:02:28.182]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build548448651/b214/_pkg_.a
2025-08-20T21:26:14.0623586Z [00:02:28.182]➜  packagefile go.opentelemetry.io/otel/trace/embedded=/tmp/go-build548448651/b216/_pkg_.a
2025-08-20T21:26:14.0624697Z [00:02:28.182]➜  packagefile log=/tmp/go-build548448651/b071/_pkg_.a
2025-08-20T21:26:14.0625546Z [00:02:28.182]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:14.0626402Z [00:02:28.183]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:14.0627226Z [00:02:28.183]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:14.0628091Z [00:02:28.183]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:14.0628977Z [00:02:28.183]➜  EOF
2025-08-20T21:26:14.0636355Z [00:02:28.183]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b205/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/internal/global=>go.opentelemetry.io/otel@v1.37.0/internal/global;$WORK/b205=>" -p go.opentelemetry.io/otel/internal/global -lang=go1.23 -complete -installsuffix shared -buildid JwigxT8ZXebRuHtWetCR/JwigxT8ZXebRuHtWetCR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b205/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/internal/global/handler.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/internal/global/instruments.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/internal/global/internal_logging.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/internal/global/meter.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/internal/global/propagator.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/internal/global/state.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/internal/global/trace.go
2025-08-20T21:26:14.1374135Z [00:02:28.260]➜  go tool buildid -w $WORK/b070/_pkg_.a # internal
2025-08-20T21:26:14.1463494Z [00:02:28.269]➜  cp $WORK/b070/_pkg_.a /root/.cache/go-build/eb/ebc3103a84769c2d663f37c42896bdc7162458af05e719fccf66b29fb95a2eb9-d # internal
2025-08-20T21:26:14.1476428Z [00:02:28.270]➜  go.uber.org/zap
2025-08-20T21:26:14.1482206Z [00:02:28.271]➜  mkdir -p $WORK/b266/
2025-08-20T21:26:14.1492589Z [00:02:28.271]➜  cat >/tmp/go-build548448651/b266/importcfg << 'EOF' # internal
2025-08-20T21:26:14.1493571Z [00:02:28.272]➜  # import config
2025-08-20T21:26:14.1494630Z [00:02:28.272]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:14.1495878Z [00:02:28.272]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:14.1498709Z [00:02:28.272]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:14.1501187Z [00:02:28.272]➜  packagefile flag=/tmp/go-build548448651/b247/_pkg_.a
2025-08-20T21:26:14.1501981Z [00:02:28.272]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:14.1502855Z [00:02:28.272]➜  packagefile go.uber.org/multierr=/tmp/go-build548448651/b267/_pkg_.a
2025-08-20T21:26:14.1503852Z [00:02:28.272]➜  packagefile go.uber.org/zap/internal=/tmp/go-build548448651/b268/_pkg_.a
2025-08-20T21:26:14.1504922Z [00:02:28.272]➜  packagefile go.uber.org/zap/internal/bufferpool=/tmp/go-build548448651/b272/_pkg_.a
2025-08-20T21:26:14.1506058Z [00:02:28.272]➜  packagefile go.uber.org/zap/internal/pool=/tmp/go-build548448651/b271/_pkg_.a
2025-08-20T21:26:14.1507167Z [00:02:28.272]➜  packagefile go.uber.org/zap/internal/stacktrace=/tmp/go-build548448651/b275/_pkg_.a
2025-08-20T21:26:14.1508685Z [00:02:28.272]➜  packagefile go.uber.org/zap/zapcore=/tmp/go-build548448651/b269/_pkg_.a
2025-08-20T21:26:14.1509579Z [00:02:28.272]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:14.1510318Z [00:02:28.272]➜  packagefile log=/tmp/go-build548448651/b071/_pkg_.a
2025-08-20T21:26:14.1511065Z [00:02:28.272]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:14.1511836Z [00:02:28.272]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:14.1512632Z [00:02:28.272]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:14.1513385Z [00:02:28.272]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:14.1514201Z [00:02:28.272]➜  packagefile path/filepath=/tmp/go-build548448651/b168/_pkg_.a
2025-08-20T21:26:14.1515011Z [00:02:28.272]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:14.1515781Z [00:02:28.272]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:14.1516546Z [00:02:28.272]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:14.1517332Z [00:02:28.272]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:14.1518118Z [00:02:28.272]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:14.1524609Z [00:02:28.272]➜  EOF
2025-08-20T21:26:14.1538381Z [00:02:28.275]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b266/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/zap@v1.27.0=>go.uber.org/zap@v1.27.0;$WORK/b266=>" -p go.uber.org/zap -lang=go1.19 -complete -installsuffix shared -buildid NMNOCBvG49vKm3ohvim3/NMNOCBvG49vKm3ohvim3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b266/importcfg -pack /root/go/pkg/mod/go.uber.org/zap@v1.27.0/array.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/config.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/doc.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/encoder.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/error.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/field.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/flag.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/global.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/http_handler.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/level.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/logger.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/options.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/sink.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/sugar.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/time.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/writer.go
2025-08-20T21:26:14.2796806Z [00:02:28.402]➜  go tool buildid -w $WORK/b188/_pkg_.a # internal
2025-08-20T21:26:14.2912057Z [00:02:28.413]➜  cp $WORK/b188/_pkg_.a /root/.cache/go-build/fe/fe4cdfbdcc9a34be3b078d0b1eba0da44e683b4bdef6f91a6aa8fc9cbb1220ad-d # internal
2025-08-20T21:26:14.2990266Z [00:02:28.421]➜  github.com/libp2p/go-libp2p/core/crypto
2025-08-20T21:26:14.2990886Z [00:02:28.421]➜  mkdir -p $WORK/b311/
2025-08-20T21:26:14.2997276Z [00:02:28.422]➜  cat >/tmp/go-build548448651/b311/importcfg << 'EOF' # internal
2025-08-20T21:26:14.3019787Z [00:02:28.422]➜  # import config
2025-08-20T21:26:14.3020514Z [00:02:28.422]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:14.3021378Z [00:02:28.422]➜  packagefile crypto=/tmp/go-build548448651/b084/_pkg_.a
2025-08-20T21:26:14.3022248Z [00:02:28.422]➜  packagefile crypto/ecdsa=/tmp/go-build548448651/b118/_pkg_.a
2025-08-20T21:26:14.3023150Z [00:02:28.422]➜  packagefile crypto/ed25519=/tmp/go-build548448651/b131/_pkg_.a
2025-08-20T21:26:14.3024088Z [00:02:28.422]➜  packagefile crypto/elliptic=/tmp/go-build548448651/b119/_pkg_.a
2025-08-20T21:26:14.3025015Z [00:02:28.422]➜  packagefile crypto/rand=/tmp/go-build548448651/b082/_pkg_.a
2025-08-20T21:26:14.3025943Z [00:02:28.422]➜  packagefile crypto/rsa=/tmp/go-build548448651/b148/_pkg_.a
2025-08-20T21:26:14.3026769Z [00:02:28.422]➜  packagefile crypto/sha256=/tmp/go-build548448651/b151/_pkg_.a
2025-08-20T21:26:14.3027595Z [00:02:28.422]➜  packagefile crypto/subtle=/tmp/go-build548448651/b106/_pkg_.a
2025-08-20T21:26:14.3028869Z [00:02:28.423]➜  packagefile crypto/x509=/tmp/go-build548448651/b154/_pkg_.a
2025-08-20T21:26:14.3029705Z [00:02:28.423]➜  packagefile encoding/asn1=/tmp/go-build548448651/b129/_pkg_.a
2025-08-20T21:26:14.3030612Z [00:02:28.423]➜  packagefile encoding/base64=/tmp/go-build548448651/b054/_pkg_.a
2025-08-20T21:26:14.3031532Z [00:02:28.423]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:14.3032414Z [00:02:28.423]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:14.3033519Z [00:02:28.423]➜  packagefile github.com/decred/dcrd/dcrec/secp256k1/v4=/tmp/go-build548448651/b312/_pkg_.a
2025-08-20T21:26:14.3034927Z [00:02:28.423]➜  packagefile github.com/decred/dcrd/dcrec/secp256k1/v4/ecdsa=/tmp/go-build548448651/b315/_pkg_.a
2025-08-20T21:26:14.3036333Z [00:02:28.423]➜  packagefile github.com/libp2p/go-libp2p/core/crypto/pb=/tmp/go-build548448651/b316/_pkg_.a
2025-08-20T21:26:14.3037707Z [00:02:28.423]➜  packagefile github.com/libp2p/go-libp2p/core/internal/catch=/tmp/go-build548448651/b317/_pkg_.a
2025-08-20T21:26:14.3039235Z [00:02:28.423]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build548448651/b300/_pkg_.a
2025-08-20T21:26:14.3040225Z [00:02:28.423]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:14.3041079Z [00:02:28.423]➜  packagefile math/big=/tmp/go-build548448651/b108/_pkg_.a
2025-08-20T21:26:14.3041934Z [00:02:28.423]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:14.3042533Z [00:02:28.423]➜  EOF
2025-08-20T21:26:14.3050076Z [00:02:28.423]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b311/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/crypto=>github.com/libp2p/go-libp2p@v0.43.0/core/crypto;$WORK/b311=>" -p github.com/libp2p/go-libp2p/core/crypto -lang=go1.23 -complete -installsuffix shared -buildid b7Huv4LOfv3L9xQePHvA/b7Huv4LOfv3L9xQePHvA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b311/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/crypto/ecdsa.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/crypto/ed25519.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/crypto/key.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/crypto/key_to_stdlib.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/crypto/rsa_common.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/crypto/rsa_go.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/crypto/secp256k1.go
2025-08-20T21:26:14.3570811Z [00:02:28.479]➜  go tool buildid -w $WORK/b366/_pkg_.a # internal
2025-08-20T21:26:14.3689603Z [00:02:28.491]➜  cp $WORK/b366/_pkg_.a /root/.cache/go-build/30/30e3021acae418bdca095bebb4ea0f87c095cc2cc28616399b377f19dc5501fc-d # internal
2025-08-20T21:26:14.3692345Z [00:02:28.492]➜  github.com/libp2p/go-libp2p/core/peer/pb
2025-08-20T21:26:14.3694291Z [00:02:28.492]➜  mkdir -p $WORK/b319/
2025-08-20T21:26:14.3700596Z [00:02:28.492]➜  cat >/tmp/go-build548448651/b319/importcfg << 'EOF' # internal
2025-08-20T21:26:14.3701314Z [00:02:28.492]➜  # import config
2025-08-20T21:26:14.3702235Z [00:02:28.492]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build548448651/b281/_pkg_.a
2025-08-20T21:26:14.3703514Z [00:02:28.492]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build548448651/b287/_pkg_.a
2025-08-20T21:26:14.3704533Z [00:02:28.492]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:14.3708842Z [00:02:28.492]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:14.3709556Z [00:02:28.492]➜  EOF
2025-08-20T21:26:14.3713226Z [00:02:28.493]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b319/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/peer/pb=>github.com/libp2p/go-libp2p@v0.43.0/core/peer/pb;$WORK/b319=>" -p github.com/libp2p/go-libp2p/core/peer/pb -lang=go1.23 -complete -installsuffix shared -buildid voiFL8DLhZ1vwroU3bm9/voiFL8DLhZ1vwroU3bm9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b319/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/peer/pb/peer_record.pb.go
2025-08-20T21:26:14.3950508Z [00:02:28.517]➜  go tool buildid -w $WORK/b205/_pkg_.a # internal
2025-08-20T21:26:14.4003982Z [00:02:28.522]➜  cp $WORK/b205/_pkg_.a /root/.cache/go-build/3e/3e7a7d8d7439912d8f3ab480bf752d95ff89b959c07bd20375801ba1bae63eb7-d # internal
2025-08-20T21:26:14.4063850Z [00:02:28.529]➜  go.opentelemetry.io/otel
2025-08-20T21:26:14.4066597Z [00:02:28.529]➜  mkdir -p $WORK/b200/
2025-08-20T21:26:14.4068330Z [00:02:28.529]➜  cat >/tmp/go-build548448651/b200/importcfg << 'EOF' # internal
2025-08-20T21:26:14.4069406Z [00:02:28.529]➜  # import config
2025-08-20T21:26:14.4070675Z [00:02:28.529]➜  packagefile github.com/go-logr/logr=/tmp/go-build548448651/b201/_pkg_.a
2025-08-20T21:26:14.4072356Z [00:02:28.529]➜  packagefile go.opentelemetry.io/otel/internal/global=/tmp/go-build548448651/b205/_pkg_.a
2025-08-20T21:26:14.4074506Z [00:02:28.529]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build548448651/b219/_pkg_.a
2025-08-20T21:26:14.4075644Z [00:02:28.529]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build548448651/b221/_pkg_.a
2025-08-20T21:26:14.4076733Z [00:02:28.529]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build548448651/b214/_pkg_.a
2025-08-20T21:26:14.4077454Z [00:02:28.529]➜  EOF
2025-08-20T21:26:14.4084145Z [00:02:28.529]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b200/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0=>go.opentelemetry.io/otel@v1.37.0;$WORK/b200=>" -p go.opentelemetry.io/otel -lang=go1.23 -complete -installsuffix shared -buildid 08T6Z6pPOZW7wciTalo9/08T6Z6pPOZW7wciTalo9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b200/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/error_handler.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/handler.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/internal_logging.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/metric.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/propagation.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/trace.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/version.go
2025-08-20T21:26:14.4107489Z [00:02:28.533]➜  go tool buildid -w $WORK/b319/_pkg_.a # internal
2025-08-20T21:26:14.4123258Z [00:02:28.535]➜  cp $WORK/b319/_pkg_.a /root/.cache/go-build/51/5106b167d4df1b8b1b95896b28b25bef48c13cb01c5ad87bd4de8ab39144033d-d # internal
2025-08-20T21:26:14.4160071Z [00:02:28.538]➜  github.com/libp2p/go-libp2p/core/record/pb
2025-08-20T21:26:14.4162781Z [00:02:28.538]➜  mkdir -p $WORK/b322/
2025-08-20T21:26:14.4171293Z [00:02:28.539]➜  cat >/tmp/go-build548448651/b322/importcfg << 'EOF' # internal
2025-08-20T21:26:14.4178758Z [00:02:28.540]➜  # import config
2025-08-20T21:26:14.4179824Z [00:02:28.540]➜  packagefile github.com/libp2p/go-libp2p/core/crypto/pb=/tmp/go-build548448651/b316/_pkg_.a
2025-08-20T21:26:14.4181269Z [00:02:28.540]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build548448651/b281/_pkg_.a
2025-08-20T21:26:14.4182707Z [00:02:28.540]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build548448651/b287/_pkg_.a
2025-08-20T21:26:14.4183828Z [00:02:28.540]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:14.4184681Z [00:02:28.540]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:14.4185323Z [00:02:28.540]➜  EOF
2025-08-20T21:26:14.4196347Z [00:02:28.541]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b322/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/record/pb=>github.com/libp2p/go-libp2p@v0.43.0/core/record/pb;$WORK/b322=>" -p github.com/libp2p/go-libp2p/core/record/pb -lang=go1.23 -complete -installsuffix shared -buildid 2OYzejyRhMmgO_68FU6W/2OYzejyRhMmgO_68FU6W -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b322/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/record/pb/envelope.pb.go
2025-08-20T21:26:14.4574888Z [00:02:28.579]➜  go tool buildid -w $WORK/b322/_pkg_.a # internal
2025-08-20T21:26:14.4599946Z [00:02:28.582]➜  cp $WORK/b322/_pkg_.a /root/.cache/go-build/4e/4e9b029b6c3186b1dcf897eacad8b2574f6913ab62d61cad4ea682e60ff42cc8-d # internal
2025-08-20T21:26:14.4604726Z [00:02:28.583]➜  github.com/ipfs/boxo/ipld/merkledag/pb
2025-08-20T21:26:14.4622250Z [00:02:28.585]➜  mkdir -p $WORK/b332/
2025-08-20T21:26:14.4623512Z [00:02:28.585]➜  cat >/tmp/go-build548448651/b332/importcfg << 'EOF' # internal
2025-08-20T21:26:14.4625202Z [00:02:28.585]➜  # import config
2025-08-20T21:26:14.4626528Z [00:02:28.585]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build548448651/b281/_pkg_.a
2025-08-20T21:26:14.4628023Z [00:02:28.585]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build548448651/b287/_pkg_.a
2025-08-20T21:26:14.4629418Z [00:02:28.585]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:14.4630282Z [00:02:28.585]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:14.4630917Z [00:02:28.585]➜  EOF
2025-08-20T21:26:14.4635849Z [00:02:28.585]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b332/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/ipld/merkledag/pb=>github.com/ipfs/boxo@v0.34.0/ipld/merkledag/pb;$WORK/b332=>" -p github.com/ipfs/boxo/ipld/merkledag/pb -lang=go1.24 -complete -installsuffix shared -buildid fIS3W83AMEsRep5WyXgV/fIS3W83AMEsRep5WyXgV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b332/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/ipld/merkledag/pb/gen.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/ipld/merkledag/pb/merkledag.pb.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/ipld/merkledag/pb/upgrade_check.go
2025-08-20T21:26:14.4643892Z [00:02:28.587]➜  go tool buildid -w $WORK/b311/_pkg_.a # internal
2025-08-20T21:26:14.4670016Z [00:02:28.589]➜  cp $WORK/b311/_pkg_.a /root/.cache/go-build/6e/6ecfb3799eb43b428bf741ef3675ec5f4ba9bbf2071ee149b467d477b77ad9a5-d # internal
2025-08-20T21:26:14.4723145Z [00:02:28.594]➜  github.com/libp2p/go-libp2p/core/record
2025-08-20T21:26:14.4727535Z [00:02:28.594]➜  mkdir -p $WORK/b320/
2025-08-20T21:26:14.4728316Z [00:02:28.595]➜  cat >/tmp/go-build548448651/b320/importcfg << 'EOF' # internal
2025-08-20T21:26:14.4729321Z [00:02:28.595]➜  # import config
2025-08-20T21:26:14.4730025Z [00:02:28.595]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:14.4730886Z [00:02:28.595]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:14.4731721Z [00:02:28.595]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:14.4732782Z [00:02:28.595]➜  packagefile github.com/libp2p/go-buffer-pool=/tmp/go-build548448651/b321/_pkg_.a
2025-08-20T21:26:14.4734047Z [00:02:28.595]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build548448651/b311/_pkg_.a
2025-08-20T21:26:14.4735763Z [00:02:28.595]➜  packagefile github.com/libp2p/go-libp2p/core/internal/catch=/tmp/go-build548448651/b317/_pkg_.a
2025-08-20T21:26:14.4737124Z [00:02:28.595]➜  packagefile github.com/libp2p/go-libp2p/core/record/pb=/tmp/go-build548448651/b322/_pkg_.a
2025-08-20T21:26:14.4738425Z [00:02:28.595]➜  packagefile github.com/multiformats/go-varint=/tmp/go-build548448651/b254/_pkg_.a
2025-08-20T21:26:14.4739897Z [00:02:28.595]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build548448651/b300/_pkg_.a
2025-08-20T21:26:14.4740936Z [00:02:28.595]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:14.4741797Z [00:02:28.595]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:14.4742428Z [00:02:28.595]➜  EOF
2025-08-20T21:26:14.4746703Z [00:02:28.595]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b320/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/record=>github.com/libp2p/go-libp2p@v0.43.0/core/record;$WORK/b320=>" -p github.com/libp2p/go-libp2p/core/record -lang=go1.23 -complete -installsuffix shared -buildid 1wUUfDd_7Pu4WUKZPOlw/1wUUfDd_7Pu4WUKZPOlw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b320/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/record/envelope.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/record/record.go
2025-08-20T21:26:14.4755592Z [00:02:28.598]➜  go tool buildid -w $WORK/b200/_pkg_.a # internal
2025-08-20T21:26:14.4772767Z [00:02:28.600]➜  cp $WORK/b200/_pkg_.a /root/.cache/go-build/e8/e82e74bd84b2f3c05f5c8e531dea624dce4d2f3d3efbde20d131c119ecb3ccd4-d # internal
2025-08-20T21:26:14.4800170Z [00:02:28.602]➜  github.com/ipfs/boxo/blockservice/internal
2025-08-20T21:26:14.4801765Z [00:02:28.602]➜  mkdir -p $WORK/b199/
2025-08-20T21:26:14.4807946Z [00:02:28.603]➜  cat >/tmp/go-build548448651/b199/importcfg << 'EOF' # internal
2025-08-20T21:26:14.4810270Z [00:02:28.603]➜  # import config
2025-08-20T21:26:14.4812451Z [00:02:28.603]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:14.4815795Z [00:02:28.603]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build548448651/b200/_pkg_.a
2025-08-20T21:26:14.4817005Z [00:02:28.603]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build548448651/b214/_pkg_.a
2025-08-20T21:26:14.4817842Z [00:02:28.603]➜  EOF
2025-08-20T21:26:14.4821891Z [00:02:28.604]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b199/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/blockservice/internal=>github.com/ipfs/boxo@v0.34.0/blockservice/internal;$WORK/b199=>" -p github.com/ipfs/boxo/blockservice/internal -lang=go1.24 -complete -installsuffix shared -buildid jZi7-fzqmaRKguCLzL8Z/jZi7-fzqmaRKguCLzL8Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b199/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/blockservice/internal/tracing.go
2025-08-20T21:26:14.5081941Z [00:02:28.630]➜  go tool buildid -w $WORK/b332/_pkg_.a # internal
2025-08-20T21:26:14.5099763Z [00:02:28.632]➜  cp $WORK/b332/_pkg_.a /root/.cache/go-build/a3/a30893bb6f959f038b0da42a757a87ac0051e641ace38606447ecb2b997fbd74-d # internal
2025-08-20T21:26:14.5110441Z [00:02:28.633]➜  github.com/ipfs/boxo/ipld/unixfs/pb
2025-08-20T21:26:14.5113161Z [00:02:28.634]➜  mkdir -p $WORK/b369/
2025-08-20T21:26:14.5121798Z [00:02:28.635]➜  cat >/tmp/go-build548448651/b369/importcfg << 'EOF' # internal
2025-08-20T21:26:14.5122741Z [00:02:28.635]➜  # import config
2025-08-20T21:26:14.5125392Z [00:02:28.635]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build548448651/b281/_pkg_.a
2025-08-20T21:26:14.5127333Z [00:02:28.635]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build548448651/b287/_pkg_.a
2025-08-20T21:26:14.5131616Z [00:02:28.635]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:14.5132534Z [00:02:28.635]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:14.5133167Z [00:02:28.635]➜  EOF
2025-08-20T21:26:14.5137648Z [00:02:28.635]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b369/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/ipld/unixfs/pb=>github.com/ipfs/boxo@v0.34.0/ipld/unixfs/pb;$WORK/b369=>" -p github.com/ipfs/boxo/ipld/unixfs/pb -lang=go1.24 -complete -installsuffix shared -buildid nzjxqcP1Tx7ofmOfwVm-/nzjxqcP1Tx7ofmOfwVm- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b369/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/ipld/unixfs/pb/gen.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/ipld/unixfs/pb/unixfs.pb.go
2025-08-20T21:26:14.5272392Z [00:02:28.649]➜  go tool buildid -w $WORK/b199/_pkg_.a # internal
2025-08-20T21:26:14.5273715Z [00:02:28.649]➜  cp $WORK/b199/_pkg_.a /root/.cache/go-build/65/6536cb24f5b379cea365a913e4d55596a22429baceca7311f5194e4817964734-d # internal
2025-08-20T21:26:14.5274645Z [00:02:28.649]➜  golang.org/x/oauth2/internal
2025-08-20T21:26:14.5275224Z [00:02:28.649]➜  mkdir -p $WORK/b375/
2025-08-20T21:26:14.5275974Z [00:02:28.649]➜  cat >/tmp/go-build548448651/b375/importcfg << 'EOF' # internal
2025-08-20T21:26:14.5276653Z [00:02:28.649]➜  # import config
2025-08-20T21:26:14.5277291Z [00:02:28.649]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:14.5278118Z [00:02:28.649]➜  packagefile crypto/rsa=/tmp/go-build548448651/b148/_pkg_.a
2025-08-20T21:26:14.5279212Z [00:02:28.649]➜  packagefile crypto/x509=/tmp/go-build548448651/b154/_pkg_.a
2025-08-20T21:26:14.5280102Z [00:02:28.649]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:14.5281032Z [00:02:28.649]➜  packagefile encoding/pem=/tmp/go-build548448651/b158/_pkg_.a
2025-08-20T21:26:14.5281956Z [00:02:28.649]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:14.5282986Z [00:02:28.649]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:14.5283764Z [00:02:28.649]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:14.5284527Z [00:02:28.649]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:14.5285330Z [00:02:28.649]➜  packagefile mime=/tmp/go-build548448651/b178/_pkg_.a
2025-08-20T21:26:14.5286136Z [00:02:28.649]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:14.5287018Z [00:02:28.649]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:14.5287886Z [00:02:28.649]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:14.5289457Z [00:02:28.649]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:14.5290364Z [00:02:28.650]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:14.5291258Z [00:02:28.650]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:14.5292170Z [00:02:28.650]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:14.5292808Z [00:02:28.650]➜  EOF
2025-08-20T21:26:14.5297499Z [00:02:28.650]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b375/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/internal=>golang.org/x/oauth2@v0.30.0/internal;$WORK/b375=>" -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/b375/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-20T21:26:14.5530788Z [00:02:28.675]➜  go tool buildid -w $WORK/b320/_pkg_.a # internal
2025-08-20T21:26:14.5539669Z [00:02:28.676]➜  cp $WORK/b320/_pkg_.a /root/.cache/go-build/10/101ddb9cba8f55a3031fe87e834f6787a33e2b060c7f09312a36887df56c1c9f-d # internal
2025-08-20T21:26:14.5556499Z [00:02:28.678]➜  github.com/libp2p/go-libp2p/core/peer
2025-08-20T21:26:14.5558284Z [00:02:28.678]➜  mkdir -p $WORK/b318/
2025-08-20T21:26:14.5567063Z [00:02:28.679]➜  cat >/tmp/go-build548448651/b318/importcfg << 'EOF' # internal
2025-08-20T21:26:14.5567978Z [00:02:28.679]➜  # import config
2025-08-20T21:26:14.5569036Z [00:02:28.679]➜  packagefile encoding=/tmp/go-build548448651/b053/_pkg_.a
2025-08-20T21:26:14.5570856Z [00:02:28.679]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:14.5571776Z [00:02:28.679]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:14.5572619Z [00:02:28.679]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:14.5573532Z [00:02:28.679]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:14.5574713Z [00:02:28.679]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build548448651/b311/_pkg_.a
2025-08-20T21:26:14.5576024Z [00:02:28.679]➜  packagefile github.com/libp2p/go-libp2p/core/internal/catch=/tmp/go-build548448651/b317/_pkg_.a
2025-08-20T21:26:14.5577320Z [00:02:28.679]➜  packagefile github.com/libp2p/go-libp2p/core/peer/pb=/tmp/go-build548448651/b319/_pkg_.a
2025-08-20T21:26:14.5578794Z [00:02:28.679]➜  packagefile github.com/libp2p/go-libp2p/core/record=/tmp/go-build548448651/b320/_pkg_.a
2025-08-20T21:26:14.5580000Z [00:02:28.679]➜  packagefile github.com/mr-tron/base58/base58=/tmp/go-build548448651/b232/_pkg_.a
2025-08-20T21:26:14.5581178Z [00:02:28.679]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:14.5582403Z [00:02:28.679]➜  packagefile github.com/multiformats/go-multicodec=/tmp/go-build548448651/b327/_pkg_.a
2025-08-20T21:26:14.5583609Z [00:02:28.679]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build548448651/b235/_pkg_.a
2025-08-20T21:26:14.5585099Z [00:02:28.679]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build548448651/b300/_pkg_.a
2025-08-20T21:26:14.5586124Z [00:02:28.680]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:14.5586921Z [00:02:28.680]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:14.5587705Z [00:02:28.680]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:14.5588313Z [00:02:28.680]➜  EOF
2025-08-20T21:26:14.5605847Z [00:02:28.680]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b318/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/peer=>github.com/libp2p/go-libp2p@v0.43.0/core/peer;$WORK/b318=>" -p github.com/libp2p/go-libp2p/core/peer -lang=go1.23 -complete -installsuffix shared -buildid stawZc9hJ_mhjVjJFMb7/stawZc9hJ_mhjVjJFMb7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b318/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/peer/addrinfo.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/peer/addrinfo_serde.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/peer/peer.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/peer/peer_serde.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/peer/record.go
2025-08-20T21:26:14.5975633Z [00:02:28.720]➜  go tool buildid -w $WORK/b375/_pkg_.a # internal
2025-08-20T21:26:14.5991698Z [00:02:28.721]➜  cp $WORK/b375/_pkg_.a /root/.cache/go-build/ec/ecadaa4138cef969def04154daafcae1644c6c257a6b1235bdd34398649f6aa1-d # internal
2025-08-20T21:26:14.5997860Z [00:02:28.722]➜  golang.org/x/oauth2
2025-08-20T21:26:14.6000727Z [00:02:28.722]➜  mkdir -p $WORK/b374/
2025-08-20T21:26:14.6003271Z [00:02:28.722]➜  go tool buildid -w $WORK/b369/_pkg_.a # internal
2025-08-20T21:26:14.6009538Z [00:02:28.723]➜  cat >/tmp/go-build548448651/b374/importcfg << 'EOF' # internal
2025-08-20T21:26:14.6017651Z [00:02:28.723]➜  # import config
2025-08-20T21:26:14.6018351Z [00:02:28.723]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:14.6019485Z [00:02:28.723]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:14.6020360Z [00:02:28.723]➜  packagefile crypto/rand=/tmp/go-build548448651/b082/_pkg_.a
2025-08-20T21:26:14.6021256Z [00:02:28.723]➜  packagefile crypto/sha256=/tmp/go-build548448651/b151/_pkg_.a
2025-08-20T21:26:14.6022526Z [00:02:28.723]➜  packagefile encoding/base64=/tmp/go-build548448651/b054/_pkg_.a
2025-08-20T21:26:14.6027676Z [00:02:28.723]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:14.6028690Z [00:02:28.723]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:14.6030905Z [00:02:28.723]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:14.6031816Z [00:02:28.723]➜  packagefile golang.org/x/oauth2/internal=/tmp/go-build548448651/b375/_pkg_.a
2025-08-20T21:26:14.6032704Z [00:02:28.723]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:14.6033448Z [00:02:28.723]➜  packagefile log=/tmp/go-build548448651/b071/_pkg_.a
2025-08-20T21:26:14.6034232Z [00:02:28.723]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:14.6035023Z [00:02:28.723]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:14.6035776Z [00:02:28.723]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:14.6036541Z [00:02:28.724]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:14.6037285Z [00:02:28.724]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:14.6038009Z [00:02:28.724]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:14.6038712Z [00:02:28.724]➜  EOF
2025-08-20T21:26:14.6043394Z [00:02:28.724]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b374/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.30.0=>golang.org/x/oauth2@v0.30.0;$WORK/b374=>" -p golang.org/x/oauth2 -lang=go1.23 -complete -installsuffix shared -buildid JjEG46hiUCDV2yECdhpm/JjEG46hiUCDV2yECdhpm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b374/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-20T21:26:14.6050776Z [00:02:28.725]➜  cp $WORK/b369/_pkg_.a /root/.cache/go-build/21/217285268e7758df5b472729446d26c21443a67e86422911d55ff4fac6598124-d # internal
2025-08-20T21:26:14.6053287Z [00:02:28.727]➜  net/http/httputil
2025-08-20T21:26:14.6053825Z [00:02:28.727]➜  mkdir -p $WORK/b376/
2025-08-20T21:26:14.6056418Z [00:02:28.728]➜  cat >/tmp/go-build548448651/b376/importcfg << 'EOF' # internal
2025-08-20T21:26:14.6057208Z [00:02:28.728]➜  # import config
2025-08-20T21:26:14.6058037Z [00:02:28.728]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T21:26:14.6059165Z [00:02:28.728]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:14.6059994Z [00:02:28.728]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:14.6060811Z [00:02:28.728]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:14.6061636Z [00:02:28.728]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:14.6062491Z [00:02:28.728]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:14.6063528Z [00:02:28.728]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build548448651/b169/_pkg_.a
2025-08-20T21:26:14.6064554Z [00:02:28.728]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:14.6065342Z [00:02:28.728]➜  packagefile log=/tmp/go-build548448651/b071/_pkg_.a
2025-08-20T21:26:14.6066130Z [00:02:28.728]➜  packagefile mime=/tmp/go-build548448651/b178/_pkg_.a
2025-08-20T21:26:14.6066915Z [00:02:28.728]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:14.6067717Z [00:02:28.728]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:14.6068865Z [00:02:28.728]➜  packagefile net/http/httptrace=/tmp/go-build548448651/b181/_pkg_.a
2025-08-20T21:26:14.6069887Z [00:02:28.728]➜  packagefile net/http/internal=/tmp/go-build548448651/b182/_pkg_.a
2025-08-20T21:26:14.6071236Z [00:02:28.728]➜  packagefile net/http/internal/ascii=/tmp/go-build548448651/b183/_pkg_.a
2025-08-20T21:26:14.6072189Z [00:02:28.728]➜  packagefile net/textproto=/tmp/go-build548448651/b175/_pkg_.a
2025-08-20T21:26:14.6073056Z [00:02:28.728]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:14.6073863Z [00:02:28.728]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:14.6074695Z [00:02:28.728]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:14.6075495Z [00:02:28.728]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:14.6076122Z [00:02:28.728]➜  EOF
2025-08-20T21:26:14.6080032Z [00:02:28.728]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b376/_pkg_.a -trimpath "/root/.go/src/net/http/httputil=>net/http/httputil;$WORK/b376=>" -p net/http/httputil -lang=go1.25 -std -complete -installsuffix shared -buildid CnZvQ8T48ZGoRP-IqGvw/CnZvQ8T48ZGoRP-IqGvw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b376/importcfg -pack /root/.go/src/net/http/httputil/dump.go /root/.go/src/net/http/httputil/httputil.go /root/.go/src/net/http/httputil/persist.go /root/.go/src/net/http/httputil/reverseproxy.go
2025-08-20T21:26:14.7022249Z [00:02:28.825]➜  go tool buildid -w $WORK/b318/_pkg_.a # internal
2025-08-20T21:26:14.7047847Z [00:02:28.827]➜  cp $WORK/b318/_pkg_.a /root/.cache/go-build/05/05005e1233d2522f01e708cc94727dec5ed65fc34cdee5f630541201f4c87189-d # internal
2025-08-20T21:26:14.7196629Z [00:02:28.842]➜  go tool buildid -w $WORK/b374/_pkg_.a # internal
2025-08-20T21:26:14.7199540Z [00:02:28.842]➜  github.com/libp2p/go-libp2p-record
2025-08-20T21:26:14.7200683Z [00:02:28.842]➜  mkdir -p $WORK/b279/
2025-08-20T21:26:14.7203265Z [00:02:28.842]➜  cat >/tmp/go-build548448651/b279/importcfg << 'EOF' # internal
2025-08-20T21:26:14.7205149Z [00:02:28.842]➜  # import config
2025-08-20T21:26:14.7206402Z [00:02:28.842]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:14.7207892Z [00:02:28.842]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:14.7209291Z [00:02:28.842]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:14.7210728Z [00:02:28.842]➜  packagefile github.com/libp2p/go-libp2p-record/pb=/tmp/go-build548448651/b280/_pkg_.a
2025-08-20T21:26:14.7212242Z [00:02:28.842]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build548448651/b311/_pkg_.a
2025-08-20T21:26:14.7214000Z [00:02:28.842]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:14.7215590Z [00:02:28.842]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build548448651/b235/_pkg_.a
2025-08-20T21:26:14.7217264Z [00:02:28.842]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:14.7218373Z [00:02:28.843]➜  EOF
2025-08-20T21:26:14.7225729Z [00:02:28.843]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b279/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p-record@v0.3.1=>github.com/libp2p/go-libp2p-record@v0.3.1;$WORK/b279=>" -p github.com/libp2p/go-libp2p-record -lang=go1.22 -complete -installsuffix shared -buildid ZEXGYPZPRtwff4GC15VT/ZEXGYPZPRtwff4GC15VT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b279/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p-record@v0.3.1/pubkey.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-record@v0.3.1/record.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-record@v0.3.1/util.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-record@v0.3.1/validator.go
2025-08-20T21:26:14.7276772Z [00:02:28.850]➜  cp $WORK/b374/_pkg_.a /root/.cache/go-build/ba/badb98f0aba5e6cf5ed04253ad99f420e0b361420b1997933f8c28f43ce357d9-d # internal
2025-08-20T21:26:14.7289811Z [00:02:28.851]➜  github.com/libp2p/go-libp2p/core/routing
2025-08-20T21:26:14.7291131Z [00:02:28.851]➜  mkdir -p $WORK/b329/
2025-08-20T21:26:14.7299037Z [00:02:28.852]➜  cat >/tmp/go-build548448651/b329/importcfg << 'EOF' # internal
2025-08-20T21:26:14.7302636Z [00:02:28.853]➜  # import config
2025-08-20T21:26:14.7303720Z [00:02:28.853]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:14.7304662Z [00:02:28.853]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:14.7305588Z [00:02:28.853]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:14.7306567Z [00:02:28.853]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:14.7307778Z [00:02:28.853]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build548448651/b311/_pkg_.a
2025-08-20T21:26:14.7309282Z [00:02:28.853]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:14.7310333Z [00:02:28.853]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:14.7311004Z [00:02:28.853]➜  EOF
2025-08-20T21:26:14.7320876Z [00:02:28.854]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b329/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/routing=>github.com/libp2p/go-libp2p@v0.43.0/core/routing;$WORK/b329=>" -p github.com/libp2p/go-libp2p/core/routing -lang=go1.23 -complete -installsuffix shared -buildid V-idutedCbRBi6uPm69D/V-idutedCbRBi6uPm69D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b329/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/routing/options.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/routing/query.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/routing/query_serde.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/routing/routing.go
2025-08-20T21:26:14.7728839Z [00:02:28.895]➜  go tool buildid -w $WORK/b329/_pkg_.a # internal
2025-08-20T21:26:14.7743206Z [00:02:28.897]➜  cp $WORK/b329/_pkg_.a /root/.cache/go-build/27/27a83f8b1748e691c083313f6e7f16c99d263ca1a2daaa589d8de3fe8184f77c-d # internal
2025-08-20T21:26:14.7747396Z [00:02:28.897]➜  github.com/libp2p/go-libp2p-routing-helpers/tracing
2025-08-20T21:26:14.7750856Z [00:02:28.898]➜  mkdir -p $WORK/b328/
2025-08-20T21:26:14.7754195Z [00:02:28.898]➜  cat >/tmp/go-build548448651/b328/importcfg << 'EOF' # internal
2025-08-20T21:26:14.7755154Z [00:02:28.898]➜  # import config
2025-08-20T21:26:14.7757083Z [00:02:28.898]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:14.7759062Z [00:02:28.898]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:14.7759922Z [00:02:28.898]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:14.7761002Z [00:02:28.898]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:14.7762229Z [00:02:28.898]➜  packagefile github.com/libp2p/go-libp2p/core/routing=/tmp/go-build548448651/b329/_pkg_.a
2025-08-20T21:26:14.7763497Z [00:02:28.898]➜  packagefile github.com/multiformats/go-multibase=/tmp/go-build548448651/b231/_pkg_.a
2025-08-20T21:26:14.7764682Z [00:02:28.898]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build548448651/b235/_pkg_.a
2025-08-20T21:26:14.7765787Z [00:02:28.898]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build548448651/b200/_pkg_.a
2025-08-20T21:26:14.7766852Z [00:02:28.898]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build548448651/b210/_pkg_.a
2025-08-20T21:26:14.7767969Z [00:02:28.898]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build548448651/b212/_pkg_.a
2025-08-20T21:26:14.7769263Z [00:02:28.898]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build548448651/b214/_pkg_.a
2025-08-20T21:26:14.7769965Z [00:02:28.898]➜  EOF
2025-08-20T21:26:14.7774031Z [00:02:28.898]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b328/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p-routing-helpers@v0.7.5/tracing=>github.com/libp2p/go-libp2p-routing-helpers@v0.7.5/tracing;$WORK/b328=>" -p github.com/libp2p/go-libp2p-routing-helpers/tracing -lang=go1.23 -complete -installsuffix shared -buildid hRGQH3veO3r4A3zAUILl/hRGQH3veO3r4A3zAUILl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b328/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p-routing-helpers@v0.7.5/tracing/tracing.go
2025-08-20T21:26:14.7910268Z [00:02:28.913]➜  go tool buildid -w $WORK/b266/_pkg_.a # internal
2025-08-20T21:26:14.8004166Z [00:02:28.923]➜  cp $WORK/b266/_pkg_.a /root/.cache/go-build/7f/7fb4a9b34c390b69577045630b5eb4ecb444bddbb7389478396251b482ae2a38-d # internal
2025-08-20T21:26:14.8027213Z [00:02:28.924]➜  github.com/ipfs/go-log/v2
2025-08-20T21:26:14.8027845Z [00:02:28.925]➜  mkdir -p $WORK/b264/
2025-08-20T21:26:14.8031109Z [00:02:28.925]➜  cat >/tmp/go-build548448651/b264/importcfg << 'EOF' # internal
2025-08-20T21:26:14.8031881Z [00:02:28.925]➜  # import config
2025-08-20T21:26:14.8032600Z [00:02:28.925]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:14.8033501Z [00:02:28.925]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:14.8034479Z [00:02:28.925]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build548448651/b265/_pkg_.a
2025-08-20T21:26:14.8035521Z [00:02:28.925]➜  packagefile go.uber.org/zap=/tmp/go-build548448651/b266/_pkg_.a
2025-08-20T21:26:14.8036483Z [00:02:28.925]➜  packagefile go.uber.org/zap/zapcore=/tmp/go-build548448651/b269/_pkg_.a
2025-08-20T21:26:14.8037396Z [00:02:28.925]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:14.8038206Z [00:02:28.925]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:14.8039319Z [00:02:28.925]➜  packagefile path/filepath=/tmp/go-build548448651/b168/_pkg_.a
2025-08-20T21:26:14.8040230Z [00:02:28.925]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:14.8041059Z [00:02:28.925]➜  packagefile regexp=/tmp/go-build548448651/b192/_pkg_.a
2025-08-20T21:26:14.8042170Z [00:02:28.925]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:14.8043074Z [00:02:28.925]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:14.8043893Z [00:02:28.925]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:14.8071783Z [00:02:28.925]➜  EOF
2025-08-20T21:26:14.8077117Z [00:02:28.926]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b264/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-log/v2@v2.8.1=>github.com/ipfs/go-log/v2@v2.8.1;$WORK/b264=>" -p github.com/ipfs/go-log/v2 -lang=go1.23 -complete -installsuffix shared -buildid Hy4WKT3Ekj_uAbzlCmy3/Hy4WKT3Ekj_uAbzlCmy3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b264/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-log/v2@v2.8.1/core.go /root/go/pkg/mod/github.com/ipfs/go-log/v2@v2.8.1/levels.go /root/go/pkg/mod/github.com/ipfs/go-log/v2@v2.8.1/log.go /root/go/pkg/mod/github.com/ipfs/go-log/v2@v2.8.1/path_other.go /root/go/pkg/mod/github.com/ipfs/go-log/v2@v2.8.1/pipe.go /root/go/pkg/mod/github.com/ipfs/go-log/v2@v2.8.1/setup.go
2025-08-20T21:26:14.8083869Z [00:02:28.931]➜  go tool buildid -w $WORK/b279/_pkg_.a # internal
2025-08-20T21:26:14.8099831Z [00:02:28.932]➜  cp $WORK/b279/_pkg_.a /root/.cache/go-build/4e/4ec8ce7ad9151b9d3f1759e914a7e4b4f2cf2b5f252a59aaeac13d649c33d5ef-d # internal
2025-08-20T21:26:14.8103078Z [00:02:28.933]➜  github.com/texttheater/golang-levenshtein/levenshtein
2025-08-20T21:26:14.8106126Z [00:02:28.933]➜  mkdir -p $WORK/b379/
2025-08-20T21:26:14.8113283Z [00:02:28.934]➜  cat >/tmp/go-build548448651/b379/importcfg << 'EOF' # internal
2025-08-20T21:26:14.8114002Z [00:02:28.934]➜  # import config
2025-08-20T21:26:14.8114656Z [00:02:28.934]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:14.8115455Z [00:02:28.934]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:14.8116243Z [00:02:28.934]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:14.8116860Z [00:02:28.934]➜  EOF
2025-08-20T21:26:14.8127078Z [00:02:28.935]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b379/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/texttheater/golang-levenshtein@v1.0.1/levenshtein=>github.com/texttheater/golang-levenshtein@v1.0.1/levenshtein;$WORK/b379=>" -p github.com/texttheater/golang-levenshtein/levenshtein -lang=go1.13 -complete -installsuffix shared -buildid On8NW1sm3DFXSKbD-qEt/On8NW1sm3DFXSKbD-qEt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b379/importcfg -pack /root/go/pkg/mod/github.com/texttheater/golang-levenshtein@v1.0.1/levenshtein/levenshtein.go
2025-08-20T21:26:14.8170762Z [00:02:28.939]➜  go tool buildid -w $WORK/b376/_pkg_.a # internal
2025-08-20T21:26:14.8260239Z [00:02:28.945]➜  cp $WORK/b376/_pkg_.a /root/.cache/go-build/72/72e5ad9cc99f6f1d169144ed020445d32b5ff46583ccbd1d5b2ef1f0cf84a8f8-d # internal
2025-08-20T21:26:14.8289108Z [00:02:28.951]➜  github.com/ipfs/boxo/pinning/remote/client/openapi
2025-08-20T21:26:14.8292900Z [00:02:28.952]➜  mkdir -p $WORK/b372/
2025-08-20T21:26:14.8297626Z [00:02:28.952]➜  cat >/tmp/go-build548448651/b372/importcfg << 'EOF' # internal
2025-08-20T21:26:14.8298919Z [00:02:28.952]➜  # import config
2025-08-20T21:26:14.8299919Z [00:02:28.952]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:14.8301918Z [00:02:28.952]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:14.8304842Z [00:02:28.952]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:14.8305848Z [00:02:28.952]➜  packagefile encoding/xml=/tmp/go-build548448651/b373/_pkg_.a
2025-08-20T21:26:14.8306751Z [00:02:28.952]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:14.8307621Z [00:02:28.952]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:14.8308727Z [00:02:28.952]➜  packagefile golang.org/x/oauth2=/tmp/go-build548448651/b374/_pkg_.a
2025-08-20T21:26:14.8309663Z [00:02:28.952]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:14.8310868Z [00:02:28.952]➜  packagefile log=/tmp/go-build548448651/b071/_pkg_.a
2025-08-20T21:26:14.8311932Z [00:02:28.952]➜  packagefile mime/multipart=/tmp/go-build548448651/b179/_pkg_.a
2025-08-20T21:26:14.8312970Z [00:02:28.952]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:14.8313937Z [00:02:28.952]➜  packagefile net/http/httputil=/tmp/go-build548448651/b376/_pkg_.a
2025-08-20T21:26:14.8314903Z [00:02:28.952]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:14.8315752Z [00:02:28.952]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:14.8316654Z [00:02:28.952]➜  packagefile path/filepath=/tmp/go-build548448651/b168/_pkg_.a
2025-08-20T21:26:14.8317567Z [00:02:28.952]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:14.8318419Z [00:02:28.952]➜  packagefile regexp=/tmp/go-build548448651/b192/_pkg_.a
2025-08-20T21:26:14.8324212Z [00:02:28.952]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:14.8325132Z [00:02:28.952]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:14.8325992Z [00:02:28.952]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:14.8326642Z [00:02:28.952]➜  EOF
2025-08-20T21:26:14.8337881Z [00:02:28.953]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b372/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/pinning/remote/client/openapi=>github.com/ipfs/boxo@v0.34.0/pinning/remote/client/openapi;$WORK/b372=>" -p github.com/ipfs/boxo/pinning/remote/client/openapi -lang=go1.24 -complete -installsuffix shared -buildid UAjt1LEACG-6v9I5nex7/UAjt1LEACG-6v9I5nex7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b372/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/pinning/remote/client/openapi/api_pins.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/pinning/remote/client/openapi/client.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/pinning/remote/client/openapi/configuration.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/pinning/remote/client/openapi/model_failure.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/pinning/remote/client/openapi/model_failure_error.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/pinning/remote/client/openapi/model_pin.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/pinning/remote/client/openapi/model_pin_results.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/pinning/remote/client/openapi/model_pin_status.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/pinning/remote/client/openapi/model_status.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/pinning/remote/client/openapi/response.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/pinning/remote/client/openapi/utils.go
2025-08-20T21:26:14.8539947Z [00:02:28.976]➜  go tool buildid -w $WORK/b379/_pkg_.a # internal
2025-08-20T21:26:14.8570014Z [00:02:28.979]➜  cp $WORK/b379/_pkg_.a /root/.cache/go-build/a9/a9c9d1098f8fcdfaadb2e011b5b4ea64bfa9a582c63b4d157a0b078fcc76eb63-d # internal
2025-08-20T21:26:14.8582360Z [00:02:28.981]➜  golang.org/x/term
2025-08-20T21:26:14.8585896Z [00:02:28.981]➜  mkdir -p $WORK/b380/
2025-08-20T21:26:14.8597558Z [00:02:28.981]➜  cat >/tmp/go-build548448651/b380/importcfg << 'EOF' # internal
2025-08-20T21:26:14.8598329Z [00:02:28.981]➜  # import config
2025-08-20T21:26:14.8599209Z [00:02:28.981]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:14.8600008Z [00:02:28.981]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:14.8601574Z [00:02:28.981]➜  packagefile golang.org/x/sys/unix=/tmp/go-build548448651/b194/_pkg_.a
2025-08-20T21:26:14.8603107Z [00:02:28.981]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:14.8604260Z [00:02:28.981]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:14.8605408Z [00:02:28.981]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:14.8606590Z [00:02:28.981]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:14.8608036Z [00:02:28.981]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:14.8609153Z [00:02:28.981]➜  EOF
2025-08-20T21:26:14.8613142Z [00:02:28.981]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b380/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/term@v0.34.0=>golang.org/x/term@v0.34.0;$WORK/b380=>" -p golang.org/x/term -lang=go1.23 -complete -installsuffix shared -buildid HIvJ50Z7-9ijRv6noSdg/HIvJ50Z7-9ijRv6noSdg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b380/importcfg -pack /root/go/pkg/mod/golang.org/x/term@v0.34.0/term.go /root/go/pkg/mod/golang.org/x/term@v0.34.0/term_unix.go /root/go/pkg/mod/golang.org/x/term@v0.34.0/term_unix_other.go /root/go/pkg/mod/golang.org/x/term@v0.34.0/terminal.go
2025-08-20T21:26:14.8710814Z [00:02:28.993]➜  go tool buildid -w $WORK/b328/_pkg_.a # internal
2025-08-20T21:26:14.8736905Z [00:02:28.996]➜  cp $WORK/b328/_pkg_.a /root/.cache/go-build/f9/f98ed65c55921b828491e5154a82664126f2affb7f8588dc3464b8181454ebf6-d # internal
2025-08-20T21:26:14.8743082Z [00:02:28.997]➜  text/template/parse
2025-08-20T21:26:14.8750686Z [00:02:28.997]➜  mkdir -p $WORK/b382/
2025-08-20T21:26:14.8751439Z [00:02:28.997]➜  cat >/tmp/go-build548448651/b382/importcfg << 'EOF' # internal
2025-08-20T21:26:14.8752195Z [00:02:28.997]➜  # import config
2025-08-20T21:26:14.8752904Z [00:02:28.997]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:14.8753684Z [00:02:28.997]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:14.8754488Z [00:02:28.997]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:14.8755265Z [00:02:28.997]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:14.8756051Z [00:02:28.997]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:14.8756851Z [00:02:28.997]➜  packagefile unicode=/tmp/go-build548448651/b041/_pkg_.a
2025-08-20T21:26:14.8757734Z [00:02:28.997]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:14.8773905Z [00:02:28.997]➜  EOF
2025-08-20T21:26:14.8777508Z [00:02:28.999]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b382/_pkg_.a -trimpath "/root/.go/src/text/template/parse=>text/template/parse;$WORK/b382=>" -p text/template/parse -lang=go1.25 -std -complete -installsuffix shared -buildid iLaawt6vnKFXhBlutn6m/iLaawt6vnKFXhBlutn6m -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b382/importcfg -pack /root/.go/src/text/template/parse/lex.go /root/.go/src/text/template/parse/node.go /root/.go/src/text/template/parse/parse.go
2025-08-20T21:26:14.9942343Z [00:02:29.116]➜  go tool buildid -w $WORK/b380/_pkg_.a # internal
2025-08-20T21:26:14.9990255Z [00:02:29.121]➜  cp $WORK/b380/_pkg_.a /root/.cache/go-build/3e/3eaa9f9ac1622a5701d781dd85f694c545d9c3efd1a654c9a24f535adb09da6a-d # internal
2025-08-20T21:26:14.9998030Z [00:02:29.122]➜  github.com/rs/cors/internal
2025-08-20T21:26:15.0003477Z [00:02:29.123]➜  mkdir -p $WORK/b385/
2025-08-20T21:26:15.0013632Z [00:02:29.124]➜  cat >/tmp/go-build548448651/b385/importcfg << 'EOF' # internal
2025-08-20T21:26:15.0014780Z [00:02:29.124]➜  # import config
2025-08-20T21:26:15.0017744Z [00:02:29.124]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:15.0018842Z [00:02:29.124]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:15.0019534Z [00:02:29.124]➜  EOF
2025-08-20T21:26:15.0047981Z [00:02:29.127]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b385/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/rs/cors@v1.11.1/internal=>github.com/rs/cors@v1.11.1/internal;$WORK/b385=>" -p github.com/rs/cors/internal -lang=go1.13 -complete -installsuffix shared -buildid -zufzPnwhtUvkW9cKzuz/-zufzPnwhtUvkW9cKzuz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b385/importcfg -pack /root/go/pkg/mod/github.com/rs/cors@v1.11.1/internal/sortedset.go
2025-08-20T21:26:15.0102962Z [00:02:29.133]➜  go tool buildid -w $WORK/b264/_pkg_.a # internal
2025-08-20T21:26:15.0117982Z [00:02:29.134]➜  cp $WORK/b264/_pkg_.a /root/.cache/go-build/c1/c155cf2eda764e1ca009e8f3b6eb8f279bb5f2f947742ee4ed0719c821d72eb3-d # internal
2025-08-20T21:26:15.0124232Z [00:02:29.135]➜  github.com/libp2p/go-libp2p-routing-helpers
2025-08-20T21:26:15.0127053Z [00:02:29.135]➜  mkdir -p $WORK/b277/
2025-08-20T21:26:15.0135797Z [00:02:29.136]➜  cat >/tmp/go-build548448651/b277/importcfg << 'EOF' # internal
2025-08-20T21:26:15.0138432Z [00:02:29.136]➜  # import config
2025-08-20T21:26:15.0139368Z [00:02:29.136]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:15.0140195Z [00:02:29.136]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:15.0141065Z [00:02:29.136]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:15.0142044Z [00:02:29.136]➜  packagefile github.com/Jorropo/jsync=/tmp/go-build548448651/b278/_pkg_.a
2025-08-20T21:26:15.0143110Z [00:02:29.136]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:15.0144222Z [00:02:29.136]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:15.0145392Z [00:02:29.136]➜  packagefile github.com/libp2p/go-libp2p-record=/tmp/go-build548448651/b279/_pkg_.a
2025-08-20T21:26:15.0146778Z [00:02:29.136]➜  packagefile github.com/libp2p/go-libp2p-routing-helpers/tracing=/tmp/go-build548448651/b328/_pkg_.a
2025-08-20T21:26:15.0148215Z [00:02:29.136]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build548448651/b311/_pkg_.a
2025-08-20T21:26:15.0149697Z [00:02:29.136]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:15.0150993Z [00:02:29.136]➜  packagefile github.com/libp2p/go-libp2p/core/routing=/tmp/go-build548448651/b329/_pkg_.a
2025-08-20T21:26:15.0152308Z [00:02:29.136]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build548448651/b235/_pkg_.a
2025-08-20T21:26:15.0153570Z [00:02:29.136]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build548448651/b210/_pkg_.a
2025-08-20T21:26:15.0154779Z [00:02:29.136]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build548448651/b212/_pkg_.a
2025-08-20T21:26:15.0159114Z [00:02:29.136]➜  packagefile go.uber.org/multierr=/tmp/go-build548448651/b267/_pkg_.a
2025-08-20T21:26:15.0160406Z [00:02:29.136]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:15.0161259Z [00:02:29.136]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:15.0162100Z [00:02:29.136]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:15.0162949Z [00:02:29.136]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:15.0163848Z [00:02:29.136]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:15.0164700Z [00:02:29.136]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:15.0165321Z [00:02:29.136]➜  EOF
2025-08-20T21:26:15.0174267Z [00:02:29.136]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b277/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p-routing-helpers@v0.7.5=>github.com/libp2p/go-libp2p-routing-helpers@v0.7.5;$WORK/b277=>" -p github.com/libp2p/go-libp2p-routing-helpers -lang=go1.23 -complete -installsuffix shared -buildid p74D76u6NhyPy8gIsWhZ/p74D76u6NhyPy8gIsWhZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b277/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p-routing-helpers@v0.7.5/bootstrap.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-routing-helpers@v0.7.5/compconfig.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-routing-helpers@v0.7.5/composed.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-routing-helpers@v0.7.5/compparallel.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-routing-helpers@v0.7.5/compsequential.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-routing-helpers@v0.7.5/limited.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-routing-helpers@v0.7.5/null.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-routing-helpers@v0.7.5/parallel.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-routing-helpers@v0.7.5/tiered.go
2025-08-20T21:26:15.0471486Z [00:02:29.169]➜  go tool buildid -w $WORK/b385/_pkg_.a # internal
2025-08-20T21:26:15.0478884Z [00:02:29.170]➜  cp $WORK/b385/_pkg_.a /root/.cache/go-build/36/3666f24417b3a2aec168b6e94101e2a60aa084dfcf631d917e0e20821a505f49-d # internal
2025-08-20T21:26:15.0569137Z [00:02:29.179]➜  github.com/ipfs/go-ipfs-cmds
2025-08-20T21:26:15.0573024Z [00:02:29.180]➜  mkdir -p $WORK/b377/
2025-08-20T21:26:15.0595585Z [00:02:29.182]➜  cat >/tmp/go-build548448651/b377/importcfg << 'EOF' # internal
2025-08-20T21:26:15.0600869Z [00:02:29.182]➜  # import config
2025-08-20T21:26:15.0604115Z [00:02:29.182]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:15.0607284Z [00:02:29.182]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:15.0610824Z [00:02:29.182]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:15.0615437Z [00:02:29.182]➜  packagefile encoding/xml=/tmp/go-build548448651/b373/_pkg_.a
2025-08-20T21:26:15.0616440Z [00:02:29.182]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:15.0622105Z [00:02:29.182]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:15.0623158Z [00:02:29.182]➜  packagefile github.com/ipfs/boxo/files=/tmp/go-build548448651/b188/_pkg_.a
2025-08-20T21:26:15.0624353Z [00:02:29.182]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:15.0625328Z [00:02:29.182]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:15.0626175Z [00:02:29.182]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:15.0627015Z [00:02:29.182]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:15.0628042Z [00:02:29.182]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:15.0629155Z [00:02:29.182]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:15.0630024Z [00:02:29.182]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:15.0630666Z [00:02:29.182]➜  EOF
2025-08-20T21:26:15.0641717Z [00:02:29.182]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b377/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-ipfs-cmds@v0.15.0=>github.com/ipfs/go-ipfs-cmds@v0.15.0;$WORK/b377=>" -p github.com/ipfs/go-ipfs-cmds -lang=go1.23 -complete -installsuffix shared -buildid 8sj1JUtXIQkJPEKaPfLP/8sj1JUtXIQkJPEKaPfLP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b377/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-ipfs-cmds@v0.15.0/argument.go /root/go/pkg/mod/github.com/ipfs/go-ipfs-cmds@v0.15.0/arguments.go /root/go/pkg/mod/github.com/ipfs/go-ipfs-cmds@v0.15.0/chan.go /root/go/pkg/mod/github.com/ipfs/go-ipfs-cmds@v0.15.0/channelmarshaler.go /root/go/pkg/mod/github.com/ipfs/go-ipfs-cmds@v0.15.0/command.go /root/go/pkg/mod/github.com/ipfs/go-ipfs-cmds@v0.15.0/doc.go /root/go/pkg/mod/github.com/ipfs/go-ipfs-cmds@v0.15.0/encoding.go /root/go/pkg/mod/github.com/ipfs/go-ipfs-cmds@v0.15.0/error.go /root/go/pkg/mod/github.com/ipfs/go-ipfs-cmds@v0.15.0/executor.go /root/go/pkg/mod/github.com/ipfs/go-ipfs-cmds@v0.15.0/flushfwd.go /root/go/pkg/mod/github.com/ipfs/go-ipfs-cmds@v0.15.0/helptext.go /root/go/pkg/mod/github.com/ipfs/go-ipfs-cmds@v0.15.0/option.go /root/go/pkg/mod/github.com/ipfs/go-ipfs-cmds@v0.15.0/opts.go /root/go/pkg/mod/github.com/ipfs/go-ipfs-cmds@v0.15.0/reqlog.go /root/go/pkg/mod/github.com/ipfs/go-ipfs-cmds@v0.15.0/request.go /root/go/pkg/mod/github.com/ipfs/go-ipfs-cmds@v0.15.0/response.go /root/go/pkg/mod/github.com/ipfs/go-ipfs-cmds@v0.15.0/responseemitter.go /root/go/pkg/mod/github.com/ipfs/go-ipfs-cmds@v0.15.0/writer.go
2025-08-20T21:26:15.0998035Z [00:02:29.222]➜  go tool buildid -w $WORK/b372/_pkg_.a # internal
2025-08-20T21:26:15.1111203Z [00:02:29.231]➜  cp $WORK/b372/_pkg_.a /root/.cache/go-build/4c/4c23cdf7afb949cb8e022e006ee5abe59008a8a64cb5c6c1b35e3548290fb549-d # internal
2025-08-20T21:26:15.1122481Z [00:02:29.235]➜  github.com/ipfs/boxo/pinning/remote/client
2025-08-20T21:26:15.1126061Z [00:02:29.235]➜  mkdir -p $WORK/b371/
2025-08-20T21:26:15.1133754Z [00:02:29.236]➜  cat >/tmp/go-build548448651/b371/importcfg << 'EOF' # internal
2025-08-20T21:26:15.1134647Z [00:02:29.236]➜  # import config
2025-08-20T21:26:15.1135823Z [00:02:29.236]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:15.1137668Z [00:02:29.236]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:15.1139043Z [00:02:29.236]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:15.1141123Z [00:02:29.236]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:15.1142289Z [00:02:29.236]➜  packagefile github.com/ipfs/boxo/pinning/remote/client/openapi=/tmp/go-build548448651/b372/_pkg_.a
2025-08-20T21:26:15.1143483Z [00:02:29.236]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:15.1144515Z [00:02:29.236]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:15.1145685Z [00:02:29.236]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:15.1146880Z [00:02:29.236]➜  packagefile github.com/multiformats/go-multibase=/tmp/go-build548448651/b231/_pkg_.a
2025-08-20T21:26:15.1147916Z [00:02:29.236]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:15.1152379Z [00:02:29.236]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:15.1153070Z [00:02:29.236]➜  EOF
2025-08-20T21:26:15.1157469Z [00:02:29.236]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b371/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/pinning/remote/client=>github.com/ipfs/boxo@v0.34.0/pinning/remote/client;$WORK/b371=>" -p github.com/ipfs/boxo/pinning/remote/client -lang=go1.24 -complete -installsuffix shared -buildid e_rpeIQ76L3KHKIAYHms/e_rpeIQ76L3KHKIAYHms -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b371/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/pinning/remote/client/client.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/pinning/remote/client/model.go
2025-08-20T21:26:15.2098254Z [00:02:29.332]➜  go tool buildid -w $WORK/b382/_pkg_.a # internal
2025-08-20T21:26:15.2201166Z [00:02:29.342]➜  cp $WORK/b382/_pkg_.a /root/.cache/go-build/ae/ae9a0621f6fde77d467410d5f5eb272519921568672f4da4250ac6f9f4f196e5-d # internal
2025-08-20T21:26:15.2217463Z [00:02:29.344]➜  text/template
2025-08-20T21:26:15.2220680Z [00:02:29.344]➜  mkdir -p $WORK/b381/
2025-08-20T21:26:15.2223510Z [00:02:29.345]➜  cat >/tmp/go-build548448651/b381/importcfg << 'EOF' # internal
2025-08-20T21:26:15.2224425Z [00:02:29.345]➜  # import config
2025-08-20T21:26:15.2225940Z [00:02:29.345]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:15.2226991Z [00:02:29.345]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:15.2228131Z [00:02:29.345]➜  packagefile internal/fmtsort=/tmp/go-build548448651/b058/_pkg_.a
2025-08-20T21:26:15.2230714Z [00:02:29.345]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:15.2231641Z [00:02:29.345]➜  packagefile io/fs=/tmp/go-build548448651/b062/_pkg_.a
2025-08-20T21:26:15.2232468Z [00:02:29.345]➜  packagefile maps=/tmp/go-build548448651/b159/_pkg_.a
2025-08-20T21:26:15.2233307Z [00:02:29.345]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:15.2234092Z [00:02:29.345]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:15.2234877Z [00:02:29.345]➜  packagefile path=/tmp/go-build548448651/b063/_pkg_.a
2025-08-20T21:26:15.2235727Z [00:02:29.345]➜  packagefile path/filepath=/tmp/go-build548448651/b168/_pkg_.a
2025-08-20T21:26:15.2236581Z [00:02:29.345]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:15.2237386Z [00:02:29.345]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:15.2238198Z [00:02:29.345]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:15.2239506Z [00:02:29.345]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:15.2240428Z [00:02:29.345]➜  packagefile text/template/parse=/tmp/go-build548448651/b382/_pkg_.a
2025-08-20T21:26:15.2241389Z [00:02:29.345]➜  packagefile unicode=/tmp/go-build548448651/b041/_pkg_.a
2025-08-20T21:26:15.2242288Z [00:02:29.345]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:15.2242943Z [00:02:29.345]➜  EOF
2025-08-20T21:26:15.2247035Z [00:02:29.345]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b381/_pkg_.a -trimpath "/root/.go/src/text/template=>text/template;$WORK/b381=>" -p text/template -lang=go1.25 -std -complete -installsuffix shared -buildid ypanQPsal6bRcI3odVa5/ypanQPsal6bRcI3odVa5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b381/importcfg -pack /root/.go/src/text/template/doc.go /root/.go/src/text/template/exec.go /root/.go/src/text/template/funcs.go /root/.go/src/text/template/helper.go /root/.go/src/text/template/option.go /root/.go/src/text/template/template.go
2025-08-20T21:26:15.3066912Z [00:02:29.429]➜  go tool buildid -w $WORK/b371/_pkg_.a # internal
2025-08-20T21:26:15.3108471Z [00:02:29.433]➜  cp $WORK/b371/_pkg_.a /root/.cache/go-build/80/805d556439ac04211a12618cb204ec4928cc8fcd9beac035849792dcefaa9c21-d # internal
2025-08-20T21:26:15.3113838Z [00:02:29.434]➜  github.com/rs/cors
2025-08-20T21:26:15.3114429Z [00:02:29.434]➜  mkdir -p $WORK/b384/
2025-08-20T21:26:15.3119698Z [00:02:29.434]➜  cat >/tmp/go-build548448651/b384/importcfg << 'EOF' # internal
2025-08-20T21:26:15.3120586Z [00:02:29.434]➜  # import config
2025-08-20T21:26:15.3122778Z [00:02:29.434]➜  packagefile github.com/rs/cors/internal=/tmp/go-build548448651/b385/_pkg_.a
2025-08-20T21:26:15.3124920Z [00:02:29.434]➜  packagefile log=/tmp/go-build548448651/b071/_pkg_.a
2025-08-20T21:26:15.3126968Z [00:02:29.434]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:15.3128043Z [00:02:29.434]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:15.3129356Z [00:02:29.434]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:15.3130422Z [00:02:29.434]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:15.3132105Z [00:02:29.434]➜  EOF
2025-08-20T21:26:15.3135931Z [00:02:29.434]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b384/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/rs/cors@v1.11.1=>github.com/rs/cors@v1.11.1;$WORK/b384=>" -p github.com/rs/cors -lang=go1.13 -complete -installsuffix shared -buildid N1MHMDl30wo8WOxayY9Q/N1MHMDl30wo8WOxayY9Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b384/importcfg -pack /root/go/pkg/mod/github.com/rs/cors@v1.11.1/cors.go /root/go/pkg/mod/github.com/rs/cors@v1.11.1/utils.go
2025-08-20T21:26:15.3345941Z [00:02:29.457]➜  go tool buildid -w $WORK/b277/_pkg_.a # internal
2025-08-20T21:26:15.3388159Z [00:02:29.461]➜  cp $WORK/b277/_pkg_.a /root/.cache/go-build/99/99c9f17061864bc745439b1426fccb0129fa445fce5bc27a41c0c0bbd3a91c07-d # internal
2025-08-20T21:26:15.3395349Z [00:02:29.462]➜  go tool buildid -w $WORK/b377/_pkg_.a # internal
2025-08-20T21:26:15.3413355Z [00:02:29.464]➜  github.com/ipfs/boxo/blockstore
2025-08-20T21:26:15.3417919Z [00:02:29.464]➜  mkdir -p $WORK/b224/
2025-08-20T21:26:15.3429377Z [00:02:29.465]➜  cat >/tmp/go-build548448651/b224/importcfg << 'EOF' # internal
2025-08-20T21:26:15.3430300Z [00:02:29.465]➜  # import config
2025-08-20T21:26:15.3431412Z [00:02:29.465]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:15.3436695Z [00:02:29.465]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:15.3439554Z [00:02:29.465]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:15.3444232Z [00:02:29.465]➜  packagefile github.com/hashicorp/golang-lru/v2=/tmp/go-build548448651/b225/_pkg_.a
2025-08-20T21:26:15.3445413Z [00:02:29.465]➜  packagefile github.com/ipfs/bbloom=/tmp/go-build548448651/b228/_pkg_.a
2025-08-20T21:26:15.3446871Z [00:02:29.465]➜  packagefile github.com/ipfs/boxo/datastore/dshelp=/tmp/go-build548448651/b229/_pkg_.a
2025-08-20T21:26:15.3448142Z [00:02:29.465]➜  packagefile github.com/ipfs/go-block-format=/tmp/go-build548448651/b258/_pkg_.a
2025-08-20T21:26:15.3449533Z [00:02:29.465]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:15.3450672Z [00:02:29.465]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build548448651/b255/_pkg_.a
2025-08-20T21:26:15.3451900Z [00:02:29.465]➜  packagefile github.com/ipfs/go-datastore/namespace=/tmp/go-build548448651/b261/_pkg_.a
2025-08-20T21:26:15.3453147Z [00:02:29.465]➜  packagefile github.com/ipfs/go-datastore/query=/tmp/go-build548448651/b257/_pkg_.a
2025-08-20T21:26:15.3454342Z [00:02:29.465]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build548448651/b263/_pkg_.a
2025-08-20T21:26:15.3455474Z [00:02:29.465]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:15.3456724Z [00:02:29.465]➜  packagefile github.com/ipfs/go-metrics-interface=/tmp/go-build548448651/b276/_pkg_.a
2025-08-20T21:26:15.3458022Z [00:02:29.465]➜  packagefile github.com/libp2p/go-libp2p-routing-helpers=/tmp/go-build548448651/b277/_pkg_.a
2025-08-20T21:26:15.3459540Z [00:02:29.465]➜  packagefile github.com/libp2p/go-libp2p/core/routing=/tmp/go-build548448651/b329/_pkg_.a
2025-08-20T21:26:15.3460822Z [00:02:29.465]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build548448651/b235/_pkg_.a
2025-08-20T21:26:15.3461850Z [00:02:29.465]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:15.3462666Z [00:02:29.465]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:15.3463495Z [00:02:29.465]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:15.3464351Z [00:02:29.465]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:15.3465218Z [00:02:29.465]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:15.3465853Z [00:02:29.465]➜  EOF
2025-08-20T21:26:15.3474228Z [00:02:29.467]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b224/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/blockstore=>github.com/ipfs/boxo@v0.34.0/blockstore;$WORK/b224=>" -p github.com/ipfs/boxo/blockstore -lang=go1.24 -complete -installsuffix shared -buildid ZiULxoYvGWa7W8soAv1a/ZiULxoYvGWa7W8soAv1a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b224/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/blockstore/blockstore.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/blockstore/bloom_cache.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/blockstore/caching.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/blockstore/idstore.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/blockstore/twoqueue_cache.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/blockstore/validating_blockstore.go
2025-08-20T21:26:15.3480976Z [00:02:29.467]➜  cp $WORK/b377/_pkg_.a /root/.cache/go-build/9f/9f484344196ec7a0ba317b5f4d01cb490cc0e4f7f25d6cc85ac0eeba24be3f4a-d # internal
2025-08-20T21:26:15.3482354Z [00:02:29.467]➜  github.com/beorn7/perks/quantile
2025-08-20T21:26:15.3483126Z [00:02:29.467]➜  mkdir -p $WORK/b388/
2025-08-20T21:26:15.3484022Z [00:02:29.467]➜  cat >/tmp/go-build548448651/b388/importcfg << 'EOF' # internal
2025-08-20T21:26:15.3485778Z [00:02:29.467]➜  # import config
2025-08-20T21:26:15.3486479Z [00:02:29.467]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:15.3487302Z [00:02:29.467]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:15.3487938Z [00:02:29.467]➜  EOF
2025-08-20T21:26:15.3492001Z [00:02:29.467]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b388/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/beorn7/perks@v1.0.1/quantile=>github.com/beorn7/perks@v1.0.1/quantile;$WORK/b388=>" -p github.com/beorn7/perks/quantile -lang=go1.11 -complete -installsuffix shared -buildid XsFUJqjYsnb0qBmDUio_/XsFUJqjYsnb0qBmDUio_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b388/importcfg -pack /root/go/pkg/mod/github.com/beorn7/perks@v1.0.1/quantile/stream.go
2025-08-20T21:26:15.3883488Z [00:02:29.511]➜  go tool buildid -w $WORK/b384/_pkg_.a # internal
2025-08-20T21:26:15.3889300Z [00:02:29.511]➜  cp $WORK/b384/_pkg_.a /root/.cache/go-build/bd/bd514332b580c862866d255ef0b70abceca6ea4cd1fff1af71e4873875eba1bd-d # internal
2025-08-20T21:26:15.3912344Z [00:02:29.514]➜  github.com/ipfs/go-ipfs-cmds/http
2025-08-20T21:26:15.3913267Z [00:02:29.514]➜  mkdir -p $WORK/b383/
2025-08-20T21:26:15.3922468Z [00:02:29.515]➜  cat >/tmp/go-build548448651/b383/importcfg << 'EOF' # internal
2025-08-20T21:26:15.3929270Z [00:02:29.515]➜  # import config
2025-08-20T21:26:15.3934275Z [00:02:29.516]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:15.3939320Z [00:02:29.516]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:15.3946422Z [00:02:29.517]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:15.3948342Z [00:02:29.517]➜  packagefile github.com/ipfs/boxo/files=/tmp/go-build548448651/b188/_pkg_.a
2025-08-20T21:26:15.3950222Z [00:02:29.517]➜  packagefile github.com/ipfs/go-ipfs-cmds=/tmp/go-build548448651/b377/_pkg_.a
2025-08-20T21:26:15.3951394Z [00:02:29.517]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:15.3954030Z [00:02:29.517]➜  packagefile github.com/rs/cors=/tmp/go-build548448651/b384/_pkg_.a
2025-08-20T21:26:15.3954935Z [00:02:29.517]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:15.3955710Z [00:02:29.517]➜  packagefile mime=/tmp/go-build548448651/b178/_pkg_.a
2025-08-20T21:26:15.3956552Z [00:02:29.517]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:15.3957417Z [00:02:29.517]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:15.3958214Z [00:02:29.517]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:15.3960298Z [00:02:29.517]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:15.3961203Z [00:02:29.517]➜  packagefile runtime/debug=/tmp/go-build548448651/b260/_pkg_.a
2025-08-20T21:26:15.3962064Z [00:02:29.517]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:15.3962895Z [00:02:29.517]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:15.3963990Z [00:02:29.517]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:15.3964750Z [00:02:29.517]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:15.3965362Z [00:02:29.517]➜  EOF
2025-08-20T21:26:15.3972593Z [00:02:29.517]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b383/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-ipfs-cmds@v0.15.0/http=>github.com/ipfs/go-ipfs-cmds@v0.15.0/http;$WORK/b383=>" -p github.com/ipfs/go-ipfs-cmds/http -lang=go1.23 -complete -installsuffix shared -buildid 5a17u6veg0hPkeZR-cnC/5a17u6veg0hPkeZR-cnC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b383/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-ipfs-cmds@v0.15.0/http/apiprefix.go /root/go/pkg/mod/github.com/ipfs/go-ipfs-cmds@v0.15.0/http/body.go /root/go/pkg/mod/github.com/ipfs/go-ipfs-cmds@v0.15.0/http/client.go /root/go/pkg/mod/github.com/ipfs/go-ipfs-cmds@v0.15.0/http/config.go /root/go/pkg/mod/github.com/ipfs/go-ipfs-cmds@v0.15.0/http/flushfwd.go /root/go/pkg/mod/github.com/ipfs/go-ipfs-cmds@v0.15.0/http/handler.go /root/go/pkg/mod/github.com/ipfs/go-ipfs-cmds@v0.15.0/http/parse.go /root/go/pkg/mod/github.com/ipfs/go-ipfs-cmds@v0.15.0/http/response.go /root/go/pkg/mod/github.com/ipfs/go-ipfs-cmds@v0.15.0/http/responseemitter.go
2025-08-20T21:26:15.3979397Z [00:02:29.518]➜  go tool buildid -w $WORK/b388/_pkg_.a # internal
2025-08-20T21:26:15.4012196Z [00:02:29.524]➜  cp $WORK/b388/_pkg_.a /root/.cache/go-build/40/40685f68aa55546732e8e6b359a48b178b9e78e84058a0216c95fae79e86f093-d # internal
2025-08-20T21:26:15.4039715Z [00:02:29.524]➜  github.com/cespare/xxhash/v2
2025-08-20T21:26:15.4040295Z [00:02:29.524]➜  mkdir -p $WORK/b389/
2025-08-20T21:26:15.4041185Z [00:02:29.524]➜  echo -n > $WORK/b389/go_asm.h # internal
2025-08-20T21:26:15.4041920Z [00:02:29.524]➜  cd /root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0
2025-08-20T21:26:15.4044330Z [00:02:29.524]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/cespare/xxhash/v2 -trimpath "/root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0=>github.com/cespare/xxhash/v2@v2.3.0;$WORK/b389=>" -I $WORK/b389/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b389/symabis ./xxhash_amd64.s
2025-08-20T21:26:15.4150144Z [00:02:29.537]➜  cat >/tmp/go-build548448651/b389/importcfg << 'EOF' # internal
2025-08-20T21:26:15.4155419Z [00:02:29.537]➜  # import config
2025-08-20T21:26:15.4156129Z [00:02:29.537]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:15.4157104Z [00:02:29.537]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:15.4157981Z [00:02:29.537]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:15.4158961Z [00:02:29.537]➜  EOF
2025-08-20T21:26:15.4159479Z [00:02:29.537]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:15.4163947Z [00:02:29.537]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b389/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0=>github.com/cespare/xxhash/v2@v2.3.0;$WORK/b389=>" -p github.com/cespare/xxhash/v2 -lang=go1.11 -installsuffix shared -buildid nfG_QiOur5lItum3MeW7/nfG_QiOur5lItum3MeW7 -goversion go1.25.0 -symabis $WORK/b389/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b389/importcfg -pack -asmhdr $WORK/b389/go_asm.h /root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0/xxhash.go /root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0/xxhash_asm.go /root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0/xxhash_unsafe.go
2025-08-20T21:26:15.4524414Z [00:02:29.575]➜  cd /root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0
2025-08-20T21:26:15.4529144Z [00:02:29.575]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/cespare/xxhash/v2 -trimpath "/root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0=>github.com/cespare/xxhash/v2@v2.3.0;$WORK/b389=>" -I $WORK/b389/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b389/xxhash_amd64.o ./xxhash_amd64.s
2025-08-20T21:26:15.4625829Z [00:02:29.585]➜  go tool pack r $WORK/b389/_pkg_.a $WORK/b389/xxhash_amd64.o # internal
2025-08-20T21:26:15.4631412Z [00:02:29.585]➜  go tool buildid -w $WORK/b389/_pkg_.a # internal
2025-08-20T21:26:15.4632730Z [00:02:29.585]➜  cp $WORK/b389/_pkg_.a /root/.cache/go-build/8c/8c2edfa87dd79d7c8524c3272a085cd7d24047725a0b165abb397ea07f896187-d # internal
2025-08-20T21:26:15.4633941Z [00:02:29.585]➜  google.golang.org/protobuf/types/known/timestamppb
2025-08-20T21:26:15.4634596Z [00:02:29.585]➜  mkdir -p $WORK/b392/
2025-08-20T21:26:15.4635324Z [00:02:29.585]➜  cat >/tmp/go-build548448651/b392/importcfg << 'EOF' # internal
2025-08-20T21:26:15.4635945Z [00:02:29.585]➜  # import config
2025-08-20T21:26:15.4636855Z [00:02:29.585]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build548448651/b281/_pkg_.a
2025-08-20T21:26:15.4638202Z [00:02:29.585]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build548448651/b287/_pkg_.a
2025-08-20T21:26:15.4639588Z [00:02:29.585]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:15.4640403Z [00:02:29.585]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:15.4641199Z [00:02:29.585]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:15.4641807Z [00:02:29.585]➜  EOF
2025-08-20T21:26:15.4642339Z [00:02:29.585]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:15.4646943Z [00:02:29.585]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b392/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/types/known/timestamppb=>google.golang.org/protobuf@v1.36.7/types/known/timestamppb;$WORK/b392=>" -p google.golang.org/protobuf/types/known/timestamppb -lang=go1.22 -complete -installsuffix shared -buildid aD7eZs9xhIwOI2WkNb4g/aD7eZs9xhIwOI2WkNb4g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b392/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/types/known/timestamppb/timestamp.pb.go
2025-08-20T21:26:15.5456005Z [00:02:29.668]➜  go tool buildid -w $WORK/b392/_pkg_.a # internal
2025-08-20T21:26:15.5469874Z [00:02:29.669]➜  cp $WORK/b392/_pkg_.a /root/.cache/go-build/67/672a8b54a03a230ed170a8ad82c567f7e26264122cb50992d7c52efb31e2d31b-d # internal
2025-08-20T21:26:15.5484152Z [00:02:29.671]➜  github.com/prometheus/client_model/go
2025-08-20T21:26:15.5487069Z [00:02:29.671]➜  mkdir -p $WORK/b391/
2025-08-20T21:26:15.5493168Z [00:02:29.672]➜  cat >/tmp/go-build548448651/b391/importcfg << 'EOF' # internal
2025-08-20T21:26:15.5494520Z [00:02:29.672]➜  # import config
2025-08-20T21:26:15.5495848Z [00:02:29.672]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build548448651/b281/_pkg_.a
2025-08-20T21:26:15.5497292Z [00:02:29.672]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build548448651/b287/_pkg_.a
2025-08-20T21:26:15.5498917Z [00:02:29.672]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build548448651/b392/_pkg_.a
2025-08-20T21:26:15.5500467Z [00:02:29.672]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:15.5501330Z [00:02:29.672]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:15.5501963Z [00:02:29.672]➜  EOF
2025-08-20T21:26:15.5505710Z [00:02:29.672]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b391/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/client_model@v0.6.2/go=>github.com/prometheus/client_model@v0.6.2/go;$WORK/b391=>" -p github.com/prometheus/client_model/go -lang=go1.22 -complete -installsuffix shared -buildid UjzI4ALGAtPLM-YUc61Y/UjzI4ALGAtPLM-YUc61Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b391/importcfg -pack /root/go/pkg/mod/github.com/prometheus/client_model@v0.6.2/go/metrics.pb.go
2025-08-20T21:26:15.6314917Z [00:02:29.754]➜  go tool buildid -w $WORK/b383/_pkg_.a # internal
2025-08-20T21:26:15.6345539Z [00:02:29.757]➜  cp $WORK/b383/_pkg_.a /root/.cache/go-build/27/2701ceabf3010d9f65aad393577d4b6903e3085f335862c351b35918d068a0e3-d # internal
2025-08-20T21:26:15.6347450Z [00:02:29.757]➜  github.com/munnerz/goautoneg
2025-08-20T21:26:15.6348070Z [00:02:29.757]➜  mkdir -p $WORK/b396/
2025-08-20T21:26:15.6349007Z [00:02:29.757]➜  cat >/tmp/go-build548448651/b396/importcfg << 'EOF' # internal
2025-08-20T21:26:15.6349685Z [00:02:29.757]➜  # import config
2025-08-20T21:26:15.6350323Z [00:02:29.757]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:15.6351123Z [00:02:29.757]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:15.6351945Z [00:02:29.757]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:15.6352592Z [00:02:29.757]➜  EOF
2025-08-20T21:26:15.6361433Z [00:02:29.757]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b396/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/munnerz/goautoneg@v0.0.0-20191010083416-a7dc8b61c822=>github.com/munnerz/goautoneg@v0.0.0-20191010083416-a7dc8b61c822;$WORK/b396=>" -p github.com/munnerz/goautoneg -lang=go1.16 -complete -installsuffix shared -buildid RIxX87NYSGGXKYPOLnNq/RIxX87NYSGGXKYPOLnNq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b396/importcfg -pack /root/go/pkg/mod/github.com/munnerz/goautoneg@v0.0.0-20191010083416-a7dc8b61c822/autoneg.go
2025-08-20T21:26:15.6589768Z [00:02:29.781]➜  go tool buildid -w $WORK/b396/_pkg_.a # internal
2025-08-20T21:26:15.6596088Z [00:02:29.782]➜  cp $WORK/b396/_pkg_.a /root/.cache/go-build/8d/8dfe62c81fb597fa1e52ac28dd0c60bb41253d993bd074916d3dd7c2dcd7c368-d # internal
2025-08-20T21:26:15.6625122Z [00:02:29.785]➜  google.golang.org/protobuf/encoding/protodelim
2025-08-20T21:26:15.6627342Z [00:02:29.785]➜  mkdir -p $WORK/b397/
2025-08-20T21:26:15.6628225Z [00:02:29.785]➜  cat >/tmp/go-build548448651/b397/importcfg << 'EOF' # internal
2025-08-20T21:26:15.6629221Z [00:02:29.785]➜  # import config
2025-08-20T21:26:15.6629938Z [00:02:29.785]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:15.6630957Z [00:02:29.785]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:15.6631924Z [00:02:29.785]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:15.6633098Z [00:02:29.785]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build548448651/b282/_pkg_.a
2025-08-20T21:26:15.6634521Z [00:02:29.785]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build548448651/b283/_pkg_.a
2025-08-20T21:26:15.6635841Z [00:02:29.785]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build548448651/b300/_pkg_.a
2025-08-20T21:26:15.6636886Z [00:02:29.785]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:15.6637539Z [00:02:29.785]➜  EOF
2025-08-20T21:26:15.6642894Z [00:02:29.785]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b397/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/encoding/protodelim=>google.golang.org/protobuf@v1.36.7/encoding/protodelim;$WORK/b397=>" -p google.golang.org/protobuf/encoding/protodelim -lang=go1.22 -complete -installsuffix shared -buildid XL4qJCqR-R4O9RYE1DS_/XL4qJCqR-R4O9RYE1DS_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b397/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/encoding/protodelim/protodelim.go
2025-08-20T21:26:15.6901938Z [00:02:29.812]➜  go tool buildid -w $WORK/b224/_pkg_.a # internal
2025-08-20T21:26:15.6988970Z [00:02:29.821]➜  cp $WORK/b224/_pkg_.a /root/.cache/go-build/d7/d782d4c671435a0c083168360346caf5c692a3d74f81ac9bf9c2178d4f1ab3db-d # internal
2025-08-20T21:26:15.7002148Z [00:02:29.822]➜  github.com/ipfs/boxo/blockservice
2025-08-20T21:26:15.7015247Z [00:02:29.822]➜  mkdir -p $WORK/b198/
2025-08-20T21:26:15.7015996Z [00:02:29.822]➜  cat >/tmp/go-build548448651/b198/importcfg << 'EOF' # internal
2025-08-20T21:26:15.7016679Z [00:02:29.822]➜  # import config
2025-08-20T21:26:15.7017309Z [00:02:29.822]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:15.7018329Z [00:02:29.822]➜  packagefile github.com/ipfs/boxo/blockservice/internal=/tmp/go-build548448651/b199/_pkg_.a
2025-08-20T21:26:15.7019683Z [00:02:29.822]➜  packagefile github.com/ipfs/boxo/blockstore=/tmp/go-build548448651/b224/_pkg_.a
2025-08-20T21:26:15.7020738Z [00:02:29.822]➜  packagefile github.com/ipfs/boxo/exchange=/tmp/go-build548448651/b330/_pkg_.a
2025-08-20T21:26:15.7021780Z [00:02:29.822]➜  packagefile github.com/ipfs/boxo/verifcid=/tmp/go-build548448651/b331/_pkg_.a
2025-08-20T21:26:15.7022805Z [00:02:29.822]➜  packagefile github.com/ipfs/go-block-format=/tmp/go-build548448651/b258/_pkg_.a
2025-08-20T21:26:15.7023816Z [00:02:29.822]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:15.7024792Z [00:02:29.822]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build548448651/b263/_pkg_.a
2025-08-20T21:26:15.7025987Z [00:02:29.822]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:15.7027093Z [00:02:29.822]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build548448651/b210/_pkg_.a
2025-08-20T21:26:15.7028244Z [00:02:29.822]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build548448651/b214/_pkg_.a
2025-08-20T21:26:15.7029346Z [00:02:29.822]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:15.7030171Z [00:02:29.822]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:15.7030788Z [00:02:29.822]➜  EOF
2025-08-20T21:26:15.7034470Z [00:02:29.822]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b198/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/blockservice=>github.com/ipfs/boxo@v0.34.0/blockservice;$WORK/b198=>" -p github.com/ipfs/boxo/blockservice -lang=go1.24 -complete -installsuffix shared -buildid Rjd0GKMBAA4FzVwZ10hb/Rjd0GKMBAA4FzVwZ10hb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b198/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/blockservice/blockservice.go
2025-08-20T21:26:15.7064420Z [00:02:29.829]➜  go tool buildid -w $WORK/b391/_pkg_.a # internal
2025-08-20T21:26:15.7097443Z [00:02:29.831]➜  cp $WORK/b391/_pkg_.a /root/.cache/go-build/91/91128e20befeb62200a58228fd5252be8dd26744a1315e854c52e86d3303b856-d # internal
2025-08-20T21:26:15.7102357Z [00:02:29.832]➜  github.com/prometheus/common/model
2025-08-20T21:26:15.7103094Z [00:02:29.832]➜  mkdir -p $WORK/b393/
2025-08-20T21:26:15.7108426Z [00:02:29.833]➜  cat >/tmp/go-build548448651/b393/importcfg << 'EOF' # internal
2025-08-20T21:26:15.7109356Z [00:02:29.833]➜  # import config
2025-08-20T21:26:15.7110060Z [00:02:29.833]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:15.7110949Z [00:02:29.833]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:15.7111846Z [00:02:29.833]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:15.7112716Z [00:02:29.833]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:15.7113783Z [00:02:29.833]➜  packagefile github.com/prometheus/client_model/go=/tmp/go-build548448651/b391/_pkg_.a
2025-08-20T21:26:15.7115362Z [00:02:29.833]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build548448651/b300/_pkg_.a
2025-08-20T21:26:15.7116376Z [00:02:29.833]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:15.7117192Z [00:02:29.833]➜  packagefile regexp=/tmp/go-build548448651/b192/_pkg_.a
2025-08-20T21:26:15.7118065Z [00:02:29.833]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:15.7119314Z [00:02:29.833]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:15.7120691Z [00:02:29.833]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:15.7121901Z [00:02:29.833]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:15.7123293Z [00:02:29.833]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:15.7124531Z [00:02:29.833]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:15.7125758Z [00:02:29.833]➜  EOF
2025-08-20T21:26:15.7139762Z [00:02:29.833]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b393/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/common@v0.65.0/model=>github.com/prometheus/common@v0.65.0/model;$WORK/b393=>" -p github.com/prometheus/common/model -lang=go1.23 -complete -installsuffix shared -buildid y0LmqATrW49XwQ-aplE7/y0LmqATrW49XwQ-aplE7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b393/importcfg -pack /root/go/pkg/mod/github.com/prometheus/common@v0.65.0/model/alert.go /root/go/pkg/mod/github.com/prometheus/common@v0.65.0/model/fingerprinting.go /root/go/pkg/mod/github.com/prometheus/common@v0.65.0/model/fnv.go /root/go/pkg/mod/github.com/prometheus/common@v0.65.0/model/labels.go /root/go/pkg/mod/github.com/prometheus/common@v0.65.0/model/labelset.go /root/go/pkg/mod/github.com/prometheus/common@v0.65.0/model/labelset_string.go /root/go/pkg/mod/github.com/prometheus/common@v0.65.0/model/metadata.go /root/go/pkg/mod/github.com/prometheus/common@v0.65.0/model/metric.go /root/go/pkg/mod/github.com/prometheus/common@v0.65.0/model/model.go /root/go/pkg/mod/github.com/prometheus/common@v0.65.0/model/signature.go /root/go/pkg/mod/github.com/prometheus/common@v0.65.0/model/silence.go /root/go/pkg/mod/github.com/prometheus/common@v0.65.0/model/time.go /root/go/pkg/mod/github.com/prometheus/common@v0.65.0/model/value.go /root/go/pkg/mod/github.com/prometheus/common@v0.65.0/model/value_float.go /root/go/pkg/mod/github.com/prometheus/common@v0.65.0/model/value_histogram.go /root/go/pkg/mod/github.com/prometheus/common@v0.65.0/model/value_type.go
2025-08-20T21:26:15.7298330Z [00:02:29.851]➜  go tool buildid -w $WORK/b381/_pkg_.a # internal
2025-08-20T21:26:15.7300298Z [00:02:29.852]➜  go tool buildid -w $WORK/b397/_pkg_.a # internal
2025-08-20T21:26:15.7319472Z [00:02:29.854]➜  cp $WORK/b397/_pkg_.a /root/.cache/go-build/bc/bc6c88aa8cd2356b60a757906e584b1b8cb0772e765b19b8d22587f94b652173-d # internal
2025-08-20T21:26:15.7320738Z [00:02:29.854]➜  github.com/prometheus/procfs/internal/fs
2025-08-20T21:26:15.7321431Z [00:02:29.854]➜  mkdir -p $WORK/b399/
2025-08-20T21:26:15.7322172Z [00:02:29.855]➜  cat >/tmp/go-build548448651/b399/importcfg << 'EOF' # internal
2025-08-20T21:26:15.7322927Z [00:02:29.855]➜  # import config
2025-08-20T21:26:15.7323491Z [00:02:29.855]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:15.7324259Z [00:02:29.855]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:15.7325122Z [00:02:29.855]➜  packagefile path/filepath=/tmp/go-build548448651/b168/_pkg_.a
2025-08-20T21:26:15.7325767Z [00:02:29.855]➜  EOF
2025-08-20T21:26:15.7329561Z [00:02:29.855]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b399/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/procfs@v0.17.0/internal/fs=>github.com/prometheus/procfs@v0.17.0/internal/fs;$WORK/b399=>" -p github.com/prometheus/procfs/internal/fs -lang=go1.23 -complete -installsuffix shared -buildid fahNsppDqzPBJxP1PUDR/fahNsppDqzPBJxP1PUDR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b399/importcfg -pack /root/go/pkg/mod/github.com/prometheus/procfs@v0.17.0/internal/fs/fs.go
2025-08-20T21:26:15.7355274Z [00:02:29.858]➜  cp $WORK/b381/_pkg_.a /root/.cache/go-build/55/55a31bc16f925b41d7970c28df2bbf764af8a7cca35f85b99491921cdb741eb4-d # internal
2025-08-20T21:26:15.7384257Z [00:02:29.861]➜  github.com/ipfs/go-ipfs-cmds/cli
2025-08-20T21:26:15.7384924Z [00:02:29.861]➜  mkdir -p $WORK/b378/
2025-08-20T21:26:15.7401949Z [00:02:29.862]➜  cat >/tmp/go-build548448651/b378/importcfg << 'EOF' # internal
2025-08-20T21:26:15.7402669Z [00:02:29.862]➜  # import config
2025-08-20T21:26:15.7403317Z [00:02:29.862]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:15.7404104Z [00:02:29.862]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:15.7404872Z [00:02:29.862]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:15.7405727Z [00:02:29.862]➜  packagefile github.com/ipfs/boxo/files=/tmp/go-build548448651/b188/_pkg_.a
2025-08-20T21:26:15.7406755Z [00:02:29.862]➜  packagefile github.com/ipfs/go-ipfs-cmds=/tmp/go-build548448651/b377/_pkg_.a
2025-08-20T21:26:15.7407770Z [00:02:29.862]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:15.7409193Z [00:02:29.862]➜  packagefile github.com/texttheater/golang-levenshtein/levenshtein=/tmp/go-build548448651/b379/_pkg_.a
2025-08-20T21:26:15.7410373Z [00:02:29.862]➜  packagefile golang.org/x/term=/tmp/go-build548448651/b380/_pkg_.a
2025-08-20T21:26:15.7418718Z [00:02:29.862]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:15.7419649Z [00:02:29.862]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:15.7420467Z [00:02:29.862]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:15.7421514Z [00:02:29.862]➜  packagefile path=/tmp/go-build548448651/b063/_pkg_.a
2025-08-20T21:26:15.7422371Z [00:02:29.862]➜  packagefile path/filepath=/tmp/go-build548448651/b168/_pkg_.a
2025-08-20T21:26:15.7423230Z [00:02:29.862]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:15.7424090Z [00:02:29.862]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:15.7424905Z [00:02:29.862]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:15.7425728Z [00:02:29.862]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:15.7426564Z [00:02:29.862]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:15.7427388Z [00:02:29.862]➜  packagefile syscall=/tmp/go-build548448651/b047/_pkg_.a
2025-08-20T21:26:15.7428278Z [00:02:29.862]➜  packagefile text/template=/tmp/go-build548448651/b381/_pkg_.a
2025-08-20T21:26:15.7429383Z [00:02:29.862]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:15.7430026Z [00:02:29.862]➜  EOF
2025-08-20T21:26:15.7436559Z [00:02:29.862]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b378/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-ipfs-cmds@v0.15.0/cli=>github.com/ipfs/go-ipfs-cmds@v0.15.0/cli;$WORK/b378=>" -p github.com/ipfs/go-ipfs-cmds/cli -lang=go1.23 -complete -installsuffix shared -buildid vJ-nDC4vapnsso84P-qO/vJ-nDC4vapnsso84P-qO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b378/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-ipfs-cmds@v0.15.0/cli/cmd_suggestion.go /root/go/pkg/mod/github.com/ipfs/go-ipfs-cmds@v0.15.0/cli/error.go /root/go/pkg/mod/github.com/ipfs/go-ipfs-cmds@v0.15.0/cli/error_posix.go /root/go/pkg/mod/github.com/ipfs/go-ipfs-cmds@v0.15.0/cli/helptext.go /root/go/pkg/mod/github.com/ipfs/go-ipfs-cmds@v0.15.0/cli/parse.go /root/go/pkg/mod/github.com/ipfs/go-ipfs-cmds@v0.15.0/cli/responseemitter.go /root/go/pkg/mod/github.com/ipfs/go-ipfs-cmds@v0.15.0/cli/run.go
2025-08-20T21:26:15.7493693Z [00:02:29.872]➜  go tool buildid -w $WORK/b399/_pkg_.a # internal
2025-08-20T21:26:15.7498326Z [00:02:29.872]➜  cp $WORK/b399/_pkg_.a /root/.cache/go-build/64/641193ef6fcbe5a8bcb85e905c22888dad77385c4ba4b0677bd45d9356dd0028-d # internal
2025-08-20T21:26:15.7509499Z [00:02:29.872]➜  github.com/prometheus/procfs/internal/util
2025-08-20T21:26:15.7510138Z [00:02:29.872]➜  mkdir -p $WORK/b400/
2025-08-20T21:26:15.7510881Z [00:02:29.873]➜  cat >/tmp/go-build548448651/b400/importcfg << 'EOF' # internal
2025-08-20T21:26:15.7511554Z [00:02:29.873]➜  # import config
2025-08-20T21:26:15.7512710Z [00:02:29.873]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:15.7514603Z [00:02:29.873]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:15.7515419Z [00:02:29.873]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:15.7516193Z [00:02:29.873]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:15.7516984Z [00:02:29.873]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:15.7517824Z [00:02:29.873]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:15.7518841Z [00:02:29.873]➜  packagefile syscall=/tmp/go-build548448651/b047/_pkg_.a
2025-08-20T21:26:15.7519486Z [00:02:29.873]➜  EOF
2025-08-20T21:26:15.7525344Z [00:02:29.873]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b400/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/procfs@v0.17.0/internal/util=>github.com/prometheus/procfs@v0.17.0/internal/util;$WORK/b400=>" -p github.com/prometheus/procfs/internal/util -lang=go1.23 -complete -installsuffix shared -buildid e4_y_e_Lrt6h8mkZ0NTh/e4_y_e_Lrt6h8mkZ0NTh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b400/importcfg -pack /root/go/pkg/mod/github.com/prometheus/procfs@v0.17.0/internal/util/parse.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.17.0/internal/util/readfile.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.17.0/internal/util/sysreadfile.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.17.0/internal/util/valueparser.go
2025-08-20T21:26:15.7907722Z [00:02:29.913]➜  go tool buildid -w $WORK/b400/_pkg_.a # internal
2025-08-20T21:26:15.7915476Z [00:02:29.914]➜  cp $WORK/b400/_pkg_.a /root/.cache/go-build/4d/4de143a44c18e770226a835ab52d16e4725b629455f912851094a13f39552135-d # internal
2025-08-20T21:26:15.7932031Z [00:02:29.916]➜  github.com/prometheus/procfs
2025-08-20T21:26:15.7934047Z [00:02:29.916]➜  mkdir -p $WORK/b398/
2025-08-20T21:26:15.7941260Z [00:02:29.916]➜  cat >/tmp/go-build548448651/b398/importcfg << 'EOF' # internal
2025-08-20T21:26:15.7942374Z [00:02:29.916]➜  # import config
2025-08-20T21:26:15.7943362Z [00:02:29.916]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:15.7944245Z [00:02:29.916]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:15.7945148Z [00:02:29.916]➜  packagefile encoding/hex=/tmp/go-build548448651/b157/_pkg_.a
2025-08-20T21:26:15.7946030Z [00:02:29.916]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:15.7946836Z [00:02:29.916]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:15.7947859Z [00:02:29.916]➜  packagefile github.com/prometheus/procfs/internal/fs=/tmp/go-build548448651/b399/_pkg_.a
2025-08-20T21:26:15.7949354Z [00:02:29.916]➜  packagefile github.com/prometheus/procfs/internal/util=/tmp/go-build548448651/b400/_pkg_.a
2025-08-20T21:26:15.7950528Z [00:02:29.916]➜  packagefile golang.org/x/sys/unix=/tmp/go-build548448651/b194/_pkg_.a
2025-08-20T21:26:15.7951441Z [00:02:29.916]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:15.7952246Z [00:02:29.916]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:15.7953048Z [00:02:29.916]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:15.7953804Z [00:02:29.916]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:15.7954636Z [00:02:29.916]➜  packagefile path/filepath=/tmp/go-build548448651/b168/_pkg_.a
2025-08-20T21:26:15.7955482Z [00:02:29.916]➜  packagefile regexp=/tmp/go-build548448651/b192/_pkg_.a
2025-08-20T21:26:15.7956251Z [00:02:29.916]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:15.7957047Z [00:02:29.916]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:15.7958211Z [00:02:29.916]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:15.7959192Z [00:02:29.916]➜  packagefile syscall=/tmp/go-build548448651/b047/_pkg_.a
2025-08-20T21:26:15.7960014Z [00:02:29.916]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:15.7960612Z [00:02:29.917]➜  EOF
2025-08-20T21:26:15.8011126Z [00:02:29.917]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b398/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/procfs@v0.17.0=>github.com/prometheus/procfs@v0.17.0;$WORK/b398=>" -p github.com/prometheus/procfs -lang=go1.23 -complete -installsuffix shared -buildid 63xInYhFJL8Fs-XS4Q9z/63xInYhFJL8Fs-XS4Q9z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b398/importcfg -pack /root/go/pkg/mod/github.com/prometheus/procfs@v0.17.0/arp.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.17.0/buddyinfo.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.17.0/cmdline.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.17.0/cpuinfo.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.17.0/cpuinfo_x86.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.17.0/crypto.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.17.0/doc.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.17.0/fs.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.17.0/fs_statfs_type.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.17.0/fscache.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.17.0/ipvs.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.17.0/kernel_random.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.17.0/loadavg.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.17.0/mdstat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.17.0/meminfo.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.17.0/mountinfo.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.17.0/mountstats.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.17.0/net_conntrackstat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.17.0/net_dev.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.17.0/net_dev_snmp6.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.17.0/net_ip_socket.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.17.0/net_protocols.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.17.0/net_route.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.17.0/net_sockstat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.17.0/net_softnet.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.17.0/net_tcp.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.17.0/net_tls_stat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.17.0/net_udp.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.17.0/net_unix.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.17.0/net_wireless.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.17.0/net_xfrm.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.17.0/netstat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.17.0/proc.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.17.0/proc_cgroup.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.17.0/proc_cgroups.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.17.0/proc_environ.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.17.0/proc_fdinfo.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.17.0/proc_interrupts.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.17.0/proc_io.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.17.0/proc_limits.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.17.0/proc_maps.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.17.0/proc_netstat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.17.0/proc_ns.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.17.0/proc_psi.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.17.0/proc_smaps.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.17.0/proc_snmp.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.17.0/proc_snmp6.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.17.0/proc_stat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.17.0/proc_statm.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.17.0/proc_status.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.17.0/proc_sys.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.17.0/schedstat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.17.0/slab.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.17.0/softirqs.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.17.0/stat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.17.0/swaps.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.17.0/thread.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.17.0/vm.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.17.0/zoneinfo.go
2025-08-20T21:26:15.8117308Z [00:02:29.934]➜  go tool buildid -w $WORK/b198/_pkg_.a # internal
2025-08-20T21:26:15.8136565Z [00:02:29.936]➜  cp $WORK/b198/_pkg_.a /root/.cache/go-build/67/676a84d4b4a3de2a36fcfd662b2dc2ea7c95035765388ed197fde92d76e4afae-d # internal
2025-08-20T21:26:15.8173492Z [00:02:29.940]➜  github.com/ipfs/boxo/ipld/merkledag
2025-08-20T21:26:15.8174510Z [00:02:29.940]➜  mkdir -p $WORK/b196/
2025-08-20T21:26:15.8176347Z [00:02:29.940]➜  cat >/tmp/go-build548448651/b196/importcfg << 'EOF' # internal
2025-08-20T21:26:15.8177262Z [00:02:29.940]➜  # import config
2025-08-20T21:26:15.8178251Z [00:02:29.940]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:15.8179770Z [00:02:29.940]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:15.8180836Z [00:02:29.940]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:15.8181981Z [00:02:29.940]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:15.8183171Z [00:02:29.940]➜  packagefile github.com/gammazero/deque=/tmp/go-build548448651/b197/_pkg_.a
2025-08-20T21:26:15.8184817Z [00:02:29.940]➜  packagefile github.com/ipfs/boxo/blockservice=/tmp/go-build548448651/b198/_pkg_.a
2025-08-20T21:26:15.8186331Z [00:02:29.940]➜  packagefile github.com/ipfs/boxo/ipld/merkledag/pb=/tmp/go-build548448651/b332/_pkg_.a
2025-08-20T21:26:15.8187947Z [00:02:29.940]➜  packagefile github.com/ipfs/boxo/util=/tmp/go-build548448651/b259/_pkg_.a
2025-08-20T21:26:15.8189604Z [00:02:29.940]➜  packagefile github.com/ipfs/go-block-format=/tmp/go-build548448651/b258/_pkg_.a
2025-08-20T21:26:15.8191763Z [00:02:29.940]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:15.8192869Z [00:02:29.940]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build548448651/b263/_pkg_.a
2025-08-20T21:26:15.8193996Z [00:02:29.940]➜  packagefile github.com/ipfs/go-ipld-legacy=/tmp/go-build548448651/b333/_pkg_.a
2025-08-20T21:26:15.8195088Z [00:02:29.940]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:15.8196201Z [00:02:29.940]➜  packagefile github.com/ipld/go-codec-dagpb=/tmp/go-build548448651/b366/_pkg_.a
2025-08-20T21:26:15.8197316Z [00:02:29.940]➜  packagefile github.com/ipld/go-ipld-prime=/tmp/go-build548448651/b334/_pkg_.a
2025-08-20T21:26:15.8203591Z [00:02:29.940]➜  packagefile github.com/ipld/go-ipld-prime/codec/raw=/tmp/go-build548448651/b367/_pkg_.a
2025-08-20T21:26:15.8204961Z [00:02:29.940]➜  packagefile github.com/ipld/go-ipld-prime/fluent/qp=/tmp/go-build548448651/b368/_pkg_.a
2025-08-20T21:26:15.8206301Z [00:02:29.940]➜  packagefile github.com/ipld/go-ipld-prime/linking/cid=/tmp/go-build548448651/b343/_pkg_.a
2025-08-20T21:26:15.8207595Z [00:02:29.940]➜  packagefile github.com/ipld/go-ipld-prime/node/basic=/tmp/go-build548448651/b362/_pkg_.a
2025-08-20T21:26:15.8209046Z [00:02:29.940]➜  packagefile github.com/libp2p/go-libp2p/core/routing=/tmp/go-build548448651/b329/_pkg_.a
2025-08-20T21:26:15.8210298Z [00:02:29.940]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build548448651/b235/_pkg_.a
2025-08-20T21:26:15.8211579Z [00:02:29.940]➜  packagefile github.com/multiformats/go-multihash/core=/tmp/go-build548448651/b236/_pkg_.a
2025-08-20T21:26:15.8212592Z [00:02:29.940]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:15.8213672Z [00:02:29.940]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:15.8214483Z [00:02:29.940]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:15.8215272Z [00:02:29.940]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:15.8215866Z [00:02:29.940]➜  EOF
2025-08-20T21:26:15.8223803Z [00:02:29.940]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b196/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/ipld/merkledag=>github.com/ipfs/boxo@v0.34.0/ipld/merkledag;$WORK/b196=>" -p github.com/ipfs/boxo/ipld/merkledag -lang=go1.24 -complete -installsuffix shared -buildid 2HtAbB5BDf0KrllwM8LG/2HtAbB5BDf0KrllwM8LG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b196/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/ipld/merkledag/coding.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/ipld/merkledag/errservice.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/ipld/merkledag/merkledag.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/ipld/merkledag/node.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/ipld/merkledag/prime.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/ipld/merkledag/raw.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/ipld/merkledag/readonly.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/ipld/merkledag/rwservice.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/ipld/merkledag/session.go
2025-08-20T21:26:15.9625031Z [00:02:30.085]➜  go tool buildid -w $WORK/b378/_pkg_.a # internal
2025-08-20T21:26:15.9651676Z [00:02:30.087]➜  cp $WORK/b378/_pkg_.a /root/.cache/go-build/c5/c535111b79f0f24d0cc750545f5d6a0232ed8afb60017984da369448d7064ee6-d # internal
2025-08-20T21:26:15.9656850Z [00:02:30.088]➜  github.com/ipfs/kubo
2025-08-20T21:26:15.9657425Z [00:02:30.088]➜  mkdir -p $WORK/b401/
2025-08-20T21:26:15.9681211Z [00:02:30.090]➜  cat >/tmp/go-build548448651/b401/importcfg << 'EOF' # internal
2025-08-20T21:26:15.9682304Z [00:02:30.090]➜  # import config
2025-08-20T21:26:15.9685207Z [00:02:30.090]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:15.9686320Z [00:02:30.090]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:15.9689365Z [00:02:30.090]➜  EOF
2025-08-20T21:26:15.9692397Z [00:02:30.091]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b401/_pkg_.a -trimpath "/tmp/tmp.S0mpzmTmXg/TEMPREPO=>github.com/ipfs/kubo;$WORK/b401=>" -p github.com/ipfs/kubo -lang=go1.25 -complete -installsuffix shared -buildid Ka-CVJ2QG3RqDw8C7RnP/Ka-CVJ2QG3RqDw8C7RnP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b401/importcfg -pack /tmp/tmp.S0mpzmTmXg/TEMPREPO/doc.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/version.go
2025-08-20T21:26:15.9816201Z [00:02:30.104]➜  go tool buildid -w $WORK/b401/_pkg_.a # internal
2025-08-20T21:26:15.9819815Z [00:02:30.104]➜  cp $WORK/b401/_pkg_.a /root/.cache/go-build/48/48d56ac28754116698753a790ee488b7a9332bd777a2e405cfd1a6f6f6d213d5-d # internal
2025-08-20T21:26:15.9826109Z [00:02:30.105]➜  github.com/ipfs/boxo/bitswap/client/internal/blockpresencemanager
2025-08-20T21:26:15.9826914Z [00:02:30.105]➜  mkdir -p $WORK/b406/
2025-08-20T21:26:15.9831933Z [00:02:30.106]➜  cat >/tmp/go-build548448651/b406/importcfg << 'EOF' # internal
2025-08-20T21:26:15.9832772Z [00:02:30.106]➜  # import config
2025-08-20T21:26:15.9835065Z [00:02:30.106]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:15.9836284Z [00:02:30.106]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:15.9841181Z [00:02:30.106]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:15.9841751Z [00:02:30.106]➜  EOF
2025-08-20T21:26:15.9846186Z [00:02:30.106]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b406/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/client/internal/blockpresencemanager=>github.com/ipfs/boxo@v0.34.0/bitswap/client/internal/blockpresencemanager;$WORK/b406=>" -p github.com/ipfs/boxo/bitswap/client/internal/blockpresencemanager -lang=go1.24 -complete -installsuffix shared -buildid GlQUtsXKA0J3VNiNbsin/GlQUtsXKA0J3VNiNbsin -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b406/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/client/internal/blockpresencemanager/blockpresencemanager.go
2025-08-20T21:26:15.9946244Z [00:02:30.117]➜  go tool buildid -w $WORK/b393/_pkg_.a # internal
2025-08-20T21:26:15.9996052Z [00:02:30.122]➜  cp $WORK/b393/_pkg_.a /root/.cache/go-build/3d/3df5092d84e411bb81c9330ab7b640f1ffbe2b2cdc61e0310ab9c5afed676b8d-d # internal
2025-08-20T21:26:16.0063042Z [00:02:30.128]➜  github.com/prometheus/client_golang/prometheus/internal
2025-08-20T21:26:16.0065600Z [00:02:30.128]➜  mkdir -p $WORK/b390/
2025-08-20T21:26:16.0066357Z [00:02:30.129]➜  cat >/tmp/go-build548448651/b390/importcfg << 'EOF' # internal
2025-08-20T21:26:16.0067014Z [00:02:30.129]➜  # import config
2025-08-20T21:26:16.0067663Z [00:02:30.129]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:16.0068478Z [00:02:30.129]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:16.0069478Z [00:02:30.129]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:16.0070531Z [00:02:30.129]➜  packagefile github.com/prometheus/client_model/go=/tmp/go-build548448651/b391/_pkg_.a
2025-08-20T21:26:16.0071755Z [00:02:30.129]➜  packagefile github.com/prometheus/common/model=/tmp/go-build548448651/b393/_pkg_.a
2025-08-20T21:26:16.0072749Z [00:02:30.129]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:16.0073536Z [00:02:30.129]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:16.0074311Z [00:02:30.129]➜  packagefile path=/tmp/go-build548448651/b063/_pkg_.a
2025-08-20T21:26:16.0075387Z [00:02:30.129]➜  packagefile regexp=/tmp/go-build548448651/b192/_pkg_.a
2025-08-20T21:26:16.0076315Z [00:02:30.129]➜  packagefile runtime/metrics=/tmp/go-build548448651/b394/_pkg_.a
2025-08-20T21:26:16.0077156Z [00:02:30.129]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:16.0077986Z [00:02:30.129]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:16.0078971Z [00:02:30.129]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:16.0079564Z [00:02:30.129]➜  EOF
2025-08-20T21:26:16.0086618Z [00:02:30.129]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b390/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/client_golang@v1.23.0/prometheus/internal=>github.com/prometheus/client_golang@v1.23.0/prometheus/internal;$WORK/b390=>" -p github.com/prometheus/client_golang/prometheus/internal -lang=go1.23 -complete -installsuffix shared -buildid h4RhtHvIwfEEwReaCyso/h4RhtHvIwfEEwReaCyso -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b390/importcfg -pack /root/go/pkg/mod/github.com/prometheus/client_golang@v1.23.0/prometheus/internal/almost_equal.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.23.0/prometheus/internal/difflib.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.23.0/prometheus/internal/go_collector_options.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.23.0/prometheus/internal/go_runtime_metrics.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.23.0/prometheus/internal/metric.go
2025-08-20T21:26:16.0257138Z [00:02:30.148]➜  go tool buildid -w $WORK/b406/_pkg_.a # internal
2025-08-20T21:26:16.0264325Z [00:02:30.149]➜  cp $WORK/b406/_pkg_.a /root/.cache/go-build/fe/fe2b18c51816b8439dded6c3527db231955431d94d48bc6b486d8388498fd261-d # internal
2025-08-20T21:26:16.0266490Z [00:02:30.149]➜  github.com/prometheus/common/expfmt
2025-08-20T21:26:16.0268187Z [00:02:30.149]➜  mkdir -p $WORK/b395/
2025-08-20T21:26:16.0278100Z [00:02:30.150]➜  cat >/tmp/go-build548448651/b395/importcfg << 'EOF' # internal
2025-08-20T21:26:16.0280053Z [00:02:30.150]➜  # import config
2025-08-20T21:26:16.0280713Z [00:02:30.150]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:16.0281489Z [00:02:30.150]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:16.0282567Z [00:02:30.150]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:16.0283311Z [00:02:30.150]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:16.0284214Z [00:02:30.150]➜  packagefile github.com/munnerz/goautoneg=/tmp/go-build548448651/b396/_pkg_.a
2025-08-20T21:26:16.0285466Z [00:02:30.150]➜  packagefile github.com/prometheus/client_model/go=/tmp/go-build548448651/b391/_pkg_.a
2025-08-20T21:26:16.0286745Z [00:02:30.150]➜  packagefile github.com/prometheus/common/model=/tmp/go-build548448651/b393/_pkg_.a
2025-08-20T21:26:16.0288141Z [00:02:30.150]➜  packagefile google.golang.org/protobuf/encoding/protodelim=/tmp/go-build548448651/b397/_pkg_.a
2025-08-20T21:26:16.0289813Z [00:02:30.150]➜  packagefile google.golang.org/protobuf/encoding/prototext=/tmp/go-build548448651/b306/_pkg_.a
2025-08-20T21:26:16.0291162Z [00:02:30.150]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build548448651/b300/_pkg_.a
2025-08-20T21:26:16.0292583Z [00:02:30.150]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build548448651/b392/_pkg_.a
2025-08-20T21:26:16.0293736Z [00:02:30.150]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:16.0294555Z [00:02:30.150]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:16.0295388Z [00:02:30.150]➜  packagefile mime=/tmp/go-build548448651/b178/_pkg_.a
2025-08-20T21:26:16.0296235Z [00:02:30.150]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:16.0297113Z [00:02:30.150]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:16.0297977Z [00:02:30.150]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:16.0299304Z [00:02:30.150]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:16.0300315Z [00:02:30.150]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:16.0301004Z [00:02:30.150]➜  EOF
2025-08-20T21:26:16.0307429Z [00:02:30.150]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b395/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/common@v0.65.0/expfmt=>github.com/prometheus/common@v0.65.0/expfmt;$WORK/b395=>" -p github.com/prometheus/common/expfmt -lang=go1.23 -complete -installsuffix shared -buildid RSGrKaKTe98_27grNwVj/RSGrKaKTe98_27grNwVj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b395/importcfg -pack /root/go/pkg/mod/github.com/prometheus/common@v0.65.0/expfmt/decode.go /root/go/pkg/mod/github.com/prometheus/common@v0.65.0/expfmt/encode.go /root/go/pkg/mod/github.com/prometheus/common@v0.65.0/expfmt/expfmt.go /root/go/pkg/mod/github.com/prometheus/common@v0.65.0/expfmt/openmetrics_create.go /root/go/pkg/mod/github.com/prometheus/common@v0.65.0/expfmt/text_create.go /root/go/pkg/mod/github.com/prometheus/common@v0.65.0/expfmt/text_parse.go
2025-08-20T21:26:16.1431277Z [00:02:30.265]➜  go tool buildid -w $WORK/b390/_pkg_.a # internal
2025-08-20T21:26:16.1454674Z [00:02:30.267]➜  cp $WORK/b390/_pkg_.a /root/.cache/go-build/80/807a18282f490f8efa3bedd8d8b8d43da944ffd0f11c0fcdae8a5935d8dfe560-d # internal
2025-08-20T21:26:16.1456040Z [00:02:30.268]➜  github.com/ipfs/boxo/bitswap/client/internal
2025-08-20T21:26:16.1464129Z [00:02:30.268]➜  mkdir -p $WORK/b408/
2025-08-20T21:26:16.1464869Z [00:02:30.269]➜  cat >/tmp/go-build548448651/b408/importcfg << 'EOF' # internal
2025-08-20T21:26:16.1465521Z [00:02:30.269]➜  # import config
2025-08-20T21:26:16.1466178Z [00:02:30.269]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:16.1467113Z [00:02:30.269]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build548448651/b200/_pkg_.a
2025-08-20T21:26:16.1468168Z [00:02:30.269]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build548448651/b214/_pkg_.a
2025-08-20T21:26:16.1469052Z [00:02:30.269]➜  EOF
2025-08-20T21:26:16.1473530Z [00:02:30.269]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b408/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/client/internal=>github.com/ipfs/boxo@v0.34.0/bitswap/client/internal;$WORK/b408=>" -p github.com/ipfs/boxo/bitswap/client/internal -lang=go1.24 -complete -installsuffix shared -buildid ydcCK6oGkjClvY9nrnll/ydcCK6oGkjClvY9nrnll -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b408/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/client/internal/tracing.go
2025-08-20T21:26:16.1654402Z [00:02:30.288]➜  go tool buildid -w $WORK/b196/_pkg_.a # internal
2025-08-20T21:26:16.1708898Z [00:02:30.293]➜  cp $WORK/b196/_pkg_.a /root/.cache/go-build/b8/b8d41cd1b5275a987a2786c35737f5b80dd2380a596e10c535d466c22e6363ae-d # internal
2025-08-20T21:26:16.1726696Z [00:02:30.295]➜  github.com/ipfs/boxo/ipld/unixfs
2025-08-20T21:26:16.1727361Z [00:02:30.295]➜  mkdir -p $WORK/b195/
2025-08-20T21:26:16.1735327Z [00:02:30.296]➜  cat >/tmp/go-build548448651/b195/importcfg << 'EOF' # internal
2025-08-20T21:26:16.1737535Z [00:02:30.296]➜  # import config
2025-08-20T21:26:16.1740021Z [00:02:30.296]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:16.1741041Z [00:02:30.296]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:16.1743262Z [00:02:30.296]➜  packagefile github.com/ipfs/boxo/files=/tmp/go-build548448651/b188/_pkg_.a
2025-08-20T21:26:16.1744387Z [00:02:30.296]➜  packagefile github.com/ipfs/boxo/ipld/merkledag=/tmp/go-build548448651/b196/_pkg_.a
2025-08-20T21:26:16.1745651Z [00:02:30.296]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/pb=/tmp/go-build548448651/b369/_pkg_.a
2025-08-20T21:26:16.1746915Z [00:02:30.296]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build548448651/b263/_pkg_.a
2025-08-20T21:26:16.1748107Z [00:02:30.296]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build548448651/b300/_pkg_.a
2025-08-20T21:26:16.1749614Z [00:02:30.296]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:16.1750511Z [00:02:30.296]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:16.1751170Z [00:02:30.296]➜  EOF
2025-08-20T21:26:16.1754713Z [00:02:30.296]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b195/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/ipld/unixfs=>github.com/ipfs/boxo@v0.34.0/ipld/unixfs;$WORK/b195=>" -p github.com/ipfs/boxo/ipld/unixfs -lang=go1.24 -complete -installsuffix shared -buildid kJQ4NoCZBxFYxlAoMRdA/kJQ4NoCZBxFYxlAoMRdA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b195/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/ipld/unixfs/unixfs.go
2025-08-20T21:26:16.1769741Z [00:02:30.299]➜  go tool buildid -w $WORK/b408/_pkg_.a # internal
2025-08-20T21:26:16.1772491Z [00:02:30.300]➜  cp $WORK/b408/_pkg_.a /root/.cache/go-build/aa/aa1cd2cb302fb48e83f5dae5024229a0c7da015eda5ce135b68c31dad5ea3635-d # internal
2025-08-20T21:26:16.1781530Z [00:02:30.300]➜  github.com/ipfs/boxo/bitswap/client/traceability
2025-08-20T21:26:16.1784750Z [00:02:30.300]➜  mkdir -p $WORK/b411/
2025-08-20T21:26:16.1785543Z [00:02:30.300]➜  cat >/tmp/go-build548448651/b411/importcfg << 'EOF' # internal
2025-08-20T21:26:16.1786297Z [00:02:30.300]➜  # import config
2025-08-20T21:26:16.1787122Z [00:02:30.300]➜  packagefile github.com/ipfs/go-block-format=/tmp/go-build548448651/b258/_pkg_.a
2025-08-20T21:26:16.1788253Z [00:02:30.300]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:16.1789386Z [00:02:30.300]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:16.1789949Z [00:02:30.300]➜  EOF
2025-08-20T21:26:16.1793975Z [00:02:30.301]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b411/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/client/traceability=>github.com/ipfs/boxo@v0.34.0/bitswap/client/traceability;$WORK/b411=>" -p github.com/ipfs/boxo/bitswap/client/traceability -lang=go1.24 -complete -installsuffix shared -buildid 2W4Hl1CX69edQ9Ld89TD/2W4Hl1CX69edQ9Ld89TD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b411/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/client/traceability/block.go
2025-08-20T21:26:16.2011411Z [00:02:30.323]➜  go tool buildid -w $WORK/b411/_pkg_.a # internal
2025-08-20T21:26:16.2018073Z [00:02:30.324]➜  cp $WORK/b411/_pkg_.a /root/.cache/go-build/68/689c764b0477324dfb24b783e1b282a32c05f7eff92bfc5aeae9d9ed598ede20-d # internal
2025-08-20T21:26:16.2033762Z [00:02:30.326]➜  github.com/ipfs/boxo/bitswap/client/internal/notifications
2025-08-20T21:26:16.2036864Z [00:02:30.326]➜  mkdir -p $WORK/b409/
2025-08-20T21:26:16.2039133Z [00:02:30.326]➜  cat >/tmp/go-build548448651/b409/importcfg << 'EOF' # internal
2025-08-20T21:26:16.2041080Z [00:02:30.326]➜  # import config
2025-08-20T21:26:16.2041990Z [00:02:30.326]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:16.2043689Z [00:02:30.326]➜  packagefile github.com/cskr/pubsub=/tmp/go-build548448651/b410/_pkg_.a
2025-08-20T21:26:16.2045478Z [00:02:30.326]➜  packagefile github.com/ipfs/boxo/bitswap/client/traceability=/tmp/go-build548448651/b411/_pkg_.a
2025-08-20T21:26:16.2047167Z [00:02:30.326]➜  packagefile github.com/ipfs/go-block-format=/tmp/go-build548448651/b258/_pkg_.a
2025-08-20T21:26:16.2050726Z [00:02:30.326]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:16.2051944Z [00:02:30.326]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:16.2052999Z [00:02:30.326]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:16.2053844Z [00:02:30.326]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:16.2054501Z [00:02:30.326]➜  EOF
2025-08-20T21:26:16.2080434Z [00:02:30.327]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b409/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/client/internal/notifications=>github.com/ipfs/boxo@v0.34.0/bitswap/client/internal/notifications;$WORK/b409=>" -p github.com/ipfs/boxo/bitswap/client/internal/notifications -lang=go1.24 -complete -installsuffix shared -buildid Cy_YP_KENx4eiUX0KHUk/Cy_YP_KENx4eiUX0KHUk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b409/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/client/internal/notifications/notifications.go
2025-08-20T21:26:16.2751462Z [00:02:30.397]➜  go tool buildid -w $WORK/b409/_pkg_.a # internal
2025-08-20T21:26:16.2762883Z [00:02:30.399]➜  cp $WORK/b409/_pkg_.a /root/.cache/go-build/c6/c624e38166c7eec733c759fca8a454d61f32a462facac9ae5759e3be8c0be944-d # internal
2025-08-20T21:26:16.2784031Z [00:02:30.401]➜  github.com/ipfs/boxo/bitswap/client/internal/getter
2025-08-20T21:26:16.2787254Z [00:02:30.401]➜  mkdir -p $WORK/b407/
2025-08-20T21:26:16.2790601Z [00:02:30.401]➜  cat >/tmp/go-build548448651/b407/importcfg << 'EOF' # internal
2025-08-20T21:26:16.2793612Z [00:02:30.401]➜  # import config
2025-08-20T21:26:16.2794321Z [00:02:30.401]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:16.2795173Z [00:02:30.401]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:16.2796295Z [00:02:30.401]➜  packagefile github.com/ipfs/boxo/bitswap/client/internal=/tmp/go-build548448651/b408/_pkg_.a
2025-08-20T21:26:16.2797756Z [00:02:30.401]➜  packagefile github.com/ipfs/boxo/bitswap/client/internal/notifications=/tmp/go-build548448651/b409/_pkg_.a
2025-08-20T21:26:16.2799441Z [00:02:30.401]➜  packagefile github.com/ipfs/go-block-format=/tmp/go-build548448651/b258/_pkg_.a
2025-08-20T21:26:16.2800529Z [00:02:30.401]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:16.2801610Z [00:02:30.401]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build548448651/b263/_pkg_.a
2025-08-20T21:26:16.2802676Z [00:02:30.401]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:16.2803409Z [00:02:30.401]➜  EOF
2025-08-20T21:26:16.2805098Z [00:02:30.403]➜  go tool buildid -w $WORK/b195/_pkg_.a # internal
2025-08-20T21:26:16.2809950Z [00:02:30.403]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b407/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/client/internal/getter=>github.com/ipfs/boxo@v0.34.0/bitswap/client/internal/getter;$WORK/b407=>" -p github.com/ipfs/boxo/bitswap/client/internal/getter -lang=go1.24 -complete -installsuffix shared -buildid 061boC6XfFO6PzbSWmLx/061boC6XfFO6PzbSWmLx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b407/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/client/internal/getter/getter.go
2025-08-20T21:26:16.2831997Z [00:02:30.405]➜  cp $WORK/b195/_pkg_.a /root/.cache/go-build/0b/0b0b89bf0ffdf5f39ba1176f8ea42a537598c94c40a376c84ffe77ca56a5ff2a-d # internal
2025-08-20T21:26:16.2838366Z [00:02:30.406]➜  github.com/filecoin-project/go-clock
2025-08-20T21:26:16.2839172Z [00:02:30.406]➜  mkdir -p $WORK/b413/
2025-08-20T21:26:16.2846462Z [00:02:30.407]➜  cat >/tmp/go-build548448651/b413/importcfg << 'EOF' # internal
2025-08-20T21:26:16.2849042Z [00:02:30.407]➜  # import config
2025-08-20T21:26:16.2849805Z [00:02:30.407]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:16.2850915Z [00:02:30.407]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:16.2851978Z [00:02:30.407]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:16.2920967Z [00:02:30.407]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:16.2924816Z [00:02:30.407]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:16.2925412Z [00:02:30.407]➜  EOF
2025-08-20T21:26:16.2929973Z [00:02:30.407]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b413/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/filecoin-project/go-clock@v0.1.0=>github.com/filecoin-project/go-clock@v0.1.0;$WORK/b413=>" -p github.com/filecoin-project/go-clock -lang=go1.21 -complete -installsuffix shared -buildid OpJvIfqErQuzG9jRyl6p/OpJvIfqErQuzG9jRyl6p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b413/importcfg -pack /root/go/pkg/mod/github.com/filecoin-project/go-clock@v0.1.0/clock.go /root/go/pkg/mod/github.com/filecoin-project/go-clock@v0.1.0/context.go
2025-08-20T21:26:16.3143530Z [00:02:30.437]➜  go tool buildid -w $WORK/b395/_pkg_.a # internal
2025-08-20T21:26:16.3189929Z [00:02:30.441]➜  cp $WORK/b395/_pkg_.a /root/.cache/go-build/b0/b00aee077df78285ea9eea659bbd38649ccb5fb7a844e71f64b9499930c94542-d # internal
2025-08-20T21:26:16.3257105Z [00:02:30.448]➜  github.com/ipfs/boxo/bitswap/message/pb
2025-08-20T21:26:16.3260594Z [00:02:30.448]➜  mkdir -p $WORK/b415/
2025-08-20T21:26:16.3261380Z [00:02:30.448]➜  cat >/tmp/go-build548448651/b415/importcfg << 'EOF' # internal
2025-08-20T21:26:16.3262079Z [00:02:30.448]➜  # import config
2025-08-20T21:26:16.3263081Z [00:02:30.448]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build548448651/b281/_pkg_.a
2025-08-20T21:26:16.3264486Z [00:02:30.448]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build548448651/b287/_pkg_.a
2025-08-20T21:26:16.3268965Z [00:02:30.448]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:16.3270738Z [00:02:30.448]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:16.3290133Z [00:02:30.448]➜  EOF
2025-08-20T21:26:16.3295148Z [00:02:30.450]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b415/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/message/pb=>github.com/ipfs/boxo@v0.34.0/bitswap/message/pb;$WORK/b415=>" -p github.com/ipfs/boxo/bitswap/message/pb -lang=go1.24 -complete -installsuffix shared -buildid BBEv8AY9s4ilmxEgqSd0/BBEv8AY9s4ilmxEgqSd0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b415/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/message/pb/gen.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/message/pb/message.pb.go
2025-08-20T21:26:16.3301651Z [00:02:30.451]➜  go tool buildid -w $WORK/b407/_pkg_.a # internal
2025-08-20T21:26:16.3302957Z [00:02:30.451]➜  cp $WORK/b407/_pkg_.a /root/.cache/go-build/cf/cf3d16904bb9188b9406e92f67665638f731c5d6c7655999425e1ff102bdbe2e-d # internal
2025-08-20T21:26:16.3304538Z [00:02:30.452]➜  github.com/multiformats/go-multistream
2025-08-20T21:26:16.3305160Z [00:02:30.452]➜  mkdir -p $WORK/b420/
2025-08-20T21:26:16.3305862Z [00:02:30.452]➜  cat >/tmp/go-build548448651/b420/importcfg << 'EOF' # internal
2025-08-20T21:26:16.3306509Z [00:02:30.453]➜  # import config
2025-08-20T21:26:16.3307130Z [00:02:30.453]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:16.3307920Z [00:02:30.453]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:16.3308904Z [00:02:30.453]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:16.3309702Z [00:02:30.453]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:16.3310717Z [00:02:30.453]➜  packagefile github.com/multiformats/go-varint=/tmp/go-build548448651/b254/_pkg_.a
2025-08-20T21:26:16.3311677Z [00:02:30.453]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:16.3312477Z [00:02:30.453]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:16.3313367Z [00:02:30.453]➜  packagefile runtime/debug=/tmp/go-build548448651/b260/_pkg_.a
2025-08-20T21:26:16.3314343Z [00:02:30.453]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:16.3314962Z [00:02:30.453]➜  EOF
2025-08-20T21:26:16.3327782Z [00:02:30.455]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b420/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/multiformats/go-multistream@v0.6.1=>github.com/multiformats/go-multistream@v0.6.1;$WORK/b420=>" -p github.com/multiformats/go-multistream -lang=go1.23 -complete -installsuffix shared -buildid y_gCRjoUzcfnaIreR28t/y_gCRjoUzcfnaIreR28t -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b420/importcfg -pack /root/go/pkg/mod/github.com/multiformats/go-multistream@v0.6.1/client.go /root/go/pkg/mod/github.com/multiformats/go-multistream@v0.6.1/lazyClient.go /root/go/pkg/mod/github.com/multiformats/go-multistream@v0.6.1/multistream.go
2025-08-20T21:26:16.3963054Z [00:02:30.519]➜  go tool buildid -w $WORK/b413/_pkg_.a # internal
2025-08-20T21:26:16.3985549Z [00:02:30.521]➜  cp $WORK/b413/_pkg_.a /root/.cache/go-build/18/18951d91c8b9538ded16b7a578c7d6bc293f044c3f78268508612b9eda7e4da0-d # internal
2025-08-20T21:26:16.3995859Z [00:02:30.522]➜  github.com/libp2p/go-msgio
2025-08-20T21:26:16.3996504Z [00:02:30.522]➜  mkdir -p $WORK/b421/
2025-08-20T21:26:16.4011011Z [00:02:30.523]➜  cat >/tmp/go-build548448651/b421/importcfg << 'EOF' # internal
2025-08-20T21:26:16.4015256Z [00:02:30.524]➜  # import config
2025-08-20T21:26:16.4015965Z [00:02:30.524]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:16.4016910Z [00:02:30.524]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:16.4017895Z [00:02:30.524]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:16.4019211Z [00:02:30.524]➜  packagefile github.com/libp2p/go-buffer-pool=/tmp/go-build548448651/b321/_pkg_.a
2025-08-20T21:26:16.4020327Z [00:02:30.524]➜  packagefile github.com/multiformats/go-varint=/tmp/go-build548448651/b254/_pkg_.a
2025-08-20T21:26:16.4021264Z [00:02:30.524]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:16.4022048Z [00:02:30.524]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:16.4022639Z [00:02:30.524]➜  EOF
2025-08-20T21:26:16.4033443Z [00:02:30.525]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b421/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-msgio@v0.3.0=>github.com/libp2p/go-msgio@v0.3.0;$WORK/b421=>" -p github.com/libp2p/go-msgio -lang=go1.18 -complete -installsuffix shared -buildid rhYo-QCZab7XKp3dIzGC/rhYo-QCZab7XKp3dIzGC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b421/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-msgio@v0.3.0/limit.go /root/go/pkg/mod/github.com/libp2p/go-msgio@v0.3.0/msgio.go /root/go/pkg/mod/github.com/libp2p/go-msgio@v0.3.0/num.go /root/go/pkg/mod/github.com/libp2p/go-msgio@v0.3.0/varint.go
2025-08-20T21:26:16.4070461Z [00:02:30.529]➜  go tool buildid -w $WORK/b415/_pkg_.a # internal
2025-08-20T21:26:16.4082757Z [00:02:30.531]➜  cp $WORK/b415/_pkg_.a /root/.cache/go-build/97/97868a9b25a3e7adfc3ad6c35f67780cdbf5927d53af515604b62a70c5b4c513-d # internal
2025-08-20T21:26:16.4155216Z [00:02:30.538]➜  github.com/ipfs/boxo/bitswap/client/wantlist
2025-08-20T21:26:16.4155895Z [00:02:30.538]➜  mkdir -p $WORK/b414/
2025-08-20T21:26:16.4159611Z [00:02:30.538]➜  go tool buildid -w $WORK/b420/_pkg_.a # internal
2025-08-20T21:26:16.4167642Z [00:02:30.538]➜  cat >/tmp/go-build548448651/b414/importcfg << 'EOF' # internal
2025-08-20T21:26:16.4170099Z [00:02:30.539]➜  # import config
2025-08-20T21:26:16.4171049Z [00:02:30.539]➜  packagefile cmp=/tmp/go-build548448651/b051/_pkg_.a
2025-08-20T21:26:16.4172159Z [00:02:30.539]➜  packagefile github.com/ipfs/boxo/bitswap/message/pb=/tmp/go-build548448651/b415/_pkg_.a
2025-08-20T21:26:16.4173291Z [00:02:30.539]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:16.4174240Z [00:02:30.539]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:16.4174867Z [00:02:30.539]➜  EOF
2025-08-20T21:26:16.4184445Z [00:02:30.539]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b414/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/client/wantlist=>github.com/ipfs/boxo@v0.34.0/bitswap/client/wantlist;$WORK/b414=>" -p github.com/ipfs/boxo/bitswap/client/wantlist -lang=go1.24 -complete -installsuffix shared -buildid dsV9ifH5Y6i969_KgP-9/dsV9ifH5Y6i969_KgP-9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b414/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/client/wantlist/wantlist.go
2025-08-20T21:26:16.4190626Z [00:02:30.540]➜  cp $WORK/b420/_pkg_.a /root/.cache/go-build/55/550188648418b06bf13015650763c32edd018540a3e26e7f5c0a6441e0016209-d # internal
2025-08-20T21:26:16.4191807Z [00:02:30.540]➜  github.com/libp2p/go-libp2p/core/protocol
2025-08-20T21:26:16.4192436Z [00:02:30.540]➜  mkdir -p $WORK/b419/
2025-08-20T21:26:16.4193144Z [00:02:30.541]➜  cat >/tmp/go-build548448651/b419/importcfg << 'EOF' # internal
2025-08-20T21:26:16.4193800Z [00:02:30.541]➜  # import config
2025-08-20T21:26:16.4194675Z [00:02:30.541]➜  packagefile github.com/multiformats/go-multistream=/tmp/go-build548448651/b420/_pkg_.a
2025-08-20T21:26:16.4195653Z [00:02:30.541]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:16.4196238Z [00:02:30.541]➜  EOF
2025-08-20T21:26:16.4200648Z [00:02:30.541]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b419/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/protocol=>github.com/libp2p/go-libp2p@v0.43.0/core/protocol;$WORK/b419=>" -p github.com/libp2p/go-libp2p/core/protocol -lang=go1.23 -complete -installsuffix shared -buildid oMMbhngjSau9PaaOgEwb/oMMbhngjSau9PaaOgEwb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b419/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/protocol/id.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/protocol/switch.go
2025-08-20T21:26:16.4525609Z [00:02:30.575]➜  go tool buildid -w $WORK/b419/_pkg_.a # internal
2025-08-20T21:26:16.4533692Z [00:02:30.576]➜  cp $WORK/b419/_pkg_.a /root/.cache/go-build/a1/a1b355681dc8796ae64c3a94efd1373cd09723ddac850472ec07006dc33c3309-d # internal
2025-08-20T21:26:16.4601821Z [00:02:30.583]➜  github.com/libp2p/go-libp2p/core/peerstore
2025-08-20T21:26:16.4608781Z [00:02:30.583]➜  mkdir -p $WORK/b418/
2025-08-20T21:26:16.4609729Z [00:02:30.583]➜  cat >/tmp/go-build548448651/b418/importcfg << 'EOF' # internal
2025-08-20T21:26:16.4612462Z [00:02:30.583]➜  # import config
2025-08-20T21:26:16.4613121Z [00:02:30.583]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:16.4613970Z [00:02:30.583]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:16.4615003Z [00:02:30.583]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build548448651/b311/_pkg_.a
2025-08-20T21:26:16.4616503Z [00:02:30.583]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:16.4617717Z [00:02:30.583]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build548448651/b419/_pkg_.a
2025-08-20T21:26:16.4619084Z [00:02:30.583]➜  packagefile github.com/libp2p/go-libp2p/core/record=/tmp/go-build548448651/b320/_pkg_.a
2025-08-20T21:26:16.4620256Z [00:02:30.583]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:16.4621200Z [00:02:30.583]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:16.4621977Z [00:02:30.583]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:16.4622772Z [00:02:30.583]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:16.4623318Z [00:02:30.583]➜  EOF
2025-08-20T21:26:16.4627597Z [00:02:30.583]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b418/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/peerstore=>github.com/libp2p/go-libp2p@v0.43.0/core/peerstore;$WORK/b418=>" -p github.com/libp2p/go-libp2p/core/peerstore -lang=go1.23 -complete -installsuffix shared -buildid CgWWjU_1bZTvPGu7-VQ5/CgWWjU_1bZTvPGu7-VQ5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b418/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/peerstore/helpers.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/peerstore/peerstore.go
2025-08-20T21:26:16.5003478Z [00:02:30.623]➜  go tool buildid -w $WORK/b414/_pkg_.a # internal
2025-08-20T21:26:16.5017308Z [00:02:30.624]➜  cp $WORK/b414/_pkg_.a /root/.cache/go-build/d7/d77d3df8e00affc03b68aed6f5411e262d059696e87d3cbf7dfaa42b9f3f8772-d # internal
2025-08-20T21:26:16.5060241Z [00:02:30.628]➜  github.com/multiformats/go-multiaddr/net
2025-08-20T21:26:16.5061059Z [00:02:30.628]➜  mkdir -p $WORK/b430/
2025-08-20T21:26:16.5062178Z [00:02:30.629]➜  cat >/tmp/go-build548448651/b430/importcfg << 'EOF' # internal
2025-08-20T21:26:16.5064111Z [00:02:30.629]➜  # import config
2025-08-20T21:26:16.5065985Z [00:02:30.629]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:16.5068011Z [00:02:30.629]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:16.5070159Z [00:02:30.629]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:16.5071761Z [00:02:30.629]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:16.5072980Z [00:02:30.629]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:16.5074942Z [00:02:30.629]➜  packagefile path/filepath=/tmp/go-build548448651/b168/_pkg_.a
2025-08-20T21:26:16.5075870Z [00:02:30.629]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:16.5076705Z [00:02:30.629]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:16.5077524Z [00:02:30.629]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:16.5078158Z [00:02:30.629]➜  EOF
2025-08-20T21:26:16.5085286Z [00:02:30.629]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b430/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/multiformats/go-multiaddr@v0.16.1/net=>github.com/multiformats/go-multiaddr@v0.16.1/net;$WORK/b430=>" -p github.com/multiformats/go-multiaddr/net -lang=go1.23 -complete -installsuffix shared -buildid vP4pIG1fOhy0VDsz6K48/vP4pIG1fOhy0VDsz6K48 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b430/importcfg -pack /root/go/pkg/mod/github.com/multiformats/go-multiaddr@v0.16.1/net/convert.go /root/go/pkg/mod/github.com/multiformats/go-multiaddr@v0.16.1/net/doc.go /root/go/pkg/mod/github.com/multiformats/go-multiaddr@v0.16.1/net/ip.go /root/go/pkg/mod/github.com/multiformats/go-multiaddr@v0.16.1/net/net.go /root/go/pkg/mod/github.com/multiformats/go-multiaddr@v0.16.1/net/private.go /root/go/pkg/mod/github.com/multiformats/go-multiaddr@v0.16.1/net/registry.go /root/go/pkg/mod/github.com/multiformats/go-multiaddr@v0.16.1/net/resolve.go
2025-08-20T21:26:16.5139927Z [00:02:30.636]➜  go tool buildid -w $WORK/b421/_pkg_.a # internal
2025-08-20T21:26:16.5152851Z [00:02:30.638]➜  cp $WORK/b421/_pkg_.a /root/.cache/go-build/c3/c335019c8753a6e3e51b290c78aad17e9250f78d2b52310c6cf536df0c903216-d # internal
2025-08-20T21:26:16.5159882Z [00:02:30.638]➜  github.com/gammazero/chanqueue
2025-08-20T21:26:16.5164053Z [00:02:30.638]➜  mkdir -p $WORK/b432/
2025-08-20T21:26:16.5164842Z [00:02:30.638]➜  cat >/tmp/go-build548448651/b432/importcfg << 'EOF' # internal
2025-08-20T21:26:16.5165584Z [00:02:30.638]➜  # import config
2025-08-20T21:26:16.5167752Z [00:02:30.638]➜  packagefile github.com/gammazero/deque=/tmp/go-build548448651/b197/_pkg_.a
2025-08-20T21:26:16.5189438Z [00:02:30.638]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:16.5190568Z [00:02:30.638]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:16.5191425Z [00:02:30.638]➜  EOF
2025-08-20T21:26:16.5195631Z [00:02:30.638]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b432/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gammazero/chanqueue@v1.1.1=>github.com/gammazero/chanqueue@v1.1.1;$WORK/b432=>" -p github.com/gammazero/chanqueue -lang=go1.22 -complete -installsuffix shared -buildid slizl7Dk5I49s3Y31K9p/slizl7Dk5I49s3Y31K9p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b432/importcfg -pack /root/go/pkg/mod/github.com/gammazero/chanqueue@v1.1.1/chanqueue.go /root/go/pkg/mod/github.com/gammazero/chanqueue@v1.1.1/doc.go
2025-08-20T21:26:16.5306066Z [00:02:30.653]➜  go tool buildid -w $WORK/b418/_pkg_.a # internal
2025-08-20T21:26:16.5319447Z [00:02:30.654]➜  cp $WORK/b418/_pkg_.a /root/.cache/go-build/06/06f02de2b423be1f1782aeef942bae9a29d7375b1a891055f0e1e2941143501f-d # internal
2025-08-20T21:26:16.5354378Z [00:02:30.657]➜  github.com/libp2p/go-libp2p/core/network
2025-08-20T21:26:16.5358151Z [00:02:30.657]➜  mkdir -p $WORK/b417/
2025-08-20T21:26:16.5359616Z [00:02:30.658]➜  cat >/tmp/go-build548448651/b417/importcfg << 'EOF' # internal
2025-08-20T21:26:16.5360552Z [00:02:30.658]➜  # import config
2025-08-20T21:26:16.5361527Z [00:02:30.658]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:16.5362611Z [00:02:30.658]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:16.5363431Z [00:02:30.658]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:16.5364489Z [00:02:30.658]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build548448651/b311/_pkg_.a
2025-08-20T21:26:16.5365771Z [00:02:30.658]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:16.5367082Z [00:02:30.658]➜  packagefile github.com/libp2p/go-libp2p/core/peerstore=/tmp/go-build548448651/b418/_pkg_.a
2025-08-20T21:26:16.5368364Z [00:02:30.658]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build548448651/b419/_pkg_.a
2025-08-20T21:26:16.5369692Z [00:02:30.658]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:16.5370547Z [00:02:30.658]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:16.5371332Z [00:02:30.658]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:16.5372125Z [00:02:30.658]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:16.5372694Z [00:02:30.658]➜  EOF
2025-08-20T21:26:16.5381776Z [00:02:30.659]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b417/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/network=>github.com/libp2p/go-libp2p@v0.43.0/core/network;$WORK/b417=>" -p github.com/libp2p/go-libp2p/core/network -lang=go1.23 -complete -installsuffix shared -buildid CZx5qZVuQs_SJSXXa5ss/CZx5qZVuQs_SJSXXa5ss -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b417/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/network/conn.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/network/context.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/network/errors.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/network/mux.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/network/nattype.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/network/network.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/network/notifee.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/network/rcmgr.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/network/stream.go
2025-08-20T21:26:16.5459139Z [00:02:30.668]➜  go tool buildid -w $WORK/b432/_pkg_.a # internal
2025-08-20T21:26:16.5471556Z [00:02:30.669]➜  cp $WORK/b432/_pkg_.a /root/.cache/go-build/aa/aa9f69a17957b5c5d96420fd21bb091c27cf58faa954ec23e0a079a91dc99f09-d # internal
2025-08-20T21:26:16.5473209Z [00:02:30.669]➜  github.com/ipfs/boxo/bitswap/client/internal/sessioninterestmanager
2025-08-20T21:26:16.5477107Z [00:02:30.670]➜  mkdir -p $WORK/b433/
2025-08-20T21:26:16.5479983Z [00:02:30.670]➜  cat >/tmp/go-build548448651/b433/importcfg << 'EOF' # internal
2025-08-20T21:26:16.5480686Z [00:02:30.670]➜  # import config
2025-08-20T21:26:16.5481702Z [00:02:30.670]➜  packagefile github.com/ipfs/go-block-format=/tmp/go-build548448651/b258/_pkg_.a
2025-08-20T21:26:16.5483519Z [00:02:30.670]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:16.5484366Z [00:02:30.670]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:16.5484952Z [00:02:30.670]➜  EOF
2025-08-20T21:26:16.5497198Z [00:02:30.672]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b433/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/client/internal/sessioninterestmanager=>github.com/ipfs/boxo@v0.34.0/bitswap/client/internal/sessioninterestmanager;$WORK/b433=>" -p github.com/ipfs/boxo/bitswap/client/internal/sessioninterestmanager -lang=go1.24 -complete -installsuffix shared -buildid 8mPBuAEfPpkQegyXO_8v/8mPBuAEfPpkQegyXO_8v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b433/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/client/internal/sessioninterestmanager/sessioninterestmanager.go
2025-08-20T21:26:16.5959338Z [00:02:30.718]➜  go tool buildid -w $WORK/b433/_pkg_.a # internal
2025-08-20T21:26:16.5992007Z [00:02:30.718]➜  cp $WORK/b433/_pkg_.a /root/.cache/go-build/ff/ff88f512a489a83965a6f9eeb2e30281e23efc0f4ca9d7c137a65e4f82731a06-d # internal
2025-08-20T21:26:16.5993328Z [00:02:30.718]➜  github.com/ipfs/go-ipfs-delay
2025-08-20T21:26:16.5993957Z [00:02:30.718]➜  mkdir -p $WORK/b434/
2025-08-20T21:26:16.5994714Z [00:02:30.718]➜  cat >/tmp/go-build548448651/b434/importcfg << 'EOF' # internal
2025-08-20T21:26:16.5995402Z [00:02:30.718]➜  # import config
2025-08-20T21:26:16.5996298Z [00:02:30.718]➜  packagefile math/rand=/tmp/go-build548448651/b109/_pkg_.a
2025-08-20T21:26:16.5997187Z [00:02:30.718]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:16.5997948Z [00:02:30.718]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:16.5998713Z [00:02:30.718]➜  EOF
2025-08-20T21:26:16.6002590Z [00:02:30.718]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b434/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-ipfs-delay@v0.0.1=>github.com/ipfs/go-ipfs-delay@v0.0.1;$WORK/b434=>" -p github.com/ipfs/go-ipfs-delay -lang=go1.16 -complete -installsuffix shared -buildid BtkDDONc7pUFnUug995F/BtkDDONc7pUFnUug995F -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b434/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-ipfs-delay@v0.0.1/delay.go /root/go/pkg/mod/github.com/ipfs/go-ipfs-delay@v0.0.1/generator.go
2025-08-20T21:26:16.6440605Z [00:02:30.766]➜  go tool buildid -w $WORK/b434/_pkg_.a # internal
2025-08-20T21:26:16.6450759Z [00:02:30.767]➜  cp $WORK/b434/_pkg_.a /root/.cache/go-build/99/990603820eee8c368d3c4b7a49ca5710ea7b37a8f519536e0be134c7477cb69a-d # internal
2025-08-20T21:26:16.6503042Z [00:02:30.773]➜  github.com/ipfs/boxo/bitswap/client/internal/sessionpeermanager
2025-08-20T21:26:16.6506245Z [00:02:30.773]➜  mkdir -p $WORK/b436/
2025-08-20T21:26:16.6509212Z [00:02:30.773]➜  cat >/tmp/go-build548448651/b436/importcfg << 'EOF' # internal
2025-08-20T21:26:16.6510353Z [00:02:30.773]➜  # import config
2025-08-20T21:26:16.6512461Z [00:02:30.773]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:16.6513553Z [00:02:30.773]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:16.6519405Z [00:02:30.773]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:16.6520315Z [00:02:30.773]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:16.6520872Z [00:02:30.773]➜  EOF
2025-08-20T21:26:16.6525475Z [00:02:30.774]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b436/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/client/internal/sessionpeermanager=>github.com/ipfs/boxo@v0.34.0/bitswap/client/internal/sessionpeermanager;$WORK/b436=>" -p github.com/ipfs/boxo/bitswap/client/internal/sessionpeermanager -lang=go1.24 -complete -installsuffix shared -buildid 8wHZ__k4aGbVf_UGlt8i/8wHZ__k4aGbVf_UGlt8i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b436/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/client/internal/sessionpeermanager/sessionpeermanager.go
2025-08-20T21:26:16.6847461Z [00:02:30.807]➜  go tool buildid -w $WORK/b417/_pkg_.a # internal
2025-08-20T21:26:16.6923307Z [00:02:30.815]➜  cp $WORK/b417/_pkg_.a /root/.cache/go-build/4c/4c4424736257066618b0223f291afc58780262726597005872f1fc77be78c5fa-d # internal
2025-08-20T21:26:16.6950094Z [00:02:30.817]➜  github.com/ipfs/boxo/bitswap/message
2025-08-20T21:26:16.6957161Z [00:02:30.817]➜  mkdir -p $WORK/b416/
2025-08-20T21:26:16.6957965Z [00:02:30.817]➜  cat >/tmp/go-build548448651/b416/importcfg << 'EOF' # internal
2025-08-20T21:26:16.6958846Z [00:02:30.817]➜  # import config
2025-08-20T21:26:16.6959565Z [00:02:30.817]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:16.6960454Z [00:02:30.817]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:16.6961587Z [00:02:30.817]➜  packagefile github.com/ipfs/boxo/bitswap/client/wantlist=/tmp/go-build548448651/b414/_pkg_.a
2025-08-20T21:26:16.6962908Z [00:02:30.817]➜  packagefile github.com/ipfs/boxo/bitswap/message/pb=/tmp/go-build548448651/b415/_pkg_.a
2025-08-20T21:26:16.6964029Z [00:02:30.817]➜  packagefile github.com/ipfs/go-block-format=/tmp/go-build548448651/b258/_pkg_.a
2025-08-20T21:26:16.6965036Z [00:02:30.817]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:16.6966074Z [00:02:30.817]➜  packagefile github.com/libp2p/go-buffer-pool=/tmp/go-build548448651/b321/_pkg_.a
2025-08-20T21:26:16.6967227Z [00:02:30.817]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build548448651/b417/_pkg_.a
2025-08-20T21:26:16.6968357Z [00:02:30.817]➜  packagefile github.com/libp2p/go-msgio=/tmp/go-build548448651/b421/_pkg_.a
2025-08-20T21:26:16.6969928Z [00:02:30.817]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build548448651/b300/_pkg_.a
2025-08-20T21:26:16.6970846Z [00:02:30.817]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:16.6971603Z [00:02:30.817]➜  packagefile maps=/tmp/go-build548448651/b159/_pkg_.a
2025-08-20T21:26:16.6972186Z [00:02:30.817]➜  EOF
2025-08-20T21:26:16.6975798Z [00:02:30.817]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b416/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/message=>github.com/ipfs/boxo@v0.34.0/bitswap/message;$WORK/b416=>" -p github.com/ipfs/boxo/bitswap/message -lang=go1.24 -complete -installsuffix shared -buildid 2HmQ2UEoCD1nLh95_BhR/2HmQ2UEoCD1nLh95_BhR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b416/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/message/message.go
2025-08-20T21:26:16.7086189Z [00:02:30.831]➜  go tool buildid -w $WORK/b436/_pkg_.a # internal
2025-08-20T21:26:16.7090535Z [00:02:30.831]➜  cp $WORK/b436/_pkg_.a /root/.cache/go-build/e0/e02e7d3df9efa5349d0abbf743f18abcf41b67d1cae62f8781b78ee8475ce327-d # internal
2025-08-20T21:26:16.7098032Z [00:02:30.832]➜  github.com/libp2p/go-libp2p/core/connmgr
2025-08-20T21:26:16.7098906Z [00:02:30.832]➜  mkdir -p $WORK/b424/
2025-08-20T21:26:16.7106713Z [00:02:30.833]➜  cat >/tmp/go-build548448651/b424/importcfg << 'EOF' # internal
2025-08-20T21:26:16.7109446Z [00:02:30.833]➜  # import config
2025-08-20T21:26:16.7110196Z [00:02:30.833]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:16.7111434Z [00:02:30.833]➜  packagefile github.com/libp2p/go-libp2p/core/control=/tmp/go-build548448651/b425/_pkg_.a
2025-08-20T21:26:16.7114981Z [00:02:30.833]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build548448651/b417/_pkg_.a
2025-08-20T21:26:16.7116326Z [00:02:30.833]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:16.7117585Z [00:02:30.833]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:16.7118757Z [00:02:30.833]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:16.7119554Z [00:02:30.833]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:16.7120332Z [00:02:30.833]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:16.7120916Z [00:02:30.833]➜  EOF
2025-08-20T21:26:16.7181751Z [00:02:30.840]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b424/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/connmgr=>github.com/libp2p/go-libp2p@v0.43.0/core/connmgr;$WORK/b424=>" -p github.com/libp2p/go-libp2p/core/connmgr -lang=go1.23 -complete -installsuffix shared -buildid OdMUwsf7Jh4vViJmim9L/OdMUwsf7Jh4vViJmim9L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b424/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/connmgr/decay.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/connmgr/gater.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/connmgr/manager.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/connmgr/null.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/connmgr/presets.go
2025-08-20T21:26:16.7886853Z [00:02:30.911]➜  go tool buildid -w $WORK/b424/_pkg_.a # internal
2025-08-20T21:26:16.7903360Z [00:02:30.913]➜  cp $WORK/b424/_pkg_.a /root/.cache/go-build/35/35d18778b9eb6650104de1c58d61e187db36df6e8d3323ca0dfbcfc1bcadf30e-d # internal
2025-08-20T21:26:16.7958904Z [00:02:30.918]➜  github.com/libp2p/go-libp2p/core/event
2025-08-20T21:26:16.7959546Z [00:02:30.918]➜  mkdir -p $WORK/b426/
2025-08-20T21:26:16.7965701Z [00:02:30.919]➜  cat >/tmp/go-build548448651/b426/importcfg << 'EOF' # internal
2025-08-20T21:26:16.7968252Z [00:02:30.919]➜  # import config
2025-08-20T21:26:16.7970626Z [00:02:30.919]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build548448651/b417/_pkg_.a
2025-08-20T21:26:16.7972209Z [00:02:30.919]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:16.7973433Z [00:02:30.919]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build548448651/b419/_pkg_.a
2025-08-20T21:26:16.7974696Z [00:02:30.919]➜  packagefile github.com/libp2p/go-libp2p/core/record=/tmp/go-build548448651/b320/_pkg_.a
2025-08-20T21:26:16.7975932Z [00:02:30.919]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:16.7976933Z [00:02:30.919]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:16.7977750Z [00:02:30.919]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:16.7978366Z [00:02:30.919]➜  EOF
2025-08-20T21:26:16.7986629Z [00:02:30.919]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b426/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/event=>github.com/libp2p/go-libp2p@v0.43.0/core/event;$WORK/b426=>" -p github.com/libp2p/go-libp2p/core/event -lang=go1.23 -complete -installsuffix shared -buildid hth3gPuAhHjKnYTJqBCs/hth3gPuAhHjKnYTJqBCs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b426/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/event/addrs.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/event/bus.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/event/dht.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/event/doc.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/event/identify.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/event/nattype.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/event/network.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/event/protocol.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/event/reachability.go
2025-08-20T21:26:16.8555596Z [00:02:30.978]➜  go tool buildid -w $WORK/b426/_pkg_.a # internal
2025-08-20T21:26:16.8568833Z [00:02:30.979]➜  cp $WORK/b426/_pkg_.a /root/.cache/go-build/26/265176faf508b45343f69b1deb9d21c9cf374bc2e1a99885084e8c0e0cbe7f07-d # internal
2025-08-20T21:26:16.8576345Z [00:02:30.980]➜  github.com/libp2p/go-libp2p/core/host
2025-08-20T21:26:16.8585667Z [00:02:30.980]➜  mkdir -p $WORK/b423/
2025-08-20T21:26:16.8586544Z [00:02:30.980]➜  cat >/tmp/go-build548448651/b423/importcfg << 'EOF' # internal
2025-08-20T21:26:16.8587299Z [00:02:30.980]➜  # import config
2025-08-20T21:26:16.8588019Z [00:02:30.980]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:16.8589322Z [00:02:30.981]➜  packagefile github.com/libp2p/go-libp2p/core/connmgr=/tmp/go-build548448651/b424/_pkg_.a
2025-08-20T21:26:16.8604433Z [00:02:30.981]➜  packagefile github.com/libp2p/go-libp2p/core/event=/tmp/go-build548448651/b426/_pkg_.a
2025-08-20T21:26:16.8605865Z [00:02:30.981]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build548448651/b417/_pkg_.a
2025-08-20T21:26:16.8607172Z [00:02:30.981]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:16.8608667Z [00:02:30.981]➜  packagefile github.com/libp2p/go-libp2p/core/peerstore=/tmp/go-build548448651/b418/_pkg_.a
2025-08-20T21:26:16.8610055Z [00:02:30.981]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build548448651/b419/_pkg_.a
2025-08-20T21:26:16.8611360Z [00:02:30.981]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:16.8612212Z [00:02:30.981]➜  EOF
2025-08-20T21:26:16.8616428Z [00:02:30.981]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b423/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/host=>github.com/libp2p/go-libp2p@v0.43.0/core/host;$WORK/b423=>" -p github.com/libp2p/go-libp2p/core/host -lang=go1.23 -complete -installsuffix shared -buildid NOjUi6sj8p8H_0i6RSbv/NOjUi6sj8p8H_0i6RSbv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b423/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/host/helpers.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/host/host.go
2025-08-20T21:26:16.8792554Z [00:02:31.001]➜  go tool buildid -w $WORK/b398/_pkg_.a # internal
2025-08-20T21:26:16.8817353Z [00:02:31.004]➜  go tool buildid -w $WORK/b416/_pkg_.a # internal
2025-08-20T21:26:16.8837281Z [00:02:31.006]➜  cp $WORK/b416/_pkg_.a /root/.cache/go-build/54/54bfbb76607762c2092927249282a1f2caeeacf142ab2750a573d8a08e126b35-d # internal
2025-08-20T21:26:16.8841477Z [00:02:31.006]➜  github.com/ipfs/boxo/bitswap/internal
2025-08-20T21:26:16.8884292Z [00:02:31.011]➜  mkdir -p $WORK/b437/
2025-08-20T21:26:16.8887412Z [00:02:31.011]➜  cat >/tmp/go-build548448651/b437/importcfg << 'EOF' # internal
2025-08-20T21:26:16.8888115Z [00:02:31.011]➜  # import config
2025-08-20T21:26:16.8889029Z [00:02:31.011]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:16.8889989Z [00:02:31.011]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build548448651/b200/_pkg_.a
2025-08-20T21:26:16.8891135Z [00:02:31.011]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build548448651/b214/_pkg_.a
2025-08-20T21:26:16.8891930Z [00:02:31.011]➜  EOF
2025-08-20T21:26:16.8895470Z [00:02:31.011]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b437/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/internal=>github.com/ipfs/boxo@v0.34.0/bitswap/internal;$WORK/b437=>" -p github.com/ipfs/boxo/bitswap/internal -lang=go1.24 -complete -installsuffix shared -buildid Qy7JwfwlX6_iZRSPnP34/Qy7JwfwlX6_iZRSPnP34 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b437/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/internal/tracing.go
2025-08-20T21:26:16.8946313Z [00:02:31.017]➜  go tool buildid -w $WORK/b430/_pkg_.a # internal
2025-08-20T21:26:16.8949423Z [00:02:31.017]➜  go tool buildid -w $WORK/b423/_pkg_.a # internal
2025-08-20T21:26:16.8954201Z [00:02:31.018]➜  cp $WORK/b398/_pkg_.a /root/.cache/go-build/14/144d9024546d6a777921f9d84b22c57d149a615f00f717377f06c3f4fd11e78d-d # internal
2025-08-20T21:26:16.8962146Z [00:02:31.019]➜  cp $WORK/b423/_pkg_.a /root/.cache/go-build/99/9994da6063a47f14c7271554a9ea9ed6cb41b7d55ad3befda993174c991b1bd9-d # internal
2025-08-20T21:26:16.8986536Z [00:02:31.020]➜  github.com/libp2p/go-libp2p/p2p/protocol/ping
2025-08-20T21:26:16.8990863Z [00:02:31.021]➜  mkdir -p $WORK/b427/
2025-08-20T21:26:16.8992718Z [00:02:31.021]➜  cat >/tmp/go-build548448651/b427/importcfg << 'EOF' # internal
2025-08-20T21:26:16.8993618Z [00:02:31.021]➜  # import config
2025-08-20T21:26:16.8994486Z [00:02:31.021]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:16.8995530Z [00:02:31.021]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:16.8997055Z [00:02:31.021]➜  packagefile crypto/rand=/tmp/go-build548448651/b082/_pkg_.a
2025-08-20T21:26:16.8998228Z [00:02:31.021]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:16.8999532Z [00:02:31.021]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:16.9000600Z [00:02:31.021]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:16.9001952Z [00:02:31.021]➜  packagefile github.com/libp2p/go-buffer-pool=/tmp/go-build548448651/b321/_pkg_.a
2025-08-20T21:26:16.9007205Z [00:02:31.022]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build548448651/b423/_pkg_.a
2025-08-20T21:26:16.9012388Z [00:02:31.022]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build548448651/b417/_pkg_.a
2025-08-20T21:26:16.9021723Z [00:02:31.022]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:16.9023393Z [00:02:31.022]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:16.9024633Z [00:02:31.022]➜  packagefile math/rand=/tmp/go-build548448651/b109/_pkg_.a
2025-08-20T21:26:16.9025686Z [00:02:31.022]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:16.9026541Z [00:02:31.022]➜  EOF
2025-08-20T21:26:16.9032390Z [00:02:31.022]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b427/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/protocol/ping=>github.com/libp2p/go-libp2p@v0.43.0/p2p/protocol/ping;$WORK/b427=>" -p github.com/libp2p/go-libp2p/p2p/protocol/ping -lang=go1.23 -complete -installsuffix shared -buildid LZgvtOGKBEo4NsLhQlf4/LZgvtOGKBEo4NsLhQlf4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b427/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/protocol/ping/ping.go
2025-08-20T21:26:16.9038373Z [00:02:31.023]➜  cp $WORK/b430/_pkg_.a /root/.cache/go-build/31/3134d20f0362e0394ccbf302fec5a205b1f7316fe7a7fe9d37150d4ef7992923-d # internal
2025-08-20T21:26:16.9040049Z [00:02:31.023]➜  github.com/ipfs/boxo/peering
2025-08-20T21:26:16.9040898Z [00:02:31.024]➜  mkdir -p $WORK/b429/
2025-08-20T21:26:16.9041871Z [00:02:31.024]➜  cat >/tmp/go-build548448651/b429/importcfg << 'EOF' # internal
2025-08-20T21:26:16.9042792Z [00:02:31.024]➜  # import config
2025-08-20T21:26:16.9043754Z [00:02:31.024]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:16.9044853Z [00:02:31.024]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:16.9045858Z [00:02:31.024]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:16.9047182Z [00:02:31.024]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build548448651/b423/_pkg_.a
2025-08-20T21:26:16.9048672Z [00:02:31.024]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build548448651/b417/_pkg_.a
2025-08-20T21:26:16.9049946Z [00:02:31.024]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:16.9051462Z [00:02:31.024]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:16.9052611Z [00:02:31.024]➜  packagefile math/rand=/tmp/go-build548448651/b109/_pkg_.a
2025-08-20T21:26:16.9053498Z [00:02:31.024]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:16.9054367Z [00:02:31.024]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:16.9055184Z [00:02:31.024]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:16.9055803Z [00:02:31.024]➜  EOF
2025-08-20T21:26:16.9059640Z [00:02:31.024]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b429/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/peering=>github.com/ipfs/boxo@v0.34.0/peering;$WORK/b429=>" -p github.com/ipfs/boxo/peering -lang=go1.24 -complete -installsuffix shared -buildid O0hOyiApI6wAAB_sPcnw/O0hOyiApI6wAAB_sPcnw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b429/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/peering/peering.go
2025-08-20T21:26:16.9096656Z [00:02:31.032]➜  github.com/prometheus/client_golang/prometheus
2025-08-20T21:26:16.9098377Z [00:02:31.032]➜  mkdir -p $WORK/b387/
2025-08-20T21:26:16.9101103Z [00:02:31.032]➜  cat >/tmp/go-build548448651/b387/importcfg << 'EOF' # internal
2025-08-20T21:26:16.9102427Z [00:02:31.032]➜  # import config
2025-08-20T21:26:16.9103089Z [00:02:31.032]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:16.9103959Z [00:02:31.032]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:16.9104774Z [00:02:31.032]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:16.9105557Z [00:02:31.032]➜  packagefile expvar=/tmp/go-build548448651/b070/_pkg_.a
2025-08-20T21:26:16.9106328Z [00:02:31.032]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:16.9107298Z [00:02:31.032]➜  packagefile github.com/beorn7/perks/quantile=/tmp/go-build548448651/b388/_pkg_.a
2025-08-20T21:26:16.9108455Z [00:02:31.032]➜  packagefile github.com/cespare/xxhash/v2=/tmp/go-build548448651/b389/_pkg_.a
2025-08-20T21:26:16.9109957Z [00:02:31.032]➜  packagefile github.com/prometheus/client_golang/prometheus/internal=/tmp/go-build548448651/b390/_pkg_.a
2025-08-20T21:26:16.9111563Z [00:02:31.032]➜  packagefile github.com/prometheus/client_model/go=/tmp/go-build548448651/b391/_pkg_.a
2025-08-20T21:26:16.9112770Z [00:02:31.032]➜  packagefile github.com/prometheus/common/expfmt=/tmp/go-build548448651/b395/_pkg_.a
2025-08-20T21:26:16.9113950Z [00:02:31.032]➜  packagefile github.com/prometheus/common/model=/tmp/go-build548448651/b393/_pkg_.a
2025-08-20T21:26:16.9115074Z [00:02:31.032]➜  packagefile github.com/prometheus/procfs=/tmp/go-build548448651/b398/_pkg_.a
2025-08-20T21:26:16.9116222Z [00:02:31.032]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build548448651/b300/_pkg_.a
2025-08-20T21:26:16.9117511Z [00:02:31.032]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build548448651/b392/_pkg_.a
2025-08-20T21:26:16.9118825Z [00:02:31.032]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:16.9119617Z [00:02:31.032]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:16.9120489Z [00:02:31.032]➜  packagefile path/filepath=/tmp/go-build548448651/b168/_pkg_.a
2025-08-20T21:26:16.9121355Z [00:02:31.032]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:16.9122215Z [00:02:31.032]➜  packagefile runtime/debug=/tmp/go-build548448651/b260/_pkg_.a
2025-08-20T21:26:16.9123099Z [00:02:31.032]➜  packagefile runtime/metrics=/tmp/go-build548448651/b394/_pkg_.a
2025-08-20T21:26:16.9123917Z [00:02:31.032]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:16.9124688Z [00:02:31.032]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:16.9125465Z [00:02:31.032]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:16.9126212Z [00:02:31.032]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:16.9127143Z [00:02:31.032]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:16.9127923Z [00:02:31.032]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:16.9129049Z [00:02:31.032]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:16.9129706Z [00:02:31.032]➜  EOF
2025-08-20T21:26:16.9149845Z [00:02:31.032]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b387/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/client_golang@v1.23.0/prometheus=>github.com/prometheus/client_golang@v1.23.0/prometheus;$WORK/b387=>" -p github.com/prometheus/client_golang/prometheus -lang=go1.23 -complete -installsuffix shared -buildid 7Sql7__MnLEYPwxaljFE/7Sql7__MnLEYPwxaljFE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b387/importcfg -pack /root/go/pkg/mod/github.com/prometheus/client_golang@v1.23.0/prometheus/build_info_collector.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.23.0/prometheus/collector.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.23.0/prometheus/collectorfunc.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.23.0/prometheus/counter.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.23.0/prometheus/desc.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.23.0/prometheus/doc.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.23.0/prometheus/expvar_collector.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.23.0/prometheus/fnv.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.23.0/prometheus/gauge.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.23.0/prometheus/get_pid.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.23.0/prometheus/go_collector.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.23.0/prometheus/go_collector_latest.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.23.0/prometheus/histogram.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.23.0/prometheus/labels.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.23.0/prometheus/metric.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.23.0/prometheus/num_threads.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.23.0/prometheus/observer.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.23.0/prometheus/process_collector.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.23.0/prometheus/process_collector_procfsenabled.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.23.0/prometheus/registry.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.23.0/prometheus/summary.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.23.0/prometheus/timer.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.23.0/prometheus/untyped.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.23.0/prometheus/value.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.23.0/prometheus/vec.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.23.0/prometheus/vnext.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.23.0/prometheus/wrap.go
2025-08-20T21:26:16.9170417Z [00:02:31.036]➜  go tool buildid -w $WORK/b437/_pkg_.a # internal
2025-08-20T21:26:16.9171757Z [00:02:31.037]➜  cp $WORK/b437/_pkg_.a /root/.cache/go-build/d4/d4f1223677bf3d62d4b3098328dfff0d26fee34d7953d8cf8fd49744acb2a023-d # internal
2025-08-20T21:26:16.9173007Z [00:02:31.038]➜  github.com/ipfs/boxo/bitswap/internal/defaults
2025-08-20T21:26:16.9173719Z [00:02:31.038]➜  mkdir -p $WORK/b438/
2025-08-20T21:26:16.9174466Z [00:02:31.038]➜  cat >/tmp/go-build548448651/b438/importcfg << 'EOF' # internal
2025-08-20T21:26:16.9175215Z [00:02:31.038]➜  # import config
2025-08-20T21:26:16.9176024Z [00:02:31.038]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:16.9176927Z [00:02:31.038]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:16.9177541Z [00:02:31.039]➜  EOF
2025-08-20T21:26:16.9184675Z [00:02:31.039]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b438/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/internal/defaults=>github.com/ipfs/boxo@v0.34.0/bitswap/internal/defaults;$WORK/b438=>" -p github.com/ipfs/boxo/bitswap/internal/defaults -lang=go1.24 -complete -installsuffix shared -buildid uTLXFO1A1df53j6jbsRf/uTLXFO1A1df53j6jbsRf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b438/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/internal/defaults/defaults.go
2025-08-20T21:26:16.9282224Z [00:02:31.050]➜  go tool buildid -w $WORK/b438/_pkg_.a # internal
2025-08-20T21:26:16.9283742Z [00:02:31.051]➜  cp $WORK/b438/_pkg_.a /root/.cache/go-build/9f/9fab6869ee7de973643012d1b1c26869f6535f543e616d6d518048213132a11e-d # internal
2025-08-20T21:26:16.9293461Z [00:02:31.052]➜  github.com/ipfs/boxo/bitswap/metrics
2025-08-20T21:26:16.9294110Z [00:02:31.052]➜  mkdir -p $WORK/b439/
2025-08-20T21:26:16.9294834Z [00:02:31.052]➜  cat >/tmp/go-build548448651/b439/importcfg << 'EOF' # internal
2025-08-20T21:26:16.9295559Z [00:02:31.052]➜  # import config
2025-08-20T21:26:16.9296214Z [00:02:31.052]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:16.9297283Z [00:02:31.052]➜  packagefile github.com/ipfs/go-metrics-interface=/tmp/go-build548448651/b276/_pkg_.a
2025-08-20T21:26:16.9298111Z [00:02:31.052]➜  EOF
2025-08-20T21:26:16.9301917Z [00:02:31.052]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b439/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/metrics=>github.com/ipfs/boxo@v0.34.0/bitswap/metrics;$WORK/b439=>" -p github.com/ipfs/boxo/bitswap/metrics -lang=go1.24 -complete -installsuffix shared -buildid pUjzoCuM6DPEeNE6SHH0/pUjzoCuM6DPEeNE6SHH0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b439/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/metrics/metrics.go
2025-08-20T21:26:16.9607877Z [00:02:31.083]➜  go tool buildid -w $WORK/b439/_pkg_.a # internal
2025-08-20T21:26:16.9614180Z [00:02:31.084]➜  cp $WORK/b439/_pkg_.a /root/.cache/go-build/a3/a3e124f976ec563463ee91761469e86210f96853d03305b874044d3db2abf0dd-d # internal
2025-08-20T21:26:16.9618843Z [00:02:31.084]➜  github.com/ipfs/boxo/bitswap/tracer
2025-08-20T21:26:16.9619490Z [00:02:31.084]➜  mkdir -p $WORK/b440/
2025-08-20T21:26:16.9625786Z [00:02:31.085]➜  cat >/tmp/go-build548448651/b440/importcfg << 'EOF' # internal
2025-08-20T21:26:16.9626479Z [00:02:31.085]➜  # import config
2025-08-20T21:26:16.9627400Z [00:02:31.085]➜  packagefile github.com/ipfs/boxo/bitswap/message=/tmp/go-build548448651/b416/_pkg_.a
2025-08-20T21:26:16.9628761Z [00:02:31.085]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:16.9629597Z [00:02:31.085]➜  EOF
2025-08-20T21:26:16.9633195Z [00:02:31.085]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b440/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/tracer=>github.com/ipfs/boxo@v0.34.0/bitswap/tracer;$WORK/b440=>" -p github.com/ipfs/boxo/bitswap/tracer -lang=go1.24 -complete -installsuffix shared -buildid Ne1p5-SUIxFFfjskY552/Ne1p5-SUIxFFfjskY552 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b440/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/tracer/tracer.go
2025-08-20T21:26:16.9735641Z [00:02:31.096]➜  go tool buildid -w $WORK/b429/_pkg_.a # internal
2025-08-20T21:26:16.9744730Z [00:02:31.097]➜  go tool buildid -w $WORK/b427/_pkg_.a # internal
2025-08-20T21:26:16.9752905Z [00:02:31.098]➜  cp $WORK/b429/_pkg_.a /root/.cache/go-build/35/353911640f6988b1831567843ebe4d7f70c0e5a4285e9d88017cc6e4168b24b5-d # internal
2025-08-20T21:26:16.9762038Z [00:02:31.099]➜  github.com/libp2p/go-libp2p/core/canonicallog
2025-08-20T21:26:16.9764310Z [00:02:31.099]➜  mkdir -p $WORK/b443/
2025-08-20T21:26:16.9765073Z [00:02:31.099]➜  cat >/tmp/go-build548448651/b443/importcfg << 'EOF' # internal
2025-08-20T21:26:16.9765751Z [00:02:31.099]➜  # import config
2025-08-20T21:26:16.9766395Z [00:02:31.099]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:16.9767638Z [00:02:31.099]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:16.9768992Z [00:02:31.099]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:16.9770245Z [00:02:31.099]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:16.9771479Z [00:02:31.099]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build548448651/b430/_pkg_.a
2025-08-20T21:26:16.9772513Z [00:02:31.099]➜  packagefile math/rand=/tmp/go-build548448651/b109/_pkg_.a
2025-08-20T21:26:16.9773317Z [00:02:31.099]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:16.9774110Z [00:02:31.099]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:16.9774724Z [00:02:31.099]➜  EOF
2025-08-20T21:26:16.9778829Z [00:02:31.099]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b443/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/canonicallog=>github.com/libp2p/go-libp2p@v0.43.0/core/canonicallog;$WORK/b443=>" -p github.com/libp2p/go-libp2p/core/canonicallog -lang=go1.23 -complete -installsuffix shared -buildid QfmMgNLr9tLU7p9lU3BS/QfmMgNLr9tLU7p9lU3BS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b443/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/canonicallog/canonicallog.go
2025-08-20T21:26:16.9790322Z [00:02:31.101]➜  cp $WORK/b427/_pkg_.a /root/.cache/go-build/4b/4b3783df1d9ef686ab5228777e4238bf9ff35ac23c9ccafd392eb3bc064093ae-d # internal
2025-08-20T21:26:16.9808109Z [00:02:31.103]➜  github.com/ipfs/boxo/bitswap/network
2025-08-20T21:26:16.9814052Z [00:02:31.103]➜  mkdir -p $WORK/b422/
2025-08-20T21:26:16.9814775Z [00:02:31.104]➜  cat >/tmp/go-build548448651/b422/importcfg << 'EOF' # internal
2025-08-20T21:26:16.9815511Z [00:02:31.104]➜  # import config
2025-08-20T21:26:16.9816241Z [00:02:31.104]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:16.9817128Z [00:02:31.104]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:16.9818056Z [00:02:31.104]➜  packagefile github.com/gammazero/deque=/tmp/go-build548448651/b197/_pkg_.a
2025-08-20T21:26:16.9819647Z [00:02:31.104]➜  packagefile github.com/ipfs/boxo/bitswap/message=/tmp/go-build548448651/b416/_pkg_.a
2025-08-20T21:26:16.9820737Z [00:02:31.104]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:16.9821757Z [00:02:31.104]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:16.9822924Z [00:02:31.104]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build548448651/b423/_pkg_.a
2025-08-20T21:26:16.9824074Z [00:02:31.104]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:16.9825247Z [00:02:31.104]➜  packagefile github.com/libp2p/go-libp2p/core/peerstore=/tmp/go-build548448651/b418/_pkg_.a
2025-08-20T21:26:16.9826465Z [00:02:31.104]➜  packagefile github.com/libp2p/go-libp2p/core/routing=/tmp/go-build548448651/b329/_pkg_.a
2025-08-20T21:26:16.9827731Z [00:02:31.104]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/ping=/tmp/go-build548448651/b427/_pkg_.a
2025-08-20T21:26:16.9849761Z [00:02:31.104]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:16.9850943Z [00:02:31.104]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:16.9851895Z [00:02:31.104]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:16.9852831Z [00:02:31.104]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:16.9853774Z [00:02:31.104]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:16.9854700Z [00:02:31.104]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:16.9855433Z [00:02:31.104]➜  EOF
2025-08-20T21:26:16.9861356Z [00:02:31.104]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b422/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/network=>github.com/ipfs/boxo@v0.34.0/bitswap/network;$WORK/b422=>" -p github.com/ipfs/boxo/bitswap/network -lang=go1.24 -complete -installsuffix shared -buildid F07RqHVT0YijbwktM7OV/F07RqHVT0YijbwktM7OV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b422/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/network/connecteventmanager.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/network/http_multiaddr.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/network/interface.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/network/router.go
2025-08-20T21:26:17.0041611Z [00:02:31.126]➜  go tool buildid -w $WORK/b440/_pkg_.a # internal
2025-08-20T21:26:17.0051632Z [00:02:31.127]➜  cp $WORK/b440/_pkg_.a /root/.cache/go-build/51/511d633d6e1a8e41fb1bee68d8a8cc02c8fb32228fdfb48888683cc13872f272-d # internal
2025-08-20T21:26:17.0056051Z [00:02:31.128]➜  github.com/libp2p/go-flow-metrics
2025-08-20T21:26:17.0057139Z [00:02:31.128]➜  mkdir -p $WORK/b445/
2025-08-20T21:26:17.0060353Z [00:02:31.128]➜  cat >/tmp/go-build548448651/b445/importcfg << 'EOF' # internal
2025-08-20T21:26:17.0064986Z [00:02:31.128]➜  # import config
2025-08-20T21:26:17.0066307Z [00:02:31.128]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:17.0067694Z [00:02:31.128]➜  packagefile github.com/filecoin-project/go-clock=/tmp/go-build548448651/b413/_pkg_.a
2025-08-20T21:26:17.0071110Z [00:02:31.128]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:17.0071964Z [00:02:31.128]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:17.0072821Z [00:02:31.128]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:17.0073666Z [00:02:31.128]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:17.0074276Z [00:02:31.128]➜  EOF
2025-08-20T21:26:17.0079971Z [00:02:31.128]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b445/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-flow-metrics@v0.3.0=>github.com/libp2p/go-flow-metrics@v0.3.0;$WORK/b445=>" -p github.com/libp2p/go-flow-metrics -lang=go1.23 -complete -installsuffix shared -buildid V8ygbDUiKlhJ5MneMI_A/V8ygbDUiKlhJ5MneMI_A -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b445/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-flow-metrics@v0.3.0/meter.go /root/go/pkg/mod/github.com/libp2p/go-flow-metrics@v0.3.0/registry.go /root/go/pkg/mod/github.com/libp2p/go-flow-metrics@v0.3.0/sweeper.go
2025-08-20T21:26:17.0108109Z [00:02:31.132]➜  go tool buildid -w $WORK/b443/_pkg_.a # internal
2025-08-20T21:26:17.0111423Z [00:02:31.133]➜  cp $WORK/b443/_pkg_.a /root/.cache/go-build/47/470d275769e402fbe0e3e4ca5a464c9b2e22dff1a950ff30074cfecb0af16aaa-d # internal
2025-08-20T21:26:17.0114442Z [00:02:31.134]➜  github.com/libp2p/go-libp2p/core/transport
2025-08-20T21:26:17.0115106Z [00:02:31.134]➜  mkdir -p $WORK/b446/
2025-08-20T21:26:17.0119365Z [00:02:31.134]➜  cat >/tmp/go-build548448651/b446/importcfg << 'EOF' # internal
2025-08-20T21:26:17.0121758Z [00:02:31.134]➜  # import config
2025-08-20T21:26:17.0124389Z [00:02:31.134]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:17.0125284Z [00:02:31.135]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:17.0126297Z [00:02:31.135]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:17.0128300Z [00:02:31.135]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build548448651/b417/_pkg_.a
2025-08-20T21:26:17.0129782Z [00:02:31.135]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:17.0131101Z [00:02:31.135]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:17.0133328Z [00:02:31.135]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build548448651/b430/_pkg_.a
2025-08-20T21:26:17.0134633Z [00:02:31.135]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:17.0135266Z [00:02:31.135]➜  EOF
2025-08-20T21:26:17.0139281Z [00:02:31.135]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b446/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/transport=>github.com/libp2p/go-libp2p@v0.43.0/core/transport;$WORK/b446=>" -p github.com/libp2p/go-libp2p/core/transport -lang=go1.23 -complete -installsuffix shared -buildid HQU7BIimB7bsU5M4VsGz/HQU7BIimB7bsU5M4VsGz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b446/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/transport/transport.go
2025-08-20T21:26:17.0524535Z [00:02:31.175]➜  go tool buildid -w $WORK/b446/_pkg_.a # internal
2025-08-20T21:26:17.0543261Z [00:02:31.177]➜  cp $WORK/b446/_pkg_.a /root/.cache/go-build/7a/7a8a46ba414f34ecd35fdea6b5e6a507358b58461b04f75090b7fedb50296d4a-d # internal
2025-08-20T21:26:17.0548818Z [00:02:31.177]➜  golang.org/x/net/bpf
2025-08-20T21:26:17.0549437Z [00:02:31.177]➜  mkdir -p $WORK/b451/
2025-08-20T21:26:17.0555455Z [00:02:31.178]➜  cat >/tmp/go-build548448651/b451/importcfg << 'EOF' # internal
2025-08-20T21:26:17.0556972Z [00:02:31.178]➜  # import config
2025-08-20T21:26:17.0557728Z [00:02:31.178]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:17.0558799Z [00:02:31.178]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:17.0559658Z [00:02:31.178]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:17.0560280Z [00:02:31.178]➜  EOF
2025-08-20T21:26:17.0571756Z [00:02:31.178]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b451/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.43.0/bpf=>golang.org/x/net@v0.43.0/bpf;$WORK/b451=>" -p golang.org/x/net/bpf -lang=go1.23 -complete -installsuffix shared -buildid zU7Bolt8uNQCN-4LzBJU/zU7Bolt8uNQCN-4LzBJU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b451/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.43.0/bpf/asm.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/bpf/constants.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/bpf/doc.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/bpf/instructions.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/bpf/setter.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/bpf/vm.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/bpf/vm_instructions.go
2025-08-20T21:26:17.1522228Z [00:02:31.274]➜  go tool buildid -w $WORK/b422/_pkg_.a # internal
2025-08-20T21:26:17.1552159Z [00:02:31.277]➜  cp $WORK/b422/_pkg_.a /root/.cache/go-build/56/565ad675142464f07dcf799f9038a75346b97370e66085cecf4268e3bd4273ef-d # internal
2025-08-20T21:26:17.1574358Z [00:02:31.280]➜  go tool buildid -w $WORK/b445/_pkg_.a # internal
2025-08-20T21:26:17.1624985Z [00:02:31.285]➜  cp $WORK/b445/_pkg_.a /root/.cache/go-build/6d/6da48a0a72b0b366865ab443226e2bf6e2a0bc3b230a0c9f4ea89073323488ed-d # internal
2025-08-20T21:26:17.1626352Z [00:02:31.285]➜  github.com/ipfs/boxo/bitswap/client/internal/messagequeue
2025-08-20T21:26:17.1627078Z [00:02:31.285]➜  mkdir -p $WORK/b412/
2025-08-20T21:26:17.1632939Z [00:02:31.285]➜  cat >/tmp/go-build548448651/b412/importcfg << 'EOF' # internal
2025-08-20T21:26:17.1636461Z [00:02:31.285]➜  # import config
2025-08-20T21:26:17.1640983Z [00:02:31.285]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:17.1642140Z [00:02:31.285]➜  packagefile github.com/filecoin-project/go-clock=/tmp/go-build548448651/b413/_pkg_.a
2025-08-20T21:26:17.1643379Z [00:02:31.286]➜  packagefile github.com/gammazero/deque=/tmp/go-build548448651/b197/_pkg_.a
2025-08-20T21:26:17.1644697Z [00:02:31.286]➜  packagefile github.com/ipfs/boxo/bitswap/client/wantlist=/tmp/go-build548448651/b414/_pkg_.a
2025-08-20T21:26:17.1646044Z [00:02:31.286]➜  packagefile github.com/ipfs/boxo/bitswap/message=/tmp/go-build548448651/b416/_pkg_.a
2025-08-20T21:26:17.1647187Z [00:02:31.286]➜  packagefile github.com/ipfs/boxo/bitswap/message/pb=/tmp/go-build548448651/b415/_pkg_.a
2025-08-20T21:26:17.1649474Z [00:02:31.286]➜  packagefile github.com/ipfs/boxo/bitswap/network=/tmp/go-build548448651/b422/_pkg_.a
2025-08-20T21:26:17.1650674Z [00:02:31.286]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:17.1651707Z [00:02:31.286]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:17.1652838Z [00:02:31.286]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:17.1654116Z [00:02:31.286]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/ping=/tmp/go-build548448651/b427/_pkg_.a
2025-08-20T21:26:17.1655157Z [00:02:31.286]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:17.1655956Z [00:02:31.286]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:17.1656773Z [00:02:31.286]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:17.1657567Z [00:02:31.286]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:17.1658131Z [00:02:31.286]➜  EOF
2025-08-20T21:26:17.1664211Z [00:02:31.286]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b412/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/client/internal/messagequeue=>github.com/ipfs/boxo@v0.34.0/bitswap/client/internal/messagequeue;$WORK/b412=>" -p github.com/ipfs/boxo/bitswap/client/internal/messagequeue -lang=go1.24 -complete -installsuffix shared -buildid n8w6vtFCXv4B1-8Mlfab/n8w6vtFCXv4B1-8Mlfab -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b412/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/client/internal/messagequeue/doc.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/client/internal/messagequeue/donthavetimeoutmgr.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/client/internal/messagequeue/messagequeue.go
2025-08-20T21:26:17.1669440Z [00:02:31.286]➜  github.com/libp2p/go-libp2p/core/metrics
2025-08-20T21:26:17.1670035Z [00:02:31.286]➜  mkdir -p $WORK/b444/
2025-08-20T21:26:17.1670760Z [00:02:31.286]➜  cat >/tmp/go-build548448651/b444/importcfg << 'EOF' # internal
2025-08-20T21:26:17.1671417Z [00:02:31.286]➜  # import config
2025-08-20T21:26:17.1672223Z [00:02:31.286]➜  packagefile github.com/libp2p/go-flow-metrics=/tmp/go-build548448651/b445/_pkg_.a
2025-08-20T21:26:17.1673656Z [00:02:31.286]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:17.1674850Z [00:02:31.286]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build548448651/b419/_pkg_.a
2025-08-20T21:26:17.1675838Z [00:02:31.286]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:17.1676431Z [00:02:31.286]➜  EOF
2025-08-20T21:26:17.1680736Z [00:02:31.287]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b444/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/metrics=>github.com/libp2p/go-libp2p@v0.43.0/core/metrics;$WORK/b444=>" -p github.com/libp2p/go-libp2p/core/metrics -lang=go1.23 -complete -installsuffix shared -buildid KCe_BzwOKQpDy4Z-ZUWY/KCe_BzwOKQpDy4Z-ZUWY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b444/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/metrics/bandwidth.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/metrics/reporter.go
2025-08-20T21:26:17.1731576Z [00:02:31.296]➜  go tool buildid -w $WORK/b451/_pkg_.a # internal
2025-08-20T21:26:17.1752348Z [00:02:31.298]➜  cp $WORK/b451/_pkg_.a /root/.cache/go-build/0f/0f1888787bfe82623f2c58ba8145fa5c9a945d9085c8b3bc0b5ecb3d62153ed3-d # internal
2025-08-20T21:26:17.1762790Z [00:02:31.299]➜  golang.org/x/net/internal/socket
2025-08-20T21:26:17.1763601Z [00:02:31.299]➜  mkdir -p $WORK/b453/
2025-08-20T21:26:17.1771497Z [00:02:31.299]➜  cat >/tmp/go-build548448651/b453/importcfg << 'EOF' # internal
2025-08-20T21:26:17.1773125Z [00:02:31.299]➜  # import config
2025-08-20T21:26:17.1774709Z [00:02:31.299]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:17.1777066Z [00:02:31.299]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:17.1778033Z [00:02:31.299]➜  packagefile golang.org/x/sys/unix=/tmp/go-build548448651/b194/_pkg_.a
2025-08-20T21:26:17.1779123Z [00:02:31.299]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:17.1779919Z [00:02:31.299]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:17.1780729Z [00:02:31.299]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:17.1781550Z [00:02:31.299]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:17.1782357Z [00:02:31.299]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:17.1783151Z [00:02:31.300]➜  packagefile syscall=/tmp/go-build548448651/b047/_pkg_.a
2025-08-20T21:26:17.1783945Z [00:02:31.300]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:17.1784529Z [00:02:31.300]➜  EOF
2025-08-20T21:26:17.1812728Z [00:02:31.300]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b453/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.43.0/internal/socket=>golang.org/x/net@v0.43.0/internal/socket;$WORK/b453=>" -p golang.org/x/net/internal/socket -lang=go1.23 -complete -installsuffix shared -buildid 28qDkuJJ5eV2K1LlC5TB/28qDkuJJ5eV2K1LlC5TB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b453/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.43.0/internal/socket/cmsghdr.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/internal/socket/cmsghdr_linux_64bit.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/internal/socket/cmsghdr_unix.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/internal/socket/complete_dontwait.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/internal/socket/error_unix.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/internal/socket/iovec_64bit.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/internal/socket/mmsghdr_unix.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/internal/socket/msghdr_linux.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/internal/socket/msghdr_linux_64bit.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/internal/socket/norace.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/internal/socket/rawconn.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/internal/socket/rawconn_mmsg.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/internal/socket/rawconn_msg.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/internal/socket/socket.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/internal/socket/sys.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/internal/socket/sys_const_unix.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/internal/socket/sys_linux.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/internal/socket/sys_linux_amd64.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/internal/socket/sys_posix.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/internal/socket/sys_unix.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/internal/socket/zsys_linux_amd64.go
2025-08-20T21:26:17.3144162Z [00:02:31.437]➜  go tool buildid -w $WORK/b444/_pkg_.a # internal
2025-08-20T21:26:17.3185262Z [00:02:31.441]➜  cp $WORK/b444/_pkg_.a /root/.cache/go-build/1b/1bf8fa2dfa5dfe332d078c0d7a09bfc8c7176bdefd3420482f064f79f979417d-d # internal
2025-08-20T21:26:17.3188852Z [00:02:31.441]➜  github.com/multiformats/go-multiaddr-fmt
2025-08-20T21:26:17.3189483Z [00:02:31.441]➜  mkdir -p $WORK/b455/
2025-08-20T21:26:17.3195406Z [00:02:31.442]➜  cat >/tmp/go-build548448651/b455/importcfg << 'EOF' # internal
2025-08-20T21:26:17.3196257Z [00:02:31.442]➜  # import config
2025-08-20T21:26:17.3197662Z [00:02:31.442]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:17.3198813Z [00:02:31.442]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:17.3199442Z [00:02:31.442]➜  EOF
2025-08-20T21:26:17.3203536Z [00:02:31.442]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b455/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/multiformats/go-multiaddr-fmt@v0.1.0=>github.com/multiformats/go-multiaddr-fmt@v0.1.0;$WORK/b455=>" -p github.com/multiformats/go-multiaddr-fmt -lang=go1.13 -complete -installsuffix shared -buildid 8rakypx6AHPHQac2Qjmx/8rakypx6AHPHQac2Qjmx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b455/importcfg -pack /root/go/pkg/mod/github.com/multiformats/go-multiaddr-fmt@v0.1.0/patterns.go
2025-08-20T21:26:17.3680288Z [00:02:31.490]➜  go tool buildid -w $WORK/b455/_pkg_.a # internal
2025-08-20T21:26:17.3683261Z [00:02:31.491]➜  cp $WORK/b455/_pkg_.a /root/.cache/go-build/05/05f8e045a5e68747a424f8f024d9d6481915c4a19edc4748bd1ef466ccafc592-d # internal
2025-08-20T21:26:17.3685254Z [00:02:31.491]➜  container/heap
2025-08-20T21:26:17.3685734Z [00:02:31.491]➜  mkdir -p $WORK/b460/
2025-08-20T21:26:17.3686434Z [00:02:31.491]➜  cat >/tmp/go-build548448651/b460/importcfg << 'EOF' # internal
2025-08-20T21:26:17.3687101Z [00:02:31.491]➜  # import config
2025-08-20T21:26:17.3687748Z [00:02:31.491]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:17.3688354Z [00:02:31.491]➜  EOF
2025-08-20T21:26:17.3691481Z [00:02:31.491]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b460/_pkg_.a -trimpath "/root/.go/src/container/heap=>container/heap;$WORK/b460=>" -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/b460/importcfg -pack /root/.go/src/container/heap/heap.go
2025-08-20T21:26:17.3712063Z [00:02:31.494]➜  go tool buildid -w $WORK/b453/_pkg_.a # internal
2025-08-20T21:26:17.3763315Z [00:02:31.499]➜  cp $WORK/b453/_pkg_.a /root/.cache/go-build/01/0191acd0a8a95dc7ab0dbcf0f5609bc9054aaa83e4f363420de652b281f8f5c2-d # internal
2025-08-20T21:26:17.3790975Z [00:02:31.502]➜  golang.org/x/net/ipv4
2025-08-20T21:26:17.3791535Z [00:02:31.502]➜  mkdir -p $WORK/b450/
2025-08-20T21:26:17.3805106Z [00:02:31.503]➜  cat >/tmp/go-build548448651/b450/importcfg << 'EOF' # internal
2025-08-20T21:26:17.3806081Z [00:02:31.503]➜  # import config
2025-08-20T21:26:17.3807013Z [00:02:31.503]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:17.3807951Z [00:02:31.503]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:17.3808899Z [00:02:31.503]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:17.3809803Z [00:02:31.503]➜  packagefile golang.org/x/net/bpf=/tmp/go-build548448651/b451/_pkg_.a
2025-08-20T21:26:17.3811237Z [00:02:31.503]➜  packagefile golang.org/x/net/internal/iana=/tmp/go-build548448651/b452/_pkg_.a
2025-08-20T21:26:17.3812327Z [00:02:31.503]➜  packagefile golang.org/x/net/internal/socket=/tmp/go-build548448651/b453/_pkg_.a
2025-08-20T21:26:17.3813338Z [00:02:31.503]➜  packagefile golang.org/x/sys/unix=/tmp/go-build548448651/b194/_pkg_.a
2025-08-20T21:26:17.3814168Z [00:02:31.503]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:17.3814909Z [00:02:31.503]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:17.3815659Z [00:02:31.503]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:17.3816440Z [00:02:31.503]➜  packagefile syscall=/tmp/go-build548448651/b047/_pkg_.a
2025-08-20T21:26:17.3817191Z [00:02:31.503]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:17.3817735Z [00:02:31.503]➜  EOF
2025-08-20T21:26:17.3850129Z [00:02:31.503]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b450/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.43.0/ipv4=>golang.org/x/net@v0.43.0/ipv4;$WORK/b450=>" -p golang.org/x/net/ipv4 -lang=go1.23 -complete -installsuffix shared -buildid CUjwa3xhrcVLYWqW6ERh/CUjwa3xhrcVLYWqW6ERh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b450/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.43.0/ipv4/batch.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/ipv4/control.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/ipv4/control_pktinfo.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/ipv4/control_unix.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/ipv4/dgramopt.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/ipv4/doc.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/ipv4/endpoint.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/ipv4/genericopt.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/ipv4/header.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/ipv4/helper.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/ipv4/iana.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/ipv4/icmp.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/ipv4/icmp_linux.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/ipv4/packet.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/ipv4/payload.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/ipv4/payload_cmsg.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/ipv4/sockopt.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/ipv4/sockopt_posix.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/ipv4/sys_asmreq_stub.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/ipv4/sys_asmreqn.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/ipv4/sys_bpf.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/ipv4/sys_linux.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/ipv4/sys_ssmreq.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/ipv4/zsys_linux_amd64.go
2025-08-20T21:26:17.3861840Z [00:02:31.505]➜  go tool buildid -w $WORK/b460/_pkg_.a # internal
2025-08-20T21:26:17.3863144Z [00:02:31.505]➜  cp $WORK/b460/_pkg_.a /root/.cache/go-build/e7/e73d2d6b7302bafc886571ac4b1ebffd5db451286e5dd4c82c93e5111ce11e3a-d # internal
2025-08-20T21:26:17.3864289Z [00:02:31.506]➜  golang.org/x/net/ipv6
2025-08-20T21:26:17.3864818Z [00:02:31.506]➜  mkdir -p $WORK/b454/
2025-08-20T21:26:17.3865542Z [00:02:31.506]➜  cat >/tmp/go-build548448651/b454/importcfg << 'EOF' # internal
2025-08-20T21:26:17.3866204Z [00:02:31.506]➜  # import config
2025-08-20T21:26:17.3866879Z [00:02:31.506]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:17.3867743Z [00:02:31.506]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:17.3868819Z [00:02:31.506]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:17.3869716Z [00:02:31.506]➜  packagefile golang.org/x/net/bpf=/tmp/go-build548448651/b451/_pkg_.a
2025-08-20T21:26:17.3870807Z [00:02:31.506]➜  packagefile golang.org/x/net/internal/iana=/tmp/go-build548448651/b452/_pkg_.a
2025-08-20T21:26:17.3871923Z [00:02:31.506]➜  packagefile golang.org/x/net/internal/socket=/tmp/go-build548448651/b453/_pkg_.a
2025-08-20T21:26:17.3873186Z [00:02:31.506]➜  packagefile golang.org/x/sys/unix=/tmp/go-build548448651/b194/_pkg_.a
2025-08-20T21:26:17.3874021Z [00:02:31.506]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:17.3874866Z [00:02:31.506]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:17.3875738Z [00:02:31.506]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:17.3876713Z [00:02:31.506]➜  packagefile syscall=/tmp/go-build548448651/b047/_pkg_.a
2025-08-20T21:26:17.3877457Z [00:02:31.506]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:17.3878040Z [00:02:31.506]➜  EOF
2025-08-20T21:26:17.3889901Z [00:02:31.506]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b454/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.43.0/ipv6=>golang.org/x/net@v0.43.0/ipv6;$WORK/b454=>" -p golang.org/x/net/ipv6 -lang=go1.23 -complete -installsuffix shared -buildid ltn_IWTeK_BJRjfa1gVH/ltn_IWTeK_BJRjfa1gVH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b454/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.43.0/ipv6/batch.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/ipv6/control.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/ipv6/control_rfc3542_unix.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/ipv6/control_unix.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/ipv6/dgramopt.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/ipv6/doc.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/ipv6/endpoint.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/ipv6/genericopt.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/ipv6/header.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/ipv6/helper.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/ipv6/iana.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/ipv6/icmp.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/ipv6/icmp_linux.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/ipv6/payload.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/ipv6/payload_cmsg.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/ipv6/sockopt.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/ipv6/sockopt_posix.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/ipv6/sys_asmreq.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/ipv6/sys_bpf.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/ipv6/sys_linux.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/ipv6/sys_ssmreq.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/ipv6/zsys_linux_amd64.go
2025-08-20T21:26:17.3900276Z [00:02:31.507]➜  go tool buildid -w $WORK/b412/_pkg_.a # internal
2025-08-20T21:26:17.3940814Z [00:02:31.516]➜  cp $WORK/b412/_pkg_.a /root/.cache/go-build/ef/ef305694face80eb817e02bdb24e11d6897893184a30aa5872f1d4847ec4aa7e-d # internal
2025-08-20T21:26:17.3976536Z [00:02:31.520]➜  github.com/ipfs/boxo/bitswap/client/internal/peermanager
2025-08-20T21:26:17.3977224Z [00:02:31.520]➜  mkdir -p $WORK/b428/
2025-08-20T21:26:17.3982854Z [00:02:31.521]➜  cat >/tmp/go-build548448651/b428/importcfg << 'EOF' # internal
2025-08-20T21:26:17.3984385Z [00:02:31.521]➜  # import config
2025-08-20T21:26:17.3989235Z [00:02:31.521]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:17.3990067Z [00:02:31.521]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:17.3991237Z [00:02:31.521]➜  packagefile github.com/ipfs/boxo/bitswap/client/internal/messagequeue=/tmp/go-build548448651/b412/_pkg_.a
2025-08-20T21:26:17.3992515Z [00:02:31.521]➜  packagefile github.com/ipfs/boxo/peering=/tmp/go-build548448651/b429/_pkg_.a
2025-08-20T21:26:17.3993515Z [00:02:31.521]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:17.3994489Z [00:02:31.521]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:17.3995570Z [00:02:31.521]➜  packagefile github.com/ipfs/go-metrics-interface=/tmp/go-build548448651/b276/_pkg_.a
2025-08-20T21:26:17.3996730Z [00:02:31.521]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build548448651/b423/_pkg_.a
2025-08-20T21:26:17.3997878Z [00:02:31.521]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:17.3999522Z [00:02:31.521]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build548448651/b430/_pkg_.a
2025-08-20T21:26:17.4000503Z [00:02:31.521]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:17.4001268Z [00:02:31.521]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:17.4001944Z [00:02:31.521]➜  EOF
2025-08-20T21:26:17.4007050Z [00:02:31.521]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b428/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/client/internal/peermanager=>github.com/ipfs/boxo@v0.34.0/bitswap/client/internal/peermanager;$WORK/b428=>" -p github.com/ipfs/boxo/bitswap/client/internal/peermanager -lang=go1.24 -complete -installsuffix shared -buildid QiQnxcexHUC25BHOb0wU/QiQnxcexHUC25BHOb0wU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b428/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/client/internal/peermanager/peermanager.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/client/internal/peermanager/peerwantmanager.go
2025-08-20T21:26:17.6414547Z [00:02:31.764]➜  go tool buildid -w $WORK/b454/_pkg_.a # internal
2025-08-20T21:26:17.6472392Z [00:02:31.770]➜  go tool buildid -w $WORK/b428/_pkg_.a # internal
2025-08-20T21:26:17.6497836Z [00:02:31.772]➜  cp $WORK/b428/_pkg_.a /root/.cache/go-build/4e/4eea05aa141ae228a6a8e3e533944613f8af66b2092e5c5cca3a1797b96e5672-d # internal
2025-08-20T21:26:17.6533305Z [00:02:31.776]➜  cp $WORK/b454/_pkg_.a /root/.cache/go-build/c8/c827e8c0f02189026e848e3431d79c1ea146cd0b41c23a2be50882ade0e2800c-d # internal
2025-08-20T21:26:17.6536854Z [00:02:31.776]➜  github.com/ipfs/go-ipfs-pq
2025-08-20T21:26:17.6537472Z [00:02:31.776]➜  mkdir -p $WORK/b459/
2025-08-20T21:26:17.6538718Z [00:02:31.776]➜  cat >/tmp/go-build548448651/b459/importcfg << 'EOF' # internal
2025-08-20T21:26:17.6539469Z [00:02:31.776]➜  # import config
2025-08-20T21:26:17.6540179Z [00:02:31.776]➜  packagefile container/heap=/tmp/go-build548448651/b460/_pkg_.a
2025-08-20T21:26:17.6540869Z [00:02:31.776]➜  EOF
2025-08-20T21:26:17.6544020Z [00:02:31.776]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b459/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-ipfs-pq@v0.0.3=>github.com/ipfs/go-ipfs-pq@v0.0.3;$WORK/b459=>" -p github.com/ipfs/go-ipfs-pq -lang=go1.19 -complete -installsuffix shared -buildid YqhVC2mS7DQpQpfh8YSc/YqhVC2mS7DQpQpfh8YSc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b459/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-ipfs-pq@v0.0.3/pq.go
2025-08-20T21:26:17.6567535Z [00:02:31.779]➜  github.com/ipfs/boxo/bitswap/client/internal/session
2025-08-20T21:26:17.6570734Z [00:02:31.779]➜  mkdir -p $WORK/b431/
2025-08-20T21:26:17.6575459Z [00:02:31.780]➜  cat >/tmp/go-build548448651/b431/importcfg << 'EOF' # internal
2025-08-20T21:26:17.6582333Z [00:02:31.780]➜  # import config
2025-08-20T21:26:17.6583063Z [00:02:31.780]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:17.6583940Z [00:02:31.780]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:17.6584976Z [00:02:31.780]➜  packagefile github.com/gammazero/chanqueue=/tmp/go-build548448651/b432/_pkg_.a
2025-08-20T21:26:17.6586108Z [00:02:31.780]➜  packagefile github.com/gammazero/deque=/tmp/go-build548448651/b197/_pkg_.a
2025-08-20T21:26:17.6587353Z [00:02:31.780]➜  packagefile github.com/ipfs/boxo/bitswap/client/internal=/tmp/go-build548448651/b408/_pkg_.a
2025-08-20T21:26:17.6589094Z [00:02:31.780]➜  packagefile github.com/ipfs/boxo/bitswap/client/internal/blockpresencemanager=/tmp/go-build548448651/b406/_pkg_.a
2025-08-20T21:26:17.6590682Z [00:02:31.780]➜  packagefile github.com/ipfs/boxo/bitswap/client/internal/getter=/tmp/go-build548448651/b407/_pkg_.a
2025-08-20T21:26:17.6592263Z [00:02:31.780]➜  packagefile github.com/ipfs/boxo/bitswap/client/internal/notifications=/tmp/go-build548448651/b409/_pkg_.a
2025-08-20T21:26:17.6593840Z [00:02:31.780]➜  packagefile github.com/ipfs/boxo/bitswap/client/internal/peermanager=/tmp/go-build548448651/b428/_pkg_.a
2025-08-20T21:26:17.6595833Z [00:02:31.780]➜  packagefile github.com/ipfs/boxo/bitswap/client/internal/sessioninterestmanager=/tmp/go-build548448651/b433/_pkg_.a
2025-08-20T21:26:17.6597263Z [00:02:31.780]➜  packagefile github.com/ipfs/go-block-format=/tmp/go-build548448651/b258/_pkg_.a
2025-08-20T21:26:17.6598337Z [00:02:31.780]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:17.6607738Z [00:02:31.780]➜  packagefile github.com/ipfs/go-ipfs-delay=/tmp/go-build548448651/b434/_pkg_.a
2025-08-20T21:26:17.6609077Z [00:02:31.780]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:17.6610254Z [00:02:31.780]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:17.6611472Z [00:02:31.780]➜  packagefile github.com/libp2p/go-libp2p/core/routing=/tmp/go-build548448651/b329/_pkg_.a
2025-08-20T21:26:17.6612634Z [00:02:31.780]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build548448651/b214/_pkg_.a
2025-08-20T21:26:17.6613648Z [00:02:31.780]➜  packagefile math/rand=/tmp/go-build548448651/b109/_pkg_.a
2025-08-20T21:26:17.6614492Z [00:02:31.780]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:17.6615293Z [00:02:31.780]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:17.6615896Z [00:02:31.780]➜  EOF
2025-08-20T21:26:17.6623534Z [00:02:31.780]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b431/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/client/internal/session=>github.com/ipfs/boxo@v0.34.0/bitswap/client/internal/session;$WORK/b431=>" -p github.com/ipfs/boxo/bitswap/client/internal/session -lang=go1.24 -complete -installsuffix shared -buildid 6TAlrzCjLpWyc8mnY1ba/6TAlrzCjLpWyc8mnY1ba -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b431/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/client/internal/session/cidqueue.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/client/internal/session/peerresponsetracker.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/client/internal/session/session.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/client/internal/session/sessionwants.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/client/internal/session/sessionwantsender.go
2025-08-20T21:26:17.6941139Z [00:02:31.816]➜  go tool buildid -w $WORK/b459/_pkg_.a # internal
2025-08-20T21:26:17.6961564Z [00:02:31.818]➜  cp $WORK/b459/_pkg_.a /root/.cache/go-build/e5/e50ad1b2d6611c632e94c062ced46161c3eb33d7d96d717778200f7f8674081f-d # internal
2025-08-20T21:26:17.6971822Z [00:02:31.819]➜  github.com/ipfs/go-peertaskqueue/peertask
2025-08-20T21:26:17.6972589Z [00:02:31.819]➜  mkdir -p $WORK/b461/
2025-08-20T21:26:17.6985131Z [00:02:31.821]➜  cat >/tmp/go-build548448651/b461/importcfg << 'EOF' # internal
2025-08-20T21:26:17.6994919Z [00:02:31.821]➜  # import config
2025-08-20T21:26:17.6995741Z [00:02:31.821]➜  packagefile github.com/ipfs/go-ipfs-pq=/tmp/go-build548448651/b459/_pkg_.a
2025-08-20T21:26:17.6996893Z [00:02:31.821]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:17.6997905Z [00:02:31.821]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:17.6998693Z [00:02:31.821]➜  EOF
2025-08-20T21:26:17.7002578Z [00:02:31.821]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b461/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-peertaskqueue@v0.8.2/peertask=>github.com/ipfs/go-peertaskqueue@v0.8.2/peertask;$WORK/b461=>" -p github.com/ipfs/go-peertaskqueue/peertask -lang=go1.22 -complete -installsuffix shared -buildid 3YFNMVYpmLVHRuAUnsSU/3YFNMVYpmLVHRuAUnsSU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b461/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-peertaskqueue@v0.8.2/peertask/peertask.go
2025-08-20T21:26:17.7188026Z [00:02:31.841]➜  go tool buildid -w $WORK/b461/_pkg_.a # internal
2025-08-20T21:26:17.7191252Z [00:02:31.841]➜  go tool buildid -w $WORK/b450/_pkg_.a # internal
2025-08-20T21:26:17.7214048Z [00:02:31.842]➜  cp $WORK/b461/_pkg_.a /root/.cache/go-build/f2/f2a597d3355b52fb5fa16b8585e343d417b836cf15bffd209ed88afb6bffab6e-d # internal
2025-08-20T21:26:17.7216229Z [00:02:31.842]➜  github.com/ipfs/go-peertaskqueue/peertracker
2025-08-20T21:26:17.7216856Z [00:02:31.842]➜  mkdir -p $WORK/b462/
2025-08-20T21:26:17.7217572Z [00:02:31.843]➜  cat >/tmp/go-build548448651/b462/importcfg << 'EOF' # internal
2025-08-20T21:26:17.7218223Z [00:02:31.843]➜  # import config
2025-08-20T21:26:17.7219218Z [00:02:31.843]➜  packagefile github.com/filecoin-project/go-clock=/tmp/go-build548448651/b413/_pkg_.a
2025-08-20T21:26:17.7220334Z [00:02:31.843]➜  packagefile github.com/ipfs/go-ipfs-pq=/tmp/go-build548448651/b459/_pkg_.a
2025-08-20T21:26:17.7221503Z [00:02:31.843]➜  packagefile github.com/ipfs/go-peertaskqueue/peertask=/tmp/go-build548448651/b461/_pkg_.a
2025-08-20T21:26:17.7222701Z [00:02:31.843]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:17.7223627Z [00:02:31.843]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:17.7224386Z [00:02:31.843]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:17.7225154Z [00:02:31.843]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:17.7225713Z [00:02:31.843]➜  EOF
2025-08-20T21:26:17.7229887Z [00:02:31.843]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b462/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-peertaskqueue@v0.8.2/peertracker=>github.com/ipfs/go-peertaskqueue@v0.8.2/peertracker;$WORK/b462=>" -p github.com/ipfs/go-peertaskqueue/peertracker -lang=go1.22 -complete -installsuffix shared -buildid 35jovKcvIlXOr4t9BvHf/35jovKcvIlXOr4t9BvHf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b462/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-peertaskqueue@v0.8.2/peertracker/peertracker.go
2025-08-20T21:26:17.7241573Z [00:02:31.846]➜  cp $WORK/b450/_pkg_.a /root/.cache/go-build/29/29bb5dba2d5c37a0fdd9c3ea70d300a1cdfd00d85a852f67310e24e506dc1a2b-d # internal
2025-08-20T21:26:17.7256545Z [00:02:31.848]➜  github.com/miekg/dns
2025-08-20T21:26:17.7258866Z [00:02:31.848]➜  mkdir -p $WORK/b449/
2025-08-20T21:26:17.7264869Z [00:02:31.849]➜  cat >/tmp/go-build548448651/b449/importcfg << 'EOF' # internal
2025-08-20T21:26:17.7270617Z [00:02:31.849]➜  # import config
2025-08-20T21:26:17.7271231Z [00:02:31.849]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:17.7271988Z [00:02:31.849]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:17.7272715Z [00:02:31.849]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:17.7273475Z [00:02:31.849]➜  packagefile crypto=/tmp/go-build548448651/b084/_pkg_.a
2025-08-20T21:26:17.7274277Z [00:02:31.849]➜  packagefile crypto/ecdsa=/tmp/go-build548448651/b118/_pkg_.a
2025-08-20T21:26:17.7286220Z [00:02:31.849]➜  packagefile crypto/ed25519=/tmp/go-build548448651/b131/_pkg_.a
2025-08-20T21:26:17.7287143Z [00:02:31.849]➜  packagefile crypto/elliptic=/tmp/go-build548448651/b119/_pkg_.a
2025-08-20T21:26:17.7288035Z [00:02:31.849]➜  packagefile crypto/hmac=/tmp/go-build548448651/b136/_pkg_.a
2025-08-20T21:26:17.7289014Z [00:02:31.849]➜  packagefile crypto/rand=/tmp/go-build548448651/b082/_pkg_.a
2025-08-20T21:26:17.7289849Z [00:02:31.849]➜  packagefile crypto/rsa=/tmp/go-build548448651/b148/_pkg_.a
2025-08-20T21:26:17.7290665Z [00:02:31.849]➜  packagefile crypto/sha1=/tmp/go-build548448651/b150/_pkg_.a
2025-08-20T21:26:17.7291462Z [00:02:31.849]➜  packagefile crypto/sha256=/tmp/go-build548448651/b151/_pkg_.a
2025-08-20T21:26:17.7292263Z [00:02:31.849]➜  packagefile crypto/sha512=/tmp/go-build548448651/b127/_pkg_.a
2025-08-20T21:26:17.7293064Z [00:02:31.849]➜  packagefile crypto/tls=/tmp/go-build548448651/b110/_pkg_.a
2025-08-20T21:26:17.7293844Z [00:02:31.849]➜  packagefile crypto/x509=/tmp/go-build548448651/b154/_pkg_.a
2025-08-20T21:26:17.7294923Z [00:02:31.849]➜  packagefile encoding/asn1=/tmp/go-build548448651/b129/_pkg_.a
2025-08-20T21:26:17.7295737Z [00:02:31.849]➜  packagefile encoding/base32=/tmp/go-build548448651/b324/_pkg_.a
2025-08-20T21:26:17.7296574Z [00:02:31.849]➜  packagefile encoding/base64=/tmp/go-build548448651/b054/_pkg_.a
2025-08-20T21:26:17.7297380Z [00:02:31.849]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:17.7298173Z [00:02:31.849]➜  packagefile encoding/hex=/tmp/go-build548448651/b157/_pkg_.a
2025-08-20T21:26:17.7299152Z [00:02:31.849]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:17.7299909Z [00:02:31.849]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:17.7300743Z [00:02:31.849]➜  packagefile golang.org/x/net/ipv4=/tmp/go-build548448651/b450/_pkg_.a
2025-08-20T21:26:17.7301654Z [00:02:31.849]➜  packagefile golang.org/x/net/ipv6=/tmp/go-build548448651/b454/_pkg_.a
2025-08-20T21:26:17.7302538Z [00:02:31.849]➜  packagefile golang.org/x/sys/unix=/tmp/go-build548448651/b194/_pkg_.a
2025-08-20T21:26:17.7303353Z [00:02:31.849]➜  packagefile hash=/tmp/go-build548448651/b080/_pkg_.a
2025-08-20T21:26:17.7304053Z [00:02:31.849]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:17.7304731Z [00:02:31.849]➜  packagefile io/fs=/tmp/go-build548448651/b062/_pkg_.a
2025-08-20T21:26:17.7305462Z [00:02:31.849]➜  packagefile math/big=/tmp/go-build548448651/b108/_pkg_.a
2025-08-20T21:26:17.7306189Z [00:02:31.849]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:17.7306875Z [00:02:31.849]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:17.7307576Z [00:02:31.849]➜  packagefile path=/tmp/go-build548448651/b063/_pkg_.a
2025-08-20T21:26:17.7308680Z [00:02:31.849]➜  packagefile path/filepath=/tmp/go-build548448651/b168/_pkg_.a
2025-08-20T21:26:17.7309485Z [00:02:31.849]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:17.7310223Z [00:02:31.849]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:17.7310945Z [00:02:31.849]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:17.7311669Z [00:02:31.849]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:17.7312386Z [00:02:31.849]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:17.7313091Z [00:02:31.849]➜  packagefile syscall=/tmp/go-build548448651/b047/_pkg_.a
2025-08-20T21:26:17.7313800Z [00:02:31.849]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:17.7314324Z [00:02:31.849]➜  EOF
2025-08-20T21:26:17.7332195Z [00:02:31.849]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b449/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/miekg/dns@v1.1.68=>github.com/miekg/dns@v1.1.68;$WORK/b449=>" -p github.com/miekg/dns -lang=go1.23 -complete -installsuffix shared -buildid VUnsCZH6Svai-RjLKzAV/VUnsCZH6Svai-RjLKzAV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b449/importcfg -pack /root/go/pkg/mod/github.com/miekg/dns@v1.1.68/acceptfunc.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.68/client.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.68/clientconfig.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.68/dane.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.68/defaults.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.68/dns.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.68/dnssec.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.68/dnssec_keygen.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.68/dnssec_keyscan.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.68/dnssec_privkey.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.68/doc.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.68/duplicate.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.68/edns.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.68/format.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.68/generate.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.68/hash.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.68/labels.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.68/listen_socket_options.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.68/msg.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.68/msg_helpers.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.68/msg_truncate.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.68/nsecx.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.68/privaterr.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.68/reverse.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.68/sanitize.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.68/scan.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.68/scan_rr.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.68/serve_mux.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.68/server.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.68/sig0.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.68/smimea.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.68/svcb.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.68/tlsa.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.68/tsig.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.68/types.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.68/udp.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.68/update.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.68/version.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.68/xfr.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.68/zduplicate.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.68/zmsg.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.68/ztypes.go
2025-08-20T21:26:17.7663098Z [00:02:31.889]➜  go tool buildid -w $WORK/b462/_pkg_.a # internal
2025-08-20T21:26:17.7669251Z [00:02:31.889]➜  cp $WORK/b462/_pkg_.a /root/.cache/go-build/9d/9dbdc4d99c99eafce030becdcb44fdfb21d3cda6f921ac808763bc814cfa5729-d # internal
2025-08-20T21:26:17.7670500Z [00:02:31.889]➜  github.com/ipfs/go-peertaskqueue
2025-08-20T21:26:17.7671100Z [00:02:31.889]➜  mkdir -p $WORK/b458/
2025-08-20T21:26:17.7674862Z [00:02:31.889]➜  cat >/tmp/go-build548448651/b458/importcfg << 'EOF' # internal
2025-08-20T21:26:17.7675619Z [00:02:31.889]➜  # import config
2025-08-20T21:26:17.7676472Z [00:02:31.889]➜  packagefile github.com/ipfs/go-ipfs-pq=/tmp/go-build548448651/b459/_pkg_.a
2025-08-20T21:26:17.7677798Z [00:02:31.889]➜  packagefile github.com/ipfs/go-peertaskqueue/peertask=/tmp/go-build548448651/b461/_pkg_.a
2025-08-20T21:26:17.7679382Z [00:02:31.889]➜  packagefile github.com/ipfs/go-peertaskqueue/peertracker=/tmp/go-build548448651/b462/_pkg_.a
2025-08-20T21:26:17.7680763Z [00:02:31.889]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:17.7681816Z [00:02:31.889]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:17.7682584Z [00:02:31.890]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:17.7683164Z [00:02:31.890]➜  EOF
2025-08-20T21:26:17.7686636Z [00:02:31.890]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b458/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-peertaskqueue@v0.8.2=>github.com/ipfs/go-peertaskqueue@v0.8.2;$WORK/b458=>" -p github.com/ipfs/go-peertaskqueue -lang=go1.22 -complete -installsuffix shared -buildid A208Su-mTbdCQti1I_AT/A208Su-mTbdCQti1I_AT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b458/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-peertaskqueue@v0.8.2/peertaskqueue.go
2025-08-20T21:26:17.7775197Z [00:02:31.900]➜  go tool buildid -w $WORK/b387/_pkg_.a # internal
2025-08-20T21:26:17.7903479Z [00:02:31.913]➜  cp $WORK/b387/_pkg_.a /root/.cache/go-build/d2/d274e0adfe2550defb4f020e3867cc1062801ef3fa4cd69617b346e432a0cd23-d # internal
2025-08-20T21:26:17.7912252Z [00:02:31.914]➜  github.com/ipfs/go-metrics-prometheus
2025-08-20T21:26:17.7920273Z [00:02:31.914]➜  mkdir -p $WORK/b386/
2025-08-20T21:26:17.7921039Z [00:02:31.914]➜  cat >/tmp/go-build548448651/b386/importcfg << 'EOF' # internal
2025-08-20T21:26:17.7921826Z [00:02:31.914]➜  # import config
2025-08-20T21:26:17.7922802Z [00:02:31.914]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:17.7923953Z [00:02:31.914]➜  packagefile github.com/ipfs/go-metrics-interface=/tmp/go-build548448651/b276/_pkg_.a
2025-08-20T21:26:17.7925207Z [00:02:31.914]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build548448651/b387/_pkg_.a
2025-08-20T21:26:17.7926234Z [00:02:31.914]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:17.7927186Z [00:02:31.914]➜  EOF
2025-08-20T21:26:17.7931069Z [00:02:31.914]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b386/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-metrics-prometheus@v0.1.0=>github.com/ipfs/go-metrics-prometheus@v0.1.0;$WORK/b386=>" -p github.com/ipfs/go-metrics-prometheus -lang=go1.23 -complete -installsuffix shared -buildid _CS5iW_xCIfDZDbXhrkS/_CS5iW_xCIfDZDbXhrkS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b386/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-metrics-prometheus@v0.1.0/binding.go
2025-08-20T21:26:17.8239029Z [00:02:31.945]➜  go tool buildid -w $WORK/b458/_pkg_.a # internal
2025-08-20T21:26:17.8240604Z [00:02:31.946]➜  cp $WORK/b458/_pkg_.a /root/.cache/go-build/69/698e80b79ce6763c1f7df7c7caf99e6d2ad9f92a53f4378a70f2c8e2c6a8aa68-d # internal
2025-08-20T21:26:17.8263185Z [00:02:31.949]➜  github.com/libp2p/go-libp2p/p2p/metricshelper
2025-08-20T21:26:17.8264665Z [00:02:31.949]➜  mkdir -p $WORK/b447/
2025-08-20T21:26:17.8267042Z [00:02:31.949]➜  cat >/tmp/go-build548448651/b447/importcfg << 'EOF' # internal
2025-08-20T21:26:17.8268078Z [00:02:31.949]➜  # import config
2025-08-20T21:26:17.8269385Z [00:02:31.949]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:17.8270749Z [00:02:31.949]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:17.8272019Z [00:02:31.949]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build548448651/b417/_pkg_.a
2025-08-20T21:26:17.8273674Z [00:02:31.949]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:17.8275278Z [00:02:31.949]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build548448651/b387/_pkg_.a
2025-08-20T21:26:17.8276610Z [00:02:31.949]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:17.8278283Z [00:02:31.949]➜  EOF
2025-08-20T21:26:17.8284227Z [00:02:31.949]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b447/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/metricshelper=>github.com/libp2p/go-libp2p@v0.43.0/p2p/metricshelper;$WORK/b447=>" -p github.com/libp2p/go-libp2p/p2p/metricshelper -lang=go1.23 -complete -installsuffix shared -buildid JDw-VTDZr7dT038rt5Ay/JDw-VTDZr7dT038rt5Ay -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b447/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/metricshelper/conn.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/metricshelper/dir.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/metricshelper/pool.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/metricshelper/registerer.go
2025-08-20T21:26:17.8751420Z [00:02:31.997]➜  go tool buildid -w $WORK/b386/_pkg_.a # internal
2025-08-20T21:26:17.8765786Z [00:02:31.999]➜  cp $WORK/b386/_pkg_.a /root/.cache/go-build/bd/bdb07d002d48f415a2fe81bc45ef29e2fa9c38b4b508b7a25b9166efa38aa898-d # internal
2025-08-20T21:26:17.8796544Z [00:02:32.002]➜  github.com/ipfs/boxo/bitswap/server/internal/decision
2025-08-20T21:26:17.8799462Z [00:02:32.002]➜  mkdir -p $WORK/b457/
2025-08-20T21:26:17.8816494Z [00:02:32.004]➜  cat >/tmp/go-build548448651/b457/importcfg << 'EOF' # internal
2025-08-20T21:26:17.8825960Z [00:02:32.004]➜  # import config
2025-08-20T21:26:17.8826685Z [00:02:32.004]➜  packagefile cmp=/tmp/go-build548448651/b051/_pkg_.a
2025-08-20T21:26:17.8827587Z [00:02:32.004]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:17.8828470Z [00:02:32.004]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:17.8829591Z [00:02:32.004]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:17.8830609Z [00:02:32.004]➜  packagefile github.com/filecoin-project/go-clock=/tmp/go-build548448651/b413/_pkg_.a
2025-08-20T21:26:17.8831724Z [00:02:32.004]➜  packagefile github.com/google/uuid=/tmp/go-build548448651/b256/_pkg_.a
2025-08-20T21:26:17.8832910Z [00:02:32.004]➜  packagefile github.com/ipfs/boxo/bitswap/client/wantlist=/tmp/go-build548448651/b414/_pkg_.a
2025-08-20T21:26:17.8834234Z [00:02:32.004]➜  packagefile github.com/ipfs/boxo/bitswap/internal/defaults=/tmp/go-build548448651/b438/_pkg_.a
2025-08-20T21:26:17.8835514Z [00:02:32.004]➜  packagefile github.com/ipfs/boxo/bitswap/message=/tmp/go-build548448651/b416/_pkg_.a
2025-08-20T21:26:17.8836736Z [00:02:32.004]➜  packagefile github.com/ipfs/boxo/bitswap/message/pb=/tmp/go-build548448651/b415/_pkg_.a
2025-08-20T21:26:17.8837925Z [00:02:32.004]➜  packagefile github.com/ipfs/boxo/bitswap/metrics=/tmp/go-build548448651/b439/_pkg_.a
2025-08-20T21:26:17.8859847Z [00:02:32.004]➜  packagefile github.com/ipfs/boxo/blockstore=/tmp/go-build548448651/b224/_pkg_.a
2025-08-20T21:26:17.8861084Z [00:02:32.004]➜  packagefile github.com/ipfs/go-block-format=/tmp/go-build548448651/b258/_pkg_.a
2025-08-20T21:26:17.8862176Z [00:02:32.004]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:17.8863236Z [00:02:32.004]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build548448651/b263/_pkg_.a
2025-08-20T21:26:17.8864334Z [00:02:32.004]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:17.8865576Z [00:02:32.004]➜  packagefile github.com/ipfs/go-metrics-interface=/tmp/go-build548448651/b276/_pkg_.a
2025-08-20T21:26:17.8866781Z [00:02:32.004]➜  packagefile github.com/ipfs/go-peertaskqueue=/tmp/go-build548448651/b458/_pkg_.a
2025-08-20T21:26:17.8868001Z [00:02:32.004]➜  packagefile github.com/ipfs/go-peertaskqueue/peertask=/tmp/go-build548448651/b461/_pkg_.a
2025-08-20T21:26:17.8869713Z [00:02:32.004]➜  packagefile github.com/ipfs/go-peertaskqueue/peertracker=/tmp/go-build548448651/b462/_pkg_.a
2025-08-20T21:26:17.8870975Z [00:02:32.004]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:17.8872202Z [00:02:32.004]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build548448651/b235/_pkg_.a
2025-08-20T21:26:17.8873199Z [00:02:32.004]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:17.8873979Z [00:02:32.004]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:17.8874780Z [00:02:32.004]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:17.8875580Z [00:02:32.004]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:17.8876171Z [00:02:32.004]➜  EOF
2025-08-20T21:26:17.8883948Z [00:02:32.004]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b457/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/server/internal/decision=>github.com/ipfs/boxo@v0.34.0/bitswap/server/internal/decision;$WORK/b457=>" -p github.com/ipfs/boxo/bitswap/server/internal/decision -lang=go1.24 -complete -installsuffix shared -buildid ZvLpUCNf4Q9mk-7jDXiy/ZvLpUCNf4Q9mk-7jDXiy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b457/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/server/internal/decision/blockstoremanager.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/server/internal/decision/engine.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/server/internal/decision/ewma.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/server/internal/decision/peer_ledger.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/server/internal/decision/scoreledger.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/server/internal/decision/taskmerger.go
2025-08-20T21:26:17.9047670Z [00:02:32.027]➜  go tool buildid -w $WORK/b447/_pkg_.a # internal
2025-08-20T21:26:17.9065097Z [00:02:32.029]➜  cp $WORK/b447/_pkg_.a /root/.cache/go-build/67/67e0c4ec6957f7dbfb0f30e82ba3f7f2c2425ab7ca2f57913d414848bb6c71f9-d # internal
2025-08-20T21:26:17.9069731Z [00:02:32.029]➜  github.com/ipfs/boxo/bootstrap
2025-08-20T21:26:17.9072395Z [00:02:32.030]➜  mkdir -p $WORK/b463/
2025-08-20T21:26:17.9075939Z [00:02:32.030]➜  cat >/tmp/go-build548448651/b463/importcfg << 'EOF' # internal
2025-08-20T21:26:17.9077017Z [00:02:32.030]➜  # import config
2025-08-20T21:26:17.9079354Z [00:02:32.030]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:17.9080575Z [00:02:32.030]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:17.9083448Z [00:02:32.030]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:17.9084625Z [00:02:32.030]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build548448651/b423/_pkg_.a
2025-08-20T21:26:17.9085897Z [00:02:32.030]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build548448651/b417/_pkg_.a
2025-08-20T21:26:17.9087417Z [00:02:32.030]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:17.9092388Z [00:02:32.030]➜  packagefile github.com/libp2p/go-libp2p/core/peerstore=/tmp/go-build548448651/b418/_pkg_.a
2025-08-20T21:26:17.9093692Z [00:02:32.030]➜  packagefile github.com/libp2p/go-libp2p/core/routing=/tmp/go-build548448651/b329/_pkg_.a
2025-08-20T21:26:17.9094933Z [00:02:32.030]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:17.9095789Z [00:02:32.030]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:17.9096485Z [00:02:32.030]➜  packagefile math/rand=/tmp/go-build548448651/b109/_pkg_.a
2025-08-20T21:26:17.9097180Z [00:02:32.030]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:17.9097897Z [00:02:32.030]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:17.9098790Z [00:02:32.030]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:17.9099362Z [00:02:32.030]➜  EOF
2025-08-20T21:26:17.9102786Z [00:02:32.030]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b463/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bootstrap=>github.com/ipfs/boxo@v0.34.0/bootstrap;$WORK/b463=>" -p github.com/ipfs/boxo/bootstrap -lang=go1.24 -complete -installsuffix shared -buildid kjTnPlUhXPimbXJ7osGD/kjTnPlUhXPimbXJ7osGD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b463/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bootstrap/bootstrap.go
2025-08-20T21:26:17.9932498Z [00:02:32.115]➜  go tool buildid -w $WORK/b463/_pkg_.a # internal
2025-08-20T21:26:17.9950271Z [00:02:32.117]➜  cp $WORK/b463/_pkg_.a /root/.cache/go-build/51/51c27d02971db2310ac83adbca2b744b48376a80920f081a07477cc990ec9e87-d # internal
2025-08-20T21:26:17.9955308Z [00:02:32.118]➜  github.com/ipfs/boxo/fetcher
2025-08-20T21:26:17.9956062Z [00:02:32.118]➜  mkdir -p $WORK/b464/
2025-08-20T21:26:17.9959678Z [00:02:32.118]➜  cat >/tmp/go-build548448651/b464/importcfg << 'EOF' # internal
2025-08-20T21:26:17.9960803Z [00:02:32.118]➜  # import config
2025-08-20T21:26:17.9963323Z [00:02:32.118]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:17.9964782Z [00:02:32.118]➜  packagefile github.com/ipld/go-ipld-prime=/tmp/go-build548448651/b334/_pkg_.a
2025-08-20T21:26:17.9965614Z [00:02:32.118]➜  EOF
2025-08-20T21:26:17.9970209Z [00:02:32.119]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b464/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/fetcher=>github.com/ipfs/boxo@v0.34.0/fetcher;$WORK/b464=>" -p github.com/ipfs/boxo/fetcher -lang=go1.24 -complete -installsuffix shared -buildid 7i-1tGIWcyPbUi5z5j2w/7i-1tGIWcyPbUi5z5j2w -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b464/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/fetcher/fetcher.go
2025-08-20T21:26:18.0179691Z [00:02:32.140]➜  go tool buildid -w $WORK/b464/_pkg_.a # internal
2025-08-20T21:26:18.0192018Z [00:02:32.141]➜  cp $WORK/b464/_pkg_.a /root/.cache/go-build/8d/8d3a2e60339b7f0b61ef7bc2e520be859022e96953ca50a335b1ea0b9f2eba80-d # internal
2025-08-20T21:26:18.0207118Z [00:02:32.143]➜  github.com/ipfs/boxo/filestore/pb
2025-08-20T21:26:18.0229151Z [00:02:32.143]➜  mkdir -p $WORK/b466/
2025-08-20T21:26:18.0235506Z [00:02:32.146]➜  cat >/tmp/go-build548448651/b466/importcfg << 'EOF' # internal
2025-08-20T21:26:18.0237465Z [00:02:32.146]➜  # import config
2025-08-20T21:26:18.0240573Z [00:02:32.146]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build548448651/b281/_pkg_.a
2025-08-20T21:26:18.0241921Z [00:02:32.146]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build548448651/b287/_pkg_.a
2025-08-20T21:26:18.0242942Z [00:02:32.146]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:18.0243706Z [00:02:32.146]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:18.0244274Z [00:02:32.146]➜  EOF
2025-08-20T21:26:18.0256470Z [00:02:32.146]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b466/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/filestore/pb=>github.com/ipfs/boxo@v0.34.0/filestore/pb;$WORK/b466=>" -p github.com/ipfs/boxo/filestore/pb -lang=go1.24 -complete -installsuffix shared -buildid K2RxwrFOQjtAp16xHbky/K2RxwrFOQjtAp16xHbky -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b466/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/filestore/pb/dataobj.pb.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/filestore/pb/gen.go
2025-08-20T21:26:18.0260460Z [00:02:32.148]➜  go tool buildid -w $WORK/b431/_pkg_.a # internal
2025-08-20T21:26:18.0411666Z [00:02:32.163]➜  cp $WORK/b431/_pkg_.a /root/.cache/go-build/51/511d5d4937a182b68b69aca4fc07ec0b18533ab0f790fff9f833a2856c971d96-d # internal
2025-08-20T21:26:18.0417789Z [00:02:32.164]➜  github.com/ipfs/boxo/bitswap/client/internal/sessionmanager
2025-08-20T21:26:18.0422602Z [00:02:32.164]➜  mkdir -p $WORK/b435/
2025-08-20T21:26:18.0432587Z [00:02:32.165]➜  cat >/tmp/go-build548448651/b435/importcfg << 'EOF' # internal
2025-08-20T21:26:18.0436239Z [00:02:32.165]➜  # import config
2025-08-20T21:26:18.0436901Z [00:02:32.165]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:18.0438023Z [00:02:32.165]➜  packagefile github.com/ipfs/boxo/bitswap/client/internal=/tmp/go-build548448651/b408/_pkg_.a
2025-08-20T21:26:18.0439719Z [00:02:32.165]➜  packagefile github.com/ipfs/boxo/bitswap/client/internal/blockpresencemanager=/tmp/go-build548448651/b406/_pkg_.a
2025-08-20T21:26:18.0441335Z [00:02:32.165]➜  packagefile github.com/ipfs/boxo/bitswap/client/internal/notifications=/tmp/go-build548448651/b409/_pkg_.a
2025-08-20T21:26:18.0442808Z [00:02:32.165]➜  packagefile github.com/ipfs/boxo/bitswap/client/internal/session=/tmp/go-build548448651/b431/_pkg_.a
2025-08-20T21:26:18.0444428Z [00:02:32.165]➜  packagefile github.com/ipfs/boxo/bitswap/client/internal/sessioninterestmanager=/tmp/go-build548448651/b433/_pkg_.a
2025-08-20T21:26:18.0445850Z [00:02:32.165]➜  packagefile github.com/ipfs/boxo/exchange=/tmp/go-build548448651/b330/_pkg_.a
2025-08-20T21:26:18.0446882Z [00:02:32.165]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:18.0448256Z [00:02:32.165]➜  packagefile github.com/ipfs/go-ipfs-delay=/tmp/go-build548448651/b434/_pkg_.a
2025-08-20T21:26:18.0449571Z [00:02:32.165]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:18.0450785Z [00:02:32.165]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build548448651/b210/_pkg_.a
2025-08-20T21:26:18.0451908Z [00:02:32.165]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build548448651/b214/_pkg_.a
2025-08-20T21:26:18.0452845Z [00:02:32.165]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:18.0453606Z [00:02:32.165]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:18.0454346Z [00:02:32.165]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:18.0454962Z [00:02:32.165]➜  EOF
2025-08-20T21:26:18.0461766Z [00:02:32.166]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b435/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/client/internal/sessionmanager=>github.com/ipfs/boxo@v0.34.0/bitswap/client/internal/sessionmanager;$WORK/b435=>" -p github.com/ipfs/boxo/bitswap/client/internal/sessionmanager -lang=go1.24 -complete -installsuffix shared -buildid LwkyWgPmwDvqV9Cv1TSO/LwkyWgPmwDvqV9Cv1TSO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b435/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/client/internal/sessionmanager/sessionmanager.go
2025-08-20T21:26:18.0852423Z [00:02:32.207]➜  go tool buildid -w $WORK/b466/_pkg_.a # internal
2025-08-20T21:26:18.0870990Z [00:02:32.209]➜  cp $WORK/b466/_pkg_.a /root/.cache/go-build/66/6630cd730442c8c9372cd6e07025c08483e50a8e90228936c66f4eff7407f6fc-d # internal
2025-08-20T21:26:18.0894966Z [00:02:32.212]➜  github.com/ipfs/boxo/filestore/posinfo
2025-08-20T21:26:18.0921537Z [00:02:32.212]➜  mkdir -p $WORK/b467/
2025-08-20T21:26:18.0922361Z [00:02:32.212]➜  cat >/tmp/go-build548448651/b467/importcfg << 'EOF' # internal
2025-08-20T21:26:18.0923130Z [00:02:32.212]➜  # import config
2025-08-20T21:26:18.0923978Z [00:02:32.212]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build548448651/b263/_pkg_.a
2025-08-20T21:26:18.0924970Z [00:02:32.212]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:18.0925603Z [00:02:32.212]➜  EOF
2025-08-20T21:26:18.0929467Z [00:02:32.212]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b467/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/filestore/posinfo=>github.com/ipfs/boxo@v0.34.0/filestore/posinfo;$WORK/b467=>" -p github.com/ipfs/boxo/filestore/posinfo -lang=go1.24 -complete -installsuffix shared -buildid 9FMqdwwC-aHZb8v9iKpK/9FMqdwwC-aHZb8v9iKpK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b467/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/filestore/posinfo/posinfo.go
2025-08-20T21:26:18.1174116Z [00:02:32.239]➜  go tool buildid -w $WORK/b467/_pkg_.a # internal
2025-08-20T21:26:18.1175527Z [00:02:32.239]➜  cp $WORK/b467/_pkg_.a /root/.cache/go-build/23/23d3bbeb3653111ccdbb361f5709c87cbfb5c06bcbff80567ff8bb573e2f9464-d # internal
2025-08-20T21:26:18.1182433Z [00:02:32.240]➜  golang.org/x/exp/mmap
2025-08-20T21:26:18.1182937Z [00:02:32.240]➜  mkdir -p $WORK/b468/
2025-08-20T21:26:18.1183545Z [00:02:32.240]➜  cat >/tmp/go-build548448651/b468/importcfg << 'EOF' # internal
2025-08-20T21:26:18.1184200Z [00:02:32.240]➜  # import config
2025-08-20T21:26:18.1184842Z [00:02:32.240]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:18.1185618Z [00:02:32.240]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:18.1186372Z [00:02:32.240]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:18.1187130Z [00:02:32.240]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:18.1187944Z [00:02:32.240]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:18.1188974Z [00:02:32.240]➜  packagefile syscall=/tmp/go-build548448651/b047/_pkg_.a
2025-08-20T21:26:18.1189978Z [00:02:32.240]➜  EOF
2025-08-20T21:26:18.1193650Z [00:02:32.241]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b468/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/exp@v0.0.0-20250813145105-42675adae3e6/mmap=>golang.org/x/exp@v0.0.0-20250813145105-42675adae3e6/mmap;$WORK/b468=>" -p golang.org/x/exp/mmap -lang=go1.24 -complete -installsuffix shared -buildid iAqts0azqrhOe92hutjS/iAqts0azqrhOe92hutjS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b468/importcfg -pack /root/go/pkg/mod/golang.org/x/exp@v0.0.0-20250813145105-42675adae3e6/mmap/mmap_unix.go
2025-08-20T21:26:18.1460766Z [00:02:32.268]➜  go tool buildid -w $WORK/b435/_pkg_.a # internal
2025-08-20T21:26:18.1482461Z [00:02:32.270]➜  cp $WORK/b435/_pkg_.a /root/.cache/go-build/c7/c7fc2a6f105bb61dda3b036ca7dc5747d6e51fc417e6d3dea3d0ec37c90c82cf-d # internal
2025-08-20T21:26:18.1484376Z [00:02:32.271]➜  github.com/whyrusleeping/chunker
2025-08-20T21:26:18.1486236Z [00:02:32.271]➜  mkdir -p $WORK/b471/
2025-08-20T21:26:18.1487193Z [00:02:32.271]➜  cat >/tmp/go-build548448651/b471/importcfg << 'EOF' # internal
2025-08-20T21:26:18.1490070Z [00:02:32.271]➜  # import config
2025-08-20T21:26:18.1491018Z [00:02:32.271]➜  packagefile crypto/rand=/tmp/go-build548448651/b082/_pkg_.a
2025-08-20T21:26:18.1492159Z [00:02:32.271]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:18.1494542Z [00:02:32.271]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:18.1495417Z [00:02:32.271]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:18.1496234Z [00:02:32.271]➜  packagefile hash=/tmp/go-build548448651/b080/_pkg_.a
2025-08-20T21:26:18.1497042Z [00:02:32.271]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:18.1498116Z [00:02:32.271]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:18.1499170Z [00:02:32.271]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:18.1500014Z [00:02:32.271]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:18.1500663Z [00:02:32.271]➜  EOF
2025-08-20T21:26:18.1506306Z [00:02:32.271]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b471/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/whyrusleeping/chunker@v0.0.0-20181014151217-fe64bd25879f=>github.com/whyrusleeping/chunker@v0.0.0-20181014151217-fe64bd25879f;$WORK/b471=>" -p github.com/whyrusleeping/chunker -lang=go1.16 -complete -installsuffix shared -buildid b1igysezFu9UaHBdZeeJ/b1igysezFu9UaHBdZeeJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b471/importcfg -pack /root/go/pkg/mod/github.com/whyrusleeping/chunker@v0.0.0-20181014151217-fe64bd25879f/chunker.go /root/go/pkg/mod/github.com/whyrusleeping/chunker@v0.0.0-20181014151217-fe64bd25879f/doc.go /root/go/pkg/mod/github.com/whyrusleeping/chunker@v0.0.0-20181014151217-fe64bd25879f/polynomials.go
2025-08-20T21:26:18.1541197Z [00:02:32.277]➜  go tool buildid -w $WORK/b468/_pkg_.a # internal
2025-08-20T21:26:18.1553658Z [00:02:32.278]➜  cp $WORK/b468/_pkg_.a /root/.cache/go-build/bf/bf7dcefcd1fce884c73b6633f5fffeef9c540d13b5a8fe4de63faee5a170eaed-d # internal
2025-08-20T21:26:18.1571403Z [00:02:32.279]➜  github.com/ipfs/boxo/filestore
2025-08-20T21:26:18.1576703Z [00:02:32.280]➜  mkdir -p $WORK/b465/
2025-08-20T21:26:18.1578154Z [00:02:32.280]➜  cat >/tmp/go-build548448651/b465/importcfg << 'EOF' # internal
2025-08-20T21:26:18.1579531Z [00:02:32.280]➜  # import config
2025-08-20T21:26:18.1580848Z [00:02:32.280]➜  packagefile cmp=/tmp/go-build548448651/b051/_pkg_.a
2025-08-20T21:26:18.1582166Z [00:02:32.280]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:18.1583179Z [00:02:32.280]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:18.1584109Z [00:02:32.280]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:18.1585218Z [00:02:32.280]➜  packagefile github.com/ipfs/boxo/blockstore=/tmp/go-build548448651/b224/_pkg_.a
2025-08-20T21:26:18.1586596Z [00:02:32.280]➜  packagefile github.com/ipfs/boxo/datastore/dshelp=/tmp/go-build548448651/b229/_pkg_.a
2025-08-20T21:26:18.1588374Z [00:02:32.280]➜  packagefile github.com/ipfs/boxo/filestore/pb=/tmp/go-build548448651/b466/_pkg_.a
2025-08-20T21:26:18.1592293Z [00:02:32.280]➜  packagefile github.com/ipfs/boxo/filestore/posinfo=/tmp/go-build548448651/b467/_pkg_.a
2025-08-20T21:26:18.1593534Z [00:02:32.280]➜  packagefile github.com/ipfs/go-block-format=/tmp/go-build548448651/b258/_pkg_.a
2025-08-20T21:26:18.1594631Z [00:02:32.280]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:18.1595724Z [00:02:32.280]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build548448651/b255/_pkg_.a
2025-08-20T21:26:18.1596956Z [00:02:32.280]➜  packagefile github.com/ipfs/go-datastore/namespace=/tmp/go-build548448651/b261/_pkg_.a
2025-08-20T21:26:18.1598194Z [00:02:32.280]➜  packagefile github.com/ipfs/go-datastore/query=/tmp/go-build548448651/b257/_pkg_.a
2025-08-20T21:26:18.1599621Z [00:02:32.280]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build548448651/b263/_pkg_.a
2025-08-20T21:26:18.1600781Z [00:02:32.280]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:18.1601982Z [00:02:32.280]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build548448651/b235/_pkg_.a
2025-08-20T21:26:18.1603137Z [00:02:32.280]➜  packagefile golang.org/x/exp/mmap=/tmp/go-build548448651/b468/_pkg_.a
2025-08-20T21:26:18.1604245Z [00:02:32.280]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build548448651/b300/_pkg_.a
2025-08-20T21:26:18.1605166Z [00:02:32.280]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:18.1605943Z [00:02:32.280]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:18.1606963Z [00:02:32.280]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:18.1607796Z [00:02:32.280]➜  packagefile path/filepath=/tmp/go-build548448651/b168/_pkg_.a
2025-08-20T21:26:18.1608832Z [00:02:32.280]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:18.1609703Z [00:02:32.280]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:18.1610327Z [00:02:32.280]➜  EOF
2025-08-20T21:26:18.1615198Z [00:02:32.280]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b465/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/filestore=>github.com/ipfs/boxo@v0.34.0/filestore;$WORK/b465=>" -p github.com/ipfs/boxo/filestore -lang=go1.24 -complete -installsuffix shared -buildid X-hAjMIclH5embyM_DV1/X-hAjMIclH5embyM_DV1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b465/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/filestore/filereader.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/filestore/filestore.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/filestore/fsrefstore.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/filestore/util.go
2025-08-20T21:26:18.1721702Z [00:02:32.294]➜  go tool buildid -w $WORK/b457/_pkg_.a # internal
2025-08-20T21:26:18.1754080Z [00:02:32.298]➜  cp $WORK/b457/_pkg_.a /root/.cache/go-build/1e/1e98b1a039a8c12afa0822fa8102ad91fa7d052bc733c1e60c1a2e1ec25fe99e-d # internal
2025-08-20T21:26:18.1763623Z [00:02:32.299]➜  github.com/ipfs/boxo/bitswap/server
2025-08-20T21:26:18.1781443Z [00:02:32.299]➜  mkdir -p $WORK/b456/
2025-08-20T21:26:18.1782240Z [00:02:32.299]➜  cat >/tmp/go-build548448651/b456/importcfg << 'EOF' # internal
2025-08-20T21:26:18.1782961Z [00:02:32.299]➜  # import config
2025-08-20T21:26:18.1783654Z [00:02:32.299]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:18.1784497Z [00:02:32.299]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:18.1785637Z [00:02:32.299]➜  packagefile github.com/ipfs/boxo/bitswap/internal/defaults=/tmp/go-build548448651/b438/_pkg_.a
2025-08-20T21:26:18.1786985Z [00:02:32.299]➜  packagefile github.com/ipfs/boxo/bitswap/message=/tmp/go-build548448651/b416/_pkg_.a
2025-08-20T21:26:18.1788253Z [00:02:32.299]➜  packagefile github.com/ipfs/boxo/bitswap/message/pb=/tmp/go-build548448651/b415/_pkg_.a
2025-08-20T21:26:18.1791475Z [00:02:32.299]➜  packagefile github.com/ipfs/boxo/bitswap/metrics=/tmp/go-build548448651/b439/_pkg_.a
2025-08-20T21:26:18.1792756Z [00:02:32.299]➜  packagefile github.com/ipfs/boxo/bitswap/network=/tmp/go-build548448651/b422/_pkg_.a
2025-08-20T21:26:18.1794190Z [00:02:32.299]➜  packagefile github.com/ipfs/boxo/bitswap/server/internal/decision=/tmp/go-build548448651/b457/_pkg_.a
2025-08-20T21:26:18.1795587Z [00:02:32.299]➜  packagefile github.com/ipfs/boxo/bitswap/tracer=/tmp/go-build548448651/b440/_pkg_.a
2025-08-20T21:26:18.1796808Z [00:02:32.299]➜  packagefile github.com/ipfs/boxo/blockstore=/tmp/go-build548448651/b224/_pkg_.a
2025-08-20T21:26:18.1797977Z [00:02:32.299]➜  packagefile github.com/ipfs/go-block-format=/tmp/go-build548448651/b258/_pkg_.a
2025-08-20T21:26:18.1799221Z [00:02:32.299]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:18.1800266Z [00:02:32.299]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:18.1801424Z [00:02:32.299]➜  packagefile github.com/ipfs/go-metrics-interface=/tmp/go-build548448651/b276/_pkg_.a
2025-08-20T21:26:18.1802599Z [00:02:32.299]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:18.1803621Z [00:02:32.299]➜  packagefile go.uber.org/zap=/tmp/go-build548448651/b266/_pkg_.a
2025-08-20T21:26:18.1804468Z [00:02:32.299]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:18.1805262Z [00:02:32.299]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:18.1806051Z [00:02:32.299]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:18.1806639Z [00:02:32.299]➜  EOF
2025-08-20T21:26:18.1811159Z [00:02:32.299]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b456/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/server=>github.com/ipfs/boxo@v0.34.0/bitswap/server;$WORK/b456=>" -p github.com/ipfs/boxo/bitswap/server -lang=go1.24 -complete -installsuffix shared -buildid KZUgtbemx7qn2cPBmfHU/KZUgtbemx7qn2cPBmfHU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b456/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/server/forward.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/server/server.go
2025-08-20T21:26:18.2286562Z [00:02:32.351]➜  go tool buildid -w $WORK/b471/_pkg_.a # internal
2025-08-20T21:26:18.2301987Z [00:02:32.352]➜  cp $WORK/b471/_pkg_.a /root/.cache/go-build/62/62e4129d7565127f8ea63b0791d44aaffa2a711835471997c8e3c3677ff6ed1f-d # internal
2025-08-20T21:26:18.2350577Z [00:02:32.355]➜  github.com/ipfs/boxo/chunker
2025-08-20T21:26:18.2360268Z [00:02:32.355]➜  mkdir -p $WORK/b470/
2025-08-20T21:26:18.2361108Z [00:02:32.355]➜  cat >/tmp/go-build548448651/b470/importcfg << 'EOF' # internal
2025-08-20T21:26:18.2361851Z [00:02:32.355]➜  # import config
2025-08-20T21:26:18.2362558Z [00:02:32.355]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:18.2363438Z [00:02:32.355]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:18.2364408Z [00:02:32.355]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:18.2365571Z [00:02:32.355]➜  packagefile github.com/libp2p/go-buffer-pool=/tmp/go-build548448651/b321/_pkg_.a
2025-08-20T21:26:18.2366792Z [00:02:32.355]➜  packagefile github.com/whyrusleeping/chunker=/tmp/go-build548448651/b471/_pkg_.a
2025-08-20T21:26:18.2367825Z [00:02:32.355]➜  packagefile hash/fnv=/tmp/go-build548448651/b285/_pkg_.a
2025-08-20T21:26:18.2368856Z [00:02:32.355]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:18.2369736Z [00:02:32.355]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:18.2370615Z [00:02:32.355]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:18.2371463Z [00:02:32.355]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:18.2372467Z [00:02:32.355]➜  EOF
2025-08-20T21:26:18.2377282Z [00:02:32.357]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b470/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/chunker=>github.com/ipfs/boxo@v0.34.0/chunker;$WORK/b470=>" -p github.com/ipfs/boxo/chunker -lang=go1.24 -complete -installsuffix shared -buildid MGn3eGDuvwU_p7mh4Apg/MGn3eGDuvwU_p7mh4Apg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b470/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/chunker/buzhash.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/chunker/parse.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/chunker/rabin.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/chunker/splitting.go
2025-08-20T21:26:18.2837904Z [00:02:32.406]➜  go tool buildid -w $WORK/b456/_pkg_.a # internal
2025-08-20T21:26:18.2865859Z [00:02:32.409]➜  cp $WORK/b456/_pkg_.a /root/.cache/go-build/7b/7bb9ddf26a99b40893867fa05f4991a6f53be4680324512ce7c4ce053dd61fc5-d # internal
2025-08-20T21:26:18.2873277Z [00:02:32.410]➜  github.com/alecthomas/units
2025-08-20T21:26:18.2876470Z [00:02:32.410]➜  mkdir -p $WORK/b473/
2025-08-20T21:26:18.2884472Z [00:02:32.411]➜  cat >/tmp/go-build548448651/b473/importcfg << 'EOF' # internal
2025-08-20T21:26:18.2885882Z [00:02:32.411]➜  # import config
2025-08-20T21:26:18.2887410Z [00:02:32.411]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:18.2891146Z [00:02:32.411]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:18.2892357Z [00:02:32.411]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:18.2893561Z [00:02:32.411]➜  EOF
2025-08-20T21:26:18.2900510Z [00:02:32.411]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b473/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/units@v0.0.0-20240927000941-0f3dac36c52b=>github.com/alecthomas/units@v0.0.0-20240927000941-0f3dac36c52b;$WORK/b473=>" -p github.com/alecthomas/units -lang=go1.15 -complete -installsuffix shared -buildid 4QQRmL22atfQkG66lO21/4QQRmL22atfQkG66lO21 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b473/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/units@v0.0.0-20240927000941-0f3dac36c52b/bytes.go /root/go/pkg/mod/github.com/alecthomas/units@v0.0.0-20240927000941-0f3dac36c52b/doc.go /root/go/pkg/mod/github.com/alecthomas/units@v0.0.0-20240927000941-0f3dac36c52b/si.go /root/go/pkg/mod/github.com/alecthomas/units@v0.0.0-20240927000941-0f3dac36c52b/util.go
2025-08-20T21:26:18.2972662Z [00:02:32.420]➜  go tool buildid -w $WORK/b470/_pkg_.a # internal
2025-08-20T21:26:18.2985496Z [00:02:32.421]➜  cp $WORK/b470/_pkg_.a /root/.cache/go-build/24/244b5366005fb06dad357470f7cd2292d9af5158f81d1223a1f42b285ba2b6d8-d # internal
2025-08-20T21:26:18.2987045Z [00:02:32.421]➜  github.com/ipfs/go-bitfield
2025-08-20T21:26:18.2989438Z [00:02:32.421]➜  mkdir -p $WORK/b476/
2025-08-20T21:26:18.2993822Z [00:02:32.422]➜  cat >/tmp/go-build548448651/b476/importcfg << 'EOF' # internal
2025-08-20T21:26:18.2995317Z [00:02:32.422]➜  # import config
2025-08-20T21:26:18.2996803Z [00:02:32.422]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:18.2997881Z [00:02:32.422]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:18.2998701Z [00:02:32.422]➜  EOF
2025-08-20T21:26:18.3001789Z [00:02:32.422]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b476/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-bitfield@v1.1.0=>github.com/ipfs/go-bitfield@v1.1.0;$WORK/b476=>" -p github.com/ipfs/go-bitfield -lang=go1.19 -complete -installsuffix shared -buildid pmzCncLpWJwir7wIV0hh/pmzCncLpWJwir7wIV0hh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b476/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-bitfield@v1.1.0/bitfield.go
2025-08-20T21:26:18.3219932Z [00:02:32.444]➜  go tool buildid -w $WORK/b465/_pkg_.a # internal
2025-08-20T21:26:18.3242629Z [00:02:32.447]➜  go tool buildid -w $WORK/b476/_pkg_.a # internal
2025-08-20T21:26:18.3250788Z [00:02:32.447]➜  cp $WORK/b476/_pkg_.a /root/.cache/go-build/a3/a3a2d7b4e562dc6b65b580aef8c1e303bc332ca401cefe575efa430518e4a679-d # internal
2025-08-20T21:26:18.3253500Z [00:02:32.448]➜  golang.org/x/sync/errgroup
2025-08-20T21:26:18.3262130Z [00:02:32.448]➜  mkdir -p $WORK/b477/
2025-08-20T21:26:18.3265236Z [00:02:32.449]➜  cp $WORK/b465/_pkg_.a /root/.cache/go-build/2a/2a57b476412ffa82dfab3cf9438f2592a678b20b16222ebef131198c63be13e1-d # internal
2025-08-20T21:26:18.3267312Z [00:02:32.449]➜  github.com/ipfs/boxo/ipld/unixfs/private/linksize
2025-08-20T21:26:18.3269536Z [00:02:32.449]➜  mkdir -p $WORK/b478/
2025-08-20T21:26:18.3271923Z [00:02:32.449]➜  cat >/tmp/go-build548448651/b478/importcfg << 'EOF' # internal
2025-08-20T21:26:18.3273858Z [00:02:32.449]➜  # import config
2025-08-20T21:26:18.3274899Z [00:02:32.449]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:18.3275854Z [00:02:32.449]➜  EOF
2025-08-20T21:26:18.3277253Z [00:02:32.450]➜  cat >/tmp/go-build548448651/b477/importcfg << 'EOF' # internal
2025-08-20T21:26:18.3279302Z [00:02:32.450]➜  # import config
2025-08-20T21:26:18.3279987Z [00:02:32.450]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:18.3280784Z [00:02:32.450]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:18.3281577Z [00:02:32.450]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:18.3282198Z [00:02:32.450]➜  EOF
2025-08-20T21:26:18.3285852Z [00:02:32.450]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b477/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sync@v0.16.0/errgroup=>golang.org/x/sync@v0.16.0/errgroup;$WORK/b477=>" -p golang.org/x/sync/errgroup -lang=go1.23 -complete -installsuffix shared -buildid h1Iow3w75S4TScP7KNap/h1Iow3w75S4TScP7KNap -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b477/importcfg -pack /root/go/pkg/mod/golang.org/x/sync@v0.16.0/errgroup/errgroup.go
2025-08-20T21:26:18.3296449Z [00:02:32.452]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b478/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/ipld/unixfs/private/linksize=>github.com/ipfs/boxo@v0.34.0/ipld/unixfs/private/linksize;$WORK/b478=>" -p github.com/ipfs/boxo/ipld/unixfs/private/linksize -lang=go1.24 -complete -installsuffix shared -buildid BMWm_SEN7v7KdAQPGjHS/BMWm_SEN7v7KdAQPGjHS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b478/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/ipld/unixfs/private/linksize/linksize.go
2025-08-20T21:26:18.3320183Z [00:02:32.454]➜  go tool buildid -w $WORK/b473/_pkg_.a # internal
2025-08-20T21:26:18.3333102Z [00:02:32.456]➜  cp $WORK/b473/_pkg_.a /root/.cache/go-build/33/3335cc1315409f20b44a2dde9806dcd00e6ed53c1e85d645363df1ef1740523b-d # internal
2025-08-20T21:26:18.3340650Z [00:02:32.456]➜  github.com/ipfs/boxo/ipld/unixfs/importer/helpers
2025-08-20T21:26:18.3341411Z [00:02:32.456]➜  mkdir -p $WORK/b480/
2025-08-20T21:26:18.3351653Z [00:02:32.457]➜  cat >/tmp/go-build548448651/b480/importcfg << 'EOF' # internal
2025-08-20T21:26:18.3352427Z [00:02:32.457]➜  # import config
2025-08-20T21:26:18.3353146Z [00:02:32.457]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:18.3353981Z [00:02:32.457]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:18.3354977Z [00:02:32.457]➜  packagefile github.com/ipfs/boxo/chunker=/tmp/go-build548448651/b470/_pkg_.a
2025-08-20T21:26:18.3356057Z [00:02:32.457]➜  packagefile github.com/ipfs/boxo/files=/tmp/go-build548448651/b188/_pkg_.a
2025-08-20T21:26:18.3357259Z [00:02:32.457]➜  packagefile github.com/ipfs/boxo/filestore/posinfo=/tmp/go-build548448651/b467/_pkg_.a
2025-08-20T21:26:18.3358698Z [00:02:32.458]➜  packagefile github.com/ipfs/boxo/ipld/merkledag=/tmp/go-build548448651/b196/_pkg_.a
2025-08-20T21:26:18.3359967Z [00:02:32.458]➜  packagefile github.com/ipfs/boxo/ipld/unixfs=/tmp/go-build548448651/b195/_pkg_.a
2025-08-20T21:26:18.3361167Z [00:02:32.458]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/pb=/tmp/go-build548448651/b369/_pkg_.a
2025-08-20T21:26:18.3362576Z [00:02:32.458]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:18.3363608Z [00:02:32.458]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build548448651/b263/_pkg_.a
2025-08-20T21:26:18.3364535Z [00:02:32.458]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:18.3365280Z [00:02:32.458]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:18.3366052Z [00:02:32.458]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:18.3366651Z [00:02:32.458]➜  EOF
2025-08-20T21:26:18.3371518Z [00:02:32.458]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b480/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/ipld/unixfs/importer/helpers=>github.com/ipfs/boxo@v0.34.0/ipld/unixfs/importer/helpers;$WORK/b480=>" -p github.com/ipfs/boxo/ipld/unixfs/importer/helpers -lang=go1.24 -complete -installsuffix shared -buildid MUV12SauJZbTXYx0OsEC/MUV12SauJZbTXYx0OsEC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b480/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/ipld/unixfs/importer/helpers/dagbuilder.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/ipld/unixfs/importer/helpers/helpers.go
2025-08-20T21:26:18.3402522Z [00:02:32.462]➜  go tool buildid -w $WORK/b478/_pkg_.a # internal
2025-08-20T21:26:18.3408256Z [00:02:32.463]➜  cp $WORK/b478/_pkg_.a /root/.cache/go-build/7a/7a66f9eba0ba4b92afcc26a780e16723d07ae2e80bb84627bbd66149911067d3-d # internal
2025-08-20T21:26:18.3441562Z [00:02:32.466]➜  github.com/ipfs/boxo/ipns/pb
2025-08-20T21:26:18.3447585Z [00:02:32.466]➜  mkdir -p $WORK/b484/
2025-08-20T21:26:18.3448347Z [00:02:32.466]➜  cat >/tmp/go-build548448651/b484/importcfg << 'EOF' # internal
2025-08-20T21:26:18.3449266Z [00:02:32.466]➜  # import config
2025-08-20T21:26:18.3450530Z [00:02:32.466]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build548448651/b281/_pkg_.a
2025-08-20T21:26:18.3452032Z [00:02:32.466]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build548448651/b287/_pkg_.a
2025-08-20T21:26:18.3453194Z [00:02:32.466]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:18.3454048Z [00:02:32.466]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:18.3454681Z [00:02:32.467]➜  EOF
2025-08-20T21:26:18.3458479Z [00:02:32.467]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b484/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/ipns/pb=>github.com/ipfs/boxo@v0.34.0/ipns/pb;$WORK/b484=>" -p github.com/ipfs/boxo/ipns/pb -lang=go1.24 -complete -installsuffix shared -buildid hwvLR41OJGv9sbnbosc9/hwvLR41OJGv9sbnbosc9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b484/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/ipns/pb/gen.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/ipns/pb/record.pb.go
2025-08-20T21:26:18.3490904Z [00:02:32.471]➜  go tool buildid -w $WORK/b477/_pkg_.a # internal
2025-08-20T21:26:18.3501446Z [00:02:32.472]➜  cp $WORK/b477/_pkg_.a /root/.cache/go-build/43/43c98acca421e0e582c9a6e78424f17cf8862fe767979cfacecf99b31cba85ca-d # internal
2025-08-20T21:26:18.3510297Z [00:02:32.473]➜  github.com/ipfs/boxo/ipld/unixfs/hamt
2025-08-20T21:26:18.3511289Z [00:02:32.473]➜  mkdir -p $WORK/b474/
2025-08-20T21:26:18.3522215Z [00:02:32.475]➜  cat >/tmp/go-build548448651/b474/importcfg << 'EOF' # internal
2025-08-20T21:26:18.3523414Z [00:02:32.475]➜  # import config
2025-08-20T21:26:18.3524952Z [00:02:32.475]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:18.3526145Z [00:02:32.475]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:18.3527838Z [00:02:32.475]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:18.3529758Z [00:02:32.475]➜  packagefile github.com/gammazero/deque=/tmp/go-build548448651/b197/_pkg_.a
2025-08-20T21:26:18.3530943Z [00:02:32.475]➜  packagefile github.com/ipfs/boxo/ipld/merkledag=/tmp/go-build548448651/b196/_pkg_.a
2025-08-20T21:26:18.3532126Z [00:02:32.475]➜  packagefile github.com/ipfs/boxo/ipld/unixfs=/tmp/go-build548448651/b195/_pkg_.a
2025-08-20T21:26:18.3533684Z [00:02:32.475]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/internal=/tmp/go-build548448651/b475/_pkg_.a
2025-08-20T21:26:18.3534911Z [00:02:32.475]➜  packagefile github.com/ipfs/go-bitfield=/tmp/go-build548448651/b476/_pkg_.a
2025-08-20T21:26:18.3536009Z [00:02:32.475]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:18.3537100Z [00:02:32.475]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build548448651/b263/_pkg_.a
2025-08-20T21:26:18.3538265Z [00:02:32.475]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:18.3539674Z [00:02:32.475]➜  packagefile github.com/spaolacci/murmur3=/tmp/go-build548448651/b249/_pkg_.a
2025-08-20T21:26:18.3540792Z [00:02:32.475]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build548448651/b477/_pkg_.a
2025-08-20T21:26:18.3541748Z [00:02:32.475]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:18.3542589Z [00:02:32.475]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:18.3543382Z [00:02:32.475]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:18.3543972Z [00:02:32.475]➜  EOF
2025-08-20T21:26:18.3548446Z [00:02:32.475]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b474/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/ipld/unixfs/hamt=>github.com/ipfs/boxo@v0.34.0/ipld/unixfs/hamt;$WORK/b474=>" -p github.com/ipfs/boxo/ipld/unixfs/hamt -lang=go1.24 -complete -installsuffix shared -buildid dOp-eRQvvLW_9CbgAlZR/dOp-eRQvvLW_9CbgAlZR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b474/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/ipld/unixfs/hamt/hamt.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/ipld/unixfs/hamt/util.go
2025-08-20T21:26:18.4010735Z [00:02:32.523]➜  go tool buildid -w $WORK/b480/_pkg_.a # internal
2025-08-20T21:26:18.4033508Z [00:02:32.526]➜  cp $WORK/b480/_pkg_.a /root/.cache/go-build/c1/c1fb7c6b0d2ea178266e65038f78c61283458625b462369dc01dd8560ae91d22-d # internal
2025-08-20T21:26:18.4041492Z [00:02:32.526]➜  github.com/ipfs/boxo/ipld/unixfs/importer/trickle
2025-08-20T21:26:18.4042674Z [00:02:32.526]➜  mkdir -p $WORK/b481/
2025-08-20T21:26:18.4050476Z [00:02:32.528]➜  cat >/tmp/go-build548448651/b481/importcfg << 'EOF' # internal
2025-08-20T21:26:18.4052636Z [00:02:32.528]➜  # import config
2025-08-20T21:26:18.4054398Z [00:02:32.528]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:18.4055276Z [00:02:32.528]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:18.4056093Z [00:02:32.528]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:18.4057146Z [00:02:32.528]➜  packagefile github.com/ipfs/boxo/ipld/merkledag=/tmp/go-build548448651/b196/_pkg_.a
2025-08-20T21:26:18.4058363Z [00:02:32.528]➜  packagefile github.com/ipfs/boxo/ipld/unixfs=/tmp/go-build548448651/b195/_pkg_.a
2025-08-20T21:26:18.4059909Z [00:02:32.528]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/importer/helpers=/tmp/go-build548448651/b480/_pkg_.a
2025-08-20T21:26:18.4061156Z [00:02:32.528]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:18.4062294Z [00:02:32.528]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build548448651/b263/_pkg_.a
2025-08-20T21:26:18.4063244Z [00:02:32.528]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:18.4063887Z [00:02:32.528]➜  EOF
2025-08-20T21:26:18.4067973Z [00:02:32.528]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b481/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/ipld/unixfs/importer/trickle=>github.com/ipfs/boxo@v0.34.0/ipld/unixfs/importer/trickle;$WORK/b481=>" -p github.com/ipfs/boxo/ipld/unixfs/importer/trickle -lang=go1.24 -complete -installsuffix shared -buildid dO-dv_xrvPdbhUjoNJ0x/dO-dv_xrvPdbhUjoNJ0x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b481/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/ipld/unixfs/importer/trickle/trickledag.go
2025-08-20T21:26:18.4115327Z [00:02:32.534]➜  go tool buildid -w $WORK/b484/_pkg_.a # internal
2025-08-20T21:26:18.4140135Z [00:02:32.536]➜  cp $WORK/b484/_pkg_.a /root/.cache/go-build/c9/c994fd748c264d58ef2ee1b1e30b0917782e869d021a3e06442fd2d2bdb66d5a-d # internal
2025-08-20T21:26:18.4154027Z [00:02:32.536]➜  github.com/polydawn/refmt/cbor
2025-08-20T21:26:18.4154655Z [00:02:32.536]➜  mkdir -p $WORK/b486/
2025-08-20T21:26:18.4155403Z [00:02:32.536]➜  cat >/tmp/go-build548448651/b486/importcfg << 'EOF' # internal
2025-08-20T21:26:18.4156094Z [00:02:32.536]➜  # import config
2025-08-20T21:26:18.4156777Z [00:02:32.536]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:18.4157716Z [00:02:32.536]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:18.4158857Z [00:02:32.536]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:18.4159678Z [00:02:32.536]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:18.4160657Z [00:02:32.536]➜  packagefile github.com/polydawn/refmt/obj=/tmp/go-build548448651/b358/_pkg_.a
2025-08-20T21:26:18.4161829Z [00:02:32.536]➜  packagefile github.com/polydawn/refmt/obj/atlas=/tmp/go-build548448651/b359/_pkg_.a
2025-08-20T21:26:18.4162991Z [00:02:32.536]➜  packagefile github.com/polydawn/refmt/shared=/tmp/go-build548448651/b361/_pkg_.a
2025-08-20T21:26:18.4164238Z [00:02:32.536]➜  packagefile github.com/polydawn/refmt/tok=/tmp/go-build548448651/b360/_pkg_.a
2025-08-20T21:26:18.4165220Z [00:02:32.536]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:18.4166038Z [00:02:32.536]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:18.4166643Z [00:02:32.536]➜  EOF
2025-08-20T21:26:18.4175182Z [00:02:32.536]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b486/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/cbor=>github.com/polydawn/refmt@v0.89.0/cbor;$WORK/b486=>" -p github.com/polydawn/refmt/cbor -lang=go1.16 -complete -installsuffix shared -buildid q5yO1u4XDmwnejYJEf8V/q5yO1u4XDmwnejYJEf8V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b486/importcfg -pack /root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/cbor/cborCommon.go /root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/cbor/cborDecoder.go /root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/cbor/cborDecoderTerminals.go /root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/cbor/cborEncoder.go /root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/cbor/cborEncoderTerminals.go /root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/cbor/cborHelpers.go /root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/cbor/cborOptions.go /root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/cbor/doc.go /root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/cbor/encodeWriter.go /root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/cbor/errors.go
2025-08-20T21:26:18.4788247Z [00:02:32.600]➜  go tool buildid -w $WORK/b481/_pkg_.a # internal
2025-08-20T21:26:18.4789817Z [00:02:32.601]➜  cp $WORK/b481/_pkg_.a /root/.cache/go-build/f3/f3d9abe806b1cb30bb411688674e3c3ea3701a69a20c585b376eed4bc79a70ff-d # internal
2025-08-20T21:26:18.4864819Z [00:02:32.609]➜  github.com/ipfs/go-datastore/sync
2025-08-20T21:26:18.4869439Z [00:02:32.609]➜  mkdir -p $WORK/b487/
2025-08-20T21:26:18.4870235Z [00:02:32.609]➜  cat >/tmp/go-build548448651/b487/importcfg << 'EOF' # internal
2025-08-20T21:26:18.4871257Z [00:02:32.609]➜  # import config
2025-08-20T21:26:18.4873240Z [00:02:32.609]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:18.4874286Z [00:02:32.609]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build548448651/b255/_pkg_.a
2025-08-20T21:26:18.4875409Z [00:02:32.609]➜  packagefile github.com/ipfs/go-datastore/query=/tmp/go-build548448651/b257/_pkg_.a
2025-08-20T21:26:18.4876295Z [00:02:32.609]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:18.4876844Z [00:02:32.609]➜  EOF
2025-08-20T21:26:18.4880606Z [00:02:32.609]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b487/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-datastore@v0.8.3/sync=>github.com/ipfs/go-datastore@v0.8.3/sync;$WORK/b487=>" -p github.com/ipfs/go-datastore/sync -lang=go1.23 -complete -installsuffix shared -buildid lNJMC0OjMWtqnY8SxaOy/lNJMC0OjMWtqnY8SxaOy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b487/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-datastore@v0.8.3/sync/sync.go
2025-08-20T21:26:18.5143630Z [00:02:32.637]➜  go tool buildid -w $WORK/b486/_pkg_.a # internal
2025-08-20T21:26:18.5171893Z [00:02:32.639]➜  cp $WORK/b486/_pkg_.a /root/.cache/go-build/73/738aa61e5ea713512ba5a7d50601e56e6210e2ae9f0a362b0da86731cc87caae-d # internal
2025-08-20T21:26:18.5188163Z [00:02:32.641]➜  github.com/ipld/go-ipld-prime/codec/dagcbor
2025-08-20T21:26:18.5193224Z [00:02:32.642]➜  mkdir -p $WORK/b485/
2025-08-20T21:26:18.5222401Z [00:02:32.643]➜  cat >/tmp/go-build548448651/b485/importcfg << 'EOF' # internal
2025-08-20T21:26:18.5227654Z [00:02:32.645]➜  # import config
2025-08-20T21:26:18.5228366Z [00:02:32.645]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:18.5229431Z [00:02:32.645]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:18.5230398Z [00:02:32.645]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:18.5231565Z [00:02:32.645]➜  packagefile github.com/ipld/go-ipld-prime/codec=/tmp/go-build548448651/b337/_pkg_.a
2025-08-20T21:26:18.5232862Z [00:02:32.645]➜  packagefile github.com/ipld/go-ipld-prime/datamodel=/tmp/go-build548448651/b336/_pkg_.a
2025-08-20T21:26:18.5234165Z [00:02:32.645]➜  packagefile github.com/ipld/go-ipld-prime/linking/cid=/tmp/go-build548448651/b343/_pkg_.a
2025-08-20T21:26:18.5235715Z [00:02:32.645]➜  packagefile github.com/ipld/go-ipld-prime/multicodec=/tmp/go-build548448651/b344/_pkg_.a
2025-08-20T21:26:18.5237079Z [00:02:32.645]➜  packagefile github.com/ipld/go-ipld-prime/node/basicnode=/tmp/go-build548448651/b340/_pkg_.a
2025-08-20T21:26:18.5238436Z [00:02:32.645]➜  packagefile github.com/polydawn/refmt/cbor=/tmp/go-build548448651/b486/_pkg_.a
2025-08-20T21:26:18.5239801Z [00:02:32.645]➜  packagefile github.com/polydawn/refmt/shared=/tmp/go-build548448651/b361/_pkg_.a
2025-08-20T21:26:18.5240917Z [00:02:32.645]➜  packagefile github.com/polydawn/refmt/tok=/tmp/go-build548448651/b360/_pkg_.a
2025-08-20T21:26:18.5241829Z [00:02:32.645]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:18.5242586Z [00:02:32.645]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:18.5243348Z [00:02:32.645]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:18.5243935Z [00:02:32.645]➜  EOF
2025-08-20T21:26:18.5249834Z [00:02:32.645]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b485/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/codec/dagcbor=>github.com/ipld/go-ipld-prime@v0.21.0/codec/dagcbor;$WORK/b485=>" -p github.com/ipld/go-ipld-prime/codec/dagcbor -lang=go1.19 -complete -installsuffix shared -buildid deegNo2wDKawKI6soPRr/deegNo2wDKawKI6soPRr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b485/importcfg -pack /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/codec/dagcbor/common.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/codec/dagcbor/doc.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/codec/dagcbor/marshal.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/codec/dagcbor/multicodec.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/codec/dagcbor/unmarshal.go
2025-08-20T21:26:18.5419237Z [00:02:32.664]➜  go tool buildid -w $WORK/b487/_pkg_.a # internal
2025-08-20T21:26:18.5436490Z [00:02:32.666]➜  cp $WORK/b487/_pkg_.a /root/.cache/go-build/64/6470d0ee4b5bc5cd955a871dc2306f0b33b3c369947742172c7122bea56ee525-d # internal
2025-08-20T21:26:18.5444449Z [00:02:32.667]➜  github.com/google/gopacket/routing
2025-08-20T21:26:18.5445562Z [00:02:32.667]➜  mkdir -p $WORK/b489/
2025-08-20T21:26:18.5447283Z [00:02:32.667]➜  cat >/tmp/go-build548448651/b489/importcfg << 'EOF' # internal
2025-08-20T21:26:18.5448142Z [00:02:32.667]➜  # import config
2025-08-20T21:26:18.5449837Z [00:02:32.667]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:18.5450626Z [00:02:32.667]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:18.5451396Z [00:02:32.667]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:18.5452117Z [00:02:32.667]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:18.5452840Z [00:02:32.667]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:18.5453602Z [00:02:32.667]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:18.5454391Z [00:02:32.667]➜  packagefile syscall=/tmp/go-build548448651/b047/_pkg_.a
2025-08-20T21:26:18.5454982Z [00:02:32.667]➜  EOF
2025-08-20T21:26:18.5459119Z [00:02:32.667]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b489/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/gopacket@v1.1.19/routing=>github.com/google/gopacket@v1.1.19/routing;$WORK/b489=>" -p github.com/google/gopacket/routing -lang=go1.12 -complete -installsuffix shared -buildid mIpqn7dW3PwRjXmgZ5Ac/mIpqn7dW3PwRjXmgZ5Ac -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b489/importcfg -pack /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/routing/common.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/routing/routing.go
2025-08-20T21:26:18.5526545Z [00:02:32.675]➜  go tool buildid -w $WORK/b474/_pkg_.a # internal
2025-08-20T21:26:18.5560495Z [00:02:32.678]➜  cp $WORK/b474/_pkg_.a /root/.cache/go-build/41/41f946f738c373cfa5f556412d1f3b72a6be93b372154d7d14373d670e73ba0f-d # internal
2025-08-20T21:26:18.5608044Z [00:02:32.683]➜  github.com/ipfs/boxo/ipld/unixfs/io
2025-08-20T21:26:18.5612751Z [00:02:32.684]➜  mkdir -p $WORK/b472/
2025-08-20T21:26:18.5621185Z [00:02:32.684]➜  cat >/tmp/go-build548448651/b472/importcfg << 'EOF' # internal
2025-08-20T21:26:18.5621990Z [00:02:32.684]➜  # import config
2025-08-20T21:26:18.5622646Z [00:02:32.684]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:18.5623471Z [00:02:32.684]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:18.5624275Z [00:02:32.684]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:18.5625211Z [00:02:32.684]➜  packagefile github.com/alecthomas/units=/tmp/go-build548448651/b473/_pkg_.a
2025-08-20T21:26:18.5626288Z [00:02:32.684]➜  packagefile github.com/ipfs/boxo/ipld/merkledag=/tmp/go-build548448651/b196/_pkg_.a
2025-08-20T21:26:18.5627428Z [00:02:32.684]➜  packagefile github.com/ipfs/boxo/ipld/unixfs=/tmp/go-build548448651/b195/_pkg_.a
2025-08-20T21:26:18.5628824Z [00:02:32.684]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/hamt=/tmp/go-build548448651/b474/_pkg_.a
2025-08-20T21:26:18.5630244Z [00:02:32.684]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/private/linksize=/tmp/go-build548448651/b478/_pkg_.a
2025-08-20T21:26:18.5631526Z [00:02:32.684]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:18.5632571Z [00:02:32.684]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build548448651/b263/_pkg_.a
2025-08-20T21:26:18.5633582Z [00:02:32.684]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:18.5634522Z [00:02:32.684]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:18.5635257Z [00:02:32.684]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:18.5635960Z [00:02:32.684]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:18.5636553Z [00:02:32.684]➜  EOF
2025-08-20T21:26:18.5651616Z [00:02:32.684]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b472/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/ipld/unixfs/io=>github.com/ipfs/boxo@v0.34.0/ipld/unixfs/io;$WORK/b472=>" -p github.com/ipfs/boxo/ipld/unixfs/io -lang=go1.24 -complete -installsuffix shared -buildid AOZD97MbInvko8oI-WIV/AOZD97MbInvko8oI-WIV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b472/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/ipld/unixfs/io/dagreader.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/ipld/unixfs/io/directory.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/ipld/unixfs/io/doc.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/ipld/unixfs/io/resolve.go
2025-08-20T21:26:18.5815791Z [00:02:32.704]➜  go tool buildid -w $WORK/b485/_pkg_.a # internal
2025-08-20T21:26:18.5829354Z [00:02:32.705]➜  cp $WORK/b485/_pkg_.a /root/.cache/go-build/23/23c940f105670f63a5e7a73575bb56ad5c143d1a238596f3711104ae5a1d0cdc-d # internal
2025-08-20T21:26:18.5841427Z [00:02:32.707]➜  github.com/ipfs/boxo/ipns
2025-08-20T21:26:18.5846028Z [00:02:32.707]➜  mkdir -p $WORK/b483/
2025-08-20T21:26:18.5860316Z [00:02:32.708]➜  cat >/tmp/go-build548448651/b483/importcfg << 'EOF' # internal
2025-08-20T21:26:18.5861154Z [00:02:32.708]➜  # import config
2025-08-20T21:26:18.5861963Z [00:02:32.708]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:18.5862893Z [00:02:32.708]➜  packagefile cmp=/tmp/go-build548448651/b051/_pkg_.a
2025-08-20T21:26:18.5863849Z [00:02:32.708]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:18.5864795Z [00:02:32.708]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:18.5865666Z [00:02:32.708]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:18.5870976Z [00:02:32.709]➜  packagefile github.com/ipfs/boxo/ipns/pb=/tmp/go-build548448651/b484/_pkg_.a
2025-08-20T21:26:18.5872053Z [00:02:32.709]➜  packagefile github.com/ipfs/boxo/path=/tmp/go-build548448651/b370/_pkg_.a
2025-08-20T21:26:18.5873250Z [00:02:32.709]➜  packagefile github.com/ipfs/boxo/util=/tmp/go-build548448651/b259/_pkg_.a
2025-08-20T21:26:18.5875295Z [00:02:32.709]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:18.5876373Z [00:02:32.709]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:18.5877472Z [00:02:32.709]➜  packagefile github.com/ipld/go-ipld-prime=/tmp/go-build548448651/b334/_pkg_.a
2025-08-20T21:26:18.5878861Z [00:02:32.709]➜  packagefile github.com/ipld/go-ipld-prime/codec/dagcbor=/tmp/go-build548448651/b485/_pkg_.a
2025-08-20T21:26:18.5880907Z [00:02:32.709]➜  packagefile github.com/ipld/go-ipld-prime/datamodel=/tmp/go-build548448651/b336/_pkg_.a
2025-08-20T21:26:18.5882517Z [00:02:32.709]➜  packagefile github.com/ipld/go-ipld-prime/node/basic=/tmp/go-build548448651/b362/_pkg_.a
2025-08-20T21:26:18.5883994Z [00:02:32.709]➜  packagefile github.com/libp2p/go-libp2p-record=/tmp/go-build548448651/b279/_pkg_.a
2025-08-20T21:26:18.5885226Z [00:02:32.709]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build548448651/b311/_pkg_.a
2025-08-20T21:26:18.5886713Z [00:02:32.709]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:18.5887935Z [00:02:32.709]➜  packagefile github.com/libp2p/go-libp2p/core/peerstore=/tmp/go-build548448651/b418/_pkg_.a
2025-08-20T21:26:18.5889517Z [00:02:32.709]➜  packagefile github.com/multiformats/go-multibase=/tmp/go-build548448651/b231/_pkg_.a
2025-08-20T21:26:18.5890700Z [00:02:32.709]➜  packagefile github.com/multiformats/go-multicodec=/tmp/go-build548448651/b327/_pkg_.a
2025-08-20T21:26:18.5891997Z [00:02:32.709]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build548448651/b235/_pkg_.a
2025-08-20T21:26:18.5893212Z [00:02:32.709]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build548448651/b300/_pkg_.a
2025-08-20T21:26:18.5894206Z [00:02:32.709]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:18.5895032Z [00:02:32.709]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:18.5895830Z [00:02:32.709]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:18.5896472Z [00:02:32.709]➜  EOF
2025-08-20T21:26:18.5901478Z [00:02:32.709]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b483/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/ipns=>github.com/ipfs/boxo@v0.34.0/ipns;$WORK/b483=>" -p github.com/ipfs/boxo/ipns -lang=go1.24 -complete -installsuffix shared -buildid rb2ttRwPqzW_qVxDLWoA/rb2ttRwPqzW_qVxDLWoA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b483/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/ipns/defaults.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/ipns/errors.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/ipns/name.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/ipns/record.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/ipns/validation.go
2025-08-20T21:26:18.5906193Z [00:02:32.712]➜  go tool buildid -w $WORK/b489/_pkg_.a # internal
2025-08-20T21:26:18.5913866Z [00:02:32.713]➜  cp $WORK/b489/_pkg_.a /root/.cache/go-build/05/05c2eb8e4423a781a793fdf4b83ef87cfddd3bace05832ba6d1d76b627ba5741-d # internal
2025-08-20T21:26:18.5915148Z [00:02:32.714]➜  github.com/libp2p/go-libp2p-kad-dht/amino
2025-08-20T21:26:18.5915833Z [00:02:32.714]➜  mkdir -p $WORK/b490/
2025-08-20T21:26:18.5929691Z [00:02:32.715]➜  cat >/tmp/go-build548448651/b490/importcfg << 'EOF' # internal
2025-08-20T21:26:18.5930467Z [00:02:32.715]➜  # import config
2025-08-20T21:26:18.5932931Z [00:02:32.715]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build548448651/b419/_pkg_.a
2025-08-20T21:26:18.5934009Z [00:02:32.715]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:18.5934632Z [00:02:32.715]➜  EOF
2025-08-20T21:26:18.5939028Z [00:02:32.716]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b490/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.34.0/amino=>github.com/libp2p/go-libp2p-kad-dht@v0.34.0/amino;$WORK/b490=>" -p github.com/libp2p/go-libp2p-kad-dht/amino -lang=go1.23 -complete -installsuffix shared -buildid FOYLDooPHIZesBGmvqV-/FOYLDooPHIZesBGmvqV- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b490/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.34.0/amino/defaults.go
2025-08-20T21:26:18.6015551Z [00:02:32.724]➜  go tool buildid -w $WORK/b490/_pkg_.a # internal
2025-08-20T21:26:18.6022259Z [00:02:32.724]➜  cp $WORK/b490/_pkg_.a /root/.cache/go-build/87/87f87fc95336be74294a366022fab07db55a16fc95a2adba3a548b30f582b8c7-d # internal
2025-08-20T21:26:18.6069151Z [00:02:32.729]➜  github.com/libp2p/go-libp2p-kad-dht/internal
2025-08-20T21:26:18.6071042Z [00:02:32.729]➜  mkdir -p $WORK/b491/
2025-08-20T21:26:18.6076638Z [00:02:32.730]➜  cat >/tmp/go-build548448651/b491/importcfg << 'EOF' # internal
2025-08-20T21:26:18.6100195Z [00:02:32.730]➜  # import config
2025-08-20T21:26:18.6100921Z [00:02:32.730]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:18.6101765Z [00:02:32.730]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:18.6102561Z [00:02:32.730]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:18.6103450Z [00:02:32.730]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:18.6104873Z [00:02:32.730]➜  packagefile github.com/multiformats/go-multibase=/tmp/go-build548448651/b231/_pkg_.a
2025-08-20T21:26:18.6106056Z [00:02:32.730]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build548448651/b235/_pkg_.a
2025-08-20T21:26:18.6107135Z [00:02:32.730]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build548448651/b200/_pkg_.a
2025-08-20T21:26:18.6108208Z [00:02:32.730]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build548448651/b210/_pkg_.a
2025-08-20T21:26:18.6109492Z [00:02:32.730]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build548448651/b214/_pkg_.a
2025-08-20T21:26:18.6110432Z [00:02:32.730]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:18.6111236Z [00:02:32.730]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:18.6112051Z [00:02:32.730]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:18.6112692Z [00:02:32.730]➜  EOF
2025-08-20T21:26:18.6119182Z [00:02:32.730]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b491/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.34.0/internal=>github.com/libp2p/go-libp2p-kad-dht@v0.34.0/internal;$WORK/b491=>" -p github.com/libp2p/go-libp2p-kad-dht/internal -lang=go1.23 -complete -installsuffix shared -buildid DM903h6GT2NP4yiK3RTL/DM903h6GT2NP4yiK3RTL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b491/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.34.0/internal/ctx_mutex.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.34.0/internal/errors.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.34.0/internal/logging.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.34.0/internal/tracing.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.34.0/internal/util.go
2025-08-20T21:26:18.6606134Z [00:02:32.783]➜  go tool buildid -w $WORK/b491/_pkg_.a # internal
2025-08-20T21:26:18.6617115Z [00:02:32.784]➜  cp $WORK/b491/_pkg_.a /root/.cache/go-build/4a/4ab9a4a9c8d30a13ae021de0e53a72e22af746a02e9eb42e6a8474bcc84cd30b-d # internal
2025-08-20T21:26:18.6658252Z [00:02:32.788]➜  github.com/libp2p/go-libp2p-kad-dht/pb
2025-08-20T21:26:18.6659660Z [00:02:32.788]➜  mkdir -p $WORK/b495/
2025-08-20T21:26:18.6661142Z [00:02:32.788]➜  cat >/tmp/go-build548448651/b495/importcfg << 'EOF' # internal
2025-08-20T21:26:18.6662151Z [00:02:32.788]➜  # import config
2025-08-20T21:26:18.6664031Z [00:02:32.788]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:18.6664861Z [00:02:32.788]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:18.6665723Z [00:02:32.788]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:18.6666589Z [00:02:32.788]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:18.6667556Z [00:02:32.788]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:18.6669087Z [00:02:32.788]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/internal=/tmp/go-build548448651/b491/_pkg_.a
2025-08-20T21:26:18.6670448Z [00:02:32.788]➜  packagefile github.com/libp2p/go-libp2p-record/pb=/tmp/go-build548448651/b280/_pkg_.a
2025-08-20T21:26:18.6671770Z [00:02:32.788]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build548448651/b423/_pkg_.a
2025-08-20T21:26:18.6673064Z [00:02:32.788]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build548448651/b417/_pkg_.a
2025-08-20T21:26:18.6674349Z [00:02:32.788]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:18.6675768Z [00:02:32.788]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:18.6709770Z [00:02:32.788]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build548448651/b235/_pkg_.a
2025-08-20T21:26:18.6711175Z [00:02:32.788]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build548448651/b210/_pkg_.a
2025-08-20T21:26:18.6712817Z [00:02:32.788]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build548448651/b212/_pkg_.a
2025-08-20T21:26:18.6714181Z [00:02:32.788]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build548448651/b281/_pkg_.a
2025-08-20T21:26:18.6715643Z [00:02:32.788]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build548448651/b287/_pkg_.a
2025-08-20T21:26:18.6716878Z [00:02:32.788]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:18.6717727Z [00:02:32.788]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:18.6718374Z [00:02:32.788]➜  EOF
2025-08-20T21:26:18.6723977Z [00:02:32.789]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b495/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.34.0/pb=>github.com/libp2p/go-libp2p-kad-dht@v0.34.0/pb;$WORK/b495=>" -p github.com/libp2p/go-libp2p-kad-dht/pb -lang=go1.23 -complete -installsuffix shared -buildid Z5Kcr1uv-p6Rp1hainxW/Z5Kcr1uv-p6Rp1hainxW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b495/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.34.0/pb/dht.pb.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.34.0/pb/gen.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.34.0/pb/message.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.34.0/pb/protocol_messenger.go
2025-08-20T21:26:18.7377848Z [00:02:32.860]➜  go tool buildid -w $WORK/b472/_pkg_.a # internal
2025-08-20T21:26:18.7409642Z [00:02:32.863]➜  cp $WORK/b472/_pkg_.a /root/.cache/go-build/34/348efa001bc111a45d0a9ae1bda1deab40448e78055c406f04c99933c6e2cc62-d # internal
2025-08-20T21:26:18.7415425Z [00:02:32.864]➜  github.com/ipfs/boxo/ipld/unixfs/mod
2025-08-20T21:26:18.7443324Z [00:02:32.867]➜  mkdir -p $WORK/b479/
2025-08-20T21:26:18.7451601Z [00:02:32.867]➜  cat >/tmp/go-build548448651/b479/importcfg << 'EOF' # internal
2025-08-20T21:26:18.7452312Z [00:02:32.867]➜  # import config
2025-08-20T21:26:18.7453012Z [00:02:32.867]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:18.7453810Z [00:02:32.867]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:18.7454606Z [00:02:32.867]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:18.7455381Z [00:02:32.867]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:18.7456323Z [00:02:32.867]➜  packagefile github.com/ipfs/boxo/chunker=/tmp/go-build548448651/b470/_pkg_.a
2025-08-20T21:26:18.7457447Z [00:02:32.867]➜  packagefile github.com/ipfs/boxo/ipld/merkledag=/tmp/go-build548448651/b196/_pkg_.a
2025-08-20T21:26:18.7458802Z [00:02:32.867]➜  packagefile github.com/ipfs/boxo/ipld/unixfs=/tmp/go-build548448651/b195/_pkg_.a
2025-08-20T21:26:18.7460146Z [00:02:32.867]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/importer/helpers=/tmp/go-build548448651/b480/_pkg_.a
2025-08-20T21:26:18.7461560Z [00:02:32.867]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/importer/trickle=/tmp/go-build548448651/b481/_pkg_.a
2025-08-20T21:26:18.7462856Z [00:02:32.867]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/io=/tmp/go-build548448651/b472/_pkg_.a
2025-08-20T21:26:18.7463952Z [00:02:32.867]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:18.7465014Z [00:02:32.867]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build548448651/b263/_pkg_.a
2025-08-20T21:26:18.7465977Z [00:02:32.867]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:18.7466785Z [00:02:32.867]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:18.7467602Z [00:02:32.867]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:18.7468234Z [00:02:32.867]➜  EOF
2025-08-20T21:26:18.7473002Z [00:02:32.867]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b479/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/ipld/unixfs/mod=>github.com/ipfs/boxo@v0.34.0/ipld/unixfs/mod;$WORK/b479=>" -p github.com/ipfs/boxo/ipld/unixfs/mod -lang=go1.24 -complete -installsuffix shared -buildid hfVU3AQntEI29yBiT5y6/hfVU3AQntEI29yBiT5y6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b479/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/ipld/unixfs/mod/dagmodifier.go
2025-08-20T21:26:18.7887474Z [00:02:32.911]➜  go tool buildid -w $WORK/b483/_pkg_.a # internal
2025-08-20T21:26:18.7911863Z [00:02:32.913]➜  cp $WORK/b483/_pkg_.a /root/.cache/go-build/ad/ad40d692eaab6c8af7255e36c1d5c3883ab2d7f46f13a0dba952807e7bb35ac4-d # internal
2025-08-20T21:26:18.7973943Z [00:02:32.920]➜  github.com/libp2p/go-msgio/pbio
2025-08-20T21:26:18.7976681Z [00:02:32.920]➜  mkdir -p $WORK/b496/
2025-08-20T21:26:18.7982235Z [00:02:32.921]➜  cat >/tmp/go-build548448651/b496/importcfg << 'EOF' # internal
2025-08-20T21:26:18.8017256Z [00:02:32.921]➜  # import config
2025-08-20T21:26:18.8017950Z [00:02:32.921]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:18.8018916Z [00:02:32.921]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:18.8019957Z [00:02:32.921]➜  packagefile github.com/multiformats/go-varint=/tmp/go-build548448651/b254/_pkg_.a
2025-08-20T21:26:18.8021116Z [00:02:32.921]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build548448651/b300/_pkg_.a
2025-08-20T21:26:18.8022042Z [00:02:32.921]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:18.8022784Z [00:02:32.921]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:18.8026697Z [00:02:32.921]➜  packagefile runtime/debug=/tmp/go-build548448651/b260/_pkg_.a
2025-08-20T21:26:18.8027375Z [00:02:32.921]➜  EOF
2025-08-20T21:26:18.8032371Z [00:02:32.921]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b496/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-msgio@v0.3.0/pbio=>github.com/libp2p/go-msgio@v0.3.0/pbio;$WORK/b496=>" -p github.com/libp2p/go-msgio/pbio -lang=go1.18 -complete -installsuffix shared -buildid iunDw9Hya8WFosEq3PYp/iunDw9Hya8WFosEq3PYp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b496/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-msgio@v0.3.0/pbio/interfaces.go /root/go/pkg/mod/github.com/libp2p/go-msgio@v0.3.0/pbio/uvarint_reader.go /root/go/pkg/mod/github.com/libp2p/go-msgio@v0.3.0/pbio/uvarint_writer.go
2025-08-20T21:26:18.8187986Z [00:02:32.941]➜  go tool buildid -w $WORK/b479/_pkg_.a # internal
2025-08-20T21:26:18.8191705Z [00:02:32.941]➜  cp $WORK/b479/_pkg_.a /root/.cache/go-build/fa/fa532fe547800ee39386e04aec824449590706d7a114fc9586756b7e188341d2-d # internal
2025-08-20T21:26:18.8273696Z [00:02:32.950]➜  github.com/ipfs/boxo/mfs
2025-08-20T21:26:18.8276384Z [00:02:32.950]➜  mkdir -p $WORK/b469/
2025-08-20T21:26:18.8277108Z [00:02:32.950]➜  cat >/tmp/go-build548448651/b469/importcfg << 'EOF' # internal
2025-08-20T21:26:18.8277823Z [00:02:32.950]➜  # import config
2025-08-20T21:26:18.8278697Z [00:02:32.950]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:18.8279561Z [00:02:32.950]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:18.8280430Z [00:02:32.950]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:18.8281396Z [00:02:32.950]➜  packagefile github.com/ipfs/boxo/chunker=/tmp/go-build548448651/b470/_pkg_.a
2025-08-20T21:26:18.8282563Z [00:02:32.950]➜  packagefile github.com/ipfs/boxo/ipld/merkledag=/tmp/go-build548448651/b196/_pkg_.a
2025-08-20T21:26:18.8283752Z [00:02:32.950]➜  packagefile github.com/ipfs/boxo/ipld/unixfs=/tmp/go-build548448651/b195/_pkg_.a
2025-08-20T21:26:18.8284937Z [00:02:32.950]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/io=/tmp/go-build548448651/b472/_pkg_.a
2025-08-20T21:26:18.8286111Z [00:02:32.950]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/mod=/tmp/go-build548448651/b479/_pkg_.a
2025-08-20T21:26:18.8287222Z [00:02:32.950]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:18.8288169Z [00:02:32.950]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build548448651/b263/_pkg_.a
2025-08-20T21:26:18.8289688Z [00:02:32.950]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:18.8290797Z [00:02:32.950]➜  packagefile github.com/libp2p/go-libp2p/core/routing=/tmp/go-build548448651/b329/_pkg_.a
2025-08-20T21:26:18.8291753Z [00:02:32.950]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:18.8292492Z [00:02:32.950]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:18.8293264Z [00:02:32.950]➜  packagefile path=/tmp/go-build548448651/b063/_pkg_.a
2025-08-20T21:26:18.8294078Z [00:02:32.950]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:18.8294886Z [00:02:32.950]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:18.8295676Z [00:02:32.950]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:18.8296268Z [00:02:32.950]➜  EOF
2025-08-20T21:26:18.8315352Z [00:02:32.950]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b469/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/mfs=>github.com/ipfs/boxo@v0.34.0/mfs;$WORK/b469=>" -p github.com/ipfs/boxo/mfs -lang=go1.24 -complete -installsuffix shared -buildid dgGIZmIfJzFULHxFYk8K/dgGIZmIfJzFULHxFYk8K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b469/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/mfs/dir.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/mfs/fd.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/mfs/file.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/mfs/inode.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/mfs/ops.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/mfs/options.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/mfs/repub.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/mfs/root.go
2025-08-20T21:26:18.8424277Z [00:02:32.965]➜  go tool buildid -w $WORK/b495/_pkg_.a # internal
2025-08-20T21:26:18.8450503Z [00:02:32.967]➜  cp $WORK/b495/_pkg_.a /root/.cache/go-build/d8/d8288529e1558d3994228f09e0b56aac487855a848baad483253dd4df345750d-d # internal
2025-08-20T21:26:18.8543567Z [00:02:32.977]➜  go tool buildid -w $WORK/b496/_pkg_.a # internal
2025-08-20T21:26:18.8558899Z [00:02:32.977]➜  cp $WORK/b496/_pkg_.a /root/.cache/go-build/fe/fe44d5f8fc8edfd43786181f8b1bcf88c564720654fd6c0d9e0c7fe822817ac3-d # internal
2025-08-20T21:26:18.8560144Z [00:02:32.977]➜  github.com/hashicorp/golang-lru/simplelru
2025-08-20T21:26:18.8560762Z [00:02:32.977]➜  mkdir -p $WORK/b498/
2025-08-20T21:26:18.8561481Z [00:02:32.977]➜  cat >/tmp/go-build548448651/b498/importcfg << 'EOF' # internal
2025-08-20T21:26:18.8562145Z [00:02:32.977]➜  # import config
2025-08-20T21:26:18.8562864Z [00:02:32.977]➜  packagefile container/list=/tmp/go-build548448651/b081/_pkg_.a
2025-08-20T21:26:18.8563762Z [00:02:32.977]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:18.8566832Z [00:02:32.977]➜  EOF
2025-08-20T21:26:18.8570593Z [00:02:32.979]➜  github.com/libp2p/go-libp2p-kad-dht/internal/metrics
2025-08-20T21:26:18.8576768Z [00:02:32.979]➜  mkdir -p $WORK/b494/
2025-08-20T21:26:18.8581321Z [00:02:32.979]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b498/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/golang-lru@v1.0.2/simplelru=>github.com/hashicorp/golang-lru@v1.0.2/simplelru;$WORK/b498=>" -p github.com/hashicorp/golang-lru/simplelru -lang=go1.12 -complete -installsuffix shared -buildid uCDZl4HmS5Od66ZL99i3/uCDZl4HmS5Od66ZL99i3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b498/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/golang-lru@v1.0.2/simplelru/lru.go /root/go/pkg/mod/github.com/hashicorp/golang-lru@v1.0.2/simplelru/lru_interface.go
2025-08-20T21:26:18.8585202Z [00:02:32.979]➜  cat >/tmp/go-build548448651/b494/importcfg << 'EOF' # internal
2025-08-20T21:26:18.8585882Z [00:02:32.979]➜  # import config
2025-08-20T21:26:18.8586558Z [00:02:32.979]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:18.8609723Z [00:02:32.979]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/pb=/tmp/go-build548448651/b495/_pkg_.a
2025-08-20T21:26:18.8611437Z [00:02:32.979]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build548448651/b200/_pkg_.a
2025-08-20T21:26:18.8612766Z [00:02:32.979]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build548448651/b210/_pkg_.a
2025-08-20T21:26:18.8614093Z [00:02:32.979]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build548448651/b219/_pkg_.a
2025-08-20T21:26:18.8615012Z [00:02:32.979]➜  EOF
2025-08-20T21:26:18.8620782Z [00:02:32.979]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b494/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.34.0/internal/metrics=>github.com/libp2p/go-libp2p-kad-dht@v0.34.0/internal/metrics;$WORK/b494=>" -p github.com/libp2p/go-libp2p-kad-dht/internal/metrics -lang=go1.23 -complete -installsuffix shared -buildid jJyYjoPaY4ST3q0TzMer/jJyYjoPaY4ST3q0TzMer -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b494/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.34.0/internal/metrics/context.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.34.0/internal/metrics/metrics.go
2025-08-20T21:26:18.9061449Z [00:02:33.028]➜  go tool buildid -w $WORK/b498/_pkg_.a # internal
2025-08-20T21:26:18.9080924Z [00:02:33.030]➜  cp $WORK/b498/_pkg_.a /root/.cache/go-build/4f/4f46a3777aa58a618e24447943e022a50967037401cf44426fbe4ea20541ab3d-d # internal
2025-08-20T21:26:18.9126007Z [00:02:33.035]➜  github.com/ipfs/go-datastore/autobatch
2025-08-20T21:26:18.9131201Z [00:02:33.035]➜  mkdir -p $WORK/b499/
2025-08-20T21:26:18.9161045Z [00:02:33.037]➜  cat >/tmp/go-build548448651/b499/importcfg << 'EOF' # internal
2025-08-20T21:26:18.9164958Z [00:02:33.037]➜  # import config
2025-08-20T21:26:18.9165678Z [00:02:33.037]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:18.9167280Z [00:02:33.037]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build548448651/b255/_pkg_.a
2025-08-20T21:26:18.9168728Z [00:02:33.037]➜  packagefile github.com/ipfs/go-datastore/query=/tmp/go-build548448651/b257/_pkg_.a
2025-08-20T21:26:18.9169592Z [00:02:33.037]➜  EOF
2025-08-20T21:26:18.9173342Z [00:02:33.037]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b499/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-datastore@v0.8.3/autobatch=>github.com/ipfs/go-datastore@v0.8.3/autobatch;$WORK/b499=>" -p github.com/ipfs/go-datastore/autobatch -lang=go1.23 -complete -installsuffix shared -buildid 4LMx0IouTnnfqiR6FKQ6/4LMx0IouTnnfqiR6FKQ6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b499/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-datastore@v0.8.3/autobatch/autobatch.go
2025-08-20T21:26:18.9621004Z [00:02:33.084]➜  go tool buildid -w $WORK/b499/_pkg_.a # internal
2025-08-20T21:26:18.9625989Z [00:02:33.085]➜  cp $WORK/b499/_pkg_.a /root/.cache/go-build/ca/ca10960fa204680c5fcf3f69dc781b711bd72b6cf98abf778a3e423c92fac004-d # internal
2025-08-20T21:26:18.9656882Z [00:02:33.088]➜  github.com/libp2p/go-libp2p/p2p/host/peerstore
2025-08-20T21:26:18.9660901Z [00:02:33.088]➜  mkdir -p $WORK/b500/
2025-08-20T21:26:18.9661714Z [00:02:33.088]➜  cat >/tmp/go-build548448651/b500/importcfg << 'EOF' # internal
2025-08-20T21:26:18.9663073Z [00:02:33.088]➜  # import config
2025-08-20T21:26:18.9664196Z [00:02:33.088]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:18.9665826Z [00:02:33.088]➜  packagefile github.com/libp2p/go-libp2p/core/peerstore=/tmp/go-build548448651/b418/_pkg_.a
2025-08-20T21:26:18.9667834Z [00:02:33.088]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:18.9669372Z [00:02:33.088]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:18.9670301Z [00:02:33.089]➜  EOF
2025-08-20T21:26:18.9675048Z [00:02:33.089]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b500/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/host/peerstore=>github.com/libp2p/go-libp2p@v0.43.0/p2p/host/peerstore;$WORK/b500=>" -p github.com/libp2p/go-libp2p/p2p/host/peerstore -lang=go1.23 -complete -installsuffix shared -buildid B4AvrJYhykUofgEMRAzt/B4AvrJYhykUofgEMRAzt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b500/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/host/peerstore/metrics.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/host/peerstore/peerstore.go
2025-08-20T21:26:18.9857335Z [00:02:33.108]➜  go tool buildid -w $WORK/b494/_pkg_.a # internal
2025-08-20T21:26:18.9890518Z [00:02:33.110]➜  cp $WORK/b494/_pkg_.a /root/.cache/go-build/bf/bf6d13de84902bc6093f93b0cc692d22a0ea44a6d24c51ebb2850f02cabc9b40-d # internal
2025-08-20T21:26:18.9903264Z [00:02:33.113]➜  github.com/libp2p/go-libp2p-kad-dht/internal/net
2025-08-20T21:26:18.9903973Z [00:02:33.113]➜  mkdir -p $WORK/b493/
2025-08-20T21:26:18.9909656Z [00:02:33.113]➜  cat >/tmp/go-build548448651/b493/importcfg << 'EOF' # internal
2025-08-20T21:26:18.9910408Z [00:02:33.113]➜  # import config
2025-08-20T21:26:18.9911109Z [00:02:33.113]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:18.9911949Z [00:02:33.113]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:18.9912784Z [00:02:33.113]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:18.9913749Z [00:02:33.113]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:18.9914938Z [00:02:33.114]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/internal=/tmp/go-build548448651/b491/_pkg_.a
2025-08-20T21:26:18.9930209Z [00:02:33.114]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/internal/metrics=/tmp/go-build548448651/b494/_pkg_.a
2025-08-20T21:26:18.9932804Z [00:02:33.114]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/pb=/tmp/go-build548448651/b495/_pkg_.a
2025-08-20T21:26:18.9934148Z [00:02:33.114]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build548448651/b423/_pkg_.a
2025-08-20T21:26:18.9935377Z [00:02:33.114]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build548448651/b417/_pkg_.a
2025-08-20T21:26:18.9936601Z [00:02:33.114]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:18.9937835Z [00:02:33.114]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build548448651/b419/_pkg_.a
2025-08-20T21:26:18.9939198Z [00:02:33.114]➜  packagefile github.com/libp2p/go-msgio=/tmp/go-build548448651/b421/_pkg_.a
2025-08-20T21:26:18.9940298Z [00:02:33.114]➜  packagefile github.com/libp2p/go-msgio/pbio=/tmp/go-build548448651/b496/_pkg_.a
2025-08-20T21:26:18.9941430Z [00:02:33.114]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build548448651/b300/_pkg_.a
2025-08-20T21:26:18.9942353Z [00:02:33.114]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:18.9943119Z [00:02:33.114]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:18.9943865Z [00:02:33.114]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:18.9944448Z [00:02:33.114]➜  EOF
2025-08-20T21:26:18.9948376Z [00:02:33.114]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b493/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.34.0/internal/net=>github.com/libp2p/go-libp2p-kad-dht@v0.34.0/internal/net;$WORK/b493=>" -p github.com/libp2p/go-libp2p-kad-dht/internal/net -lang=go1.23 -complete -installsuffix shared -buildid OmBA-CwXeyQ-YDst4VAO/OmBA-CwXeyQ-YDst4VAO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b493/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.34.0/internal/net/message_manager.go
2025-08-20T21:26:19.0168910Z [00:02:33.139]➜  go tool buildid -w $WORK/b500/_pkg_.a # internal
2025-08-20T21:26:19.0177491Z [00:02:33.140]➜  cp $WORK/b500/_pkg_.a /root/.cache/go-build/41/4136100164d2368f9b5255f07db7785340b4765a1f8d9245bec45822ffcea28f-d # internal
2025-08-20T21:26:19.0216264Z [00:02:33.144]➜  github.com/libp2p/go-libp2p-kad-dht/records
2025-08-20T21:26:19.0217065Z [00:02:33.144]➜  mkdir -p $WORK/b497/
2025-08-20T21:26:19.0225374Z [00:02:33.145]➜  cat >/tmp/go-build548448651/b497/importcfg << 'EOF' # internal
2025-08-20T21:26:19.0227538Z [00:02:33.145]➜  # import config
2025-08-20T21:26:19.0228277Z [00:02:33.145]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:19.0229406Z [00:02:33.145]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:19.0230325Z [00:02:33.145]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:19.0231156Z [00:02:33.145]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:19.0232229Z [00:02:33.145]➜  packagefile github.com/hashicorp/golang-lru/simplelru=/tmp/go-build548448651/b498/_pkg_.a
2025-08-20T21:26:19.0233442Z [00:02:33.145]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build548448651/b255/_pkg_.a
2025-08-20T21:26:19.0234702Z [00:02:33.145]➜  packagefile github.com/ipfs/go-datastore/autobatch=/tmp/go-build548448651/b499/_pkg_.a
2025-08-20T21:26:19.0236180Z [00:02:33.145]➜  packagefile github.com/ipfs/go-datastore/query=/tmp/go-build548448651/b257/_pkg_.a
2025-08-20T21:26:19.0237861Z [00:02:33.145]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:19.0239485Z [00:02:33.145]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/amino=/tmp/go-build548448651/b490/_pkg_.a
2025-08-20T21:26:19.0241263Z [00:02:33.145]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/internal=/tmp/go-build548448651/b491/_pkg_.a
2025-08-20T21:26:19.0242776Z [00:02:33.145]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:19.0244349Z [00:02:33.145]➜  packagefile github.com/libp2p/go-libp2p/core/peerstore=/tmp/go-build548448651/b418/_pkg_.a
2025-08-20T21:26:19.0246196Z [00:02:33.145]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/peerstore=/tmp/go-build548448651/b500/_pkg_.a
2025-08-20T21:26:19.0247890Z [00:02:33.145]➜  packagefile github.com/multiformats/go-base32=/tmp/go-build548448651/b233/_pkg_.a
2025-08-20T21:26:19.0249419Z [00:02:33.145]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:19.0250620Z [00:02:33.145]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:19.0251896Z [00:02:33.145]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:19.0253657Z [00:02:33.145]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:19.0254301Z [00:02:33.145]➜  EOF
2025-08-20T21:26:19.0259095Z [00:02:33.145]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b497/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.34.0/records=>github.com/libp2p/go-libp2p-kad-dht@v0.34.0/records;$WORK/b497=>" -p github.com/libp2p/go-libp2p-kad-dht/records -lang=go1.23 -complete -installsuffix shared -buildid BGdib-t5OpTiLRBAe9Ma/BGdib-t5OpTiLRBAe9Ma -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b497/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.34.0/records/provider_set.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.34.0/records/providers_manager.go
2025-08-20T21:26:19.0889861Z [00:02:33.211]➜  go tool buildid -w $WORK/b469/_pkg_.a # internal
2025-08-20T21:26:19.0924640Z [00:02:33.215]➜  cp $WORK/b469/_pkg_.a /root/.cache/go-build/9c/9c1751b0a752208bdccd74c474e7ae3ef2f7cf56a809f6e95a2b0d1f8e98760f-d # internal
2025-08-20T21:26:19.0928089Z [00:02:33.215]➜  github.com/libp2p/go-cidranger/net
2025-08-20T21:26:19.0933333Z [00:02:33.216]➜  mkdir -p $WORK/b503/
2025-08-20T21:26:19.0941362Z [00:02:33.216]➜  cat >/tmp/go-build548448651/b503/importcfg << 'EOF' # internal
2025-08-20T21:26:19.0945691Z [00:02:33.216]➜  # import config
2025-08-20T21:26:19.0946501Z [00:02:33.216]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:19.0947426Z [00:02:33.216]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:19.0948307Z [00:02:33.217]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:19.0949344Z [00:02:33.217]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:19.0950297Z [00:02:33.217]➜  EOF
2025-08-20T21:26:19.0953903Z [00:02:33.217]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b503/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-cidranger@v1.1.0/net=>github.com/libp2p/go-cidranger@v1.1.0/net;$WORK/b503=>" -p github.com/libp2p/go-cidranger/net -lang=go1.14 -complete -installsuffix shared -buildid sTq68kTs-58EVRNlj43T/sTq68kTs-58EVRNlj43T -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b503/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-cidranger@v1.1.0/net/ip.go
2025-08-20T21:26:19.1372710Z [00:02:33.259]➜  go tool buildid -w $WORK/b503/_pkg_.a # internal
2025-08-20T21:26:19.1387952Z [00:02:33.261]➜  cp $WORK/b503/_pkg_.a /root/.cache/go-build/ad/ad3ce63632b9774ee637df0dd8a9bcd1241bfdbad12405370e99acb117993c43-d # internal
2025-08-20T21:26:19.1394321Z [00:02:33.262]➜  github.com/libp2p/go-cidranger
2025-08-20T21:26:19.1399336Z [00:02:33.262]➜  mkdir -p $WORK/b502/
2025-08-20T21:26:19.1408110Z [00:02:33.263]➜  cat >/tmp/go-build548448651/b502/importcfg << 'EOF' # internal
2025-08-20T21:26:19.1415806Z [00:02:33.263]➜  # import config
2025-08-20T21:26:19.1416496Z [00:02:33.263]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:19.1417577Z [00:02:33.263]➜  packagefile github.com/libp2p/go-cidranger/net=/tmp/go-build548448651/b503/_pkg_.a
2025-08-20T21:26:19.1419246Z [00:02:33.263]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:19.1420113Z [00:02:33.263]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:19.1420736Z [00:02:33.263]➜  EOF
2025-08-20T21:26:19.1430354Z [00:02:33.265]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b502/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-cidranger@v1.1.0=>github.com/libp2p/go-cidranger@v1.1.0;$WORK/b502=>" -p github.com/libp2p/go-cidranger -lang=go1.14 -complete -installsuffix shared -buildid CnOrNhKz5MZolRe-9yVL/CnOrNhKz5MZolRe-9yVL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b502/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-cidranger@v1.1.0/brute.go /root/go/pkg/mod/github.com/libp2p/go-cidranger@v1.1.0/cidranger.go /root/go/pkg/mod/github.com/libp2p/go-cidranger@v1.1.0/trie.go /root/go/pkg/mod/github.com/libp2p/go-cidranger@v1.1.0/version.go
2025-08-20T21:26:19.1440664Z [00:02:33.266]➜  go tool buildid -w $WORK/b497/_pkg_.a # internal
2025-08-20T21:26:19.1461953Z [00:02:33.268]➜  cp $WORK/b497/_pkg_.a /root/.cache/go-build/c1/c19c9354dbd0d4ab5ea132b95c03ffad827dbc0c9d4376b287f5f16269e137fe-d # internal
2025-08-20T21:26:19.1494955Z [00:02:33.272]➜  github.com/libp2p/go-libp2p-asn-util
2025-08-20T21:26:19.1497812Z [00:02:33.272]➜  mkdir -p $WORK/b504/
2025-08-20T21:26:19.1503730Z [00:02:33.273]➜  cat >/tmp/go-build548448651/b504/importcfg << 'EOF' # internal
2025-08-20T21:26:19.1521202Z [00:02:33.273]➜  # import config
2025-08-20T21:26:19.1521923Z [00:02:33.273]➜  packagefile embed=/tmp/go-build548448651/b292/_pkg_.a
2025-08-20T21:26:19.1522830Z [00:02:33.273]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:19.1523726Z [00:02:33.273]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:19.1524523Z [00:02:33.273]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:19.1525282Z [00:02:33.273]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:19.1526052Z [00:02:33.273]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:19.1526642Z [00:02:33.273]➜  EOF
2025-08-20T21:26:19.1527265Z [00:02:33.273]➜  cat >/tmp/go-build548448651/b504/embedcfg << 'EOF' # internal
2025-08-20T21:26:19.1528067Z [00:02:33.273]➜  {
2025-08-20T21:26:19.1528475Z [00:02:33.273]➜  	"Patterns": {
2025-08-20T21:26:19.1529180Z [00:02:33.273]➜  		"sorted-network-list.bin": [
2025-08-20T21:26:19.1529824Z [00:02:33.273]➜  			"sorted-network-list.bin"
2025-08-20T21:26:19.1530343Z [00:02:33.273]➜  		]
2025-08-20T21:26:19.1530738Z [00:02:33.273]➜  	},
2025-08-20T21:26:19.1531141Z [00:02:33.273]➜  	"Files": {
2025-08-20T21:26:19.1532560Z [00:02:33.273]➜  		"sorted-network-list.bin": "/root/go/pkg/mod/github.com/libp2p/go-libp2p-asn-util@v0.4.1/sorted-network-list.bin"
2025-08-20T21:26:19.1533562Z [00:02:33.273]➜  	}
2025-08-20T21:26:19.1533960Z [00:02:33.273]➜  }EOF
2025-08-20T21:26:19.1539199Z [00:02:33.273]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b504/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p-asn-util@v0.4.1=>github.com/libp2p/go-libp2p-asn-util@v0.4.1;$WORK/b504=>" -p github.com/libp2p/go-libp2p-asn-util -lang=go1.19 -complete -installsuffix shared -buildid qcoqcSuL7DJPPkq-8_Pv/qcoqcSuL7DJPPkq-8_Pv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b504/importcfg -embedcfg $WORK/b504/embedcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p-asn-util@v0.4.1/asn.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-asn-util@v0.4.1/doc.go
2025-08-20T21:26:19.1760463Z [00:02:33.298]➜  go tool buildid -w $WORK/b504/_pkg_.a # internal
2025-08-20T21:26:19.1825208Z [00:02:33.304]➜  cp $WORK/b504/_pkg_.a /root/.cache/go-build/28/2896013b8e0395859f6bee4e79d0777dff9a8720c13daa71bb65e761dbcb3e11-d # internal
2025-08-20T21:26:19.1826394Z [00:02:33.305]➜  io/ioutil
2025-08-20T21:26:19.1836292Z [00:02:33.305]➜  mkdir -p $WORK/b509/
2025-08-20T21:26:19.1837085Z [00:02:33.305]➜  cat >/tmp/go-build548448651/b509/importcfg << 'EOF' # internal
2025-08-20T21:26:19.1837805Z [00:02:33.305]➜  # import config
2025-08-20T21:26:19.1838474Z [00:02:33.305]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:19.1839523Z [00:02:33.305]➜  packagefile io/fs=/tmp/go-build548448651/b062/_pkg_.a
2025-08-20T21:26:19.1840339Z [00:02:33.305]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:19.1841166Z [00:02:33.305]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:19.1842347Z [00:02:33.305]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:19.1843046Z [00:02:33.305]➜  EOF
2025-08-20T21:26:19.1858797Z [00:02:33.306]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b509/_pkg_.a -trimpath "/root/.go/src/io/ioutil=>io/ioutil;$WORK/b509=>" -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/b509/importcfg -pack /root/.go/src/io/ioutil/ioutil.go /root/.go/src/io/ioutil/tempfile.go
2025-08-20T21:26:19.2089030Z [00:02:33.331]➜  go tool buildid -w $WORK/b493/_pkg_.a # internal
2025-08-20T21:26:19.2112948Z [00:02:33.333]➜  cp $WORK/b493/_pkg_.a /root/.cache/go-build/05/0579d89160598772947632844e379c9ce16a62b1f0dd0846fb50cf801f95ab9e-d # internal
2025-08-20T21:26:19.2114259Z [00:02:33.333]➜  github.com/whyrusleeping/go-keyspace
2025-08-20T21:26:19.2114863Z [00:02:33.333]➜  mkdir -p $WORK/b510/
2025-08-20T21:26:19.2115639Z [00:02:33.334]➜  cat >/tmp/go-build548448651/b510/importcfg << 'EOF' # internal
2025-08-20T21:26:19.2116334Z [00:02:33.334]➜  # import config
2025-08-20T21:26:19.2116990Z [00:02:33.334]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:19.2117867Z [00:02:33.334]➜  packagefile crypto/sha256=/tmp/go-build548448651/b151/_pkg_.a
2025-08-20T21:26:19.2118944Z [00:02:33.334]➜  packagefile math/big=/tmp/go-build548448651/b108/_pkg_.a
2025-08-20T21:26:19.2119778Z [00:02:33.334]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:19.2120373Z [00:02:33.334]➜  EOF
2025-08-20T21:26:19.2288473Z [00:02:33.351]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b510/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/whyrusleeping/go-keyspace@v0.0.0-20160322163242-5b898ac5add1=>github.com/whyrusleeping/go-keyspace@v0.0.0-20160322163242-5b898ac5add1;$WORK/b510=>" -p github.com/whyrusleeping/go-keyspace -lang=go1.16 -complete -installsuffix shared -buildid zmDNgOCqpsbjEL8wMsHQ/zmDNgOCqpsbjEL8wMsHQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b510/importcfg -pack /root/go/pkg/mod/github.com/whyrusleeping/go-keyspace@v0.0.0-20160322163242-5b898ac5add1/keyspace.go /root/go/pkg/mod/github.com/whyrusleeping/go-keyspace@v0.0.0-20160322163242-5b898ac5add1/xor.go
2025-08-20T21:26:19.2583095Z [00:02:33.381]➜  go tool buildid -w $WORK/b509/_pkg_.a # internal
2025-08-20T21:26:19.2602519Z [00:02:33.382]➜  cp $WORK/b509/_pkg_.a /root/.cache/go-build/67/6749c0b4b78d93b05703b24710c1b0415fc3b81371a12ff8ec6839535d279df0-d # internal
2025-08-20T21:26:19.2612609Z [00:02:33.384]➜  github.com/minio/sha256-simd
2025-08-20T21:26:19.2615164Z [00:02:33.384]➜  mkdir -p $WORK/b508/
2025-08-20T21:26:19.2624514Z [00:02:33.385]➜  echo -n > $WORK/b508/go_asm.h # internal
2025-08-20T21:26:19.2630560Z [00:02:33.385]➜  cd /root/go/pkg/mod/github.com/minio/sha256-simd@v1.0.1
2025-08-20T21:26:19.2638870Z [00:02:33.386]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/minio/sha256-simd -trimpath "/root/go/pkg/mod/github.com/minio/sha256-simd@v1.0.1=>github.com/minio/sha256-simd@v1.0.1;$WORK/b508=>" -I $WORK/b508/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b508/symabis ./sha256blockAvx512_amd64.s ./sha256block_amd64.s
2025-08-20T21:26:19.2901065Z [00:02:33.412]➜  cat >/tmp/go-build548448651/b508/importcfg << 'EOF' # internal
2025-08-20T21:26:19.2903898Z [00:02:33.413]➜  # import config
2025-08-20T21:26:19.2908698Z [00:02:33.413]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:19.2913520Z [00:02:33.413]➜  packagefile crypto/sha256=/tmp/go-build548448651/b151/_pkg_.a
2025-08-20T21:26:19.2914494Z [00:02:33.414]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:19.2915373Z [00:02:33.414]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:19.2916370Z [00:02:33.414]➜  packagefile github.com/klauspost/cpuid/v2=/tmp/go-build548448651/b246/_pkg_.a
2025-08-20T21:26:19.2917645Z [00:02:33.414]➜  packagefile hash=/tmp/go-build548448651/b080/_pkg_.a
2025-08-20T21:26:19.2918700Z [00:02:33.414]➜  packagefile io/ioutil=/tmp/go-build548448651/b509/_pkg_.a
2025-08-20T21:26:19.2919563Z [00:02:33.414]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:19.2920406Z [00:02:33.414]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:19.2921241Z [00:02:33.414]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:19.2922071Z [00:02:33.414]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:19.2922691Z [00:02:33.414]➜  EOF
2025-08-20T21:26:19.2923225Z [00:02:33.414]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:19.2941694Z [00:02:33.414]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b508/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/minio/sha256-simd@v1.0.1=>github.com/minio/sha256-simd@v1.0.1;$WORK/b508=>" -p github.com/minio/sha256-simd -lang=go1.17 -installsuffix shared -buildid PZmJ-_-CYEDLueopxEpE/PZmJ-_-CYEDLueopxEpE -goversion go1.25.0 -symabis $WORK/b508/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b508/importcfg -pack -asmhdr $WORK/b508/go_asm.h /root/go/pkg/mod/github.com/minio/sha256-simd@v1.0.1/cpuid_other.go /root/go/pkg/mod/github.com/minio/sha256-simd@v1.0.1/sha256.go /root/go/pkg/mod/github.com/minio/sha256-simd@v1.0.1/sha256blockAvx512_amd64.go /root/go/pkg/mod/github.com/minio/sha256-simd@v1.0.1/sha256block_amd64.go
2025-08-20T21:26:19.3282552Z [00:02:33.450]➜  go tool buildid -w $WORK/b510/_pkg_.a # internal
2025-08-20T21:26:19.3305516Z [00:02:33.451]➜  cp $WORK/b510/_pkg_.a /root/.cache/go-build/64/649a524df719c78d8b987f8fdf0d72efd77998ab597bf78349e2619133691541-d # internal
2025-08-20T21:26:19.3306818Z [00:02:33.452]➜  github.com/libp2p/go-libp2p-kad-dht/qpeerset
2025-08-20T21:26:19.3307424Z [00:02:33.452]➜  mkdir -p $WORK/b511/
2025-08-20T21:26:19.3308140Z [00:02:33.452]➜  cat >/tmp/go-build548448651/b511/importcfg << 'EOF' # internal
2025-08-20T21:26:19.3316522Z [00:02:33.452]➜  # import config
2025-08-20T21:26:19.3317440Z [00:02:33.452]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:19.3318841Z [00:02:33.452]➜  packagefile github.com/whyrusleeping/go-keyspace=/tmp/go-build548448651/b510/_pkg_.a
2025-08-20T21:26:19.3320208Z [00:02:33.452]➜  packagefile math/big=/tmp/go-build548448651/b108/_pkg_.a
2025-08-20T21:26:19.3321000Z [00:02:33.452]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:19.3321568Z [00:02:33.452]➜  EOF
2025-08-20T21:26:19.3325351Z [00:02:33.452]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b511/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.34.0/qpeerset=>github.com/libp2p/go-libp2p-kad-dht@v0.34.0/qpeerset;$WORK/b511=>" -p github.com/libp2p/go-libp2p-kad-dht/qpeerset -lang=go1.23 -complete -installsuffix shared -buildid dXi9hl9QCkX-9xzSN8HV/dXi9hl9QCkX-9xzSN8HV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b511/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.34.0/qpeerset/qpeerset.go
2025-08-20T21:26:19.3360340Z [00:02:33.458]➜  go tool buildid -w $WORK/b502/_pkg_.a # internal
2025-08-20T21:26:19.3396005Z [00:02:33.462]➜  cp $WORK/b502/_pkg_.a /root/.cache/go-build/33/33fd92f2e15ada333fad709ebcef3837fa9531a9d57d702f49b45ccb9a9ceebd-d # internal
2025-08-20T21:26:19.3398739Z [00:02:33.462]➜  github.com/libp2p/go-libp2p-kbucket/peerdiversity
2025-08-20T21:26:19.3401461Z [00:02:33.463]➜  mkdir -p $WORK/b501/
2025-08-20T21:26:19.3409061Z [00:02:33.463]➜  cat >/tmp/go-build548448651/b501/importcfg << 'EOF' # internal
2025-08-20T21:26:19.3409908Z [00:02:33.463]➜  # import config
2025-08-20T21:26:19.3410696Z [00:02:33.463]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:19.3411537Z [00:02:33.463]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:19.3412626Z [00:02:33.463]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:19.3414177Z [00:02:33.463]➜  packagefile github.com/libp2p/go-cidranger=/tmp/go-build548448651/b502/_pkg_.a
2025-08-20T21:26:19.3415525Z [00:02:33.463]➜  packagefile github.com/libp2p/go-libp2p-asn-util=/tmp/go-build548448651/b504/_pkg_.a
2025-08-20T21:26:19.3416965Z [00:02:33.463]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:19.3418288Z [00:02:33.463]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:19.3419899Z [00:02:33.463]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build548448651/b430/_pkg_.a
2025-08-20T21:26:19.3421017Z [00:02:33.463]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:19.3421946Z [00:02:33.463]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:19.3422728Z [00:02:33.463]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:19.3423621Z [00:02:33.463]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:19.3424373Z [00:02:33.463]➜  EOF
2025-08-20T21:26:19.3428639Z [00:02:33.464]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b501/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p-kbucket@v0.7.0/peerdiversity=>github.com/libp2p/go-libp2p-kbucket@v0.7.0/peerdiversity;$WORK/b501=>" -p github.com/libp2p/go-libp2p-kbucket/peerdiversity -lang=go1.23 -complete -installsuffix shared -buildid HVAOlCcI8MU_vYoRJIyw/HVAOlCcI8MU_vYoRJIyw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b501/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p-kbucket@v0.7.0/peerdiversity/filter.go
2025-08-20T21:26:19.3752861Z [00:02:33.497]➜  go tool buildid -w $WORK/b511/_pkg_.a # internal
2025-08-20T21:26:19.3769061Z [00:02:33.499]➜  cp $WORK/b511/_pkg_.a /root/.cache/go-build/44/44355cd424308774a95e17e86b0f481e5a8e376ac114c4253b33a025337d1a5d-d # internal
2025-08-20T21:26:19.3829671Z [00:02:33.505]➜  github.com/libp2p/go-libp2p/p2p/host/eventbus
2025-08-20T21:26:19.3836028Z [00:02:33.506]➜  mkdir -p $WORK/b513/
2025-08-20T21:26:19.3844296Z [00:02:33.507]➜  cat >/tmp/go-build548448651/b513/importcfg << 'EOF' # internal
2025-08-20T21:26:19.3851517Z [00:02:33.507]➜  # import config
2025-08-20T21:26:19.3889811Z [00:02:33.507]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:19.3890879Z [00:02:33.507]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:19.3891864Z [00:02:33.507]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:19.3893041Z [00:02:33.507]➜  packagefile github.com/libp2p/go-libp2p/core/event=/tmp/go-build548448651/b426/_pkg_.a
2025-08-20T21:26:19.3894374Z [00:02:33.507]➜  packagefile github.com/libp2p/go-libp2p/p2p/metricshelper=/tmp/go-build548448651/b447/_pkg_.a
2025-08-20T21:26:19.3895770Z [00:02:33.507]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build548448651/b387/_pkg_.a
2025-08-20T21:26:19.3896929Z [00:02:33.507]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:19.3897803Z [00:02:33.507]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:19.3899373Z [00:02:33.507]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:19.3900438Z [00:02:33.507]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:19.3901257Z [00:02:33.507]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:19.3902094Z [00:02:33.507]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:19.3902685Z [00:02:33.507]➜  EOF
2025-08-20T21:26:19.3908068Z [00:02:33.508]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b513/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/host/eventbus=>github.com/libp2p/go-libp2p@v0.43.0/p2p/host/eventbus;$WORK/b513=>" -p github.com/libp2p/go-libp2p/p2p/host/eventbus -lang=go1.23 -complete -installsuffix shared -buildid RwwR8HN0PDueb3KXmcFG/RwwR8HN0PDueb3KXmcFG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b513/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/host/eventbus/basic.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/host/eventbus/basic_metrics.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/host/eventbus/opts.go
2025-08-20T21:26:19.4820068Z [00:02:33.604]➜  cd /root/go/pkg/mod/github.com/minio/sha256-simd@v1.0.1
2025-08-20T21:26:19.4830817Z [00:02:33.605]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/minio/sha256-simd -trimpath "/root/go/pkg/mod/github.com/minio/sha256-simd@v1.0.1=>github.com/minio/sha256-simd@v1.0.1;$WORK/b508=>" -I $WORK/b508/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b508/sha256blockAvx512_amd64.o ./sha256blockAvx512_amd64.s
2025-08-20T21:26:19.4856339Z [00:02:33.608]➜  go tool buildid -w $WORK/b501/_pkg_.a # internal
2025-08-20T21:26:19.4894568Z [00:02:33.612]➜  cp $WORK/b501/_pkg_.a /root/.cache/go-build/0d/0d963b9fc95eb231997c516b156c73d3eced88dad1b45e401ec65d71c915b842-d # internal
2025-08-20T21:26:19.4982289Z [00:02:33.621]➜  github.com/libp2p/go-libp2p-kad-dht/internal/config
2025-08-20T21:26:19.4987399Z [00:02:33.621]➜  mkdir -p $WORK/b492/
2025-08-20T21:26:19.4989092Z [00:02:33.621]➜  cat >/tmp/go-build548448651/b492/importcfg << 'EOF' # internal
2025-08-20T21:26:19.4990220Z [00:02:33.621]➜  # import config
2025-08-20T21:26:19.5010393Z [00:02:33.621]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:19.5011651Z [00:02:33.621]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:19.5012655Z [00:02:33.621]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:19.5014889Z [00:02:33.621]➜  packagefile github.com/ipfs/boxo/ipns=/tmp/go-build548448651/b483/_pkg_.a
2025-08-20T21:26:19.5016005Z [00:02:33.621]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build548448651/b255/_pkg_.a
2025-08-20T21:26:19.5017173Z [00:02:33.621]➜  packagefile github.com/ipfs/go-datastore/sync=/tmp/go-build548448651/b487/_pkg_.a
2025-08-20T21:26:19.5018387Z [00:02:33.621]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/amino=/tmp/go-build548448651/b490/_pkg_.a
2025-08-20T21:26:19.5019914Z [00:02:33.621]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/internal/net=/tmp/go-build548448651/b493/_pkg_.a
2025-08-20T21:26:19.5021546Z [00:02:33.621]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/pb=/tmp/go-build548448651/b495/_pkg_.a
2025-08-20T21:26:19.5022811Z [00:02:33.621]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/records=/tmp/go-build548448651/b497/_pkg_.a
2025-08-20T21:26:19.5024173Z [00:02:33.621]➜  packagefile github.com/libp2p/go-libp2p-kbucket/peerdiversity=/tmp/go-build548448651/b501/_pkg_.a
2025-08-20T21:26:19.5025487Z [00:02:33.621]➜  packagefile github.com/libp2p/go-libp2p-record=/tmp/go-build548448651/b279/_pkg_.a
2025-08-20T21:26:19.5026674Z [00:02:33.621]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build548448651/b423/_pkg_.a
2025-08-20T21:26:19.5027935Z [00:02:33.621]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build548448651/b417/_pkg_.a
2025-08-20T21:26:19.5029360Z [00:02:33.621]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:19.5030619Z [00:02:33.621]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build548448651/b419/_pkg_.a
2025-08-20T21:26:19.5031882Z [00:02:33.621]➜  packagefile github.com/libp2p/go-libp2p/core/routing=/tmp/go-build548448651/b329/_pkg_.a
2025-08-20T21:26:19.5033109Z [00:02:33.621]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:19.5034097Z [00:02:33.621]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:19.5034703Z [00:02:33.621]➜  EOF
2025-08-20T21:26:19.5035224Z [00:02:33.621]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:19.5053488Z [00:02:33.621]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b492/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.34.0/internal/config=>github.com/libp2p/go-libp2p-kad-dht@v0.34.0/internal/config;$WORK/b492=>" -p github.com/libp2p/go-libp2p-kad-dht/internal/config -lang=go1.23 -complete -installsuffix shared -buildid C1MkQ2QNnrBPBGGEti8p/C1MkQ2QNnrBPBGGEti8p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b492/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.34.0/internal/config/config.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.34.0/internal/config/quorum.go
2025-08-20T21:26:19.5270257Z [00:02:33.649]➜  cd /root/go/pkg/mod/github.com/minio/sha256-simd@v1.0.1
2025-08-20T21:26:19.5275211Z [00:02:33.649]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/minio/sha256-simd -trimpath "/root/go/pkg/mod/github.com/minio/sha256-simd@v1.0.1=>github.com/minio/sha256-simd@v1.0.1;$WORK/b508=>" -I $WORK/b508/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b508/sha256block_amd64.o ./sha256block_amd64.s
2025-08-20T21:26:19.5444857Z [00:02:33.667]➜  go tool pack r $WORK/b508/_pkg_.a $WORK/b508/sha256blockAvx512_amd64.o $WORK/b508/sha256block_amd64.o # internal
2025-08-20T21:26:19.5449856Z [00:02:33.667]➜  go tool buildid -w $WORK/b508/_pkg_.a # internal
2025-08-20T21:26:19.5459682Z [00:02:33.668]➜  cp $WORK/b508/_pkg_.a /root/.cache/go-build/2f/2fa0ec9ad48633f2cfcb9f42b206c403bf4fc1b570ebb6c3ce0996d3e9c585e0-d # internal
2025-08-20T21:26:19.5460974Z [00:02:33.668]➜  github.com/libp2p/go-libp2p-kbucket/keyspace
2025-08-20T21:26:19.5461600Z [00:02:33.668]➜  mkdir -p $WORK/b507/
2025-08-20T21:26:19.5490350Z [00:02:33.671]➜  cat >/tmp/go-build548448651/b507/importcfg << 'EOF' # internal
2025-08-20T21:26:19.5491084Z [00:02:33.671]➜  # import config
2025-08-20T21:26:19.5491749Z [00:02:33.671]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:19.5497251Z [00:02:33.671]➜  packagefile github.com/ipfs/boxo/util=/tmp/go-build548448651/b259/_pkg_.a
2025-08-20T21:26:19.5499861Z [00:02:33.671]➜  packagefile github.com/minio/sha256-simd=/tmp/go-build548448651/b508/_pkg_.a
2025-08-20T21:26:19.5501274Z [00:02:33.671]➜  packagefile math/big=/tmp/go-build548448651/b108/_pkg_.a
2025-08-20T21:26:19.5502436Z [00:02:33.671]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:19.5507640Z [00:02:33.671]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:19.5508420Z [00:02:33.671]➜  EOF
2025-08-20T21:26:19.5511435Z [00:02:33.671]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:19.5516067Z [00:02:33.671]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b507/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p-kbucket@v0.7.0/keyspace=>github.com/libp2p/go-libp2p-kbucket@v0.7.0/keyspace;$WORK/b507=>" -p github.com/libp2p/go-libp2p-kbucket/keyspace -lang=go1.23 -complete -installsuffix shared -buildid eewyV0c6YURY5ff9Mjtl/eewyV0c6YURY5ff9Mjtl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b507/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p-kbucket@v0.7.0/keyspace/keyspace.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-kbucket@v0.7.0/keyspace/xor.go
2025-08-20T21:26:19.6079383Z [00:02:33.730]➜  go tool buildid -w $WORK/b492/_pkg_.a # internal
2025-08-20T21:26:19.6093042Z [00:02:33.732]➜  cp $WORK/b492/_pkg_.a /root/.cache/go-build/36/36f66d4ff52d7f969700fb73df2d0a0a2d12bef803d1e3c66b55e29e1f99c4f4-d # internal
2025-08-20T21:26:19.6099503Z [00:02:33.732]➜  github.com/libp2p/go-netroute
2025-08-20T21:26:19.6103248Z [00:02:33.732]➜  mkdir -p $WORK/b514/
2025-08-20T21:26:19.6104008Z [00:02:33.733]➜  cat >/tmp/go-build548448651/b514/importcfg << 'EOF' # internal
2025-08-20T21:26:19.6104681Z [00:02:33.733]➜  # import config
2025-08-20T21:26:19.6107269Z [00:02:33.733]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:19.6108099Z [00:02:33.733]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:19.6110146Z [00:02:33.733]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:19.6111416Z [00:02:33.733]➜  packagefile github.com/google/gopacket/routing=/tmp/go-build548448651/b489/_pkg_.a
2025-08-20T21:26:19.6112322Z [00:02:33.733]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:19.6113043Z [00:02:33.733]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:19.6113753Z [00:02:33.733]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:19.6114473Z [00:02:33.733]➜  packagefile syscall=/tmp/go-build548448651/b047/_pkg_.a
2025-08-20T21:26:19.6115048Z [00:02:33.733]➜  EOF
2025-08-20T21:26:19.6118783Z [00:02:33.733]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b514/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-netroute@v0.2.2=>github.com/libp2p/go-netroute@v0.2.2;$WORK/b514=>" -p github.com/libp2p/go-netroute -lang=go1.22 -complete -installsuffix shared -buildid vEwhNN30guSuoNuTwIIK/vEwhNN30guSuoNuTwIIK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b514/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-netroute@v0.2.2/common.go /root/go/pkg/mod/github.com/libp2p/go-netroute@v0.2.2/netroute_linux.go
2025-08-20T21:26:19.6151792Z [00:02:33.736]➜  go tool buildid -w $WORK/b507/_pkg_.a # internal
2025-08-20T21:26:19.6157370Z [00:02:33.738]➜  cp $WORK/b507/_pkg_.a /root/.cache/go-build/b0/b039d5a48376d9dd93e5aeb4925cccdee7fbcb369aa34f82d68fb1792db63eb5-d # internal
2025-08-20T21:26:19.6158873Z [00:02:33.738]➜  github.com/libp2p/go-libp2p-kbucket
2025-08-20T21:26:19.6159469Z [00:02:33.738]➜  mkdir -p $WORK/b506/
2025-08-20T21:26:19.6160165Z [00:02:33.738]➜  cat >/tmp/go-build548448651/b506/importcfg << 'EOF' # internal
2025-08-20T21:26:19.6160850Z [00:02:33.738]➜  # import config
2025-08-20T21:26:19.6161569Z [00:02:33.738]➜  packagefile container/list=/tmp/go-build548448651/b081/_pkg_.a
2025-08-20T21:26:19.6162430Z [00:02:33.738]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:19.6163290Z [00:02:33.738]➜  packagefile crypto/rand=/tmp/go-build548448651/b082/_pkg_.a
2025-08-20T21:26:19.6164259Z [00:02:33.738]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:19.6165174Z [00:02:33.738]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:19.6165996Z [00:02:33.738]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:19.6167297Z [00:02:33.738]➜  packagefile github.com/ipfs/boxo/util=/tmp/go-build548448651/b259/_pkg_.a
2025-08-20T21:26:19.6168437Z [00:02:33.738]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:19.6169788Z [00:02:33.738]➜  packagefile github.com/libp2p/go-libp2p-kbucket/keyspace=/tmp/go-build548448651/b507/_pkg_.a
2025-08-20T21:26:19.6171131Z [00:02:33.738]➜  packagefile github.com/libp2p/go-libp2p-kbucket/peerdiversity=/tmp/go-build548448651/b501/_pkg_.a
2025-08-20T21:26:19.6172504Z [00:02:33.738]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:19.6173749Z [00:02:33.738]➜  packagefile github.com/libp2p/go-libp2p/core/peerstore=/tmp/go-build548448651/b418/_pkg_.a
2025-08-20T21:26:19.6174937Z [00:02:33.738]➜  packagefile github.com/minio/sha256-simd=/tmp/go-build548448651/b508/_pkg_.a
2025-08-20T21:26:19.6176102Z [00:02:33.738]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build548448651/b235/_pkg_.a
2025-08-20T21:26:19.6177115Z [00:02:33.738]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:19.6177904Z [00:02:33.738]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:19.6186946Z [00:02:33.738]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:19.6187595Z [00:02:33.738]➜  EOF
2025-08-20T21:26:19.6193969Z [00:02:33.738]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b506/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p-kbucket@v0.7.0=>github.com/libp2p/go-libp2p-kbucket@v0.7.0;$WORK/b506=>" -p github.com/libp2p/go-libp2p-kbucket -lang=go1.23 -complete -installsuffix shared -buildid uyM-RaApIRlHkqbnF5Zs/uyM-RaApIRlHkqbnF5Zs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b506/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p-kbucket@v0.7.0/bucket.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-kbucket@v0.7.0/bucket_prefixmap.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-kbucket@v0.7.0/sorting.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-kbucket@v0.7.0/table.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-kbucket@v0.7.0/table_refresh.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-kbucket@v0.7.0/util.go
2025-08-20T21:26:19.6505752Z [00:02:33.773]➜  go tool buildid -w $WORK/b513/_pkg_.a # internal
2025-08-20T21:26:19.6532561Z [00:02:33.775]➜  cp $WORK/b513/_pkg_.a /root/.cache/go-build/92/92840b387f414b2b43e01b9c768978071e1b9b151b775419669328237db0d4cc-d # internal
2025-08-20T21:26:19.6550199Z [00:02:33.777]➜  internal/sysinfo
2025-08-20T21:26:19.6550769Z [00:02:33.777]➜  mkdir -p $WORK/b521/
2025-08-20T21:26:19.6561763Z [00:02:33.778]➜  cat >/tmp/go-build548448651/b521/importcfg << 'EOF' # internal
2025-08-20T21:26:19.6570638Z [00:02:33.778]➜  # import config
2025-08-20T21:26:19.6571275Z [00:02:33.778]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:19.6572046Z [00:02:33.778]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:19.6572847Z [00:02:33.778]➜  packagefile internal/cpu=/tmp/go-build548448651/b012/_pkg_.a
2025-08-20T21:26:19.6573600Z [00:02:33.778]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:19.6574274Z [00:02:33.778]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:19.6574987Z [00:02:33.778]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:19.6575699Z [00:02:33.778]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:19.6578163Z [00:02:33.778]➜  EOF
2025-08-20T21:26:19.6588906Z [00:02:33.781]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b521/_pkg_.a -trimpath "/root/.go/src/internal/sysinfo=>internal/sysinfo;$WORK/b521=>" -p internal/sysinfo -lang=go1.25 -std -complete -installsuffix shared -buildid 2LlP5eE58_Bepn4XAFpx/2LlP5eE58_Bepn4XAFpx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b521/importcfg -pack /root/.go/src/internal/sysinfo/cpuinfo_linux.go /root/.go/src/internal/sysinfo/sysinfo.go
2025-08-20T21:26:19.7269362Z [00:02:33.849]➜  go tool buildid -w $WORK/b514/_pkg_.a # internal
2025-08-20T21:26:19.7285046Z [00:02:33.851]➜  cp $WORK/b514/_pkg_.a /root/.cache/go-build/0b/0b3c88c7ae9b7683f85ae2b63c1d751a00a4f17c1dbada46317d589439ecf9ec-d # internal
2025-08-20T21:26:19.7295614Z [00:02:33.852]➜  runtime/trace
2025-08-20T21:26:19.7298205Z [00:02:33.852]➜  mkdir -p $WORK/b522/
2025-08-20T21:26:19.7312328Z [00:02:33.854]➜  cat >/tmp/go-build548448651/b522/importcfg << 'EOF' # internal
2025-08-20T21:26:19.7314425Z [00:02:33.854]➜  # import config
2025-08-20T21:26:19.7315762Z [00:02:33.854]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:19.7352402Z [00:02:33.854]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:19.7353218Z [00:02:33.854]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:19.7354054Z [00:02:33.854]➜  packagefile internal/trace/tracev2=/tmp/go-build548448651/b033/_pkg_.a
2025-08-20T21:26:19.7354897Z [00:02:33.854]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:19.7355606Z [00:02:33.854]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:19.7356323Z [00:02:33.854]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:19.7357033Z [00:02:33.854]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:19.7357770Z [00:02:33.854]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:19.7359574Z [00:02:33.854]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:19.7360140Z [00:02:33.854]➜  EOF
2025-08-20T21:26:19.7364612Z [00:02:33.854]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b522/_pkg_.a -trimpath "/root/.go/src/runtime/trace=>runtime/trace;$WORK/b522=>" -p runtime/trace -lang=go1.25 -std -installsuffix shared -buildid YFUbVuUvJjUv56KzlldR/YFUbVuUvJjUv56KzlldR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b522/importcfg -pack /root/.go/src/runtime/trace/annotation.go /root/.go/src/runtime/trace/batch.go /root/.go/src/runtime/trace/encoding.go /root/.go/src/runtime/trace/flightrecorder.go /root/.go/src/runtime/trace/recorder.go /root/.go/src/runtime/trace/subscribe.go /root/.go/src/runtime/trace/trace.go
2025-08-20T21:26:19.7368465Z [00:02:33.854]➜  go tool buildid -w $WORK/b521/_pkg_.a # internal
2025-08-20T21:26:19.7370282Z [00:02:33.855]➜  cp $WORK/b521/_pkg_.a /root/.cache/go-build/2b/2b97ad2c0335aebfdfc2883ac4201c66777086b1833d6143b9608958e204e6bf-d # internal
2025-08-20T21:26:19.7371313Z [00:02:33.855]➜  github.com/whyrusleeping/base32
2025-08-20T21:26:19.7371838Z [00:02:33.855]➜  mkdir -p $WORK/b523/
2025-08-20T21:26:19.7372477Z [00:02:33.857]➜  cat >/tmp/go-build548448651/b523/importcfg << 'EOF' # internal
2025-08-20T21:26:19.7373100Z [00:02:33.857]➜  # import config
2025-08-20T21:26:19.7373664Z [00:02:33.857]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:19.7374369Z [00:02:33.857]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:19.7374946Z [00:02:33.857]➜  EOF
2025-08-20T21:26:19.7378897Z [00:02:33.857]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b523/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/whyrusleeping/base32@v0.0.0-20170828182744-c30ac30633cc=>github.com/whyrusleeping/base32@v0.0.0-20170828182744-c30ac30633cc;$WORK/b523=>" -p github.com/whyrusleeping/base32 -lang=go1.16 -complete -installsuffix shared -buildid OxPM51GIKXyNNg8khU-4/OxPM51GIKXyNNg8khU-4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b523/importcfg -pack /root/go/pkg/mod/github.com/whyrusleeping/base32@v0.0.0-20170828182744-c30ac30633cc/base32.go
2025-08-20T21:26:19.8212155Z [00:02:33.941]➜  go tool buildid -w $WORK/b523/_pkg_.a # internal
2025-08-20T21:26:19.8213628Z [00:02:33.942]➜  cp $WORK/b523/_pkg_.a /root/.cache/go-build/65/65c19a5c7a80185a986b7936aeaca2d751c6fc55008fa51252d23009f52adbb5-d # internal
2025-08-20T21:26:19.8288257Z [00:02:33.948]➜  github.com/ipfs/boxo/keystore
2025-08-20T21:26:19.8289555Z [00:02:33.948]➜  mkdir -p $WORK/b525/
2025-08-20T21:26:19.8290318Z [00:02:33.948]➜  cat >/tmp/go-build548448651/b525/importcfg << 'EOF' # internal
2025-08-20T21:26:19.8291005Z [00:02:33.948]➜  # import config
2025-08-20T21:26:19.8291732Z [00:02:33.948]➜  packagefile encoding/base32=/tmp/go-build548448651/b324/_pkg_.a
2025-08-20T21:26:19.8292605Z [00:02:33.948]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:19.8293533Z [00:02:33.948]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:19.8294681Z [00:02:33.948]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build548448651/b311/_pkg_.a
2025-08-20T21:26:19.8295646Z [00:02:33.948]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:19.8296509Z [00:02:33.948]➜  packagefile path/filepath=/tmp/go-build548448651/b168/_pkg_.a
2025-08-20T21:26:19.8297372Z [00:02:33.948]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:19.8297993Z [00:02:33.948]➜  EOF
2025-08-20T21:26:19.8302104Z [00:02:33.949]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b525/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/keystore=>github.com/ipfs/boxo@v0.34.0/keystore;$WORK/b525=>" -p github.com/ipfs/boxo/keystore -lang=go1.24 -complete -installsuffix shared -buildid Bc5B1TzpGUCohTkiKYla/Bc5B1TzpGUCohTkiKYla -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b525/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/keystore/keystore.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/keystore/memkeystore.go
2025-08-20T21:26:19.8710792Z [00:02:33.990]➜  go tool buildid -w $WORK/b522/_pkg_.a # internal
2025-08-20T21:26:19.8712527Z [00:02:33.991]➜  cp $WORK/b522/_pkg_.a /root/.cache/go-build/32/324e14af54994ca777e4369d8171be84a8ba8e03e7915d0342788f26d2acd28e-d # internal
2025-08-20T21:26:19.8738859Z [00:02:33.991]➜  testing
2025-08-20T21:26:19.8740850Z [00:02:33.991]➜  mkdir -p $WORK/b520/
2025-08-20T21:26:19.8741651Z [00:02:33.992]➜  cat >/tmp/go-build548448651/b520/importcfg << 'EOF' # internal
2025-08-20T21:26:19.8742399Z [00:02:33.992]➜  # import config
2025-08-20T21:26:19.8743077Z [00:02:33.992]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:19.8743932Z [00:02:33.992]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:19.8744766Z [00:02:33.992]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:19.8745549Z [00:02:33.992]➜  packagefile flag=/tmp/go-build548448651/b247/_pkg_.a
2025-08-20T21:26:19.8746316Z [00:02:33.992]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:19.8747136Z [00:02:33.992]➜  packagefile internal/race=/tmp/go-build548448651/b030/_pkg_.a
2025-08-20T21:26:19.8748063Z [00:02:33.992]➜  packagefile internal/sysinfo=/tmp/go-build548448651/b521/_pkg_.a
2025-08-20T21:26:19.8749134Z [00:02:33.992]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:19.8749949Z [00:02:33.992]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:19.8751109Z [00:02:33.992]➜  packagefile math/rand=/tmp/go-build548448651/b109/_pkg_.a
2025-08-20T21:26:19.8751920Z [00:02:33.992]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:19.8752776Z [00:02:33.992]➜  packagefile path/filepath=/tmp/go-build548448651/b168/_pkg_.a
2025-08-20T21:26:19.8753621Z [00:02:33.992]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:19.8754446Z [00:02:33.992]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:19.8755316Z [00:02:33.992]➜  packagefile runtime/debug=/tmp/go-build548448651/b260/_pkg_.a
2025-08-20T21:26:19.8756224Z [00:02:33.992]➜  packagefile runtime/trace=/tmp/go-build548448651/b522/_pkg_.a
2025-08-20T21:26:19.8757091Z [00:02:33.992]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:19.8757938Z [00:02:33.992]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:19.8759001Z [00:02:33.992]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:19.8759840Z [00:02:33.992]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:19.8760662Z [00:02:33.992]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:19.8761486Z [00:02:33.992]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:19.8762262Z [00:02:33.992]➜  packagefile unicode=/tmp/go-build548448651/b041/_pkg_.a
2025-08-20T21:26:19.8763112Z [00:02:33.992]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:19.8763757Z [00:02:33.992]➜  EOF
2025-08-20T21:26:19.8802451Z [00:02:33.994]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b520/_pkg_.a -trimpath "/root/.go/src/testing=>testing;$WORK/b520=>" -p testing -lang=go1.25 -std -complete -installsuffix shared -buildid XVSwLsZ-oMhNg2cX7CBg/XVSwLsZ-oMhNg2cX7CBg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b520/importcfg -pack /root/.go/src/testing/allocs.go /root/.go/src/testing/benchmark.go /root/.go/src/testing/cover.go /root/.go/src/testing/example.go /root/.go/src/testing/fuzz.go /root/.go/src/testing/match.go /root/.go/src/testing/newcover.go /root/.go/src/testing/run_example.go /root/.go/src/testing/testing.go /root/.go/src/testing/testing_other.go
2025-08-20T21:26:19.9297447Z [00:02:34.052]➜  go tool buildid -w $WORK/b525/_pkg_.a # internal
2025-08-20T21:26:19.9306460Z [00:02:34.053]➜  cp $WORK/b525/_pkg_.a /root/.cache/go-build/b6/b6f10da63d5dfc60526aae0892431aad616c98d0b274377a6fc53fbad5759f84-d # internal
2025-08-20T21:26:19.9748771Z [00:02:34.097]➜  github.com/ipld/go-ipld-prime/fluent
2025-08-20T21:26:19.9752042Z [00:02:34.098]➜  mkdir -p $WORK/b529/
2025-08-20T21:26:19.9758005Z [00:02:34.098]➜  cat >/tmp/go-build548448651/b529/importcfg << 'EOF' # internal
2025-08-20T21:26:19.9782559Z [00:02:34.098]➜  # import config
2025-08-20T21:26:19.9783226Z [00:02:34.098]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:19.9783988Z [00:02:34.098]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:19.9785075Z [00:02:34.098]➜  packagefile github.com/ipld/go-ipld-prime/datamodel=/tmp/go-build548448651/b336/_pkg_.a
2025-08-20T21:26:19.9786073Z [00:02:34.098]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:19.9786814Z [00:02:34.098]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:19.9787383Z [00:02:34.098]➜  EOF
2025-08-20T21:26:19.9793261Z [00:02:34.098]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b529/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/fluent=>github.com/ipld/go-ipld-prime@v0.21.0/fluent;$WORK/b529=>" -p github.com/ipld/go-ipld-prime/fluent -lang=go1.19 -complete -installsuffix shared -buildid 4B57dKrF5jmCElNabrIk/4B57dKrF5jmCElNabrIk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b529/importcfg -pack /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/fluent/doc.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/fluent/fluentBuilder.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/fluent/fluentRecover.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/fluent/reflect.go /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/fluent/toInterfaceValue.go
2025-08-20T21:26:20.0618111Z [00:02:34.184]➜  go tool buildid -w $WORK/b529/_pkg_.a # internal
2025-08-20T21:26:20.0643299Z [00:02:34.187]➜  cp $WORK/b529/_pkg_.a /root/.cache/go-build/51/51f17b86ea9e3e1c2c04439b8837bb0010253f5887317419f94222e7fdfc4e18-d # internal
2025-08-20T21:26:20.0718332Z [00:02:34.194]➜  github.com/ipld/go-ipld-prime/traversal/selector/builder
2025-08-20T21:26:20.0721120Z [00:02:34.194]➜  mkdir -p $WORK/b528/
2025-08-20T21:26:20.0726529Z [00:02:34.195]➜  cat >/tmp/go-build548448651/b528/importcfg << 'EOF' # internal
2025-08-20T21:26:20.0727625Z [00:02:34.195]➜  # import config
2025-08-20T21:26:20.0731138Z [00:02:34.195]➜  packagefile github.com/ipld/go-ipld-prime/datamodel=/tmp/go-build548448651/b336/_pkg_.a
2025-08-20T21:26:20.0732353Z [00:02:34.195]➜  packagefile github.com/ipld/go-ipld-prime/fluent=/tmp/go-build548448651/b529/_pkg_.a
2025-08-20T21:26:20.0733585Z [00:02:34.195]➜  packagefile github.com/ipld/go-ipld-prime/traversal/selector=/tmp/go-build548448651/b365/_pkg_.a
2025-08-20T21:26:20.0734448Z [00:02:34.195]➜  EOF
2025-08-20T21:26:20.0738993Z [00:02:34.195]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b528/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/traversal/selector/builder=>github.com/ipld/go-ipld-prime@v0.21.0/traversal/selector/builder;$WORK/b528=>" -p github.com/ipld/go-ipld-prime/traversal/selector/builder -lang=go1.19 -complete -installsuffix shared -buildid fJ4jH3Vh2uOjZmKh7ZBi/fJ4jH3Vh2uOjZmKh7ZBi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b528/importcfg -pack /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/traversal/selector/builder/builder.go
2025-08-20T21:26:20.0844812Z [00:02:34.207]➜  go tool buildid -w $WORK/b449/_pkg_.a # internal
2025-08-20T21:26:20.1314131Z [00:02:34.254]➜  go tool buildid -w $WORK/b506/_pkg_.a # internal
2025-08-20T21:26:20.1349500Z [00:02:34.257]➜  cp $WORK/b506/_pkg_.a /root/.cache/go-build/31/3163d0f7d67c6e7df6c5fee01c768a242453b1d7073381f286ba11d17c17a12f-d # internal
2025-08-20T21:26:20.1379552Z [00:02:34.260]➜  go tool buildid -w $WORK/b528/_pkg_.a # internal
2025-08-20T21:26:20.1406283Z [00:02:34.263]➜  cp $WORK/b528/_pkg_.a /root/.cache/go-build/59/59097017d454ecf30a8b2319d222d36b0c52c267c40c9c66363c950481b12b2e-d # internal
2025-08-20T21:26:20.1410435Z [00:02:34.263]➜  cp $WORK/b449/_pkg_.a /root/.cache/go-build/da/da2481e1cc7ace3b6ec6831def03fec449d581e8b28a2351f7b8e019b9423f8a-d # internal
2025-08-20T21:26:20.2178343Z [00:02:34.339]➜  github.com/libp2p/go-libp2p-kad-dht/rtrefresh
2025-08-20T21:26:20.2187659Z [00:02:34.339]➜  mkdir -p $WORK/b512/
2025-08-20T21:26:20.2195108Z [00:02:34.339]➜  cat >/tmp/go-build548448651/b512/importcfg << 'EOF' # internal
2025-08-20T21:26:20.2197386Z [00:02:34.340]➜  # import config
2025-08-20T21:26:20.2199286Z [00:02:34.340]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:20.2200513Z [00:02:34.340]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:20.2201553Z [00:02:34.340]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:20.2203865Z [00:02:34.340]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/internal=/tmp/go-build548448651/b491/_pkg_.a
2025-08-20T21:26:20.2205407Z [00:02:34.340]➜  packagefile github.com/libp2p/go-libp2p-kbucket=/tmp/go-build548448651/b506/_pkg_.a
2025-08-20T21:26:20.2208715Z [00:02:34.340]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build548448651/b423/_pkg_.a
2025-08-20T21:26:20.2209963Z [00:02:34.340]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:20.2211156Z [00:02:34.340]➜  packagefile github.com/multiformats/go-base32=/tmp/go-build548448651/b233/_pkg_.a
2025-08-20T21:26:20.2212313Z [00:02:34.340]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build548448651/b210/_pkg_.a
2025-08-20T21:26:20.2213735Z [00:02:34.340]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build548448651/b212/_pkg_.a
2025-08-20T21:26:20.2214846Z [00:02:34.341]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build548448651/b214/_pkg_.a
2025-08-20T21:26:20.2215892Z [00:02:34.341]➜  packagefile go.uber.org/multierr=/tmp/go-build548448651/b267/_pkg_.a
2025-08-20T21:26:20.2216744Z [00:02:34.341]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:20.2217550Z [00:02:34.341]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:20.2218350Z [00:02:34.341]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:20.2219101Z [00:02:34.341]➜  EOF
2025-08-20T21:26:20.2222911Z [00:02:34.341]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b512/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.34.0/rtrefresh=>github.com/libp2p/go-libp2p-kad-dht@v0.34.0/rtrefresh;$WORK/b512=>" -p github.com/libp2p/go-libp2p-kad-dht/rtrefresh -lang=go1.23 -complete -installsuffix shared -buildid 8KdY_6_Dn-D85qq3vDK6/8KdY_6_Dn-D85qq3vDK6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b512/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.34.0/rtrefresh/rt_refresh_manager.go
2025-08-20T21:26:20.2253401Z [00:02:34.348]➜  github.com/libp2p/go-libp2p-kad-dht/netsize
2025-08-20T21:26:20.2254445Z [00:02:34.348]➜  mkdir -p $WORK/b505/
2025-08-20T21:26:20.2259482Z [00:02:34.348]➜  cat >/tmp/go-build548448651/b505/importcfg << 'EOF' # internal
2025-08-20T21:26:20.2260272Z [00:02:34.348]➜  # import config
2025-08-20T21:26:20.2260952Z [00:02:34.348]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:20.2262212Z [00:02:34.348]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:20.2263416Z [00:02:34.348]➜  packagefile github.com/libp2p/go-libp2p-kbucket=/tmp/go-build548448651/b506/_pkg_.a
2025-08-20T21:26:20.2264650Z [00:02:34.348]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:20.2265873Z [00:02:34.348]➜  packagefile github.com/whyrusleeping/go-keyspace=/tmp/go-build548448651/b510/_pkg_.a
2025-08-20T21:26:20.2266883Z [00:02:34.348]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:20.2267711Z [00:02:34.348]➜  packagefile math/big=/tmp/go-build548448651/b108/_pkg_.a
2025-08-20T21:26:20.2268771Z [00:02:34.348]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:20.2269609Z [00:02:34.348]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:20.2270459Z [00:02:34.348]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:20.2271308Z [00:02:34.348]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:20.2272134Z [00:02:34.348]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:20.2272738Z [00:02:34.348]➜  EOF
2025-08-20T21:26:20.2276617Z [00:02:34.348]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b505/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.34.0/netsize=>github.com/libp2p/go-libp2p-kad-dht@v0.34.0/netsize;$WORK/b505=>" -p github.com/libp2p/go-libp2p-kad-dht/netsize -lang=go1.23 -complete -installsuffix shared -buildid 6Z8yjQ4p-QuNWSS3TeOR/6Z8yjQ4p-QuNWSS3TeOR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b505/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.34.0/netsize/netsize.go
2025-08-20T21:26:20.2744831Z [00:02:34.397]➜  github.com/multiformats/go-multiaddr-dns
2025-08-20T21:26:20.2755064Z [00:02:34.397]➜  mkdir -p $WORK/b448/
2025-08-20T21:26:20.2755844Z [00:02:34.397]➜  cat >/tmp/go-build548448651/b448/importcfg << 'EOF' # internal
2025-08-20T21:26:20.2756512Z [00:02:34.397]➜  # import config
2025-08-20T21:26:20.2757162Z [00:02:34.397]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:20.2758336Z [00:02:34.397]➜  packagefile github.com/miekg/dns=/tmp/go-build548448651/b449/_pkg_.a
2025-08-20T21:26:20.2759630Z [00:02:34.397]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:20.2760587Z [00:02:34.397]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:20.2761375Z [00:02:34.397]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:20.2761970Z [00:02:34.397]➜  EOF
2025-08-20T21:26:20.2766876Z [00:02:34.397]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b448/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/multiformats/go-multiaddr-dns@v0.4.1=>github.com/multiformats/go-multiaddr-dns@v0.4.1;$WORK/b448=>" -p github.com/multiformats/go-multiaddr-dns -lang=go1.22 -complete -installsuffix shared -buildid 9dFRawlKTpu30rKL00rO/9dFRawlKTpu30rKL00rO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b448/importcfg -pack /root/go/pkg/mod/github.com/multiformats/go-multiaddr-dns@v0.4.1/mock.go /root/go/pkg/mod/github.com/multiformats/go-multiaddr-dns@v0.4.1/resolve.go /root/go/pkg/mod/github.com/multiformats/go-multiaddr-dns@v0.4.1/util.go
2025-08-20T21:26:20.3083943Z [00:02:34.431]➜  go tool buildid -w $WORK/b505/_pkg_.a # internal
2025-08-20T21:26:20.3097659Z [00:02:34.432]➜  cp $WORK/b505/_pkg_.a /root/.cache/go-build/60/607e5a57602e846a794481706b3ae057aef82adc32184f46e455f8b516ae7baf-d # internal
2025-08-20T21:26:20.3110735Z [00:02:34.433]➜  go tool buildid -w $WORK/b512/_pkg_.a # internal
2025-08-20T21:26:20.3202478Z [00:02:34.442]➜  cp $WORK/b512/_pkg_.a /root/.cache/go-build/26/26b0d431ab865e7b7abcc61db3faea7f5a1312376d0e682b1f7694285bb8766a-d # internal
2025-08-20T21:26:20.3231132Z [00:02:34.445]➜  go tool buildid -w $WORK/b520/_pkg_.a # internal
2025-08-20T21:26:20.3281825Z [00:02:34.451]➜  go tool buildid -w $WORK/b448/_pkg_.a # internal
2025-08-20T21:26:20.3291366Z [00:02:34.452]➜  cp $WORK/b448/_pkg_.a /root/.cache/go-build/83/83b0c646ac8dad6d7c985d0ab1eb5f4c2b5531705e0e29b255430df57e5f80b2-d # internal
2025-08-20T21:26:20.3302924Z [00:02:34.453]➜  cp $WORK/b520/_pkg_.a /root/.cache/go-build/8f/8f5b5dd7d32fdf4b925afe1dbbd9c379a24426d3e2199bab1a3728fc8b868e9b-d # internal
2025-08-20T21:26:20.3764040Z [00:02:34.499]➜  github.com/ipfs/boxo/pinning/pinner
2025-08-20T21:26:20.3765128Z [00:02:34.499]➜  mkdir -p $WORK/b530/
2025-08-20T21:26:20.3766043Z [00:02:34.499]➜  github.com/ipfs/boxo/fetcher/helpers
2025-08-20T21:26:20.3766836Z [00:02:34.499]➜  mkdir -p $WORK/b527/
2025-08-20T21:26:20.3770416Z [00:02:34.499]➜  cat >/tmp/go-build548448651/b530/importcfg << 'EOF' # internal
2025-08-20T21:26:20.3771191Z [00:02:34.500]➜  # import config
2025-08-20T21:26:20.3771927Z [00:02:34.500]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:20.3772942Z [00:02:34.500]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:20.3773844Z [00:02:34.500]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:20.3774796Z [00:02:34.500]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:20.3775875Z [00:02:34.500]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build548448651/b263/_pkg_.a
2025-08-20T21:26:20.3776636Z [00:02:34.500]➜  EOF
2025-08-20T21:26:20.3786880Z [00:02:34.501]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b530/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/pinning/pinner=>github.com/ipfs/boxo@v0.34.0/pinning/pinner;$WORK/b530=>" -p github.com/ipfs/boxo/pinning/pinner -lang=go1.24 -complete -installsuffix shared -buildid y3y0njKQyrIrEe06i6oH/y3y0njKQyrIrEe06i6oH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b530/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/pinning/pinner/pin.go
2025-08-20T21:26:20.3792169Z [00:02:34.501]➜  cat >/tmp/go-build548448651/b527/importcfg << 'EOF' # internal
2025-08-20T21:26:20.3792886Z [00:02:34.501]➜  # import config
2025-08-20T21:26:20.3793550Z [00:02:34.501]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:20.3794824Z [00:02:34.501]➜  packagefile github.com/ipfs/boxo/fetcher=/tmp/go-build548448651/b464/_pkg_.a
2025-08-20T21:26:20.3795881Z [00:02:34.501]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:20.3796908Z [00:02:34.501]➜  packagefile github.com/ipld/go-ipld-prime=/tmp/go-build548448651/b334/_pkg_.a
2025-08-20T21:26:20.3798041Z [00:02:34.501]➜  packagefile github.com/ipld/go-ipld-prime/linking/cid=/tmp/go-build548448651/b343/_pkg_.a
2025-08-20T21:26:20.3799441Z [00:02:34.501]➜  packagefile github.com/ipld/go-ipld-prime/node/basic=/tmp/go-build548448651/b362/_pkg_.a
2025-08-20T21:26:20.3800742Z [00:02:34.501]➜  packagefile github.com/ipld/go-ipld-prime/traversal/selector=/tmp/go-build548448651/b365/_pkg_.a
2025-08-20T21:26:20.3802180Z [00:02:34.501]➜  packagefile github.com/ipld/go-ipld-prime/traversal/selector/builder=/tmp/go-build548448651/b528/_pkg_.a
2025-08-20T21:26:20.3803123Z [00:02:34.501]➜  EOF
2025-08-20T21:26:20.3807316Z [00:02:34.501]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b527/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/fetcher/helpers=>github.com/ipfs/boxo@v0.34.0/fetcher/helpers;$WORK/b527=>" -p github.com/ipfs/boxo/fetcher/helpers -lang=go1.24 -complete -installsuffix shared -buildid 9i8wuOoEA7pZXtHXuAsN/9i8wuOoEA7pZXtHXuAsN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b527/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/fetcher/helpers/block_visitor.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/fetcher/helpers/traversal.go
2025-08-20T21:26:20.3978804Z [00:02:34.520]➜  go tool buildid -w $WORK/b527/_pkg_.a # internal
2025-08-20T21:26:20.3985721Z [00:02:34.521]➜  cp $WORK/b527/_pkg_.a /root/.cache/go-build/a6/a6203950c24d7c398f20e68e5844b587d27f81d8bb9da2a083a8a01cabfe9dd6-d # internal
2025-08-20T21:26:20.3998818Z [00:02:34.522]➜  go tool buildid -w $WORK/b530/_pkg_.a # internal
2025-08-20T21:26:20.4005711Z [00:02:34.523]➜  cp $WORK/b530/_pkg_.a /root/.cache/go-build/d0/d02d88576e0a4a7616059b08f333c67e0b4b8379d3303e660b50284cb8b592c4-d # internal
2025-08-20T21:26:20.4733882Z [00:02:34.596]➜  github.com/ipfs/boxo/path/resolver
2025-08-20T21:26:20.4734608Z [00:02:34.596]➜  mkdir -p $WORK/b526/
2025-08-20T21:26:20.4735308Z [00:02:34.596]➜  github.com/ipfs/boxo/provider/internal/queue
2025-08-20T21:26:20.4735977Z [00:02:34.596]➜  mkdir -p $WORK/b532/
2025-08-20T21:26:20.4765235Z [00:02:34.596]➜  cat >/tmp/go-build548448651/b526/importcfg << 'EOF' # internal
2025-08-20T21:26:20.4766014Z [00:02:34.596]➜  # import config
2025-08-20T21:26:20.4766693Z [00:02:34.596]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:20.4767527Z [00:02:34.596]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:20.4768711Z [00:02:34.596]➜  packagefile github.com/ipfs/boxo/fetcher=/tmp/go-build548448651/b464/_pkg_.a
2025-08-20T21:26:20.4769953Z [00:02:34.596]➜  packagefile github.com/ipfs/boxo/fetcher/helpers=/tmp/go-build548448651/b527/_pkg_.a
2025-08-20T21:26:20.4771170Z [00:02:34.596]➜  packagefile github.com/ipfs/boxo/path=/tmp/go-build548448651/b370/_pkg_.a
2025-08-20T21:26:20.4772253Z [00:02:34.596]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:20.4773322Z [00:02:34.596]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:20.4774445Z [00:02:34.596]➜  packagefile github.com/ipld/go-ipld-prime=/tmp/go-build548448651/b334/_pkg_.a
2025-08-20T21:26:20.4775754Z [00:02:34.596]➜  packagefile github.com/ipld/go-ipld-prime/linking/cid=/tmp/go-build548448651/b343/_pkg_.a
2025-08-20T21:26:20.4777028Z [00:02:34.596]➜  packagefile github.com/ipld/go-ipld-prime/node/basic=/tmp/go-build548448651/b362/_pkg_.a
2025-08-20T21:26:20.4778278Z [00:02:34.596]➜  packagefile github.com/ipld/go-ipld-prime/schema=/tmp/go-build548448651/b345/_pkg_.a
2025-08-20T21:26:20.4779912Z [00:02:34.596]➜  packagefile github.com/ipld/go-ipld-prime/traversal/selector/builder=/tmp/go-build548448651/b528/_pkg_.a
2025-08-20T21:26:20.4781584Z [00:02:34.596]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build548448651/b200/_pkg_.a
2025-08-20T21:26:20.4782807Z [00:02:34.596]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build548448651/b210/_pkg_.a
2025-08-20T21:26:20.4784045Z [00:02:34.596]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build548448651/b214/_pkg_.a
2025-08-20T21:26:20.4785019Z [00:02:34.596]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:20.4785661Z [00:02:34.596]➜  EOF
2025-08-20T21:26:20.4789503Z [00:02:34.596]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b526/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/path/resolver=>github.com/ipfs/boxo@v0.34.0/path/resolver;$WORK/b526=>" -p github.com/ipfs/boxo/path/resolver -lang=go1.24 -complete -installsuffix shared -buildid 44W1g1qo_wezE_d8-Lnn/44W1g1qo_wezE_d8-Lnn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b526/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/path/resolver/resolver.go
2025-08-20T21:26:20.4792924Z [00:02:34.597]➜  cat >/tmp/go-build548448651/b532/importcfg << 'EOF' # internal
2025-08-20T21:26:20.4793664Z [00:02:34.597]➜  # import config
2025-08-20T21:26:20.4794358Z [00:02:34.597]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:20.4795217Z [00:02:34.597]➜  packagefile encoding/base64=/tmp/go-build548448651/b054/_pkg_.a
2025-08-20T21:26:20.4796069Z [00:02:34.597]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:20.4796887Z [00:02:34.597]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:20.4797829Z [00:02:34.597]➜  packagefile github.com/gammazero/deque=/tmp/go-build548448651/b197/_pkg_.a
2025-08-20T21:26:20.4799352Z [00:02:34.597]➜  packagefile github.com/hashicorp/golang-lru/v2=/tmp/go-build548448651/b225/_pkg_.a
2025-08-20T21:26:20.4800511Z [00:02:34.597]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:20.4801611Z [00:02:34.597]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build548448651/b255/_pkg_.a
2025-08-20T21:26:20.4802862Z [00:02:34.597]➜  packagefile github.com/ipfs/go-datastore/namespace=/tmp/go-build548448651/b261/_pkg_.a
2025-08-20T21:26:20.4804084Z [00:02:34.597]➜  packagefile github.com/ipfs/go-datastore/query=/tmp/go-build548448651/b257/_pkg_.a
2025-08-20T21:26:20.4805229Z [00:02:34.597]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:20.4806151Z [00:02:34.597]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:20.4806957Z [00:02:34.597]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:20.4807598Z [00:02:34.597]➜  EOF
2025-08-20T21:26:20.4811727Z [00:02:34.597]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b532/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/provider/internal/queue=>github.com/ipfs/boxo@v0.34.0/provider/internal/queue;$WORK/b532=>" -p github.com/ipfs/boxo/provider/internal/queue -lang=go1.24 -complete -installsuffix shared -buildid eLUmOjBBKG_YTTSGV07h/eLUmOjBBKG_YTTSGV07h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b532/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/provider/internal/queue/queue.go
2025-08-20T21:26:20.5157002Z [00:02:34.638]➜  go tool buildid -w $WORK/b526/_pkg_.a # internal
2025-08-20T21:26:20.5169484Z [00:02:34.639]➜  cp $WORK/b526/_pkg_.a /root/.cache/go-build/81/815bb227dcd47f1d438802d3953d3d51bd8f258c462738280a022d26aaf205e9-d # internal
2025-08-20T21:26:20.5725802Z [00:02:34.694]➜  github.com/libp2p/go-libp2p/p2p/net/swarm
2025-08-20T21:26:20.5726543Z [00:02:34.695]➜  mkdir -p $WORK/b442/
2025-08-20T21:26:20.5727595Z [00:02:34.695]➜  github.com/ipfs/go-cidutil
2025-08-20T21:26:20.5728220Z [00:02:34.695]➜  mkdir -p $WORK/b533/
2025-08-20T21:26:20.5729028Z [00:02:34.695]➜  github.com/libp2p/go-libp2p-kad-dht
2025-08-20T21:26:20.5729638Z [00:02:34.695]➜  mkdir -p $WORK/b488/
2025-08-20T21:26:20.5730380Z [00:02:34.695]➜  cat >/tmp/go-build548448651/b533/importcfg << 'EOF' # internal
2025-08-20T21:26:20.5731418Z [00:02:34.695]➜  # import config
2025-08-20T21:26:20.5732058Z [00:02:34.695]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:20.5732852Z [00:02:34.695]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:20.5733644Z [00:02:34.695]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:20.5734539Z [00:02:34.695]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:20.5735652Z [00:02:34.695]➜  packagefile github.com/multiformats/go-multibase=/tmp/go-build548448651/b231/_pkg_.a
2025-08-20T21:26:20.5736848Z [00:02:34.695]➜  packagefile github.com/multiformats/go-multicodec=/tmp/go-build548448651/b327/_pkg_.a
2025-08-20T21:26:20.5738071Z [00:02:34.695]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build548448651/b235/_pkg_.a
2025-08-20T21:26:20.5739257Z [00:02:34.695]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:20.5739878Z [00:02:34.695]➜  EOF
2025-08-20T21:26:20.5744337Z [00:02:34.695]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b533/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-cidutil@v0.1.0=>github.com/ipfs/go-cidutil@v0.1.0;$WORK/b533=>" -p github.com/ipfs/go-cidutil -lang=go1.17 -complete -installsuffix shared -buildid yoOZwJIF9TsW8ihdA7u1/yoOZwJIF9TsW8ihdA7u1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b533/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-cidutil@v0.1.0/format.go /root/go/pkg/mod/github.com/ipfs/go-cidutil@v0.1.0/inline.go /root/go/pkg/mod/github.com/ipfs/go-cidutil@v0.1.0/set.go /root/go/pkg/mod/github.com/ipfs/go-cidutil@v0.1.0/slice.go
2025-08-20T21:26:20.5748480Z [00:02:34.695]➜  cat >/tmp/go-build548448651/b488/importcfg << 'EOF' # internal
2025-08-20T21:26:20.5749658Z [00:02:34.696]➜  # import config
2025-08-20T21:26:20.5750330Z [00:02:34.696]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:20.5751158Z [00:02:34.696]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:20.5753389Z [00:02:34.696]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:20.5754275Z [00:02:34.696]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:20.5755024Z [00:02:34.696]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:20.5756037Z [00:02:34.696]➜  packagefile github.com/google/gopacket/routing=/tmp/go-build548448651/b489/_pkg_.a
2025-08-20T21:26:20.5757116Z [00:02:34.696]➜  packagefile github.com/google/uuid=/tmp/go-build548448651/b256/_pkg_.a
2025-08-20T21:26:20.5758082Z [00:02:34.696]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:20.5759332Z [00:02:34.696]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build548448651/b255/_pkg_.a
2025-08-20T21:26:20.5760367Z [00:02:34.696]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:20.5761487Z [00:02:34.696]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/amino=/tmp/go-build548448651/b490/_pkg_.a
2025-08-20T21:26:20.5762800Z [00:02:34.696]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/internal=/tmp/go-build548448651/b491/_pkg_.a
2025-08-20T21:26:20.5764149Z [00:02:34.696]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/internal/config=/tmp/go-build548448651/b492/_pkg_.a
2025-08-20T21:26:20.5765531Z [00:02:34.696]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/internal/metrics=/tmp/go-build548448651/b494/_pkg_.a
2025-08-20T21:26:20.5766889Z [00:02:34.696]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/internal/net=/tmp/go-build548448651/b493/_pkg_.a
2025-08-20T21:26:20.5768229Z [00:02:34.696]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/netsize=/tmp/go-build548448651/b505/_pkg_.a
2025-08-20T21:26:20.5769711Z [00:02:34.696]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/pb=/tmp/go-build548448651/b495/_pkg_.a
2025-08-20T21:26:20.5770927Z [00:02:34.696]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/qpeerset=/tmp/go-build548448651/b511/_pkg_.a
2025-08-20T21:26:20.5772409Z [00:02:34.696]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/records=/tmp/go-build548448651/b497/_pkg_.a
2025-08-20T21:26:20.5773630Z [00:02:34.696]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/rtrefresh=/tmp/go-build548448651/b512/_pkg_.a
2025-08-20T21:26:20.5774853Z [00:02:34.696]➜  packagefile github.com/libp2p/go-libp2p-kbucket=/tmp/go-build548448651/b506/_pkg_.a
2025-08-20T21:26:20.5776120Z [00:02:34.696]➜  packagefile github.com/libp2p/go-libp2p-kbucket/peerdiversity=/tmp/go-build548448651/b501/_pkg_.a
2025-08-20T21:26:20.5777390Z [00:02:34.696]➜  packagefile github.com/libp2p/go-libp2p-record=/tmp/go-build548448651/b279/_pkg_.a
2025-08-20T21:26:20.5779221Z [00:02:34.696]➜  packagefile github.com/libp2p/go-libp2p-record/pb=/tmp/go-build548448651/b280/_pkg_.a
2025-08-20T21:26:20.5780888Z [00:02:34.696]➜  packagefile github.com/libp2p/go-libp2p-routing-helpers/tracing=/tmp/go-build548448651/b328/_pkg_.a
2025-08-20T21:26:20.5782192Z [00:02:34.696]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build548448651/b311/_pkg_.a
2025-08-20T21:26:20.5783351Z [00:02:34.696]➜  packagefile github.com/libp2p/go-libp2p/core/event=/tmp/go-build548448651/b426/_pkg_.a
2025-08-20T21:26:20.5784405Z [00:02:34.696]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build548448651/b423/_pkg_.a
2025-08-20T21:26:20.5785485Z [00:02:34.696]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build548448651/b417/_pkg_.a
2025-08-20T21:26:20.5786535Z [00:02:34.696]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:20.5787623Z [00:02:34.696]➜  packagefile github.com/libp2p/go-libp2p/core/peerstore=/tmp/go-build548448651/b418/_pkg_.a
2025-08-20T21:26:20.5789184Z [00:02:34.696]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build548448651/b419/_pkg_.a
2025-08-20T21:26:20.5790456Z [00:02:34.696]➜  packagefile github.com/libp2p/go-libp2p/core/routing=/tmp/go-build548448651/b329/_pkg_.a
2025-08-20T21:26:20.5791794Z [00:02:34.696]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/eventbus=/tmp/go-build548448651/b513/_pkg_.a
2025-08-20T21:26:20.5793137Z [00:02:34.696]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/peerstore=/tmp/go-build548448651/b500/_pkg_.a
2025-08-20T21:26:20.5803259Z [00:02:34.696]➜  packagefile github.com/libp2p/go-msgio=/tmp/go-build548448651/b421/_pkg_.a
2025-08-20T21:26:20.5804386Z [00:02:34.696]➜  packagefile github.com/libp2p/go-netroute=/tmp/go-build548448651/b514/_pkg_.a
2025-08-20T21:26:20.5805522Z [00:02:34.696]➜  packagefile github.com/multiformats/go-base32=/tmp/go-build548448651/b233/_pkg_.a
2025-08-20T21:26:20.5806766Z [00:02:34.696]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:20.5808073Z [00:02:34.696]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build548448651/b430/_pkg_.a
2025-08-20T21:26:20.5809425Z [00:02:34.696]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build548448651/b235/_pkg_.a
2025-08-20T21:26:20.5810687Z [00:02:34.696]➜  packagefile github.com/whyrusleeping/go-keyspace=/tmp/go-build548448651/b510/_pkg_.a
2025-08-20T21:26:20.5811936Z [00:02:34.696]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build548448651/b210/_pkg_.a
2025-08-20T21:26:20.5813086Z [00:02:34.696]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build548448651/b214/_pkg_.a
2025-08-20T21:26:20.5814125Z [00:02:34.696]➜  packagefile go.uber.org/multierr=/tmp/go-build548448651/b267/_pkg_.a
2025-08-20T21:26:20.5815112Z [00:02:34.696]➜  packagefile go.uber.org/zap=/tmp/go-build548448651/b266/_pkg_.a
2025-08-20T21:26:20.5816127Z [00:02:34.696]➜  packagefile gonum.org/v1/gonum/mathext=/tmp/go-build548448651/b515/_pkg_.a
2025-08-20T21:26:20.5817267Z [00:02:34.696]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build548448651/b300/_pkg_.a
2025-08-20T21:26:20.5818209Z [00:02:34.696]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:20.5819412Z [00:02:34.696]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:20.5820209Z [00:02:34.696]➜  packagefile math/rand=/tmp/go-build548448651/b109/_pkg_.a
2025-08-20T21:26:20.5820997Z [00:02:34.696]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:20.5821751Z [00:02:34.696]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:20.5822584Z [00:02:34.696]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:20.5823455Z [00:02:34.696]➜  packagefile testing=/tmp/go-build548448651/b520/_pkg_.a
2025-08-20T21:26:20.5824251Z [00:02:34.696]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:20.5824840Z [00:02:34.696]➜  EOF
2025-08-20T21:26:20.5825494Z [00:02:34.696]➜  cat >/tmp/go-build548448651/b442/importcfg << 'EOF' # internal
2025-08-20T21:26:20.5826180Z [00:02:34.696]➜  # import config
2025-08-20T21:26:20.5826839Z [00:02:34.696]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:20.5827689Z [00:02:34.696]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:20.5828475Z [00:02:34.696]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:20.5829600Z [00:02:34.696]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:20.5830881Z [00:02:34.696]➜  packagefile github.com/libp2p/go-libp2p/core/canonicallog=/tmp/go-build548448651/b443/_pkg_.a
2025-08-20T21:26:20.5832264Z [00:02:34.696]➜  packagefile github.com/libp2p/go-libp2p/core/connmgr=/tmp/go-build548448651/b424/_pkg_.a
2025-08-20T21:26:20.5833512Z [00:02:34.696]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build548448651/b311/_pkg_.a
2025-08-20T21:26:20.5834948Z [00:02:34.696]➜  packagefile github.com/libp2p/go-libp2p/core/event=/tmp/go-build548448651/b426/_pkg_.a
2025-08-20T21:26:20.5836255Z [00:02:34.696]➜  packagefile github.com/libp2p/go-libp2p/core/metrics=/tmp/go-build548448651/b444/_pkg_.a
2025-08-20T21:26:20.5837505Z [00:02:34.696]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build548448651/b417/_pkg_.a
2025-08-20T21:26:20.5838918Z [00:02:34.696]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:20.5840199Z [00:02:34.696]➜  packagefile github.com/libp2p/go-libp2p/core/peerstore=/tmp/go-build548448651/b418/_pkg_.a
2025-08-20T21:26:20.5841524Z [00:02:34.696]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build548448651/b419/_pkg_.a
2025-08-20T21:26:20.5842757Z [00:02:34.696]➜  packagefile github.com/libp2p/go-libp2p/core/transport=/tmp/go-build548448651/b446/_pkg_.a
2025-08-20T21:26:20.5844016Z [00:02:34.696]➜  packagefile github.com/libp2p/go-libp2p/p2p/metricshelper=/tmp/go-build548448651/b447/_pkg_.a
2025-08-20T21:26:20.5845311Z [00:02:34.696]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:20.5846560Z [00:02:34.696]➜  packagefile github.com/multiformats/go-multiaddr-dns=/tmp/go-build548448651/b448/_pkg_.a
2025-08-20T21:26:20.5847958Z [00:02:34.696]➜  packagefile github.com/multiformats/go-multiaddr-fmt=/tmp/go-build548448651/b455/_pkg_.a
2025-08-20T21:26:20.5849375Z [00:02:34.696]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build548448651/b430/_pkg_.a
2025-08-20T21:26:20.5850680Z [00:02:34.696]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build548448651/b387/_pkg_.a
2025-08-20T21:26:20.5851710Z [00:02:34.696]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:20.5852488Z [00:02:34.696]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:20.5853216Z [00:02:34.696]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:20.5854038Z [00:02:34.696]➜  packagefile net/netip=/tmp/go-build548448651/b164/_pkg_.a
2025-08-20T21:26:20.5854780Z [00:02:34.696]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:20.5855570Z [00:02:34.696]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:20.5856587Z [00:02:34.696]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:20.5857429Z [00:02:34.696]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:20.5858190Z [00:02:34.696]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:20.5859110Z [00:02:34.696]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:20.5859910Z [00:02:34.696]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:20.5860762Z [00:02:34.696]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:20.5861365Z [00:02:34.696]➜  EOF
2025-08-20T21:26:20.5873122Z [00:02:34.696]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b488/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.34.0=>github.com/libp2p/go-libp2p-kad-dht@v0.34.0;$WORK/b488=>" -p github.com/libp2p/go-libp2p-kad-dht -lang=go1.23 -complete -installsuffix shared -buildid PAJ20Ppv0Yjv6VJr_kew/PAJ20Ppv0Yjv6VJr_kew -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b488/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.34.0/dht.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.34.0/dht_bootstrap.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.34.0/dht_filters.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.34.0/dht_net.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.34.0/dht_options.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.34.0/doc.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.34.0/events.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.34.0/handlers.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.34.0/lookup.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.34.0/lookup_optim.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.34.0/protocol.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.34.0/query.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.34.0/records.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.34.0/routing.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.34.0/routing_options.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.34.0/rt_diversity_filter.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.34.0/subscriber_notifee.go
2025-08-20T21:26:20.5894993Z [00:02:34.697]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b442/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/net/swarm=>github.com/libp2p/go-libp2p@v0.43.0/p2p/net/swarm;$WORK/b442=>" -p github.com/libp2p/go-libp2p/p2p/net/swarm -lang=go1.23 -complete -installsuffix shared -buildid 6rOCq8ElFo0XAq8J0FsJ/6rOCq8ElFo0XAq8J0FsJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b442/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/net/swarm/black_hole_detector.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/net/swarm/clock.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/net/swarm/connectedness_event_emitter.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/net/swarm/dial_error.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/net/swarm/dial_ranker.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/net/swarm/dial_sync.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/net/swarm/dial_worker.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/net/swarm/limiter.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/net/swarm/swarm.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/net/swarm/swarm_addr.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/net/swarm/swarm_conn.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/net/swarm/swarm_dial.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/net/swarm/swarm_listen.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/net/swarm/swarm_metrics.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/net/swarm/swarm_stream.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/net/swarm/swarm_transport.go
2025-08-20T21:26:20.5906082Z [00:02:34.707]➜  go tool buildid -w $WORK/b532/_pkg_.a # internal
2025-08-20T21:26:20.5930072Z [00:02:34.714]➜  cp $WORK/b532/_pkg_.a /root/.cache/go-build/1c/1c20f0e1986ec4eddef8d9dae9e7126ece761161e2ea723e99099b89071f69d3-d # internal
2025-08-20T21:26:20.5932281Z [00:02:34.715]➜  github.com/gogo/protobuf/proto
2025-08-20T21:26:20.5932856Z [00:02:34.715]➜  mkdir -p $WORK/b541/
2025-08-20T21:26:20.5937951Z [00:02:34.716]➜  cat >/tmp/go-build548448651/b541/importcfg << 'EOF' # internal
2025-08-20T21:26:20.5939627Z [00:02:34.716]➜  # import config
2025-08-20T21:26:20.5940322Z [00:02:34.716]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:20.5941137Z [00:02:34.716]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:20.5941936Z [00:02:34.716]➜  packagefile encoding=/tmp/go-build548448651/b053/_pkg_.a
2025-08-20T21:26:20.5942774Z [00:02:34.716]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:20.5943598Z [00:02:34.716]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:20.5944745Z [00:02:34.716]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:20.5945505Z [00:02:34.716]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:20.5946709Z [00:02:34.716]➜  packagefile log=/tmp/go-build548448651/b071/_pkg_.a
2025-08-20T21:26:20.5948409Z [00:02:34.716]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:20.5949345Z [00:02:34.716]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:20.5950082Z [00:02:34.716]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:20.5950977Z [00:02:34.716]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:20.5951814Z [00:02:34.716]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:20.5952571Z [00:02:34.716]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:20.5953398Z [00:02:34.716]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:20.5954224Z [00:02:34.716]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:20.5955048Z [00:02:34.716]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:20.5955711Z [00:02:34.716]➜  EOF
2025-08-20T21:26:20.5974234Z [00:02:34.717]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b541/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto=>github.com/gogo/protobuf@v1.3.2/proto;$WORK/b541=>" -p github.com/gogo/protobuf/proto -lang=go1.15 -complete -installsuffix shared -buildid x9QMrwawXCsEZ2--41vA/x9QMrwawXCsEZ2--41vA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b541/importcfg -pack /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/clone.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/custom_gogo.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/decode.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/deprecated.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/discard.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/duration.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/duration_gogo.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/encode.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/encode_gogo.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/equal.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/extensions.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/extensions_gogo.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/lib.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/lib_gogo.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/message_set.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/pointer_unsafe.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/pointer_unsafe_gogo.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/properties.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/properties_gogo.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/skip_gogo.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/table_marshal.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/table_marshal_gogo.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/table_merge.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/table_unmarshal.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/table_unmarshal_gogo.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/text.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/text_gogo.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/text_parser.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/timestamp.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/timestamp_gogo.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/wrappers.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/wrappers_gogo.go
2025-08-20T21:26:20.6245556Z [00:02:34.747]➜  go tool buildid -w $WORK/b533/_pkg_.a # internal
2025-08-20T21:26:20.6259190Z [00:02:34.748]➜  cp $WORK/b533/_pkg_.a /root/.cache/go-build/63/6303410546d2b3ded298a13f06359a400f81bf2739f85dd4f9941abb1dbb289c-d # internal
2025-08-20T21:26:20.6270140Z [00:02:34.749]➜  github.com/ipfs/boxo/provider
2025-08-20T21:26:20.6279186Z [00:02:34.750]➜  mkdir -p $WORK/b531/
2025-08-20T21:26:20.6279935Z [00:02:34.750]➜  cat >/tmp/go-build548448651/b531/importcfg << 'EOF' # internal
2025-08-20T21:26:20.6281942Z [00:02:34.750]➜  # import config
2025-08-20T21:26:20.6282616Z [00:02:34.750]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:20.6283496Z [00:02:34.750]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:20.6284682Z [00:02:34.750]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:20.6285747Z [00:02:34.750]➜  packagefile github.com/gammazero/chanqueue=/tmp/go-build548448651/b432/_pkg_.a
2025-08-20T21:26:20.6286927Z [00:02:34.750]➜  packagefile github.com/ipfs/boxo/fetcher=/tmp/go-build548448651/b464/_pkg_.a
2025-08-20T21:26:20.6288133Z [00:02:34.750]➜  packagefile github.com/ipfs/boxo/fetcher/helpers=/tmp/go-build548448651/b527/_pkg_.a
2025-08-20T21:26:20.6289654Z [00:02:34.750]➜  packagefile github.com/ipfs/boxo/provider/internal/queue=/tmp/go-build548448651/b532/_pkg_.a
2025-08-20T21:26:20.6290954Z [00:02:34.750]➜  packagefile github.com/ipfs/boxo/verifcid=/tmp/go-build548448651/b331/_pkg_.a
2025-08-20T21:26:20.6292073Z [00:02:34.750]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:20.6293172Z [00:02:34.750]➜  packagefile github.com/ipfs/go-cidutil=/tmp/go-build548448651/b533/_pkg_.a
2025-08-20T21:26:20.6294313Z [00:02:34.750]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build548448651/b255/_pkg_.a
2025-08-20T21:26:20.6295517Z [00:02:34.750]➜  packagefile github.com/ipfs/go-datastore/namespace=/tmp/go-build548448651/b261/_pkg_.a
2025-08-20T21:26:20.6296700Z [00:02:34.750]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:20.6297870Z [00:02:34.750]➜  packagefile github.com/ipfs/go-metrics-interface=/tmp/go-build548448651/b276/_pkg_.a
2025-08-20T21:26:20.6301213Z [00:02:34.750]➜  packagefile github.com/ipld/go-ipld-prime/linking/cid=/tmp/go-build548448651/b343/_pkg_.a
2025-08-20T21:26:20.6302531Z [00:02:34.750]➜  packagefile github.com/ipld/go-ipld-prime/traversal=/tmp/go-build548448651/b363/_pkg_.a
2025-08-20T21:26:20.6303797Z [00:02:34.750]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build548448651/b235/_pkg_.a
2025-08-20T21:26:20.6304817Z [00:02:34.750]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:20.6305655Z [00:02:34.750]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:20.6306511Z [00:02:34.750]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:20.6307325Z [00:02:34.750]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:20.6308303Z [00:02:34.750]➜  EOF
2025-08-20T21:26:20.6313354Z [00:02:34.750]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b531/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/provider=>github.com/ipfs/boxo@v0.34.0/provider;$WORK/b531=>" -p github.com/ipfs/boxo/provider -lang=go1.24 -complete -installsuffix shared -buildid xDnEemhOTJ1N-cK34uPg/xDnEemhOTJ1N-cK34uPg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b531/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/provider/dagprovider.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/provider/noop.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/provider/provider.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/provider/reprovider.go
2025-08-20T21:26:20.7638176Z [00:02:34.886]➜  go tool buildid -w $WORK/b531/_pkg_.a # internal
2025-08-20T21:26:20.7673368Z [00:02:34.890]➜  cp $WORK/b531/_pkg_.a /root/.cache/go-build/76/76f922aaaf660593c5cc67a9c908510083909da6da25d26edfc8a084c8d36345-d # internal
2025-08-20T21:26:20.7677548Z [00:02:34.890]➜  github.com/gogo/protobuf/sortkeys
2025-08-20T21:26:20.7678282Z [00:02:34.890]➜  mkdir -p $WORK/b544/
2025-08-20T21:26:20.7683994Z [00:02:34.891]➜  cat >/tmp/go-build548448651/b544/importcfg << 'EOF' # internal
2025-08-20T21:26:20.7685208Z [00:02:34.891]➜  # import config
2025-08-20T21:26:20.7687192Z [00:02:34.891]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:20.7690468Z [00:02:34.891]➜  EOF
2025-08-20T21:26:20.7695814Z [00:02:34.891]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b544/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/sortkeys=>github.com/gogo/protobuf@v1.3.2/sortkeys;$WORK/b544=>" -p github.com/gogo/protobuf/sortkeys -lang=go1.15 -complete -installsuffix shared -buildid j9UnGlAy8RVIk398mzzL/j9UnGlAy8RVIk398mzzL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b544/importcfg -pack /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/sortkeys/sortkeys.go
2025-08-20T21:26:20.7924261Z [00:02:34.915]➜  go tool buildid -w $WORK/b544/_pkg_.a # internal
2025-08-20T21:26:20.7936388Z [00:02:34.916]➜  cp $WORK/b544/_pkg_.a /root/.cache/go-build/af/af0dcd0b073df1e9ac6f621037e1b3881892509023aeffe0a8a94c5ad039d7b1-d # internal
2025-08-20T21:26:20.7941647Z [00:02:34.916]➜  github.com/cockroachdb/redact/interfaces
2025-08-20T21:26:20.7942327Z [00:02:34.916]➜  mkdir -p $WORK/b547/
2025-08-20T21:26:20.7980751Z [00:02:34.919]➜  cat >/tmp/go-build548448651/b547/importcfg << 'EOF' # internal
2025-08-20T21:26:20.7982040Z [00:02:34.919]➜  # import config
2025-08-20T21:26:20.7984064Z [00:02:34.919]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:20.7984843Z [00:02:34.919]➜  EOF
2025-08-20T21:26:20.7990973Z [00:02:34.919]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b547/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/redact@v1.1.5/interfaces=>github.com/cockroachdb/redact@v1.1.5/interfaces;$WORK/b547=>" -p github.com/cockroachdb/redact/interfaces -lang=go1.14 -complete -installsuffix shared -buildid KKZy7XIBEyfO15zokpAB/KKZy7XIBEyfO15zokpAB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b547/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/redact@v1.1.5/interfaces/interfaces.go
2025-08-20T21:26:20.8123006Z [00:02:34.935]➜  go tool buildid -w $WORK/b547/_pkg_.a # internal
2025-08-20T21:26:20.8134857Z [00:02:34.936]➜  cp $WORK/b547/_pkg_.a /root/.cache/go-build/ee/eeffb16c51bb7668be2a779bbfa1548c4f3a3ce490f8468a78b531c69b7ae22e-d # internal
2025-08-20T21:26:20.8140889Z [00:02:34.936]➜  github.com/cockroachdb/redact/internal/markers
2025-08-20T21:26:20.8141568Z [00:02:34.936]➜  mkdir -p $WORK/b550/
2025-08-20T21:26:20.8209682Z [00:02:34.943]➜  cat >/tmp/go-build548448651/b550/importcfg << 'EOF' # internal
2025-08-20T21:26:20.8211027Z [00:02:34.943]➜  # import config
2025-08-20T21:26:20.8213545Z [00:02:34.943]➜  packagefile github.com/cockroachdb/redact/interfaces=/tmp/go-build548448651/b547/_pkg_.a
2025-08-20T21:26:20.8214895Z [00:02:34.943]➜  packagefile regexp=/tmp/go-build548448651/b192/_pkg_.a
2025-08-20T21:26:20.8218002Z [00:02:34.943]➜  EOF
2025-08-20T21:26:20.8222803Z [00:02:34.943]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b550/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/redact@v1.1.5/internal/markers=>github.com/cockroachdb/redact@v1.1.5/internal/markers;$WORK/b550=>" -p github.com/cockroachdb/redact/internal/markers -lang=go1.14 -complete -installsuffix shared -buildid USe_A0tsvLzpdveIcq-j/USe_A0tsvLzpdveIcq-j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b550/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/redact@v1.1.5/internal/markers/constants.go /root/go/pkg/mod/github.com/cockroachdb/redact@v1.1.5/internal/markers/markers.go
2025-08-20T21:26:20.8522667Z [00:02:34.974]➜  go tool buildid -w $WORK/b550/_pkg_.a # internal
2025-08-20T21:26:20.8540575Z [00:02:34.976]➜  cp $WORK/b550/_pkg_.a /root/.cache/go-build/d7/d75f2a30f80e0e166021f7d7c467f2dff0bb60b4d993b3d75dd9272d862763f4-d # internal
2025-08-20T21:26:20.8544357Z [00:02:34.977]➜  github.com/cockroachdb/redact/internal/escape
2025-08-20T21:26:20.8547883Z [00:02:34.977]➜  mkdir -p $WORK/b549/
2025-08-20T21:26:20.8566184Z [00:02:34.979]➜  cat >/tmp/go-build548448651/b549/importcfg << 'EOF' # internal
2025-08-20T21:26:20.8568446Z [00:02:34.979]➜  # import config
2025-08-20T21:26:20.8570927Z [00:02:34.979]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:20.8572164Z [00:02:34.979]➜  packagefile github.com/cockroachdb/redact/internal/markers=/tmp/go-build548448651/b550/_pkg_.a
2025-08-20T21:26:20.8573383Z [00:02:34.979]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:20.8574095Z [00:02:34.979]➜  EOF
2025-08-20T21:26:20.8578457Z [00:02:34.980]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b549/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/redact@v1.1.5/internal/escape=>github.com/cockroachdb/redact@v1.1.5/internal/escape;$WORK/b549=>" -p github.com/cockroachdb/redact/internal/escape -lang=go1.14 -complete -installsuffix shared -buildid 1Usb5wBHCNAcaPIkZSYL/1Usb5wBHCNAcaPIkZSYL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b549/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/redact@v1.1.5/internal/escape/escape.go
2025-08-20T21:26:20.9323303Z [00:02:35.055]➜  go tool buildid -w $WORK/b549/_pkg_.a # internal
2025-08-20T21:26:20.9336207Z [00:02:35.056]➜  cp $WORK/b549/_pkg_.a /root/.cache/go-build/f8/f89aacb54602cfdd178efc7b984b5d8eb484960832915a86040bc4fef741364d-d # internal
2025-08-20T21:26:20.9341074Z [00:02:35.056]➜  github.com/cockroachdb/redact/internal/buffer
2025-08-20T21:26:20.9344461Z [00:02:35.057]➜  mkdir -p $WORK/b548/
2025-08-20T21:26:20.9366378Z [00:02:35.058]➜  cat >/tmp/go-build548448651/b548/importcfg << 'EOF' # internal
2025-08-20T21:26:20.9367151Z [00:02:35.058]➜  # import config
2025-08-20T21:26:20.9367776Z [00:02:35.058]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:20.9368674Z [00:02:35.058]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:20.9369735Z [00:02:35.058]➜  packagefile github.com/cockroachdb/redact/internal/escape=/tmp/go-build548448651/b549/_pkg_.a
2025-08-20T21:26:20.9371026Z [00:02:35.058]➜  packagefile github.com/cockroachdb/redact/internal/markers=/tmp/go-build548448651/b550/_pkg_.a
2025-08-20T21:26:20.9372089Z [00:02:35.058]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:20.9372670Z [00:02:35.058]➜  EOF
2025-08-20T21:26:20.9376342Z [00:02:35.059]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b548/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/redact@v1.1.5/internal/buffer=>github.com/cockroachdb/redact@v1.1.5/internal/buffer;$WORK/b548=>" -p github.com/cockroachdb/redact/internal/buffer -lang=go1.14 -complete -installsuffix shared -buildid SuCIaaPIZnZEL-O3Bw17/SuCIaaPIZnZEL-O3Bw17 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b548/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/redact@v1.1.5/internal/buffer/buffer.go
2025-08-20T21:26:21.0065236Z [00:02:35.129]➜  go tool buildid -w $WORK/b548/_pkg_.a # internal
2025-08-20T21:26:21.0089265Z [00:02:35.131]➜  cp $WORK/b548/_pkg_.a /root/.cache/go-build/0e/0e51d27d9ad8501c256e5616bbb8d09ae1af58ca62ac46c7e1bc95e588894b37-d # internal
2025-08-20T21:26:21.0096101Z [00:02:35.132]➜  github.com/cockroachdb/redact/internal/fmtforward
2025-08-20T21:26:21.0099890Z [00:02:35.132]➜  mkdir -p $WORK/b553/
2025-08-20T21:26:21.0116324Z [00:02:35.134]➜  cat >/tmp/go-build548448651/b553/importcfg << 'EOF' # internal
2025-08-20T21:26:21.0125251Z [00:02:35.134]➜  # import config
2025-08-20T21:26:21.0125918Z [00:02:35.134]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:21.0126708Z [00:02:35.134]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:21.0127559Z [00:02:35.134]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:21.0128368Z [00:02:35.134]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:21.0129184Z [00:02:35.134]➜  EOF
2025-08-20T21:26:21.0133268Z [00:02:35.135]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b553/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/redact@v1.1.5/internal/fmtforward=>github.com/cockroachdb/redact@v1.1.5/internal/fmtforward;$WORK/b553=>" -p github.com/cockroachdb/redact/internal/fmtforward -lang=go1.14 -complete -installsuffix shared -buildid 9XGiaGivmBgoVHovmLzh/9XGiaGivmBgoVHovmLzh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b553/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/redact@v1.1.5/internal/fmtforward/make_format.go
2025-08-20T21:26:21.0486157Z [00:02:35.171]➜  go tool buildid -w $WORK/b553/_pkg_.a # internal
2025-08-20T21:26:21.0496405Z [00:02:35.172]➜  cp $WORK/b553/_pkg_.a /root/.cache/go-build/f3/f3bd38119c99a27257d45e52e60de32d4d2b4065cb37a8ba8176c5501aef82e8-d # internal
2025-08-20T21:26:21.0686324Z [00:02:35.191]➜  github.com/cockroachdb/redact/internal/redact
2025-08-20T21:26:21.0689416Z [00:02:35.191]➜  mkdir -p $WORK/b552/
2025-08-20T21:26:21.0710745Z [00:02:35.192]➜  cat >/tmp/go-build548448651/b552/importcfg << 'EOF' # internal
2025-08-20T21:26:21.0721424Z [00:02:35.192]➜  # import config
2025-08-20T21:26:21.0722139Z [00:02:35.192]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:21.0723272Z [00:02:35.192]➜  packagefile github.com/cockroachdb/redact/interfaces=/tmp/go-build548448651/b547/_pkg_.a
2025-08-20T21:26:21.0724695Z [00:02:35.192]➜  packagefile github.com/cockroachdb/redact/internal/fmtforward=/tmp/go-build548448651/b553/_pkg_.a
2025-08-20T21:26:21.0725642Z [00:02:35.192]➜  EOF
2025-08-20T21:26:21.0730338Z [00:02:35.192]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b552/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/redact@v1.1.5/internal/redact=>github.com/cockroachdb/redact@v1.1.5/internal/redact;$WORK/b552=>" -p github.com/cockroachdb/redact/internal/redact -lang=go1.14 -complete -installsuffix shared -buildid XnZpnvywb3cxQjSLIxra/XnZpnvywb3cxQjSLIxra -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b552/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/redact@v1.1.5/internal/redact/doc.go /root/go/pkg/mod/github.com/cockroachdb/redact@v1.1.5/internal/redact/wrappers.go
2025-08-20T21:26:21.1067188Z [00:02:35.229]➜  go tool buildid -w $WORK/b552/_pkg_.a # internal
2025-08-20T21:26:21.1078422Z [00:02:35.230]➜  cp $WORK/b552/_pkg_.a /root/.cache/go-build/40/40c4298739fcd94fb65267d575d1672e0444ced8ba77470cc150c254b8182043-d # internal
2025-08-20T21:26:21.1083226Z [00:02:35.231]➜  github.com/cockroachdb/redact/internal/rfmt/fmtsort
2025-08-20T21:26:21.1085783Z [00:02:35.231]➜  mkdir -p $WORK/b554/
2025-08-20T21:26:21.1088961Z [00:02:35.231]➜  cat >/tmp/go-build548448651/b554/importcfg << 'EOF' # internal
2025-08-20T21:26:21.1090257Z [00:02:35.231]➜  # import config
2025-08-20T21:26:21.1092488Z [00:02:35.231]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:21.1093845Z [00:02:35.231]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:21.1096566Z [00:02:35.231]➜  EOF
2025-08-20T21:26:21.1100937Z [00:02:35.231]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b554/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/redact@v1.1.5/internal/rfmt/fmtsort=>github.com/cockroachdb/redact@v1.1.5/internal/rfmt/fmtsort;$WORK/b554=>" -p github.com/cockroachdb/redact/internal/rfmt/fmtsort -lang=go1.14 -complete -installsuffix shared -buildid HhHP7bYBD9JIAuCNJJcU/HhHP7bYBD9JIAuCNJJcU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b554/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/redact@v1.1.5/internal/rfmt/fmtsort/sort.go
2025-08-20T21:26:21.1659825Z [00:02:35.288]➜  go tool buildid -w $WORK/b554/_pkg_.a # internal
2025-08-20T21:26:21.1681856Z [00:02:35.290]➜  cp $WORK/b554/_pkg_.a /root/.cache/go-build/e3/e3b30cc7be7f150c1d743e83caa294746c19a204637251cceff38cdfd528e5ff-d # internal
2025-08-20T21:26:21.1686443Z [00:02:35.291]➜  github.com/cockroachdb/redact/internal/rfmt
2025-08-20T21:26:21.1689205Z [00:02:35.291]➜  mkdir -p $WORK/b551/
2025-08-20T21:26:21.1697508Z [00:02:35.292]➜  cat >/tmp/go-build548448651/b551/importcfg << 'EOF' # internal
2025-08-20T21:26:21.1698840Z [00:02:35.292]➜  # import config
2025-08-20T21:26:21.1701925Z [00:02:35.292]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:21.1703064Z [00:02:35.292]➜  packagefile github.com/cockroachdb/redact/interfaces=/tmp/go-build548448651/b547/_pkg_.a
2025-08-20T21:26:21.1704437Z [00:02:35.292]➜  packagefile github.com/cockroachdb/redact/internal/buffer=/tmp/go-build548448651/b548/_pkg_.a
2025-08-20T21:26:21.1705880Z [00:02:35.292]➜  packagefile github.com/cockroachdb/redact/internal/escape=/tmp/go-build548448651/b549/_pkg_.a
2025-08-20T21:26:21.1707753Z [00:02:35.292]➜  packagefile github.com/cockroachdb/redact/internal/markers=/tmp/go-build548448651/b550/_pkg_.a
2025-08-20T21:26:21.1709379Z [00:02:35.292]➜  packagefile github.com/cockroachdb/redact/internal/redact=/tmp/go-build548448651/b552/_pkg_.a
2025-08-20T21:26:21.1710897Z [00:02:35.292]➜  packagefile github.com/cockroachdb/redact/internal/rfmt/fmtsort=/tmp/go-build548448651/b554/_pkg_.a
2025-08-20T21:26:21.1712013Z [00:02:35.292]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:21.1712800Z [00:02:35.292]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:21.1713605Z [00:02:35.292]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:21.1714425Z [00:02:35.292]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:21.1715224Z [00:02:35.292]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:21.1716079Z [00:02:35.292]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:21.1716743Z [00:02:35.292]➜  EOF
2025-08-20T21:26:21.1723184Z [00:02:35.292]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b551/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/redact@v1.1.5/internal/rfmt=>github.com/cockroachdb/redact@v1.1.5/internal/rfmt;$WORK/b551=>" -p github.com/cockroachdb/redact/internal/rfmt -lang=go1.14 -complete -installsuffix shared -buildid mnANipeXFQ8M8dbvTm1Q/mnANipeXFQ8M8dbvTm1Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b551/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/redact@v1.1.5/internal/rfmt/format.go /root/go/pkg/mod/github.com/cockroachdb/redact@v1.1.5/internal/rfmt/helpers.go /root/go/pkg/mod/github.com/cockroachdb/redact@v1.1.5/internal/rfmt/print.go /root/go/pkg/mod/github.com/cockroachdb/redact@v1.1.5/internal/rfmt/printer_adapter.go /root/go/pkg/mod/github.com/cockroachdb/redact@v1.1.5/internal/rfmt/registry.go
2025-08-20T21:26:21.1778424Z [00:02:35.300]➜  go tool buildid -w $WORK/b488/_pkg_.a # internal
2025-08-20T21:26:21.1920134Z [00:02:35.314]➜  cp $WORK/b488/_pkg_.a /root/.cache/go-build/73/73651e25941cb5e008592d418999fd86c609357c8d34a98164131e79b5cad9ae-d # internal
2025-08-20T21:26:21.1945814Z [00:02:35.317]➜  github.com/ipfs/boxo/namesys
2025-08-20T21:26:21.1946742Z [00:02:35.317]➜  mkdir -p $WORK/b482/
2025-08-20T21:26:21.1948855Z [00:02:35.317]➜  cat >/tmp/go-build548448651/b482/importcfg << 'EOF' # internal
2025-08-20T21:26:21.1949544Z [00:02:35.317]➜  # import config
2025-08-20T21:26:21.1950162Z [00:02:35.317]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:21.1950901Z [00:02:35.317]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:21.1951601Z [00:02:35.317]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:21.1952498Z [00:02:35.317]➜  packagefile github.com/hashicorp/golang-lru/v2=/tmp/go-build548448651/b225/_pkg_.a
2025-08-20T21:26:21.1953490Z [00:02:35.317]➜  packagefile github.com/ipfs/boxo/ipns=/tmp/go-build548448651/b483/_pkg_.a
2025-08-20T21:26:21.1954442Z [00:02:35.317]➜  packagefile github.com/ipfs/boxo/path=/tmp/go-build548448651/b370/_pkg_.a
2025-08-20T21:26:21.1955369Z [00:02:35.317]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:21.1956339Z [00:02:35.317]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build548448651/b255/_pkg_.a
2025-08-20T21:26:21.1957317Z [00:02:35.317]➜  packagefile github.com/ipfs/go-datastore/query=/tmp/go-build548448651/b257/_pkg_.a
2025-08-20T21:26:21.1958387Z [00:02:35.317]➜  packagefile github.com/ipfs/go-datastore/sync=/tmp/go-build548448651/b487/_pkg_.a
2025-08-20T21:26:21.1959591Z [00:02:35.317]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:21.1960669Z [00:02:35.317]➜  packagefile github.com/libp2p/go-libp2p-kad-dht=/tmp/go-build548448651/b488/_pkg_.a
2025-08-20T21:26:21.1961702Z [00:02:35.317]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build548448651/b311/_pkg_.a
2025-08-20T21:26:21.1963184Z [00:02:35.317]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:21.1964433Z [00:02:35.317]➜  packagefile github.com/libp2p/go-libp2p/core/routing=/tmp/go-build548448651/b329/_pkg_.a
2025-08-20T21:26:21.1965596Z [00:02:35.317]➜  packagefile github.com/miekg/dns=/tmp/go-build548448651/b449/_pkg_.a
2025-08-20T21:26:21.1966739Z [00:02:35.317]➜  packagefile github.com/multiformats/go-multiaddr-dns=/tmp/go-build548448651/b448/_pkg_.a
2025-08-20T21:26:21.1967944Z [00:02:35.317]➜  packagefile github.com/whyrusleeping/base32=/tmp/go-build548448651/b523/_pkg_.a
2025-08-20T21:26:21.1970244Z [00:02:35.317]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build548448651/b200/_pkg_.a
2025-08-20T21:26:21.1971220Z [00:02:35.317]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build548448651/b210/_pkg_.a
2025-08-20T21:26:21.1972219Z [00:02:35.317]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build548448651/b214/_pkg_.a
2025-08-20T21:26:21.1973085Z [00:02:35.317]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:21.1973779Z [00:02:35.317]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:21.1974448Z [00:02:35.317]➜  packagefile path=/tmp/go-build548448651/b063/_pkg_.a
2025-08-20T21:26:21.1975157Z [00:02:35.317]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:21.1975873Z [00:02:35.317]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:21.1976593Z [00:02:35.317]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:21.1977291Z [00:02:35.317]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:21.1977818Z [00:02:35.317]➜  EOF
2025-08-20T21:26:21.1983870Z [00:02:35.319]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b482/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/namesys=>github.com/ipfs/boxo@v0.34.0/namesys;$WORK/b482=>" -p github.com/ipfs/boxo/namesys -lang=go1.24 -complete -installsuffix shared -buildid zpttHPVLWj9odOe6UoKp/zpttHPVLWj9odOe6UoKp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b482/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/namesys/dns_resolver.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/namesys/interface.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/namesys/ipns_publisher.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/namesys/ipns_resolver.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/namesys/namesys.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/namesys/namesys_cache.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/namesys/utilities.go
2025-08-20T21:26:21.2685286Z [00:02:35.391]➜  go tool buildid -w $WORK/b442/_pkg_.a # internal
2025-08-20T21:26:21.2782885Z [00:02:35.400]➜  cp $WORK/b442/_pkg_.a /root/.cache/go-build/cf/cf89529131940b838f831433434b0f15f01bdb9cde1343977ea32a6d8db13271-d # internal
2025-08-20T21:26:21.2793050Z [00:02:35.402]➜  github.com/ipfs/boxo/routing/providerquerymanager
2025-08-20T21:26:21.2796176Z [00:02:35.402]➜  mkdir -p $WORK/b441/
2025-08-20T21:26:21.2825546Z [00:02:35.405]➜  cat >/tmp/go-build548448651/b441/importcfg << 'EOF' # internal
2025-08-20T21:26:21.2826537Z [00:02:35.405]➜  # import config
2025-08-20T21:26:21.2829973Z [00:02:35.405]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:21.2831043Z [00:02:35.405]➜  packagefile github.com/gammazero/chanqueue=/tmp/go-build548448651/b432/_pkg_.a
2025-08-20T21:26:21.2832171Z [00:02:35.405]➜  packagefile github.com/gammazero/deque=/tmp/go-build548448651/b197/_pkg_.a
2025-08-20T21:26:21.2833243Z [00:02:35.405]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:21.2834314Z [00:02:35.405]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:21.2835477Z [00:02:35.405]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:21.2836719Z [00:02:35.405]➜  packagefile github.com/libp2p/go-libp2p/core/routing=/tmp/go-build548448651/b329/_pkg_.a
2025-08-20T21:26:21.2838365Z [00:02:35.405]➜  packagefile github.com/libp2p/go-libp2p/p2p/net/swarm=/tmp/go-build548448651/b442/_pkg_.a
2025-08-20T21:26:21.2839840Z [00:02:35.405]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build548448651/b200/_pkg_.a
2025-08-20T21:26:21.2841072Z [00:02:35.405]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build548448651/b210/_pkg_.a
2025-08-20T21:26:21.2842286Z [00:02:35.405]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build548448651/b214/_pkg_.a
2025-08-20T21:26:21.2843254Z [00:02:35.405]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:21.2844035Z [00:02:35.405]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:21.2844625Z [00:02:35.405]➜  EOF
2025-08-20T21:26:21.2850030Z [00:02:35.405]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b441/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/routing/providerquerymanager=>github.com/ipfs/boxo@v0.34.0/routing/providerquerymanager;$WORK/b441=>" -p github.com/ipfs/boxo/routing/providerquerymanager -lang=go1.24 -complete -installsuffix shared -buildid XTn8j1bYTl_TScSLG9qg/XTn8j1bYTl_TScSLG9qg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b441/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/routing/providerquerymanager/providerquerymanager.go
2025-08-20T21:26:21.4472451Z [00:02:35.569]➜  go tool buildid -w $WORK/b551/_pkg_.a # internal
2025-08-20T21:26:21.4515786Z [00:02:35.574]➜  cp $WORK/b551/_pkg_.a /root/.cache/go-build/4f/4f7b0a2806c24a6626991e9f1e12699444aee9f861cfd4b14bcff6400524c4dc-d # internal
2025-08-20T21:26:21.4521528Z [00:02:35.575]➜  github.com/cockroachdb/redact/builder
2025-08-20T21:26:21.4526690Z [00:02:35.575]➜  mkdir -p $WORK/b546/
2025-08-20T21:26:21.4527450Z [00:02:35.575]➜  cat >/tmp/go-build548448651/b546/importcfg << 'EOF' # internal
2025-08-20T21:26:21.4528106Z [00:02:35.575]➜  # import config
2025-08-20T21:26:21.4528934Z [00:02:35.575]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:21.4531203Z [00:02:35.575]➜  packagefile github.com/cockroachdb/redact/interfaces=/tmp/go-build548448651/b547/_pkg_.a
2025-08-20T21:26:21.4532706Z [00:02:35.575]➜  packagefile github.com/cockroachdb/redact/internal/buffer=/tmp/go-build548448651/b548/_pkg_.a
2025-08-20T21:26:21.4534221Z [00:02:35.575]➜  packagefile github.com/cockroachdb/redact/internal/rfmt=/tmp/go-build548448651/b551/_pkg_.a
2025-08-20T21:26:21.4535421Z [00:02:35.575]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:21.4536250Z [00:02:35.575]➜  EOF
2025-08-20T21:26:21.4540531Z [00:02:35.575]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b546/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/redact@v1.1.5/builder=>github.com/cockroachdb/redact@v1.1.5/builder;$WORK/b546=>" -p github.com/cockroachdb/redact/builder -lang=go1.14 -complete -installsuffix shared -buildid VrRKFmSRGOnruvgwVeM5/VrRKFmSRGOnruvgwVeM5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b546/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/redact@v1.1.5/builder/builder.go
2025-08-20T21:26:21.4973881Z [00:02:35.620]➜  go tool buildid -w $WORK/b546/_pkg_.a # internal
2025-08-20T21:26:21.4985812Z [00:02:35.621]➜  cp $WORK/b546/_pkg_.a /root/.cache/go-build/c0/c072f340d940634be3fc321dca9b688ad27bcb53e3b865deafe4150d1fa939ec-d # internal
2025-08-20T21:26:21.5014064Z [00:02:35.624]➜  github.com/cockroachdb/redact
2025-08-20T21:26:21.5017137Z [00:02:35.624]➜  mkdir -p $WORK/b545/
2025-08-20T21:26:21.5024170Z [00:02:35.625]➜  cat >/tmp/go-build548448651/b545/importcfg << 'EOF' # internal
2025-08-20T21:26:21.5026693Z [00:02:35.625]➜  # import config
2025-08-20T21:26:21.5027445Z [00:02:35.625]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:21.5028935Z [00:02:35.625]➜  packagefile github.com/cockroachdb/redact/builder=/tmp/go-build548448651/b546/_pkg_.a
2025-08-20T21:26:21.5033143Z [00:02:35.625]➜  packagefile github.com/cockroachdb/redact/interfaces=/tmp/go-build548448651/b547/_pkg_.a
2025-08-20T21:26:21.5034577Z [00:02:35.625]➜  packagefile github.com/cockroachdb/redact/internal/buffer=/tmp/go-build548448651/b548/_pkg_.a
2025-08-20T21:26:21.5036013Z [00:02:35.625]➜  packagefile github.com/cockroachdb/redact/internal/fmtforward=/tmp/go-build548448651/b553/_pkg_.a
2025-08-20T21:26:21.5037482Z [00:02:35.625]➜  packagefile github.com/cockroachdb/redact/internal/markers=/tmp/go-build548448651/b550/_pkg_.a
2025-08-20T21:26:21.5039070Z [00:02:35.625]➜  packagefile github.com/cockroachdb/redact/internal/redact=/tmp/go-build548448651/b552/_pkg_.a
2025-08-20T21:26:21.5040419Z [00:02:35.625]➜  packagefile github.com/cockroachdb/redact/internal/rfmt=/tmp/go-build548448651/b551/_pkg_.a
2025-08-20T21:26:21.5041465Z [00:02:35.625]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:21.5042264Z [00:02:35.625]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:21.5043065Z [00:02:35.625]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:21.5043653Z [00:02:35.625]➜  EOF
2025-08-20T21:26:21.5048413Z [00:02:35.625]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b545/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/redact@v1.1.5=>github.com/cockroachdb/redact@v1.1.5;$WORK/b545=>" -p github.com/cockroachdb/redact -lang=go1.14 -complete -installsuffix shared -buildid s0G3kOk4qD-IDwO9Y8Xn/s0G3kOk4qD-IDwO9Y8Xn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b545/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/redact@v1.1.5/api.go /root/go/pkg/mod/github.com/cockroachdb/redact@v1.1.5/doc.go /root/go/pkg/mod/github.com/cockroachdb/redact@v1.1.5/markers_print.go /root/go/pkg/mod/github.com/cockroachdb/redact@v1.1.5/util.go
2025-08-20T21:26:21.5234030Z [00:02:35.646]➜  go tool buildid -w $WORK/b482/_pkg_.a # internal
2025-08-20T21:26:21.5284888Z [00:02:35.651]➜  cp $WORK/b482/_pkg_.a /root/.cache/go-build/15/1533070df07bc40d8f8a94b5f1c2a7185f0ae6d04e2a55322255839626af7caf-d # internal
2025-08-20T21:26:21.5312896Z [00:02:35.654]➜  github.com/ipfs/boxo/namesys/republisher
2025-08-20T21:26:21.5320923Z [00:02:35.654]➜  mkdir -p $WORK/b524/
2025-08-20T21:26:21.5321709Z [00:02:35.654]➜  cat >/tmp/go-build548448651/b524/importcfg << 'EOF' # internal
2025-08-20T21:26:21.5322448Z [00:02:35.654]➜  # import config
2025-08-20T21:26:21.5323153Z [00:02:35.654]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:21.5324340Z [00:02:35.654]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:21.5325907Z [00:02:35.654]➜  packagefile github.com/ipfs/boxo/ipns=/tmp/go-build548448651/b483/_pkg_.a
2025-08-20T21:26:21.5330095Z [00:02:35.654]➜  packagefile github.com/ipfs/boxo/keystore=/tmp/go-build548448651/b525/_pkg_.a
2025-08-20T21:26:21.5332897Z [00:02:35.654]➜  packagefile github.com/ipfs/boxo/namesys=/tmp/go-build548448651/b482/_pkg_.a
2025-08-20T21:26:21.5334102Z [00:02:35.654]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build548448651/b255/_pkg_.a
2025-08-20T21:26:21.5335507Z [00:02:35.654]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:21.5336740Z [00:02:35.654]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build548448651/b311/_pkg_.a
2025-08-20T21:26:21.5337987Z [00:02:35.654]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:21.5342034Z [00:02:35.654]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build548448651/b200/_pkg_.a
2025-08-20T21:26:21.5343195Z [00:02:35.654]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build548448651/b210/_pkg_.a
2025-08-20T21:26:21.5344354Z [00:02:35.654]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build548448651/b214/_pkg_.a
2025-08-20T21:26:21.5345362Z [00:02:35.654]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:21.5345980Z [00:02:35.654]➜  EOF
2025-08-20T21:26:21.5350029Z [00:02:35.654]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b524/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/namesys/republisher=>github.com/ipfs/boxo@v0.34.0/namesys/republisher;$WORK/b524=>" -p github.com/ipfs/boxo/namesys/republisher -lang=go1.24 -complete -installsuffix shared -buildid 8302nCvQQLHHDdy2Er4M/8302nCvQQLHHDdy2Er4M -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b524/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/namesys/republisher/repub.go
2025-08-20T21:26:21.5476219Z [00:02:35.670]➜  go tool buildid -w $WORK/b545/_pkg_.a # internal
2025-08-20T21:26:21.5489688Z [00:02:35.671]➜  cp $WORK/b545/_pkg_.a /root/.cache/go-build/42/42979cf928060a56524045af51a7a1e2a2973710d8c764fd8fede839d6800663-d # internal
2025-08-20T21:26:21.5495414Z [00:02:35.672]➜  github.com/kr/text
2025-08-20T21:26:21.5495958Z [00:02:35.672]➜  mkdir -p $WORK/b556/
2025-08-20T21:26:21.5501638Z [00:02:35.672]➜  cat >/tmp/go-build548448651/b556/importcfg << 'EOF' # internal
2025-08-20T21:26:21.5507533Z [00:02:35.672]➜  # import config
2025-08-20T21:26:21.5508200Z [00:02:35.672]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:21.5509192Z [00:02:35.672]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:21.5509976Z [00:02:35.672]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:21.5510920Z [00:02:35.672]➜  EOF
2025-08-20T21:26:21.5514598Z [00:02:35.673]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b556/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/kr/text@v0.2.0=>github.com/kr/text@v0.2.0;$WORK/b556=>" -p github.com/kr/text -lang=go1.16 -complete -installsuffix shared -buildid eV2h51glKbEl4I2Ipkj6/eV2h51glKbEl4I2Ipkj6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b556/importcfg -pack /root/go/pkg/mod/github.com/kr/text@v0.2.0/doc.go /root/go/pkg/mod/github.com/kr/text@v0.2.0/indent.go /root/go/pkg/mod/github.com/kr/text@v0.2.0/wrap.go
2025-08-20T21:26:21.5662335Z [00:02:35.688]➜  go tool buildid -w $WORK/b441/_pkg_.a # internal
2025-08-20T21:26:21.5715355Z [00:02:35.694]➜  cp $WORK/b441/_pkg_.a /root/.cache/go-build/51/513393991eb71fc43809f7b2ecc4ff1a9df65e26ee6a3a4036903945cda6aed4-d # internal
2025-08-20T21:26:21.5726477Z [00:02:35.695]➜  github.com/ipfs/boxo/bitswap/client
2025-08-20T21:26:21.5729447Z [00:02:35.695]➜  mkdir -p $WORK/b405/
2025-08-20T21:26:21.5732677Z [00:02:35.695]➜  cat >/tmp/go-build548448651/b405/importcfg << 'EOF' # internal
2025-08-20T21:26:21.5738221Z [00:02:35.695]➜  # import config
2025-08-20T21:26:21.5739153Z [00:02:35.695]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:21.5740475Z [00:02:35.695]➜  packagefile github.com/ipfs/boxo/bitswap/client/internal/blockpresencemanager=/tmp/go-build548448651/b406/_pkg_.a
2025-08-20T21:26:21.5742070Z [00:02:35.695]➜  packagefile github.com/ipfs/boxo/bitswap/client/internal/getter=/tmp/go-build548448651/b407/_pkg_.a
2025-08-20T21:26:21.5743607Z [00:02:35.695]➜  packagefile github.com/ipfs/boxo/bitswap/client/internal/messagequeue=/tmp/go-build548448651/b412/_pkg_.a
2025-08-20T21:26:21.5745578Z [00:02:35.695]➜  packagefile github.com/ipfs/boxo/bitswap/client/internal/notifications=/tmp/go-build548448651/b409/_pkg_.a
2025-08-20T21:26:21.5747219Z [00:02:35.695]➜  packagefile github.com/ipfs/boxo/bitswap/client/internal/peermanager=/tmp/go-build548448651/b428/_pkg_.a
2025-08-20T21:26:21.5749008Z [00:02:35.695]➜  packagefile github.com/ipfs/boxo/bitswap/client/internal/session=/tmp/go-build548448651/b431/_pkg_.a
2025-08-20T21:26:21.5750656Z [00:02:35.695]➜  packagefile github.com/ipfs/boxo/bitswap/client/internal/sessioninterestmanager=/tmp/go-build548448651/b433/_pkg_.a
2025-08-20T21:26:21.5752368Z [00:02:35.695]➜  packagefile github.com/ipfs/boxo/bitswap/client/internal/sessionmanager=/tmp/go-build548448651/b435/_pkg_.a
2025-08-20T21:26:21.5754048Z [00:02:35.695]➜  packagefile github.com/ipfs/boxo/bitswap/client/internal/sessionpeermanager=/tmp/go-build548448651/b436/_pkg_.a
2025-08-20T21:26:21.5755503Z [00:02:35.695]➜  packagefile github.com/ipfs/boxo/bitswap/internal=/tmp/go-build548448651/b437/_pkg_.a
2025-08-20T21:26:21.5756898Z [00:02:35.696]➜  packagefile github.com/ipfs/boxo/bitswap/internal/defaults=/tmp/go-build548448651/b438/_pkg_.a
2025-08-20T21:26:21.5758279Z [00:02:35.696]➜  packagefile github.com/ipfs/boxo/bitswap/message=/tmp/go-build548448651/b416/_pkg_.a
2025-08-20T21:26:21.5760251Z [00:02:35.696]➜  packagefile github.com/ipfs/boxo/bitswap/metrics=/tmp/go-build548448651/b439/_pkg_.a
2025-08-20T21:26:21.5761517Z [00:02:35.696]➜  packagefile github.com/ipfs/boxo/bitswap/network=/tmp/go-build548448651/b422/_pkg_.a
2025-08-20T21:26:21.5762773Z [00:02:35.696]➜  packagefile github.com/ipfs/boxo/bitswap/tracer=/tmp/go-build548448651/b440/_pkg_.a
2025-08-20T21:26:21.5764204Z [00:02:35.696]➜  packagefile github.com/ipfs/boxo/blockstore=/tmp/go-build548448651/b224/_pkg_.a
2025-08-20T21:26:21.5765411Z [00:02:35.696]➜  packagefile github.com/ipfs/boxo/exchange=/tmp/go-build548448651/b330/_pkg_.a
2025-08-20T21:26:21.5766902Z [00:02:35.696]➜  packagefile github.com/ipfs/boxo/routing/providerquerymanager=/tmp/go-build548448651/b441/_pkg_.a
2025-08-20T21:26:21.5768330Z [00:02:35.696]➜  packagefile github.com/ipfs/go-block-format=/tmp/go-build548448651/b258/_pkg_.a
2025-08-20T21:26:21.5769589Z [00:02:35.696]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:21.5770997Z [00:02:35.696]➜  packagefile github.com/ipfs/go-ipfs-delay=/tmp/go-build548448651/b434/_pkg_.a
2025-08-20T21:26:21.5772081Z [00:02:35.696]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:21.5773189Z [00:02:35.696]➜  packagefile github.com/ipfs/go-metrics-interface=/tmp/go-build548448651/b276/_pkg_.a
2025-08-20T21:26:21.5774418Z [00:02:35.696]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:21.5775659Z [00:02:35.696]➜  packagefile github.com/libp2p/go-libp2p/core/routing=/tmp/go-build548448651/b329/_pkg_.a
2025-08-20T21:26:21.5776849Z [00:02:35.696]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build548448651/b210/_pkg_.a
2025-08-20T21:26:21.5778034Z [00:02:35.696]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build548448651/b214/_pkg_.a
2025-08-20T21:26:21.5779982Z [00:02:35.696]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:21.5780815Z [00:02:35.696]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:21.5781434Z [00:02:35.696]➜  EOF
2025-08-20T21:26:21.5785535Z [00:02:35.696]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b405/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/client=>github.com/ipfs/boxo@v0.34.0/bitswap/client;$WORK/b405=>" -p github.com/ipfs/boxo/bitswap/client -lang=go1.24 -complete -installsuffix shared -buildid oFeSHMs86OvoOnQidmIO/oFeSHMs86OvoOnQidmIO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b405/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/client/client.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/client/stat.go
2025-08-20T21:26:21.5842181Z [00:02:35.706]➜  go tool buildid -w $WORK/b556/_pkg_.a # internal
2025-08-20T21:26:21.5891363Z [00:02:35.708]➜  cp $WORK/b556/_pkg_.a /root/.cache/go-build/7b/7b6822bca44caa78f043c2e4d7ab34c4b10c062c295777040715c129c2fe00fb-d # internal
2025-08-20T21:26:21.5904313Z [00:02:35.709]➜  github.com/rogpeppe/go-internal/fmtsort
2025-08-20T21:26:21.5904903Z [00:02:35.712]➜  mkdir -p $WORK/b557/
2025-08-20T21:26:21.5905591Z [00:02:35.712]➜  cat >/tmp/go-build548448651/b557/importcfg << 'EOF' # internal
2025-08-20T21:26:21.5906203Z [00:02:35.712]➜  # import config
2025-08-20T21:26:21.5906796Z [00:02:35.712]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:21.5907519Z [00:02:35.712]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:21.5908061Z [00:02:35.712]➜  EOF
2025-08-20T21:26:21.5912452Z [00:02:35.712]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b557/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/rogpeppe/go-internal@v1.13.1/fmtsort=>github.com/rogpeppe/go-internal@v1.13.1/fmtsort;$WORK/b557=>" -p github.com/rogpeppe/go-internal/fmtsort -lang=go1.22 -complete -installsuffix shared -buildid L7Xk86c_7njF5-vcVkek/L7Xk86c_7njF5-vcVkek -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b557/importcfg -pack /root/go/pkg/mod/github.com/rogpeppe/go-internal@v1.13.1/fmtsort/mapelem.go /root/go/pkg/mod/github.com/rogpeppe/go-internal@v1.13.1/fmtsort/sort.go
2025-08-20T21:26:21.6239074Z [00:02:35.744]➜  go tool buildid -w $WORK/b524/_pkg_.a # internal
2025-08-20T21:26:21.6244713Z [00:02:35.746]➜  cp $WORK/b524/_pkg_.a /root/.cache/go-build/73/737066997a373ab59baca5a372b0a6641ac2fb8e845f5f62032d566c36f4ce0c-d # internal
2025-08-20T21:26:21.6245848Z [00:02:35.747]➜  github.com/pkg/errors
2025-08-20T21:26:21.6246346Z [00:02:35.747]➜  mkdir -p $WORK/b558/
2025-08-20T21:26:21.6250398Z [00:02:35.747]➜  cat >/tmp/go-build548448651/b558/importcfg << 'EOF' # internal
2025-08-20T21:26:21.6255206Z [00:02:35.747]➜  # import config
2025-08-20T21:26:21.6255880Z [00:02:35.747]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:21.6256720Z [00:02:35.747]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:21.6257447Z [00:02:35.747]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:21.6258655Z [00:02:35.747]➜  packagefile path=/tmp/go-build548448651/b063/_pkg_.a
2025-08-20T21:26:21.6259408Z [00:02:35.747]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:21.6260210Z [00:02:35.747]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:21.6261031Z [00:02:35.747]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:21.6261629Z [00:02:35.747]➜  EOF
2025-08-20T21:26:21.6265415Z [00:02:35.748]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b558/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pkg/errors@v0.9.1=>github.com/pkg/errors@v0.9.1;$WORK/b558=>" -p github.com/pkg/errors -lang=go1.16 -complete -installsuffix shared -buildid OfTW2PxT3RKlBCLCMOAi/OfTW2PxT3RKlBCLCMOAi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b558/importcfg -pack /root/go/pkg/mod/github.com/pkg/errors@v0.9.1/errors.go /root/go/pkg/mod/github.com/pkg/errors@v0.9.1/go113.go /root/go/pkg/mod/github.com/pkg/errors@v0.9.1/stack.go
2025-08-20T21:26:21.6564418Z [00:02:35.779]➜  go tool buildid -w $WORK/b557/_pkg_.a # internal
2025-08-20T21:26:21.6572958Z [00:02:35.780]➜  cp $WORK/b557/_pkg_.a /root/.cache/go-build/64/64af8e0651e5ade7d98b31eb8e917fbc8e54b50521d9e3110e786bd5711c3d85-d # internal
2025-08-20T21:26:21.6581132Z [00:02:35.780]➜  github.com/kr/pretty
2025-08-20T21:26:21.6590060Z [00:02:35.781]➜  mkdir -p $WORK/b555/
2025-08-20T21:26:21.6597650Z [00:02:35.782]➜  cat >/tmp/go-build548448651/b555/importcfg << 'EOF' # internal
2025-08-20T21:26:21.6600350Z [00:02:35.782]➜  # import config
2025-08-20T21:26:21.6607520Z [00:02:35.782]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:21.6608466Z [00:02:35.782]➜  packagefile github.com/kr/text=/tmp/go-build548448651/b556/_pkg_.a
2025-08-20T21:26:21.6614879Z [00:02:35.782]➜  packagefile github.com/rogpeppe/go-internal/fmtsort=/tmp/go-build548448651/b557/_pkg_.a
2025-08-20T21:26:21.6615948Z [00:02:35.782]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:21.6616757Z [00:02:35.782]➜  packagefile log=/tmp/go-build548448651/b071/_pkg_.a
2025-08-20T21:26:21.6617552Z [00:02:35.782]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:21.6618374Z [00:02:35.782]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:21.6619483Z [00:02:35.782]➜  packagefile text/tabwriter=/tmp/go-build548448651/b353/_pkg_.a
2025-08-20T21:26:21.6620149Z [00:02:35.782]➜  EOF
2025-08-20T21:26:21.6624327Z [00:02:35.783]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b555/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/kr/pretty@v0.3.1=>github.com/kr/pretty@v0.3.1;$WORK/b555=>" -p github.com/kr/pretty -lang=go1.12 -complete -installsuffix shared -buildid GRyDoYVajBLA74LYlHEn/GRyDoYVajBLA74LYlHEn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b555/importcfg -pack /root/go/pkg/mod/github.com/kr/pretty@v0.3.1/diff.go /root/go/pkg/mod/github.com/kr/pretty@v0.3.1/formatter.go /root/go/pkg/mod/github.com/kr/pretty@v0.3.1/pretty.go /root/go/pkg/mod/github.com/kr/pretty@v0.3.1/zero.go
2025-08-20T21:26:21.6805347Z [00:02:35.803]➜  go tool buildid -w $WORK/b558/_pkg_.a # internal
2025-08-20T21:26:21.6819259Z [00:02:35.804]➜  cp $WORK/b558/_pkg_.a /root/.cache/go-build/f6/f62846c2df7947016a78a498a0a5aef32aa232aa1b95c993714fc181f9489a1f-d # internal
2025-08-20T21:26:21.6870495Z [00:02:35.806]➜  github.com/cockroachdb/logtags
2025-08-20T21:26:21.6873222Z [00:02:35.806]➜  mkdir -p $WORK/b563/
2025-08-20T21:26:21.6874032Z [00:02:35.807]➜  cat >/tmp/go-build548448651/b563/importcfg << 'EOF' # internal
2025-08-20T21:26:21.6874757Z [00:02:35.807]➜  # import config
2025-08-20T21:26:21.6875459Z [00:02:35.807]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:21.6876335Z [00:02:35.807]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:21.6877137Z [00:02:35.807]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:21.6877773Z [00:02:35.807]➜  EOF
2025-08-20T21:26:21.6883360Z [00:02:35.807]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b563/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/logtags@v0.0.0-20230118201751-21c54148d20b=>github.com/cockroachdb/logtags@v0.0.0-20230118201751-21c54148d20b;$WORK/b563=>" -p github.com/cockroachdb/logtags -lang=go1.16 -complete -installsuffix shared -buildid z93KBOaI_WZLRevq46I1/z93KBOaI_WZLRevq46I1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b563/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/logtags@v0.0.0-20230118201751-21c54148d20b/buffer.go /root/go/pkg/mod/github.com/cockroachdb/logtags@v0.0.0-20230118201751-21c54148d20b/context.go /root/go/pkg/mod/github.com/cockroachdb/logtags@v0.0.0-20230118201751-21c54148d20b/tag.go
2025-08-20T21:26:21.7445357Z [00:02:35.867]➜  go tool buildid -w $WORK/b563/_pkg_.a # internal
2025-08-20T21:26:21.7455086Z [00:02:35.868]➜  cp $WORK/b563/_pkg_.a /root/.cache/go-build/dc/dc780760d5e084a82184e205ea226d853e0bdcaa872d77d01ad435d683b1afc1-d # internal
2025-08-20T21:26:21.7459984Z [00:02:35.868]➜  github.com/getsentry/sentry-go/internal/debug
2025-08-20T21:26:21.7460670Z [00:02:35.868]➜  mkdir -p $WORK/b571/
2025-08-20T21:26:21.7467271Z [00:02:35.869]➜  cat >/tmp/go-build548448651/b571/importcfg << 'EOF' # internal
2025-08-20T21:26:21.7467982Z [00:02:35.869]➜  # import config
2025-08-20T21:26:21.7468854Z [00:02:35.869]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:21.7469718Z [00:02:35.869]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:21.7470522Z [00:02:35.869]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:21.7471353Z [00:02:35.869]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:21.7472293Z [00:02:35.869]➜  packagefile net/http/httptrace=/tmp/go-build548448651/b181/_pkg_.a
2025-08-20T21:26:21.7473648Z [00:02:35.869]➜  packagefile net/http/httputil=/tmp/go-build548448651/b376/_pkg_.a
2025-08-20T21:26:21.7474452Z [00:02:35.869]➜  EOF
2025-08-20T21:26:21.7478683Z [00:02:35.869]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b571/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/internal/debug=>github.com/getsentry/sentry-go@v0.27.0/internal/debug;$WORK/b571=>" -p github.com/getsentry/sentry-go/internal/debug -lang=go1.18 -complete -installsuffix shared -buildid zzspS6uKZmt57t3M1ehY/zzspS6uKZmt57t3M1ehY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b571/importcfg -pack /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/internal/debug/transport.go
2025-08-20T21:26:21.8224907Z [00:02:35.945]➜  go tool buildid -w $WORK/b571/_pkg_.a # internal
2025-08-20T21:26:21.8235020Z [00:02:35.946]➜  cp $WORK/b571/_pkg_.a /root/.cache/go-build/27/272da82333688577bbf4fda5773cae53ceac60a77dde9ab8601558643b75ce50-d # internal
2025-08-20T21:26:21.8237180Z [00:02:35.946]➜  github.com/getsentry/sentry-go/internal/otel/baggage
2025-08-20T21:26:21.8260816Z [00:02:35.948]➜  mkdir -p $WORK/b572/
2025-08-20T21:26:21.8261886Z [00:02:35.948]➜  cat >/tmp/go-build548448651/b572/importcfg << 'EOF' # internal
2025-08-20T21:26:21.8264547Z [00:02:35.948]➜  # import config
2025-08-20T21:26:21.8268876Z [00:02:35.948]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:21.8270172Z [00:02:35.948]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:21.8274074Z [00:02:35.949]➜  packagefile github.com/getsentry/sentry-go/internal/otel/baggage/internal/baggage=/tmp/go-build548448651/b573/_pkg_.a
2025-08-20T21:26:21.8275454Z [00:02:35.949]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:21.8276336Z [00:02:35.949]➜  packagefile regexp=/tmp/go-build548448651/b192/_pkg_.a
2025-08-20T21:26:21.8277219Z [00:02:35.949]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:21.8278185Z [00:02:35.949]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:21.8279109Z [00:02:35.949]➜  EOF
2025-08-20T21:26:21.8283396Z [00:02:35.949]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b572/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/internal/otel/baggage=>github.com/getsentry/sentry-go@v0.27.0/internal/otel/baggage;$WORK/b572=>" -p github.com/getsentry/sentry-go/internal/otel/baggage -lang=go1.18 -complete -installsuffix shared -buildid 13jeWKUm2CS8ZloGSwfv/13jeWKUm2CS8ZloGSwfv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b572/importcfg -pack /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/internal/otel/baggage/baggage.go
2025-08-20T21:26:21.8527363Z [00:02:35.975]➜  go tool buildid -w $WORK/b555/_pkg_.a # internal
2025-08-20T21:26:21.8570285Z [00:02:35.979]➜  cp $WORK/b555/_pkg_.a /root/.cache/go-build/83/83fba7c365d2c92c268bbceb84f2453fc906ee74e74e84a1783432f8229f64bd-d # internal
2025-08-20T21:26:21.8573867Z [00:02:35.980]➜  golang.org/x/text/internal/tag
2025-08-20T21:26:21.8578456Z [00:02:35.980]➜  mkdir -p $WORK/b579/
2025-08-20T21:26:21.8583588Z [00:02:35.981]➜  cat >/tmp/go-build548448651/b579/importcfg << 'EOF' # internal
2025-08-20T21:26:21.8592346Z [00:02:35.981]➜  # import config
2025-08-20T21:26:21.8593038Z [00:02:35.981]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:21.8593629Z [00:02:35.981]➜  EOF
2025-08-20T21:26:21.8596982Z [00:02:35.981]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b579/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/tag=>golang.org/x/text@v0.28.0/internal/tag;$WORK/b579=>" -p golang.org/x/text/internal/tag -lang=go1.23 -complete -installsuffix shared -buildid XI2nveOOZEjGc2oohgFW/XI2nveOOZEjGc2oohgFW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b579/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/tag/tag.go
2025-08-20T21:26:21.8911411Z [00:02:36.013]➜  go tool buildid -w $WORK/b579/_pkg_.a # internal
2025-08-20T21:26:21.8925175Z [00:02:36.015]➜  cp $WORK/b579/_pkg_.a /root/.cache/go-build/86/86a599e1602057c262c3f0727af558f25e5288728affbd992d8e708b24f6e5bf-d # internal
2025-08-20T21:26:21.8940163Z [00:02:36.016]➜  golang.org/x/text/internal/language
2025-08-20T21:26:21.8943344Z [00:02:36.017]➜  mkdir -p $WORK/b578/
2025-08-20T21:26:21.8954868Z [00:02:36.018]➜  cat >/tmp/go-build548448651/b578/importcfg << 'EOF' # internal
2025-08-20T21:26:21.8956162Z [00:02:36.018]➜  # import config
2025-08-20T21:26:21.8958472Z [00:02:36.018]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:21.8959730Z [00:02:36.018]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:21.8961800Z [00:02:36.018]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:21.8962842Z [00:02:36.018]➜  packagefile golang.org/x/text/internal/tag=/tmp/go-build548448651/b579/_pkg_.a
2025-08-20T21:26:21.8963882Z [00:02:36.018]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:21.8964737Z [00:02:36.018]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:21.8965602Z [00:02:36.018]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:21.8966322Z [00:02:36.018]➜  EOF
2025-08-20T21:26:21.8974844Z [00:02:36.018]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b578/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/language=>golang.org/x/text@v0.28.0/internal/language;$WORK/b578=>" -p golang.org/x/text/internal/language -lang=go1.23 -complete -installsuffix shared -buildid btMq9GwiMwsST6UXu8Hs/btMq9GwiMwsST6UXu8Hs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b578/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/language/common.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/language/compact.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/language/compose.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/language/coverage.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/language/language.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/language/lookup.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/language/match.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/language/parse.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/language/tables.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/language/tags.go
2025-08-20T21:26:21.9630976Z [00:02:36.085]➜  go tool buildid -w $WORK/b572/_pkg_.a # internal
2025-08-20T21:26:21.9651785Z [00:02:36.088]➜  cp $WORK/b572/_pkg_.a /root/.cache/go-build/6a/6a623fc8f5694b80b410c693fe337b6872fc6c27fe1c09c0491d0c583e194ad9-d # internal
2025-08-20T21:26:21.9654661Z [00:02:36.088]➜  golang.org/x/text/transform
2025-08-20T21:26:21.9657307Z [00:02:36.088]➜  mkdir -p $WORK/b581/
2025-08-20T21:26:21.9663364Z [00:02:36.089]➜  cat >/tmp/go-build548448651/b581/importcfg << 'EOF' # internal
2025-08-20T21:26:21.9665308Z [00:02:36.089]➜  # import config
2025-08-20T21:26:21.9666811Z [00:02:36.089]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:21.9667686Z [00:02:36.089]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:21.9668472Z [00:02:36.089]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:21.9669323Z [00:02:36.089]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:21.9669953Z [00:02:36.089]➜  EOF
2025-08-20T21:26:21.9673303Z [00:02:36.089]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b581/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.28.0/transform=>golang.org/x/text@v0.28.0/transform;$WORK/b581=>" -p golang.org/x/text/transform -lang=go1.23 -complete -installsuffix shared -buildid 6-zpkXXgxjK7EP9n4Juy/6-zpkXXgxjK7EP9n4Juy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b581/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.28.0/transform/transform.go
2025-08-20T21:26:22.0075282Z [00:02:36.130]➜  go tool buildid -w $WORK/b405/_pkg_.a # internal
2025-08-20T21:26:22.0183976Z [00:02:36.141]➜  go tool buildid -w $WORK/b581/_pkg_.a # internal
2025-08-20T21:26:22.0197637Z [00:02:36.142]➜  cp $WORK/b581/_pkg_.a /root/.cache/go-build/4a/4a9bf416a666bb26c29a1647cc9c9546e8f2f6bb3aed16ab0780d7de17ae9aaa-d # internal
2025-08-20T21:26:22.0204839Z [00:02:36.143]➜  golang.org/x/text/unicode/norm
2025-08-20T21:26:22.0242450Z [00:02:36.147]➜  mkdir -p $WORK/b582/
2025-08-20T21:26:22.0273893Z [00:02:36.150]➜  cat >/tmp/go-build548448651/b582/importcfg << 'EOF' # internal
2025-08-20T21:26:22.0276089Z [00:02:36.150]➜  # import config
2025-08-20T21:26:22.0276812Z [00:02:36.150]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:22.0277672Z [00:02:36.150]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:22.0278846Z [00:02:36.150]➜  packagefile golang.org/x/text/transform=/tmp/go-build548448651/b581/_pkg_.a
2025-08-20T21:26:22.0279831Z [00:02:36.150]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:22.0280662Z [00:02:36.150]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:22.0281540Z [00:02:36.150]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:22.0282203Z [00:02:36.150]➜  EOF
2025-08-20T21:26:22.0289623Z [00:02:36.150]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b582/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.28.0/unicode/norm=>golang.org/x/text@v0.28.0/unicode/norm;$WORK/b582=>" -p golang.org/x/text/unicode/norm -lang=go1.23 -complete -installsuffix shared -buildid 56PcobUadEOJjgGN33RR/56PcobUadEOJjgGN33RR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b582/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.28.0/unicode/norm/composition.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/unicode/norm/forminfo.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/unicode/norm/input.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/unicode/norm/iter.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/unicode/norm/normalize.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/unicode/norm/readwriter.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/unicode/norm/tables15.0.0.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/unicode/norm/transform.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/unicode/norm/trie.go
2025-08-20T21:26:22.0297201Z [00:02:36.150]➜  cp $WORK/b405/_pkg_.a /root/.cache/go-build/21/214d748fae5be84d427367e06df9bc4f658838de37526f7c00df717bd0248c06-d # internal
2025-08-20T21:26:22.0310540Z [00:02:36.153]➜  github.com/ipfs/boxo/bitswap
2025-08-20T21:26:22.0311175Z [00:02:36.153]➜  mkdir -p $WORK/b404/
2025-08-20T21:26:22.0311959Z [00:02:36.153]➜  cat >/tmp/go-build548448651/b404/importcfg << 'EOF' # internal
2025-08-20T21:26:22.0312645Z [00:02:36.154]➜  # import config
2025-08-20T21:26:22.0313315Z [00:02:36.154]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:22.0314172Z [00:02:36.154]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:22.0315024Z [00:02:36.154]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:22.0316040Z [00:02:36.154]➜  packagefile github.com/ipfs/boxo/bitswap/client=/tmp/go-build548448651/b405/_pkg_.a
2025-08-20T21:26:22.0317275Z [00:02:36.154]➜  packagefile github.com/ipfs/boxo/bitswap/message=/tmp/go-build548448651/b416/_pkg_.a
2025-08-20T21:26:22.0318799Z [00:02:36.154]➜  packagefile github.com/ipfs/boxo/bitswap/network=/tmp/go-build548448651/b422/_pkg_.a
2025-08-20T21:26:22.0320306Z [00:02:36.154]➜  packagefile github.com/ipfs/boxo/bitswap/server=/tmp/go-build548448651/b456/_pkg_.a
2025-08-20T21:26:22.0321694Z [00:02:36.154]➜  packagefile github.com/ipfs/boxo/bitswap/tracer=/tmp/go-build548448651/b440/_pkg_.a
2025-08-20T21:26:22.0323042Z [00:02:36.154]➜  packagefile github.com/ipfs/boxo/blockstore=/tmp/go-build548448651/b224/_pkg_.a
2025-08-20T21:26:22.0324373Z [00:02:36.154]➜  packagefile github.com/ipfs/boxo/exchange=/tmp/go-build548448651/b330/_pkg_.a
2025-08-20T21:26:22.0325977Z [00:02:36.154]➜  packagefile github.com/ipfs/go-block-format=/tmp/go-build548448651/b258/_pkg_.a
2025-08-20T21:26:22.0327276Z [00:02:36.154]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:22.0328748Z [00:02:36.154]➜  packagefile github.com/ipfs/go-ipfs-delay=/tmp/go-build548448651/b434/_pkg_.a
2025-08-20T21:26:22.0330050Z [00:02:36.154]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:22.0331353Z [00:02:36.154]➜  packagefile github.com/ipfs/go-metrics-interface=/tmp/go-build548448651/b276/_pkg_.a
2025-08-20T21:26:22.0332739Z [00:02:36.154]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:22.0334206Z [00:02:36.154]➜  packagefile github.com/libp2p/go-libp2p/core/routing=/tmp/go-build548448651/b329/_pkg_.a
2025-08-20T21:26:22.0335423Z [00:02:36.154]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:22.0336182Z [00:02:36.154]➜  EOF
2025-08-20T21:26:22.0343362Z [00:02:36.154]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b404/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap=>github.com/ipfs/boxo@v0.34.0/bitswap;$WORK/b404=>" -p github.com/ipfs/boxo/bitswap -lang=go1.24 -complete -installsuffix shared -buildid y7PyngUqVl-pubA9g5XI/y7PyngUqVl-pubA9g5XI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b404/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/bitswap.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/forward.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/options.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/sendOnlyTracer.go
2025-08-20T21:26:22.2385629Z [00:02:36.361]➜  go tool buildid -w $WORK/b578/_pkg_.a # internal
2025-08-20T21:26:22.2456938Z [00:02:36.368]➜  cp $WORK/b578/_pkg_.a /root/.cache/go-build/ba/ba8fe030e87802c33c73df0d0e278774323912fa697002a42f0c52784e784cf0-d # internal
2025-08-20T21:26:22.2465787Z [00:02:36.368]➜  golang.org/x/text/internal/language/compact
2025-08-20T21:26:22.2466478Z [00:02:36.368]➜  mkdir -p $WORK/b580/
2025-08-20T21:26:22.2467242Z [00:02:36.369]➜  cat >/tmp/go-build548448651/b580/importcfg << 'EOF' # internal
2025-08-20T21:26:22.2467933Z [00:02:36.369]➜  # import config
2025-08-20T21:26:22.2469416Z [00:02:36.369]➜  packagefile golang.org/x/text/internal/language=/tmp/go-build548448651/b578/_pkg_.a
2025-08-20T21:26:22.2470430Z [00:02:36.369]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:22.2471243Z [00:02:36.369]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:22.2471882Z [00:02:36.369]➜  EOF
2025-08-20T21:26:22.2478127Z [00:02:36.369]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b580/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/language/compact=>golang.org/x/text@v0.28.0/internal/language/compact;$WORK/b580=>" -p golang.org/x/text/internal/language/compact -lang=go1.23 -complete -installsuffix shared -buildid tmGliMxMxNW0W0l0jyBE/tmGliMxMxNW0W0l0jyBE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b580/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/language/compact/compact.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/language/compact/language.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/language/compact/parents.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/language/compact/tables.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/language/compact/tags.go
2025-08-20T21:26:22.2630111Z [00:02:36.385]➜  go tool buildid -w $WORK/b404/_pkg_.a # internal
2025-08-20T21:26:22.2683082Z [00:02:36.391]➜  cp $WORK/b404/_pkg_.a /root/.cache/go-build/26/26abd9c44f1e70f7ba55aaee44dd31a8f63baa290c5f19c8e3429d685ff68f33-d # internal
2025-08-20T21:26:22.2691539Z [00:02:36.391]➜  github.com/getsentry/sentry-go/internal/traceparser
2025-08-20T21:26:22.2693926Z [00:02:36.391]➜  mkdir -p $WORK/b583/
2025-08-20T21:26:22.2694666Z [00:02:36.391]➜  cat >/tmp/go-build548448651/b583/importcfg << 'EOF' # internal
2025-08-20T21:26:22.2695350Z [00:02:36.391]➜  # import config
2025-08-20T21:26:22.2696335Z [00:02:36.391]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:22.2697183Z [00:02:36.391]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:22.2697809Z [00:02:36.391]➜  EOF
2025-08-20T21:26:22.2702005Z [00:02:36.391]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b583/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/internal/traceparser=>github.com/getsentry/sentry-go@v0.27.0/internal/traceparser;$WORK/b583=>" -p github.com/getsentry/sentry-go/internal/traceparser -lang=go1.18 -complete -installsuffix shared -buildid m01ku7ym9YuatA_XPBtN/m01ku7ym9YuatA_XPBtN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b583/importcfg -pack /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/internal/traceparser/parser.go
2025-08-20T21:26:22.2966113Z [00:02:36.419]➜  go tool buildid -w $WORK/b583/_pkg_.a # internal
2025-08-20T21:26:22.2982265Z [00:02:36.420]➜  cp $WORK/b583/_pkg_.a /root/.cache/go-build/99/99eda79480130a8ee34561f68feb5619173829200bc5bd127b8293ecfbb4b2aa-d # internal
2025-08-20T21:26:22.2983406Z [00:02:36.420]➜  internal/lazyregexp
2025-08-20T21:26:22.2985295Z [00:02:36.420]➜  mkdir -p $WORK/b586/
2025-08-20T21:26:22.2986463Z [00:02:36.420]➜  cat >/tmp/go-build548448651/b586/importcfg << 'EOF' # internal
2025-08-20T21:26:22.2987179Z [00:02:36.420]➜  # import config
2025-08-20T21:26:22.2989245Z [00:02:36.420]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:22.2990495Z [00:02:36.420]➜  packagefile regexp=/tmp/go-build548448651/b192/_pkg_.a
2025-08-20T21:26:22.2991725Z [00:02:36.420]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:22.2992575Z [00:02:36.420]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:22.2993178Z [00:02:36.420]➜  EOF
2025-08-20T21:26:22.2996218Z [00:02:36.420]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b586/_pkg_.a -trimpath "/root/.go/src/internal/lazyregexp=>internal/lazyregexp;$WORK/b586=>" -p internal/lazyregexp -lang=go1.25 -std -complete -installsuffix shared -buildid bIkBTwhEceVvTPrLJ1zP/bIkBTwhEceVvTPrLJ1zP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b586/importcfg -pack /root/.go/src/internal/lazyregexp/lazyre.go
2025-08-20T21:26:22.3429387Z [00:02:36.465]➜  go tool buildid -w $WORK/b586/_pkg_.a # internal
2025-08-20T21:26:22.3440602Z [00:02:36.466]➜  cp $WORK/b586/_pkg_.a /root/.cache/go-build/57/5751a868673443aeae88b0b0d221e700a242b7a4d6aaf1284d00fb9607b658c9-d # internal
2025-08-20T21:26:22.3445377Z [00:02:36.467]➜  go/doc
2025-08-20T21:26:22.3446686Z [00:02:36.467]➜  mkdir -p $WORK/b585/
2025-08-20T21:26:22.3455472Z [00:02:36.468]➜  cat >/tmp/go-build548448651/b585/importcfg << 'EOF' # internal
2025-08-20T21:26:22.3457457Z [00:02:36.468]➜  # import config
2025-08-20T21:26:22.3458335Z [00:02:36.468]➜  packagefile cmp=/tmp/go-build548448651/b051/_pkg_.a
2025-08-20T21:26:22.3460211Z [00:02:36.468]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:22.3461044Z [00:02:36.468]➜  packagefile go/ast=/tmp/go-build548448651/b347/_pkg_.a
2025-08-20T21:26:22.3461864Z [00:02:36.468]➜  packagefile go/doc/comment=/tmp/go-build548448651/b352/_pkg_.a
2025-08-20T21:26:22.3462746Z [00:02:36.468]➜  packagefile go/token=/tmp/go-build548448651/b297/_pkg_.a
2025-08-20T21:26:22.3463639Z [00:02:36.468]➜  packagefile internal/lazyregexp=/tmp/go-build548448651/b586/_pkg_.a
2025-08-20T21:26:22.3464513Z [00:02:36.468]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:22.3465300Z [00:02:36.468]➜  packagefile path=/tmp/go-build548448651/b063/_pkg_.a
2025-08-20T21:26:22.3466090Z [00:02:36.468]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:22.3466885Z [00:02:36.468]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:22.3467682Z [00:02:36.468]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:22.3468466Z [00:02:36.468]➜  packagefile unicode=/tmp/go-build548448651/b041/_pkg_.a
2025-08-20T21:26:22.3469772Z [00:02:36.468]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:22.3470457Z [00:02:36.468]➜  EOF
2025-08-20T21:26:22.3496514Z [00:02:36.472]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b585/_pkg_.a -trimpath "/root/.go/src/go/doc=>go/doc;$WORK/b585=>" -p go/doc -lang=go1.25 -std -complete -installsuffix shared -buildid -_26vMdFuHl3uWHR4aBX/-_26vMdFuHl3uWHR4aBX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b585/importcfg -pack /root/.go/src/go/doc/comment.go /root/.go/src/go/doc/doc.go /root/.go/src/go/doc/example.go /root/.go/src/go/doc/exports.go /root/.go/src/go/doc/filter.go /root/.go/src/go/doc/reader.go /root/.go/src/go/doc/synopsis.go
2025-08-20T21:26:22.3606282Z [00:02:36.483]➜  go tool buildid -w $WORK/b580/_pkg_.a # internal
2025-08-20T21:26:22.3620646Z [00:02:36.484]➜  cp $WORK/b580/_pkg_.a /root/.cache/go-build/6e/6edfe031603c6f867057fee1ec57b98939e1d37717b78183e4dbd91c8f2c4f22-d # internal
2025-08-20T21:26:22.3653772Z [00:02:36.488]➜  golang.org/x/text/language
2025-08-20T21:26:22.3657363Z [00:02:36.488]➜  mkdir -p $WORK/b577/
2025-08-20T21:26:22.3659410Z [00:02:36.488]➜  cat >/tmp/go-build548448651/b577/importcfg << 'EOF' # internal
2025-08-20T21:26:22.3660109Z [00:02:36.488]➜  # import config
2025-08-20T21:26:22.3660747Z [00:02:36.488]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:22.3661504Z [00:02:36.488]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:22.3662487Z [00:02:36.488]➜  packagefile golang.org/x/text/internal/language=/tmp/go-build548448651/b578/_pkg_.a
2025-08-20T21:26:22.3663739Z [00:02:36.488]➜  packagefile golang.org/x/text/internal/language/compact=/tmp/go-build548448651/b580/_pkg_.a
2025-08-20T21:26:22.3664753Z [00:02:36.488]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:22.3665514Z [00:02:36.488]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:22.3666305Z [00:02:36.488]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:22.3666889Z [00:02:36.488]➜  EOF
2025-08-20T21:26:22.3673882Z [00:02:36.489]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b577/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.28.0/language=>golang.org/x/text@v0.28.0/language;$WORK/b577=>" -p golang.org/x/text/language -lang=go1.23 -complete -installsuffix shared -buildid yCFA2RpYckXDi1lam-ub/yCFA2RpYckXDi1lam-ub -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b577/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.28.0/language/coverage.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/language/doc.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/language/language.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/language/match.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/language/parse.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/language/tables.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/language/tags.go
2025-08-20T21:26:22.6584328Z [00:02:36.781]➜  go tool buildid -w $WORK/b577/_pkg_.a # internal
2025-08-20T21:26:22.6649598Z [00:02:36.787]➜  cp $WORK/b577/_pkg_.a /root/.cache/go-build/b5/b53e04d930b9da6db161bfd11140bd52dc139ee6e259ea2aef619e0463cb5fbc-d # internal
2025-08-20T21:26:22.6723252Z [00:02:36.795]➜  golang.org/x/text/internal
2025-08-20T21:26:22.6727523Z [00:02:36.795]➜  mkdir -p $WORK/b576/
2025-08-20T21:26:22.6728459Z [00:02:36.795]➜  cat >/tmp/go-build548448651/b576/importcfg << 'EOF' # internal
2025-08-20T21:26:22.6729333Z [00:02:36.795]➜  # import config
2025-08-20T21:26:22.6730153Z [00:02:36.795]➜  packagefile golang.org/x/text/language=/tmp/go-build548448651/b577/_pkg_.a
2025-08-20T21:26:22.6731113Z [00:02:36.795]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:22.6731724Z [00:02:36.795]➜  EOF
2025-08-20T21:26:22.6736788Z [00:02:36.795]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b576/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.28.0/internal=>golang.org/x/text@v0.28.0/internal;$WORK/b576=>" -p golang.org/x/text/internal -lang=go1.23 -complete -installsuffix shared -buildid fvEN9PfZHLVCkKb623qw/fvEN9PfZHLVCkKb623qw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b576/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/internal.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/match.go
2025-08-20T21:26:22.6994656Z [00:02:36.822]➜  go tool buildid -w $WORK/b582/_pkg_.a # internal
2025-08-20T21:26:22.7079459Z [00:02:36.830]➜  cp $WORK/b582/_pkg_.a /root/.cache/go-build/e5/e5079ac836f10678a26ae30e107adad7b8ef6972aa86b89659ca2ac563c83706-d # internal
2025-08-20T21:26:22.7085231Z [00:02:36.831]➜  internal/buildcfg
2025-08-20T21:26:22.7088206Z [00:02:36.831]➜  mkdir -p $WORK/b587/
2025-08-20T21:26:22.7089301Z [00:02:36.831]➜  cat >/tmp/go-build548448651/b587/importcfg << 'EOF' # internal
2025-08-20T21:26:22.7089993Z [00:02:36.831]➜  # import config
2025-08-20T21:26:22.7090643Z [00:02:36.831]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:22.7091646Z [00:02:36.831]➜  packagefile internal/goexperiment=/tmp/go-build548448651/b017/_pkg_.a
2025-08-20T21:26:22.7092551Z [00:02:36.831]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:22.7093395Z [00:02:36.831]➜  packagefile path/filepath=/tmp/go-build548448651/b168/_pkg_.a
2025-08-20T21:26:22.7094292Z [00:02:36.831]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:22.7095178Z [00:02:36.831]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:22.7095988Z [00:02:36.831]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:22.7096796Z [00:02:36.831]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:22.7097370Z [00:02:36.831]➜  EOF
2025-08-20T21:26:22.7101073Z [00:02:36.831]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b587/_pkg_.a -trimpath "/root/.go/src/internal/buildcfg=>internal/buildcfg;$WORK/b587=>" -p internal/buildcfg -lang=go1.25 -std -complete -installsuffix shared -buildid cTQO3qCk4H4-e2MFKjLB/cTQO3qCk4H4-e2MFKjLB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b587/importcfg -pack /root/.go/src/internal/buildcfg/cfg.go /root/.go/src/internal/buildcfg/exp.go /root/.go/src/internal/buildcfg/zbootstrap.go
2025-08-20T21:26:22.7116270Z [00:02:36.834]➜  go tool buildid -w $WORK/b576/_pkg_.a # internal
2025-08-20T21:26:22.7127482Z [00:02:36.835]➜  cp $WORK/b576/_pkg_.a /root/.cache/go-build/31/3130a33cfdb204b50ad46198c5e41e9b0504b38228f4a10fd4694bdb6189ac0a-d # internal
2025-08-20T21:26:22.7137019Z [00:02:36.836]➜  golang.org/x/text/cases
2025-08-20T21:26:22.7137748Z [00:02:36.836]➜  mkdir -p $WORK/b575/
2025-08-20T21:26:22.7145821Z [00:02:36.837]➜  cat >/tmp/go-build548448651/b575/importcfg << 'EOF' # internal
2025-08-20T21:26:22.7146548Z [00:02:36.837]➜  # import config
2025-08-20T21:26:22.7149146Z [00:02:36.837]➜  packagefile golang.org/x/text/internal=/tmp/go-build548448651/b576/_pkg_.a
2025-08-20T21:26:22.7150300Z [00:02:36.837]➜  packagefile golang.org/x/text/language=/tmp/go-build548448651/b577/_pkg_.a
2025-08-20T21:26:22.7151498Z [00:02:36.837]➜  packagefile golang.org/x/text/transform=/tmp/go-build548448651/b581/_pkg_.a
2025-08-20T21:26:22.7152677Z [00:02:36.837]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build548448651/b582/_pkg_.a
2025-08-20T21:26:22.7153665Z [00:02:36.837]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:22.7154532Z [00:02:36.837]➜  packagefile unicode=/tmp/go-build548448651/b041/_pkg_.a
2025-08-20T21:26:22.7164022Z [00:02:36.837]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:22.7164737Z [00:02:36.837]➜  EOF
2025-08-20T21:26:22.7171056Z [00:02:36.838]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b575/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.28.0/cases=>golang.org/x/text@v0.28.0/cases;$WORK/b575=>" -p golang.org/x/text/cases -lang=go1.23 -complete -installsuffix shared -buildid Tu-JQsjvnVuseomXWU-O/Tu-JQsjvnVuseomXWU-O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b575/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.28.0/cases/cases.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/cases/context.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/cases/fold.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/cases/info.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/cases/map.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/cases/tables15.0.0.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/cases/trieval.go
2025-08-20T21:26:22.7639312Z [00:02:36.886]➜  go tool buildid -w $WORK/b585/_pkg_.a # internal
2025-08-20T21:26:22.7679468Z [00:02:36.890]➜  cp $WORK/b585/_pkg_.a /root/.cache/go-build/20/208e57b5a8b70515e39fd667b6ad892ce1f93691c1a50fa6b74f3120585c0796-d # internal
2025-08-20T21:26:22.7699419Z [00:02:36.891]➜  os/exec
2025-08-20T21:26:22.7699945Z [00:02:36.891]➜  mkdir -p $WORK/b589/
2025-08-20T21:26:22.7700809Z [00:02:36.891]➜  cat >/tmp/go-build548448651/b589/importcfg << 'EOF' # internal
2025-08-20T21:26:22.7701543Z [00:02:36.891]➜  # import config
2025-08-20T21:26:22.7702286Z [00:02:36.891]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:22.7703113Z [00:02:36.891]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:22.7703952Z [00:02:36.891]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:22.7704892Z [00:02:36.891]➜  packagefile internal/godebug=/tmp/go-build548448651/b045/_pkg_.a
2025-08-20T21:26:22.7705916Z [00:02:36.891]➜  packagefile internal/syscall/execenv=/tmp/go-build548448651/b066/_pkg_.a
2025-08-20T21:26:22.7706967Z [00:02:36.891]➜  packagefile internal/syscall/unix=/tmp/go-build548448651/b065/_pkg_.a
2025-08-20T21:26:22.7707876Z [00:02:36.891]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:22.7708919Z [00:02:36.891]➜  packagefile io/fs=/tmp/go-build548448651/b062/_pkg_.a
2025-08-20T21:26:22.7709728Z [00:02:36.891]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:22.7710573Z [00:02:36.891]➜  packagefile path/filepath=/tmp/go-build548448651/b168/_pkg_.a
2025-08-20T21:26:22.7711464Z [00:02:36.891]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:22.7712296Z [00:02:36.891]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:22.7713415Z [00:02:36.891]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:22.7714215Z [00:02:36.891]➜  packagefile syscall=/tmp/go-build548448651/b047/_pkg_.a
2025-08-20T21:26:22.7715004Z [00:02:36.891]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:22.7715594Z [00:02:36.891]➜  EOF
2025-08-20T21:26:22.7718853Z [00:02:36.892]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b589/_pkg_.a -trimpath "/root/.go/src/os/exec=>os/exec;$WORK/b589=>" -p os/exec -lang=go1.25 -std -complete -installsuffix shared -buildid KJw3gQLRo8k05qhHz5Ed/KJw3gQLRo8k05qhHz5Ed -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b589/importcfg -pack /root/.go/src/os/exec/exec.go /root/.go/src/os/exec/exec_unix.go /root/.go/src/os/exec/lp_unix.go
2025-08-20T21:26:22.7962520Z [00:02:36.919]➜  go tool buildid -w $WORK/b541/_pkg_.a # internal
2025-08-20T21:26:22.8031077Z [00:02:36.926]➜  go tool buildid -w $WORK/b587/_pkg_.a # internal
2025-08-20T21:26:22.8062148Z [00:02:36.928]➜  cp $WORK/b587/_pkg_.a /root/.cache/go-build/df/df8e7f3bea151e5b5d62ecf6246e68c9fc74cb669a22637fe9948c4c5c7d08a9-d # internal
2025-08-20T21:26:22.8063311Z [00:02:36.929]➜  github.com/cockroachdb/fifo
2025-08-20T21:26:22.8063859Z [00:02:36.929]➜  mkdir -p $WORK/b600/
2025-08-20T21:26:22.8064563Z [00:02:36.929]➜  cat >/tmp/go-build548448651/b600/importcfg << 'EOF' # internal
2025-08-20T21:26:22.8065216Z [00:02:36.929]➜  # import config
2025-08-20T21:26:22.8065845Z [00:02:36.929]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:22.8066625Z [00:02:36.929]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:22.8067379Z [00:02:36.929]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:22.8069335Z [00:02:36.929]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:22.8070127Z [00:02:36.929]➜  EOF
2025-08-20T21:26:22.8075587Z [00:02:36.929]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b600/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/fifo@v0.0.0-20240606204812-0bbfbd93a7ce=>github.com/cockroachdb/fifo@v0.0.0-20240606204812-0bbfbd93a7ce;$WORK/b600=>" -p github.com/cockroachdb/fifo -lang=go1.20 -complete -installsuffix shared -buildid mAEzAAbTh7pX4Kv7dSVI/mAEzAAbTh7pX4Kv7dSVI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b600/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/fifo@v0.0.0-20240606204812-0bbfbd93a7ce/invariants_off.go /root/go/pkg/mod/github.com/cockroachdb/fifo@v0.0.0-20240606204812-0bbfbd93a7ce/queue.go /root/go/pkg/mod/github.com/cockroachdb/fifo@v0.0.0-20240606204812-0bbfbd93a7ce/semaphore.go
2025-08-20T21:26:22.8167949Z [00:02:36.939]➜  cp $WORK/b541/_pkg_.a /root/.cache/go-build/6c/6c8a9b8a0c21cbd5bc8707e16c537e4e593a41f55065f588a9a02301e4a7429e-d # internal
2025-08-20T21:26:22.8173117Z [00:02:36.940]➜  github.com/gogo/protobuf/protoc-gen-gogo/descriptor
2025-08-20T21:26:22.8175493Z [00:02:36.940]➜  mkdir -p $WORK/b542/
2025-08-20T21:26:22.8181528Z [00:02:36.940]➜  cat >/tmp/go-build548448651/b542/importcfg << 'EOF' # internal
2025-08-20T21:26:22.8182477Z [00:02:36.940]➜  # import config
2025-08-20T21:26:22.8183487Z [00:02:36.941]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:22.8184698Z [00:02:36.941]➜  packagefile compress/gzip=/tmp/go-build548448651/b075/_pkg_.a
2025-08-20T21:26:22.8200454Z [00:02:36.941]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:22.8201429Z [00:02:36.941]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build548448651/b541/_pkg_.a
2025-08-20T21:26:22.8202426Z [00:02:36.941]➜  packagefile io/ioutil=/tmp/go-build548448651/b509/_pkg_.a
2025-08-20T21:26:22.8203263Z [00:02:36.941]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:22.8204087Z [00:02:36.941]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:22.8204892Z [00:02:36.941]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:22.8205732Z [00:02:36.941]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:22.8207047Z [00:02:36.941]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:22.8207851Z [00:02:36.941]➜  EOF
2025-08-20T21:26:22.8227857Z [00:02:36.941]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b542/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/protoc-gen-gogo/descriptor=>github.com/gogo/protobuf@v1.3.2/protoc-gen-gogo/descriptor;$WORK/b542=>" -p github.com/gogo/protobuf/protoc-gen-gogo/descriptor -lang=go1.15 -complete -installsuffix shared -buildid AwxyUUR-soawVeX_Kvoc/AwxyUUR-soawVeX_Kvoc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b542/importcfg -pack /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/protoc-gen-gogo/descriptor/descriptor.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/protoc-gen-gogo/descriptor/descriptor.pb.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/protoc-gen-gogo/descriptor/descriptor_gostring.gen.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/protoc-gen-gogo/descriptor/helper.go
2025-08-20T21:26:22.8563537Z [00:02:36.979]➜  go tool buildid -w $WORK/b600/_pkg_.a # internal
2025-08-20T21:26:22.8575636Z [00:02:36.980]➜  cp $WORK/b600/_pkg_.a /root/.cache/go-build/ee/eeeedbc1b14ffdb3246710540cf74f86f6a9820138bed0f29d75a5997d7b7380-d # internal
2025-08-20T21:26:22.8582922Z [00:02:36.981]➜  github.com/gogo/protobuf/types
2025-08-20T21:26:22.8585492Z [00:02:36.981]➜  mkdir -p $WORK/b543/
2025-08-20T21:26:22.8590643Z [00:02:36.981]➜  cat >/tmp/go-build548448651/b543/importcfg << 'EOF' # internal
2025-08-20T21:26:22.8591336Z [00:02:36.981]➜  # import config
2025-08-20T21:26:22.8593330Z [00:02:36.981]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:22.8594613Z [00:02:36.981]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:22.8595511Z [00:02:36.981]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:22.8596298Z [00:02:36.981]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:22.8597221Z [00:02:36.981]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build548448651/b541/_pkg_.a
2025-08-20T21:26:22.8598346Z [00:02:36.981]➜  packagefile github.com/gogo/protobuf/sortkeys=/tmp/go-build548448651/b544/_pkg_.a
2025-08-20T21:26:22.8599505Z [00:02:36.981]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:22.8600311Z [00:02:36.981]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:22.8601163Z [00:02:36.981]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:22.8602011Z [00:02:36.981]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:22.8602803Z [00:02:36.981]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:22.8603622Z [00:02:36.981]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:22.8604435Z [00:02:36.981]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:22.8605047Z [00:02:36.981]➜  EOF
2025-08-20T21:26:22.8620151Z [00:02:36.981]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b543/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/types=>github.com/gogo/protobuf@v1.3.2/types;$WORK/b543=>" -p github.com/gogo/protobuf/types -lang=go1.15 -complete -installsuffix shared -buildid fFjSZo2-dztjseu8uy6X/fFjSZo2-dztjseu8uy6X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b543/importcfg -pack /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/types/any.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/types/any.pb.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/types/api.pb.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/types/doc.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/types/duration.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/types/duration.pb.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/types/duration_gogo.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/types/empty.pb.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/types/field_mask.pb.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/types/protosize.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/types/source_context.pb.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/types/struct.pb.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/types/timestamp.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/types/timestamp.pb.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/types/timestamp_gogo.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/types/type.pb.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/types/wrappers.pb.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/types/wrappers_gogo.go
2025-08-20T21:26:22.9315064Z [00:02:37.054]➜  go tool buildid -w $WORK/b589/_pkg_.a # internal
2025-08-20T21:26:22.9343555Z [00:02:37.057]➜  cp $WORK/b589/_pkg_.a /root/.cache/go-build/4d/4d54bfca53e28401c25b13e4b002a130e4584fcf877ff2a7d6c9dcf7d72192c7-d # internal
2025-08-20T21:26:22.9347298Z [00:02:37.057]➜  internal/goroot
2025-08-20T21:26:22.9350340Z [00:02:37.057]➜  mkdir -p $WORK/b588/
2025-08-20T21:26:22.9363011Z [00:02:37.059]➜  cat >/tmp/go-build548448651/b588/importcfg << 'EOF' # internal
2025-08-20T21:26:22.9403686Z [00:02:37.059]➜  # import config
2025-08-20T21:26:22.9404343Z [00:02:37.059]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:22.9405126Z [00:02:37.059]➜  packagefile os/exec=/tmp/go-build548448651/b589/_pkg_.a
2025-08-20T21:26:22.9405957Z [00:02:37.059]➜  packagefile path/filepath=/tmp/go-build548448651/b168/_pkg_.a
2025-08-20T21:26:22.9406854Z [00:02:37.059]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:22.9407758Z [00:02:37.059]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:22.9408417Z [00:02:37.059]➜  EOF
2025-08-20T21:26:22.9411566Z [00:02:37.059]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b588/_pkg_.a -trimpath "/root/.go/src/internal/goroot=>internal/goroot;$WORK/b588=>" -p internal/goroot -lang=go1.25 -std -complete -installsuffix shared -buildid OBQP9_56O7CY2MZVvB9E/OBQP9_56O7CY2MZVvB9E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b588/importcfg -pack /root/.go/src/internal/goroot/gc.go
2025-08-20T21:26:22.9796063Z [00:02:37.102]➜  go tool buildid -w $WORK/b575/_pkg_.a # internal
2025-08-20T21:26:22.9842253Z [00:02:37.106]➜  cp $WORK/b575/_pkg_.a /root/.cache/go-build/c4/c4ffe038b6eccf7f5de9aeb220e4095f1761f6e817c2ec2dc9bfc9ec674ca4f4-d # internal
2025-08-20T21:26:22.9850773Z [00:02:37.107]➜  github.com/getsentry/sentry-go/internal/ratelimit
2025-08-20T21:26:22.9853420Z [00:02:37.107]➜  mkdir -p $WORK/b574/
2025-08-20T21:26:22.9854216Z [00:02:37.108]➜  cat >/tmp/go-build548448651/b574/importcfg << 'EOF' # internal
2025-08-20T21:26:22.9855247Z [00:02:37.108]➜  # import config
2025-08-20T21:26:22.9857322Z [00:02:37.108]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:22.9859319Z [00:02:37.108]➜  packagefile golang.org/x/text/cases=/tmp/go-build548448651/b575/_pkg_.a
2025-08-20T21:26:22.9863129Z [00:02:37.108]➜  packagefile golang.org/x/text/language=/tmp/go-build548448651/b577/_pkg_.a
2025-08-20T21:26:22.9864151Z [00:02:37.108]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:22.9865009Z [00:02:37.108]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:22.9865857Z [00:02:37.108]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:22.9866706Z [00:02:37.108]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:22.9867535Z [00:02:37.108]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:22.9868174Z [00:02:37.108]➜  EOF
2025-08-20T21:26:22.9875571Z [00:02:37.109]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b574/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/internal/ratelimit=>github.com/getsentry/sentry-go@v0.27.0/internal/ratelimit;$WORK/b574=>" -p github.com/getsentry/sentry-go/internal/ratelimit -lang=go1.18 -complete -installsuffix shared -buildid 6XgF-wGDXfw4NrA_khHm/6XgF-wGDXfw4NrA_khHm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b574/importcfg -pack /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/internal/ratelimit/category.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/internal/ratelimit/deadline.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/internal/ratelimit/doc.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/internal/ratelimit/map.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/internal/ratelimit/rate_limits.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/internal/ratelimit/retry_after.go
2025-08-20T21:26:22.9897844Z [00:02:37.112]➜  go tool buildid -w $WORK/b588/_pkg_.a # internal
2025-08-20T21:26:22.9911797Z [00:02:37.114]➜  cp $WORK/b588/_pkg_.a /root/.cache/go-build/63/6333887b6152609ec6807486f7644199a90ef095afb8001df509dac4500e7229-d # internal
2025-08-20T21:26:22.9933582Z [00:02:37.116]➜  go/build
2025-08-20T21:26:22.9938677Z [00:02:37.116]➜  mkdir -p $WORK/b584/
2025-08-20T21:26:22.9954300Z [00:02:37.118]➜  cat >/tmp/go-build548448651/b584/importcfg << 'EOF' # internal
2025-08-20T21:26:22.9955587Z [00:02:37.118]➜  # import config
2025-08-20T21:26:22.9961155Z [00:02:37.118]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:22.9962077Z [00:02:37.118]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:22.9962909Z [00:02:37.118]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:22.9963681Z [00:02:37.118]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:22.9964437Z [00:02:37.118]➜  packagefile go/ast=/tmp/go-build548448651/b347/_pkg_.a
2025-08-20T21:26:22.9965294Z [00:02:37.118]➜  packagefile go/build/constraint=/tmp/go-build548448651/b350/_pkg_.a
2025-08-20T21:26:22.9966396Z [00:02:37.118]➜  packagefile go/doc=/tmp/go-build548448651/b585/_pkg_.a
2025-08-20T21:26:22.9967203Z [00:02:37.118]➜  packagefile go/parser=/tmp/go-build548448651/b349/_pkg_.a
2025-08-20T21:26:22.9968017Z [00:02:37.118]➜  packagefile go/scanner=/tmp/go-build548448651/b348/_pkg_.a
2025-08-20T21:26:22.9969052Z [00:02:37.118]➜  packagefile go/token=/tmp/go-build548448651/b297/_pkg_.a
2025-08-20T21:26:22.9969939Z [00:02:37.118]➜  packagefile internal/buildcfg=/tmp/go-build548448651/b587/_pkg_.a
2025-08-20T21:26:22.9970884Z [00:02:37.118]➜  packagefile internal/godebug=/tmp/go-build548448651/b045/_pkg_.a
2025-08-20T21:26:22.9971825Z [00:02:37.118]➜  packagefile internal/goroot=/tmp/go-build548448651/b588/_pkg_.a
2025-08-20T21:26:22.9972775Z [00:02:37.118]➜  packagefile internal/goversion=/tmp/go-build548448651/b590/_pkg_.a
2025-08-20T21:26:22.9973768Z [00:02:37.118]➜  packagefile internal/platform=/tmp/go-build548448651/b591/_pkg_.a
2025-08-20T21:26:22.9974699Z [00:02:37.118]➜  packagefile internal/syslist=/tmp/go-build548448651/b592/_pkg_.a
2025-08-20T21:26:22.9975540Z [00:02:37.118]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:22.9976321Z [00:02:37.118]➜  packagefile io/fs=/tmp/go-build548448651/b062/_pkg_.a
2025-08-20T21:26:22.9977115Z [00:02:37.118]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:22.9977880Z [00:02:37.118]➜  packagefile os/exec=/tmp/go-build548448651/b589/_pkg_.a
2025-08-20T21:26:23.0002327Z [00:02:37.118]➜  packagefile path=/tmp/go-build548448651/b063/_pkg_.a
2025-08-20T21:26:23.0003320Z [00:02:37.118]➜  packagefile path/filepath=/tmp/go-build548448651/b168/_pkg_.a
2025-08-20T21:26:23.0004232Z [00:02:37.118]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:23.0005099Z [00:02:37.118]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:23.0005993Z [00:02:37.118]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:23.0006863Z [00:02:37.118]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:23.0007755Z [00:02:37.118]➜  packagefile unicode=/tmp/go-build548448651/b041/_pkg_.a
2025-08-20T21:26:23.0008849Z [00:02:37.118]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:23.0009862Z [00:02:37.118]➜  EOF
2025-08-20T21:26:23.0012973Z [00:02:37.118]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b584/_pkg_.a -trimpath "/root/.go/src/go/build=>go/build;$WORK/b584=>" -p go/build -lang=go1.25 -std -complete -installsuffix shared -buildid ZK-Jg47rEr5GzmDQol_C/ZK-Jg47rEr5GzmDQol_C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b584/importcfg -pack /root/.go/src/go/build/build.go /root/.go/src/go/build/doc.go /root/.go/src/go/build/gc.go /root/.go/src/go/build/read.go
2025-08-20T21:26:23.0626118Z [00:02:37.185]➜  go tool buildid -w $WORK/b574/_pkg_.a # internal
2025-08-20T21:26:23.0637932Z [00:02:37.186]➜  cp $WORK/b574/_pkg_.a /root/.cache/go-build/6d/6da39d756a398ef1a9d151e4c5db82448541a078c969fe2795a8a6ffd3c830f2-d # internal
2025-08-20T21:26:23.0657606Z [00:02:37.188]➜  golang.org/x/sys/execabs
2025-08-20T21:26:23.0673937Z [00:02:37.189]➜  mkdir -p $WORK/b593/
2025-08-20T21:26:23.0679789Z [00:02:37.189]➜  cat >/tmp/go-build548448651/b593/importcfg << 'EOF' # internal
2025-08-20T21:26:23.0680570Z [00:02:37.189]➜  # import config
2025-08-20T21:26:23.0681248Z [00:02:37.189]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:23.0682116Z [00:02:37.189]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:23.0682945Z [00:02:37.189]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:23.0683775Z [00:02:37.189]➜  packagefile os/exec=/tmp/go-build548448651/b589/_pkg_.a
2025-08-20T21:26:23.0684692Z [00:02:37.190]➜  packagefile path/filepath=/tmp/go-build548448651/b168/_pkg_.a
2025-08-20T21:26:23.0685600Z [00:02:37.190]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:23.0686259Z [00:02:37.190]➜  EOF
2025-08-20T21:26:23.0692786Z [00:02:37.190]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b593/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.35.0/execabs=>golang.org/x/sys@v0.35.0/execabs;$WORK/b593=>" -p golang.org/x/sys/execabs -lang=go1.23 -complete -installsuffix shared -buildid Hf0swkCcumN0kzhQ2MEV/Hf0swkCcumN0kzhQ2MEV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b593/importcfg -pack /root/go/pkg/mod/golang.org/x/sys@v0.35.0/execabs/execabs.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/execabs/execabs_go119.go
2025-08-20T21:26:23.1225395Z [00:02:37.245]➜  go tool buildid -w $WORK/b593/_pkg_.a # internal
2025-08-20T21:26:23.1236222Z [00:02:37.246]➜  cp $WORK/b593/_pkg_.a /root/.cache/go-build/ba/ba78677d5d2eb99346a2dd8061fbf4869ff2268dcaed66b6342a34d7ec59721f-d # internal
2025-08-20T21:26:23.1264364Z [00:02:37.249]➜  github.com/cockroachdb/pebble/v2/internal/humanize
2025-08-20T21:26:23.1270940Z [00:02:37.249]➜  mkdir -p $WORK/b603/
2025-08-20T21:26:23.1278858Z [00:02:37.249]➜  cat >/tmp/go-build548448651/b603/importcfg << 'EOF' # internal
2025-08-20T21:26:23.1279597Z [00:02:37.249]➜  # import config
2025-08-20T21:26:23.1280230Z [00:02:37.249]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:23.1281183Z [00:02:37.249]➜  packagefile github.com/cockroachdb/redact=/tmp/go-build548448651/b545/_pkg_.a
2025-08-20T21:26:23.1282460Z [00:02:37.249]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:23.1283044Z [00:02:37.249]➜  EOF
2025-08-20T21:26:23.1287100Z [00:02:37.250]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b603/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/humanize=>github.com/cockroachdb/pebble/v2@v2.0.6/internal/humanize;$WORK/b603=>" -p github.com/cockroachdb/pebble/v2/internal/humanize -lang=go1.22 -complete -installsuffix shared -buildid BuR9CnwuCDbn1bVbtVfQ/BuR9CnwuCDbn1bVbtVfQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b603/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/humanize/humanize.go
2025-08-20T21:26:23.1665070Z [00:02:37.289]➜  go tool buildid -w $WORK/b603/_pkg_.a # internal
2025-08-20T21:26:23.1676559Z [00:02:37.289]➜  cp $WORK/b603/_pkg_.a /root/.cache/go-build/3d/3de0824d9cb13f55b622f7a6f807b63f99e0e8536d8e1175e4cf430dc7d820be-d # internal
2025-08-20T21:26:23.1677944Z [00:02:37.290]➜  github.com/cockroachdb/pebble/v2/internal/invariants
2025-08-20T21:26:23.1682005Z [00:02:37.290]➜  mkdir -p $WORK/b604/
2025-08-20T21:26:23.1682771Z [00:02:37.290]➜  cat >/tmp/go-build548448651/b604/importcfg << 'EOF' # internal
2025-08-20T21:26:23.1683473Z [00:02:37.290]➜  # import config
2025-08-20T21:26:23.1686289Z [00:02:37.290]➜  packagefile math/rand/v2=/tmp/go-build548448651/b104/_pkg_.a
2025-08-20T21:26:23.1689704Z [00:02:37.291]➜  EOF
2025-08-20T21:26:23.1696185Z [00:02:37.291]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b604/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/invariants=>github.com/cockroachdb/pebble/v2@v2.0.6/internal/invariants;$WORK/b604=>" -p github.com/cockroachdb/pebble/v2/internal/invariants -lang=go1.22 -complete -installsuffix shared -buildid MzfBxDKNR-peqGeGzSiM/MzfBxDKNR-peqGeGzSiM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b604/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/invariants/finalizer_off.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/invariants/off.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/invariants/race_off.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/invariants/utils.go
2025-08-20T21:26:23.1862144Z [00:02:37.308]➜  go tool buildid -w $WORK/b604/_pkg_.a # internal
2025-08-20T21:26:23.1869977Z [00:02:37.309]➜  cp $WORK/b604/_pkg_.a /root/.cache/go-build/28/28af0b7d36bf6339ab81bb3f5cee80e266d7f3b15e715d0c54b5da2ab2156ada-d # internal
2025-08-20T21:26:23.1881513Z [00:02:37.309]➜  github.com/cockroachdb/pebble/v2/internal/treeprinter
2025-08-20T21:26:23.1882234Z [00:02:37.309]➜  mkdir -p $WORK/b605/
2025-08-20T21:26:23.1883019Z [00:02:37.310]➜  cat >/tmp/go-build548448651/b605/importcfg << 'EOF' # internal
2025-08-20T21:26:23.1883719Z [00:02:37.310]➜  # import config
2025-08-20T21:26:23.1884387Z [00:02:37.310]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:23.1885207Z [00:02:37.310]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:23.1886038Z [00:02:37.310]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:23.1886660Z [00:02:37.310]➜  EOF
2025-08-20T21:26:23.1892882Z [00:02:37.310]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b605/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/treeprinter=>github.com/cockroachdb/pebble/v2@v2.0.6/internal/treeprinter;$WORK/b605=>" -p github.com/cockroachdb/pebble/v2/internal/treeprinter -lang=go1.22 -complete -installsuffix shared -buildid De-gVbrES-Nhq3CyVhZF/De-gVbrES-Nhq3CyVhZF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b605/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/treeprinter/tree_printer.go
2025-08-20T21:26:23.2127973Z [00:02:37.335]➜  go tool buildid -w $WORK/b542/_pkg_.a # internal
2025-08-20T21:26:23.2309151Z [00:02:37.353]➜  cp $WORK/b542/_pkg_.a /root/.cache/go-build/38/385c04c7c405270bf3340b51f34725f1f931d3af104b1c1cee0a236b4d6e21fe-d # internal
2025-08-20T21:26:23.2311968Z [00:02:37.354]➜  github.com/gogo/protobuf/gogoproto
2025-08-20T21:26:23.2312870Z [00:02:37.354]➜  mkdir -p $WORK/b540/
2025-08-20T21:26:23.2316908Z [00:02:37.354]➜  go tool buildid -w $WORK/b605/_pkg_.a # internal
2025-08-20T21:26:23.2325387Z [00:02:37.355]➜  cp $WORK/b605/_pkg_.a /root/.cache/go-build/a2/a25d286a4028847ec922bf70fb5fcab3d5805f4d4fbb81b3e208d38d0ac8f544-d # internal
2025-08-20T21:26:23.2328112Z [00:02:37.355]➜  cat >/tmp/go-build548448651/b540/importcfg << 'EOF' # internal
2025-08-20T21:26:23.2329902Z [00:02:37.355]➜  # import config
2025-08-20T21:26:23.2330968Z [00:02:37.355]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:23.2333312Z [00:02:37.355]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build548448651/b541/_pkg_.a
2025-08-20T21:26:23.2334681Z [00:02:37.355]➜  packagefile github.com/gogo/protobuf/protoc-gen-gogo/descriptor=/tmp/go-build548448651/b542/_pkg_.a
2025-08-20T21:26:23.2335867Z [00:02:37.355]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:23.2336504Z [00:02:37.355]➜  EOF
2025-08-20T21:26:23.2350783Z [00:02:37.355]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b540/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/gogoproto=>github.com/gogo/protobuf@v1.3.2/gogoproto;$WORK/b540=>" -p github.com/gogo/protobuf/gogoproto -lang=go1.15 -complete -installsuffix shared -buildid 7rJe8uq3Ro8mzbVJchwo/7rJe8uq3Ro8mzbVJchwo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b540/importcfg -pack /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/gogoproto/doc.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/gogoproto/gogo.pb.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/gogoproto/helper.go
2025-08-20T21:26:23.2355085Z [00:02:37.357]➜  github.com/cockroachdb/pebble/v2/internal/manual
2025-08-20T21:26:23.2355769Z [00:02:37.357]➜  mkdir -p $WORK/b613/
2025-08-20T21:26:23.2356452Z [00:02:37.357]➜  echo -n > $WORK/b613/preferlinkext # internal
2025-08-20T21:26:23.2357399Z [00:02:37.357]➜  cd /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/manual
2025-08-20T21:26:23.2359810Z [00:02:37.357]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_amd64/cgo -objdir $WORK/b613/ -importpath github.com/cockroachdb/pebble/v2/internal/manual "-ldflags=\"-O2\" \"-g\"" -- -I $WORK/b613/ -O2 -flto=auto -fPIE -fpie -static -w -pipe ./manual_cgo.go
2025-08-20T21:26:23.3188059Z [00:02:37.441]➜  go tool buildid -w $WORK/b540/_pkg_.a # internal
2025-08-20T21:26:23.3208730Z [00:02:37.443]➜  cp $WORK/b540/_pkg_.a /root/.cache/go-build/5e/5e2f5a1a1822b7b526b49aae5216e7538f730ba719faadb17344bea9abe876f0-d # internal
2025-08-20T21:26:23.3234758Z [00:02:37.446]➜  github.com/cockroachdb/swiss
2025-08-20T21:26:23.3237182Z [00:02:37.446]➜  mkdir -p $WORK/b614/
2025-08-20T21:26:23.3238777Z [00:02:37.446]➜  cat >/tmp/go-build548448651/b614/importcfg << 'EOF' # internal
2025-08-20T21:26:23.3240223Z [00:02:37.446]➜  # import config
2025-08-20T21:26:23.3241034Z [00:02:37.446]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:23.3241951Z [00:02:37.446]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:23.3243368Z [00:02:37.446]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:23.3244672Z [00:02:37.446]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:23.3245781Z [00:02:37.446]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:23.3246966Z [00:02:37.446]➜  EOF
2025-08-20T21:26:23.3247919Z [00:02:37.446]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:23.3254952Z [00:02:37.446]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b614/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/swiss@v0.0.0-20250624142022-d6e517c1d961=>github.com/cockroachdb/swiss@v0.0.0-20250624142022-d6e517c1d961;$WORK/b614=>" -p github.com/cockroachdb/swiss -lang=go1.21 -complete -installsuffix shared -buildid qM5RSY19CaIXNnQ-j1TV/qM5RSY19CaIXNnQ-j1TV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b614/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/swiss@v0.0.0-20250624142022-d6e517c1d961/endian_little.go /root/go/pkg/mod/github.com/cockroachdb/swiss@v0.0.0-20250624142022-d6e517c1d961/invariants_off.go /root/go/pkg/mod/github.com/cockroachdb/swiss@v0.0.0-20250624142022-d6e517c1d961/map.go /root/go/pkg/mod/github.com/cockroachdb/swiss@v0.0.0-20250624142022-d6e517c1d961/options.go /root/go/pkg/mod/github.com/cockroachdb/swiss@v0.0.0-20250624142022-d6e517c1d961/runtime_go1.20.go
2025-08-20T21:26:23.3430826Z [00:02:37.465]➜  go tool buildid -w $WORK/b584/_pkg_.a # internal
2025-08-20T21:26:23.3462675Z [00:02:37.468]➜  cp $WORK/b584/_pkg_.a /root/.cache/go-build/3f/3f09920eca1c5b8dc38d5a2b883dd3fd3d023ea57a6cbde45f014acdd8e8aebf-d # internal
2025-08-20T21:26:23.3469517Z [00:02:37.469]➜  github.com/getsentry/sentry-go
2025-08-20T21:26:23.3473552Z [00:02:37.470]➜  mkdir -p $WORK/b569/
2025-08-20T21:26:23.3477936Z [00:02:37.470]➜  cat >/tmp/go-build548448651/b569/importcfg << 'EOF' # internal
2025-08-20T21:26:23.3482932Z [00:02:37.470]➜  # import config
2025-08-20T21:26:23.3484282Z [00:02:37.470]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:23.3485458Z [00:02:37.470]➜  packagefile container/ring=/tmp/go-build548448651/b570/_pkg_.a
2025-08-20T21:26:23.3487075Z [00:02:37.470]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:23.3488119Z [00:02:37.470]➜  packagefile crypto/rand=/tmp/go-build548448651/b082/_pkg_.a
2025-08-20T21:26:23.3489277Z [00:02:37.470]➜  packagefile crypto/tls=/tmp/go-build548448651/b110/_pkg_.a
2025-08-20T21:26:23.3490669Z [00:02:37.470]➜  packagefile crypto/x509=/tmp/go-build548448651/b154/_pkg_.a
2025-08-20T21:26:23.3492293Z [00:02:37.470]➜  packagefile encoding/hex=/tmp/go-build548448651/b157/_pkg_.a
2025-08-20T21:26:23.3501739Z [00:02:37.470]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:23.3503457Z [00:02:37.470]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:23.3506038Z [00:02:37.470]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:23.3507195Z [00:02:37.470]➜  packagefile github.com/getsentry/sentry-go/internal/debug=/tmp/go-build548448651/b571/_pkg_.a
2025-08-20T21:26:23.3510802Z [00:02:37.470]➜  packagefile github.com/getsentry/sentry-go/internal/otel/baggage=/tmp/go-build548448651/b572/_pkg_.a
2025-08-20T21:26:23.3512548Z [00:02:37.470]➜  packagefile github.com/getsentry/sentry-go/internal/ratelimit=/tmp/go-build548448651/b574/_pkg_.a
2025-08-20T21:26:23.3514428Z [00:02:37.470]➜  packagefile github.com/getsentry/sentry-go/internal/traceparser=/tmp/go-build548448651/b583/_pkg_.a
2025-08-20T21:26:23.3515749Z [00:02:37.470]➜  packagefile go/build=/tmp/go-build548448651/b584/_pkg_.a
2025-08-20T21:26:23.3517213Z [00:02:37.470]➜  packagefile golang.org/x/sys/execabs=/tmp/go-build548448651/b593/_pkg_.a
2025-08-20T21:26:23.3518343Z [00:02:37.470]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:23.3519412Z [00:02:37.470]➜  packagefile log=/tmp/go-build548448651/b071/_pkg_.a
2025-08-20T21:26:23.3520296Z [00:02:37.470]➜  packagefile math/rand=/tmp/go-build548448651/b109/_pkg_.a
2025-08-20T21:26:23.3521146Z [00:02:37.470]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:23.3522000Z [00:02:37.470]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:23.3522883Z [00:02:37.470]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:23.3523708Z [00:02:37.470]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:23.3524513Z [00:02:37.470]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:23.3525641Z [00:02:37.470]➜  packagefile regexp=/tmp/go-build548448651/b192/_pkg_.a
2025-08-20T21:26:23.3526732Z [00:02:37.471]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:23.3528220Z [00:02:37.471]➜  packagefile runtime/debug=/tmp/go-build548448651/b260/_pkg_.a
2025-08-20T21:26:23.3529291Z [00:02:37.471]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:23.3530130Z [00:02:37.471]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:23.3531202Z [00:02:37.471]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:23.3532025Z [00:02:37.471]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:23.3532866Z [00:02:37.471]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:23.3533713Z [00:02:37.471]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:23.3534559Z [00:02:37.471]➜  EOF
2025-08-20T21:26:23.3567564Z [00:02:37.471]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b569/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0=>github.com/getsentry/sentry-go@v0.27.0;$WORK/b569=>" -p github.com/getsentry/sentry-go -lang=go1.18 -complete -installsuffix shared -buildid Wh7Zhiplt8akI0i24bww/Wh7Zhiplt8akI0i24bww -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b569/importcfg -pack /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/check_in.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/client.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/doc.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/dsn.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/dynamic_sampling_context.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/hub.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/integrations.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/interfaces.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/profile_sample.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/profiler.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/profiler_other.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/scope.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/sentry.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/sourcereader.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/span_recorder.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/stacktrace.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/stacktrace_go1.20.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/traces_profiler.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/traces_sampler.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/tracing.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/transport.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/util.go
2025-08-20T21:26:23.3672327Z [00:02:37.489]➜  go tool buildid -w $WORK/b614/_pkg_.a # internal
2025-08-20T21:26:23.3684078Z [00:02:37.491]➜  cp $WORK/b614/_pkg_.a /root/.cache/go-build/f2/f29f6a2a0b6a940edecd11e68b585cdf7f86c3d14895bb48118addc9c522d696-d # internal
2025-08-20T21:26:23.3689056Z [00:02:37.491]➜  github.com/cockroachdb/pebble/v2/internal/binfmt
2025-08-20T21:26:23.3690002Z [00:02:37.491]➜  mkdir -p $WORK/b622/
2025-08-20T21:26:23.3699038Z [00:02:37.492]➜  cat >/tmp/go-build548448651/b622/importcfg << 'EOF' # internal
2025-08-20T21:26:23.3701015Z [00:02:37.493]➜  # import config
2025-08-20T21:26:23.3703116Z [00:02:37.493]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:23.3703998Z [00:02:37.493]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:23.3704870Z [00:02:37.493]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:23.3706107Z [00:02:37.493]➜  packagefile github.com/cockroachdb/pebble/v2/internal/treeprinter=/tmp/go-build548448651/b605/_pkg_.a
2025-08-20T21:26:23.3707324Z [00:02:37.493]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:23.3708198Z [00:02:37.493]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:23.3709213Z [00:02:37.493]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:23.3710274Z [00:02:37.493]➜  EOF
2025-08-20T21:26:23.3714314Z [00:02:37.493]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b622/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/binfmt=>github.com/cockroachdb/pebble/v2@v2.0.6/internal/binfmt;$WORK/b622=>" -p github.com/cockroachdb/pebble/v2/internal/binfmt -lang=go1.22 -complete -installsuffix shared -buildid c2AfjEJHzkSWeB9k076A/c2AfjEJHzkSWeB9k076A -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b622/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/binfmt/binfmt.go
2025-08-20T21:26:23.4175688Z [00:02:37.540]➜  go tool buildid -w $WORK/b622/_pkg_.a # internal
2025-08-20T21:26:23.4185693Z [00:02:37.541]➜  cp $WORK/b622/_pkg_.a /root/.cache/go-build/27/2734ad0d09029a12a31e5a2ddbfcf8cdf011ab06fbc363052fdbacfb30865d27-d # internal
2025-08-20T21:26:23.4210406Z [00:02:37.541]➜  github.com/cockroachdb/pebble/v2/internal/crc
2025-08-20T21:26:23.4211140Z [00:02:37.541]➜  mkdir -p $WORK/b623/
2025-08-20T21:26:23.4211916Z [00:02:37.541]➜  cat >/tmp/go-build548448651/b623/importcfg << 'EOF' # internal
2025-08-20T21:26:23.4212642Z [00:02:37.541]➜  # import config
2025-08-20T21:26:23.4213339Z [00:02:37.541]➜  packagefile hash/crc32=/tmp/go-build548448651/b079/_pkg_.a
2025-08-20T21:26:23.4214004Z [00:02:37.541]➜  EOF
2025-08-20T21:26:23.4218218Z [00:02:37.541]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b623/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/crc=>github.com/cockroachdb/pebble/v2@v2.0.6/internal/crc;$WORK/b623=>" -p github.com/cockroachdb/pebble/v2/internal/crc -lang=go1.22 -complete -installsuffix shared -buildid azDmLBElDocOe0d9cNtB/azDmLBElDocOe0d9cNtB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b623/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/crc/crc.go
2025-08-20T21:26:23.4244214Z [00:02:37.547]➜  cd $WORK/b613
2025-08-20T21:26:23.4253677Z [00:02:37.547]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/manual -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b613=/tmp/go-build -gno-record-gcc-switches -I $WORK/b613/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -ffile-prefix-map=/root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6=/_/github.com/cockroachdb/pebble/v2@v2.0.6 -frandom-seed=das-EKeRjITD2hqh4OR3 -o $WORK/b613/_x001.o -c _cgo_export.c
2025-08-20T21:26:23.4365103Z [00:02:37.559]➜  go tool buildid -w $WORK/b623/_pkg_.a # internal
2025-08-20T21:26:23.4370210Z [00:02:37.559]➜  cp $WORK/b623/_pkg_.a /root/.cache/go-build/91/9179e573bd44b16a51d1fbf012b7621a4c026780ea4f2c41a198c82ddf13e36f-d # internal
2025-08-20T21:26:23.4409080Z [00:02:37.560]➜  github.com/cockroachdb/pebble/v2/internal/intern
2025-08-20T21:26:23.4409875Z [00:02:37.560]➜  mkdir -p $WORK/b624/
2025-08-20T21:26:23.4410663Z [00:02:37.560]➜  cat >/tmp/go-build548448651/b624/importcfg << 'EOF' # internal
2025-08-20T21:26:23.4411421Z [00:02:37.560]➜  # import config
2025-08-20T21:26:23.4412100Z [00:02:37.560]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:23.4412754Z [00:02:37.560]➜  EOF
2025-08-20T21:26:23.4413310Z [00:02:37.560]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:23.4417652Z [00:02:37.560]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b624/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/intern=>github.com/cockroachdb/pebble/v2@v2.0.6/internal/intern;$WORK/b624=>" -p github.com/cockroachdb/pebble/v2/internal/intern -lang=go1.22 -complete -installsuffix shared -buildid 3wCptRVtz0HqTnorIB3v/3wCptRVtz0HqTnorIB3v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b624/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/intern/intern.go
2025-08-20T21:26:23.4653325Z [00:02:37.588]➜  go tool buildid -w $WORK/b624/_pkg_.a # internal
2025-08-20T21:26:23.4661236Z [00:02:37.589]➜  cp $WORK/b624/_pkg_.a /root/.cache/go-build/e5/e599a7b3507fe3f38deb1de7f48ee82888f4c4f1359fe6bd7fd1042d6e07ead4-d # internal
2025-08-20T21:26:23.4671892Z [00:02:37.590]➜  cd $WORK/b613
2025-08-20T21:26:23.4675591Z [00:02:37.590]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/manual -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b613=/tmp/go-build -gno-record-gcc-switches -I $WORK/b613/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -ffile-prefix-map=/root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6=/_/github.com/cockroachdb/pebble/v2@v2.0.6 -frandom-seed=das-EKeRjITD2hqh4OR3 -o $WORK/b613/_x002.o -c manual_cgo.cgo2.c
2025-08-20T21:26:23.4682338Z [00:02:37.591]➜  runtime/pprof
2025-08-20T21:26:23.4682875Z [00:02:37.591]➜  mkdir -p $WORK/b636/
2025-08-20T21:26:23.4709530Z [00:02:37.592]➜  cat >/tmp/go-build548448651/b636/importcfg << 'EOF' # internal
2025-08-20T21:26:23.4710232Z [00:02:37.592]➜  # import config
2025-08-20T21:26:23.4710931Z [00:02:37.592]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:23.4711699Z [00:02:37.592]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:23.4712439Z [00:02:37.592]➜  packagefile cmp=/tmp/go-build548448651/b051/_pkg_.a
2025-08-20T21:26:23.4713241Z [00:02:37.592]➜  packagefile compress/gzip=/tmp/go-build548448651/b075/_pkg_.a
2025-08-20T21:26:23.4714082Z [00:02:37.592]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:23.4714948Z [00:02:37.592]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:23.4715802Z [00:02:37.592]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:23.4716575Z [00:02:37.592]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:23.4717641Z [00:02:37.592]➜  packagefile internal/abi=/tmp/go-build548448651/b006/_pkg_.a
2025-08-20T21:26:23.4718812Z [00:02:37.592]➜  packagefile internal/profilerecord=/tmp/go-build548448651/b019/_pkg_.a
2025-08-20T21:26:23.4719728Z [00:02:37.592]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:23.4720518Z [00:02:37.592]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:23.4721293Z [00:02:37.592]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:23.4723134Z [00:02:37.592]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:23.4724300Z [00:02:37.592]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:23.4725115Z [00:02:37.592]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:23.4725919Z [00:02:37.592]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:23.4726732Z [00:02:37.592]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:23.4727720Z [00:02:37.592]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:23.4728734Z [00:02:37.592]➜  packagefile syscall=/tmp/go-build548448651/b047/_pkg_.a
2025-08-20T21:26:23.4729604Z [00:02:37.592]➜  packagefile text/tabwriter=/tmp/go-build548448651/b353/_pkg_.a
2025-08-20T21:26:23.4730446Z [00:02:37.592]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:23.4731037Z [00:02:37.592]➜  EOF
2025-08-20T21:26:23.4731550Z [00:02:37.593]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:23.4737222Z [00:02:37.593]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b636/_pkg_.a -trimpath "/root/.go/src/runtime/pprof=>runtime/pprof;$WORK/b636=>" -p runtime/pprof -lang=go1.25 -std -installsuffix shared -buildid _bvmglsPUiRF7Y_EC4lf/_bvmglsPUiRF7Y_EC4lf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b636/importcfg -pack /root/.go/src/runtime/pprof/elf.go /root/.go/src/runtime/pprof/label.go /root/.go/src/runtime/pprof/map.go /root/.go/src/runtime/pprof/pe.go /root/.go/src/runtime/pprof/pprof.go /root/.go/src/runtime/pprof/pprof_rusage.go /root/.go/src/runtime/pprof/proto.go /root/.go/src/runtime/pprof/proto_other.go /root/.go/src/runtime/pprof/protobuf.go /root/.go/src/runtime/pprof/protomem.go /root/.go/src/runtime/pprof/runtime.go
2025-08-20T21:26:23.5153241Z [00:02:37.638]➜  cd $WORK/b613
2025-08-20T21:26:23.5156482Z [00:02:37.638]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/manual -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b613=/tmp/go-build -gno-record-gcc-switches -I $WORK/b613/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -ffile-prefix-map=/root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6=/_/github.com/cockroachdb/pebble/v2@v2.0.6 -frandom-seed=das-EKeRjITD2hqh4OR3 -o $WORK/b613/_cgo_main.o -c _cgo_main.c
2025-08-20T21:26:23.5449357Z [00:02:37.667]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:23.5451738Z [00:02:37.667]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/manual -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b613=/tmp/go-build -gno-record-gcc-switches -o $WORK/b613/_cgo_.o $WORK/b613/_cgo_main.o $WORK/b613/preferlinkext $WORK/b613/_x001.o $WORK/b613/_x002.o -O2 -g
2025-08-20T21:26:23.7460997Z [00:02:37.868]➜  gcc -I /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/manual -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b613=/tmp/go-build -gno-record-gcc-switches -o $WORK/b613/_cgo_.o $WORK/b613/_cgo_main.o $WORK/b613/preferlinkext $WORK/b613/_x001.o $WORK/b613/_x002.o -O2 -g # test for internal linking errors (succeeded)
2025-08-20T21:26:23.7463978Z [00:02:37.868]➜  TERM='dumb' /root/.go/pkg/tool/linux_amd64/cgo -dynpackage manual -dynimport $WORK/b613/_cgo_.o -dynout $WORK/b613/_cgo_import.go
2025-08-20T21:26:23.7635463Z [00:02:37.886]➜  cat >/tmp/go-build548448651/b613/importcfg << 'EOF' # internal
2025-08-20T21:26:23.7636540Z [00:02:37.886]➜  # import config
2025-08-20T21:26:23.7637222Z [00:02:37.886]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:23.7638407Z [00:02:37.886]➜  packagefile github.com/cockroachdb/pebble/v2/internal/invariants=/tmp/go-build548448651/b604/_pkg_.a
2025-08-20T21:26:23.7639833Z [00:02:37.886]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:23.7640703Z [00:02:37.886]➜  packagefile runtime/cgo=/tmp/go-build548448651/b166/_pkg_.a
2025-08-20T21:26:23.7641540Z [00:02:37.886]➜  packagefile syscall=/tmp/go-build548448651/b047/_pkg_.a
2025-08-20T21:26:23.7642157Z [00:02:37.886]➜  EOF
2025-08-20T21:26:23.7647374Z [00:02:37.886]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b613/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/manual=>github.com/cockroachdb/pebble/v2@v2.0.6/internal/manual;$WORK/b613=>" -p github.com/cockroachdb/pebble/v2/internal/manual -lang=go1.22 -installsuffix shared -buildid das-EKeRjITD2hqh4OR3/das-EKeRjITD2hqh4OR3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b613/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/manual/manual.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/manual/manual_64bit.go $WORK/b613/_cgo_gotypes.go $WORK/b613/manual_cgo.cgo1.go $WORK/b613/_cgo_import.go
2025-08-20T21:26:23.8126271Z [00:02:37.935]➜  cd /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/manual
2025-08-20T21:26:23.8127619Z [00:02:37.935]➜  go tool pack r $WORK/b613/_pkg_.a $WORK/b613/preferlinkext $WORK/b613/_x001.o $WORK/b613/_x002.o # internal
2025-08-20T21:26:23.8128843Z [00:02:37.935]➜  go tool buildid -w $WORK/b613/_pkg_.a # internal
2025-08-20T21:26:23.8177772Z [00:02:37.940]➜  cp $WORK/b613/_pkg_.a /root/.cache/go-build/2a/2a0bd1a632fe41cbe2b7c8746f1e1954d4f173cbae153104ef5d42fc65f13acc-d # internal
2025-08-20T21:26:23.8592857Z [00:02:37.982]➜  github.com/DataDog/zstd
2025-08-20T21:26:23.8593491Z [00:02:37.982]➜  mkdir -p $WORK/b639/
2025-08-20T21:26:23.8604176Z [00:02:37.983]➜  echo -n > $WORK/b639/preferlinkext # internal
2025-08-20T21:26:23.8605270Z [00:02:37.983]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e
2025-08-20T21:26:23.8608153Z [00:02:37.983]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_amd64/cgo -objdir $WORK/b639/ -importpath github.com/DataDog/zstd "-ldflags=\"-O2\" \"-g\"" -- -I $WORK/b639/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 ./errors.go ./zstd.go ./zstd_bulk.go ./zstd_ctx.go ./zstd_stream.go
2025-08-20T21:26:24.0984444Z [00:02:38.221]➜  go tool buildid -w $WORK/b636/_pkg_.a # internal
2025-08-20T21:26:24.1088114Z [00:02:38.231]➜  cp $WORK/b636/_pkg_.a /root/.cache/go-build/79/79cb0937774ea2b49f7f8ee1c51985acb2fa6b57d0d18be2c9b81eb721f22f77-d # internal
2025-08-20T21:26:24.1089629Z [00:02:38.231]➜  github.com/golang/snappy
2025-08-20T21:26:24.1090315Z [00:02:38.231]➜  mkdir -p $WORK/b640/
2025-08-20T21:26:24.1093302Z [00:02:38.232]➜  echo -n > $WORK/b640/go_asm.h # internal
2025-08-20T21:26:24.1116297Z [00:02:38.234]➜  cd /root/go/pkg/mod/github.com/golang/snappy@v0.0.5-0.20231225225746-43d5d4cd4e0e
2025-08-20T21:26:24.1119677Z [00:02:38.234]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/golang/snappy -trimpath "/root/go/pkg/mod/github.com/golang/snappy@v0.0.5-0.20231225225746-43d5d4cd4e0e=>github.com/golang/snappy@v0.0.5-0.20231225225746-43d5d4cd4e0e;$WORK/b640=>" -I $WORK/b640/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b640/symabis ./decode_amd64.s ./encode_amd64.s
2025-08-20T21:26:24.1221920Z [00:02:38.244]➜  cat >/tmp/go-build548448651/b640/importcfg << 'EOF' # internal
2025-08-20T21:26:24.1222629Z [00:02:38.245]➜  # import config
2025-08-20T21:26:24.1223343Z [00:02:38.245]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:24.1224446Z [00:02:38.245]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:24.1225352Z [00:02:38.245]➜  packagefile hash/crc32=/tmp/go-build548448651/b079/_pkg_.a
2025-08-20T21:26:24.1226107Z [00:02:38.245]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:24.1226672Z [00:02:38.245]➜  EOF
2025-08-20T21:26:24.1227111Z [00:02:38.245]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:24.1233409Z [00:02:38.245]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b640/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/golang/snappy@v0.0.5-0.20231225225746-43d5d4cd4e0e=>github.com/golang/snappy@v0.0.5-0.20231225225746-43d5d4cd4e0e;$WORK/b640=>" -p github.com/golang/snappy -lang=go1.16 -installsuffix shared -buildid 6Yeg_u1ZCOEgfw9Epx1S/6Yeg_u1ZCOEgfw9Epx1S -goversion go1.25.0 -symabis $WORK/b640/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b640/importcfg -pack -asmhdr $WORK/b640/go_asm.h /root/go/pkg/mod/github.com/golang/snappy@v0.0.5-0.20231225225746-43d5d4cd4e0e/decode.go /root/go/pkg/mod/github.com/golang/snappy@v0.0.5-0.20231225225746-43d5d4cd4e0e/decode_asm.go /root/go/pkg/mod/github.com/golang/snappy@v0.0.5-0.20231225225746-43d5d4cd4e0e/encode.go /root/go/pkg/mod/github.com/golang/snappy@v0.0.5-0.20231225225746-43d5d4cd4e0e/encode_asm.go /root/go/pkg/mod/github.com/golang/snappy@v0.0.5-0.20231225225746-43d5d4cd4e0e/snappy.go
2025-08-20T21:26:24.1344364Z [00:02:38.257]➜  go tool buildid -w $WORK/b543/_pkg_.a # internal
2025-08-20T21:26:24.1580442Z [00:02:38.280]➜  cp $WORK/b543/_pkg_.a /root/.cache/go-build/b5/b56f70c7ca62ba586ec65f5d2bca8e2d18a3e240d6d18a2e7f151a2641078dac-d # internal
2025-08-20T21:26:24.1593914Z [00:02:38.282]➜  cd /root/go/pkg/mod/github.com/golang/snappy@v0.0.5-0.20231225225746-43d5d4cd4e0e
2025-08-20T21:26:24.1598814Z [00:02:38.282]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/golang/snappy -trimpath "/root/go/pkg/mod/github.com/golang/snappy@v0.0.5-0.20231225225746-43d5d4cd4e0e=>github.com/golang/snappy@v0.0.5-0.20231225225746-43d5d4cd4e0e;$WORK/b640=>" -I $WORK/b640/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b640/decode_amd64.o ./decode_amd64.s
2025-08-20T21:26:24.1613015Z [00:02:38.284]➜  github.com/cockroachdb/errors/errorspb
2025-08-20T21:26:24.1613930Z [00:02:38.284]➜  mkdir -p $WORK/b539/
2025-08-20T21:26:24.1617625Z [00:02:38.284]➜  cat >/tmp/go-build548448651/b539/importcfg << 'EOF' # internal
2025-08-20T21:26:24.1621001Z [00:02:38.284]➜  # import config
2025-08-20T21:26:24.1622888Z [00:02:38.284]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:24.1623918Z [00:02:38.284]➜  packagefile github.com/gogo/protobuf/gogoproto=/tmp/go-build548448651/b540/_pkg_.a
2025-08-20T21:26:24.1625150Z [00:02:38.284]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build548448651/b541/_pkg_.a
2025-08-20T21:26:24.1626319Z [00:02:38.284]➜  packagefile github.com/gogo/protobuf/types=/tmp/go-build548448651/b543/_pkg_.a
2025-08-20T21:26:24.1627276Z [00:02:38.284]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:24.1628119Z [00:02:38.284]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:24.1629214Z [00:02:38.284]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:24.1629876Z [00:02:38.284]➜  EOF
2025-08-20T21:26:24.1630452Z [00:02:38.284]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:24.1638796Z [00:02:38.284]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b539/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/errorspb=>github.com/cockroachdb/errors@v1.11.3/errorspb;$WORK/b539=>" -p github.com/cockroachdb/errors/errorspb -lang=go1.19 -complete -installsuffix shared -buildid EK5HA2zZkg49MIpGYzjF/EK5HA2zZkg49MIpGYzjF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b539/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/errorspb/errors.go /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/errorspb/errors.pb.go /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/errorspb/hintdetail.pb.go /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/errorspb/markers.go /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/errorspb/markers.pb.go /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/errorspb/tags.pb.go /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/errorspb/testing.go /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/errorspb/testing.pb.go
2025-08-20T21:26:24.1663012Z [00:02:38.289]➜  cd /root/go/pkg/mod/github.com/golang/snappy@v0.0.5-0.20231225225746-43d5d4cd4e0e
2025-08-20T21:26:24.1665968Z [00:02:38.289]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/golang/snappy -trimpath "/root/go/pkg/mod/github.com/golang/snappy@v0.0.5-0.20231225225746-43d5d4cd4e0e=>github.com/golang/snappy@v0.0.5-0.20231225225746-43d5d4cd4e0e;$WORK/b640=>" -I $WORK/b640/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b640/encode_amd64.o ./encode_amd64.s
2025-08-20T21:26:24.1713378Z [00:02:38.294]➜  go tool pack r $WORK/b640/_pkg_.a $WORK/b640/decode_amd64.o $WORK/b640/encode_amd64.o # internal
2025-08-20T21:26:24.1716008Z [00:02:38.294]➜  go tool buildid -w $WORK/b640/_pkg_.a # internal
2025-08-20T21:26:24.1724865Z [00:02:38.295]➜  cp $WORK/b640/_pkg_.a /root/.cache/go-build/0d/0da223d714e2eb260b88496b7cb1d3aaf7548401945511a83b2ac6daf1813a65-d # internal
2025-08-20T21:26:24.1727883Z [00:02:38.295]➜  github.com/cockroachdb/crlib/crbytes
2025-08-20T21:26:24.1729140Z [00:02:38.295]➜  mkdir -p $WORK/b642/
2025-08-20T21:26:24.1731477Z [00:02:38.296]➜  echo -n > $WORK/b642/go_asm.h # internal
2025-08-20T21:26:24.1733777Z [00:02:38.296]➜  cd /root/go/pkg/mod/github.com/cockroachdb/crlib@v0.0.0-20241015224233-894974b3ad94/crbytes
2025-08-20T21:26:24.1738384Z [00:02:38.296]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/cockroachdb/crlib/crbytes -trimpath "/root/go/pkg/mod/github.com/cockroachdb/crlib@v0.0.0-20241015224233-894974b3ad94/crbytes=>github.com/cockroachdb/crlib@v0.0.0-20241015224233-894974b3ad94/crbytes;$WORK/b642=>" -I $WORK/b642/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b642/symabis ./common_prefix_amd64.s
2025-08-20T21:26:24.1769242Z [00:02:38.299]➜  cat >/tmp/go-build548448651/b642/importcfg << 'EOF' # internal
2025-08-20T21:26:24.1772429Z [00:02:38.299]➜  # import config
2025-08-20T21:26:24.1773154Z [00:02:38.299]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:24.1773980Z [00:02:38.299]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:24.1774556Z [00:02:38.299]➜  EOF
2025-08-20T21:26:24.1775045Z [00:02:38.300]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:24.1781291Z [00:02:38.300]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b642/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/crlib@v0.0.0-20241015224233-894974b3ad94/crbytes=>github.com/cockroachdb/crlib@v0.0.0-20241015224233-894974b3ad94/crbytes;$WORK/b642=>" -p github.com/cockroachdb/crlib/crbytes -lang=go1.22 -installsuffix shared -buildid REmegPk1hqwt6ydkct6O/REmegPk1hqwt6ydkct6O -goversion go1.25.0 -symabis $WORK/b642/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b642/importcfg -pack -asmhdr $WORK/b642/go_asm.h /root/go/pkg/mod/github.com/cockroachdb/crlib@v0.0.0-20241015224233-894974b3ad94/crbytes/common_prefix.go /root/go/pkg/mod/github.com/cockroachdb/crlib@v0.0.0-20241015224233-894974b3ad94/crbytes/common_prefix_native.go /root/go/pkg/mod/github.com/cockroachdb/crlib@v0.0.0-20241015224233-894974b3ad94/crbytes/crbytes.go
2025-08-20T21:26:24.1922959Z [00:02:38.315]➜  cd /root/go/pkg/mod/github.com/cockroachdb/crlib@v0.0.0-20241015224233-894974b3ad94/crbytes
2025-08-20T21:26:24.1928097Z [00:02:38.315]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/cockroachdb/crlib/crbytes -trimpath "/root/go/pkg/mod/github.com/cockroachdb/crlib@v0.0.0-20241015224233-894974b3ad94/crbytes=>github.com/cockroachdb/crlib@v0.0.0-20241015224233-894974b3ad94/crbytes;$WORK/b642=>" -I $WORK/b642/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b642/common_prefix_amd64.o ./common_prefix_amd64.s
2025-08-20T21:26:24.1971369Z [00:02:38.320]➜  go tool pack r $WORK/b642/_pkg_.a $WORK/b642/common_prefix_amd64.o # internal
2025-08-20T21:26:24.1973872Z [00:02:38.320]➜  go tool buildid -w $WORK/b642/_pkg_.a # internal
2025-08-20T21:26:24.1978013Z [00:02:38.320]➜  cp $WORK/b642/_pkg_.a /root/.cache/go-build/d1/d1b01f59521c8f116b266e094f7d4d992747b015d3a8e7b9ecbee3e32c9d0f24-d # internal
2025-08-20T21:26:24.1979366Z [00:02:38.320]➜  github.com/cockroachdb/pebble/v2/internal/lsmview
2025-08-20T21:26:24.1979999Z [00:02:38.320]➜  mkdir -p $WORK/b646/
2025-08-20T21:26:24.1983691Z [00:02:38.321]➜  cat >/tmp/go-build548448651/b646/importcfg << 'EOF' # internal
2025-08-20T21:26:24.1984421Z [00:02:38.321]➜  # import config
2025-08-20T21:26:24.1985099Z [00:02:38.321]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:24.1985928Z [00:02:38.321]➜  packagefile compress/zlib=/tmp/go-build548448651/b313/_pkg_.a
2025-08-20T21:26:24.1986853Z [00:02:38.321]➜  packagefile encoding/base64=/tmp/go-build548448651/b054/_pkg_.a
2025-08-20T21:26:24.1987784Z [00:02:38.321]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:24.1988811Z [00:02:38.321]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:24.1989427Z [00:02:38.321]➜  EOF
2025-08-20T21:26:24.1989961Z [00:02:38.321]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:24.1994509Z [00:02:38.321]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b646/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/lsmview=>github.com/cockroachdb/pebble/v2@v2.0.6/internal/lsmview;$WORK/b646=>" -p github.com/cockroachdb/pebble/v2/internal/lsmview -lang=go1.22 -complete -installsuffix shared -buildid pQZBesMOsUY7SPSWtIGd/pQZBesMOsUY7SPSWtIGd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b646/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/lsmview/data.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/lsmview/url.go
2025-08-20T21:26:24.2039499Z [00:02:38.326]➜  go tool buildid -w $WORK/b569/_pkg_.a # internal
2025-08-20T21:26:24.2150576Z [00:02:38.337]➜  cp $WORK/b569/_pkg_.a /root/.cache/go-build/b6/b6ae2c86514abbb94f41884230c990e6a84385303b5e05b9fe3ef32dea779e5b-d # internal
2025-08-20T21:26:24.2155725Z [00:02:38.337]➜  github.com/cockroachdb/tokenbucket
2025-08-20T21:26:24.2156485Z [00:02:38.337]➜  mkdir -p $WORK/b652/
2025-08-20T21:26:24.2157358Z [00:02:38.337]➜  cat >/tmp/go-build548448651/b652/importcfg << 'EOF' # internal
2025-08-20T21:26:24.2158013Z [00:02:38.337]➜  # import config
2025-08-20T21:26:24.2158863Z [00:02:38.337]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:24.2159651Z [00:02:38.337]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:24.2160225Z [00:02:38.337]➜  EOF
2025-08-20T21:26:24.2164356Z [00:02:38.337]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b652/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/tokenbucket@v0.0.0-20230807174530-cc333fc44b06=>github.com/cockroachdb/tokenbucket@v0.0.0-20230807174530-cc333fc44b06;$WORK/b652=>" -p github.com/cockroachdb/tokenbucket -lang=go1.19 -complete -installsuffix shared -buildid ffqIoas5hNkAZDL3pLM1/ffqIoas5hNkAZDL3pLM1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b652/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/tokenbucket@v0.0.0-20230807174530-cc333fc44b06/token_bucket.go
2025-08-20T21:26:24.2179149Z [00:02:38.340]➜  go tool buildid -w $WORK/b646/_pkg_.a # internal
2025-08-20T21:26:24.2181363Z [00:02:38.341]➜  cp $WORK/b646/_pkg_.a /root/.cache/go-build/92/9200367050f67c7f0790db497da578625f4c1b073f0de5f6f2dfd6a47143bd3b-d # internal
2025-08-20T21:26:24.2209317Z [00:02:38.343]➜  github.com/ipfs/boxo/autoconf
2025-08-20T21:26:24.2211342Z [00:02:38.343]➜  mkdir -p $WORK/b653/
2025-08-20T21:26:24.2236620Z [00:02:38.346]➜  cat >/tmp/go-build548448651/b653/importcfg << 'EOF' # internal
2025-08-20T21:26:24.2240210Z [00:02:38.346]➜  # import config
2025-08-20T21:26:24.2243143Z [00:02:38.346]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:24.2243972Z [00:02:38.346]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:24.2244825Z [00:02:38.346]➜  packagefile crypto/tls=/tmp/go-build548448651/b110/_pkg_.a
2025-08-20T21:26:24.2245839Z [00:02:38.346]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:24.2246692Z [00:02:38.346]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:24.2247590Z [00:02:38.346]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:24.2248896Z [00:02:38.346]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:24.2249914Z [00:02:38.346]➜  packagefile hash/fnv=/tmp/go-build548448651/b285/_pkg_.a
2025-08-20T21:26:24.2250695Z [00:02:38.346]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:24.2251529Z [00:02:38.346]➜  packagefile math/rand=/tmp/go-build548448651/b109/_pkg_.a
2025-08-20T21:26:24.2252345Z [00:02:38.346]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:24.2253180Z [00:02:38.346]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:24.2254003Z [00:02:38.346]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:24.2254857Z [00:02:38.346]➜  packagefile path/filepath=/tmp/go-build548448651/b168/_pkg_.a
2025-08-20T21:26:24.2255727Z [00:02:38.346]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:24.2256536Z [00:02:38.346]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:24.2257309Z [00:02:38.346]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:24.2258063Z [00:02:38.346]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:24.2260195Z [00:02:38.346]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:24.2260844Z [00:02:38.346]➜  EOF
2025-08-20T21:26:24.2268671Z [00:02:38.346]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b653/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/autoconf=>github.com/ipfs/boxo@v0.34.0/autoconf;$WORK/b653=>" -p github.com/ipfs/boxo/autoconf -lang=go1.24 -complete -installsuffix shared -buildid 4ulE1CFhK27HfWeKqhA-/4ulE1CFhK27HfWeKqhA- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b653/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/autoconf/client.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/autoconf/delegated_routing.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/autoconf/doc.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/autoconf/endpoints.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/autoconf/expansion.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/autoconf/fallbacks.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/autoconf/fetch.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/autoconf/lifecycle.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/autoconf/types.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/autoconf/updater.go
2025-08-20T21:26:24.2361495Z [00:02:38.358]➜  go tool buildid -w $WORK/b652/_pkg_.a # internal
2025-08-20T21:26:24.2365809Z [00:02:38.359]➜  cp $WORK/b652/_pkg_.a /root/.cache/go-build/10/10957851841056709ecd926e0b3dfab33b97c6c50affc12e153fb712cb62583e-d # internal
2025-08-20T21:26:24.2389867Z [00:02:38.361]➜  github.com/dustin/go-humanize
2025-08-20T21:26:24.2391220Z [00:02:38.361]➜  mkdir -p $WORK/b655/
2025-08-20T21:26:24.2400521Z [00:02:38.362]➜  cat >/tmp/go-build548448651/b655/importcfg << 'EOF' # internal
2025-08-20T21:26:24.2402954Z [00:02:38.363]➜  # import config
2025-08-20T21:26:24.2403612Z [00:02:38.363]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:24.2404473Z [00:02:38.363]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:24.2405293Z [00:02:38.363]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:24.2406466Z [00:02:38.363]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:24.2407344Z [00:02:38.363]➜  packagefile math/big=/tmp/go-build548448651/b108/_pkg_.a
2025-08-20T21:26:24.2408193Z [00:02:38.363]➜  packagefile regexp=/tmp/go-build548448651/b192/_pkg_.a
2025-08-20T21:26:24.2409225Z [00:02:38.363]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:24.2410055Z [00:02:38.363]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:24.2410915Z [00:02:38.363]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:24.2411816Z [00:02:38.363]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:24.2412641Z [00:02:38.363]➜  packagefile unicode=/tmp/go-build548448651/b041/_pkg_.a
2025-08-20T21:26:24.2413278Z [00:02:38.363]➜  EOF
2025-08-20T21:26:24.2421305Z [00:02:38.363]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b655/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1=>github.com/dustin/go-humanize@v1.0.1;$WORK/b655=>" -p github.com/dustin/go-humanize -lang=go1.16 -complete -installsuffix shared -buildid 146xPrEFoxOs5HrXbjQ-/146xPrEFoxOs5HrXbjQ- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b655/importcfg -pack /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1/big.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1/bigbytes.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1/bytes.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1/comma.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1/commaf.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1/ftoa.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1/humanize.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1/number.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1/ordinals.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1/si.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1/times.go
2025-08-20T21:26:24.3591229Z [00:02:38.481]➜  go tool buildid -w $WORK/b655/_pkg_.a # internal
﻿2025-08-20T21:26:24.3622490Z [00:02:38.485]➜  cp $WORK/b655/_pkg_.a /root/.cache/go-build/fa/fadd00745d5e413d494e3ff1571a980918822c9a73711158ec1ced7b1c572658-d # internal
2025-08-20T21:26:24.3629756Z [00:02:38.485]➜  golang.org/x/net/html
2025-08-20T21:26:24.3630886Z [00:02:38.485]➜  mkdir -p $WORK/b658/
2025-08-20T21:26:24.3635547Z [00:02:38.486]➜  cat >/tmp/go-build548448651/b658/importcfg << 'EOF' # internal
2025-08-20T21:26:24.3636273Z [00:02:38.486]➜  # import config
2025-08-20T21:26:24.3636947Z [00:02:38.486]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:24.3637782Z [00:02:38.486]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:24.3638813Z [00:02:38.486]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:24.3639630Z [00:02:38.486]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:24.3640590Z [00:02:38.486]➜  packagefile golang.org/x/net/html/atom=/tmp/go-build548448651/b659/_pkg_.a
2025-08-20T21:26:24.3641580Z [00:02:38.486]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:24.3642440Z [00:02:38.486]➜  packagefile iter=/tmp/go-build548448651/b039/_pkg_.a
2025-08-20T21:26:24.3643263Z [00:02:38.486]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:24.3644116Z [00:02:38.486]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:24.3645274Z [00:02:38.486]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:24.3646149Z [00:02:38.486]➜  EOF
2025-08-20T21:26:24.3653632Z [00:02:38.486]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b658/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.43.0/html=>golang.org/x/net@v0.43.0/html;$WORK/b658=>" -p golang.org/x/net/html -lang=go1.23 -complete -installsuffix shared -buildid 4AHkgkIJCF6g6Q0Ypkpm/4AHkgkIJCF6g6Q0Ypkpm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b658/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.43.0/html/const.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/html/doc.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/html/doctype.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/html/entity.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/html/escape.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/html/foreign.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/html/iter.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/html/node.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/html/parse.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/html/render.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/html/token.go
2025-08-20T21:26:24.3958921Z [00:02:38.518]➜  go tool buildid -w $WORK/b539/_pkg_.a # internal
2025-08-20T21:26:24.4003758Z [00:02:38.523]➜  cp $WORK/b539/_pkg_.a /root/.cache/go-build/60/6045115e5c691ddb444c68b88654480d630003ca0bab1738bdb52a0afe684166-d # internal
2025-08-20T21:26:24.4013831Z [00:02:38.524]➜  github.com/cockroachdb/errors/errbase
2025-08-20T21:26:24.4018144Z [00:02:38.524]➜  mkdir -p $WORK/b538/
2025-08-20T21:26:24.4037316Z [00:02:38.526]➜  cat >/tmp/go-build548448651/b538/importcfg << 'EOF' # internal
2025-08-20T21:26:24.4049046Z [00:02:38.526]➜  # import config
2025-08-20T21:26:24.4049738Z [00:02:38.526]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:24.4050581Z [00:02:38.526]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:24.4051352Z [00:02:38.526]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:24.4052123Z [00:02:38.526]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:24.4053103Z [00:02:38.526]➜  packagefile github.com/cockroachdb/errors/errorspb=/tmp/go-build548448651/b539/_pkg_.a
2025-08-20T21:26:24.4054305Z [00:02:38.526]➜  packagefile github.com/cockroachdb/redact=/tmp/go-build548448651/b545/_pkg_.a
2025-08-20T21:26:24.4055465Z [00:02:38.526]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build548448651/b541/_pkg_.a
2025-08-20T21:26:24.4056660Z [00:02:38.526]➜  packagefile github.com/gogo/protobuf/types=/tmp/go-build548448651/b543/_pkg_.a
2025-08-20T21:26:24.4057725Z [00:02:38.526]➜  packagefile github.com/kr/pretty=/tmp/go-build548448651/b555/_pkg_.a
2025-08-20T21:26:24.4059457Z [00:02:38.526]➜  packagefile github.com/pkg/errors=/tmp/go-build548448651/b558/_pkg_.a
2025-08-20T21:26:24.4060777Z [00:02:38.526]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:24.4061714Z [00:02:38.526]➜  packagefile io/fs=/tmp/go-build548448651/b062/_pkg_.a
2025-08-20T21:26:24.4062463Z [00:02:38.526]➜  packagefile log=/tmp/go-build548448651/b071/_pkg_.a
2025-08-20T21:26:24.4063177Z [00:02:38.526]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:24.4063963Z [00:02:38.526]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:24.4064810Z [00:02:38.526]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:24.4065617Z [00:02:38.526]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:24.4066433Z [00:02:38.526]➜  packagefile syscall=/tmp/go-build548448651/b047/_pkg_.a
2025-08-20T21:26:24.4067080Z [00:02:38.526]➜  EOF
2025-08-20T21:26:24.4076563Z [00:02:38.526]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b538/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/errbase=>github.com/cockroachdb/errors@v1.11.3/errbase;$WORK/b538=>" -p github.com/cockroachdb/errors/errbase -lang=go1.19 -complete -installsuffix shared -buildid KFwYJB3Uls3qL5NxYmW1/KFwYJB3Uls3qL5NxYmW1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b538/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/errbase/adapters.go /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/errbase/adapters_errno.go /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/errbase/decode.go /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/errbase/encode.go /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/errbase/format_error.go /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/errbase/formatter.go /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/errbase/migrations.go /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/errbase/opaque.go /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/errbase/oserror_go116.go /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/errbase/safe_details.go /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/errbase/unwrap.go
2025-08-20T21:26:24.4412602Z [00:02:38.564]➜  go tool buildid -w $WORK/b653/_pkg_.a # internal
2025-08-20T21:26:24.4445586Z [00:02:38.567]➜  cp $WORK/b653/_pkg_.a /root/.cache/go-build/ae/ae727987cf00533106bd79a6dec564934f3b079eb14a95624cabb357ea465e85-d # internal
2025-08-20T21:26:24.4455185Z [00:02:38.568]➜  debug/dwarf
2025-08-20T21:26:24.4455740Z [00:02:38.568]➜  mkdir -p $WORK/b662/
2025-08-20T21:26:24.4467701Z [00:02:38.569]➜  cat >/tmp/go-build548448651/b662/importcfg << 'EOF' # internal
2025-08-20T21:26:24.4468852Z [00:02:38.569]➜  # import config
2025-08-20T21:26:24.4469770Z [00:02:38.569]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:24.4471162Z [00:02:38.569]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:24.4472317Z [00:02:38.569]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:24.4473483Z [00:02:38.569]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:24.4474542Z [00:02:38.569]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:24.4475595Z [00:02:38.569]➜  packagefile path=/tmp/go-build548448651/b063/_pkg_.a
2025-08-20T21:26:24.4476904Z [00:02:38.569]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:24.4477969Z [00:02:38.569]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:24.4480012Z [00:02:38.569]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:24.4480690Z [00:02:38.569]➜  EOF
2025-08-20T21:26:24.4485919Z [00:02:38.569]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b662/_pkg_.a -trimpath "/root/.go/src/debug/dwarf=>debug/dwarf;$WORK/b662=>" -p debug/dwarf -lang=go1.25 -std -complete -installsuffix shared -buildid xzayDZolfEJh7AlvbL34/xzayDZolfEJh7AlvbL34 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b662/importcfg -pack /root/.go/src/debug/dwarf/attr_string.go /root/.go/src/debug/dwarf/buf.go /root/.go/src/debug/dwarf/class_string.go /root/.go/src/debug/dwarf/const.go /root/.go/src/debug/dwarf/entry.go /root/.go/src/debug/dwarf/line.go /root/.go/src/debug/dwarf/open.go /root/.go/src/debug/dwarf/tag_string.go /root/.go/src/debug/dwarf/type.go /root/.go/src/debug/dwarf/typeunit.go /root/.go/src/debug/dwarf/unit.go
2025-08-20T21:26:24.5866155Z [00:02:38.709]➜  go tool buildid -w $WORK/b538/_pkg_.a # internal
2025-08-20T21:26:24.5901772Z [00:02:38.712]➜  cp $WORK/b538/_pkg_.a /root/.cache/go-build/4e/4e96691869c8b0e560e240b1762a6a1e491362d9748b917445613ab0342904a4-d # internal
2025-08-20T21:26:24.5911516Z [00:02:38.713]➜  github.com/cockroachdb/errors/markers
2025-08-20T21:26:24.5912122Z [00:02:38.713]➜  mkdir -p $WORK/b559/
2025-08-20T21:26:24.5912879Z [00:02:38.713]➜  cat >/tmp/go-build548448651/b559/importcfg << 'EOF' # internal
2025-08-20T21:26:24.5913565Z [00:02:38.713]➜  # import config
2025-08-20T21:26:24.5914240Z [00:02:38.713]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:24.5915076Z [00:02:38.713]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:24.5916108Z [00:02:38.713]➜  packagefile github.com/cockroachdb/errors/errbase=/tmp/go-build548448651/b538/_pkg_.a
2025-08-20T21:26:24.5917304Z [00:02:38.713]➜  packagefile github.com/cockroachdb/errors/errorspb=/tmp/go-build548448651/b539/_pkg_.a
2025-08-20T21:26:24.5918781Z [00:02:38.713]➜  packagefile github.com/cockroachdb/redact=/tmp/go-build548448651/b545/_pkg_.a
2025-08-20T21:26:24.5919940Z [00:02:38.713]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build548448651/b541/_pkg_.a
2025-08-20T21:26:24.5920904Z [00:02:38.713]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:24.5921524Z [00:02:38.713]➜  EOF
2025-08-20T21:26:24.5925436Z [00:02:38.713]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b559/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/markers=>github.com/cockroachdb/errors@v1.11.3/markers;$WORK/b559=>" -p github.com/cockroachdb/errors/markers -lang=go1.19 -complete -installsuffix shared -buildid 0TMIQFOQAnJOJIM4zLei/0TMIQFOQAnJOJIM4zLei -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b559/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/markers/markers.go
2025-08-20T21:26:24.6403451Z [00:02:38.763]➜  go tool buildid -w $WORK/b559/_pkg_.a # internal
2025-08-20T21:26:24.6416914Z [00:02:38.764]➜  cp $WORK/b559/_pkg_.a /root/.cache/go-build/c5/c526890d5767e48f0d01ec4ff70475d6596ae113c3c1638b2160dedf9976f646-d # internal
2025-08-20T21:26:24.6422736Z [00:02:38.764]➜  github.com/cockroachdb/errors/assert
2025-08-20T21:26:24.6423377Z [00:02:38.765]➜  mkdir -p $WORK/b537/
2025-08-20T21:26:24.6429195Z [00:02:38.765]➜  cat >/tmp/go-build548448651/b537/importcfg << 'EOF' # internal
2025-08-20T21:26:24.6429933Z [00:02:38.765]➜  # import config
2025-08-20T21:26:24.6430951Z [00:02:38.765]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:24.6432145Z [00:02:38.765]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:24.6433488Z [00:02:38.765]➜  packagefile github.com/cockroachdb/errors/errbase=/tmp/go-build548448651/b538/_pkg_.a
2025-08-20T21:26:24.6434807Z [00:02:38.765]➜  packagefile github.com/cockroachdb/errors/markers=/tmp/go-build548448651/b559/_pkg_.a
2025-08-20T21:26:24.6436122Z [00:02:38.765]➜  packagefile github.com/cockroachdb/errors/stdstrings=/tmp/go-build548448651/b560/_pkg_.a
2025-08-20T21:26:24.6437392Z [00:02:38.765]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build548448651/b541/_pkg_.a
2025-08-20T21:26:24.6438204Z [00:02:38.765]➜  EOF
2025-08-20T21:26:24.6442188Z [00:02:38.766]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b537/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/assert=>github.com/cockroachdb/errors@v1.11.3/assert;$WORK/b537=>" -p github.com/cockroachdb/errors/assert -lang=go1.19 -complete -installsuffix shared -buildid xM89K7qGJB28faWQE30R/xM89K7qGJB28faWQE30R -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b537/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/assert/assert.go
2025-08-20T21:26:24.6844411Z [00:02:38.807]➜  go tool buildid -w $WORK/b537/_pkg_.a # internal
2025-08-20T21:26:24.6853328Z [00:02:38.808]➜  cp $WORK/b537/_pkg_.a /root/.cache/go-build/6a/6ac0231fb486ed349eb22e414805da2369749cb9798bfa54af9b65582ddfbc63-d # internal
2025-08-20T21:26:24.6854594Z [00:02:38.808]➜  github.com/cockroachdb/errors/barriers
2025-08-20T21:26:24.6856619Z [00:02:38.808]➜  mkdir -p $WORK/b561/
2025-08-20T21:26:24.6863030Z [00:02:38.809]➜  cat >/tmp/go-build548448651/b561/importcfg << 'EOF' # internal
2025-08-20T21:26:24.6863747Z [00:02:38.809]➜  # import config
2025-08-20T21:26:24.6864436Z [00:02:38.809]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:24.6865271Z [00:02:38.809]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:24.6868288Z [00:02:38.809]➜  packagefile github.com/cockroachdb/errors/errbase=/tmp/go-build548448651/b538/_pkg_.a
2025-08-20T21:26:24.6869689Z [00:02:38.809]➜  packagefile github.com/cockroachdb/redact=/tmp/go-build548448651/b545/_pkg_.a
2025-08-20T21:26:24.6870841Z [00:02:38.809]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build548448651/b541/_pkg_.a
2025-08-20T21:26:24.6871620Z [00:02:38.809]➜  EOF
2025-08-20T21:26:24.6885004Z [00:02:38.811]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b561/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/barriers=>github.com/cockroachdb/errors@v1.11.3/barriers;$WORK/b561=>" -p github.com/cockroachdb/errors/barriers -lang=go1.19 -complete -installsuffix shared -buildid jO4p8lp70FpiyT98x1ak/jO4p8lp70FpiyT98x1ak -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b561/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/barriers/barriers.go
2025-08-20T21:26:24.7364995Z [00:02:38.859]➜  go tool buildid -w $WORK/b561/_pkg_.a # internal
2025-08-20T21:26:24.7375081Z [00:02:38.860]➜  cp $WORK/b561/_pkg_.a /root/.cache/go-build/e3/e3bad8494384b4530162c1509d8f6bd3fb300e1fafa9dd4e8fb34d39259b73e6-d # internal
2025-08-20T21:26:24.7380277Z [00:02:38.860]➜  github.com/cockroachdb/errors/contexttags
2025-08-20T21:26:24.7381062Z [00:02:38.860]➜  mkdir -p $WORK/b562/
2025-08-20T21:26:24.7384832Z [00:02:38.861]➜  cat >/tmp/go-build548448651/b562/importcfg << 'EOF' # internal
2025-08-20T21:26:24.7388414Z [00:02:38.861]➜  # import config
2025-08-20T21:26:24.7389304Z [00:02:38.861]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:24.7390126Z [00:02:38.861]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:24.7391147Z [00:02:38.861]➜  packagefile github.com/cockroachdb/errors/errbase=/tmp/go-build548448651/b538/_pkg_.a
2025-08-20T21:26:24.7392412Z [00:02:38.861]➜  packagefile github.com/cockroachdb/errors/errorspb=/tmp/go-build548448651/b539/_pkg_.a
2025-08-20T21:26:24.7393639Z [00:02:38.861]➜  packagefile github.com/cockroachdb/logtags=/tmp/go-build548448651/b563/_pkg_.a
2025-08-20T21:26:24.7394799Z [00:02:38.861]➜  packagefile github.com/cockroachdb/redact=/tmp/go-build548448651/b545/_pkg_.a
2025-08-20T21:26:24.7395950Z [00:02:38.861]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build548448651/b541/_pkg_.a
2025-08-20T21:26:24.7396709Z [00:02:38.861]➜  EOF
2025-08-20T21:26:24.7401448Z [00:02:38.861]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b562/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/contexttags=>github.com/cockroachdb/errors@v1.11.3/contexttags;$WORK/b562=>" -p github.com/cockroachdb/errors/contexttags -lang=go1.19 -complete -installsuffix shared -buildid UJtazknRQd2GZjrkc94u/UJtazknRQd2GZjrkc94u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b562/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/contexttags/contexttags.go /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/contexttags/with_context.go
2025-08-20T21:26:24.8104184Z [00:02:38.933]➜  go tool buildid -w $WORK/b562/_pkg_.a # internal
2025-08-20T21:26:24.8114511Z [00:02:38.934]➜  cp $WORK/b562/_pkg_.a /root/.cache/go-build/ef/ef8b3a6e6161dc4399eeb62d8124570d8c55177c9bc915a4a99329a9dd6d6cb8-d # internal
2025-08-20T21:26:24.8120643Z [00:02:38.934]➜  github.com/cockroachdb/errors/domains
2025-08-20T21:26:24.8123670Z [00:02:38.935]➜  mkdir -p $WORK/b564/
2025-08-20T21:26:24.8131784Z [00:02:38.935]➜  cat >/tmp/go-build548448651/b564/importcfg << 'EOF' # internal
2025-08-20T21:26:24.8132509Z [00:02:38.935]➜  # import config
2025-08-20T21:26:24.8133149Z [00:02:38.935]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:24.8135598Z [00:02:38.935]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:24.8140536Z [00:02:38.935]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:24.8141639Z [00:02:38.935]➜  packagefile github.com/cockroachdb/errors/barriers=/tmp/go-build548448651/b561/_pkg_.a
2025-08-20T21:26:24.8142907Z [00:02:38.935]➜  packagefile github.com/cockroachdb/errors/errbase=/tmp/go-build548448651/b538/_pkg_.a
2025-08-20T21:26:24.8144107Z [00:02:38.935]➜  packagefile github.com/cockroachdb/redact=/tmp/go-build548448651/b545/_pkg_.a
2025-08-20T21:26:24.8145228Z [00:02:38.936]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build548448651/b541/_pkg_.a
2025-08-20T21:26:24.8146246Z [00:02:38.936]➜  packagefile path/filepath=/tmp/go-build548448651/b168/_pkg_.a
2025-08-20T21:26:24.8147117Z [00:02:38.936]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:24.8147737Z [00:02:38.936]➜  EOF
2025-08-20T21:26:24.8152409Z [00:02:38.936]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b564/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/domains=>github.com/cockroachdb/errors@v1.11.3/domains;$WORK/b564=>" -p github.com/cockroachdb/errors/domains -lang=go1.19 -complete -installsuffix shared -buildid 9Wd0q3CsCVTPzD2t1JBz/9Wd0q3CsCVTPzD2t1JBz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b564/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/domains/domains.go /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/domains/with_domain.go
2025-08-20T21:26:24.8470423Z [00:02:38.969]➜  go tool buildid -w $WORK/b564/_pkg_.a # internal
2025-08-20T21:26:24.8475621Z [00:02:38.970]➜  cp $WORK/b564/_pkg_.a /root/.cache/go-build/c6/c6d2480e669914bf8384925526df1890e63e824bf9a43b881a6b895711f9ef05-d # internal
2025-08-20T21:26:24.8481960Z [00:02:38.971]➜  github.com/cockroachdb/errors/join
2025-08-20T21:26:24.8486716Z [00:02:38.971]➜  mkdir -p $WORK/b566/
2025-08-20T21:26:24.8494973Z [00:02:38.972]➜  cat >/tmp/go-build548448651/b566/importcfg << 'EOF' # internal
2025-08-20T21:26:24.8505556Z [00:02:38.972]➜  # import config
2025-08-20T21:26:24.8506289Z [00:02:38.972]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:24.8507080Z [00:02:38.972]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:24.8508033Z [00:02:38.972]➜  packagefile github.com/cockroachdb/errors/errbase=/tmp/go-build548448651/b538/_pkg_.a
2025-08-20T21:26:24.8509757Z [00:02:38.972]➜  packagefile github.com/cockroachdb/redact=/tmp/go-build548448651/b545/_pkg_.a
2025-08-20T21:26:24.8510842Z [00:02:38.972]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build548448651/b541/_pkg_.a
2025-08-20T21:26:24.8511573Z [00:02:38.972]➜  EOF
2025-08-20T21:26:24.8560653Z [00:02:38.978]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b566/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/join=>github.com/cockroachdb/errors@v1.11.3/join;$WORK/b566=>" -p github.com/cockroachdb/errors/join -lang=go1.19 -complete -installsuffix shared -buildid fTW-09ALO6OSxDvc5gJ0/fTW-09ALO6OSxDvc5gJ0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b566/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/join/join.go
2025-08-20T21:26:24.8576410Z [00:02:38.980]➜  go tool buildid -w $WORK/b658/_pkg_.a # internal
2025-08-20T21:26:24.8624237Z [00:02:38.984]➜  cp $WORK/b658/_pkg_.a /root/.cache/go-build/e9/e999d37d46808142ca745433e4ecd36a4b3e3f93c282572c0ecc7e88ffd65d13-d # internal
2025-08-20T21:26:24.8625621Z [00:02:38.984]➜  github.com/cockroachdb/errors/secondary
2025-08-20T21:26:24.8626227Z [00:02:38.984]➜  mkdir -p $WORK/b567/
2025-08-20T21:26:24.8626942Z [00:02:38.985]➜  cat >/tmp/go-build548448651/b567/importcfg << 'EOF' # internal
2025-08-20T21:26:24.8627612Z [00:02:38.985]➜  # import config
2025-08-20T21:26:24.8628260Z [00:02:38.985]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:24.8629233Z [00:02:38.985]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:24.8630217Z [00:02:38.985]➜  packagefile github.com/cockroachdb/errors/errbase=/tmp/go-build548448651/b538/_pkg_.a
2025-08-20T21:26:24.8631389Z [00:02:38.985]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build548448651/b541/_pkg_.a
2025-08-20T21:26:24.8632131Z [00:02:38.985]➜  EOF
2025-08-20T21:26:24.8636368Z [00:02:38.985]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b567/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/secondary=>github.com/cockroachdb/errors@v1.11.3/secondary;$WORK/b567=>" -p github.com/cockroachdb/errors/secondary -lang=go1.19 -complete -installsuffix shared -buildid Tuf6f0WrxNcCRQpESSw6/Tuf6f0WrxNcCRQpESSw6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b567/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/secondary/secondary.go /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/secondary/with_secondary.go
2025-08-20T21:26:24.8854981Z [00:02:39.008]➜  go tool buildid -w $WORK/b567/_pkg_.a # internal
2025-08-20T21:26:24.8858224Z [00:02:39.008]➜  go tool buildid -w $WORK/b566/_pkg_.a # internal
2025-08-20T21:26:24.8867552Z [00:02:39.009]➜  cp $WORK/b566/_pkg_.a /root/.cache/go-build/99/998a0e600185f27537b58d82b231f6b2f8c1b253b67f4a187cf48b6eb6ab7d7f-d # internal
2025-08-20T21:26:24.8869004Z [00:02:39.009]➜  github.com/cockroachdb/errors/withstack
2025-08-20T21:26:24.8890472Z [00:02:39.010]➜  mkdir -p $WORK/b568/
2025-08-20T21:26:24.8906116Z [00:02:39.010]➜  cp $WORK/b567/_pkg_.a /root/.cache/go-build/2b/2bbfb5f3f44f6fc64d27f7bb0eec29ee640cb978627a66d40408633176457194-d # internal
2025-08-20T21:26:24.8907248Z [00:02:39.010]➜  github.com/cockroachdb/errors/hintdetail
2025-08-20T21:26:24.8907825Z [00:02:39.010]➜  mkdir -p $WORK/b594/
2025-08-20T21:26:24.8908673Z [00:02:39.010]➜  cat >/tmp/go-build548448651/b568/importcfg << 'EOF' # internal
2025-08-20T21:26:24.8909365Z [00:02:39.010]➜  # import config
2025-08-20T21:26:24.8909987Z [00:02:39.010]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:24.8910716Z [00:02:39.010]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:24.8911685Z [00:02:39.010]➜  packagefile github.com/cockroachdb/errors/errbase=/tmp/go-build548448651/b538/_pkg_.a
2025-08-20T21:26:24.8912759Z [00:02:39.010]➜  packagefile github.com/getsentry/sentry-go=/tmp/go-build548448651/b569/_pkg_.a
2025-08-20T21:26:24.8913796Z [00:02:39.010]➜  packagefile github.com/pkg/errors=/tmp/go-build548448651/b558/_pkg_.a
2025-08-20T21:26:24.8914665Z [00:02:39.010]➜  packagefile go/build=/tmp/go-build548448651/b584/_pkg_.a
2025-08-20T21:26:24.8915522Z [00:02:39.010]➜  packagefile path/filepath=/tmp/go-build548448651/b168/_pkg_.a
2025-08-20T21:26:24.8916421Z [00:02:39.010]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:24.8917216Z [00:02:39.010]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:24.8917994Z [00:02:39.013]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:24.8918732Z [00:02:39.013]➜  EOF
2025-08-20T21:26:24.8924210Z [00:02:39.013]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b568/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/withstack=>github.com/cockroachdb/errors@v1.11.3/withstack;$WORK/b568=>" -p github.com/cockroachdb/errors/withstack -lang=go1.19 -complete -installsuffix shared -buildid 88h5ijW3tmKLopasQWoG/88h5ijW3tmKLopasQWoG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b568/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/withstack/one_line_source.go /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/withstack/reportable.go /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/withstack/stack.go /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/withstack/withstack.go
2025-08-20T21:26:24.8930610Z [00:02:39.013]➜  cat >/tmp/go-build548448651/b594/importcfg << 'EOF' # internal
2025-08-20T21:26:24.8931309Z [00:02:39.013]➜  # import config
2025-08-20T21:26:24.8931917Z [00:02:39.013]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:24.8932699Z [00:02:39.013]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:24.8933654Z [00:02:39.013]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:24.8934669Z [00:02:39.013]➜  packagefile github.com/cockroachdb/errors/errbase=/tmp/go-build548448651/b538/_pkg_.a
2025-08-20T21:26:24.8935865Z [00:02:39.013]➜  packagefile github.com/cockroachdb/errors/errorspb=/tmp/go-build548448651/b539/_pkg_.a
2025-08-20T21:26:24.8937027Z [00:02:39.013]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build548448651/b541/_pkg_.a
2025-08-20T21:26:24.8937779Z [00:02:39.013]➜  EOF
2025-08-20T21:26:24.8942800Z [00:02:39.013]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b594/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/hintdetail=>github.com/cockroachdb/errors@v1.11.3/hintdetail;$WORK/b594=>" -p github.com/cockroachdb/errors/hintdetail -lang=go1.19 -complete -installsuffix shared -buildid 2MbFNI-1Gb3UuyyodJwn/2MbFNI-1Gb3UuyyodJwn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b594/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/hintdetail/hintdetail.go /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/hintdetail/with_detail.go /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/hintdetail/with_hint.go
2025-08-20T21:26:24.8998976Z [00:02:39.022]➜  go tool buildid -w $WORK/b662/_pkg_.a # internal
2025-08-20T21:26:24.9049025Z [00:02:39.027]➜  cp $WORK/b662/_pkg_.a /root/.cache/go-build/04/04031efaf7382258dbb0dae49289663a87171759a2f90f9a4691699b8bebb48b-d # internal
2025-08-20T21:26:24.9062820Z [00:02:39.028]➜  github.com/cockroachdb/errors/issuelink
2025-08-20T21:26:24.9063457Z [00:02:39.028]➜  mkdir -p $WORK/b595/
2025-08-20T21:26:24.9064156Z [00:02:39.028]➜  cat >/tmp/go-build548448651/b595/importcfg << 'EOF' # internal
2025-08-20T21:26:24.9064817Z [00:02:39.028]➜  # import config
2025-08-20T21:26:24.9065473Z [00:02:39.028]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:24.9066304Z [00:02:39.028]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:24.9067183Z [00:02:39.028]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:24.9068300Z [00:02:39.028]➜  packagefile github.com/cockroachdb/errors/errbase=/tmp/go-build548448651/b538/_pkg_.a
2025-08-20T21:26:24.9071126Z [00:02:39.028]➜  packagefile github.com/cockroachdb/errors/markers=/tmp/go-build548448651/b559/_pkg_.a
2025-08-20T21:26:24.9072432Z [00:02:39.028]➜  packagefile github.com/cockroachdb/errors/stdstrings=/tmp/go-build548448651/b560/_pkg_.a
2025-08-20T21:26:24.9073693Z [00:02:39.028]➜  packagefile github.com/cockroachdb/redact=/tmp/go-build548448651/b545/_pkg_.a
2025-08-20T21:26:24.9074863Z [00:02:39.028]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build548448651/b541/_pkg_.a
2025-08-20T21:26:24.9075670Z [00:02:39.028]➜  EOF
2025-08-20T21:26:24.9080821Z [00:02:39.028]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b595/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/issuelink=>github.com/cockroachdb/errors@v1.11.3/issuelink;$WORK/b595=>" -p github.com/cockroachdb/errors/issuelink -lang=go1.19 -complete -installsuffix shared -buildid BRJXDU2vKAMnzFFN0LAU/BRJXDU2vKAMnzFFN0LAU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b595/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/issuelink/issuelink.go /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/issuelink/unimplemented_error.go /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/issuelink/with_issuelink.go
2025-08-20T21:26:24.9305180Z [00:02:39.053]➜  go tool buildid -w $WORK/b594/_pkg_.a # internal
2025-08-20T21:26:24.9353127Z [00:02:39.058]➜  cp $WORK/b594/_pkg_.a /root/.cache/go-build/52/52c0345d69d90fbc66d51664503392fb26fc54f396ba36dead2f980f5acc7c5d-d # internal
2025-08-20T21:26:24.9354348Z [00:02:39.058]➜  github.com/cockroachdb/errors/safedetails
2025-08-20T21:26:24.9354976Z [00:02:39.058]➜  mkdir -p $WORK/b597/
2025-08-20T21:26:24.9367535Z [00:02:39.059]➜  cat >/tmp/go-build548448651/b597/importcfg << 'EOF' # internal
2025-08-20T21:26:24.9368719Z [00:02:39.059]➜  # import config
2025-08-20T21:26:24.9369449Z [00:02:39.059]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:24.9370253Z [00:02:39.059]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:24.9371277Z [00:02:39.059]➜  packagefile github.com/cockroachdb/errors/errbase=/tmp/go-build548448651/b538/_pkg_.a
2025-08-20T21:26:24.9372457Z [00:02:39.059]➜  packagefile github.com/cockroachdb/redact=/tmp/go-build548448651/b545/_pkg_.a
2025-08-20T21:26:24.9373566Z [00:02:39.059]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build548448651/b541/_pkg_.a
2025-08-20T21:26:24.9374656Z [00:02:39.059]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:24.9375270Z [00:02:39.059]➜  EOF
2025-08-20T21:26:24.9393685Z [00:02:39.061]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b597/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/safedetails=>github.com/cockroachdb/errors@v1.11.3/safedetails;$WORK/b597=>" -p github.com/cockroachdb/errors/safedetails -lang=go1.19 -complete -installsuffix shared -buildid qcwt9bVwItv1kwd8T5Bb/qcwt9bVwItv1kwd8T5Bb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b597/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/safedetails/redact.go /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/safedetails/safedetails.go /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/safedetails/with_safedetails.go
2025-08-20T21:26:24.9425636Z [00:02:39.065]➜  go tool buildid -w $WORK/b595/_pkg_.a # internal
2025-08-20T21:26:24.9439481Z [00:02:39.066]➜  cp $WORK/b595/_pkg_.a /root/.cache/go-build/93/93ade62f302e377f0c0215599d1207a390e89ff7e767aabcab92339fd0f6445a-d # internal
2025-08-20T21:26:24.9440640Z [00:02:39.066]➜  github.com/cockroachdb/errors/telemetrykeys
2025-08-20T21:26:24.9441245Z [00:02:39.066]➜  mkdir -p $WORK/b598/
2025-08-20T21:26:24.9441828Z [00:02:39.066]➜  go tool buildid -w $WORK/b568/_pkg_.a # internal
2025-08-20T21:26:24.9453724Z [00:02:39.067]➜  cat >/tmp/go-build548448651/b598/importcfg << 'EOF' # internal
2025-08-20T21:26:24.9471344Z [00:02:39.067]➜  # import config
2025-08-20T21:26:24.9472086Z [00:02:39.067]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:24.9473170Z [00:02:39.067]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:24.9474216Z [00:02:39.067]➜  packagefile github.com/cockroachdb/errors/errbase=/tmp/go-build548448651/b538/_pkg_.a
2025-08-20T21:26:24.9475399Z [00:02:39.067]➜  packagefile github.com/cockroachdb/redact=/tmp/go-build548448651/b545/_pkg_.a
2025-08-20T21:26:24.9476565Z [00:02:39.068]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build548448651/b541/_pkg_.a
2025-08-20T21:26:24.9477542Z [00:02:39.068]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:24.9478164Z [00:02:39.068]➜  EOF
2025-08-20T21:26:24.9486333Z [00:02:39.068]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b598/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/telemetrykeys=>github.com/cockroachdb/errors@v1.11.3/telemetrykeys;$WORK/b598=>" -p github.com/cockroachdb/errors/telemetrykeys -lang=go1.19 -complete -installsuffix shared -buildid SizSo3cBiUQqc844WQtX/SizSo3cBiUQqc844WQtX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b598/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/telemetrykeys/telemetrykeys.go /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/telemetrykeys/with_telemetry.go
2025-08-20T21:26:24.9491502Z [00:02:39.068]➜  cp $WORK/b568/_pkg_.a /root/.cache/go-build/b3/b3a7f7b0a6c5f96b0096d3f3002f9cc1b585a00d59d370d4f63f3c749cb1980a-d # internal
2025-08-20T21:26:24.9492663Z [00:02:39.068]➜  github.com/cockroachdb/errors/errutil
2025-08-20T21:26:24.9493256Z [00:02:39.068]➜  mkdir -p $WORK/b565/
2025-08-20T21:26:24.9494002Z [00:02:39.068]➜  cat >/tmp/go-build548448651/b565/importcfg << 'EOF' # internal
2025-08-20T21:26:24.9494686Z [00:02:39.068]➜  # import config
2025-08-20T21:26:24.9495602Z [00:02:39.068]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:24.9496477Z [00:02:39.070]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:24.9497561Z [00:02:39.070]➜  packagefile github.com/cockroachdb/errors/assert=/tmp/go-build548448651/b537/_pkg_.a
2025-08-20T21:26:24.9499504Z [00:02:39.070]➜  packagefile github.com/cockroachdb/errors/barriers=/tmp/go-build548448651/b561/_pkg_.a
2025-08-20T21:26:24.9500850Z [00:02:39.070]➜  packagefile github.com/cockroachdb/errors/errbase=/tmp/go-build548448651/b538/_pkg_.a
2025-08-20T21:26:24.9502102Z [00:02:39.070]➜  packagefile github.com/cockroachdb/errors/errorspb=/tmp/go-build548448651/b539/_pkg_.a
2025-08-20T21:26:24.9503312Z [00:02:39.070]➜  packagefile github.com/cockroachdb/errors/join=/tmp/go-build548448651/b566/_pkg_.a
2025-08-20T21:26:24.9504506Z [00:02:39.071]➜  packagefile github.com/cockroachdb/errors/markers=/tmp/go-build548448651/b559/_pkg_.a
2025-08-20T21:26:24.9505722Z [00:02:39.071]➜  packagefile github.com/cockroachdb/errors/secondary=/tmp/go-build548448651/b567/_pkg_.a
2025-08-20T21:26:24.9506929Z [00:02:39.071]➜  packagefile github.com/cockroachdb/errors/withstack=/tmp/go-build548448651/b568/_pkg_.a
2025-08-20T21:26:24.9508158Z [00:02:39.071]➜  packagefile github.com/cockroachdb/redact=/tmp/go-build548448651/b545/_pkg_.a
2025-08-20T21:26:24.9509490Z [00:02:39.071]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build548448651/b541/_pkg_.a
2025-08-20T21:26:24.9510442Z [00:02:39.071]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:24.9511166Z [00:02:39.071]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:24.9511938Z [00:02:39.071]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:24.9512715Z [00:02:39.071]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:24.9513545Z [00:02:39.071]➜  packagefile syscall=/tmp/go-build548448651/b047/_pkg_.a
2025-08-20T21:26:24.9514148Z [00:02:39.071]➜  EOF
2025-08-20T21:26:24.9521347Z [00:02:39.071]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b565/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/errutil=>github.com/cockroachdb/errors@v1.11.3/errutil;$WORK/b565=>" -p github.com/cockroachdb/errors/errutil -lang=go1.19 -complete -installsuffix shared -buildid B3q7CbC15zY2M8Aj1NId/B3q7CbC15zY2M8Aj1NId -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b565/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/errutil/as.go /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/errutil/assertions.go /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/errutil/doc.go /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/errutil/format_error_special.go /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/errutil/message.go /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/errutil/redactable.go /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/errutil/utilities.go
2025-08-20T21:26:24.9697038Z [00:02:39.092]➜  go tool buildid -w $WORK/b598/_pkg_.a # internal
2025-08-20T21:26:24.9704948Z [00:02:39.093]➜  cp $WORK/b598/_pkg_.a /root/.cache/go-build/ba/ba21a89af5bc0af67d02e4198f80ee9511597d514d15f48cc38738d3cf86323e-d # internal
2025-08-20T21:26:24.9723684Z [00:02:39.095]➜  github.com/cockroachdb/errors/report
2025-08-20T21:26:24.9728061Z [00:02:39.095]➜  mkdir -p $WORK/b596/
2025-08-20T21:26:24.9728986Z [00:02:39.095]➜  cat >/tmp/go-build548448651/b596/importcfg << 'EOF' # internal
2025-08-20T21:26:24.9729652Z [00:02:39.095]➜  # import config
2025-08-20T21:26:24.9730324Z [00:02:39.095]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:24.9731158Z [00:02:39.095]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:24.9732227Z [00:02:39.095]➜  packagefile github.com/cockroachdb/errors/domains=/tmp/go-build548448651/b564/_pkg_.a
2025-08-20T21:26:24.9742168Z [00:02:39.095]➜  packagefile github.com/cockroachdb/errors/errbase=/tmp/go-build548448651/b538/_pkg_.a
2025-08-20T21:26:24.9746560Z [00:02:39.095]➜  packagefile github.com/cockroachdb/errors/withstack=/tmp/go-build548448651/b568/_pkg_.a
2025-08-20T21:26:24.9747899Z [00:02:39.095]➜  packagefile github.com/cockroachdb/redact=/tmp/go-build548448651/b545/_pkg_.a
2025-08-20T21:26:24.9756718Z [00:02:39.095]➜  packagefile github.com/getsentry/sentry-go=/tmp/go-build548448651/b569/_pkg_.a
2025-08-20T21:26:24.9757796Z [00:02:39.095]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:24.9758442Z [00:02:39.095]➜  EOF
2025-08-20T21:26:24.9762998Z [00:02:39.095]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b596/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/report=>github.com/cockroachdb/errors@v1.11.3/report;$WORK/b596=>" -p github.com/cockroachdb/errors/report -lang=go1.19 -complete -installsuffix shared -buildid noiD0ZpSAU4Xh1uSHgZR/noiD0ZpSAU4Xh1uSHgZR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b596/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/report/report.go /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/report/reportables.go
2025-08-20T21:26:24.9767016Z [00:02:39.095]➜  go tool buildid -w $WORK/b597/_pkg_.a # internal
2025-08-20T21:26:24.9768337Z [00:02:39.096]➜  cp $WORK/b597/_pkg_.a /root/.cache/go-build/fc/fc2af191fc4c1e30ae08ddd8538c77e8b174e9325f7f270c5bb5a48f3ff96d60-d # internal
2025-08-20T21:26:24.9769732Z [00:02:39.096]➜  github.com/gabriel-vasile/mimetype/internal/charset
2025-08-20T21:26:24.9770392Z [00:02:39.096]➜  mkdir -p $WORK/b657/
2025-08-20T21:26:24.9776461Z [00:02:39.098]➜  cat >/tmp/go-build548448651/b657/importcfg << 'EOF' # internal
2025-08-20T21:26:24.9777179Z [00:02:39.098]➜  # import config
2025-08-20T21:26:24.9777826Z [00:02:39.098]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:24.9779365Z [00:02:39.098]➜  packagefile encoding/xml=/tmp/go-build548448651/b373/_pkg_.a
2025-08-20T21:26:24.9780419Z [00:02:39.098]➜  packagefile golang.org/x/net/html=/tmp/go-build548448651/b658/_pkg_.a
2025-08-20T21:26:24.9781745Z [00:02:39.098]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:24.9782673Z [00:02:39.098]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:24.9783506Z [00:02:39.098]➜  EOF
2025-08-20T21:26:24.9787575Z [00:02:39.098]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b657/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/internal/charset=>github.com/gabriel-vasile/mimetype@v1.4.9/internal/charset;$WORK/b657=>" -p github.com/gabriel-vasile/mimetype/internal/charset -lang=go1.23 -complete -installsuffix shared -buildid f2SQhKZpjqAyxziMviAa/f2SQhKZpjqAyxziMviAa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b657/importcfg -pack /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/internal/charset/charset.go
2025-08-20T21:26:25.0186314Z [00:02:39.141]➜  go tool buildid -w $WORK/b657/_pkg_.a # internal
2025-08-20T21:26:25.0197713Z [00:02:39.142]➜  cp $WORK/b657/_pkg_.a /root/.cache/go-build/6c/6c387ffebf48a19007ffa8ebe8f0a7d16dc140f42447e73f55dfb0395fc55c74-d # internal
2025-08-20T21:26:25.0204466Z [00:02:39.143]➜  internal/saferio
2025-08-20T21:26:25.0205040Z [00:02:39.143]➜  mkdir -p $WORK/b663/
2025-08-20T21:26:25.0210789Z [00:02:39.143]➜  cat >/tmp/go-build548448651/b663/importcfg << 'EOF' # internal
2025-08-20T21:26:25.0211486Z [00:02:39.143]➜  # import config
2025-08-20T21:26:25.0212125Z [00:02:39.143]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:25.0212736Z [00:02:39.143]➜  EOF
2025-08-20T21:26:25.0226126Z [00:02:39.145]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b663/_pkg_.a -trimpath "/root/.go/src/internal/saferio=>internal/saferio;$WORK/b663=>" -p internal/saferio -lang=go1.25 -std -complete -installsuffix shared -buildid mWMoPXONcjc0cePG2W0q/mWMoPXONcjc0cePG2W0q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b663/importcfg -pack /root/.go/src/internal/saferio/io.go
2025-08-20T21:26:25.0400005Z [00:02:39.162]➜  go tool buildid -w $WORK/b596/_pkg_.a # internal
2025-08-20T21:26:25.0415668Z [00:02:39.163]➜  cp $WORK/b596/_pkg_.a /root/.cache/go-build/34/34d05380ccfe9de26799f83e6eacf9237aa67136d19ff25dee4de4c8b87b843b-d # internal
2025-08-20T21:26:25.0431589Z [00:02:39.164]➜  encoding/csv
2025-08-20T21:26:25.0432115Z [00:02:39.164]➜  mkdir -p $WORK/b664/
2025-08-20T21:26:25.0432844Z [00:02:39.164]➜  cat >/tmp/go-build548448651/b664/importcfg << 'EOF' # internal
2025-08-20T21:26:25.0433526Z [00:02:39.164]➜  # import config
2025-08-20T21:26:25.0434177Z [00:02:39.165]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:25.0434971Z [00:02:39.166]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:25.0437084Z [00:02:39.166]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:25.0440189Z [00:02:39.166]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:25.0441827Z [00:02:39.166]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:25.0444016Z [00:02:39.166]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:25.0445473Z [00:02:39.166]➜  packagefile unicode=/tmp/go-build548448651/b041/_pkg_.a
2025-08-20T21:26:25.0447437Z [00:02:39.166]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:25.0449531Z [00:02:39.166]➜  EOF
2025-08-20T21:26:25.0453268Z [00:02:39.166]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b664/_pkg_.a -trimpath "/root/.go/src/encoding/csv=>encoding/csv;$WORK/b664=>" -p encoding/csv -lang=go1.25 -std -complete -installsuffix shared -buildid dFigBiPSnLZxb6OSzN82/dFigBiPSnLZxb6OSzN82 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b664/importcfg -pack /root/.go/src/encoding/csv/reader.go /root/.go/src/encoding/csv/writer.go
2025-08-20T21:26:25.0464743Z [00:02:39.169]➜  go tool buildid -w $WORK/b663/_pkg_.a # internal
2025-08-20T21:26:25.0469995Z [00:02:39.169]➜  cp $WORK/b663/_pkg_.a /root/.cache/go-build/b1/b1caf3e2fe0a6b0767739b8966244e2f0ac12ea976470a457aae904caaaeb99b-d # internal
2025-08-20T21:26:25.0472277Z [00:02:39.170]➜  debug/macho
2025-08-20T21:26:25.0473513Z [00:02:39.170]➜  mkdir -p $WORK/b661/
2025-08-20T21:26:25.0480078Z [00:02:39.170]➜  cat >/tmp/go-build548448651/b661/importcfg << 'EOF' # internal
2025-08-20T21:26:25.0480844Z [00:02:39.170]➜  # import config
2025-08-20T21:26:25.0481547Z [00:02:39.170]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:25.0482436Z [00:02:39.170]➜  packagefile compress/zlib=/tmp/go-build548448651/b313/_pkg_.a
2025-08-20T21:26:25.0483322Z [00:02:39.170]➜  packagefile debug/dwarf=/tmp/go-build548448651/b662/_pkg_.a
2025-08-20T21:26:25.0485428Z [00:02:39.170]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:25.0486471Z [00:02:39.171]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:25.0487521Z [00:02:39.171]➜  packagefile internal/saferio=/tmp/go-build548448651/b663/_pkg_.a
2025-08-20T21:26:25.0488740Z [00:02:39.171]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:25.0490403Z [00:02:39.171]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:25.0491535Z [00:02:39.171]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:25.0493751Z [00:02:39.171]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:25.0494359Z [00:02:39.171]➜  EOF
2025-08-20T21:26:25.0498205Z [00:02:39.171]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b661/_pkg_.a -trimpath "/root/.go/src/debug/macho=>debug/macho;$WORK/b661=>" -p debug/macho -lang=go1.25 -std -complete -installsuffix shared -buildid sFH6funQuvzzejYANENY/sFH6funQuvzzejYANENY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b661/importcfg -pack /root/.go/src/debug/macho/fat.go /root/.go/src/debug/macho/file.go /root/.go/src/debug/macho/macho.go /root/.go/src/debug/macho/reloctype.go /root/.go/src/debug/macho/reloctype_string.go
2025-08-20T21:26:25.0505098Z [00:02:39.173]➜  go tool buildid -w $WORK/b565/_pkg_.a # internal
2025-08-20T21:26:25.0521563Z [00:02:39.174]➜  cp $WORK/b565/_pkg_.a /root/.cache/go-build/68/68d3089dc751c0d495e64704f6ac095057e8b6bc0dabdf258cbd5397bc8a1872-d # internal
2025-08-20T21:26:25.0527851Z [00:02:39.175]➜  github.com/cockroachdb/errors
2025-08-20T21:26:25.0528460Z [00:02:39.175]➜  mkdir -p $WORK/b536/
2025-08-20T21:26:25.0539540Z [00:02:39.176]➜  cat >/tmp/go-build548448651/b536/importcfg << 'EOF' # internal
2025-08-20T21:26:25.0542735Z [00:02:39.176]➜  # import config
2025-08-20T21:26:25.0544329Z [00:02:39.176]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:25.0545511Z [00:02:39.176]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:25.0546955Z [00:02:39.176]➜  packagefile github.com/cockroachdb/errors/assert=/tmp/go-build548448651/b537/_pkg_.a
2025-08-20T21:26:25.0548882Z [00:02:39.176]➜  packagefile github.com/cockroachdb/errors/barriers=/tmp/go-build548448651/b561/_pkg_.a
2025-08-20T21:26:25.0551061Z [00:02:39.176]➜  packagefile github.com/cockroachdb/errors/contexttags=/tmp/go-build548448651/b562/_pkg_.a
2025-08-20T21:26:25.0553364Z [00:02:39.176]➜  packagefile github.com/cockroachdb/errors/domains=/tmp/go-build548448651/b564/_pkg_.a
2025-08-20T21:26:25.0555032Z [00:02:39.177]➜  packagefile github.com/cockroachdb/errors/errbase=/tmp/go-build548448651/b538/_pkg_.a
2025-08-20T21:26:25.0557079Z [00:02:39.177]➜  packagefile github.com/cockroachdb/errors/errutil=/tmp/go-build548448651/b565/_pkg_.a
2025-08-20T21:26:25.0563434Z [00:02:39.177]➜  packagefile github.com/cockroachdb/errors/hintdetail=/tmp/go-build548448651/b594/_pkg_.a
2025-08-20T21:26:25.0565091Z [00:02:39.177]➜  packagefile github.com/cockroachdb/errors/issuelink=/tmp/go-build548448651/b595/_pkg_.a
2025-08-20T21:26:25.0567103Z [00:02:39.177]➜  packagefile github.com/cockroachdb/errors/markers=/tmp/go-build548448651/b559/_pkg_.a
2025-08-20T21:26:25.0569067Z [00:02:39.177]➜  packagefile github.com/cockroachdb/errors/report=/tmp/go-build548448651/b596/_pkg_.a
2025-08-20T21:26:25.0571301Z [00:02:39.177]➜  packagefile github.com/cockroachdb/errors/safedetails=/tmp/go-build548448651/b597/_pkg_.a
2025-08-20T21:26:25.0573502Z [00:02:39.177]➜  packagefile github.com/cockroachdb/errors/secondary=/tmp/go-build548448651/b567/_pkg_.a
2025-08-20T21:26:25.0575507Z [00:02:39.177]➜  packagefile github.com/cockroachdb/errors/telemetrykeys=/tmp/go-build548448651/b598/_pkg_.a
2025-08-20T21:26:25.0577520Z [00:02:39.177]➜  packagefile github.com/cockroachdb/errors/withstack=/tmp/go-build548448651/b568/_pkg_.a
2025-08-20T21:26:25.0579823Z [00:02:39.177]➜  packagefile github.com/cockroachdb/logtags=/tmp/go-build548448651/b563/_pkg_.a
2025-08-20T21:26:25.0581350Z [00:02:39.177]➜  packagefile github.com/cockroachdb/redact=/tmp/go-build548448651/b545/_pkg_.a
2025-08-20T21:26:25.0583227Z [00:02:39.177]➜  packagefile github.com/getsentry/sentry-go=/tmp/go-build548448651/b569/_pkg_.a
2025-08-20T21:26:25.0584800Z [00:02:39.177]➜  EOF
2025-08-20T21:26:25.0597515Z [00:02:39.177]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b536/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3=>github.com/cockroachdb/errors@v1.11.3;$WORK/b536=>" -p github.com/cockroachdb/errors -lang=go1.19 -complete -installsuffix shared -buildid vNNwGjc7SwJ3821sza-8/vNNwGjc7SwJ3821sza-8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b536/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/assert_api.go /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/barriers_api.go /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/contexttags_api.go /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/domains_api.go /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/errbase_api.go /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/errutil_api.go /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/hintdetail_api.go /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/issuelink_api.go /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/markers_api.go /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/report_api.go /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/safedetails_api.go /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/secondary_api.go /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/telemetrykeys_api.go /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/withstack_api.go
2025-08-20T21:26:25.1018917Z [00:02:39.224]➜  go tool buildid -w $WORK/b664/_pkg_.a # internal
2025-08-20T21:26:25.1032339Z [00:02:39.225]➜  cp $WORK/b664/_pkg_.a /root/.cache/go-build/52/52f17d30d48aa5781b002901204c4f03156afc98fb5d7417ed2f5f0edf9aaa3a-d # internal
2025-08-20T21:26:25.1033682Z [00:02:39.225]➜  github.com/gabriel-vasile/mimetype/internal/json
2025-08-20T21:26:25.1034342Z [00:02:39.225]➜  mkdir -p $WORK/b665/
2025-08-20T21:26:25.1035071Z [00:02:39.226]➜  cat >/tmp/go-build548448651/b665/importcfg << 'EOF' # internal
2025-08-20T21:26:25.1035773Z [00:02:39.226]➜  # import config
2025-08-20T21:26:25.1040539Z [00:02:39.226]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:25.1042058Z [00:02:39.226]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:25.1043296Z [00:02:39.226]➜  EOF
2025-08-20T21:26:25.1047894Z [00:02:39.226]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b665/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/internal/json=>github.com/gabriel-vasile/mimetype@v1.4.9/internal/json;$WORK/b665=>" -p github.com/gabriel-vasile/mimetype/internal/json -lang=go1.23 -complete -installsuffix shared -buildid TILjAnW9NJSGMm3ChDRd/TILjAnW9NJSGMm3ChDRd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b665/importcfg -pack /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/internal/json/parser.go
2025-08-20T21:26:25.1246392Z [00:02:39.247]➜  go tool buildid -w $WORK/b536/_pkg_.a # internal
2025-08-20T21:26:25.1263818Z [00:02:39.248]➜  cp $WORK/b536/_pkg_.a /root/.cache/go-build/9f/9fcdc704592940788939460beb29c164ff96cc2c37c285cb4ee43ad4cea5f4f3-d # internal
2025-08-20T21:26:25.1265142Z [00:02:39.248]➜  github.com/cockroachdb/errors/oserror
2025-08-20T21:26:25.1265819Z [00:02:39.248]➜  mkdir -p $WORK/b599/
2025-08-20T21:26:25.1266614Z [00:02:39.249]➜  cat >/tmp/go-build548448651/b599/importcfg << 'EOF' # internal
2025-08-20T21:26:25.1267549Z [00:02:39.249]➜  # import config
2025-08-20T21:26:25.1268434Z [00:02:39.249]➜  packagefile github.com/cockroachdb/errors=/tmp/go-build548448651/b536/_pkg_.a
2025-08-20T21:26:25.1269900Z [00:02:39.249]➜  packagefile github.com/cockroachdb/errors/errbase=/tmp/go-build548448651/b538/_pkg_.a
2025-08-20T21:26:25.1270985Z [00:02:39.249]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:25.1271629Z [00:02:39.249]➜  EOF
2025-08-20T21:26:25.1275419Z [00:02:39.249]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b599/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/oserror=>github.com/cockroachdb/errors@v1.11.3/oserror;$WORK/b599=>" -p github.com/cockroachdb/errors/oserror -lang=go1.19 -complete -installsuffix shared -buildid jjz-RK6_LvNgQur46nji/jjz-RK6_LvNgQur46nji -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b599/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/errors@v1.11.3/oserror/oserror.go
2025-08-20T21:26:25.1564350Z [00:02:39.279]➜  go tool buildid -w $WORK/b665/_pkg_.a # internal
2025-08-20T21:26:25.1577590Z [00:02:39.280]➜  cp $WORK/b665/_pkg_.a /root/.cache/go-build/c5/c5256cddb5bbe06873c060bee6aae80715cc4ba5026997c1d038aa13d81dcc56-d # internal
2025-08-20T21:26:25.1581216Z [00:02:39.280]➜  github.com/cockroachdb/pebble/v2/internal/dsl
2025-08-20T21:26:25.1581918Z [00:02:39.281]➜  mkdir -p $WORK/b618/
2025-08-20T21:26:25.1591967Z [00:02:39.282]➜  cat >/tmp/go-build548448651/b618/importcfg << 'EOF' # internal
2025-08-20T21:26:25.1593582Z [00:02:39.282]➜  # import config
2025-08-20T21:26:25.1594620Z [00:02:39.282]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:25.1611513Z [00:02:39.282]➜  packagefile github.com/cockroachdb/errors=/tmp/go-build548448651/b536/_pkg_.a
2025-08-20T21:26:25.1612778Z [00:02:39.282]➜  packagefile go/scanner=/tmp/go-build548448651/b348/_pkg_.a
2025-08-20T21:26:25.1613709Z [00:02:39.282]➜  packagefile go/token=/tmp/go-build548448651/b297/_pkg_.a
2025-08-20T21:26:25.1614607Z [00:02:39.282]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:25.1615456Z [00:02:39.282]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:25.1616369Z [00:02:39.282]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:25.1617044Z [00:02:39.282]➜  EOF
2025-08-20T21:26:25.1623506Z [00:02:39.284]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b618/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/dsl=>github.com/cockroachdb/pebble/v2@v2.0.6/internal/dsl;$WORK/b618=>" -p github.com/cockroachdb/pebble/v2/internal/dsl -lang=go1.22 -complete -installsuffix shared -buildid ckHR6zc_L86-tktDpqT-/ckHR6zc_L86-tktDpqT- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b618/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/dsl/dsl.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/dsl/predicates.go
2025-08-20T21:26:25.1702196Z [00:02:39.293]➜  go tool buildid -w $WORK/b599/_pkg_.a # internal
2025-08-20T21:26:25.1705941Z [00:02:39.293]➜  cp $WORK/b599/_pkg_.a /root/.cache/go-build/4d/4d77c6a8a32aae0b131f4aa2a0011391986901d4757e26e3581067919b537b44-d # internal
2025-08-20T21:26:25.1707068Z [00:02:39.293]➜  github.com/cockroachdb/pebble/v2/vfs
2025-08-20T21:26:25.1707687Z [00:02:39.293]➜  mkdir -p $WORK/b606/
2025-08-20T21:26:25.1710386Z [00:02:39.293]➜  cat >/tmp/go-build548448651/b606/importcfg << 'EOF' # internal
2025-08-20T21:26:25.1711671Z [00:02:39.294]➜  # import config
2025-08-20T21:26:25.1712770Z [00:02:39.294]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:25.1713647Z [00:02:39.294]➜  packagefile cmp=/tmp/go-build548448651/b051/_pkg_.a
2025-08-20T21:26:25.1714465Z [00:02:39.294]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:25.1715460Z [00:02:39.294]➜  packagefile github.com/cockroachdb/errors=/tmp/go-build548448651/b536/_pkg_.a
2025-08-20T21:26:25.1716956Z [00:02:39.294]➜  packagefile github.com/cockroachdb/errors/oserror=/tmp/go-build548448651/b599/_pkg_.a
2025-08-20T21:26:25.1718417Z [00:02:39.294]➜  packagefile github.com/cockroachdb/pebble/v2/internal/invariants=/tmp/go-build548448651/b604/_pkg_.a
2025-08-20T21:26:25.1719846Z [00:02:39.294]➜  packagefile github.com/cockroachdb/redact=/tmp/go-build548448651/b545/_pkg_.a
2025-08-20T21:26:25.1720900Z [00:02:39.294]➜  packagefile golang.org/x/sys/unix=/tmp/go-build548448651/b194/_pkg_.a
2025-08-20T21:26:25.1723966Z [00:02:39.295]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:25.1724768Z [00:02:39.295]➜  packagefile io/fs=/tmp/go-build548448651/b062/_pkg_.a
2025-08-20T21:26:25.1725671Z [00:02:39.295]➜  packagefile math/rand/v2=/tmp/go-build548448651/b104/_pkg_.a
2025-08-20T21:26:25.1726739Z [00:02:39.295]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:25.1727608Z [00:02:39.295]➜  packagefile path=/tmp/go-build548448651/b063/_pkg_.a
2025-08-20T21:26:25.1728718Z [00:02:39.295]➜  packagefile path/filepath=/tmp/go-build548448651/b168/_pkg_.a
2025-08-20T21:26:25.1729627Z [00:02:39.295]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:25.1730489Z [00:02:39.295]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:25.1731348Z [00:02:39.295]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:25.1732210Z [00:02:39.295]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:25.1733091Z [00:02:39.295]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:25.1733957Z [00:02:39.295]➜  packagefile syscall=/tmp/go-build548448651/b047/_pkg_.a
2025-08-20T21:26:25.1734937Z [00:02:39.295]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:25.1735577Z [00:02:39.295]➜  EOF
2025-08-20T21:26:25.1751759Z [00:02:39.295]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b606/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/vfs=>github.com/cockroachdb/pebble/v2@v2.0.6/vfs;$WORK/b606=>" -p github.com/cockroachdb/pebble/v2/vfs -lang=go1.22 -complete -installsuffix shared -buildid 8k8TeoiLoXHU98G_hK-e/8k8TeoiLoXHU98G_hK-e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b606/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/vfs/clone.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/vfs/default_linux.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/vfs/disk_full.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/vfs/disk_health.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/vfs/disk_usage_linux.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/vfs/errors_unix.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/vfs/fadvise_linux.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/vfs/file_lock_unix.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/vfs/logging_fs.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/vfs/mem_fs.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/vfs/syncing_file.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/vfs/vfs.go
2025-08-20T21:26:25.1999634Z [00:02:39.322]➜  go tool buildid -w $WORK/b661/_pkg_.a # internal
2025-08-20T21:26:25.2027308Z [00:02:39.325]➜  cp $WORK/b661/_pkg_.a /root/.cache/go-build/28/283a7a826e888b0df0761535d9544b9ee317b6aa662e70b3714fb2bb73c3d436-d # internal
2025-08-20T21:26:25.2032443Z [00:02:39.325]➜  go tool buildid -w $WORK/b618/_pkg_.a # internal
2025-08-20T21:26:25.2034314Z [00:02:39.326]➜  github.com/gabriel-vasile/mimetype/internal/magic
2025-08-20T21:26:25.2034936Z [00:02:39.326]➜  mkdir -p $WORK/b660/
2025-08-20T21:26:25.2050690Z [00:02:39.327]➜  cp $WORK/b618/_pkg_.a /root/.cache/go-build/f5/f5994683534a25b952f0d14dbe7546f8ade356dcb1a37cd78a96fb6bd0a84ec6-d # internal
2025-08-20T21:26:25.2052085Z [00:02:39.327]➜  cat >/tmp/go-build548448651/b660/importcfg << 'EOF' # internal
2025-08-20T21:26:25.2052961Z [00:02:39.328]➜  # import config
2025-08-20T21:26:25.2053641Z [00:02:39.328]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:25.2054454Z [00:02:39.328]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:25.2061131Z [00:02:39.328]➜  packagefile debug/macho=/tmp/go-build548448651/b661/_pkg_.a
2025-08-20T21:26:25.2063722Z [00:02:39.328]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:25.2064566Z [00:02:39.328]➜  packagefile encoding/csv=/tmp/go-build548448651/b664/_pkg_.a
2025-08-20T21:26:25.2065445Z [00:02:39.328]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:25.2067987Z [00:02:39.328]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:25.2070555Z [00:02:39.328]➜  packagefile github.com/gabriel-vasile/mimetype/internal/charset=/tmp/go-build548448651/b657/_pkg_.a
2025-08-20T21:26:25.2072101Z [00:02:39.328]➜  packagefile github.com/gabriel-vasile/mimetype/internal/json=/tmp/go-build548448651/b665/_pkg_.a
2025-08-20T21:26:25.2073209Z [00:02:39.328]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:25.2073983Z [00:02:39.328]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:25.2074750Z [00:02:39.328]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:25.2075347Z [00:02:39.328]➜  EOF
2025-08-20T21:26:25.2088375Z [00:02:39.328]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b660/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/internal/magic=>github.com/gabriel-vasile/mimetype@v1.4.9/internal/magic;$WORK/b660=>" -p github.com/gabriel-vasile/mimetype/internal/magic -lang=go1.23 -complete -installsuffix shared -buildid xPLmVhG3QHvBc-uqiKk2/xPLmVhG3QHvBc-uqiKk2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b660/importcfg -pack /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/internal/magic/archive.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/internal/magic/audio.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/internal/magic/binary.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/internal/magic/database.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/internal/magic/document.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/internal/magic/font.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/internal/magic/ftyp.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/internal/magic/geo.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/internal/magic/image.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/internal/magic/magic.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/internal/magic/ms_office.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/internal/magic/ogg.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/internal/magic/text.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/internal/magic/text_csv.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/internal/magic/video.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/internal/magic/zip.go
2025-08-20T21:26:25.2100065Z [00:02:39.328]➜  github.com/ipfs/boxo/exchange/offline
2025-08-20T21:26:25.2100667Z [00:02:39.328]➜  mkdir -p $WORK/b666/
2025-08-20T21:26:25.2101365Z [00:02:39.329]➜  cat >/tmp/go-build548448651/b666/importcfg << 'EOF' # internal
2025-08-20T21:26:25.2102048Z [00:02:39.329]➜  # import config
2025-08-20T21:26:25.2102710Z [00:02:39.329]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:25.2103500Z [00:02:39.329]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:25.2104474Z [00:02:39.329]➜  packagefile github.com/ipfs/boxo/blockstore=/tmp/go-build548448651/b224/_pkg_.a
2025-08-20T21:26:25.2105601Z [00:02:39.329]➜  packagefile github.com/ipfs/boxo/exchange=/tmp/go-build548448651/b330/_pkg_.a
2025-08-20T21:26:25.2106706Z [00:02:39.329]➜  packagefile github.com/ipfs/go-block-format=/tmp/go-build548448651/b258/_pkg_.a
2025-08-20T21:26:25.2107887Z [00:02:39.329]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:25.2109307Z [00:02:39.329]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build548448651/b263/_pkg_.a
2025-08-20T21:26:25.2110360Z [00:02:39.329]➜  EOF
2025-08-20T21:26:25.2114892Z [00:02:39.329]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b666/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/exchange/offline=>github.com/ipfs/boxo@v0.34.0/exchange/offline;$WORK/b666=>" -p github.com/ipfs/boxo/exchange/offline -lang=go1.24 -complete -installsuffix shared -buildid AVcfJI_6Eg3Q8cBnyHuQ/AVcfJI_6Eg3Q8cBnyHuQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b666/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/exchange/offline/offline.go
2025-08-20T21:26:25.2262226Z [00:02:39.348]➜  go tool buildid -w $WORK/b666/_pkg_.a # internal
2025-08-20T21:26:25.2274986Z [00:02:39.350]➜  cp $WORK/b666/_pkg_.a /root/.cache/go-build/98/98734add781f5949d75efbdaf8093a2d8829fc57324fecb500b4baa83da02cc9-d # internal
2025-08-20T21:26:25.2295779Z [00:02:39.352]➜  github.com/ipfs/boxo/fetcher/impl/blockservice
2025-08-20T21:26:25.2296462Z [00:02:39.352]➜  mkdir -p $WORK/b667/
2025-08-20T21:26:25.2297195Z [00:02:39.352]➜  cat >/tmp/go-build548448651/b667/importcfg << 'EOF' # internal
2025-08-20T21:26:25.2297880Z [00:02:39.352]➜  # import config
2025-08-20T21:26:25.2298722Z [00:02:39.352]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:25.2299569Z [00:02:39.352]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:25.2300375Z [00:02:39.352]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:25.2301558Z [00:02:39.352]➜  packagefile github.com/ipfs/boxo/blockservice=/tmp/go-build548448651/b198/_pkg_.a
2025-08-20T21:26:25.2302998Z [00:02:39.352]➜  packagefile github.com/ipfs/boxo/fetcher=/tmp/go-build548448651/b464/_pkg_.a
2025-08-20T21:26:25.2304123Z [00:02:39.352]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build548448651/b263/_pkg_.a
2025-08-20T21:26:25.2305247Z [00:02:39.352]➜  packagefile github.com/ipld/go-ipld-prime=/tmp/go-build548448651/b334/_pkg_.a
2025-08-20T21:26:25.2306450Z [00:02:39.352]➜  packagefile github.com/ipld/go-ipld-prime/linking/cid=/tmp/go-build548448651/b343/_pkg_.a
2025-08-20T21:26:25.2307707Z [00:02:39.352]➜  packagefile github.com/ipld/go-ipld-prime/node/basic=/tmp/go-build548448651/b362/_pkg_.a
2025-08-20T21:26:25.2309149Z [00:02:39.352]➜  packagefile github.com/ipld/go-ipld-prime/schema=/tmp/go-build548448651/b345/_pkg_.a
2025-08-20T21:26:25.2310418Z [00:02:39.352]➜  packagefile github.com/ipld/go-ipld-prime/traversal=/tmp/go-build548448651/b363/_pkg_.a
2025-08-20T21:26:25.2311761Z [00:02:39.352]➜  packagefile github.com/ipld/go-ipld-prime/traversal/selector=/tmp/go-build548448651/b365/_pkg_.a
2025-08-20T21:26:25.2312876Z [00:02:39.352]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:25.2313500Z [00:02:39.352]➜  EOF
2025-08-20T21:26:25.2317572Z [00:02:39.352]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b667/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/fetcher/impl/blockservice=>github.com/ipfs/boxo@v0.34.0/fetcher/impl/blockservice;$WORK/b667=>" -p github.com/ipfs/boxo/fetcher/impl/blockservice -lang=go1.24 -complete -installsuffix shared -buildid 8JwKt7saEKuyKtm8bDAf/8JwKt7saEKuyKtm8bDAf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b667/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/fetcher/impl/blockservice/fetcher.go
2025-08-20T21:26:25.2734365Z [00:02:39.396]➜  go tool buildid -w $WORK/b667/_pkg_.a # internal
2025-08-20T21:26:25.2751890Z [00:02:39.397]➜  cp $WORK/b667/_pkg_.a /root/.cache/go-build/d8/d822ae85ff009c9c06c94d9d709ab2a2f766297c69b915e8ded90d2d421fe634-d # internal
2025-08-20T21:26:25.2753078Z [00:02:39.397]➜  html
2025-08-20T21:26:25.2761395Z [00:02:39.398]➜  mkdir -p $WORK/b670/
2025-08-20T21:26:25.2762282Z [00:02:39.398]➜  cat >/tmp/go-build548448651/b670/importcfg << 'EOF' # internal
2025-08-20T21:26:25.2763379Z [00:02:39.398]➜  # import config
2025-08-20T21:26:25.2764087Z [00:02:39.398]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:25.2764931Z [00:02:39.398]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:25.2765831Z [00:02:39.398]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:25.2766492Z [00:02:39.398]➜  EOF
2025-08-20T21:26:25.2769420Z [00:02:39.398]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b670/_pkg_.a -trimpath "/root/.go/src/html=>html;$WORK/b670=>" -p html -lang=go1.25 -std -complete -installsuffix shared -buildid Y35p46kOumeGfB2fxVra/Y35p46kOumeGfB2fxVra -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b670/importcfg -pack /root/.go/src/html/entity.go /root/.go/src/html/escape.go
2025-08-20T21:26:25.3136127Z [00:02:39.436]➜  cd $WORK/b639
2025-08-20T21:26:25.3141477Z [00:02:39.436]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b639=/tmp/go-build -gno-record-gcc-switches -I $WORK/b639/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e=/_/github.com/DataDog/zstd@v1.5.6-0.20230824185856-869dae002e5e -frandom-seed=Oy3-PWRcNZLWC5EgVEcV -o $WORK/b639/_x001.o -c _cgo_export.c
2025-08-20T21:26:25.3392446Z [00:02:39.461]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b639=/tmp/go-build -gno-record-gcc-switches -I $WORK/b639/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e=/_/github.com/DataDog/zstd@v1.5.6-0.20230824185856-869dae002e5e -frandom-seed=Oy3-PWRcNZLWC5EgVEcV -o $WORK/b639/_x002.o -c errors.cgo2.c
2025-08-20T21:26:25.3642059Z [00:02:39.486]➜  go tool buildid -w $WORK/b670/_pkg_.a # internal
2025-08-20T21:26:25.3648932Z [00:02:39.487]➜  cp $WORK/b670/_pkg_.a /root/.cache/go-build/9c/9c3641f13dc764266f8f387b7d6ee037fa449ad643b188a87e2bea2a058875da-d # internal
2025-08-20T21:26:25.3657195Z [00:02:39.488]➜  html/template
2025-08-20T21:26:25.3658237Z [00:02:39.488]➜  mkdir -p $WORK/b669/
2025-08-20T21:26:25.3671560Z [00:02:39.489]➜  cat >/tmp/go-build548448651/b669/importcfg << 'EOF' # internal
2025-08-20T21:26:25.3672344Z [00:02:39.489]➜  # import config
2025-08-20T21:26:25.3673007Z [00:02:39.489]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:25.3673905Z [00:02:39.489]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:25.3674779Z [00:02:39.489]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:25.3675576Z [00:02:39.489]➜  packagefile html=/tmp/go-build548448651/b670/_pkg_.a
2025-08-20T21:26:25.3676506Z [00:02:39.489]➜  packagefile internal/godebug=/tmp/go-build548448651/b045/_pkg_.a
2025-08-20T21:26:25.3677363Z [00:02:39.489]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:25.3678142Z [00:02:39.489]➜  packagefile io/fs=/tmp/go-build548448651/b062/_pkg_.a
2025-08-20T21:26:25.3679175Z [00:02:39.489]➜  packagefile maps=/tmp/go-build548448651/b159/_pkg_.a
2025-08-20T21:26:25.3679981Z [00:02:39.489]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:25.3680777Z [00:02:39.489]➜  packagefile path=/tmp/go-build548448651/b063/_pkg_.a
2025-08-20T21:26:25.3681681Z [00:02:39.489]➜  packagefile path/filepath=/tmp/go-build548448651/b168/_pkg_.a
2025-08-20T21:26:25.3682568Z [00:02:39.489]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:25.3683608Z [00:02:39.489]➜  packagefile regexp=/tmp/go-build548448651/b192/_pkg_.a
2025-08-20T21:26:25.3684439Z [00:02:39.489]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:25.3685413Z [00:02:39.489]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:25.3686222Z [00:02:39.489]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:25.3687056Z [00:02:39.489]➜  packagefile text/template=/tmp/go-build548448651/b381/_pkg_.a
2025-08-20T21:26:25.3687990Z [00:02:39.489]➜  packagefile text/template/parse=/tmp/go-build548448651/b382/_pkg_.a
2025-08-20T21:26:25.3710191Z [00:02:39.490]➜  packagefile unicode=/tmp/go-build548448651/b041/_pkg_.a
2025-08-20T21:26:25.3711179Z [00:02:39.490]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:25.3711877Z [00:02:39.490]➜  EOF
2025-08-20T21:26:25.3712442Z [00:02:39.490]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:25.3720533Z [00:02:39.490]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b669/_pkg_.a -trimpath "/root/.go/src/html/template=>html/template;$WORK/b669=>" -p html/template -lang=go1.25 -std -complete -installsuffix shared -buildid QzBOc82hvH6967WCqxpK/QzBOc82hvH6967WCqxpK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b669/importcfg -pack /root/.go/src/html/template/attr.go /root/.go/src/html/template/attr_string.go /root/.go/src/html/template/content.go /root/.go/src/html/template/context.go /root/.go/src/html/template/css.go /root/.go/src/html/template/delim_string.go /root/.go/src/html/template/doc.go /root/.go/src/html/template/element_string.go /root/.go/src/html/template/error.go /root/.go/src/html/template/escape.go /root/.go/src/html/template/html.go /root/.go/src/html/template/js.go /root/.go/src/html/template/jsctx_string.go /root/.go/src/html/template/state_string.go /root/.go/src/html/template/template.go /root/.go/src/html/template/transition.go /root/.go/src/html/template/url.go /root/.go/src/html/template/urlpart_string.go
2025-08-20T21:26:25.4162215Z [00:02:39.538]➜  cd $WORK/b639
2025-08-20T21:26:25.4168342Z [00:02:39.539]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b639=/tmp/go-build -gno-record-gcc-switches -I $WORK/b639/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e=/_/github.com/DataDog/zstd@v1.5.6-0.20230824185856-869dae002e5e -frandom-seed=Oy3-PWRcNZLWC5EgVEcV -o $WORK/b639/_x003.o -c zstd.cgo2.c
2025-08-20T21:26:25.4591813Z [00:02:39.581]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b639=/tmp/go-build -gno-record-gcc-switches -I $WORK/b639/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e=/_/github.com/DataDog/zstd@v1.5.6-0.20230824185856-869dae002e5e -frandom-seed=Oy3-PWRcNZLWC5EgVEcV -o $WORK/b639/_x004.o -c zstd_bulk.cgo2.c
2025-08-20T21:26:25.5522329Z [00:02:39.674]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b639=/tmp/go-build -gno-record-gcc-switches -I $WORK/b639/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e=/_/github.com/DataDog/zstd@v1.5.6-0.20230824185856-869dae002e5e -frandom-seed=Oy3-PWRcNZLWC5EgVEcV -o $WORK/b639/_x005.o -c zstd_ctx.cgo2.c
2025-08-20T21:26:25.5811103Z [00:02:39.703]➜  go tool buildid -w $WORK/b660/_pkg_.a # internal
2025-08-20T21:26:25.5907960Z [00:02:39.713]➜  cp $WORK/b660/_pkg_.a /root/.cache/go-build/29/297faa5a2a7703d58ad1952a43ea453393f61201b161a326cecb43d10b8cbc71-d # internal
2025-08-20T21:26:25.5952656Z [00:02:39.718]➜  github.com/gabriel-vasile/mimetype
2025-08-20T21:26:25.5979466Z [00:02:39.718]➜  mkdir -p $WORK/b656/
2025-08-20T21:26:25.5981759Z [00:02:39.718]➜  cat >/tmp/go-build548448651/b656/importcfg << 'EOF' # internal
2025-08-20T21:26:25.5982468Z [00:02:39.718]➜  # import config
2025-08-20T21:26:25.5983480Z [00:02:39.718]➜  packagefile github.com/gabriel-vasile/mimetype/internal/charset=/tmp/go-build548448651/b657/_pkg_.a
2025-08-20T21:26:25.5984908Z [00:02:39.718]➜  packagefile github.com/gabriel-vasile/mimetype/internal/magic=/tmp/go-build548448651/b660/_pkg_.a
2025-08-20T21:26:25.5985991Z [00:02:39.718]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:25.5986770Z [00:02:39.718]➜  packagefile mime=/tmp/go-build548448651/b178/_pkg_.a
2025-08-20T21:26:25.5987550Z [00:02:39.718]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:25.5988373Z [00:02:39.718]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:25.5989531Z [00:02:39.718]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:25.5990212Z [00:02:39.718]➜  EOF
2025-08-20T21:26:25.5990750Z [00:02:39.718]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:25.5995764Z [00:02:39.718]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b656/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9=>github.com/gabriel-vasile/mimetype@v1.4.9;$WORK/b656=>" -p github.com/gabriel-vasile/mimetype -lang=go1.23 -complete -installsuffix shared -buildid N2sfVeuczLDo7ShPYVNy/N2sfVeuczLDo7ShPYVNy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b656/importcfg -pack /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/mime.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/mimetype.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/tree.go
2025-08-20T21:26:25.6396994Z [00:02:39.762]➜  cd $WORK/b639
2025-08-20T21:26:25.6425033Z [00:02:39.764]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b639=/tmp/go-build -gno-record-gcc-switches -I $WORK/b639/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e=/_/github.com/DataDog/zstd@v1.5.6-0.20230824185856-869dae002e5e -frandom-seed=Oy3-PWRcNZLWC5EgVEcV -o $WORK/b639/_x006.o -c zstd_stream.cgo2.c
2025-08-20T21:26:25.8019521Z [00:02:39.924]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e
2025-08-20T21:26:25.8023409Z [00:02:39.924]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b639=/tmp/go-build -gno-record-gcc-switches -I $WORK/b639/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e=/_/github.com/DataDog/zstd@v1.5.6-0.20230824185856-869dae002e5e -frandom-seed=Oy3-PWRcNZLWC5EgVEcV -o $WORK/b639/_x007.o -c cover.c
2025-08-20T21:26:25.8066185Z [00:02:39.929]➜  go tool buildid -w $WORK/b669/_pkg_.a # internal
2025-08-20T21:26:25.8116059Z [00:02:39.934]➜  cp $WORK/b669/_pkg_.a /root/.cache/go-build/f3/f39fb7538d934efd2ad85bf32bd5441be51c8261b7de4a43c3bab1af5d31b6c8-d # internal
2025-08-20T21:26:25.8186128Z [00:02:39.941]➜  github.com/ipfs/boxo/gateway/assets
2025-08-20T21:26:25.8186849Z [00:02:39.941]➜  mkdir -p $WORK/b668/
2025-08-20T21:26:25.8193846Z [00:02:39.942]➜  cat >/tmp/go-build548448651/b668/importcfg << 'EOF' # internal
2025-08-20T21:26:25.8195140Z [00:02:39.942]➜  # import config
2025-08-20T21:26:25.8197229Z [00:02:39.942]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:25.8198440Z [00:02:39.942]➜  packagefile embed=/tmp/go-build548448651/b292/_pkg_.a
2025-08-20T21:26:25.8204319Z [00:02:39.942]➜  packagefile encoding/hex=/tmp/go-build548448651/b157/_pkg_.a
2025-08-20T21:26:25.8207130Z [00:02:39.942]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:25.8208762Z [00:02:39.942]➜  packagefile github.com/cespare/xxhash/v2=/tmp/go-build548448651/b389/_pkg_.a
2025-08-20T21:26:25.8209819Z [00:02:39.942]➜  packagefile github.com/ipfs/boxo/path=/tmp/go-build548448651/b370/_pkg_.a
2025-08-20T21:26:25.8210934Z [00:02:39.942]➜  packagefile github.com/ipld/go-ipld-prime/datamodel=/tmp/go-build548448651/b336/_pkg_.a
2025-08-20T21:26:25.8212172Z [00:02:39.942]➜  packagefile github.com/ipld/go-ipld-prime/linking/cid=/tmp/go-build548448651/b343/_pkg_.a
2025-08-20T21:26:25.8213198Z [00:02:39.942]➜  packagefile html/template=/tmp/go-build548448651/b669/_pkg_.a
2025-08-20T21:26:25.8214002Z [00:02:39.942]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:25.8214767Z [00:02:39.942]➜  packagefile io/fs=/tmp/go-build548448651/b062/_pkg_.a
2025-08-20T21:26:25.8215516Z [00:02:39.942]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:25.8216278Z [00:02:39.942]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:25.8217036Z [00:02:39.942]➜  packagefile path=/tmp/go-build548448651/b063/_pkg_.a
2025-08-20T21:26:25.8217792Z [00:02:39.942]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:25.8218704Z [00:02:39.942]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:25.8219475Z [00:02:39.942]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:25.8220042Z [00:02:39.942]➜  EOF
2025-08-20T21:26:25.8220639Z [00:02:39.943]➜  cat >/tmp/go-build548448651/b668/embedcfg << 'EOF' # internal
2025-08-20T21:26:25.8221230Z [00:02:39.943]➜  {
2025-08-20T21:26:25.8221608Z [00:02:39.943]➜  	"Patterns": {
2025-08-20T21:26:25.8222174Z [00:02:39.943]➜  		"*.css": [
2025-08-20T21:26:25.8222616Z [00:02:39.943]➜  			"icons.css",
2025-08-20T21:26:25.8223154Z [00:02:39.943]➜  			"style.css"
2025-08-20T21:26:25.8223566Z [00:02:39.943]➜  		],
2025-08-20T21:26:25.8223955Z [00:02:39.943]➜  		"*.html": [
2025-08-20T21:26:25.8224373Z [00:02:39.943]➜  			"dag.html",
2025-08-20T21:26:25.8224813Z [00:02:39.943]➜  			"directory.html",
2025-08-20T21:26:25.8225284Z [00:02:39.943]➜  			"error.html",
2025-08-20T21:26:25.8225731Z [00:02:39.943]➜  			"header.html"
2025-08-20T21:26:25.8226139Z [00:02:39.943]➜  		]
2025-08-20T21:26:25.8226494Z [00:02:39.943]➜  	},
2025-08-20T21:26:25.8226863Z [00:02:39.943]➜  	"Files": {
2025-08-20T21:26:25.8227640Z [00:02:39.943]➜  		"dag.html": "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/gateway/assets/dag.html",
2025-08-20T21:26:25.8228975Z [00:02:39.943]➜  		"directory.html": "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/gateway/assets/directory.html",
2025-08-20T21:26:25.8230208Z [00:02:39.943]➜  		"error.html": "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/gateway/assets/error.html",
2025-08-20T21:26:25.8231372Z [00:02:39.943]➜  		"header.html": "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/gateway/assets/header.html",
2025-08-20T21:26:25.8232508Z [00:02:39.943]➜  		"icons.css": "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/gateway/assets/icons.css",
2025-08-20T21:26:25.8233590Z [00:02:39.943]➜  		"style.css": "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/gateway/assets/style.css"
2025-08-20T21:26:25.8234300Z [00:02:39.943]➜  	}
2025-08-20T21:26:25.8234653Z [00:02:39.943]➜  }EOF
2025-08-20T21:26:25.8235144Z [00:02:39.943]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:25.8240729Z [00:02:39.943]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b668/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/gateway/assets=>github.com/ipfs/boxo@v0.34.0/gateway/assets;$WORK/b668=>" -p github.com/ipfs/boxo/gateway/assets -lang=go1.24 -complete -installsuffix shared -buildid zGe8ws18QLcqyoieeBmX/zGe8ws18QLcqyoieeBmX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b668/importcfg -embedcfg $WORK/b668/embedcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/gateway/assets/assets.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/gateway/assets/icons.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/gateway/assets/node.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/gateway/assets/templates.go
2025-08-20T21:26:25.9016504Z [00:02:40.024]➜  go tool buildid -w $WORK/b668/_pkg_.a # internal
2025-08-20T21:26:25.9049335Z [00:02:40.027]➜  cp $WORK/b668/_pkg_.a /root/.cache/go-build/0a/0a3a4704b267ece41fd6e9cf905e2a179c63e41994eb5d44d97398b1afc6a0e9-d # internal
2025-08-20T21:26:25.9060083Z [00:02:40.028]➜  github.com/ipfs/boxo/ipld/unixfs/file
2025-08-20T21:26:25.9061981Z [00:02:40.029]➜  mkdir -p $WORK/b671/
2025-08-20T21:26:25.9073781Z [00:02:40.030]➜  cat >/tmp/go-build548448651/b671/importcfg << 'EOF' # internal
2025-08-20T21:26:25.9074690Z [00:02:40.030]➜  # import config
2025-08-20T21:26:25.9075446Z [00:02:40.030]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:25.9077144Z [00:02:40.030]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:25.9078096Z [00:02:40.030]➜  packagefile github.com/ipfs/boxo/files=/tmp/go-build548448651/b188/_pkg_.a
2025-08-20T21:26:25.9079331Z [00:02:40.030]➜  packagefile github.com/ipfs/boxo/ipld/merkledag=/tmp/go-build548448651/b196/_pkg_.a
2025-08-20T21:26:25.9080472Z [00:02:40.030]➜  packagefile github.com/ipfs/boxo/ipld/unixfs=/tmp/go-build548448651/b195/_pkg_.a
2025-08-20T21:26:25.9082610Z [00:02:40.030]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/io=/tmp/go-build548448651/b472/_pkg_.a
2025-08-20T21:26:25.9083684Z [00:02:40.030]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build548448651/b263/_pkg_.a
2025-08-20T21:26:25.9084531Z [00:02:40.030]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:25.9085237Z [00:02:40.030]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:25.9085976Z [00:02:40.030]➜  EOF
2025-08-20T21:26:25.9089754Z [00:02:40.031]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b671/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/ipld/unixfs/file=>github.com/ipfs/boxo@v0.34.0/ipld/unixfs/file;$WORK/b671=>" -p github.com/ipfs/boxo/ipld/unixfs/file -lang=go1.24 -complete -installsuffix shared -buildid CLIkJArl4cIyin8DllVm/CLIkJArl4cIyin8DllVm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b671/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/ipld/unixfs/file/unixfile.go
2025-08-20T21:26:25.9194895Z [00:02:40.042]➜  go tool buildid -w $WORK/b656/_pkg_.a # internal
2025-08-20T21:26:25.9214966Z [00:02:40.044]➜  cp $WORK/b656/_pkg_.a /root/.cache/go-build/fb/fbe8695483470add806f95570ef9003e5c7d5bfd0821e81a092f563fd4a5a01f-d # internal
2025-08-20T21:26:25.9220906Z [00:02:40.044]➜  github.com/ucarion/urlpath
2025-08-20T21:26:25.9221480Z [00:02:40.044]➜  mkdir -p $WORK/b673/
2025-08-20T21:26:25.9222161Z [00:02:40.044]➜  cat >/tmp/go-build548448651/b673/importcfg << 'EOF' # internal
2025-08-20T21:26:25.9222791Z [00:02:40.044]➜  # import config
2025-08-20T21:26:25.9223411Z [00:02:40.044]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:25.9223976Z [00:02:40.044]➜  EOF
2025-08-20T21:26:25.9227506Z [00:02:40.045]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b673/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ucarion/urlpath@v0.0.0-20200424170820-7ccc79b76bbb=>github.com/ucarion/urlpath@v0.0.0-20200424170820-7ccc79b76bbb;$WORK/b673=>" -p github.com/ucarion/urlpath -lang=go1.12 -complete -installsuffix shared -buildid dGCWAbsKK1gAxd-jCCoc/dGCWAbsKK1gAxd-jCCoc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b673/importcfg -pack /root/go/pkg/mod/github.com/ucarion/urlpath@v0.0.0-20200424170820-7ccc79b76bbb/urlpath.go
2025-08-20T21:26:25.9417456Z [00:02:40.064]➜  go tool buildid -w $WORK/b673/_pkg_.a # internal
2025-08-20T21:26:25.9481770Z [00:02:40.070]➜  go tool buildid -w $WORK/b606/_pkg_.a # internal
2025-08-20T21:26:25.9550205Z [00:02:40.077]➜  cp $WORK/b673/_pkg_.a /root/.cache/go-build/da/daf4e8b8fe9fd0daeb2d57e6340cf01232debbbb190119b973e5e16ea6987a5b-d # internal
2025-08-20T21:26:25.9613826Z [00:02:40.084]➜  github.com/ipfs/go-ipfs-redirects-file
2025-08-20T21:26:25.9616856Z [00:02:40.084]➜  mkdir -p $WORK/b672/
2025-08-20T21:26:25.9659802Z [00:02:40.084]➜  cat >/tmp/go-build548448651/b672/importcfg << 'EOF' # internal
2025-08-20T21:26:25.9660834Z [00:02:40.084]➜  # import config
2025-08-20T21:26:25.9661677Z [00:02:40.085]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:25.9662699Z [00:02:40.085]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:25.9663880Z [00:02:40.085]➜  packagefile github.com/ucarion/urlpath=/tmp/go-build548448651/b673/_pkg_.a
2025-08-20T21:26:25.9665019Z [00:02:40.085]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:25.9666055Z [00:02:40.085]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:25.9667143Z [00:02:40.085]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:25.9668188Z [00:02:40.085]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:25.9669244Z [00:02:40.085]➜  EOF
2025-08-20T21:26:25.9673347Z [00:02:40.086]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b672/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-ipfs-redirects-file@v0.1.2=>github.com/ipfs/go-ipfs-redirects-file@v0.1.2;$WORK/b672=>" -p github.com/ipfs/go-ipfs-redirects-file -lang=go1.22 -complete -installsuffix shared -buildid vw9uyegMrtN1A5YDSXmp/vw9uyegMrtN1A5YDSXmp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b672/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-ipfs-redirects-file@v0.1.2/redirects.go
2025-08-20T21:26:25.9757696Z [00:02:40.098]➜  cp $WORK/b606/_pkg_.a /root/.cache/go-build/54/54301f7c2fa1fd6c97f41a8d358474edbdc8dfb212e03d379cb82e87512f9a3c-d # internal
2025-08-20T21:26:25.9770301Z [00:02:40.098]➜  github.com/cockroachdb/pebble/v2/internal/base
2025-08-20T21:26:25.9773458Z [00:02:40.098]➜  mkdir -p $WORK/b602/
2025-08-20T21:26:25.9774420Z [00:02:40.098]➜  cat >/tmp/go-build548448651/b602/importcfg << 'EOF' # internal
2025-08-20T21:26:25.9775147Z [00:02:40.099]➜  # import config
2025-08-20T21:26:25.9775815Z [00:02:40.099]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:25.9776668Z [00:02:40.099]➜  packagefile cmp=/tmp/go-build548448651/b051/_pkg_.a
2025-08-20T21:26:25.9777540Z [00:02:40.099]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:25.9778482Z [00:02:40.099]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:25.9779708Z [00:02:40.099]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:25.9780805Z [00:02:40.099]➜  packagefile github.com/cockroachdb/errors=/tmp/go-build548448651/b536/_pkg_.a
2025-08-20T21:26:25.9782081Z [00:02:40.099]➜  packagefile github.com/cockroachdb/errors/oserror=/tmp/go-build548448651/b599/_pkg_.a
2025-08-20T21:26:25.9783528Z [00:02:40.099]➜  packagefile github.com/cockroachdb/pebble/v2/internal/humanize=/tmp/go-build548448651/b603/_pkg_.a
2025-08-20T21:26:25.9785053Z [00:02:40.099]➜  packagefile github.com/cockroachdb/pebble/v2/internal/invariants=/tmp/go-build548448651/b604/_pkg_.a
2025-08-20T21:26:25.9786613Z [00:02:40.099]➜  packagefile github.com/cockroachdb/pebble/v2/internal/treeprinter=/tmp/go-build548448651/b605/_pkg_.a
2025-08-20T21:26:25.9788069Z [00:02:40.099]➜  packagefile github.com/cockroachdb/pebble/v2/vfs=/tmp/go-build548448651/b606/_pkg_.a
2025-08-20T21:26:25.9791997Z [00:02:40.099]➜  packagefile github.com/cockroachdb/redact=/tmp/go-build548448651/b545/_pkg_.a
2025-08-20T21:26:25.9809133Z [00:02:40.099]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:25.9810140Z [00:02:40.099]➜  packagefile log=/tmp/go-build548448651/b071/_pkg_.a
2025-08-20T21:26:25.9810976Z [00:02:40.099]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:25.9812103Z [00:02:40.099]➜  packagefile path/filepath=/tmp/go-build548448651/b168/_pkg_.a
2025-08-20T21:26:25.9813030Z [00:02:40.099]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:25.9814091Z [00:02:40.099]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:25.9814951Z [00:02:40.099]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:25.9815788Z [00:02:40.099]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:25.9816650Z [00:02:40.099]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:25.9817523Z [00:02:40.099]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:25.9818378Z [00:02:40.099]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:25.9819277Z [00:02:40.099]➜  EOF
2025-08-20T21:26:25.9833527Z [00:02:40.100]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b602/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/base=>github.com/cockroachdb/pebble/v2@v2.0.6/internal/base;$WORK/b602=>" -p github.com/cockroachdb/pebble/v2/internal/base -lang=go1.22 -complete -installsuffix shared -buildid eJhRCX_JlGavHt0H1dZD/eJhRCX_JlGavHt0H1dZD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b602/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/base/cleaner.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/base/close_helper.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/base/comparer.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/base/error.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/base/filenames.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/base/internal.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/base/iterator.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/base/key_bounds.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/base/lazy_value.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/base/logger.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/base/merger.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/base/metrics.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/base/options.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/base/test_utils.go
2025-08-20T21:26:26.0013301Z [00:02:40.123]➜  go tool buildid -w $WORK/b671/_pkg_.a # internal
2025-08-20T21:26:26.0026823Z [00:02:40.125]➜  cp $WORK/b671/_pkg_.a /root/.cache/go-build/9a/9aaacc95eb451438a8b52bd958aa09081b4e7238be627a546d69089d562805aa-d # internal
2025-08-20T21:26:26.0033421Z [00:02:40.126]➜  go tool buildid -w $WORK/b672/_pkg_.a # internal
2025-08-20T21:26:26.0040307Z [00:02:40.126]➜  github.com/cockroachdb/pebble/v2/objstorage/remote
2025-08-20T21:26:26.0045024Z [00:02:40.127]➜  mkdir -p $WORK/b631/
2025-08-20T21:26:26.0050968Z [00:02:40.127]➜  cp $WORK/b672/_pkg_.a /root/.cache/go-build/a9/a90ed2ba504647b7767e1bdc81020c509acb6dd32d0d689f3f8bb721e6e4e08c-d # internal
2025-08-20T21:26:26.0057190Z [00:02:40.128]➜  github.com/cockroachdb/pebble/v2/vfs/atomicfs
2025-08-20T21:26:26.0065557Z [00:02:40.129]➜  cat >/tmp/go-build548448651/b631/importcfg << 'EOF' # internal
2025-08-20T21:26:26.0073269Z [00:02:40.129]➜  # import config
2025-08-20T21:26:26.0074001Z [00:02:40.129]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:26.0074876Z [00:02:40.129]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:26.0079235Z [00:02:40.129]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:26.0080372Z [00:02:40.129]➜  packagefile github.com/cockroachdb/pebble/v2/vfs=/tmp/go-build548448651/b606/_pkg_.a
2025-08-20T21:26:26.0081572Z [00:02:40.129]➜  packagefile github.com/cockroachdb/redact=/tmp/go-build548448651/b545/_pkg_.a
2025-08-20T21:26:26.0082661Z [00:02:40.129]➜  packagefile github.com/pkg/errors=/tmp/go-build548448651/b558/_pkg_.a
2025-08-20T21:26:26.0083866Z [00:02:40.129]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:26.0084683Z [00:02:40.129]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:26.0085685Z [00:02:40.129]➜  packagefile path=/tmp/go-build548448651/b063/_pkg_.a
2025-08-20T21:26:26.0086502Z [00:02:40.129]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:26.0087322Z [00:02:40.129]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:26.0088148Z [00:02:40.129]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:26.0088965Z [00:02:40.129]➜  EOF
2025-08-20T21:26:26.0089441Z [00:02:40.129]➜  mkdir -p $WORK/b637/
2025-08-20T21:26:26.0096121Z [00:02:40.129]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b631/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/objstorage/remote=>github.com/cockroachdb/pebble/v2@v2.0.6/objstorage/remote;$WORK/b631=>" -p github.com/cockroachdb/pebble/v2/objstorage/remote -lang=go1.22 -complete -installsuffix shared -buildid W9yfMdhb8ND4t-PLNIZx/W9yfMdhb8ND4t-PLNIZx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b631/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/objstorage/remote/factory.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/objstorage/remote/localfs.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/objstorage/remote/logging.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/objstorage/remote/mem.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/objstorage/remote/storage.go
2025-08-20T21:26:26.0102201Z [00:02:40.130]➜  cat >/tmp/go-build548448651/b637/importcfg << 'EOF' # internal
2025-08-20T21:26:26.0102889Z [00:02:40.130]➜  # import config
2025-08-20T21:26:26.0103529Z [00:02:40.130]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:26.0104506Z [00:02:40.130]➜  packagefile github.com/cockroachdb/errors=/tmp/go-build548448651/b536/_pkg_.a
2025-08-20T21:26:26.0105852Z [00:02:40.130]➜  packagefile github.com/cockroachdb/errors/oserror=/tmp/go-build548448651/b599/_pkg_.a
2025-08-20T21:26:26.0107101Z [00:02:40.130]➜  packagefile github.com/cockroachdb/pebble/v2/vfs=/tmp/go-build548448651/b606/_pkg_.a
2025-08-20T21:26:26.0108136Z [00:02:40.130]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:26.0109235Z [00:02:40.130]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:26.0109848Z [00:02:40.130]➜  EOF
2025-08-20T21:26:26.0113721Z [00:02:40.130]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b637/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/vfs/atomicfs=>github.com/cockroachdb/pebble/v2@v2.0.6/vfs/atomicfs;$WORK/b637=>" -p github.com/cockroachdb/pebble/v2/vfs/atomicfs -lang=go1.22 -complete -installsuffix shared -buildid TyPWPwdUcoD7I_jBbTzA/TyPWPwdUcoD7I_jBbTzA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b637/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/vfs/atomicfs/marker.go
2025-08-20T21:26:26.0395495Z [00:02:40.162]➜  go tool buildid -w $WORK/b637/_pkg_.a # internal
2025-08-20T21:26:26.0407762Z [00:02:40.163]➜  cp $WORK/b637/_pkg_.a /root/.cache/go-build/8b/8b320978d8719b2a54861634941c485c05e004f284bb7f11d5aad0e1f01679dc-d # internal
2025-08-20T21:26:26.0414993Z [00:02:40.164]➜  github.com/ipfs/go-unixfsnode/data
2025-08-20T21:26:26.0417618Z [00:02:40.164]➜  mkdir -p $WORK/b675/
2025-08-20T21:26:26.0425856Z [00:02:40.165]➜  cat >/tmp/go-build548448651/b675/importcfg << 'EOF' # internal
2025-08-20T21:26:26.0426811Z [00:02:40.165]➜  # import config
2025-08-20T21:26:26.0427643Z [00:02:40.165]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:26.0429686Z [00:02:40.165]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:26.0430691Z [00:02:40.165]➜  packagefile github.com/ipld/go-ipld-prime=/tmp/go-build548448651/b334/_pkg_.a
2025-08-20T21:26:26.0431922Z [00:02:40.165]➜  packagefile github.com/ipld/go-ipld-prime/fluent/qp=/tmp/go-build548448651/b368/_pkg_.a
2025-08-20T21:26:26.0433406Z [00:02:40.165]➜  packagefile github.com/ipld/go-ipld-prime/node/mixins=/tmp/go-build548448651/b341/_pkg_.a
2025-08-20T21:26:26.0451990Z [00:02:40.165]➜  packagefile github.com/ipld/go-ipld-prime/schema=/tmp/go-build548448651/b345/_pkg_.a
2025-08-20T21:26:26.0453395Z [00:02:40.165]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build548448651/b282/_pkg_.a
2025-08-20T21:26:26.0454498Z [00:02:40.165]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:26.0455162Z [00:02:40.165]➜  EOF
2025-08-20T21:26:26.0463811Z [00:02:40.165]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b675/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-unixfsnode@v1.10.1/data=>github.com/ipfs/go-unixfsnode@v1.10.1/data;$WORK/b675=>" -p github.com/ipfs/go-unixfsnode/data -lang=go1.23 -complete -installsuffix shared -buildid KOa9WNwJexk2zoLqfXkt/KOa9WNwJexk2zoLqfXkt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b675/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-unixfsnode@v1.10.1/data/datatypes.go /root/go/pkg/mod/github.com/ipfs/go-unixfsnode@v1.10.1/data/doc.go /root/go/pkg/mod/github.com/ipfs/go-unixfsnode@v1.10.1/data/errors.go /root/go/pkg/mod/github.com/ipfs/go-unixfsnode@v1.10.1/data/ipldsch_minima.go /root/go/pkg/mod/github.com/ipfs/go-unixfsnode@v1.10.1/data/ipldsch_satisfaction.go /root/go/pkg/mod/github.com/ipfs/go-unixfsnode@v1.10.1/data/ipldsch_types.go /root/go/pkg/mod/github.com/ipfs/go-unixfsnode@v1.10.1/data/marshal.go /root/go/pkg/mod/github.com/ipfs/go-unixfsnode@v1.10.1/data/permissions.go /root/go/pkg/mod/github.com/ipfs/go-unixfsnode@v1.10.1/data/unmarshal.go /root/go/pkg/mod/github.com/ipfs/go-unixfsnode@v1.10.1/data/wirenumbers.go
2025-08-20T21:26:26.0762800Z [00:02:40.196]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e
2025-08-20T21:26:26.0766974Z [00:02:40.197]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b639=/tmp/go-build -gno-record-gcc-switches -I $WORK/b639/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e=/_/github.com/DataDog/zstd@v1.5.6-0.20230824185856-869dae002e5e -frandom-seed=Oy3-PWRcNZLWC5EgVEcV -o $WORK/b639/_x008.o -c debug.c
2025-08-20T21:26:26.0816905Z [00:02:40.204]➜  go tool buildid -w $WORK/b631/_pkg_.a # internal
2025-08-20T21:26:26.0838632Z [00:02:40.206]➜  cp $WORK/b631/_pkg_.a /root/.cache/go-build/7d/7dca80f8c31fcec06bebcee4f590aec0dccd88385ccb8c13fac88a38ea5503a6-d # internal
2025-08-20T21:26:26.0839890Z [00:02:40.206]➜  github.com/ipfs/go-unixfsnode/iter
2025-08-20T21:26:26.0862650Z [00:02:40.209]➜  mkdir -p $WORK/b677/
2025-08-20T21:26:26.0863874Z [00:02:40.209]➜  cat >/tmp/go-build548448651/b677/importcfg << 'EOF' # internal
2025-08-20T21:26:26.0864691Z [00:02:40.209]➜  # import config
2025-08-20T21:26:26.0866110Z [00:02:40.209]➜  packagefile github.com/ipld/go-codec-dagpb=/tmp/go-build548448651/b366/_pkg_.a
2025-08-20T21:26:26.0867479Z [00:02:40.209]➜  packagefile github.com/ipld/go-ipld-prime=/tmp/go-build548448651/b334/_pkg_.a
2025-08-20T21:26:26.0868805Z [00:02:40.209]➜  packagefile github.com/ipld/go-ipld-prime/datamodel=/tmp/go-build548448651/b336/_pkg_.a
2025-08-20T21:26:26.0870031Z [00:02:40.209]➜  packagefile github.com/ipld/go-ipld-prime/node/basic=/tmp/go-build548448651/b362/_pkg_.a
2025-08-20T21:26:26.0870820Z [00:02:40.209]➜  EOF
2025-08-20T21:26:26.0871332Z [00:02:40.209]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:26.0875334Z [00:02:40.209]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b677/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-unixfsnode@v1.10.1/iter=>github.com/ipfs/go-unixfsnode@v1.10.1/iter;$WORK/b677=>" -p github.com/ipfs/go-unixfsnode/iter -lang=go1.23 -complete -installsuffix shared -buildid JOX_Adutf_yLBp9MFASg/JOX_Adutf_yLBp9MFASg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b677/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-unixfsnode@v1.10.1/iter/iter.go /root/go/pkg/mod/github.com/ipfs/go-unixfsnode@v1.10.1/iter/iterlink.go
2025-08-20T21:26:26.0986173Z [00:02:40.221]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e
2025-08-20T21:26:26.0990338Z [00:02:40.221]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b639=/tmp/go-build -gno-record-gcc-switches -I $WORK/b639/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e=/_/github.com/DataDog/zstd@v1.5.6-0.20230824185856-869dae002e5e -frandom-seed=Oy3-PWRcNZLWC5EgVEcV -o $WORK/b639/_x009.o -c divsufsort.c
2025-08-20T21:26:26.1130020Z [00:02:40.235]➜  go tool buildid -w $WORK/b677/_pkg_.a # internal
2025-08-20T21:26:26.1138877Z [00:02:40.236]➜  cp $WORK/b677/_pkg_.a /root/.cache/go-build/1a/1ab551df378635a235066e62602ca8d48f455d34b8723322545d17955357df0a-d # internal
2025-08-20T21:26:26.1140114Z [00:02:40.236]➜  github.com/ipfs/go-unixfsnode/utils
2025-08-20T21:26:26.1142235Z [00:02:40.236]➜  mkdir -p $WORK/b678/
2025-08-20T21:26:26.1144753Z [00:02:40.237]➜  cat >/tmp/go-build548448651/b678/importcfg << 'EOF' # internal
2025-08-20T21:26:26.1158454Z [00:02:40.237]➜  # import config
2025-08-20T21:26:26.1159784Z [00:02:40.237]➜  packagefile github.com/ipld/go-codec-dagpb=/tmp/go-build548448651/b366/_pkg_.a
2025-08-20T21:26:26.1165031Z [00:02:40.237]➜  EOF
2025-08-20T21:26:26.1165740Z [00:02:40.237]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:26.1171800Z [00:02:40.237]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b678/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-unixfsnode@v1.10.1/utils=>github.com/ipfs/go-unixfsnode@v1.10.1/utils;$WORK/b678=>" -p github.com/ipfs/go-unixfsnode/utils -lang=go1.23 -complete -installsuffix shared -buildid V6NW0gd0kUBaZylvTOz7/V6NW0gd0kUBaZylvTOz7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b678/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-unixfsnode@v1.10.1/utils/utils.go
2025-08-20T21:26:26.1524336Z [00:02:40.275]➜  go tool buildid -w $WORK/b678/_pkg_.a # internal
2025-08-20T21:26:26.1546106Z [00:02:40.277]➜  cp $WORK/b678/_pkg_.a /root/.cache/go-build/15/1544e553827f3fae614b5d90bc939866e6126f19071df192544f11f059ae4cc3-d # internal
2025-08-20T21:26:26.1591001Z [00:02:40.281]➜  github.com/ipld/go-car/v2/internal/io
2025-08-20T21:26:26.1600191Z [00:02:40.282]➜  mkdir -p $WORK/b683/
2025-08-20T21:26:26.1600990Z [00:02:40.282]➜  cat >/tmp/go-build548448651/b683/importcfg << 'EOF' # internal
2025-08-20T21:26:26.1603664Z [00:02:40.282]➜  # import config
2025-08-20T21:26:26.1605328Z [00:02:40.282]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:26.1606969Z [00:02:40.282]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:26.1608312Z [00:02:40.282]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:26.1609986Z [00:02:40.282]➜  EOF
2025-08-20T21:26:26.1616541Z [00:02:40.283]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b683/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipld/go-car/v2@v2.14.3/internal/io=>github.com/ipld/go-car/v2@v2.14.3/internal/io;$WORK/b683=>" -p github.com/ipld/go-car/v2/internal/io -lang=go1.23 -complete -installsuffix shared -buildid j-RSXMxiQZsXQcR0PXLf/j-RSXMxiQZsXQcR0PXLf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b683/importcfg -pack /root/go/pkg/mod/github.com/ipld/go-car/v2@v2.14.3/internal/io/converter.go /root/go/pkg/mod/github.com/ipld/go-car/v2@v2.14.3/internal/io/offset_read_seeker.go /root/go/pkg/mod/github.com/ipld/go-car/v2@v2.14.3/internal/io/offset_write_seeker.go
2025-08-20T21:26:26.2237550Z [00:02:40.346]➜  go tool buildid -w $WORK/b683/_pkg_.a # internal
2025-08-20T21:26:26.2247759Z [00:02:40.346]➜  cp $WORK/b683/_pkg_.a /root/.cache/go-build/82/8274eedfd04db97f654f711fd05e256c18ec57de3f647864f858249ba84af03b-d # internal
2025-08-20T21:26:26.2249397Z [00:02:40.346]➜  github.com/whyrusleeping/cbor/go
2025-08-20T21:26:26.2249988Z [00:02:40.346]➜  mkdir -p $WORK/b685/
2025-08-20T21:26:26.2250567Z [00:02:40.347]➜  cat >/tmp/go-build548448651/b685/importcfg << 'EOF' # internal
2025-08-20T21:26:26.2251204Z [00:02:40.347]➜  # import config
2025-08-20T21:26:26.2251843Z [00:02:40.347]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:26.2252616Z [00:02:40.347]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:26.2253392Z [00:02:40.347]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:26.2254153Z [00:02:40.347]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:26.2254911Z [00:02:40.347]➜  packagefile log=/tmp/go-build548448651/b071/_pkg_.a
2025-08-20T21:26:26.2255908Z [00:02:40.347]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:26.2256747Z [00:02:40.347]➜  packagefile math/big=/tmp/go-build548448651/b108/_pkg_.a
2025-08-20T21:26:26.2260395Z [00:02:40.348]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:26.2261273Z [00:02:40.348]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:26.2262114Z [00:02:40.348]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:26.2262753Z [00:02:40.348]➜  EOF
2025-08-20T21:26:26.2267712Z [00:02:40.348]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b685/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/whyrusleeping/cbor@v0.0.0-20171005072247-63513f603b11/go=>github.com/whyrusleeping/cbor@v0.0.0-20171005072247-63513f603b11/go;$WORK/b685=>" -p github.com/whyrusleeping/cbor/go -lang=go1.16 -complete -installsuffix shared -buildid ycop4w1zXT3xshxVA8je/ycop4w1zXT3xshxVA8je -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b685/importcfg -pack /root/go/pkg/mod/github.com/whyrusleeping/cbor@v0.0.0-20171005072247-63513f603b11/go/cbor.go /root/go/pkg/mod/github.com/whyrusleeping/cbor@v0.0.0-20171005072247-63513f603b11/go/doc.go
2025-08-20T21:26:26.2712539Z [00:02:40.394]➜  go tool buildid -w $WORK/b602/_pkg_.a # internal
2025-08-20T21:26:26.2776065Z [00:02:40.400]➜  cp $WORK/b602/_pkg_.a /root/.cache/go-build/45/45557fa700fad88728dfa9f95f97ba273d6a3816f5cca1da74f036e3e63a6f20-d # internal
2025-08-20T21:26:26.2786737Z [00:02:40.401]➜  github.com/cockroachdb/pebble/v2/batchrepr
2025-08-20T21:26:26.2787699Z [00:02:40.401]➜  mkdir -p $WORK/b601/
2025-08-20T21:26:26.2795564Z [00:02:40.402]➜  cat >/tmp/go-build548448651/b601/importcfg << 'EOF' # internal
2025-08-20T21:26:26.2798001Z [00:02:40.402]➜  # import config
2025-08-20T21:26:26.2800643Z [00:02:40.403]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:26.2803135Z [00:02:40.403]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:26.2805878Z [00:02:40.403]➜  packagefile github.com/cockroachdb/pebble/v2/internal/base=/tmp/go-build548448651/b602/_pkg_.a
2025-08-20T21:26:26.2809041Z [00:02:40.403]➜  packagefile github.com/pkg/errors=/tmp/go-build548448651/b558/_pkg_.a
2025-08-20T21:26:26.2811325Z [00:02:40.403]➜  EOF
2025-08-20T21:26:26.2820860Z [00:02:40.404]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b601/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/batchrepr=>github.com/cockroachdb/pebble/v2@v2.0.6/batchrepr;$WORK/b601=>" -p github.com/cockroachdb/pebble/v2/batchrepr -lang=go1.22 -complete -installsuffix shared -buildid O84P8KUPdarlWCU4Z8M-/O84P8KUPdarlWCU4Z8M- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b601/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/batchrepr/reader.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/batchrepr/writer.go
2025-08-20T21:26:26.3039842Z [00:02:40.426]➜  go tool buildid -w $WORK/b601/_pkg_.a # internal
2025-08-20T21:26:26.3050319Z [00:02:40.427]➜  cp $WORK/b601/_pkg_.a /root/.cache/go-build/8c/8cbe5d77b27af923fe842d4b976af510f7c5e4e57db85edd1b4ec0cbb29ca20a-d # internal
2025-08-20T21:26:26.3051929Z [00:02:40.427]➜  github.com/cockroachdb/pebble/v2/internal/arenaskl
2025-08-20T21:26:26.3052682Z [00:02:40.427]➜  mkdir -p $WORK/b607/
2025-08-20T21:26:26.3057277Z [00:02:40.428]➜  cat >/tmp/go-build548448651/b607/importcfg << 'EOF' # internal
2025-08-20T21:26:26.3057961Z [00:02:40.428]➜  # import config
2025-08-20T21:26:26.3058747Z [00:02:40.428]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:26.3059617Z [00:02:40.428]➜  packagefile github.com/cockroachdb/errors=/tmp/go-build548448651/b536/_pkg_.a
2025-08-20T21:26:26.3060674Z [00:02:40.428]➜  packagefile github.com/cockroachdb/pebble/v2/internal/base=/tmp/go-build548448651/b602/_pkg_.a
2025-08-20T21:26:26.3061896Z [00:02:40.428]➜  packagefile github.com/cockroachdb/pebble/v2/internal/constants=/tmp/go-build548448651/b608/_pkg_.a
2025-08-20T21:26:26.3063323Z [00:02:40.428]➜  packagefile github.com/cockroachdb/pebble/v2/internal/invariants=/tmp/go-build548448651/b604/_pkg_.a
2025-08-20T21:26:26.3064777Z [00:02:40.428]➜  packagefile github.com/cockroachdb/pebble/v2/internal/treeprinter=/tmp/go-build548448651/b605/_pkg_.a
2025-08-20T21:26:26.3065785Z [00:02:40.428]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:26.3066535Z [00:02:40.428]➜  packagefile math/rand/v2=/tmp/go-build548448651/b104/_pkg_.a
2025-08-20T21:26:26.3067287Z [00:02:40.428]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:26.3067985Z [00:02:40.428]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:26.3089083Z [00:02:40.428]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:26.3089826Z [00:02:40.428]➜  EOF
2025-08-20T21:26:26.3096461Z [00:02:40.428]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b607/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/arenaskl=>github.com/cockroachdb/pebble/v2@v2.0.6/internal/arenaskl;$WORK/b607=>" -p github.com/cockroachdb/pebble/v2/internal/arenaskl -lang=go1.22 -complete -installsuffix shared -buildid 4HEfZXP3H3zlWoe2k1vQ/4HEfZXP3H3zlWoe2k1vQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b607/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/arenaskl/arena.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/arenaskl/flush_iterator.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/arenaskl/iterator.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/arenaskl/node.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/arenaskl/skl.go
2025-08-20T21:26:26.4102547Z [00:02:40.533]➜  go tool buildid -w $WORK/b607/_pkg_.a # internal
2025-08-20T21:26:26.4194531Z [00:02:40.542]➜  cp $WORK/b607/_pkg_.a /root/.cache/go-build/12/12d02fdda13f20066aba5de43c6de0d5e3e49a067aab082875247a226c5349d4-d # internal
2025-08-20T21:26:26.4195866Z [00:02:40.542]➜  github.com/cockroachdb/pebble/v2/internal/batchskl
2025-08-20T21:26:26.4196539Z [00:02:40.542]➜  mkdir -p $WORK/b609/
2025-08-20T21:26:26.4202421Z [00:02:40.542]➜  cat >/tmp/go-build548448651/b609/importcfg << 'EOF' # internal
2025-08-20T21:26:26.4203269Z [00:02:40.542]➜  # import config
2025-08-20T21:26:26.4203836Z [00:02:40.542]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:26.4204868Z [00:02:40.542]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:26.4205744Z [00:02:40.543]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:26.4206776Z [00:02:40.543]➜  packagefile github.com/cockroachdb/errors=/tmp/go-build548448651/b536/_pkg_.a
2025-08-20T21:26:26.4208323Z [00:02:40.543]➜  packagefile github.com/cockroachdb/pebble/v2/internal/base=/tmp/go-build548448651/b602/_pkg_.a
2025-08-20T21:26:26.4210019Z [00:02:40.543]➜  packagefile github.com/cockroachdb/pebble/v2/internal/constants=/tmp/go-build548448651/b608/_pkg_.a
2025-08-20T21:26:26.4211280Z [00:02:40.543]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:26.4212504Z [00:02:40.543]➜  packagefile math/rand/v2=/tmp/go-build548448651/b104/_pkg_.a
2025-08-20T21:26:26.4213501Z [00:02:40.543]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:26.4214231Z [00:02:40.543]➜  EOF
2025-08-20T21:26:26.4219292Z [00:02:40.543]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b609/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/batchskl=>github.com/cockroachdb/pebble/v2@v2.0.6/internal/batchskl;$WORK/b609=>" -p github.com/cockroachdb/pebble/v2/internal/batchskl -lang=go1.22 -complete -installsuffix shared -buildid M4RSzWB8mHO_DkA36lB0/M4RSzWB8mHO_DkA36lB0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b609/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/batchskl/iterator.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/batchskl/skl.go
2025-08-20T21:26:26.5031608Z [00:02:40.625]➜  go tool buildid -w $WORK/b609/_pkg_.a # internal
2025-08-20T21:26:26.5042440Z [00:02:40.626]➜  cp $WORK/b609/_pkg_.a /root/.cache/go-build/f6/f61c1eb016fc982c3a543fbdf737d3212c2de8861ce27c40fd8e6519648f8676-d # internal
2025-08-20T21:26:26.5049142Z [00:02:40.627]➜  github.com/cockroachdb/pebble/v2/internal/cache
2025-08-20T21:26:26.5059382Z [00:02:40.627]➜  mkdir -p $WORK/b612/
2025-08-20T21:26:26.5060223Z [00:02:40.627]➜  cat >/tmp/go-build548448651/b612/importcfg << 'EOF' # internal
2025-08-20T21:26:26.5060955Z [00:02:40.627]➜  # import config
2025-08-20T21:26:26.5061615Z [00:02:40.627]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:26.5062752Z [00:02:40.627]➜  packagefile github.com/cockroachdb/pebble/v2/internal/base=/tmp/go-build548448651/b602/_pkg_.a
2025-08-20T21:26:26.5064254Z [00:02:40.627]➜  packagefile github.com/cockroachdb/pebble/v2/internal/invariants=/tmp/go-build548448651/b604/_pkg_.a
2025-08-20T21:26:26.5065816Z [00:02:40.627]➜  packagefile github.com/cockroachdb/pebble/v2/internal/manual=/tmp/go-build548448651/b613/_pkg_.a
2025-08-20T21:26:26.5072490Z [00:02:40.627]➜  packagefile github.com/cockroachdb/redact=/tmp/go-build548448651/b545/_pkg_.a
2025-08-20T21:26:26.5073717Z [00:02:40.627]➜  packagefile github.com/cockroachdb/swiss=/tmp/go-build548448651/b614/_pkg_.a
2025-08-20T21:26:26.5074825Z [00:02:40.627]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:26.5075700Z [00:02:40.627]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:26.5076652Z [00:02:40.627]➜  packagefile runtime/debug=/tmp/go-build548448651/b260/_pkg_.a
2025-08-20T21:26:26.5077579Z [00:02:40.627]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:26.5078430Z [00:02:40.627]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:26.5079477Z [00:02:40.627]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:26.5080139Z [00:02:40.627]➜  EOF
2025-08-20T21:26:26.5089482Z [00:02:40.629]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b612/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/cache=>github.com/cockroachdb/pebble/v2@v2.0.6/internal/cache;$WORK/b612=>" -p github.com/cockroachdb/pebble/v2/internal/cache -lang=go1.22 -complete -installsuffix shared -buildid 5pEwruXwNTQUPcyflcwb/5pEwruXwNTQUPcyflcwb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b612/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/cache/block_map.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/cache/cgo_enabled.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/cache/clockpro.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/cache/clockpro_normal.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/cache/entry.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/cache/entry_normal.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/cache/refcnt_normal.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/cache/value.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/cache/value_cgo.go
2025-08-20T21:26:26.5238740Z [00:02:40.646]➜  go tool buildid -w $WORK/b685/_pkg_.a # internal
2025-08-20T21:26:26.5292285Z [00:02:40.651]➜  cp $WORK/b685/_pkg_.a /root/.cache/go-build/3e/3ea9503c0e2fa225d3f84e0a69eedcb6f74e0b51cf39ff8ea30ac703b36647ec-d # internal
2025-08-20T21:26:26.5293665Z [00:02:40.651]➜  github.com/cockroachdb/pebble/v2/internal/invalidating
2025-08-20T21:26:26.5294405Z [00:02:40.651]➜  mkdir -p $WORK/b616/
2025-08-20T21:26:26.5300514Z [00:02:40.652]➜  cat >/tmp/go-build548448651/b616/importcfg << 'EOF' # internal
2025-08-20T21:26:26.5301421Z [00:02:40.652]➜  # import config
2025-08-20T21:26:26.5302114Z [00:02:40.652]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:26.5303449Z [00:02:40.652]➜  packagefile github.com/cockroachdb/pebble/v2/internal/base=/tmp/go-build548448651/b602/_pkg_.a
2025-08-20T21:26:26.5305101Z [00:02:40.652]➜  packagefile github.com/cockroachdb/pebble/v2/internal/invariants=/tmp/go-build548448651/b604/_pkg_.a
2025-08-20T21:26:26.5306754Z [00:02:40.652]➜  packagefile github.com/cockroachdb/pebble/v2/internal/treeprinter=/tmp/go-build548448651/b605/_pkg_.a
2025-08-20T21:26:26.5307698Z [00:02:40.652]➜  EOF
2025-08-20T21:26:26.5312186Z [00:02:40.652]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b616/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/invalidating=>github.com/cockroachdb/pebble/v2@v2.0.6/internal/invalidating;$WORK/b616=>" -p github.com/cockroachdb/pebble/v2/internal/invalidating -lang=go1.22 -complete -installsuffix shared -buildid O3rBHtiuQHhJgakcwJle/O3rBHtiuQHhJgakcwJle -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b616/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/invalidating/iter.go
2025-08-20T21:26:26.5586178Z [00:02:40.681]➜  go tool buildid -w $WORK/b616/_pkg_.a # internal
2025-08-20T21:26:26.5596908Z [00:02:40.682]➜  cp $WORK/b616/_pkg_.a /root/.cache/go-build/3e/3e1274dd07ce457670065a877246480027ee56d51786a001a1eed58690a78f10-d # internal
2025-08-20T21:26:26.5602362Z [00:02:40.683]➜  github.com/cockroachdb/pebble/v2/internal/keyspan
2025-08-20T21:26:26.5607145Z [00:02:40.683]➜  mkdir -p $WORK/b617/
2025-08-20T21:26:26.5620447Z [00:02:40.683]➜  cat >/tmp/go-build548448651/b617/importcfg << 'EOF' # internal
2025-08-20T21:26:26.5621207Z [00:02:40.683]➜  # import config
2025-08-20T21:26:26.5621888Z [00:02:40.683]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:26.5622716Z [00:02:40.683]➜  packagefile cmp=/tmp/go-build548448651/b051/_pkg_.a
2025-08-20T21:26:26.5623543Z [00:02:40.683]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:26.5624380Z [00:02:40.683]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:26.5625338Z [00:02:40.683]➜  packagefile github.com/cockroachdb/errors=/tmp/go-build548448651/b536/_pkg_.a
2025-08-20T21:26:26.5626672Z [00:02:40.683]➜  packagefile github.com/cockroachdb/pebble/v2/internal/base=/tmp/go-build548448651/b602/_pkg_.a
2025-08-20T21:26:26.5628427Z [00:02:40.683]➜  packagefile github.com/cockroachdb/pebble/v2/internal/bytealloc=/tmp/go-build548448651/b610/_pkg_.a
2025-08-20T21:26:26.5630068Z [00:02:40.683]➜  packagefile github.com/cockroachdb/pebble/v2/internal/dsl=/tmp/go-build548448651/b618/_pkg_.a
2025-08-20T21:26:26.5631541Z [00:02:40.683]➜  packagefile github.com/cockroachdb/pebble/v2/internal/invariants=/tmp/go-build548448651/b604/_pkg_.a
2025-08-20T21:26:26.5633080Z [00:02:40.683]➜  packagefile github.com/cockroachdb/pebble/v2/internal/treeprinter=/tmp/go-build548448651/b605/_pkg_.a
2025-08-20T21:26:26.5634288Z [00:02:40.683]➜  packagefile go/token=/tmp/go-build548448651/b297/_pkg_.a
2025-08-20T21:26:26.5635123Z [00:02:40.683]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:26.5635984Z [00:02:40.683]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:26.5637059Z [00:02:40.683]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:26.5637878Z [00:02:40.683]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:26.5638857Z [00:02:40.683]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:26.5639663Z [00:02:40.683]➜  packagefile unicode=/tmp/go-build548448651/b041/_pkg_.a
2025-08-20T21:26:26.5640510Z [00:02:40.683]➜  EOF
2025-08-20T21:26:26.5674882Z [00:02:40.683]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b617/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/keyspan=>github.com/cockroachdb/pebble/v2@v2.0.6/internal/keyspan;$WORK/b617=>" -p github.com/cockroachdb/pebble/v2/internal/keyspan -lang=go1.22 -complete -installsuffix shared -buildid A7IgB-hKtzYFirLaNrDF/A7IgB-hKtzYFirLaNrDF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b617/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/keyspan/assert_iter.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/keyspan/bounded.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/keyspan/defragment.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/keyspan/doc.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/keyspan/filter.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/keyspan/fragmenter.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/keyspan/get.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/keyspan/interleaving_iter.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/keyspan/iter.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/keyspan/logging_iter.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/keyspan/seek.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/keyspan/span.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/keyspan/test_utils.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/keyspan/transformer.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/keyspan/truncate.go
2025-08-20T21:26:26.6560536Z [00:02:40.778]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e
2025-08-20T21:26:26.6566706Z [00:02:40.778]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b639=/tmp/go-build -gno-record-gcc-switches -I $WORK/b639/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e=/_/github.com/DataDog/zstd@v1.5.6-0.20230824185856-869dae002e5e -frandom-seed=Oy3-PWRcNZLWC5EgVEcV -o $WORK/b639/_x010.o -c entropy_common.c
2025-08-20T21:26:26.9362662Z [00:02:41.058]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b639=/tmp/go-build -gno-record-gcc-switches -I $WORK/b639/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e=/_/github.com/DataDog/zstd@v1.5.6-0.20230824185856-869dae002e5e -frandom-seed=Oy3-PWRcNZLWC5EgVEcV -o $WORK/b639/_x011.o -c error_private.c
2025-08-20T21:26:26.9723117Z [00:02:41.095]➜  go tool buildid -w $WORK/b612/_pkg_.a # internal
2025-08-20T21:26:26.9781247Z [00:02:41.100]➜  cp $WORK/b612/_pkg_.a /root/.cache/go-build/d8/d82ae77eab2e29ebf42b8ccbb3479b26c857d85f7caba9f49785ec5b1eef15cb-d # internal
2025-08-20T21:26:26.9810773Z [00:02:41.103]➜  github.com/cockroachdb/pebble/v2/bloom
2025-08-20T21:26:26.9816342Z [00:02:41.104]➜  mkdir -p $WORK/b621/
2025-08-20T21:26:26.9817300Z [00:02:41.104]➜  cat >/tmp/go-build548448651/b621/importcfg << 'EOF' # internal
2025-08-20T21:26:26.9818028Z [00:02:41.104]➜  # import config
2025-08-20T21:26:26.9818993Z [00:02:41.104]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:26.9820135Z [00:02:41.104]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:26.9821271Z [00:02:41.104]➜  packagefile github.com/cockroachdb/pebble/v2/internal/base=/tmp/go-build548448651/b602/_pkg_.a
2025-08-20T21:26:26.9822462Z [00:02:41.104]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:26.9823090Z [00:02:41.104]➜  EOF
2025-08-20T21:26:26.9823606Z [00:02:41.104]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:26.9827652Z [00:02:41.104]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b621/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/bloom=>github.com/cockroachdb/pebble/v2@v2.0.6/bloom;$WORK/b621=>" -p github.com/cockroachdb/pebble/v2/bloom -lang=go1.22 -complete -installsuffix shared -buildid 8q5G_2OBTsEjfPT54KgF/8q5G_2OBTsEjfPT54KgF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b621/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/bloom/bloom.go
2025-08-20T21:26:27.0335423Z [00:02:41.156]➜  go tool buildid -w $WORK/b621/_pkg_.a # internal
2025-08-20T21:26:27.0377881Z [00:02:41.159]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e
2025-08-20T21:26:27.0381563Z [00:02:41.159]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b639=/tmp/go-build -gno-record-gcc-switches -I $WORK/b639/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e=/_/github.com/DataDog/zstd@v1.5.6-0.20230824185856-869dae002e5e -frandom-seed=Oy3-PWRcNZLWC5EgVEcV -o $WORK/b639/_x012.o -c fastcover.c
2025-08-20T21:26:27.0384979Z [00:02:41.159]➜  cp $WORK/b621/_pkg_.a /root/.cache/go-build/df/df32d18c405b6710d151500a64d86a9f35ef854949d56072f9e9842e7ed456b7-d # internal
2025-08-20T21:26:27.0386136Z [00:02:41.159]➜  github.com/cockroachdb/pebble/v2/internal/sstableinternal
2025-08-20T21:26:27.0386826Z [00:02:41.159]➜  mkdir -p $WORK/b627/
2025-08-20T21:26:27.0387528Z [00:02:41.159]➜  cat >/tmp/go-build548448651/b627/importcfg << 'EOF' # internal
2025-08-20T21:26:27.0388202Z [00:02:41.159]➜  # import config
2025-08-20T21:26:27.0392109Z [00:02:41.159]➜  packagefile github.com/cockroachdb/pebble/v2/internal/base=/tmp/go-build548448651/b602/_pkg_.a
2025-08-20T21:26:27.0393464Z [00:02:41.159]➜  packagefile github.com/cockroachdb/pebble/v2/internal/cache=/tmp/go-build548448651/b612/_pkg_.a
2025-08-20T21:26:27.0394309Z [00:02:41.159]➜  EOF
2025-08-20T21:26:27.0394799Z [00:02:41.159]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:27.0399334Z [00:02:41.159]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b627/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/sstableinternal=>github.com/cockroachdb/pebble/v2@v2.0.6/internal/sstableinternal;$WORK/b627=>" -p github.com/cockroachdb/pebble/v2/internal/sstableinternal -lang=go1.22 -complete -installsuffix shared -buildid D7Pq9ibGfBLpZV3Tw_jG/D7Pq9ibGfBLpZV3Tw_jG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b627/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/sstableinternal/options.go
2025-08-20T21:26:27.0636824Z [00:02:41.186]➜  go tool buildid -w $WORK/b675/_pkg_.a # internal
2025-08-20T21:26:27.0713632Z [00:02:41.194]➜  go tool buildid -w $WORK/b617/_pkg_.a # internal
2025-08-20T21:26:27.0798943Z [00:02:41.202]➜  cp $WORK/b617/_pkg_.a /root/.cache/go-build/ec/ec9ba97c421ea5329008bc5ccd2f1f189aa2d72f3e0a71fca8a3a3c39800b438-d # internal
2025-08-20T21:26:27.0800290Z [00:02:41.202]➜  github.com/cockroachdb/pebble/v2/internal/rangedel
2025-08-20T21:26:27.0805081Z [00:02:41.202]➜  mkdir -p $WORK/b625/
2025-08-20T21:26:27.0805864Z [00:02:41.203]➜  cat >/tmp/go-build548448651/b625/importcfg << 'EOF' # internal
2025-08-20T21:26:27.0806597Z [00:02:41.203]➜  # import config
2025-08-20T21:26:27.0807806Z [00:02:41.203]➜  packagefile github.com/cockroachdb/pebble/v2/internal/base=/tmp/go-build548448651/b602/_pkg_.a
2025-08-20T21:26:27.0809507Z [00:02:41.203]➜  packagefile github.com/cockroachdb/pebble/v2/internal/invariants=/tmp/go-build548448651/b604/_pkg_.a
2025-08-20T21:26:27.0810983Z [00:02:41.203]➜  packagefile github.com/cockroachdb/pebble/v2/internal/keyspan=/tmp/go-build548448651/b617/_pkg_.a
2025-08-20T21:26:27.0811889Z [00:02:41.203]➜  EOF
2025-08-20T21:26:27.0816339Z [00:02:41.203]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b625/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/rangedel=>github.com/cockroachdb/pebble/v2@v2.0.6/internal/rangedel;$WORK/b625=>" -p github.com/cockroachdb/pebble/v2/internal/rangedel -lang=go1.22 -complete -installsuffix shared -buildid pOVEU2VWuKPrYgoC9BK7/pOVEU2VWuKPrYgoC9BK7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b625/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/rangedel/rangedel.go
2025-08-20T21:26:27.0848756Z [00:02:41.207]➜  cp $WORK/b675/_pkg_.a /root/.cache/go-build/9f/9f3cb60afda0fde35a994ddd079f4e78a3557bfaf48109bdc26b7c55173c1111-d # internal
2025-08-20T21:26:27.0852261Z [00:02:41.208]➜  github.com/cockroachdb/pebble/v2/internal/rangekey
2025-08-20T21:26:27.0853983Z [00:02:41.208]➜  mkdir -p $WORK/b626/
2025-08-20T21:26:27.0854885Z [00:02:41.208]➜  cat >/tmp/go-build548448651/b626/importcfg << 'EOF' # internal
2025-08-20T21:26:27.0855724Z [00:02:41.208]➜  # import config
2025-08-20T21:26:27.0856565Z [00:02:41.208]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:27.0857855Z [00:02:41.208]➜  packagefile github.com/cockroachdb/pebble/v2/internal/base=/tmp/go-build548448651/b602/_pkg_.a
2025-08-20T21:26:27.0860275Z [00:02:41.208]➜  packagefile github.com/cockroachdb/pebble/v2/internal/invariants=/tmp/go-build548448651/b604/_pkg_.a
2025-08-20T21:26:27.0862111Z [00:02:41.208]➜  packagefile github.com/cockroachdb/pebble/v2/internal/keyspan=/tmp/go-build548448651/b617/_pkg_.a
2025-08-20T21:26:27.0863498Z [00:02:41.208]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:27.0864933Z [00:02:41.208]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:27.0867104Z [00:02:41.208]➜  EOF
2025-08-20T21:26:27.0874370Z [00:02:41.208]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b626/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/rangekey=>github.com/cockroachdb/pebble/v2@v2.0.6/internal/rangekey;$WORK/b626=>" -p github.com/cockroachdb/pebble/v2/internal/rangekey -lang=go1.22 -complete -installsuffix shared -buildid Lto3JS9nWKeGNWy6A3dw/Lto3JS9nWKeGNWy6A3dw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b626/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/rangekey/coalesce.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/rangekey/rangekey.go
2025-08-20T21:26:27.1135350Z [00:02:41.236]➜  go tool buildid -w $WORK/b625/_pkg_.a # internal
2025-08-20T21:26:27.1143779Z [00:02:41.237]➜  cp $WORK/b625/_pkg_.a /root/.cache/go-build/0d/0d9ae8d0b3aa9abf754f265e0befba0db5c2e20288d3a134900a2ee256a9886d-d # internal
2025-08-20T21:26:27.1146734Z [00:02:41.237]➜  github.com/cockroachdb/pebble/v2/internal/testkeys
2025-08-20T21:26:27.1151288Z [00:02:41.238]➜  mkdir -p $WORK/b628/
2025-08-20T21:26:27.1156952Z [00:02:41.238]➜  cat >/tmp/go-build548448651/b628/importcfg << 'EOF' # internal
2025-08-20T21:26:27.1158043Z [00:02:41.238]➜  # import config
2025-08-20T21:26:27.1159455Z [00:02:41.238]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:27.1161612Z [00:02:41.238]➜  packagefile cmp=/tmp/go-build548448651/b051/_pkg_.a
2025-08-20T21:26:27.1162399Z [00:02:41.238]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:27.1163332Z [00:02:41.238]➜  packagefile github.com/cockroachdb/errors=/tmp/go-build548448651/b536/_pkg_.a
2025-08-20T21:26:27.1164689Z [00:02:41.238]➜  packagefile github.com/cockroachdb/pebble/v2/internal/base=/tmp/go-build548448651/b602/_pkg_.a
2025-08-20T21:26:27.1165944Z [00:02:41.238]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:27.1166799Z [00:02:41.238]➜  packagefile math/rand/v2=/tmp/go-build548448651/b104/_pkg_.a
2025-08-20T21:26:27.1167640Z [00:02:41.238]➜  packagefile regexp=/tmp/go-build548448651/b192/_pkg_.a
2025-08-20T21:26:27.1168458Z [00:02:41.238]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:27.1169486Z [00:02:41.238]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:27.1170099Z [00:02:41.238]➜  EOF
2025-08-20T21:26:27.1175187Z [00:02:41.238]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b628/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/testkeys=>github.com/cockroachdb/pebble/v2@v2.0.6/internal/testkeys;$WORK/b628=>" -p github.com/cockroachdb/pebble/v2/internal/testkeys -lang=go1.22 -complete -installsuffix shared -buildid hqkEmEab0EaZO8yFHoo6/hqkEmEab0EaZO8yFHoo6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b628/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/testkeys/strconv.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/testkeys/testkeys.go
2025-08-20T21:26:27.1299883Z [00:02:41.252]➜  go tool buildid -w $WORK/b627/_pkg_.a # internal
2025-08-20T21:26:27.1327843Z [00:02:41.255]➜  cp $WORK/b627/_pkg_.a /root/.cache/go-build/81/81b07c0b0e0f13cddb3a01a03068c1458f0534d3ed732816d6e891967e3cc634-d # internal
2025-08-20T21:26:27.1331356Z [00:02:41.256]➜  github.com/cockroachdb/pebble/v2/objstorage/objstorageprovider/sharedcache
2025-08-20T21:26:27.1333208Z [00:02:41.256]➜  mkdir -p $WORK/b630/
2025-08-20T21:26:27.1336163Z [00:02:41.256]➜  cat >/tmp/go-build548448651/b630/importcfg << 'EOF' # internal
2025-08-20T21:26:27.1338372Z [00:02:41.256]➜  # import config
2025-08-20T21:26:27.1340604Z [00:02:41.256]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:27.1342599Z [00:02:41.256]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:27.1343939Z [00:02:41.256]➜  packagefile github.com/cockroachdb/errors=/tmp/go-build548448651/b536/_pkg_.a
2025-08-20T21:26:27.1346401Z [00:02:41.256]➜  packagefile github.com/cockroachdb/pebble/v2/internal/base=/tmp/go-build548448651/b602/_pkg_.a
2025-08-20T21:26:27.1348191Z [00:02:41.257]➜  packagefile github.com/cockroachdb/pebble/v2/internal/invariants=/tmp/go-build548448651/b604/_pkg_.a
2025-08-20T21:26:27.1351003Z [00:02:41.257]➜  packagefile github.com/cockroachdb/pebble/v2/objstorage/remote=/tmp/go-build548448651/b631/_pkg_.a
2025-08-20T21:26:27.1352532Z [00:02:41.257]➜  packagefile github.com/cockroachdb/pebble/v2/vfs=/tmp/go-build548448651/b606/_pkg_.a
2025-08-20T21:26:27.1353999Z [00:02:41.257]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build548448651/b387/_pkg_.a
2025-08-20T21:26:27.1356144Z [00:02:41.257]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:27.1357000Z [00:02:41.257]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:27.1357885Z [00:02:41.257]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:27.1359157Z [00:02:41.257]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:27.1360063Z [00:02:41.257]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:27.1360731Z [00:02:41.257]➜  EOF
2025-08-20T21:26:27.1365851Z [00:02:41.257]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b630/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/objstorage/objstorageprovider/sharedcache=>github.com/cockroachdb/pebble/v2@v2.0.6/objstorage/objstorageprovider/sharedcache;$WORK/b630=>" -p github.com/cockroachdb/pebble/v2/objstorage/objstorageprovider/sharedcache -lang=go1.22 -complete -installsuffix shared -buildid jAvYusZNLhsfh3BJo5MR/jAvYusZNLhsfh3BJo5MR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b630/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/objstorage/objstorageprovider/sharedcache/shared_cache.go
2025-08-20T21:26:27.1860309Z [00:02:41.308]➜  go tool buildid -w $WORK/b626/_pkg_.a # internal
2025-08-20T21:26:27.1879016Z [00:02:41.310]➜  cp $WORK/b626/_pkg_.a /root/.cache/go-build/07/07b84b04e81ae8cdefb1c47e34536de84059dc2147e9854736e7387f4d412157-d # internal
2025-08-20T21:26:27.1885620Z [00:02:41.311]➜  github.com/cockroachdb/pebble/v2/record
2025-08-20T21:26:27.1890945Z [00:02:41.311]➜  mkdir -p $WORK/b635/
2025-08-20T21:26:27.1901657Z [00:02:41.312]➜  cat >/tmp/go-build548448651/b635/importcfg << 'EOF' # internal
2025-08-20T21:26:27.1902388Z [00:02:41.312]➜  # import config
2025-08-20T21:26:27.1903077Z [00:02:41.312]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:27.1904012Z [00:02:41.312]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:27.1905283Z [00:02:41.312]➜  packagefile github.com/cockroachdb/errors=/tmp/go-build548448651/b536/_pkg_.a
2025-08-20T21:26:27.1906825Z [00:02:41.312]➜  packagefile github.com/cockroachdb/pebble/v2/internal/base=/tmp/go-build548448651/b602/_pkg_.a
2025-08-20T21:26:27.1908279Z [00:02:41.312]➜  packagefile github.com/cockroachdb/pebble/v2/internal/crc=/tmp/go-build548448651/b623/_pkg_.a
2025-08-20T21:26:27.1909883Z [00:02:41.312]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build548448651/b387/_pkg_.a
2025-08-20T21:26:27.1910958Z [00:02:41.313]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:27.1911811Z [00:02:41.313]➜  packagefile runtime/pprof=/tmp/go-build548448651/b636/_pkg_.a
2025-08-20T21:26:27.1912671Z [00:02:41.313]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:27.1913513Z [00:02:41.313]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:27.1914337Z [00:02:41.313]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:27.1914972Z [00:02:41.313]➜  EOF
2025-08-20T21:26:27.1921487Z [00:02:41.313]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b635/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/record=>github.com/cockroachdb/pebble/v2@v2.0.6/record;$WORK/b635=>" -p github.com/cockroachdb/pebble/v2/record -lang=go1.22 -complete -installsuffix shared -buildid oMcELTdlTkkIenE2AFEt/oMcELTdlTkkIenE2AFEt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b635/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/record/log_writer.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/record/record.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/record/rotation.go
2025-08-20T21:26:27.1943180Z [00:02:41.317]➜  go tool buildid -w $WORK/b628/_pkg_.a # internal
2025-08-20T21:26:27.1961789Z [00:02:41.318]➜  cp $WORK/b628/_pkg_.a /root/.cache/go-build/5e/5ebf041db006d2983292416d89813594f155575827c354791a47118e061ad2a0-d # internal
2025-08-20T21:26:27.1984312Z [00:02:41.321]➜  github.com/cockroachdb/pebble/v2/internal/private
2025-08-20T21:26:27.1989054Z [00:02:41.321]➜  mkdir -p $WORK/b648/
2025-08-20T21:26:27.1998346Z [00:02:41.322]➜  cat >/tmp/go-build548448651/b648/importcfg << 'EOF' # internal
2025-08-20T21:26:27.1999392Z [00:02:41.322]➜  # import config
2025-08-20T21:26:27.2000356Z [00:02:41.322]➜  packagefile github.com/cockroachdb/pebble/v2/internal/base=/tmp/go-build548448651/b602/_pkg_.a
2025-08-20T21:26:27.2001857Z [00:02:41.322]➜  packagefile github.com/cockroachdb/pebble/v2/internal/keyspan=/tmp/go-build548448651/b617/_pkg_.a
2025-08-20T21:26:27.2002867Z [00:02:41.322]➜  EOF
2025-08-20T21:26:27.2027030Z [00:02:41.325]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b648/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/private=>github.com/cockroachdb/pebble/v2@v2.0.6/internal/private;$WORK/b648=>" -p github.com/cockroachdb/pebble/v2/internal/private -lang=go1.22 -complete -installsuffix shared -buildid LHt8ClZxdOc-3kECvNuI/LHt8ClZxdOc-3kECvNuI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b648/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/private/batch.go
2025-08-20T21:26:27.2270065Z [00:02:41.349]➜  go tool buildid -w $WORK/b648/_pkg_.a # internal
2025-08-20T21:26:27.2275022Z [00:02:41.350]➜  cp $WORK/b648/_pkg_.a /root/.cache/go-build/a3/a3045f2694edbae7def23bf4b6d8424335306f26f38589f18f6d2131811b0015-d # internal
2025-08-20T21:26:27.2278848Z [00:02:41.350]➜  github.com/ipfs/go-unixfsnode/directory
2025-08-20T21:26:27.2279680Z [00:02:41.350]➜  mkdir -p $WORK/b676/
2025-08-20T21:26:27.2287964Z [00:02:41.351]➜  cat >/tmp/go-build548448651/b676/importcfg << 'EOF' # internal
2025-08-20T21:26:27.2288902Z [00:02:41.351]➜  # import config
2025-08-20T21:26:27.2289840Z [00:02:41.351]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:27.2292296Z [00:02:41.351]➜  packagefile github.com/ipfs/go-unixfsnode/data=/tmp/go-build548448651/b675/_pkg_.a
2025-08-20T21:26:27.2294005Z [00:02:41.351]➜  packagefile github.com/ipfs/go-unixfsnode/iter=/tmp/go-build548448651/b677/_pkg_.a
2025-08-20T21:26:27.2295356Z [00:02:41.351]➜  packagefile github.com/ipfs/go-unixfsnode/utils=/tmp/go-build548448651/b678/_pkg_.a
2025-08-20T21:26:27.2296534Z [00:02:41.351]➜  packagefile github.com/ipld/go-codec-dagpb=/tmp/go-build548448651/b366/_pkg_.a
2025-08-20T21:26:27.2297496Z [00:02:41.351]➜  packagefile github.com/ipld/go-ipld-prime=/tmp/go-build548448651/b334/_pkg_.a
2025-08-20T21:26:27.2298759Z [00:02:41.351]➜  packagefile github.com/ipld/go-ipld-prime/schema=/tmp/go-build548448651/b345/_pkg_.a
2025-08-20T21:26:27.2300356Z [00:02:41.351]➜  EOF
2025-08-20T21:26:27.2304148Z [00:02:41.352]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b676/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-unixfsnode@v1.10.1/directory=>github.com/ipfs/go-unixfsnode@v1.10.1/directory;$WORK/b676=>" -p github.com/ipfs/go-unixfsnode/directory -lang=go1.23 -complete -installsuffix shared -buildid JOzqPnhZczVpCyvCZz2Q/JOzqPnhZczVpCyvCZz2Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b676/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-unixfsnode@v1.10.1/directory/basicdir.go
2025-08-20T21:26:27.2397158Z [00:02:41.362]➜  go tool buildid -w $WORK/b630/_pkg_.a # internal
2025-08-20T21:26:27.2424313Z [00:02:41.365]➜  cp $WORK/b630/_pkg_.a /root/.cache/go-build/f6/f6e7a14b4227c6d2b9cfee36b9f53b6c94206cc94c9922ff511fd253ce1f4f9b-d # internal
2025-08-20T21:26:27.2432656Z [00:02:41.366]➜  github.com/cockroachdb/pebble/v2/objstorage
2025-08-20T21:26:27.2436315Z [00:02:41.366]➜  mkdir -p $WORK/b629/
2025-08-20T21:26:27.2446745Z [00:02:41.367]➜  cat >/tmp/go-build548448651/b629/importcfg << 'EOF' # internal
2025-08-20T21:26:27.2447740Z [00:02:41.367]➜  # import config
2025-08-20T21:26:27.2449872Z [00:02:41.367]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:27.2450753Z [00:02:41.367]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:27.2451630Z [00:02:41.367]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:27.2452807Z [00:02:41.367]➜  packagefile github.com/cockroachdb/errors=/tmp/go-build548448651/b536/_pkg_.a
2025-08-20T21:26:27.2454339Z [00:02:41.367]➜  packagefile github.com/cockroachdb/pebble/v2/internal/base=/tmp/go-build548448651/b602/_pkg_.a
2025-08-20T21:26:27.2456043Z [00:02:41.367]➜  packagefile github.com/cockroachdb/pebble/v2/objstorage/objstorageprovider/sharedcache=/tmp/go-build548448651/b630/_pkg_.a
2025-08-20T21:26:27.2457690Z [00:02:41.367]➜  packagefile github.com/cockroachdb/pebble/v2/objstorage/remote=/tmp/go-build548448651/b631/_pkg_.a
2025-08-20T21:26:27.2459110Z [00:02:41.367]➜  packagefile github.com/cockroachdb/pebble/v2/vfs=/tmp/go-build548448651/b606/_pkg_.a
2025-08-20T21:26:27.2460233Z [00:02:41.367]➜  packagefile github.com/cockroachdb/redact=/tmp/go-build548448651/b545/_pkg_.a
2025-08-20T21:26:27.2461244Z [00:02:41.367]➜  packagefile github.com/pkg/errors=/tmp/go-build548448651/b558/_pkg_.a
2025-08-20T21:26:27.2461953Z [00:02:41.367]➜  EOF
2025-08-20T21:26:27.2475896Z [00:02:41.369]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b629/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/objstorage=>github.com/cockroachdb/pebble/v2@v2.0.6/objstorage;$WORK/b629=>" -p github.com/cockroachdb/pebble/v2/objstorage -lang=go1.22 -complete -installsuffix shared -buildid U3bTZULmbZaSfIMLqmxJ/U3bTZULmbZaSfIMLqmxJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b629/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/objstorage/noop_readahead.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/objstorage/objstorage.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/objstorage/test_utils.go
2025-08-20T21:26:27.2638435Z [00:02:41.386]➜  go tool buildid -w $WORK/b676/_pkg_.a # internal
2025-08-20T21:26:27.2642181Z [00:02:41.386]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e
2025-08-20T21:26:27.2646469Z [00:02:41.386]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b639=/tmp/go-build -gno-record-gcc-switches -I $WORK/b639/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e=/_/github.com/DataDog/zstd@v1.5.6-0.20230824185856-869dae002e5e -frandom-seed=Oy3-PWRcNZLWC5EgVEcV -o $WORK/b639/_x013.o -c fse_compress.c
2025-08-20T21:26:27.2667244Z [00:02:41.389]➜  cp $WORK/b676/_pkg_.a /root/.cache/go-build/1a/1afcda56edff351216106e194db068ed4c1642d926b3e0347b2f35296e7e4919-d # internal
2025-08-20T21:26:27.2674807Z [00:02:41.390]➜  github.com/ipfs/go-unixfsnode/file
2025-08-20T21:26:27.2679842Z [00:02:41.390]➜  mkdir -p $WORK/b679/
2025-08-20T21:26:27.2689678Z [00:02:41.391]➜  cat >/tmp/go-build548448651/b679/importcfg << 'EOF' # internal
2025-08-20T21:26:27.2692300Z [00:02:41.391]➜  # import config
2025-08-20T21:26:27.2693042Z [00:02:41.391]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:27.2694024Z [00:02:41.391]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:27.2695126Z [00:02:41.391]➜  packagefile github.com/ipfs/go-unixfsnode/data=/tmp/go-build548448651/b675/_pkg_.a
2025-08-20T21:26:27.2696303Z [00:02:41.391]➜  packagefile github.com/ipld/go-codec-dagpb=/tmp/go-build548448651/b366/_pkg_.a
2025-08-20T21:26:27.2697469Z [00:02:41.391]➜  packagefile github.com/ipld/go-ipld-prime=/tmp/go-build548448651/b334/_pkg_.a
2025-08-20T21:26:27.2698841Z [00:02:41.391]➜  packagefile github.com/ipld/go-ipld-prime/adl=/tmp/go-build548448651/b335/_pkg_.a
2025-08-20T21:26:27.2700106Z [00:02:41.391]➜  packagefile github.com/ipld/go-ipld-prime/datamodel=/tmp/go-build548448651/b336/_pkg_.a
2025-08-20T21:26:27.2701428Z [00:02:41.391]➜  packagefile github.com/ipld/go-ipld-prime/linking/cid=/tmp/go-build548448651/b343/_pkg_.a
2025-08-20T21:26:27.2702821Z [00:02:41.391]➜  packagefile github.com/ipld/go-ipld-prime/node/basicnode=/tmp/go-build548448651/b340/_pkg_.a
2025-08-20T21:26:27.2704340Z [00:02:41.391]➜  packagefile github.com/multiformats/go-multicodec=/tmp/go-build548448651/b327/_pkg_.a
2025-08-20T21:26:27.2705490Z [00:02:41.391]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:27.2706292Z [00:02:41.391]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:27.2706918Z [00:02:41.391]➜  EOF
2025-08-20T21:26:27.2713644Z [00:02:41.394]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:27.2723369Z [00:02:41.394]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b679/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-unixfsnode@v1.10.1/file=>github.com/ipfs/go-unixfsnode@v1.10.1/file;$WORK/b679=>" -p github.com/ipfs/go-unixfsnode/file -lang=go1.23 -complete -installsuffix shared -buildid 492ADGLomoUn5QFLnLHZ/492ADGLomoUn5QFLnLHZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b679/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-unixfsnode@v1.10.1/file/deferred.go /root/go/pkg/mod/github.com/ipfs/go-unixfsnode@v1.10.1/file/file.go /root/go/pkg/mod/github.com/ipfs/go-unixfsnode@v1.10.1/file/shard.go /root/go/pkg/mod/github.com/ipfs/go-unixfsnode@v1.10.1/file/wrapped.go
2025-08-20T21:26:27.3526171Z [00:02:41.475]➜  go tool buildid -w $WORK/b629/_pkg_.a # internal
2025-08-20T21:26:27.3563237Z [00:02:41.479]➜  cp $WORK/b629/_pkg_.a /root/.cache/go-build/ec/ec4d789a11c502881e6a0703d783963b6934f4bc691b04c51055b988a00c39b3-d # internal
2025-08-20T21:26:27.3576729Z [00:02:41.479]➜  github.com/cockroachdb/pebble/v2/objstorage/objstorageprovider/objiotracing
2025-08-20T21:26:27.3588343Z [00:02:41.479]➜  mkdir -p $WORK/b633/
2025-08-20T21:26:27.3590879Z [00:02:41.480]➜  cat >/tmp/go-build548448651/b633/importcfg << 'EOF' # internal
2025-08-20T21:26:27.3591620Z [00:02:41.480]➜  # import config
2025-08-20T21:26:27.3592332Z [00:02:41.480]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:27.3593746Z [00:02:41.480]➜  packagefile github.com/cockroachdb/pebble/v2/internal/base=/tmp/go-build548448651/b602/_pkg_.a
2025-08-20T21:26:27.3595370Z [00:02:41.480]➜  packagefile github.com/cockroachdb/pebble/v2/objstorage=/tmp/go-build548448651/b629/_pkg_.a
2025-08-20T21:26:27.3596744Z [00:02:41.480]➜  packagefile github.com/cockroachdb/pebble/v2/vfs=/tmp/go-build548448651/b606/_pkg_.a
2025-08-20T21:26:27.3597577Z [00:02:41.480]➜  EOF
2025-08-20T21:26:27.3610339Z [00:02:41.483]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b633/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/objstorage/objstorageprovider/objiotracing=>github.com/cockroachdb/pebble/v2@v2.0.6/objstorage/objstorageprovider/objiotracing;$WORK/b633=>" -p github.com/cockroachdb/pebble/v2/objstorage/objstorageprovider/objiotracing -lang=go1.22 -complete -installsuffix shared -buildid Tj_AKrkkwib-DDWu_Ihp/Tj_AKrkkwib-DDWu_Ihp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b633/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/objstorage/objstorageprovider/objiotracing/obj_io_tracing.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/objstorage/objstorageprovider/objiotracing/obj_io_tracing_off.go
2025-08-20T21:26:27.3634310Z [00:02:41.486]➜  go tool buildid -w $WORK/b635/_pkg_.a # internal
2025-08-20T21:26:27.3666596Z [00:02:41.489]➜  cp $WORK/b635/_pkg_.a /root/.cache/go-build/10/1090492a55453870a2fbe7a460de1e5dbd661f8db11b033b80e03198f59f5477-d # internal
2025-08-20T21:26:27.3700003Z [00:02:41.492]➜  github.com/cockroachdb/pebble/v2/objstorage/objstorageprovider/remoteobjcat
2025-08-20T21:26:27.3701106Z [00:02:41.492]➜  mkdir -p $WORK/b634/
2025-08-20T21:26:27.3701886Z [00:02:41.492]➜  cat >/tmp/go-build548448651/b634/importcfg << 'EOF' # internal
2025-08-20T21:26:27.3702582Z [00:02:41.492]➜  # import config
2025-08-20T21:26:27.3703269Z [00:02:41.492]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:27.3704144Z [00:02:41.492]➜  packagefile cmp=/tmp/go-build548448651/b051/_pkg_.a
2025-08-20T21:26:27.3705261Z [00:02:41.492]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:27.3706163Z [00:02:41.492]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:27.3707387Z [00:02:41.492]➜  packagefile github.com/cockroachdb/errors=/tmp/go-build548448651/b536/_pkg_.a
2025-08-20T21:26:27.3708903Z [00:02:41.492]➜  packagefile github.com/cockroachdb/pebble/v2/internal/base=/tmp/go-build548448651/b602/_pkg_.a
2025-08-20T21:26:27.3710340Z [00:02:41.492]➜  packagefile github.com/cockroachdb/pebble/v2/internal/invariants=/tmp/go-build548448651/b604/_pkg_.a
2025-08-20T21:26:27.3711700Z [00:02:41.492]➜  packagefile github.com/cockroachdb/pebble/v2/objstorage=/tmp/go-build548448651/b629/_pkg_.a
2025-08-20T21:26:27.3713037Z [00:02:41.492]➜  packagefile github.com/cockroachdb/pebble/v2/objstorage/remote=/tmp/go-build548448651/b631/_pkg_.a
2025-08-20T21:26:27.3714361Z [00:02:41.492]➜  packagefile github.com/cockroachdb/pebble/v2/record=/tmp/go-build548448651/b635/_pkg_.a
2025-08-20T21:26:27.3715582Z [00:02:41.492]➜  packagefile github.com/cockroachdb/pebble/v2/vfs=/tmp/go-build548448651/b606/_pkg_.a
2025-08-20T21:26:27.3716851Z [00:02:41.492]➜  packagefile github.com/cockroachdb/pebble/v2/vfs/atomicfs=/tmp/go-build548448651/b637/_pkg_.a
2025-08-20T21:26:27.3717957Z [00:02:41.492]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:27.3719532Z [00:02:41.492]➜  packagefile path/filepath=/tmp/go-build548448651/b168/_pkg_.a
2025-08-20T21:26:27.3720395Z [00:02:41.492]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:27.3721164Z [00:02:41.492]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:27.3721744Z [00:02:41.492]➜  EOF
2025-08-20T21:26:27.3727876Z [00:02:41.492]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b634/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/objstorage/objstorageprovider/remoteobjcat=>github.com/cockroachdb/pebble/v2@v2.0.6/objstorage/objstorageprovider/remoteobjcat;$WORK/b634=>" -p github.com/cockroachdb/pebble/v2/objstorage/objstorageprovider/remoteobjcat -lang=go1.22 -complete -installsuffix shared -buildid 4mkcQIF71hQYcq5pU59x/4mkcQIF71hQYcq5pU59x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b634/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/objstorage/objstorageprovider/remoteobjcat/catalog.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/objstorage/objstorageprovider/remoteobjcat/version_edit.go
2025-08-20T21:26:27.3954143Z [00:02:41.518]➜  go tool buildid -w $WORK/b633/_pkg_.a # internal
2025-08-20T21:26:27.3969017Z [00:02:41.519]➜  cp $WORK/b633/_pkg_.a /root/.cache/go-build/d1/d1244b10f6eb86abbac5f1fe26198e33b1cc162e1a2aa9c3f6ec4c4ff4768dbd-d # internal
2025-08-20T21:26:27.3977099Z [00:02:41.520]➜  github.com/cockroachdb/pebble/v2/wal
2025-08-20T21:26:27.3982297Z [00:02:41.521]➜  mkdir -p $WORK/b651/
2025-08-20T21:26:27.3992664Z [00:02:41.522]➜  cat >/tmp/go-build548448651/b651/importcfg << 'EOF' # internal
2025-08-20T21:26:27.3995017Z [00:02:41.522]➜  # import config
2025-08-20T21:26:27.3996080Z [00:02:41.522]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:27.3997708Z [00:02:41.522]➜  packagefile cmp=/tmp/go-build548448651/b051/_pkg_.a
2025-08-20T21:26:27.3999076Z [00:02:41.522]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:27.4000192Z [00:02:41.522]➜  packagefile github.com/cockroachdb/errors=/tmp/go-build548448651/b536/_pkg_.a
2025-08-20T21:26:27.4003114Z [00:02:41.522]➜  packagefile github.com/cockroachdb/pebble/v2/batchrepr=/tmp/go-build548448651/b601/_pkg_.a
2025-08-20T21:26:27.4004429Z [00:02:41.522]➜  packagefile github.com/cockroachdb/pebble/v2/internal/base=/tmp/go-build548448651/b602/_pkg_.a
2025-08-20T21:26:27.4005823Z [00:02:41.522]➜  packagefile github.com/cockroachdb/pebble/v2/internal/invariants=/tmp/go-build548448651/b604/_pkg_.a
2025-08-20T21:26:27.4007139Z [00:02:41.522]➜  packagefile github.com/cockroachdb/pebble/v2/record=/tmp/go-build548448651/b635/_pkg_.a
2025-08-20T21:26:27.4008434Z [00:02:41.522]➜  packagefile github.com/cockroachdb/pebble/v2/vfs=/tmp/go-build548448651/b606/_pkg_.a
2025-08-20T21:26:27.4010026Z [00:02:41.522]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build548448651/b387/_pkg_.a
2025-08-20T21:26:27.4011022Z [00:02:41.522]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:27.4011854Z [00:02:41.522]➜  packagefile math/rand/v2=/tmp/go-build548448651/b104/_pkg_.a
2025-08-20T21:26:27.4012667Z [00:02:41.522]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:27.4014657Z [00:02:41.522]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:27.4015517Z [00:02:41.522]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:27.4016300Z [00:02:41.522]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:27.4017074Z [00:02:41.522]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:27.4017829Z [00:02:41.522]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:27.4018757Z [00:02:41.522]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:27.4019367Z [00:02:41.522]➜  EOF
2025-08-20T21:26:27.4028737Z [00:02:41.525]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b651/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/wal=>github.com/cockroachdb/pebble/v2@v2.0.6/wal;$WORK/b651=>" -p github.com/cockroachdb/pebble/v2/wal -lang=go1.22 -complete -installsuffix shared -buildid iTtgh-sgQyX_97bhU-AH/iTtgh-sgQyX_97bhU-AH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b651/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/wal/failover_manager.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/wal/failover_writer.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/wal/log_recycler.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/wal/reader.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/wal/standalone_manager.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/wal/wal.go
2025-08-20T21:26:27.4048483Z [00:02:41.527]➜  go tool buildid -w $WORK/b679/_pkg_.a # internal
2025-08-20T21:26:27.4091793Z [00:02:41.531]➜  cp $WORK/b679/_pkg_.a /root/.cache/go-build/2f/2f31fe80b52ae1b27b22cd202fc4a790108c413389d532aba39f40db805479f3-d # internal
2025-08-20T21:26:27.4099735Z [00:02:41.532]➜  github.com/ipfs/go-unixfsnode/hamt
2025-08-20T21:26:27.4100423Z [00:02:41.532]➜  mkdir -p $WORK/b680/
2025-08-20T21:26:27.4101188Z [00:02:41.532]➜  cat >/tmp/go-build548448651/b680/importcfg << 'EOF' # internal
2025-08-20T21:26:27.4101902Z [00:02:41.532]➜  # import config
2025-08-20T21:26:27.4102547Z [00:02:41.532]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:27.4105910Z [00:02:41.532]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:27.4107624Z [00:02:41.533]➜  packagefile github.com/ipfs/go-bitfield=/tmp/go-build548448651/b476/_pkg_.a
2025-08-20T21:26:27.4110732Z [00:02:41.533]➜  packagefile github.com/ipfs/go-unixfsnode/data=/tmp/go-build548448651/b675/_pkg_.a
2025-08-20T21:26:27.4112453Z [00:02:41.533]➜  packagefile github.com/ipfs/go-unixfsnode/iter=/tmp/go-build548448651/b677/_pkg_.a
2025-08-20T21:26:27.4114107Z [00:02:41.533]➜  packagefile github.com/ipld/go-codec-dagpb=/tmp/go-build548448651/b366/_pkg_.a
2025-08-20T21:26:27.4115953Z [00:02:41.533]➜  packagefile github.com/ipld/go-ipld-prime=/tmp/go-build548448651/b334/_pkg_.a
2025-08-20T21:26:27.4118000Z [00:02:41.533]➜  packagefile github.com/ipld/go-ipld-prime/schema=/tmp/go-build548448651/b345/_pkg_.a
2025-08-20T21:26:27.4119689Z [00:02:41.533]➜  packagefile github.com/spaolacci/murmur3=/tmp/go-build548448651/b249/_pkg_.a
2025-08-20T21:26:27.4121762Z [00:02:41.533]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:27.4122392Z [00:02:41.533]➜  EOF
2025-08-20T21:26:27.4126814Z [00:02:41.533]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b680/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-unixfsnode@v1.10.1/hamt=>github.com/ipfs/go-unixfsnode@v1.10.1/hamt;$WORK/b680=>" -p github.com/ipfs/go-unixfsnode/hamt -lang=go1.23 -complete -installsuffix shared -buildid NQB5RBYI9juqh02VRIbI/NQB5RBYI9juqh02VRIbI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b680/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-unixfsnode@v1.10.1/hamt/errors.go /root/go/pkg/mod/github.com/ipfs/go-unixfsnode@v1.10.1/hamt/shardeddir.go /root/go/pkg/mod/github.com/ipfs/go-unixfsnode@v1.10.1/hamt/util.go
2025-08-20T21:26:27.4628256Z [00:02:41.585]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e
2025-08-20T21:26:27.4632358Z [00:02:41.585]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b639=/tmp/go-build -gno-record-gcc-switches -I $WORK/b639/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e=/_/github.com/DataDog/zstd@v1.5.6-0.20230824185856-869dae002e5e -frandom-seed=Oy3-PWRcNZLWC5EgVEcV -o $WORK/b639/_x014.o -c fse_decompress.c
2025-08-20T21:26:27.4904590Z [00:02:41.613]➜  go tool buildid -w $WORK/b680/_pkg_.a # internal
2025-08-20T21:26:27.4926386Z [00:02:41.615]➜  cp $WORK/b680/_pkg_.a /root/.cache/go-build/83/832a1544351864cac6579337bdb8974334dacd1aa14f93d9437d9c463a0fc307-d # internal
2025-08-20T21:26:27.4935337Z [00:02:41.615]➜  github.com/ipfs/go-unixfsnode
2025-08-20T21:26:27.4935927Z [00:02:41.615]➜  mkdir -p $WORK/b674/
2025-08-20T21:26:27.4936566Z [00:02:41.616]➜  cat >/tmp/go-build548448651/b674/importcfg << 'EOF' # internal
2025-08-20T21:26:27.4937243Z [00:02:41.616]➜  # import config
2025-08-20T21:26:27.4937907Z [00:02:41.616]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:27.4939050Z [00:02:41.616]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:27.4940192Z [00:02:41.616]➜  packagefile github.com/ipfs/go-unixfsnode/data=/tmp/go-build548448651/b675/_pkg_.a
2025-08-20T21:26:27.4941429Z [00:02:41.616]➜  packagefile github.com/ipfs/go-unixfsnode/directory=/tmp/go-build548448651/b676/_pkg_.a
2025-08-20T21:26:27.4942717Z [00:02:41.616]➜  packagefile github.com/ipfs/go-unixfsnode/file=/tmp/go-build548448651/b679/_pkg_.a
2025-08-20T21:26:27.4943886Z [00:02:41.616]➜  packagefile github.com/ipfs/go-unixfsnode/hamt=/tmp/go-build548448651/b680/_pkg_.a
2025-08-20T21:26:27.4945006Z [00:02:41.616]➜  packagefile github.com/ipfs/go-unixfsnode/iter=/tmp/go-build548448651/b677/_pkg_.a
2025-08-20T21:26:27.4946104Z [00:02:41.616]➜  packagefile github.com/ipfs/go-unixfsnode/utils=/tmp/go-build548448651/b678/_pkg_.a
2025-08-20T21:26:27.4947597Z [00:02:41.616]➜  packagefile github.com/ipld/go-codec-dagpb=/tmp/go-build548448651/b366/_pkg_.a
2025-08-20T21:26:27.4949602Z [00:02:41.616]➜  packagefile github.com/ipld/go-ipld-prime=/tmp/go-build548448651/b334/_pkg_.a
2025-08-20T21:26:27.4950846Z [00:02:41.616]➜  packagefile github.com/ipld/go-ipld-prime/datamodel=/tmp/go-build548448651/b336/_pkg_.a
2025-08-20T21:26:27.4952057Z [00:02:41.616]➜  packagefile github.com/ipld/go-ipld-prime/linking=/tmp/go-build548448651/b338/_pkg_.a
2025-08-20T21:26:27.4953336Z [00:02:41.616]➜  packagefile github.com/ipld/go-ipld-prime/node/basicnode=/tmp/go-build548448651/b340/_pkg_.a
2025-08-20T21:26:27.4954567Z [00:02:41.616]➜  packagefile github.com/ipld/go-ipld-prime/schema=/tmp/go-build548448651/b345/_pkg_.a
2025-08-20T21:26:27.4955749Z [00:02:41.616]➜  packagefile github.com/ipld/go-ipld-prime/traversal=/tmp/go-build548448651/b363/_pkg_.a
2025-08-20T21:26:27.4957046Z [00:02:41.616]➜  packagefile github.com/ipld/go-ipld-prime/traversal/selector=/tmp/go-build548448651/b365/_pkg_.a
2025-08-20T21:26:27.4958446Z [00:02:41.616]➜  packagefile github.com/ipld/go-ipld-prime/traversal/selector/builder=/tmp/go-build548448651/b528/_pkg_.a
2025-08-20T21:26:27.4960098Z [00:02:41.616]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:27.4960880Z [00:02:41.616]➜  EOF
2025-08-20T21:26:27.4961413Z [00:02:41.616]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:27.4966112Z [00:02:41.616]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b674/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-unixfsnode@v1.10.1=>github.com/ipfs/go-unixfsnode@v1.10.1;$WORK/b674=>" -p github.com/ipfs/go-unixfsnode -lang=go1.23 -complete -installsuffix shared -buildid vX6ngLGebxkTHPwLMXKU/vX6ngLGebxkTHPwLMXKU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b674/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-unixfsnode@v1.10.1/pathpbnode.go /root/go/pkg/mod/github.com/ipfs/go-unixfsnode@v1.10.1/reification.go /root/go/pkg/mod/github.com/ipfs/go-unixfsnode@v1.10.1/signaling.go
2025-08-20T21:26:27.5112504Z [00:02:41.633]➜  go tool buildid -w $WORK/b634/_pkg_.a # internal
2025-08-20T21:26:27.5131462Z [00:02:41.635]➜  cp $WORK/b634/_pkg_.a /root/.cache/go-build/84/84eb511fd41f848bdf8044263b538dc1e9022c7618396bad8b7551a0b3d7d019-d # internal
2025-08-20T21:26:27.5145767Z [00:02:41.636]➜  github.com/cockroachdb/pebble/v2/objstorage/objstorageprovider
2025-08-20T21:26:27.5146604Z [00:02:41.636]➜  mkdir -p $WORK/b632/
2025-08-20T21:26:27.5147353Z [00:02:41.636]➜  cat >/tmp/go-build548448651/b632/importcfg << 'EOF' # internal
2025-08-20T21:26:27.5148042Z [00:02:41.636]➜  # import config
2025-08-20T21:26:27.5148898Z [00:02:41.636]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:27.5149747Z [00:02:41.636]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:27.5150564Z [00:02:41.636]➜  packagefile cmp=/tmp/go-build548448651/b051/_pkg_.a
2025-08-20T21:26:27.5151391Z [00:02:41.636]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:27.5152292Z [00:02:41.636]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:27.5153369Z [00:02:41.636]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:27.5154553Z [00:02:41.636]➜  packagefile github.com/cockroachdb/errors=/tmp/go-build548448651/b536/_pkg_.a
2025-08-20T21:26:27.5155789Z [00:02:41.636]➜  packagefile github.com/cockroachdb/errors/oserror=/tmp/go-build548448651/b599/_pkg_.a
2025-08-20T21:26:27.5157141Z [00:02:41.636]➜  packagefile github.com/cockroachdb/pebble/v2/internal/base=/tmp/go-build548448651/b602/_pkg_.a
2025-08-20T21:26:27.5160737Z [00:02:41.636]➜  packagefile github.com/cockroachdb/pebble/v2/internal/invariants=/tmp/go-build548448651/b604/_pkg_.a
2025-08-20T21:26:27.5162188Z [00:02:41.636]➜  packagefile github.com/cockroachdb/pebble/v2/objstorage=/tmp/go-build548448651/b629/_pkg_.a
2025-08-20T21:26:27.5163828Z [00:02:41.636]➜  packagefile github.com/cockroachdb/pebble/v2/objstorage/objstorageprovider/objiotracing=/tmp/go-build548448651/b633/_pkg_.a
2025-08-20T21:26:27.5165718Z [00:02:41.636]➜  packagefile github.com/cockroachdb/pebble/v2/objstorage/objstorageprovider/remoteobjcat=/tmp/go-build548448651/b634/_pkg_.a
2025-08-20T21:26:27.5167723Z [00:02:41.636]➜  packagefile github.com/cockroachdb/pebble/v2/objstorage/objstorageprovider/sharedcache=/tmp/go-build548448651/b630/_pkg_.a
2025-08-20T21:26:27.5169622Z [00:02:41.636]➜  packagefile github.com/cockroachdb/pebble/v2/objstorage/remote=/tmp/go-build548448651/b631/_pkg_.a
2025-08-20T21:26:27.5170974Z [00:02:41.636]➜  packagefile github.com/cockroachdb/pebble/v2/vfs=/tmp/go-build548448651/b606/_pkg_.a
2025-08-20T21:26:27.5172197Z [00:02:41.636]➜  packagefile github.com/cockroachdb/redact=/tmp/go-build548448651/b545/_pkg_.a
2025-08-20T21:26:27.5173189Z [00:02:41.636]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:27.5174005Z [00:02:41.636]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:27.5174819Z [00:02:41.636]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:27.5175675Z [00:02:41.636]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:27.5176485Z [00:02:41.637]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:27.5177478Z [00:02:41.637]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:27.5178118Z [00:02:41.637]➜  EOF
2025-08-20T21:26:27.5190136Z [00:02:41.638]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b632/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/objstorage/objstorageprovider=>github.com/cockroachdb/pebble/v2@v2.0.6/objstorage/objstorageprovider;$WORK/b632=>" -p github.com/cockroachdb/pebble/v2/objstorage/objstorageprovider -lang=go1.22 -complete -installsuffix shared -buildid EIViHObqt2nFBTqhlJPa/EIViHObqt2nFBTqhlJPa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b632/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/objstorage/objstorageprovider/provider.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/objstorage/objstorageprovider/readahead.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/objstorage/objstorageprovider/remote.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/objstorage/objstorageprovider/remote_backing.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/objstorage/objstorageprovider/remote_obj_name.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/objstorage/objstorageprovider/remote_readable.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/objstorage/objstorageprovider/shared_writable.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/objstorage/objstorageprovider/vfs.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/objstorage/objstorageprovider/vfs_readable.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/objstorage/objstorageprovider/vfs_writable.go
2025-08-20T21:26:27.5539051Z [00:02:41.676]➜  go tool buildid -w $WORK/b674/_pkg_.a # internal
2025-08-20T21:26:27.5553245Z [00:02:41.678]➜  cp $WORK/b674/_pkg_.a /root/.cache/go-build/fa/fa31a2d73fb9d9d2b07b2a5cb5c5cb5c63c9e5e002ac6d88f94ff470da5bfc6a-d # internal
2025-08-20T21:26:27.5570714Z [00:02:41.679]➜  github.com/ipld/go-car/v2/index
2025-08-20T21:26:27.5600608Z [00:02:41.680]➜  mkdir -p $WORK/b682/
2025-08-20T21:26:27.5601421Z [00:02:41.681]➜  cat >/tmp/go-build548448651/b682/importcfg << 'EOF' # internal
2025-08-20T21:26:27.5602164Z [00:02:41.681]➜  # import config
2025-08-20T21:26:27.5602835Z [00:02:41.681]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:27.5603698Z [00:02:41.681]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:27.5604544Z [00:02:41.681]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:27.5605309Z [00:02:41.681]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:27.5606184Z [00:02:41.681]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:27.5607295Z [00:02:41.681]➜  packagefile github.com/ipld/go-car/v2/internal/io=/tmp/go-build548448651/b683/_pkg_.a
2025-08-20T21:26:27.5608670Z [00:02:41.681]➜  packagefile github.com/multiformats/go-multicodec=/tmp/go-build548448651/b327/_pkg_.a
2025-08-20T21:26:27.5609909Z [00:02:41.681]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build548448651/b235/_pkg_.a
2025-08-20T21:26:27.5611324Z [00:02:41.681]➜  packagefile github.com/multiformats/go-varint=/tmp/go-build548448651/b254/_pkg_.a
2025-08-20T21:26:27.5612471Z [00:02:41.681]➜  packagefile github.com/petar/GoLLRB/llrb=/tmp/go-build548448651/b684/_pkg_.a
2025-08-20T21:26:27.5613607Z [00:02:41.681]➜  packagefile github.com/whyrusleeping/cbor/go=/tmp/go-build548448651/b685/_pkg_.a
2025-08-20T21:26:27.5614566Z [00:02:41.681]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:27.5615327Z [00:02:41.681]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:27.5615917Z [00:02:41.681]➜  EOF
2025-08-20T21:26:27.5621929Z [00:02:41.681]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b682/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipld/go-car/v2@v2.14.3/index=>github.com/ipld/go-car/v2@v2.14.3/index;$WORK/b682=>" -p github.com/ipld/go-car/v2/index -lang=go1.23 -complete -installsuffix shared -buildid 5dMlB2m3JzHpiicp8GsS/5dMlB2m3JzHpiicp8GsS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b682/importcfg -pack /root/go/pkg/mod/github.com/ipld/go-car/v2@v2.14.3/index/doc.go /root/go/pkg/mod/github.com/ipld/go-car/v2@v2.14.3/index/errors.go /root/go/pkg/mod/github.com/ipld/go-car/v2@v2.14.3/index/index.go /root/go/pkg/mod/github.com/ipld/go-car/v2@v2.14.3/index/indexsorted.go /root/go/pkg/mod/github.com/ipld/go-car/v2@v2.14.3/index/insertionindex.go /root/go/pkg/mod/github.com/ipld/go-car/v2@v2.14.3/index/mhindexsorted.go
2025-08-20T21:26:27.6477543Z [00:02:41.770]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e
2025-08-20T21:26:27.6481837Z [00:02:41.770]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b639=/tmp/go-build -gno-record-gcc-switches -I $WORK/b639/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e=/_/github.com/DataDog/zstd@v1.5.6-0.20230824185856-869dae002e5e -frandom-seed=Oy3-PWRcNZLWC5EgVEcV -o $WORK/b639/_x015.o -c hist.c
2025-08-20T21:26:27.7586336Z [00:02:41.881]➜  go tool buildid -w $WORK/b682/_pkg_.a # internal
2025-08-20T21:26:27.7640708Z [00:02:41.886]➜  cp $WORK/b682/_pkg_.a /root/.cache/go-build/4a/4a89c21a6eb886ec35af39f3c53f4c40cbb59870c3a246b29666711e9cb89623-d # internal
2025-08-20T21:26:27.7655564Z [00:02:41.888]➜  github.com/polydawn/refmt
2025-08-20T21:26:27.7657648Z [00:02:41.888]➜  mkdir -p $WORK/b689/
2025-08-20T21:26:27.7658348Z [00:02:41.888]➜  cat >/tmp/go-build548448651/b689/importcfg << 'EOF' # internal
2025-08-20T21:26:27.7659158Z [00:02:41.888]➜  # import config
2025-08-20T21:26:27.7659921Z [00:02:41.888]➜  packagefile github.com/polydawn/refmt/cbor=/tmp/go-build548448651/b486/_pkg_.a
2025-08-20T21:26:27.7661000Z [00:02:41.888]➜  packagefile github.com/polydawn/refmt/json=/tmp/go-build548448651/b357/_pkg_.a
2025-08-20T21:26:27.7662190Z [00:02:41.888]➜  packagefile github.com/polydawn/refmt/obj=/tmp/go-build548448651/b358/_pkg_.a
2025-08-20T21:26:27.7663286Z [00:02:41.888]➜  packagefile github.com/polydawn/refmt/obj/atlas=/tmp/go-build548448651/b359/_pkg_.a
2025-08-20T21:26:27.7664351Z [00:02:41.888]➜  packagefile github.com/polydawn/refmt/shared=/tmp/go-build548448651/b361/_pkg_.a
2025-08-20T21:26:27.7665214Z [00:02:41.888]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:27.7665745Z [00:02:41.888]➜  EOF
2025-08-20T21:26:27.7666220Z [00:02:41.888]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:27.7671248Z [00:02:41.888]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b689/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0=>github.com/polydawn/refmt@v0.89.0;$WORK/b689=>" -p github.com/polydawn/refmt -lang=go1.16 -complete -installsuffix shared -buildid i84_7fhadkdsJBi4NS9Y/i84_7fhadkdsJBi4NS9Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b689/importcfg -pack /root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/cloneHelpers.go /root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/doc.go /root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/marshalHelpers.go /root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/unmarshalHelpers.go
2025-08-20T21:26:27.7885037Z [00:02:41.910]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e
2025-08-20T21:26:27.7891146Z [00:02:41.910]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b639=/tmp/go-build -gno-record-gcc-switches -I $WORK/b639/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e=/_/github.com/DataDog/zstd@v1.5.6-0.20230824185856-869dae002e5e -frandom-seed=Oy3-PWRcNZLWC5EgVEcV -o $WORK/b639/_x016.o -c huf_compress.c
2025-08-20T21:26:27.7902922Z [00:02:41.913]➜  go tool buildid -w $WORK/b651/_pkg_.a # internal
2025-08-20T21:26:27.8051742Z [00:02:41.927]➜  cp $WORK/b651/_pkg_.a /root/.cache/go-build/21/218939212d463a194a53fcbf6acb85554ff71b040ee7a3f2bfdf3a092f65a641-d # internal
2025-08-20T21:26:27.8055993Z [00:02:41.927]➜  github.com/polydawn/refmt/pretty
2025-08-20T21:26:27.8056581Z [00:02:41.927]➜  mkdir -p $WORK/b690/
2025-08-20T21:26:27.8061736Z [00:02:41.928]➜  cat >/tmp/go-build548448651/b690/importcfg << 'EOF' # internal
2025-08-20T21:26:27.8069653Z [00:02:41.928]➜  # import config
2025-08-20T21:26:27.8070380Z [00:02:41.928]➜  packagefile encoding/hex=/tmp/go-build548448651/b157/_pkg_.a
2025-08-20T21:26:27.8071226Z [00:02:41.928]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:27.8072194Z [00:02:41.928]➜  packagefile github.com/polydawn/refmt/tok=/tmp/go-build548448651/b360/_pkg_.a
2025-08-20T21:26:27.8073309Z [00:02:41.928]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:27.8074121Z [00:02:41.928]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:27.8074969Z [00:02:41.929]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:27.8075613Z [00:02:41.929]➜  EOF
2025-08-20T21:26:27.8076099Z [00:02:41.929]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:27.8080815Z [00:02:41.929]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b690/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/pretty=>github.com/polydawn/refmt@v0.89.0/pretty;$WORK/b690=>" -p github.com/polydawn/refmt/pretty -lang=go1.16 -complete -installsuffix shared -buildid IFmuZVG7Ol-ZJMb90YZD/IFmuZVG7Ol-ZJMb90YZD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b690/importcfg -pack /root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/pretty/prettyCommon.go /root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/pretty/prettyEncoder.go /root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/pretty/prettyEncoderTerminals.go
2025-08-20T21:26:27.8173192Z [00:02:41.940]➜  go tool buildid -w $WORK/b632/_pkg_.a # internal
2025-08-20T21:26:27.8174462Z [00:02:41.940]➜  go tool buildid -w $WORK/b689/_pkg_.a # internal
2025-08-20T21:26:27.8200827Z [00:02:41.942]➜  cp $WORK/b689/_pkg_.a /root/.cache/go-build/db/db584a88e1f4b17adbdbb415375506ab836bdbbb029233fd0a80f84664902692-d # internal
2025-08-20T21:26:27.8202096Z [00:02:41.942]➜  github.com/ipfs/go-ipld-cbor/encoding
2025-08-20T21:26:27.8202738Z [00:02:41.943]➜  mkdir -p $WORK/b688/
2025-08-20T21:26:27.8217021Z [00:02:41.944]➜  cat >/tmp/go-build548448651/b688/importcfg << 'EOF' # internal
2025-08-20T21:26:27.8217901Z [00:02:41.944]➜  # import config
2025-08-20T21:26:27.8218885Z [00:02:41.944]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:27.8220009Z [00:02:41.944]➜  packagefile github.com/polydawn/refmt=/tmp/go-build548448651/b689/_pkg_.a
2025-08-20T21:26:27.8221304Z [00:02:41.944]➜  packagefile github.com/polydawn/refmt/cbor=/tmp/go-build548448651/b486/_pkg_.a
2025-08-20T21:26:27.8222682Z [00:02:41.944]➜  packagefile github.com/polydawn/refmt/obj/atlas=/tmp/go-build548448651/b359/_pkg_.a
2025-08-20T21:26:27.8223867Z [00:02:41.944]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:27.8225044Z [00:02:41.944]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:27.8225796Z [00:02:41.944]➜  EOF
2025-08-20T21:26:27.8230832Z [00:02:41.944]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b688/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-ipld-cbor@v0.2.1/encoding=>github.com/ipfs/go-ipld-cbor@v0.2.1/encoding;$WORK/b688=>" -p github.com/ipfs/go-ipld-cbor/encoding -lang=go1.23 -complete -installsuffix shared -buildid xBPwIkkE1pkDzxKvh6TR/xBPwIkkE1pkDzxKvh6TR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b688/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-ipld-cbor@v0.2.1/encoding/cloner.go /root/go/pkg/mod/github.com/ipfs/go-ipld-cbor@v0.2.1/encoding/marshaller.go /root/go/pkg/mod/github.com/ipfs/go-ipld-cbor@v0.2.1/encoding/unmarshaller.go
2025-08-20T21:26:27.8236066Z [00:02:41.946]➜  cp $WORK/b632/_pkg_.a /root/.cache/go-build/e4/e4c73a86a96485964e587001c89e0ae435e634f1f81ad4280703b8f4b1175a2a-d # internal
2025-08-20T21:26:27.8237216Z [00:02:41.946]➜  golang.org/x/xerrors
2025-08-20T21:26:27.8237766Z [00:02:41.946]➜  mkdir -p $WORK/b692/
2025-08-20T21:26:27.8245486Z [00:02:41.947]➜  cat >/tmp/go-build548448651/b692/importcfg << 'EOF' # internal
2025-08-20T21:26:27.8255079Z [00:02:41.947]➜  # import config
2025-08-20T21:26:27.8255783Z [00:02:41.947]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:27.8256604Z [00:02:41.947]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:27.8257373Z [00:02:41.947]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:27.8258290Z [00:02:41.947]➜  packagefile golang.org/x/xerrors/internal=/tmp/go-build548448651/b693/_pkg_.a
2025-08-20T21:26:27.8260689Z [00:02:41.947]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:27.8261832Z [00:02:41.947]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:27.8262684Z [00:02:41.947]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:27.8263546Z [00:02:41.947]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:27.8264386Z [00:02:41.947]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:27.8265195Z [00:02:41.947]➜  packagefile unicode=/tmp/go-build548448651/b041/_pkg_.a
2025-08-20T21:26:27.8266054Z [00:02:41.947]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:27.8266714Z [00:02:41.947]➜  EOF
2025-08-20T21:26:27.8275115Z [00:02:41.949]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b692/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/xerrors@v0.0.0-20240903120638-7835f813f4da=>golang.org/x/xerrors@v0.0.0-20240903120638-7835f813f4da;$WORK/b692=>" -p golang.org/x/xerrors -lang=go1.18 -complete -installsuffix shared -buildid Dq6snAX2EyyhAgUiZFfC/Dq6snAX2EyyhAgUiZFfC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b692/importcfg -pack /root/go/pkg/mod/golang.org/x/xerrors@v0.0.0-20240903120638-7835f813f4da/adaptor.go /root/go/pkg/mod/golang.org/x/xerrors@v0.0.0-20240903120638-7835f813f4da/doc.go /root/go/pkg/mod/golang.org/x/xerrors@v0.0.0-20240903120638-7835f813f4da/errors.go /root/go/pkg/mod/golang.org/x/xerrors@v0.0.0-20240903120638-7835f813f4da/fmt.go /root/go/pkg/mod/golang.org/x/xerrors@v0.0.0-20240903120638-7835f813f4da/format.go /root/go/pkg/mod/golang.org/x/xerrors@v0.0.0-20240903120638-7835f813f4da/frame.go /root/go/pkg/mod/golang.org/x/xerrors@v0.0.0-20240903120638-7835f813f4da/wrap.go
2025-08-20T21:26:27.8621636Z [00:02:41.984]➜  go tool buildid -w $WORK/b690/_pkg_.a # internal
2025-08-20T21:26:27.8639526Z [00:02:41.984]➜  cp $WORK/b690/_pkg_.a /root/.cache/go-build/cf/cf7436a98b0deab8511e75b82e045886ec7d5bc1eaa83aea06691501799d2bfe-d # internal
2025-08-20T21:26:27.8640894Z [00:02:41.986]➜  github.com/ipld/go-car/v2/internal/carv1/util
2025-08-20T21:26:27.8641547Z [00:02:41.986]➜  mkdir -p $WORK/b694/
2025-08-20T21:26:27.8642261Z [00:02:41.986]➜  cat >/tmp/go-build548448651/b694/importcfg << 'EOF' # internal
2025-08-20T21:26:27.8643128Z [00:02:41.986]➜  # import config
2025-08-20T21:26:27.8643787Z [00:02:41.986]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:27.8644739Z [00:02:41.986]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:27.8645855Z [00:02:41.986]➜  packagefile github.com/ipld/go-car/v2/internal/io=/tmp/go-build548448651/b683/_pkg_.a
2025-08-20T21:26:27.8647034Z [00:02:41.986]➜  packagefile github.com/multiformats/go-varint=/tmp/go-build548448651/b254/_pkg_.a
2025-08-20T21:26:27.8647979Z [00:02:41.986]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:27.8649875Z [00:02:41.986]➜  EOF
2025-08-20T21:26:27.8653859Z [00:02:41.986]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b694/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipld/go-car/v2@v2.14.3/internal/carv1/util=>github.com/ipld/go-car/v2@v2.14.3/internal/carv1/util;$WORK/b694=>" -p github.com/ipld/go-car/v2/internal/carv1/util -lang=go1.23 -complete -installsuffix shared -buildid PBlQ5f0j8SoKAEh3rNak/PBlQ5f0j8SoKAEh3rNak -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b694/importcfg -pack /root/go/pkg/mod/github.com/ipld/go-car/v2@v2.14.3/internal/carv1/util/util.go
2025-08-20T21:26:27.8722622Z [00:02:41.995]➜  go tool buildid -w $WORK/b688/_pkg_.a # internal
2025-08-20T21:26:27.8753906Z [00:02:41.998]➜  cp $WORK/b688/_pkg_.a /root/.cache/go-build/76/766194d514a0fab46587091e23adb4a2e95894d195c6937a8fc7749019a2bade-d # internal
2025-08-20T21:26:27.8764293Z [00:02:41.998]➜  github.com/ipld/go-car/v2/internal/loader
2025-08-20T21:26:27.8764976Z [00:02:41.998]➜  mkdir -p $WORK/b695/
2025-08-20T21:26:27.8776263Z [00:02:42.000]➜  cat >/tmp/go-build548448651/b695/importcfg << 'EOF' # internal
2025-08-20T21:26:27.8781064Z [00:02:42.000]➜  # import config
2025-08-20T21:26:27.8781961Z [00:02:42.000]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:27.8783016Z [00:02:42.000]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:27.8784218Z [00:02:42.000]➜  packagefile github.com/ipld/go-car/v2/index=/tmp/go-build548448651/b682/_pkg_.a
2025-08-20T21:26:27.8785406Z [00:02:42.000]➜  packagefile github.com/ipld/go-ipld-prime=/tmp/go-build548448651/b334/_pkg_.a
2025-08-20T21:26:27.8786646Z [00:02:42.000]➜  packagefile github.com/ipld/go-ipld-prime/linking=/tmp/go-build548448651/b338/_pkg_.a
2025-08-20T21:26:27.8787965Z [00:02:42.000]➜  packagefile github.com/multiformats/go-multicodec=/tmp/go-build548448651/b327/_pkg_.a
2025-08-20T21:26:27.8789433Z [00:02:42.000]➜  packagefile github.com/multiformats/go-varint=/tmp/go-build548448651/b254/_pkg_.a
2025-08-20T21:26:27.8790558Z [00:02:42.000]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:27.8791229Z [00:02:42.000]➜  EOF
2025-08-20T21:26:27.8795853Z [00:02:42.000]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b695/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipld/go-car/v2@v2.14.3/internal/loader=>github.com/ipld/go-car/v2@v2.14.3/internal/loader;$WORK/b695=>" -p github.com/ipld/go-car/v2/internal/loader -lang=go1.23 -complete -installsuffix shared -buildid sD86jfrZBOdcuk3p6zMQ/sD86jfrZBOdcuk3p6zMQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b695/importcfg -pack /root/go/pkg/mod/github.com/ipld/go-car/v2@v2.14.3/internal/loader/counting_loader.go /root/go/pkg/mod/github.com/ipld/go-car/v2@v2.14.3/internal/loader/writing_loader.go
2025-08-20T21:26:27.8952714Z [00:02:42.018]➜  go tool buildid -w $WORK/b692/_pkg_.a # internal
2025-08-20T21:26:27.8967117Z [00:02:42.019]➜  cp $WORK/b692/_pkg_.a /root/.cache/go-build/3d/3df54300b5d5065b977bb0381f10e6ba7a74406151dbfe0c5cc63c57dd0f9ca6-d # internal
2025-08-20T21:26:27.8977153Z [00:02:42.020]➜  github.com/whyrusleeping/cbor-gen
2025-08-20T21:26:27.8978370Z [00:02:42.020]➜  mkdir -p $WORK/b691/
2025-08-20T21:26:27.8984697Z [00:02:42.020]➜  cat >/tmp/go-build548448651/b691/importcfg << 'EOF' # internal
2025-08-20T21:26:27.8985419Z [00:02:42.020]➜  # import config
2025-08-20T21:26:27.8986344Z [00:02:42.020]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:27.8987190Z [00:02:42.020]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:27.8988058Z [00:02:42.020]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:27.8992031Z [00:02:42.020]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:27.8992920Z [00:02:42.020]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:27.8994372Z [00:02:42.020]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:27.8998408Z [00:02:42.020]➜  packagefile go/format=/tmp/go-build548448651/b346/_pkg_.a
2025-08-20T21:26:27.8999559Z [00:02:42.020]➜  packagefile golang.org/x/xerrors=/tmp/go-build548448651/b692/_pkg_.a
2025-08-20T21:26:27.9000607Z [00:02:42.020]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:27.9001649Z [00:02:42.020]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:27.9004106Z [00:02:42.020]➜  packagefile math/big=/tmp/go-build548448651/b108/_pkg_.a
2025-08-20T21:26:27.9005011Z [00:02:42.020]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:27.9022494Z [00:02:42.020]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:27.9025300Z [00:02:42.020]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:27.9028927Z [00:02:42.020]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:27.9040020Z [00:02:42.020]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:27.9040899Z [00:02:42.020]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:27.9042007Z [00:02:42.020]➜  packagefile text/template=/tmp/go-build548448651/b381/_pkg_.a
2025-08-20T21:26:27.9042955Z [00:02:42.020]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:27.9043689Z [00:02:42.020]➜  EOF
2025-08-20T21:26:27.9052207Z [00:02:42.020]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b691/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/whyrusleeping/cbor-gen@v0.3.1=>github.com/whyrusleeping/cbor-gen@v0.3.1;$WORK/b691=>" -p github.com/whyrusleeping/cbor-gen -lang=go1.18 -complete -installsuffix shared -buildid _bb_FHqkyI62an7rao24/_bb_FHqkyI62an7rao24 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b691/importcfg -pack /root/go/pkg/mod/github.com/whyrusleeping/cbor-gen@v0.3.1/cbor_cid.go /root/go/pkg/mod/github.com/whyrusleeping/cbor-gen@v0.3.1/deferred.go /root/go/pkg/mod/github.com/whyrusleeping/cbor-gen@v0.3.1/gen.go /root/go/pkg/mod/github.com/whyrusleeping/cbor-gen@v0.3.1/helper_types.go /root/go/pkg/mod/github.com/whyrusleeping/cbor-gen@v0.3.1/io.go /root/go/pkg/mod/github.com/whyrusleeping/cbor-gen@v0.3.1/links.go /root/go/pkg/mod/github.com/whyrusleeping/cbor-gen@v0.3.1/package.go /root/go/pkg/mod/github.com/whyrusleeping/cbor-gen@v0.3.1/peeker.go /root/go/pkg/mod/github.com/whyrusleeping/cbor-gen@v0.3.1/utils.go /root/go/pkg/mod/github.com/whyrusleeping/cbor-gen@v0.3.1/validate.go /root/go/pkg/mod/github.com/whyrusleeping/cbor-gen@v0.3.1/writefile.go
2025-08-20T21:26:27.9060437Z [00:02:42.022]➜  go tool buildid -w $WORK/b694/_pkg_.a # internal
2025-08-20T21:26:27.9061733Z [00:02:42.023]➜  cp $WORK/b694/_pkg_.a /root/.cache/go-build/98/985d9afca6176a7e9397ea2c4d8fc40df689a0ab33b3903d8a129070ccaea971-d # internal
2025-08-20T21:26:27.9062915Z [00:02:42.024]➜  github.com/ipld/go-ipld-prime/codec/cbor
2025-08-20T21:26:27.9063516Z [00:02:42.024]➜  mkdir -p $WORK/b698/
2025-08-20T21:26:27.9064224Z [00:02:42.025]➜  cat >/tmp/go-build548448651/b698/importcfg << 'EOF' # internal
2025-08-20T21:26:27.9064896Z [00:02:42.025]➜  # import config
2025-08-20T21:26:27.9065753Z [00:02:42.025]➜  packagefile github.com/ipld/go-ipld-prime/codec=/tmp/go-build548448651/b337/_pkg_.a
2025-08-20T21:26:27.9067029Z [00:02:42.025]➜  packagefile github.com/ipld/go-ipld-prime/codec/dagcbor=/tmp/go-build548448651/b485/_pkg_.a
2025-08-20T21:26:27.9068487Z [00:02:42.025]➜  packagefile github.com/ipld/go-ipld-prime/datamodel=/tmp/go-build548448651/b336/_pkg_.a
2025-08-20T21:26:27.9072688Z [00:02:42.025]➜  packagefile github.com/ipld/go-ipld-prime/multicodec=/tmp/go-build548448651/b344/_pkg_.a
2025-08-20T21:26:27.9073738Z [00:02:42.025]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:27.9074441Z [00:02:42.025]➜  EOF
2025-08-20T21:26:27.9078273Z [00:02:42.025]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b698/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/codec/cbor=>github.com/ipld/go-ipld-prime@v0.21.0/codec/cbor;$WORK/b698=>" -p github.com/ipld/go-ipld-prime/codec/cbor -lang=go1.19 -complete -installsuffix shared -buildid fdxFzj5ZX15HatDGw3jC/fdxFzj5ZX15HatDGw3jC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b698/importcfg -pack /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/codec/cbor/multicodec.go
2025-08-20T21:26:27.9154218Z [00:02:42.037]➜  go tool buildid -w $WORK/b695/_pkg_.a # internal
2025-08-20T21:26:27.9156282Z [00:02:42.038]➜  cp $WORK/b695/_pkg_.a /root/.cache/go-build/99/9902f737b31525f102094d007e84dbfd49a6e210fe00a23f8163e62ff3bf569e-d # internal
2025-08-20T21:26:27.9165515Z [00:02:42.039]➜  github.com/ipld/go-ipld-prime/codec/json
2025-08-20T21:26:27.9167498Z [00:02:42.039]➜  mkdir -p $WORK/b699/
2025-08-20T21:26:27.9168483Z [00:02:42.039]➜  cat >/tmp/go-build548448651/b699/importcfg << 'EOF' # internal
2025-08-20T21:26:27.9169654Z [00:02:42.039]➜  # import config
2025-08-20T21:26:27.9170565Z [00:02:42.039]➜  packagefile github.com/ipld/go-ipld-prime/codec=/tmp/go-build548448651/b337/_pkg_.a
2025-08-20T21:26:27.9171835Z [00:02:42.039]➜  packagefile github.com/ipld/go-ipld-prime/codec/dagjson=/tmp/go-build548448651/b356/_pkg_.a
2025-08-20T21:26:27.9173322Z [00:02:42.039]➜  packagefile github.com/ipld/go-ipld-prime/datamodel=/tmp/go-build548448651/b336/_pkg_.a
2025-08-20T21:26:27.9174791Z [00:02:42.039]➜  packagefile github.com/ipld/go-ipld-prime/multicodec=/tmp/go-build548448651/b344/_pkg_.a
2025-08-20T21:26:27.9176055Z [00:02:42.039]➜  packagefile github.com/polydawn/refmt/json=/tmp/go-build548448651/b357/_pkg_.a
2025-08-20T21:26:27.9177024Z [00:02:42.039]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:27.9177652Z [00:02:42.039]➜  EOF
2025-08-20T21:26:27.9203612Z [00:02:42.039]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b699/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/codec/json=>github.com/ipld/go-ipld-prime@v0.21.0/codec/json;$WORK/b699=>" -p github.com/ipld/go-ipld-prime/codec/json -lang=go1.19 -complete -installsuffix shared -buildid M5WQRZjsaudB2nh1-MgP/M5WQRZjsaudB2nh1-MgP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b699/importcfg -pack /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/codec/json/multicodec.go
2025-08-20T21:26:27.9239956Z [00:02:42.046]➜  go tool buildid -w $WORK/b698/_pkg_.a # internal
2025-08-20T21:26:27.9241567Z [00:02:42.046]➜  cp $WORK/b698/_pkg_.a /root/.cache/go-build/a8/a8a971ed1e97df4dddfda84ee40199632fd49405b7c57ffbffa7c17c5c78fcbd-d # internal
2025-08-20T21:26:27.9243335Z [00:02:42.047]➜  github.com/ipld/go-ipld-prime/traversal/selector/parse
2025-08-20T21:26:27.9245678Z [00:02:42.047]➜  mkdir -p $WORK/b700/
2025-08-20T21:26:27.9252745Z [00:02:42.048]➜  cat >/tmp/go-build548448651/b700/importcfg << 'EOF' # internal
2025-08-20T21:26:27.9253692Z [00:02:42.048]➜  # import config
2025-08-20T21:26:27.9254980Z [00:02:42.048]➜  packagefile github.com/ipld/go-ipld-prime/codec/dagjson=/tmp/go-build548448651/b356/_pkg_.a
2025-08-20T21:26:27.9256564Z [00:02:42.048]➜  packagefile github.com/ipld/go-ipld-prime/datamodel=/tmp/go-build548448651/b336/_pkg_.a
2025-08-20T21:26:27.9258077Z [00:02:42.048]➜  packagefile github.com/ipld/go-ipld-prime/node/basicnode=/tmp/go-build548448651/b340/_pkg_.a
2025-08-20T21:26:27.9260708Z [00:02:42.048]➜  packagefile github.com/ipld/go-ipld-prime/traversal/selector=/tmp/go-build548448651/b365/_pkg_.a
2025-08-20T21:26:27.9262057Z [00:02:42.048]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:27.9262699Z [00:02:42.048]➜  EOF
2025-08-20T21:26:27.9266956Z [00:02:42.048]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b700/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/traversal/selector/parse=>github.com/ipld/go-ipld-prime@v0.21.0/traversal/selector/parse;$WORK/b700=>" -p github.com/ipld/go-ipld-prime/traversal/selector/parse -lang=go1.19 -complete -installsuffix shared -buildid EeDNV4altNYIebO2jiNK/EeDNV4altNYIebO2jiNK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b700/importcfg -pack /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/traversal/selector/parse/selector_parse.go
2025-08-20T21:26:27.9323949Z [00:02:42.055]➜  go tool buildid -w $WORK/b699/_pkg_.a # internal
2025-08-20T21:26:27.9331899Z [00:02:42.055]➜  cp $WORK/b699/_pkg_.a /root/.cache/go-build/a1/a1a5ab0e83cbc29c1b82bd652af1cf1b90b04f0d655e10f18451ebfad03609ad-d # internal
2025-08-20T21:26:27.9342880Z [00:02:42.056]➜  github.com/libp2p/go-doh-resolver
2025-08-20T21:26:27.9343503Z [00:02:42.056]➜  mkdir -p $WORK/b701/
2025-08-20T21:26:27.9344216Z [00:02:42.056]➜  cat >/tmp/go-build548448651/b701/importcfg << 'EOF' # internal
2025-08-20T21:26:27.9344884Z [00:02:42.056]➜  # import config
2025-08-20T21:26:27.9345528Z [00:02:42.056]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:27.9346321Z [00:02:42.056]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:27.9347132Z [00:02:42.056]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:27.9347895Z [00:02:42.056]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:27.9349776Z [00:02:42.056]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:27.9350871Z [00:02:42.056]➜  packagefile github.com/miekg/dns=/tmp/go-build548448651/b449/_pkg_.a
2025-08-20T21:26:27.9352061Z [00:02:42.056]➜  packagefile github.com/multiformats/go-multiaddr-dns=/tmp/go-build548448651/b448/_pkg_.a
2025-08-20T21:26:27.9353054Z [00:02:42.056]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:27.9353845Z [00:02:42.056]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:27.9354626Z [00:02:42.056]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:27.9355425Z [00:02:42.056]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:27.9356240Z [00:02:42.056]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:27.9357006Z [00:02:42.056]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:27.9357779Z [00:02:42.056]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:27.9358375Z [00:02:42.056]➜  EOF
2025-08-20T21:26:27.9362526Z [00:02:42.056]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b701/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-doh-resolver@v0.5.0=>github.com/libp2p/go-doh-resolver@v0.5.0;$WORK/b701=>" -p github.com/libp2p/go-doh-resolver -lang=go1.22 -complete -installsuffix shared -buildid qbm76CG_eEXKsId9QSC2/qbm76CG_eEXKsId9QSC2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b701/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-doh-resolver@v0.5.0/request.go /root/go/pkg/mod/github.com/libp2p/go-doh-resolver@v0.5.0/resolver.go
2025-08-20T21:26:27.9471667Z [00:02:42.070]➜  go tool buildid -w $WORK/b700/_pkg_.a # internal
2025-08-20T21:26:27.9479776Z [00:02:42.070]➜  cp $WORK/b700/_pkg_.a /root/.cache/go-build/88/886d0fb7e70356aa033bb819afbcf626de8b0c6d6f800a8c7164d4bdd7ed1c87-d # internal
2025-08-20T21:26:27.9482089Z [00:02:42.071]➜  github.com/felixge/httpsnoop
2025-08-20T21:26:27.9483784Z [00:02:42.071]➜  mkdir -p $WORK/b703/
2025-08-20T21:26:27.9489453Z [00:02:42.071]➜  cat >/tmp/go-build548448651/b703/importcfg << 'EOF' # internal
2025-08-20T21:26:27.9490519Z [00:02:42.071]➜  # import config
2025-08-20T21:26:27.9491652Z [00:02:42.071]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:27.9492929Z [00:02:42.071]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:27.9495389Z [00:02:42.071]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:27.9496234Z [00:02:42.071]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:27.9497138Z [00:02:42.071]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:27.9497756Z [00:02:42.071]➜  EOF
2025-08-20T21:26:27.9502530Z [00:02:42.072]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b703/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/felixge/httpsnoop@v1.0.4=>github.com/felixge/httpsnoop@v1.0.4;$WORK/b703=>" -p github.com/felixge/httpsnoop -lang=go1.13 -complete -installsuffix shared -buildid hqOK6CYia0I8elJ_L6yH/hqOK6CYia0I8elJ_L6yH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b703/importcfg -pack /root/go/pkg/mod/github.com/felixge/httpsnoop@v1.0.4/capture_metrics.go /root/go/pkg/mod/github.com/felixge/httpsnoop@v1.0.4/docs.go /root/go/pkg/mod/github.com/felixge/httpsnoop@v1.0.4/wrap_generated_gteq_1.8.go
2025-08-20T21:26:27.9960750Z [00:02:42.118]➜  go tool buildid -w $WORK/b701/_pkg_.a # internal
2025-08-20T21:26:27.9976449Z [00:02:42.120]➜  cp $WORK/b701/_pkg_.a /root/.cache/go-build/69/69107f0caa5470de390ba2cdcccf0c4d3217ecde39145e40c215ceca4e213085-d # internal
2025-08-20T21:26:27.9985511Z [00:02:42.121]➜  go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/request
2025-08-20T21:26:27.9989052Z [00:02:42.121]➜  mkdir -p $WORK/b704/
2025-08-20T21:26:27.9995749Z [00:02:42.122]➜  cat >/tmp/go-build548448651/b704/importcfg << 'EOF' # internal
2025-08-20T21:26:28.0000085Z [00:02:42.122]➜  # import config
2025-08-20T21:26:28.0001012Z [00:02:42.122]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:28.0005136Z [00:02:42.122]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:28.0006217Z [00:02:42.122]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:28.0006940Z [00:02:42.122]➜  EOF
2025-08-20T21:26:28.0014641Z [00:02:42.122]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b704/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.62.0/internal/request=>go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.62.0/internal/request;$WORK/b704=>" -p go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/request -lang=go1.23 -complete -installsuffix shared -buildid uIc22BzbKCZhLtJEm905/uIc22BzbKCZhLtJEm905 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b704/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.62.0/internal/request/body_wrapper.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.62.0/internal/request/gen.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.62.0/internal/request/resp_writer_wrapper.go
2025-08-20T21:26:28.0329363Z [00:02:42.155]➜  go tool buildid -w $WORK/b704/_pkg_.a # internal
2025-08-20T21:26:28.0353944Z [00:02:42.158]➜  cp $WORK/b704/_pkg_.a /root/.cache/go-build/92/9218eb100a9b9504824e5ab6e0c7c57c9ed868b94559dc858e53e182c1be71eb-d # internal
2025-08-20T21:26:28.0439079Z [00:02:42.166]➜  go.opentelemetry.io/otel/semconv/v1.20.0
2025-08-20T21:26:28.0442435Z [00:02:42.166]➜  mkdir -p $WORK/b707/
2025-08-20T21:26:28.0459814Z [00:02:42.167]➜  cat >/tmp/go-build548448651/b707/importcfg << 'EOF' # internal
2025-08-20T21:26:28.0461272Z [00:02:42.167]➜  # import config
2025-08-20T21:26:28.0462935Z [00:02:42.167]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build548448651/b210/_pkg_.a
2025-08-20T21:26:28.0465256Z [00:02:42.167]➜  EOF
2025-08-20T21:26:28.0472952Z [00:02:42.167]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b707/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.20.0=>go.opentelemetry.io/otel@v1.37.0/semconv/v1.20.0;$WORK/b707=>" -p go.opentelemetry.io/otel/semconv/v1.20.0 -lang=go1.23 -complete -installsuffix shared -buildid t-hswKqDemA19w2bgTUg/t-hswKqDemA19w2bgTUg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b707/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.20.0/attribute_group.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.20.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.20.0/event.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.20.0/exception.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.20.0/http.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.20.0/resource.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.20.0/schema.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.20.0/trace.go
2025-08-20T21:26:28.1794547Z [00:02:42.302]➜  go tool buildid -w $WORK/b703/_pkg_.a # internal
2025-08-20T21:26:28.1941077Z [00:02:42.316]➜  cp $WORK/b703/_pkg_.a /root/.cache/go-build/a9/a9377e5d5561291588fdd3928acd6b576d5ca51677f6ca7cdc560ee9d912ff6e-d # internal
2025-08-20T21:26:28.1973918Z [00:02:42.320]➜  go.opentelemetry.io/otel/metric/noop
2025-08-20T21:26:28.1976885Z [00:02:42.320]➜  mkdir -p $WORK/b708/
2025-08-20T21:26:28.1980270Z [00:02:42.320]➜  cat >/tmp/go-build548448651/b708/importcfg << 'EOF' # internal
2025-08-20T21:26:28.1987131Z [00:02:42.320]➜  # import config
2025-08-20T21:26:28.1987805Z [00:02:42.320]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:28.1988973Z [00:02:42.320]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build548448651/b219/_pkg_.a
2025-08-20T21:26:28.1990178Z [00:02:42.320]➜  packagefile go.opentelemetry.io/otel/metric/embedded=/tmp/go-build548448651/b220/_pkg_.a
2025-08-20T21:26:28.1990985Z [00:02:42.320]➜  EOF
2025-08-20T21:26:28.2005746Z [00:02:42.323]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b708/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.37.0/noop=>go.opentelemetry.io/otel/metric@v1.37.0/noop;$WORK/b708=>" -p go.opentelemetry.io/otel/metric/noop -lang=go1.23 -complete -installsuffix shared -buildid KIWS0GnOLjFQ8Nfcg0K7/KIWS0GnOLjFQ8Nfcg0K7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b708/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.37.0/noop/noop.go
2025-08-20T21:26:28.2095005Z [00:02:42.332]➜  go tool buildid -w $WORK/b691/_pkg_.a # internal
2025-08-20T21:26:28.2140768Z [00:02:42.336]➜  cp $WORK/b691/_pkg_.a /root/.cache/go-build/db/dbb7b1332d5f8fccdc62e0b4bb35d4b35121c74f74fbcb06a034f670c0e90819-d # internal
2025-08-20T21:26:28.2142163Z [00:02:42.336]➜  github.com/ipfs/go-ipld-cbor
2025-08-20T21:26:28.2142929Z [00:02:42.337]➜  mkdir -p $WORK/b687/
2025-08-20T21:26:28.2149079Z [00:02:42.337]➜  cat >/tmp/go-build548448651/b687/importcfg << 'EOF' # internal
2025-08-20T21:26:28.2150119Z [00:02:42.337]➜  # import config
2025-08-20T21:26:28.2151090Z [00:02:42.337]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:28.2152784Z [00:02:42.337]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:28.2153738Z [00:02:42.337]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:28.2154842Z [00:02:42.337]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:28.2156344Z [00:02:42.337]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:28.2157478Z [00:02:42.337]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:28.2159941Z [00:02:42.337]➜  packagefile github.com/ipfs/go-block-format=/tmp/go-build548448651/b258/_pkg_.a
2025-08-20T21:26:28.2161054Z [00:02:42.337]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:28.2162182Z [00:02:42.337]➜  packagefile github.com/ipfs/go-ipld-cbor/encoding=/tmp/go-build548448651/b688/_pkg_.a
2025-08-20T21:26:28.2163349Z [00:02:42.337]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build548448651/b263/_pkg_.a
2025-08-20T21:26:28.2164473Z [00:02:42.337]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build548448651/b235/_pkg_.a
2025-08-20T21:26:28.2165951Z [00:02:42.337]➜  packagefile github.com/polydawn/refmt/cbor=/tmp/go-build548448651/b486/_pkg_.a
2025-08-20T21:26:28.2167202Z [00:02:42.337]➜  packagefile github.com/polydawn/refmt/obj/atlas=/tmp/go-build548448651/b359/_pkg_.a
2025-08-20T21:26:28.2168418Z [00:02:42.337]➜  packagefile github.com/polydawn/refmt/pretty=/tmp/go-build548448651/b690/_pkg_.a
2025-08-20T21:26:28.2193106Z [00:02:42.337]➜  packagefile github.com/polydawn/refmt/shared=/tmp/go-build548448651/b361/_pkg_.a
2025-08-20T21:26:28.2194321Z [00:02:42.337]➜  packagefile github.com/whyrusleeping/cbor-gen=/tmp/go-build548448651/b691/_pkg_.a
2025-08-20T21:26:28.2195293Z [00:02:42.337]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:28.2196101Z [00:02:42.337]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:28.2197140Z [00:02:42.337]➜  packagefile math/big=/tmp/go-build548448651/b108/_pkg_.a
2025-08-20T21:26:28.2197986Z [00:02:42.337]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:28.2199086Z [00:02:42.337]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:28.2199844Z [00:02:42.337]➜  EOF
2025-08-20T21:26:28.2204654Z [00:02:42.338]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b687/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-ipld-cbor@v0.2.1=>github.com/ipfs/go-ipld-cbor@v0.2.1;$WORK/b687=>" -p github.com/ipfs/go-ipld-cbor -lang=go1.23 -complete -installsuffix shared -buildid RHc8UVmVm3XlrvsUkR7w/RHc8UVmVm3XlrvsUkR7w -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b687/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-ipld-cbor@v0.2.1/node.go /root/go/pkg/mod/github.com/ipfs/go-ipld-cbor@v0.2.1/readable.go /root/go/pkg/mod/github.com/ipfs/go-ipld-cbor@v0.2.1/refmt.go /root/go/pkg/mod/github.com/ipfs/go-ipld-cbor@v0.2.1/store.go
2025-08-20T21:26:28.2683477Z [00:02:42.391]➜  go tool buildid -w $WORK/b707/_pkg_.a # internal
2025-08-20T21:26:28.2729380Z [00:02:42.395]➜  cp $WORK/b707/_pkg_.a /root/.cache/go-build/7b/7b57e1a8edf4619218adc6dd9916590c3ccd75439587bc1a67a2ac4689b9f963-d # internal
2025-08-20T21:26:28.2762496Z [00:02:42.398]➜  go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconvutil
2025-08-20T21:26:28.2766841Z [00:02:42.398]➜  mkdir -p $WORK/b706/
2025-08-20T21:26:28.2767550Z [00:02:42.398]➜  cat >/tmp/go-build548448651/b706/importcfg << 'EOF' # internal
2025-08-20T21:26:28.2768184Z [00:02:42.398]➜  # import config
2025-08-20T21:26:28.2768944Z [00:02:42.398]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:28.2769889Z [00:02:42.398]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build548448651/b210/_pkg_.a
2025-08-20T21:26:28.2771025Z [00:02:42.398]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build548448651/b212/_pkg_.a
2025-08-20T21:26:28.2772202Z [00:02:42.398]➜  packagefile go.opentelemetry.io/otel/semconv/v1.20.0=/tmp/go-build548448651/b707/_pkg_.a
2025-08-20T21:26:28.2773154Z [00:02:42.398]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:28.2773915Z [00:02:42.398]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:28.2774691Z [00:02:42.399]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:28.2775455Z [00:02:42.399]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:28.2776213Z [00:02:42.399]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:28.2776782Z [00:02:42.399]➜  EOF
2025-08-20T21:26:28.2783582Z [00:02:42.399]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b706/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.62.0/internal/semconvutil=>go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.62.0/internal/semconvutil;$WORK/b706=>" -p go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconvutil -lang=go1.23 -complete -installsuffix shared -buildid p0_ct1PMw4blJquP9IsL/p0_ct1PMw4blJquP9IsL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b706/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.62.0/internal/semconvutil/gen.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.62.0/internal/semconvutil/httpconv.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.62.0/internal/semconvutil/netconv.go
2025-08-20T21:26:28.2795939Z [00:02:42.402]➜  go tool buildid -w $WORK/b708/_pkg_.a # internal
2025-08-20T21:26:28.2821289Z [00:02:42.404]➜  cp $WORK/b708/_pkg_.a /root/.cache/go-build/85/85e0e232997798303e1835fe8015bba913820173d93a970e11b0799b7b6fcdc5-d # internal
2025-08-20T21:26:28.2828963Z [00:02:42.405]➜  go.opentelemetry.io/otel/semconv/v1.34.0/httpconv
2025-08-20T21:26:28.2831561Z [00:02:42.405]➜  mkdir -p $WORK/b709/
2025-08-20T21:26:28.2837865Z [00:02:42.406]➜  cat >/tmp/go-build548448651/b709/importcfg << 'EOF' # internal
2025-08-20T21:26:28.2838985Z [00:02:42.406]➜  # import config
2025-08-20T21:26:28.2839778Z [00:02:42.406]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:28.2841596Z [00:02:42.406]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build548448651/b210/_pkg_.a
2025-08-20T21:26:28.2842981Z [00:02:42.406]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build548448651/b219/_pkg_.a
2025-08-20T21:26:28.2844434Z [00:02:42.406]➜  packagefile go.opentelemetry.io/otel/metric/noop=/tmp/go-build548448651/b708/_pkg_.a
2025-08-20T21:26:28.2846082Z [00:02:42.406]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:28.2847019Z [00:02:42.406]➜  EOF
2025-08-20T21:26:28.2852836Z [00:02:42.406]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b709/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.34.0/httpconv=>go.opentelemetry.io/otel@v1.37.0/semconv/v1.34.0/httpconv;$WORK/b709=>" -p go.opentelemetry.io/otel/semconv/v1.34.0/httpconv -lang=go1.23 -complete -installsuffix shared -buildid WVN-giPb-4rA8uBZH1S8/WVN-giPb-4rA8uBZH1S8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b709/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.34.0/httpconv/metric.go
2025-08-20T21:26:28.3013185Z [00:02:42.424]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e
2025-08-20T21:26:28.3019937Z [00:02:42.424]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b639=/tmp/go-build -gno-record-gcc-switches -I $WORK/b639/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e=/_/github.com/DataDog/zstd@v1.5.6-0.20230824185856-869dae002e5e -frandom-seed=Oy3-PWRcNZLWC5EgVEcV -o $WORK/b639/_x017.o -c huf_decompress.c
2025-08-20T21:26:28.3301312Z [00:02:42.452]➜  go tool buildid -w $WORK/b687/_pkg_.a # internal
2025-08-20T21:26:28.3329539Z [00:02:42.455]➜  cp $WORK/b687/_pkg_.a /root/.cache/go-build/4d/4dc9d70c9a8139398fe1c8e7010da5ead458ed44c57c5f5358de6869b138dc11-d # internal
2025-08-20T21:26:28.3359581Z [00:02:42.457]➜  github.com/ipld/go-car/v2/internal/carv1
2025-08-20T21:26:28.3360562Z [00:02:42.457]➜  mkdir -p $WORK/b686/
2025-08-20T21:26:28.3363906Z [00:02:42.457]➜  cat >/tmp/go-build548448651/b686/importcfg << 'EOF' # internal
2025-08-20T21:26:28.3364622Z [00:02:42.457]➜  # import config
2025-08-20T21:26:28.3365298Z [00:02:42.457]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:28.3366115Z [00:02:42.457]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:28.3367084Z [00:02:42.457]➜  packagefile github.com/ipfs/go-block-format=/tmp/go-build548448651/b258/_pkg_.a
2025-08-20T21:26:28.3368180Z [00:02:42.457]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:28.3369429Z [00:02:42.457]➜  packagefile github.com/ipfs/go-ipld-cbor=/tmp/go-build548448651/b687/_pkg_.a
2025-08-20T21:26:28.3370890Z [00:02:42.457]➜  packagefile github.com/ipld/go-car/v2/internal/carv1/util=/tmp/go-build548448651/b694/_pkg_.a
2025-08-20T21:26:28.3372176Z [00:02:42.457]➜  packagefile github.com/ipld/go-car/v2/internal/io=/tmp/go-build548448651/b683/_pkg_.a
2025-08-20T21:26:28.3373161Z [00:02:42.457]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:28.3373756Z [00:02:42.457]➜  EOF
2025-08-20T21:26:28.3374212Z [00:02:42.458]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:28.3378429Z [00:02:42.458]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b686/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipld/go-car/v2@v2.14.3/internal/carv1=>github.com/ipld/go-car/v2@v2.14.3/internal/carv1;$WORK/b686=>" -p github.com/ipld/go-car/v2/internal/carv1 -lang=go1.23 -complete -installsuffix shared -buildid KCqH-ZMYx0BCF88wIoU7/KCqH-ZMYx0BCF88wIoU7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b686/importcfg -pack /root/go/pkg/mod/github.com/ipld/go-car/v2@v2.14.3/internal/carv1/car.go /root/go/pkg/mod/github.com/ipld/go-car/v2@v2.14.3/internal/carv1/doc.go
2025-08-20T21:26:28.3910540Z [00:02:42.513]➜  go tool buildid -w $WORK/b686/_pkg_.a # internal
2025-08-20T21:26:28.3943086Z [00:02:42.517]➜  cp $WORK/b686/_pkg_.a /root/.cache/go-build/b0/b0c63625efb76713d3e54134a4efdda0aa3505b3b9238142533ce2437ed74044-d # internal
2025-08-20T21:26:28.3964349Z [00:02:42.519]➜  github.com/ipld/go-car/v2
2025-08-20T21:26:28.3967237Z [00:02:42.519]➜  mkdir -p $WORK/b681/
2025-08-20T21:26:28.3977931Z [00:02:42.520]➜  cat >/tmp/go-build548448651/b681/importcfg << 'EOF' # internal
2025-08-20T21:26:28.3987048Z [00:02:42.520]➜  # import config
2025-08-20T21:26:28.3987776Z [00:02:42.520]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:28.3989056Z [00:02:42.520]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:28.3990181Z [00:02:42.520]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:28.3991141Z [00:02:42.520]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:28.3992254Z [00:02:42.520]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:28.3993458Z [00:02:42.520]➜  packagefile github.com/ipfs/go-block-format=/tmp/go-build548448651/b258/_pkg_.a
2025-08-20T21:26:28.3994701Z [00:02:42.520]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:28.3995960Z [00:02:42.520]➜  packagefile github.com/ipld/go-car/v2/index=/tmp/go-build548448651/b682/_pkg_.a
2025-08-20T21:26:28.3998802Z [00:02:42.520]➜  packagefile github.com/ipld/go-car/v2/internal/carv1=/tmp/go-build548448651/b686/_pkg_.a
2025-08-20T21:26:28.4000232Z [00:02:42.520]➜  packagefile github.com/ipld/go-car/v2/internal/carv1/util=/tmp/go-build548448651/b694/_pkg_.a
2025-08-20T21:26:28.4001566Z [00:02:42.520]➜  packagefile github.com/ipld/go-car/v2/internal/io=/tmp/go-build548448651/b683/_pkg_.a
2025-08-20T21:26:28.4002827Z [00:02:42.520]➜  packagefile github.com/ipld/go-car/v2/internal/loader=/tmp/go-build548448651/b695/_pkg_.a
2025-08-20T21:26:28.4004066Z [00:02:42.520]➜  packagefile github.com/ipld/go-ipld-prime=/tmp/go-build548448651/b334/_pkg_.a
2025-08-20T21:26:28.4005303Z [00:02:42.520]➜  packagefile github.com/ipld/go-ipld-prime/datamodel=/tmp/go-build548448651/b336/_pkg_.a
2025-08-20T21:26:28.4006603Z [00:02:42.520]➜  packagefile github.com/ipld/go-ipld-prime/linking=/tmp/go-build548448651/b338/_pkg_.a
2025-08-20T21:26:28.4007881Z [00:02:42.520]➜  packagefile github.com/ipld/go-ipld-prime/linking/cid=/tmp/go-build548448651/b343/_pkg_.a
2025-08-20T21:26:28.4009355Z [00:02:42.520]➜  packagefile github.com/ipld/go-ipld-prime/node/basicnode=/tmp/go-build548448651/b340/_pkg_.a
2025-08-20T21:26:28.4010692Z [00:02:42.520]➜  packagefile github.com/ipld/go-ipld-prime/traversal=/tmp/go-build548448651/b363/_pkg_.a
2025-08-20T21:26:28.4012250Z [00:02:42.520]➜  packagefile github.com/ipld/go-ipld-prime/traversal/selector=/tmp/go-build548448651/b365/_pkg_.a
2025-08-20T21:26:28.4013792Z [00:02:42.520]➜  packagefile github.com/multiformats/go-multicodec=/tmp/go-build548448651/b327/_pkg_.a
2025-08-20T21:26:28.4015056Z [00:02:42.520]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build548448651/b235/_pkg_.a
2025-08-20T21:26:28.4016278Z [00:02:42.520]➜  packagefile github.com/multiformats/go-varint=/tmp/go-build548448651/b254/_pkg_.a
2025-08-20T21:26:28.4017407Z [00:02:42.520]➜  packagefile golang.org/x/exp/mmap=/tmp/go-build548448651/b468/_pkg_.a
2025-08-20T21:26:28.4018350Z [00:02:42.520]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:28.4019344Z [00:02:42.520]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:28.4020165Z [00:02:42.520]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:28.4020802Z [00:02:42.520]➜  EOF
2025-08-20T21:26:28.4027452Z [00:02:42.520]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b681/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipld/go-car/v2@v2.14.3=>github.com/ipld/go-car/v2@v2.14.3;$WORK/b681=>" -p github.com/ipld/go-car/v2 -lang=go1.23 -complete -installsuffix shared -buildid x2qQEpZ4Q5HAL7nbcF8S/x2qQEpZ4Q5HAL7nbcF8S -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b681/importcfg -pack /root/go/pkg/mod/github.com/ipld/go-car/v2@v2.14.3/block_reader.go /root/go/pkg/mod/github.com/ipld/go-car/v2@v2.14.3/car.go /root/go/pkg/mod/github.com/ipld/go-car/v2@v2.14.3/doc.go /root/go/pkg/mod/github.com/ipld/go-car/v2@v2.14.3/errors.go /root/go/pkg/mod/github.com/ipld/go-car/v2@v2.14.3/index_gen.go /root/go/pkg/mod/github.com/ipld/go-car/v2@v2.14.3/options.go /root/go/pkg/mod/github.com/ipld/go-car/v2@v2.14.3/reader.go /root/go/pkg/mod/github.com/ipld/go-car/v2@v2.14.3/selective.go /root/go/pkg/mod/github.com/ipld/go-car/v2@v2.14.3/writer.go
2025-08-20T21:26:28.4034836Z [00:02:42.525]➜  go tool buildid -w $WORK/b706/_pkg_.a # internal
2025-08-20T21:26:28.4276327Z [00:02:42.550]➜  cp $WORK/b706/_pkg_.a /root/.cache/go-build/07/07f712711f13a006262d958fdd6d4505d153ced8c275914b474e255e42b07d28-d # internal
2025-08-20T21:26:28.4284399Z [00:02:42.551]➜  github.com/ipfs/kubo/core/coreiface/options
2025-08-20T21:26:28.4287581Z [00:02:42.551]➜  mkdir -p $WORK/b710/
2025-08-20T21:26:28.4292488Z [00:02:42.552]➜  cat >/tmp/go-build548448651/b710/importcfg << 'EOF' # internal
2025-08-20T21:26:28.4301053Z [00:02:42.552]➜  # import config
2025-08-20T21:26:28.4301772Z [00:02:42.552]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:28.4302606Z [00:02:42.552]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:28.4303609Z [00:02:42.552]➜  packagefile github.com/ipfs/boxo/ipld/merkledag=/tmp/go-build548448651/b196/_pkg_.a
2025-08-20T21:26:28.4305000Z [00:02:42.552]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/importer/helpers=/tmp/go-build548448651/b480/_pkg_.a
2025-08-20T21:26:28.4306402Z [00:02:42.552]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/io=/tmp/go-build548448651/b472/_pkg_.a
2025-08-20T21:26:28.4307587Z [00:02:42.552]➜  packagefile github.com/ipfs/boxo/namesys=/tmp/go-build548448651/b482/_pkg_.a
2025-08-20T21:26:28.4309225Z [00:02:42.552]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:28.4310575Z [00:02:42.552]➜  packagefile github.com/multiformats/go-multicodec=/tmp/go-build548448651/b327/_pkg_.a
2025-08-20T21:26:28.4311970Z [00:02:42.552]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build548448651/b235/_pkg_.a
2025-08-20T21:26:28.4313147Z [00:02:42.552]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:28.4314111Z [00:02:42.552]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:28.4314846Z [00:02:42.552]➜  EOF
2025-08-20T21:26:28.4341576Z [00:02:42.556]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b710/_pkg_.a -trimpath "/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/options=>github.com/ipfs/kubo/core/coreiface/options;$WORK/b710=>" -p github.com/ipfs/kubo/core/coreiface/options -lang=go1.25 -complete -installsuffix shared -buildid ulNTFNRP17miCrzmXQKl/ulNTFNRP17miCrzmXQKl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b710/importcfg -pack /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/options/block.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/options/dht.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/options/global.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/options/key.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/options/name.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/options/object.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/options/pin.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/options/pubsub.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/options/routing.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/options/unixfs.go
2025-08-20T21:26:28.4741599Z [00:02:42.596]➜  go tool buildid -w $WORK/b709/_pkg_.a # internal
2025-08-20T21:26:28.4787027Z [00:02:42.601]➜  cp $WORK/b709/_pkg_.a /root/.cache/go-build/c5/c5f57e89f3d2a0d04687122bd9247c941859909e8e952e8da82e84eb9ccfb698-d # internal
2025-08-20T21:26:28.4833407Z [00:02:42.604]➜  go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconv
2025-08-20T21:26:28.4834389Z [00:02:42.604]➜  mkdir -p $WORK/b705/
2025-08-20T21:26:28.4835495Z [00:02:42.604]➜  cat >/tmp/go-build548448651/b705/importcfg << 'EOF' # internal
2025-08-20T21:26:28.4837004Z [00:02:42.604]➜  # import config
2025-08-20T21:26:28.4837928Z [00:02:42.604]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:28.4839448Z [00:02:42.604]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:28.4841602Z [00:02:42.604]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:28.4843319Z [00:02:42.604]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconvutil=/tmp/go-build548448651/b706/_pkg_.a
2025-08-20T21:26:28.4845078Z [00:02:42.604]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build548448651/b200/_pkg_.a
2025-08-20T21:26:28.4846312Z [00:02:42.604]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build548448651/b210/_pkg_.a
2025-08-20T21:26:28.4847574Z [00:02:42.604]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build548448651/b212/_pkg_.a
2025-08-20T21:26:28.4848908Z [00:02:42.604]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build548448651/b219/_pkg_.a
2025-08-20T21:26:28.4850128Z [00:02:42.604]➜  packagefile go.opentelemetry.io/otel/metric/noop=/tmp/go-build548448651/b708/_pkg_.a
2025-08-20T21:26:28.4851368Z [00:02:42.604]➜  packagefile go.opentelemetry.io/otel/semconv/v1.20.0=/tmp/go-build548448651/b707/_pkg_.a
2025-08-20T21:26:28.4852625Z [00:02:42.604]➜  packagefile go.opentelemetry.io/otel/semconv/v1.34.0=/tmp/go-build548448651/b215/_pkg_.a
2025-08-20T21:26:28.4853958Z [00:02:42.604]➜  packagefile go.opentelemetry.io/otel/semconv/v1.34.0/httpconv=/tmp/go-build548448651/b709/_pkg_.a
2025-08-20T21:26:28.4855128Z [00:02:42.604]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:28.4855957Z [00:02:42.604]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:28.4856830Z [00:02:42.604]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:28.4857697Z [00:02:42.604]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:28.4858663Z [00:02:42.604]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:28.4859535Z [00:02:42.604]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:28.4860390Z [00:02:42.604]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:28.4861240Z [00:02:42.604]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:28.4862185Z [00:02:42.604]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:28.4862827Z [00:02:42.604]➜  EOF
2025-08-20T21:26:28.4871554Z [00:02:42.604]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b705/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.62.0/internal/semconv=>go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.62.0/internal/semconv;$WORK/b705=>" -p go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconv -lang=go1.23 -complete -installsuffix shared -buildid I0Ss3X0wsGv8pHFuP2SW/I0Ss3X0wsGv8pHFuP2SW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b705/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.62.0/internal/semconv/env.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.62.0/internal/semconv/gen.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.62.0/internal/semconv/httpconv.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.62.0/internal/semconv/util.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.62.0/internal/semconv/v1.20.0.go
2025-08-20T21:26:28.6078789Z [00:02:42.730]➜  go tool buildid -w $WORK/b710/_pkg_.a # internal
2025-08-20T21:26:28.6162123Z [00:02:42.738]➜  go tool buildid -w $WORK/b681/_pkg_.a # internal
2025-08-20T21:26:28.6169018Z [00:02:42.739]➜  cp $WORK/b710/_pkg_.a /root/.cache/go-build/62/627c36642e58586b49576df6d0feda8e36c26e0c7133b51f44387f4216fc0226-d # internal
2025-08-20T21:26:28.6170233Z [00:02:42.739]➜  github.com/ipfs/kubo/misc/fsutil
2025-08-20T21:26:28.6170869Z [00:02:42.739]➜  mkdir -p $WORK/b711/
2025-08-20T21:26:28.6181808Z [00:02:42.740]➜  cat >/tmp/go-build548448651/b711/importcfg << 'EOF' # internal
2025-08-20T21:26:28.6182520Z [00:02:42.740]➜  # import config
2025-08-20T21:26:28.6183187Z [00:02:42.740]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:28.6183962Z [00:02:42.740]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:28.6184967Z [00:02:42.740]➜  packagefile io/fs=/tmp/go-build548448651/b062/_pkg_.a
2025-08-20T21:26:28.6185934Z [00:02:42.740]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:28.6186839Z [00:02:42.740]➜  packagefile path/filepath=/tmp/go-build548448651/b168/_pkg_.a
2025-08-20T21:26:28.6187543Z [00:02:42.740]➜  EOF
2025-08-20T21:26:28.6196871Z [00:02:42.742]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b711/_pkg_.a -trimpath "/tmp/tmp.S0mpzmTmXg/TEMPREPO/misc/fsutil=>github.com/ipfs/kubo/misc/fsutil;$WORK/b711=>" -p github.com/ipfs/kubo/misc/fsutil -lang=go1.25 -complete -installsuffix shared -buildid ew_s9iaL64LFUQ1iw8Qs/ew_s9iaL64LFUQ1iw8Qs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b711/importcfg -pack /tmp/tmp.S0mpzmTmXg/TEMPREPO/misc/fsutil/fsutil.go
2025-08-20T21:26:28.6235397Z [00:02:42.746]➜  cp $WORK/b681/_pkg_.a /root/.cache/go-build/44/44d286b7650b3139d209574e41b0532cb16f764ef67fc3b2b5dc994106891e96-d # internal
2025-08-20T21:26:28.6305098Z [00:02:42.753]➜  github.com/ipld/go-car/v2/internal/store
2025-08-20T21:26:28.6307721Z [00:02:42.753]➜  mkdir -p $WORK/b697/
2025-08-20T21:26:28.6311504Z [00:02:42.753]➜  cat >/tmp/go-build548448651/b697/importcfg << 'EOF' # internal
2025-08-20T21:26:28.6314389Z [00:02:42.753]➜  # import config
2025-08-20T21:26:28.6317371Z [00:02:42.753]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:28.6320427Z [00:02:42.753]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:28.6323355Z [00:02:42.753]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:28.6336030Z [00:02:42.753]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:28.6337138Z [00:02:42.753]➜  packagefile github.com/ipld/go-car/v2=/tmp/go-build548448651/b681/_pkg_.a
2025-08-20T21:26:28.6338248Z [00:02:42.753]➜  packagefile github.com/ipld/go-car/v2/index=/tmp/go-build548448651/b682/_pkg_.a
2025-08-20T21:26:28.6339689Z [00:02:42.753]➜  packagefile github.com/ipld/go-car/v2/internal/carv1=/tmp/go-build548448651/b686/_pkg_.a
2025-08-20T21:26:28.6341176Z [00:02:42.753]➜  packagefile github.com/ipld/go-car/v2/internal/carv1/util=/tmp/go-build548448651/b694/_pkg_.a
2025-08-20T21:26:28.6342595Z [00:02:42.753]➜  packagefile github.com/ipld/go-car/v2/internal/io=/tmp/go-build548448651/b683/_pkg_.a
2025-08-20T21:26:28.6343849Z [00:02:42.753]➜  packagefile github.com/multiformats/go-multicodec=/tmp/go-build548448651/b327/_pkg_.a
2025-08-20T21:26:28.6345103Z [00:02:42.753]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build548448651/b235/_pkg_.a
2025-08-20T21:26:28.6346320Z [00:02:42.753]➜  packagefile github.com/multiformats/go-varint=/tmp/go-build548448651/b254/_pkg_.a
2025-08-20T21:26:28.6347283Z [00:02:42.753]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:28.6347874Z [00:02:42.753]➜  EOF
2025-08-20T21:26:28.6364523Z [00:02:42.754]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b697/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipld/go-car/v2@v2.14.3/internal/store=>github.com/ipld/go-car/v2@v2.14.3/internal/store;$WORK/b697=>" -p github.com/ipld/go-car/v2/internal/store -lang=go1.23 -complete -installsuffix shared -buildid c0wQBbHInJ7EdGHC7fOU/c0wQBbHInJ7EdGHC7fOU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b697/importcfg -pack /root/go/pkg/mod/github.com/ipld/go-car/v2@v2.14.3/internal/store/identity.go /root/go/pkg/mod/github.com/ipld/go-car/v2@v2.14.3/internal/store/index.go /root/go/pkg/mod/github.com/ipld/go-car/v2@v2.14.3/internal/store/indexcheck.go /root/go/pkg/mod/github.com/ipld/go-car/v2@v2.14.3/internal/store/resume.go
2025-08-20T21:26:28.6631216Z [00:02:42.785]➜  go tool buildid -w $WORK/b711/_pkg_.a # internal
2025-08-20T21:26:28.6640395Z [00:02:42.786]➜  cp $WORK/b711/_pkg_.a /root/.cache/go-build/36/3667788e94dac3441af13d0e934e8f8d2696305b6d541914c246576ba994c05f-d # internal
2025-08-20T21:26:28.6652876Z [00:02:42.787]➜  github.com/caddyserver/certmagic/internal/atomicfile
2025-08-20T21:26:28.6653831Z [00:02:42.787]➜  mkdir -p $WORK/b714/
2025-08-20T21:26:28.6659767Z [00:02:42.788]➜  cat >/tmp/go-build548448651/b714/importcfg << 'EOF' # internal
2025-08-20T21:26:28.6660666Z [00:02:42.788]➜  # import config
2025-08-20T21:26:28.6661401Z [00:02:42.788]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:28.6662213Z [00:02:42.788]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:28.6662972Z [00:02:42.788]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:28.6663726Z [00:02:42.788]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:28.6664549Z [00:02:42.788]➜  packagefile path/filepath=/tmp/go-build548448651/b168/_pkg_.a
2025-08-20T21:26:28.6665383Z [00:02:42.788]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:28.6665978Z [00:02:42.788]➜  EOF
2025-08-20T21:26:28.6687104Z [00:02:42.791]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b714/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/caddyserver/certmagic@v0.23.0/internal/atomicfile=>github.com/caddyserver/certmagic@v0.23.0/internal/atomicfile;$WORK/b714=>" -p github.com/caddyserver/certmagic/internal/atomicfile -lang=go1.23 -complete -installsuffix shared -buildid KTEenBRSrG602xdmR97P/KTEenBRSrG602xdmR97P -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b714/importcfg -pack /root/go/pkg/mod/github.com/caddyserver/certmagic@v0.23.0/internal/atomicfile/file.go
2025-08-20T21:26:28.7030523Z [00:02:42.825]➜  go tool buildid -w $WORK/b697/_pkg_.a # internal
2025-08-20T21:26:28.7044572Z [00:02:42.827]➜  cp $WORK/b697/_pkg_.a /root/.cache/go-build/4c/4ce09520141410092f1f733b7c0b6d263d03e0d413181ce382aa5098d5caa1b1-d # internal
2025-08-20T21:26:28.7057416Z [00:02:42.828]➜  github.com/ipld/go-car/v2/storage
2025-08-20T21:26:28.7060061Z [00:02:42.828]➜  mkdir -p $WORK/b696/
2025-08-20T21:26:28.7067158Z [00:02:42.829]➜  go tool buildid -w $WORK/b705/_pkg_.a # internal
2025-08-20T21:26:28.7076308Z [00:02:42.830]➜  cat >/tmp/go-build548448651/b696/importcfg << 'EOF' # internal
2025-08-20T21:26:28.7077219Z [00:02:42.830]➜  # import config
2025-08-20T21:26:28.7077909Z [00:02:42.830]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:28.7078918Z [00:02:42.830]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:28.7079889Z [00:02:42.830]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:28.7080665Z [00:02:42.830]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:28.7081579Z [00:02:42.830]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:28.7082600Z [00:02:42.830]➜  packagefile github.com/ipld/go-car/v2=/tmp/go-build548448651/b681/_pkg_.a
2025-08-20T21:26:28.7083651Z [00:02:42.830]➜  packagefile github.com/ipld/go-car/v2/index=/tmp/go-build548448651/b682/_pkg_.a
2025-08-20T21:26:28.7084786Z [00:02:42.830]➜  packagefile github.com/ipld/go-car/v2/internal/carv1=/tmp/go-build548448651/b686/_pkg_.a
2025-08-20T21:26:28.7086014Z [00:02:42.830]➜  packagefile github.com/ipld/go-car/v2/internal/carv1/util=/tmp/go-build548448651/b694/_pkg_.a
2025-08-20T21:26:28.7087208Z [00:02:42.830]➜  packagefile github.com/ipld/go-car/v2/internal/io=/tmp/go-build548448651/b683/_pkg_.a
2025-08-20T21:26:28.7088359Z [00:02:42.830]➜  packagefile github.com/ipld/go-car/v2/internal/store=/tmp/go-build548448651/b697/_pkg_.a
2025-08-20T21:26:28.7089946Z [00:02:42.830]➜  packagefile github.com/ipld/go-ipld-prime/storage=/tmp/go-build548448651/b339/_pkg_.a
2025-08-20T21:26:28.7090927Z [00:02:42.830]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:28.7091679Z [00:02:42.830]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:28.7092248Z [00:02:42.830]➜  EOF
2025-08-20T21:26:28.7108389Z [00:02:42.830]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b696/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipld/go-car/v2@v2.14.3/storage=>github.com/ipld/go-car/v2@v2.14.3/storage;$WORK/b696=>" -p github.com/ipld/go-car/v2/storage -lang=go1.23 -complete -installsuffix shared -buildid WUqRuR87tlqdtc39MFbG/WUqRuR87tlqdtc39MFbG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b696/importcfg -pack /root/go/pkg/mod/github.com/ipld/go-car/v2@v2.14.3/storage/doc.go /root/go/pkg/mod/github.com/ipld/go-car/v2@v2.14.3/storage/notfound.go /root/go/pkg/mod/github.com/ipld/go-car/v2@v2.14.3/storage/storage.go
2025-08-20T21:26:28.7118279Z [00:02:42.832]➜  go tool buildid -w $WORK/b714/_pkg_.a # internal
2025-08-20T21:26:28.7119777Z [00:02:42.833]➜  cp $WORK/b705/_pkg_.a /root/.cache/go-build/e8/e8e5d9af0f256c029f58a5f452c1e19848afd430912e3d3cc7840ef5cff69da5-d # internal
2025-08-20T21:26:28.7122040Z [00:02:42.833]➜  cp $WORK/b714/_pkg_.a /root/.cache/go-build/9f/9f6ee658f18b77aee91da2457db466b0321194beed5dcd5fb1992a0dfac18f05-d # internal
2025-08-20T21:26:28.7124747Z [00:02:42.834]➜  github.com/caddyserver/zerossl
2025-08-20T21:26:28.7125416Z [00:02:42.834]➜  mkdir -p $WORK/b715/
2025-08-20T21:26:28.7126374Z [00:02:42.834]➜  cat >/tmp/go-build548448651/b715/importcfg << 'EOF' # internal
2025-08-20T21:26:28.7127049Z [00:02:42.834]➜  # import config
2025-08-20T21:26:28.7127680Z [00:02:42.834]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:28.7128468Z [00:02:42.834]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:28.7129548Z [00:02:42.834]➜  packagefile crypto/x509=/tmp/go-build548448651/b154/_pkg_.a
2025-08-20T21:26:28.7130428Z [00:02:42.835]➜  packagefile encoding/base64=/tmp/go-build548448651/b054/_pkg_.a
2025-08-20T21:26:28.7131309Z [00:02:42.835]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:28.7132130Z [00:02:42.835]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:28.7132879Z [00:02:42.835]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:28.7133661Z [00:02:42.835]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:28.7134515Z [00:02:42.835]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:28.7135354Z [00:02:42.835]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:28.7137705Z [00:02:42.835]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:28.7139386Z [00:02:42.835]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:28.7140017Z [00:02:42.835]➜  EOF
2025-08-20T21:26:28.7144836Z [00:02:42.835]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b715/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/caddyserver/zerossl@v0.1.3=>github.com/caddyserver/zerossl@v0.1.3;$WORK/b715=>" -p github.com/caddyserver/zerossl -lang=go1.21 -complete -installsuffix shared -buildid xHjVwRn84nLmXY3p37Fk/xHjVwRn84nLmXY3p37Fk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b715/importcfg -pack /root/go/pkg/mod/github.com/caddyserver/zerossl@v0.1.3/client.go /root/go/pkg/mod/github.com/caddyserver/zerossl@v0.1.3/endpoints.go /root/go/pkg/mod/github.com/caddyserver/zerossl@v0.1.3/models.go /root/go/pkg/mod/github.com/caddyserver/zerossl@v0.1.3/zerossl.go
2025-08-20T21:26:28.7167881Z [00:02:42.839]➜  go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
2025-08-20T21:26:28.7170851Z [00:02:42.839]➜  mkdir -p $WORK/b702/
2025-08-20T21:26:28.7173236Z [00:02:42.839]➜  cat >/tmp/go-build548448651/b702/importcfg << 'EOF' # internal
2025-08-20T21:26:28.7173918Z [00:02:42.839]➜  # import config
2025-08-20T21:26:28.7174537Z [00:02:42.839]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:28.7175531Z [00:02:42.839]➜  packagefile github.com/felixge/httpsnoop=/tmp/go-build548448651/b703/_pkg_.a
2025-08-20T21:26:28.7177060Z [00:02:42.839]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/request=/tmp/go-build548448651/b704/_pkg_.a
2025-08-20T21:26:28.7179155Z [00:02:42.839]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconv=/tmp/go-build548448651/b705/_pkg_.a
2025-08-20T21:26:28.7180817Z [00:02:42.839]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build548448651/b200/_pkg_.a
2025-08-20T21:26:28.7182170Z [00:02:42.839]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build548448651/b210/_pkg_.a
2025-08-20T21:26:28.7183407Z [00:02:42.839]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build548448651/b212/_pkg_.a
2025-08-20T21:26:28.7184598Z [00:02:42.839]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build548448651/b219/_pkg_.a
2025-08-20T21:26:28.7185818Z [00:02:42.839]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build548448651/b221/_pkg_.a
2025-08-20T21:26:28.7187032Z [00:02:42.839]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build548448651/b214/_pkg_.a
2025-08-20T21:26:28.7188013Z [00:02:42.839]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:28.7189206Z [00:02:42.839]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:28.7190156Z [00:02:42.839]➜  packagefile net/http/httptrace=/tmp/go-build548448651/b181/_pkg_.a
2025-08-20T21:26:28.7191140Z [00:02:42.839]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:28.7191951Z [00:02:42.839]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:28.7192719Z [00:02:42.839]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:28.7193682Z [00:02:42.839]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:28.7194477Z [00:02:42.839]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:28.7195068Z [00:02:42.839]➜  EOF
2025-08-20T21:26:28.7226194Z [00:02:42.839]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b702/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.62.0=>go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.62.0;$WORK/b702=>" -p go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp -lang=go1.23 -complete -installsuffix shared -buildid -eOc0G3cMS4m1czHm1W1/-eOc0G3cMS4m1czHm1W1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b702/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.62.0/client.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.62.0/common.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.62.0/config.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.62.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.62.0/handler.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.62.0/labeler.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.62.0/start_time_context.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.62.0/transport.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.62.0/version.go
2025-08-20T21:26:28.8002004Z [00:02:42.922]➜  go tool buildid -w $WORK/b696/_pkg_.a # internal
2025-08-20T21:26:28.8015717Z [00:02:42.924]➜  cp $WORK/b696/_pkg_.a /root/.cache/go-build/f4/f4d16922764e101df28f4376328512dbd6176c79daaaa849b0ea56641f4a1f51-d # internal
2025-08-20T21:26:28.8025076Z [00:02:42.925]➜  github.com/libdns/libdns
2025-08-20T21:26:28.8027962Z [00:02:42.925]➜  mkdir -p $WORK/b716/
2025-08-20T21:26:28.8033697Z [00:02:42.926]➜  cat >/tmp/go-build548448651/b716/importcfg << 'EOF' # internal
2025-08-20T21:26:28.8042281Z [00:02:42.926]➜  # import config
2025-08-20T21:26:28.8043073Z [00:02:42.926]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:28.8043885Z [00:02:42.926]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:28.8044685Z [00:02:42.926]➜  packagefile net/netip=/tmp/go-build548448651/b164/_pkg_.a
2025-08-20T21:26:28.8045500Z [00:02:42.926]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:28.8046279Z [00:02:42.926]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:28.8048877Z [00:02:42.926]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:28.8049933Z [00:02:42.926]➜  EOF
2025-08-20T21:26:28.8055457Z [00:02:42.926]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b716/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libdns/libdns@v1.0.0-beta.1=>github.com/libdns/libdns@v1.0.0-beta.1;$WORK/b716=>" -p github.com/libdns/libdns -lang=go1.18 -complete -installsuffix shared -buildid i-9kWs_Oogrw5YAx3ZOG/i-9kWs_Oogrw5YAx3ZOG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b716/importcfg -pack /root/go/pkg/mod/github.com/libdns/libdns@v1.0.0-beta.1/libdns.go /root/go/pkg/mod/github.com/libdns/libdns@v1.0.0-beta.1/record.go /root/go/pkg/mod/github.com/libdns/libdns@v1.0.0-beta.1/rrtypes.go
2025-08-20T21:26:28.8064820Z [00:02:42.929]➜  go tool buildid -w $WORK/b715/_pkg_.a # internal
2025-08-20T21:26:28.8085528Z [00:02:42.931]➜  cp $WORK/b715/_pkg_.a /root/.cache/go-build/9d/9de6183439a1a1b3cbfdeace5be0e16ed046178e07fa80280e90a4921fecaa29-d # internal
2025-08-20T21:26:28.8089918Z [00:02:42.931]➜  github.com/mholt/acmez/v3/acme
2025-08-20T21:26:28.8122278Z [00:02:42.935]➜  mkdir -p $WORK/b718/
2025-08-20T21:26:28.8130953Z [00:02:42.935]➜  cat >/tmp/go-build548448651/b718/importcfg << 'EOF' # internal
2025-08-20T21:26:28.8132070Z [00:02:42.935]➜  # import config
2025-08-20T21:26:28.8132875Z [00:02:42.935]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:28.8137337Z [00:02:42.935]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:28.8138182Z [00:02:42.935]➜  packagefile crypto=/tmp/go-build548448651/b084/_pkg_.a
2025-08-20T21:26:28.8139218Z [00:02:42.935]➜  packagefile crypto/ecdsa=/tmp/go-build548448651/b118/_pkg_.a
2025-08-20T21:26:28.8140080Z [00:02:42.935]➜  packagefile crypto/hmac=/tmp/go-build548448651/b136/_pkg_.a
2025-08-20T21:26:28.8140917Z [00:02:42.935]➜  packagefile crypto/rand=/tmp/go-build548448651/b082/_pkg_.a
2025-08-20T21:26:28.8141735Z [00:02:42.935]➜  packagefile crypto/rsa=/tmp/go-build548448651/b148/_pkg_.a
2025-08-20T21:26:28.8142762Z [00:02:42.935]➜  packagefile crypto/sha256=/tmp/go-build548448651/b151/_pkg_.a
2025-08-20T21:26:28.8143638Z [00:02:42.935]➜  packagefile crypto/sha512=/tmp/go-build548448651/b127/_pkg_.a
2025-08-20T21:26:28.8144531Z [00:02:42.935]➜  packagefile crypto/x509=/tmp/go-build548448651/b154/_pkg_.a
2025-08-20T21:26:28.8145401Z [00:02:42.935]➜  packagefile encoding/asn1=/tmp/go-build548448651/b129/_pkg_.a
2025-08-20T21:26:28.8146303Z [00:02:42.935]➜  packagefile encoding/base64=/tmp/go-build548448651/b054/_pkg_.a
2025-08-20T21:26:28.8147193Z [00:02:42.935]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:28.8148084Z [00:02:42.935]➜  packagefile encoding/pem=/tmp/go-build548448651/b158/_pkg_.a
2025-08-20T21:26:28.8149046Z [00:02:42.935]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:28.8149740Z [00:02:42.935]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:28.8150637Z [00:02:42.935]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:28.8156660Z [00:02:42.935]➜  packagefile log/slog=/tmp/go-build548448651/b202/_pkg_.a
2025-08-20T21:26:28.8157619Z [00:02:42.935]➜  packagefile math/big=/tmp/go-build548448651/b108/_pkg_.a
2025-08-20T21:26:28.8158441Z [00:02:42.935]➜  packagefile math/rand=/tmp/go-build548448651/b109/_pkg_.a
2025-08-20T21:26:28.8159446Z [00:02:42.935]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:28.8160247Z [00:02:42.935]➜  packagefile regexp=/tmp/go-build548448651/b192/_pkg_.a
2025-08-20T21:26:28.8161063Z [00:02:42.935]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:28.8161884Z [00:02:42.935]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:28.8162718Z [00:02:42.935]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:28.8163522Z [00:02:42.935]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:28.8164323Z [00:02:42.935]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:28.8164940Z [00:02:42.935]➜  EOF
2025-08-20T21:26:28.8172682Z [00:02:42.936]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b718/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mholt/acmez/v3@v3.1.2/acme=>github.com/mholt/acmez/v3@v3.1.2/acme;$WORK/b718=>" -p github.com/mholt/acmez/v3/acme -lang=go1.21 -complete -installsuffix shared -buildid mjA4zYsFaXgkHmYogTow/mjA4zYsFaXgkHmYogTow -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b718/importcfg -pack /root/go/pkg/mod/github.com/mholt/acmez/v3@v3.1.2/acme/account.go /root/go/pkg/mod/github.com/mholt/acmez/v3@v3.1.2/acme/ari.go /root/go/pkg/mod/github.com/mholt/acmez/v3@v3.1.2/acme/authorization.go /root/go/pkg/mod/github.com/mholt/acmez/v3@v3.1.2/acme/certificate.go /root/go/pkg/mod/github.com/mholt/acmez/v3@v3.1.2/acme/challenge.go /root/go/pkg/mod/github.com/mholt/acmez/v3@v3.1.2/acme/client.go /root/go/pkg/mod/github.com/mholt/acmez/v3@v3.1.2/acme/http.go /root/go/pkg/mod/github.com/mholt/acmez/v3@v3.1.2/acme/jws.go /root/go/pkg/mod/github.com/mholt/acmez/v3@v3.1.2/acme/order.go /root/go/pkg/mod/github.com/mholt/acmez/v3@v3.1.2/acme/problem.go
2025-08-20T21:26:28.8479544Z [00:02:42.968]➜  go tool buildid -w $WORK/b702/_pkg_.a # internal
2025-08-20T21:26:28.8486458Z [00:02:42.971]➜  cp $WORK/b702/_pkg_.a /root/.cache/go-build/fd/fd3f89d511362a5ebf5e1df0f49031981a0d7af2142bd42a1012de65841b1c16-d # internal
2025-08-20T21:26:28.8659271Z [00:02:42.987]➜  github.com/ipfs/boxo/gateway
2025-08-20T21:26:28.8667584Z [00:02:42.987]➜  mkdir -p $WORK/b654/
2025-08-20T21:26:28.8668389Z [00:02:42.988]➜  cat >/tmp/go-build548448651/b654/importcfg << 'EOF' # internal
2025-08-20T21:26:28.8669319Z [00:02:42.988]➜  # import config
2025-08-20T21:26:28.8670023Z [00:02:42.988]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:28.8670877Z [00:02:42.988]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:28.8671742Z [00:02:42.988]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:28.8672904Z [00:02:42.988]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:28.8674124Z [00:02:42.988]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:28.8675153Z [00:02:42.988]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:28.8676275Z [00:02:42.988]➜  packagefile github.com/cespare/xxhash/v2=/tmp/go-build548448651/b389/_pkg_.a
2025-08-20T21:26:28.8678870Z [00:02:42.988]➜  packagefile github.com/dustin/go-humanize=/tmp/go-build548448651/b655/_pkg_.a
2025-08-20T21:26:28.8680099Z [00:02:42.988]➜  packagefile github.com/gabriel-vasile/mimetype=/tmp/go-build548448651/b656/_pkg_.a
2025-08-20T21:26:28.8681341Z [00:02:42.988]➜  packagefile github.com/hashicorp/golang-lru/v2=/tmp/go-build548448651/b225/_pkg_.a
2025-08-20T21:26:28.8682599Z [00:02:42.988]➜  packagefile github.com/ipfs/boxo/blockservice=/tmp/go-build548448651/b198/_pkg_.a
2025-08-20T21:26:28.8683968Z [00:02:42.988]➜  packagefile github.com/ipfs/boxo/blockstore=/tmp/go-build548448651/b224/_pkg_.a
2025-08-20T21:26:28.8685254Z [00:02:42.988]➜  packagefile github.com/ipfs/boxo/exchange/offline=/tmp/go-build548448651/b666/_pkg_.a
2025-08-20T21:26:28.8686471Z [00:02:42.988]➜  packagefile github.com/ipfs/boxo/fetcher=/tmp/go-build548448651/b464/_pkg_.a
2025-08-20T21:26:28.8687771Z [00:02:42.988]➜  packagefile github.com/ipfs/boxo/fetcher/impl/blockservice=/tmp/go-build548448651/b667/_pkg_.a
2025-08-20T21:26:28.8690340Z [00:02:42.988]➜  packagefile github.com/ipfs/boxo/files=/tmp/go-build548448651/b188/_pkg_.a
2025-08-20T21:26:28.8691609Z [00:02:42.988]➜  packagefile github.com/ipfs/boxo/gateway/assets=/tmp/go-build548448651/b668/_pkg_.a
2025-08-20T21:26:28.8692862Z [00:02:42.988]➜  packagefile github.com/ipfs/boxo/ipld/merkledag=/tmp/go-build548448651/b196/_pkg_.a
2025-08-20T21:26:28.8694061Z [00:02:42.988]➜  packagefile github.com/ipfs/boxo/ipld/unixfs=/tmp/go-build548448651/b195/_pkg_.a
2025-08-20T21:26:28.8695296Z [00:02:42.988]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/file=/tmp/go-build548448651/b671/_pkg_.a
2025-08-20T21:26:28.8696705Z [00:02:42.988]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/io=/tmp/go-build548448651/b472/_pkg_.a
2025-08-20T21:26:28.8697908Z [00:02:42.988]➜  packagefile github.com/ipfs/boxo/ipns=/tmp/go-build548448651/b483/_pkg_.a
2025-08-20T21:26:28.8699236Z [00:02:42.988]➜  packagefile github.com/ipfs/boxo/namesys=/tmp/go-build548448651/b482/_pkg_.a
2025-08-20T21:26:28.8700372Z [00:02:42.988]➜  packagefile github.com/ipfs/boxo/path=/tmp/go-build548448651/b370/_pkg_.a
2025-08-20T21:26:28.8701563Z [00:02:42.988]➜  packagefile github.com/ipfs/boxo/path/resolver=/tmp/go-build548448651/b526/_pkg_.a
2025-08-20T21:26:28.8702721Z [00:02:42.988]➜  packagefile github.com/ipfs/boxo/util=/tmp/go-build548448651/b259/_pkg_.a
2025-08-20T21:26:28.8703845Z [00:02:42.988]➜  packagefile github.com/ipfs/boxo/verifcid=/tmp/go-build548448651/b331/_pkg_.a
2025-08-20T21:26:28.8705017Z [00:02:42.988]➜  packagefile github.com/ipfs/go-block-format=/tmp/go-build548448651/b258/_pkg_.a
2025-08-20T21:26:28.8706135Z [00:02:42.988]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:28.8707309Z [00:02:42.988]➜  packagefile github.com/ipfs/go-ipfs-redirects-file=/tmp/go-build548448651/b672/_pkg_.a
2025-08-20T21:26:28.8708885Z [00:02:42.988]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build548448651/b263/_pkg_.a
2025-08-20T21:26:28.8710010Z [00:02:42.988]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:28.8711112Z [00:02:42.988]➜  packagefile github.com/ipfs/go-unixfsnode=/tmp/go-build548448651/b674/_pkg_.a
2025-08-20T21:26:28.8712295Z [00:02:42.988]➜  packagefile github.com/ipfs/go-unixfsnode/data=/tmp/go-build548448651/b675/_pkg_.a
2025-08-20T21:26:28.8713505Z [00:02:42.988]➜  packagefile github.com/ipfs/go-unixfsnode/hamt=/tmp/go-build548448651/b680/_pkg_.a
2025-08-20T21:26:28.8714711Z [00:02:42.988]➜  packagefile github.com/ipfs/go-unixfsnode/iter=/tmp/go-build548448651/b677/_pkg_.a
2025-08-20T21:26:28.8716037Z [00:02:42.988]➜  packagefile github.com/ipld/go-car/v2=/tmp/go-build548448651/b681/_pkg_.a
2025-08-20T21:26:28.8717175Z [00:02:42.988]➜  packagefile github.com/ipld/go-car/v2/storage=/tmp/go-build548448651/b696/_pkg_.a
2025-08-20T21:26:28.8718323Z [00:02:42.988]➜  packagefile github.com/ipld/go-codec-dagpb=/tmp/go-build548448651/b366/_pkg_.a
2025-08-20T21:26:28.8729920Z [00:02:42.988]➜  packagefile github.com/ipld/go-ipld-prime=/tmp/go-build548448651/b334/_pkg_.a
2025-08-20T21:26:28.8731204Z [00:02:42.988]➜  packagefile github.com/ipld/go-ipld-prime/codec/cbor=/tmp/go-build548448651/b698/_pkg_.a
2025-08-20T21:26:28.8732558Z [00:02:42.988]➜  packagefile github.com/ipld/go-ipld-prime/codec/dagcbor=/tmp/go-build548448651/b485/_pkg_.a
2025-08-20T21:26:28.8733907Z [00:02:42.988]➜  packagefile github.com/ipld/go-ipld-prime/codec/dagjson=/tmp/go-build548448651/b356/_pkg_.a
2025-08-20T21:26:28.8735309Z [00:02:42.988]➜  packagefile github.com/ipld/go-ipld-prime/codec/json=/tmp/go-build548448651/b699/_pkg_.a
2025-08-20T21:26:28.8736672Z [00:02:42.988]➜  packagefile github.com/ipld/go-ipld-prime/datamodel=/tmp/go-build548448651/b336/_pkg_.a
2025-08-20T21:26:28.8737850Z [00:02:42.988]➜  packagefile github.com/ipld/go-ipld-prime/linking=/tmp/go-build548448651/b338/_pkg_.a
2025-08-20T21:26:28.8739302Z [00:02:42.988]➜  packagefile github.com/ipld/go-ipld-prime/linking/cid=/tmp/go-build548448651/b343/_pkg_.a
2025-08-20T21:26:28.8740573Z [00:02:42.988]➜  packagefile github.com/ipld/go-ipld-prime/multicodec=/tmp/go-build548448651/b344/_pkg_.a
2025-08-20T21:26:28.8741856Z [00:02:42.988]➜  packagefile github.com/ipld/go-ipld-prime/node/basicnode=/tmp/go-build548448651/b340/_pkg_.a
2025-08-20T21:26:28.8743103Z [00:02:42.988]➜  packagefile github.com/ipld/go-ipld-prime/schema=/tmp/go-build548448651/b345/_pkg_.a
2025-08-20T21:26:28.8744313Z [00:02:42.988]➜  packagefile github.com/ipld/go-ipld-prime/traversal=/tmp/go-build548448651/b363/_pkg_.a
2025-08-20T21:26:28.8745655Z [00:02:42.988]➜  packagefile github.com/ipld/go-ipld-prime/traversal/selector=/tmp/go-build548448651/b365/_pkg_.a
2025-08-20T21:26:28.8747114Z [00:02:42.988]➜  packagefile github.com/ipld/go-ipld-prime/traversal/selector/parse=/tmp/go-build548448651/b700/_pkg_.a
2025-08-20T21:26:28.8748454Z [00:02:42.988]➜  packagefile github.com/libp2p/go-doh-resolver=/tmp/go-build548448651/b701/_pkg_.a
2025-08-20T21:26:28.8749889Z [00:02:42.988]➜  packagefile github.com/libp2p/go-libp2p-routing-helpers=/tmp/go-build548448651/b277/_pkg_.a
2025-08-20T21:26:28.8751191Z [00:02:42.988]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:28.8752452Z [00:02:42.988]➜  packagefile github.com/libp2p/go-libp2p/core/routing=/tmp/go-build548448651/b329/_pkg_.a
2025-08-20T21:26:28.8753587Z [00:02:42.988]➜  packagefile github.com/miekg/dns=/tmp/go-build548448651/b449/_pkg_.a
2025-08-20T21:26:28.8754751Z [00:02:42.988]➜  packagefile github.com/multiformats/go-multiaddr-dns=/tmp/go-build548448651/b448/_pkg_.a
2025-08-20T21:26:28.8756049Z [00:02:42.988]➜  packagefile github.com/multiformats/go-multibase=/tmp/go-build548448651/b231/_pkg_.a
2025-08-20T21:26:28.8757303Z [00:02:42.988]➜  packagefile github.com/multiformats/go-multicodec=/tmp/go-build548448651/b327/_pkg_.a
2025-08-20T21:26:28.8758883Z [00:02:42.988]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build548448651/b235/_pkg_.a
2025-08-20T21:26:28.8760189Z [00:02:42.988]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build548448651/b387/_pkg_.a
2025-08-20T21:26:28.8761726Z [00:02:42.988]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp=/tmp/go-build548448651/b702/_pkg_.a
2025-08-20T21:26:28.8763052Z [00:02:42.988]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build548448651/b200/_pkg_.a
2025-08-20T21:26:28.8764192Z [00:02:42.988]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build548448651/b210/_pkg_.a
2025-08-20T21:26:28.8765377Z [00:02:42.988]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build548448651/b214/_pkg_.a
2025-08-20T21:26:28.8766571Z [00:02:42.988]➜  packagefile go.uber.org/zap=/tmp/go-build548448651/b266/_pkg_.a
2025-08-20T21:26:28.8767435Z [00:02:42.988]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:28.8768261Z [00:02:42.988]➜  packagefile math/rand=/tmp/go-build548448651/b109/_pkg_.a
2025-08-20T21:26:28.8769275Z [00:02:42.988]➜  packagefile mime=/tmp/go-build548448651/b178/_pkg_.a
2025-08-20T21:26:28.8770080Z [00:02:42.988]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:28.8770899Z [00:02:42.988]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:28.8771802Z [00:02:42.988]➜  packagefile net/textproto=/tmp/go-build548448651/b175/_pkg_.a
2025-08-20T21:26:28.8772671Z [00:02:42.988]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:28.8773474Z [00:02:42.988]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:28.8774389Z [00:02:42.988]➜  packagefile path=/tmp/go-build548448651/b063/_pkg_.a
2025-08-20T21:26:28.8775238Z [00:02:42.988]➜  packagefile regexp=/tmp/go-build548448651/b192/_pkg_.a
2025-08-20T21:26:28.8776224Z [00:02:42.988]➜  packagefile runtime/debug=/tmp/go-build548448651/b260/_pkg_.a
2025-08-20T21:26:28.8777143Z [00:02:42.988]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:28.8777993Z [00:02:42.988]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:28.8778997Z [00:02:42.988]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:28.8779793Z [00:02:42.988]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:28.8780571Z [00:02:42.988]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:28.8781376Z [00:02:42.988]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:28.8781962Z [00:02:42.988]➜  EOF
2025-08-20T21:26:28.8799780Z [00:02:42.988]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b654/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/gateway=>github.com/ipfs/boxo@v0.34.0/gateway;$WORK/b654=>" -p github.com/ipfs/boxo/gateway -lang=go1.24 -complete -installsuffix shared -buildid km4yysIrT8U5px6ZZKCs/km4yysIrT8U5px6ZZKCs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b654/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/gateway/backend.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/gateway/backend_blocks.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/gateway/backend_car.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/gateway/backend_car_fetcher.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/gateway/backend_car_files.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/gateway/backend_car_traversal.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/gateway/blockstore.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/gateway/dns.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/gateway/doc.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/gateway/errors.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/gateway/gateway.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/gateway/handler.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/gateway/handler_block.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/gateway/handler_car.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/gateway/handler_codec.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/gateway/handler_defaults.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/gateway/handler_ipns_record.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/gateway/handler_tar.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/gateway/handler_unixfs_dir.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/gateway/handler_unixfs_file.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/gateway/handler_unixfs_redirects.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/gateway/headers.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/gateway/hostname.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/gateway/metrics.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/gateway/middleware_metrics.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/gateway/middleware_ratelimit.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/gateway/middleware_retrieval_timeout.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/gateway/serve_http_content.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/gateway/value_store.go
2025-08-20T21:26:28.9041721Z [00:02:43.026]➜  go tool buildid -w $WORK/b716/_pkg_.a # internal
2025-08-20T21:26:28.9056686Z [00:02:43.028]➜  cp $WORK/b716/_pkg_.a /root/.cache/go-build/39/398d3a3b22071cfd19efcf41ce1575fe28b75b6046b1a29d0e2ecd8aad0f0c01-d # internal
2025-08-20T21:26:28.9061378Z [00:02:43.028]➜  golang.org/x/crypto/cryptobyte
2025-08-20T21:26:28.9061979Z [00:02:43.028]➜  mkdir -p $WORK/b719/
2025-08-20T21:26:28.9070602Z [00:02:43.029]➜  cat >/tmp/go-build548448651/b719/importcfg << 'EOF' # internal
2025-08-20T21:26:28.9073461Z [00:02:43.029]➜  # import config
2025-08-20T21:26:28.9074232Z [00:02:43.029]➜  packagefile encoding/asn1=/tmp/go-build548448651/b129/_pkg_.a
2025-08-20T21:26:28.9075360Z [00:02:43.030]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:28.9076392Z [00:02:43.030]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:28.9077447Z [00:02:43.030]➜  packagefile golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build548448651/b720/_pkg_.a
2025-08-20T21:26:28.9078465Z [00:02:43.030]➜  packagefile math/big=/tmp/go-build548448651/b108/_pkg_.a
2025-08-20T21:26:28.9079471Z [00:02:43.030]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:28.9080298Z [00:02:43.030]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:28.9080946Z [00:02:43.030]➜  EOF
2025-08-20T21:26:28.9085346Z [00:02:43.030]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b719/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/cryptobyte=>golang.org/x/crypto@v0.41.0/cryptobyte;$WORK/b719=>" -p golang.org/x/crypto/cryptobyte -lang=go1.23 -complete -installsuffix shared -buildid tbaOrPgyrSdGZSWrVFCT/tbaOrPgyrSdGZSWrVFCT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b719/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/cryptobyte/asn1.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/cryptobyte/builder.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/cryptobyte/string.go
2025-08-20T21:26:28.9860098Z [00:02:43.108]➜  go tool buildid -w $WORK/b718/_pkg_.a # internal
2025-08-20T21:26:28.9894219Z [00:02:43.112]➜  cp $WORK/b718/_pkg_.a /root/.cache/go-build/a9/a9cd9d4039113b13447dce155839310128545794f758e9dfa215aab623fe1757-d # internal
2025-08-20T21:26:28.9904175Z [00:02:43.113]➜  golang.org/x/text/unicode/bidi
2025-08-20T21:26:28.9908185Z [00:02:43.113]➜  mkdir -p $WORK/b723/
2025-08-20T21:26:28.9916721Z [00:02:43.114]➜  cat >/tmp/go-build548448651/b723/importcfg << 'EOF' # internal
2025-08-20T21:26:28.9918298Z [00:02:43.114]➜  # import config
2025-08-20T21:26:28.9919569Z [00:02:43.114]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:28.9920686Z [00:02:43.114]➜  packagefile container/list=/tmp/go-build548448651/b081/_pkg_.a
2025-08-20T21:26:28.9922679Z [00:02:43.114]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:28.9923456Z [00:02:43.114]➜  packagefile log=/tmp/go-build548448651/b071/_pkg_.a
2025-08-20T21:26:28.9924473Z [00:02:43.114]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:28.9925321Z [00:02:43.114]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:28.9925953Z [00:02:43.114]➜  EOF
2025-08-20T21:26:28.9936945Z [00:02:43.116]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b723/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.28.0/unicode/bidi=>golang.org/x/text@v0.28.0/unicode/bidi;$WORK/b723=>" -p golang.org/x/text/unicode/bidi -lang=go1.23 -complete -installsuffix shared -buildid zxhvFE-HjkF7h4pMXImn/zxhvFE-HjkF7h4pMXImn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b723/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.28.0/unicode/bidi/bidi.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/unicode/bidi/bracket.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/unicode/bidi/core.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/unicode/bidi/prop.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/unicode/bidi/tables15.0.0.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/unicode/bidi/trieval.go
2025-08-20T21:26:29.0639866Z [00:02:43.186]➜  go tool buildid -w $WORK/b719/_pkg_.a # internal
2025-08-20T21:26:29.0665584Z [00:02:43.189]➜  cp $WORK/b719/_pkg_.a /root/.cache/go-build/0b/0b42b007fa8e5ca73ca93ab7b2fbbc87b7c80cf37f76d47f5ad653298967b91b-d # internal
2025-08-20T21:26:29.0678434Z [00:02:43.190]➜  github.com/zeebo/blake3/internal/consts
2025-08-20T21:26:29.0679172Z [00:02:43.190]➜  mkdir -p $WORK/b728/
2025-08-20T21:26:29.0679901Z [00:02:43.190]➜  cat >/tmp/go-build548448651/b728/importcfg << 'EOF' # internal
2025-08-20T21:26:29.0680603Z [00:02:43.190]➜  # import config
2025-08-20T21:26:29.0681660Z [00:02:43.190]➜  packagefile github.com/klauspost/cpuid/v2=/tmp/go-build548448651/b246/_pkg_.a
2025-08-20T21:26:29.0682647Z [00:02:43.190]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:29.0683371Z [00:02:43.190]➜  EOF
2025-08-20T21:26:29.0688197Z [00:02:43.190]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b728/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zeebo/blake3@v0.2.4/internal/consts=>github.com/zeebo/blake3@v0.2.4/internal/consts;$WORK/b728=>" -p github.com/zeebo/blake3/internal/consts -lang=go1.18 -complete -installsuffix shared -buildid NH5_zDbjUHacJm_XpeOf/NH5_zDbjUHacJm_XpeOf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b728/importcfg -pack /root/go/pkg/mod/github.com/zeebo/blake3@v0.2.4/internal/consts/consts.go /root/go/pkg/mod/github.com/zeebo/blake3@v0.2.4/internal/consts/cpu.go /root/go/pkg/mod/github.com/zeebo/blake3@v0.2.4/internal/consts/cpu_little.go
2025-08-20T21:26:29.0799224Z [00:02:43.202]➜  go tool buildid -w $WORK/b728/_pkg_.a # internal
2025-08-20T21:26:29.0807344Z [00:02:43.203]➜  cp $WORK/b728/_pkg_.a /root/.cache/go-build/65/653cd1913c80b80a9cbd9ddc11b0e55e8fe57ea58523e0b9d9d7e7ce8effebc8-d # internal
2025-08-20T21:26:29.0820884Z [00:02:43.203]➜  github.com/zeebo/blake3/internal/alg/compress/compress_pure
2025-08-20T21:26:29.0821647Z [00:02:43.203]➜  mkdir -p $WORK/b727/
2025-08-20T21:26:29.0822384Z [00:02:43.203]➜  cat >/tmp/go-build548448651/b727/importcfg << 'EOF' # internal
2025-08-20T21:26:29.0823047Z [00:02:43.203]➜  # import config
2025-08-20T21:26:29.0823925Z [00:02:43.203]➜  packagefile github.com/zeebo/blake3/internal/consts=/tmp/go-build548448651/b728/_pkg_.a
2025-08-20T21:26:29.0824962Z [00:02:43.203]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:29.0825582Z [00:02:43.203]➜  EOF
2025-08-20T21:26:29.0830348Z [00:02:43.203]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b727/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zeebo/blake3@v0.2.4/internal/alg/compress/compress_pure=>github.com/zeebo/blake3@v0.2.4/internal/alg/compress/compress_pure;$WORK/b727=>" -p github.com/zeebo/blake3/internal/alg/compress/compress_pure -lang=go1.18 -complete -installsuffix shared -buildid 4tnT0hlcyYDrNMxN08XU/4tnT0hlcyYDrNMxN08XU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b727/importcfg -pack /root/go/pkg/mod/github.com/zeebo/blake3@v0.2.4/internal/alg/compress/compress_pure/compress.go
2025-08-20T21:26:29.1030951Z [00:02:43.225]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e
2025-08-20T21:26:29.1040574Z [00:02:43.226]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b639=/tmp/go-build -gno-record-gcc-switches -I $WORK/b639/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e=/_/github.com/DataDog/zstd@v1.5.6-0.20230824185856-869dae002e5e -frandom-seed=Oy3-PWRcNZLWC5EgVEcV -o $WORK/b639/_x018.o -c pool.c
2025-08-20T21:26:29.1144370Z [00:02:43.236]➜  go tool buildid -w $WORK/b727/_pkg_.a # internal
2025-08-20T21:26:29.1160837Z [00:02:43.238]➜  cp $WORK/b727/_pkg_.a /root/.cache/go-build/f3/f37ff61a21421b0bc1e59bc32f23d9f270959acf4a867fa5e61e2a9fe8343f2c-d # internal
2025-08-20T21:26:29.1162413Z [00:02:43.239]➜  github.com/zeebo/blake3/internal/alg/compress
2025-08-20T21:26:29.1163166Z [00:02:43.239]➜  mkdir -p $WORK/b726/
2025-08-20T21:26:29.1166730Z [00:02:43.239]➜  cat >/tmp/go-build548448651/b726/importcfg << 'EOF' # internal
2025-08-20T21:26:29.1167434Z [00:02:43.239]➜  # import config
2025-08-20T21:26:29.1168457Z [00:02:43.239]➜  packagefile github.com/zeebo/blake3/internal/alg/compress/compress_pure=/tmp/go-build548448651/b727/_pkg_.a
2025-08-20T21:26:29.1170252Z [00:02:43.239]➜  packagefile github.com/zeebo/blake3/internal/alg/compress/compress_sse41=/tmp/go-build548448651/b729/_pkg_.a
2025-08-20T21:26:29.1171622Z [00:02:43.239]➜  packagefile github.com/zeebo/blake3/internal/consts=/tmp/go-build548448651/b728/_pkg_.a
2025-08-20T21:26:29.1172626Z [00:02:43.239]➜  EOF
2025-08-20T21:26:29.1173187Z [00:02:43.239]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:29.1177485Z [00:02:43.239]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b726/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zeebo/blake3@v0.2.4/internal/alg/compress=>github.com/zeebo/blake3@v0.2.4/internal/alg/compress;$WORK/b726=>" -p github.com/zeebo/blake3/internal/alg/compress -lang=go1.18 -complete -installsuffix shared -buildid jhU4zvPIYhA91skCKNCb/jhU4zvPIYhA91skCKNCb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b726/importcfg -pack /root/go/pkg/mod/github.com/zeebo/blake3@v0.2.4/internal/alg/compress/compress.go
2025-08-20T21:26:29.1309951Z [00:02:43.253]➜  go tool buildid -w $WORK/b726/_pkg_.a # internal
2025-08-20T21:26:29.1312663Z [00:02:43.253]➜  cp $WORK/b726/_pkg_.a /root/.cache/go-build/c9/c956cf7f3cc2daa80f7464a9a53adf223bbb0e7d7afd001e23ff1b99ea62f1da-d # internal
2025-08-20T21:26:29.1313903Z [00:02:43.253]➜  github.com/zeebo/blake3/internal/utils
2025-08-20T21:26:29.1314552Z [00:02:43.253]➜  mkdir -p $WORK/b733/
2025-08-20T21:26:29.1315324Z [00:02:43.253]➜  cat >/tmp/go-build548448651/b733/importcfg << 'EOF' # internal
2025-08-20T21:26:29.1316054Z [00:02:43.253]➜  # import config
2025-08-20T21:26:29.1316799Z [00:02:43.253]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:29.1317508Z [00:02:43.253]➜  EOF
2025-08-20T21:26:29.1321446Z [00:02:43.253]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b733/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zeebo/blake3@v0.2.4/internal/utils=>github.com/zeebo/blake3@v0.2.4/internal/utils;$WORK/b733=>" -p github.com/zeebo/blake3/internal/utils -lang=go1.18 -complete -installsuffix shared -buildid 67yaM1pqBrA0bFHAFYts/67yaM1pqBrA0bFHAFYts -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b733/importcfg -pack /root/go/pkg/mod/github.com/zeebo/blake3@v0.2.4/internal/utils/utils.go
2025-08-20T21:26:29.1564481Z [00:02:43.279]➜  go tool buildid -w $WORK/b733/_pkg_.a # internal
2025-08-20T21:26:29.1571671Z [00:02:43.279]➜  cp $WORK/b733/_pkg_.a /root/.cache/go-build/84/84eb0cb7ca91c5da54c5c25ab5e1ff6ce295e52cec2d35726599f0615bffba48-d # internal
2025-08-20T21:26:29.1574866Z [00:02:43.279]➜  github.com/zeebo/blake3/internal/alg/hash/hash_pure
2025-08-20T21:26:29.1577106Z [00:02:43.280]➜  mkdir -p $WORK/b732/
2025-08-20T21:26:29.1577916Z [00:02:43.280]➜  cat >/tmp/go-build548448651/b732/importcfg << 'EOF' # internal
2025-08-20T21:26:29.1578792Z [00:02:43.280]➜  # import config
2025-08-20T21:26:29.1579809Z [00:02:43.280]➜  packagefile github.com/zeebo/blake3/internal/alg/compress=/tmp/go-build548448651/b726/_pkg_.a
2025-08-20T21:26:29.1581224Z [00:02:43.280]➜  packagefile github.com/zeebo/blake3/internal/consts=/tmp/go-build548448651/b728/_pkg_.a
2025-08-20T21:26:29.1582577Z [00:02:43.280]➜  packagefile github.com/zeebo/blake3/internal/utils=/tmp/go-build548448651/b733/_pkg_.a
2025-08-20T21:26:29.1583452Z [00:02:43.280]➜  EOF
2025-08-20T21:26:29.1588213Z [00:02:43.280]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b732/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zeebo/blake3@v0.2.4/internal/alg/hash/hash_pure=>github.com/zeebo/blake3@v0.2.4/internal/alg/hash/hash_pure;$WORK/b732=>" -p github.com/zeebo/blake3/internal/alg/hash/hash_pure -lang=go1.18 -complete -installsuffix shared -buildid 9ln_nKsdUkq9VH53WKsd/9ln_nKsdUkq9VH53WKsd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b732/importcfg -pack /root/go/pkg/mod/github.com/zeebo/blake3@v0.2.4/internal/alg/hash/hash_pure/hashf.go /root/go/pkg/mod/github.com/zeebo/blake3@v0.2.4/internal/alg/hash/hash_pure/hashp.go
2025-08-20T21:26:29.1809085Z [00:02:43.303]➜  go tool buildid -w $WORK/b732/_pkg_.a # internal
2025-08-20T21:26:29.1821073Z [00:02:43.304]➜  cp $WORK/b732/_pkg_.a /root/.cache/go-build/d1/d11825f1e6e6cc5c84b4b5b4c0dd71ab62ed72ee49e688e87bc2c6629c4dca63-d # internal
2025-08-20T21:26:29.1822377Z [00:02:43.304]➜  github.com/zeebo/blake3/internal/alg/hash
2025-08-20T21:26:29.1823259Z [00:02:43.304]➜  mkdir -p $WORK/b730/
2025-08-20T21:26:29.1827606Z [00:02:43.305]➜  cat >/tmp/go-build548448651/b730/importcfg << 'EOF' # internal
2025-08-20T21:26:29.1828349Z [00:02:43.305]➜  # import config
2025-08-20T21:26:29.1829498Z [00:02:43.305]➜  packagefile github.com/zeebo/blake3/internal/alg/hash/hash_avx2=/tmp/go-build548448651/b731/_pkg_.a
2025-08-20T21:26:29.1832120Z [00:02:43.305]➜  packagefile github.com/zeebo/blake3/internal/alg/hash/hash_pure=/tmp/go-build548448651/b732/_pkg_.a
2025-08-20T21:26:29.1834209Z [00:02:43.305]➜  packagefile github.com/zeebo/blake3/internal/consts=/tmp/go-build548448651/b728/_pkg_.a
2025-08-20T21:26:29.1835466Z [00:02:43.305]➜  EOF
2025-08-20T21:26:29.1841262Z [00:02:43.305]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b730/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zeebo/blake3@v0.2.4/internal/alg/hash=>github.com/zeebo/blake3@v0.2.4/internal/alg/hash;$WORK/b730=>" -p github.com/zeebo/blake3/internal/alg/hash -lang=go1.18 -complete -installsuffix shared -buildid uUxSOEax0hnYz1rSHkqa/uUxSOEax0hnYz1rSHkqa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b730/importcfg -pack /root/go/pkg/mod/github.com/zeebo/blake3@v0.2.4/internal/alg/hash/hash.go
2025-08-20T21:26:29.1867070Z [00:02:43.309]➜  go tool buildid -w $WORK/b723/_pkg_.a # internal
2025-08-20T21:26:29.1888702Z [00:02:43.311]➜  cp $WORK/b723/_pkg_.a /root/.cache/go-build/8c/8c12c0dbe12dba45f12e5f9135b3496eb0753c454a62033679d494597f5b8e91-d # internal
2025-08-20T21:26:29.1893758Z [00:02:43.311]➜  golang.org/x/text/secure/bidirule
2025-08-20T21:26:29.1894420Z [00:02:43.311]➜  mkdir -p $WORK/b722/
2025-08-20T21:26:29.1895176Z [00:02:43.312]➜  cat >/tmp/go-build548448651/b722/importcfg << 'EOF' # internal
2025-08-20T21:26:29.1895881Z [00:02:43.312]➜  # import config
2025-08-20T21:26:29.1896548Z [00:02:43.312]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:29.1897525Z [00:02:43.312]➜  packagefile golang.org/x/text/transform=/tmp/go-build548448651/b581/_pkg_.a
2025-08-20T21:26:29.1898878Z [00:02:43.312]➜  packagefile golang.org/x/text/unicode/bidi=/tmp/go-build548448651/b723/_pkg_.a
2025-08-20T21:26:29.1899934Z [00:02:43.312]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:29.1900800Z [00:02:43.312]➜  EOF
2025-08-20T21:26:29.1916099Z [00:02:43.312]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b722/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.28.0/secure/bidirule=>golang.org/x/text@v0.28.0/secure/bidirule;$WORK/b722=>" -p golang.org/x/text/secure/bidirule -lang=go1.23 -complete -installsuffix shared -buildid zbULtc08QooqhfmfhH07/zbULtc08QooqhfmfhH07 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b722/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.28.0/secure/bidirule/bidirule.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/secure/bidirule/bidirule10.0.0.go
2025-08-20T21:26:29.1943704Z [00:02:43.317]➜  go tool buildid -w $WORK/b730/_pkg_.a # internal
2025-08-20T21:26:29.1952580Z [00:02:43.318]➜  cp $WORK/b730/_pkg_.a /root/.cache/go-build/c5/c53f6514fd68375d010bc5388b64a501a8b44c22e3235145e73714821d06cc04-d # internal
2025-08-20T21:26:29.1956758Z [00:02:43.318]➜  github.com/zeebo/blake3/internal/alg
2025-08-20T21:26:29.1957420Z [00:02:43.318]➜  mkdir -p $WORK/b725/
2025-08-20T21:26:29.1964537Z [00:02:43.319]➜  cat >/tmp/go-build548448651/b725/importcfg << 'EOF' # internal
2025-08-20T21:26:29.1965273Z [00:02:43.319]➜  # import config
2025-08-20T21:26:29.1966264Z [00:02:43.319]➜  packagefile github.com/zeebo/blake3/internal/alg/compress=/tmp/go-build548448651/b726/_pkg_.a
2025-08-20T21:26:29.1967682Z [00:02:43.319]➜  packagefile github.com/zeebo/blake3/internal/alg/hash=/tmp/go-build548448651/b730/_pkg_.a
2025-08-20T21:26:29.1968729Z [00:02:43.319]➜  EOF
2025-08-20T21:26:29.1972660Z [00:02:43.319]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b725/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zeebo/blake3@v0.2.4/internal/alg=>github.com/zeebo/blake3@v0.2.4/internal/alg;$WORK/b725=>" -p github.com/zeebo/blake3/internal/alg -lang=go1.18 -complete -installsuffix shared -buildid 9-S7DomOKyuQvh6Zxgfz/9-S7DomOKyuQvh6Zxgfz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b725/importcfg -pack /root/go/pkg/mod/github.com/zeebo/blake3@v0.2.4/internal/alg/alg.go
2025-08-20T21:26:29.2104301Z [00:02:43.333]➜  go tool buildid -w $WORK/b725/_pkg_.a # internal
2025-08-20T21:26:29.2116220Z [00:02:43.333]➜  cp $WORK/b725/_pkg_.a /root/.cache/go-build/22/229d244e7f7b5dd0ebbd91bde0d09db3a4c1371da171ad43842925764406821b-d # internal
2025-08-20T21:26:29.2117668Z [00:02:43.334]➜  github.com/zeebo/blake3
2025-08-20T21:26:29.2118848Z [00:02:43.334]➜  mkdir -p $WORK/b724/
2025-08-20T21:26:29.2124254Z [00:02:43.334]➜  cat >/tmp/go-build548448651/b724/importcfg << 'EOF' # internal
2025-08-20T21:26:29.2125069Z [00:02:43.334]➜  # import config
2025-08-20T21:26:29.2125797Z [00:02:43.334]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:29.2126728Z [00:02:43.334]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:29.2137466Z [00:02:43.334]➜  packagefile github.com/zeebo/blake3/internal/alg=/tmp/go-build548448651/b725/_pkg_.a
2025-08-20T21:26:29.2139036Z [00:02:43.334]➜  packagefile github.com/zeebo/blake3/internal/consts=/tmp/go-build548448651/b728/_pkg_.a
2025-08-20T21:26:29.2142708Z [00:02:43.334]➜  packagefile github.com/zeebo/blake3/internal/utils=/tmp/go-build548448651/b733/_pkg_.a
2025-08-20T21:26:29.2146481Z [00:02:43.334]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:29.2147411Z [00:02:43.334]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:29.2148103Z [00:02:43.334]➜  EOF
2025-08-20T21:26:29.2157816Z [00:02:43.335]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b724/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zeebo/blake3@v0.2.4=>github.com/zeebo/blake3@v0.2.4;$WORK/b724=>" -p github.com/zeebo/blake3 -lang=go1.18 -complete -installsuffix shared -buildid lMyYhdyN6wpaouLVPJ7p/lMyYhdyN6wpaouLVPJ7p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b724/importcfg -pack /root/go/pkg/mod/github.com/zeebo/blake3@v0.2.4/api.go /root/go/pkg/mod/github.com/zeebo/blake3@v0.2.4/blake3.go /root/go/pkg/mod/github.com/zeebo/blake3@v0.2.4/digest.go
2025-08-20T21:26:29.2162022Z [00:02:43.336]➜  go tool buildid -w $WORK/b722/_pkg_.a # internal
2025-08-20T21:26:29.2163457Z [00:02:43.337]➜  cp $WORK/b722/_pkg_.a /root/.cache/go-build/62/62fa65f11ecd113c5a7352c58543c0f6378a67d8bfb40e6218e4e18f4b5387fa-d # internal
2025-08-20T21:26:29.2164601Z [00:02:43.338]➜  golang.org/x/net/idna
2025-08-20T21:26:29.2165185Z [00:02:43.338]➜  mkdir -p $WORK/b721/
2025-08-20T21:26:29.2165956Z [00:02:43.338]➜  cat >/tmp/go-build548448651/b721/importcfg << 'EOF' # internal
2025-08-20T21:26:29.2166668Z [00:02:43.338]➜  # import config
2025-08-20T21:26:29.2167340Z [00:02:43.338]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:29.2168409Z [00:02:43.338]➜  packagefile golang.org/x/text/secure/bidirule=/tmp/go-build548448651/b722/_pkg_.a
2025-08-20T21:26:29.2170077Z [00:02:43.338]➜  packagefile golang.org/x/text/unicode/bidi=/tmp/go-build548448651/b723/_pkg_.a
2025-08-20T21:26:29.2171302Z [00:02:43.338]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build548448651/b582/_pkg_.a
2025-08-20T21:26:29.2172358Z [00:02:43.338]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:29.2173233Z [00:02:43.338]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:29.2174165Z [00:02:43.338]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:29.2174880Z [00:02:43.338]➜  EOF
2025-08-20T21:26:29.2180846Z [00:02:43.338]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b721/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.43.0/idna=>golang.org/x/net@v0.43.0/idna;$WORK/b721=>" -p golang.org/x/net/idna -lang=go1.23 -complete -installsuffix shared -buildid tjJzTU4yAhX_SKVE1pY7/tjJzTU4yAhX_SKVE1pY7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b721/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.43.0/idna/go118.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/idna/idna10.0.0.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/idna/punycode.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/idna/tables15.0.0.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/idna/trie.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/idna/trie13.0.0.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/idna/trieval.go
2025-08-20T21:26:29.2400719Z [00:02:43.362]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e
2025-08-20T21:26:29.2404956Z [00:02:43.362]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b639=/tmp/go-build -gno-record-gcc-switches -I $WORK/b639/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e=/_/github.com/DataDog/zstd@v1.5.6-0.20230824185856-869dae002e5e -frandom-seed=Oy3-PWRcNZLWC5EgVEcV -o $WORK/b639/_x019.o -c threading.c
2025-08-20T21:26:29.2593307Z [00:02:43.382]➜  go tool buildid -w $WORK/b724/_pkg_.a # internal
2025-08-20T21:26:29.2601761Z [00:02:43.382]➜  cp $WORK/b724/_pkg_.a /root/.cache/go-build/68/68917e30c3fda68828c5e42d988e2e7ab93c37b3688e0d5559b19a1e3cf74228-d # internal
2025-08-20T21:26:29.2602808Z [00:02:43.382]➜  go.uber.org/zap/exp/zapslog
2025-08-20T21:26:29.2603306Z [00:02:43.382]➜  mkdir -p $WORK/b734/
2025-08-20T21:26:29.2603953Z [00:02:43.382]➜  cat >/tmp/go-build548448651/b734/importcfg << 'EOF' # internal
2025-08-20T21:26:29.2604605Z [00:02:43.382]➜  # import config
2025-08-20T21:26:29.2605211Z [00:02:43.382]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:29.2605988Z [00:02:43.382]➜  packagefile go.uber.org/zap=/tmp/go-build548448651/b266/_pkg_.a
2025-08-20T21:26:29.2606914Z [00:02:43.382]➜  packagefile go.uber.org/zap/internal/stacktrace=/tmp/go-build548448651/b275/_pkg_.a
2025-08-20T21:26:29.2607876Z [00:02:43.382]➜  packagefile go.uber.org/zap/zapcore=/tmp/go-build548448651/b269/_pkg_.a
2025-08-20T21:26:29.2608845Z [00:02:43.382]➜  packagefile log/slog=/tmp/go-build548448651/b202/_pkg_.a
2025-08-20T21:26:29.2609814Z [00:02:43.382]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:29.2610374Z [00:02:43.382]➜  EOF
2025-08-20T21:26:29.2610852Z [00:02:43.382]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:29.2614535Z [00:02:43.382]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b734/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/zap/exp@v0.3.0/zapslog=>go.uber.org/zap/exp@v0.3.0/zapslog;$WORK/b734=>" -p go.uber.org/zap/exp/zapslog -lang=go1.19 -complete -installsuffix shared -buildid -P1AH0ihvkSykd_Mi9vv/-P1AH0ihvkSykd_Mi9vv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b734/importcfg -pack /root/go/pkg/mod/go.uber.org/zap/exp@v0.3.0/zapslog/doc.go /root/go/pkg/mod/go.uber.org/zap/exp@v0.3.0/zapslog/handler.go /root/go/pkg/mod/go.uber.org/zap/exp@v0.3.0/zapslog/options.go
2025-08-20T21:26:29.2685451Z [00:02:43.391]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e
2025-08-20T21:26:29.2691423Z [00:02:43.391]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b639=/tmp/go-build -gno-record-gcc-switches -I $WORK/b639/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e=/_/github.com/DataDog/zstd@v1.5.6-0.20230824185856-869dae002e5e -frandom-seed=Oy3-PWRcNZLWC5EgVEcV -o $WORK/b639/_x020.o -c xxhash.c
2025-08-20T21:26:29.3078913Z [00:02:43.429]➜  go tool buildid -w $WORK/b734/_pkg_.a # internal
2025-08-20T21:26:29.3085378Z [00:02:43.430]➜  cp $WORK/b734/_pkg_.a /root/.cache/go-build/87/8741dc71025e8ab58f131c5a5a99d0c4245d7d81cb1227db7f2d23a26579087e-d # internal
2025-08-20T21:26:29.3093683Z [00:02:43.430]➜  golang.org/x/crypto/ocsp
2025-08-20T21:26:29.3094547Z [00:02:43.431]➜  mkdir -p $WORK/b735/
2025-08-20T21:26:29.3095541Z [00:02:43.431]➜  cat >/tmp/go-build548448651/b735/importcfg << 'EOF' # internal
2025-08-20T21:26:29.3096303Z [00:02:43.431]➜  # import config
2025-08-20T21:26:29.3097014Z [00:02:43.431]➜  packagefile crypto=/tmp/go-build548448651/b084/_pkg_.a
2025-08-20T21:26:29.3097980Z [00:02:43.431]➜  packagefile crypto/ecdsa=/tmp/go-build548448651/b118/_pkg_.a
2025-08-20T21:26:29.3099156Z [00:02:43.431]➜  packagefile crypto/elliptic=/tmp/go-build548448651/b119/_pkg_.a
2025-08-20T21:26:29.3101983Z [00:02:43.431]➜  packagefile crypto/rand=/tmp/go-build548448651/b082/_pkg_.a
2025-08-20T21:26:29.3102967Z [00:02:43.431]➜  packagefile crypto/rsa=/tmp/go-build548448651/b148/_pkg_.a
2025-08-20T21:26:29.3103918Z [00:02:43.431]➜  packagefile crypto/sha1=/tmp/go-build548448651/b150/_pkg_.a
2025-08-20T21:26:29.3104881Z [00:02:43.431]➜  packagefile crypto/sha256=/tmp/go-build548448651/b151/_pkg_.a
2025-08-20T21:26:29.3105862Z [00:02:43.431]➜  packagefile crypto/sha512=/tmp/go-build548448651/b127/_pkg_.a
2025-08-20T21:26:29.3106827Z [00:02:43.431]➜  packagefile crypto/x509=/tmp/go-build548448651/b154/_pkg_.a
2025-08-20T21:26:29.3107792Z [00:02:43.431]➜  packagefile crypto/x509/pkix=/tmp/go-build548448651/b156/_pkg_.a
2025-08-20T21:26:29.3109024Z [00:02:43.431]➜  packagefile encoding/asn1=/tmp/go-build548448651/b129/_pkg_.a
2025-08-20T21:26:29.3110121Z [00:02:43.431]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:29.3110964Z [00:02:43.431]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:29.3111840Z [00:02:43.431]➜  packagefile math/big=/tmp/go-build548448651/b108/_pkg_.a
2025-08-20T21:26:29.3112683Z [00:02:43.431]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:29.3113477Z [00:02:43.431]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:29.3114060Z [00:02:43.431]➜  EOF
2025-08-20T21:26:29.3114560Z [00:02:43.431]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:29.3117992Z [00:02:43.431]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b735/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ocsp=>golang.org/x/crypto@v0.41.0/ocsp;$WORK/b735=>" -p golang.org/x/crypto/ocsp -lang=go1.23 -complete -installsuffix shared -buildid cyJcvS_3qsZnzRxQCtRP/cyJcvS_3qsZnzRxQCtRP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b735/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ocsp/ocsp.go
2025-08-20T21:26:29.3729821Z [00:02:43.495]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e
2025-08-20T21:26:29.3735929Z [00:02:43.495]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b639=/tmp/go-build -gno-record-gcc-switches -I $WORK/b639/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e=/_/github.com/DataDog/zstd@v1.5.6-0.20230824185856-869dae002e5e -frandom-seed=Oy3-PWRcNZLWC5EgVEcV -o $WORK/b639/_x021.o -c zbuff_common.c
2025-08-20T21:26:29.3770696Z [00:02:43.499]➜  go tool buildid -w $WORK/b735/_pkg_.a # internal
2025-08-20T21:26:29.3788889Z [00:02:43.501]➜  cp $WORK/b735/_pkg_.a /root/.cache/go-build/fb/fb24d6fb1e567ee03525e5da500a3e825959fc47f11c64569627155a0b1d6896-d # internal
2025-08-20T21:26:29.3800167Z [00:02:43.502]➜  github.com/libp2p/go-libp2p/core/pnet
2025-08-20T21:26:29.3803041Z [00:02:43.502]➜  mkdir -p $WORK/b737/
2025-08-20T21:26:29.3807798Z [00:02:43.503]➜  cat >/tmp/go-build548448651/b737/importcfg << 'EOF' # internal
2025-08-20T21:26:29.3816109Z [00:02:43.503]➜  # import config
2025-08-20T21:26:29.3816788Z [00:02:43.503]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:29.3817598Z [00:02:43.503]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:29.3818824Z [00:02:43.503]➜  packagefile encoding/base64=/tmp/go-build548448651/b054/_pkg_.a
2025-08-20T21:26:29.3819779Z [00:02:43.503]➜  packagefile encoding/hex=/tmp/go-build548448651/b157/_pkg_.a
2025-08-20T21:26:29.3820789Z [00:02:43.503]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:29.3821565Z [00:02:43.503]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:29.3822688Z [00:02:43.503]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:29.3823384Z [00:02:43.503]➜  EOF
2025-08-20T21:26:29.3824025Z [00:02:43.503]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:29.3830004Z [00:02:43.504]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b737/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/pnet=>github.com/libp2p/go-libp2p@v0.43.0/core/pnet;$WORK/b737=>" -p github.com/libp2p/go-libp2p/core/pnet -lang=go1.23 -complete -installsuffix shared -buildid ydjPM8eSVfcoR6LcG_26/ydjPM8eSVfcoR6LcG_26 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b737/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/pnet/codec.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/pnet/env.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/pnet/error.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/pnet/protector.go
2025-08-20T21:26:29.4096242Z [00:02:43.532]➜  go tool buildid -w $WORK/b737/_pkg_.a # internal
2025-08-20T21:26:29.4111350Z [00:02:43.533]➜  cp $WORK/b737/_pkg_.a /root/.cache/go-build/6e/6e3ff53ac3da8abf4d9f35185bfa57d1244f4090762036e12c8ee2e4dbf39305-d # internal
2025-08-20T21:26:29.4121520Z [00:02:43.534]➜  github.com/libp2p/go-libp2p/core/sec
2025-08-20T21:26:29.4124421Z [00:02:43.534]➜  mkdir -p $WORK/b738/
2025-08-20T21:26:29.4128726Z [00:02:43.535]➜  cat >/tmp/go-build548448651/b738/importcfg << 'EOF' # internal
2025-08-20T21:26:29.4130938Z [00:02:43.535]➜  # import config
2025-08-20T21:26:29.4139158Z [00:02:43.535]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:29.4140068Z [00:02:43.535]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:29.4141385Z [00:02:43.535]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build548448651/b417/_pkg_.a
2025-08-20T21:26:29.4142697Z [00:02:43.535]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:29.4144170Z [00:02:43.535]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build548448651/b419/_pkg_.a
2025-08-20T21:26:29.4145252Z [00:02:43.535]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:29.4145893Z [00:02:43.535]➜  EOF
2025-08-20T21:26:29.4161637Z [00:02:43.536]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b738/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/sec=>github.com/libp2p/go-libp2p@v0.43.0/core/sec;$WORK/b738=>" -p github.com/libp2p/go-libp2p/core/sec -lang=go1.23 -complete -installsuffix shared -buildid AzDGeBAI9gMjEFO96KAU/AzDGeBAI9gMjEFO96KAU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b738/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/sec/security.go
2025-08-20T21:26:29.4408820Z [00:02:43.563]➜  go tool buildid -w $WORK/b721/_pkg_.a # internal
2025-08-20T21:26:29.4479644Z [00:02:43.570]➜  cp $WORK/b721/_pkg_.a /root/.cache/go-build/0e/0ee85e8433adf3d6b66d5875564cba1ea7e6a3def555cc4456b79353b3db1309-d # internal
2025-08-20T21:26:29.4485667Z [00:02:43.570]➜  github.com/mholt/acmez/v3
2025-08-20T21:26:29.4486726Z [00:02:43.570]➜  mkdir -p $WORK/b717/
2025-08-20T21:26:29.4510278Z [00:02:43.571]➜  cat >/tmp/go-build548448651/b717/importcfg << 'EOF' # internal
2025-08-20T21:26:29.4510972Z [00:02:43.571]➜  # import config
2025-08-20T21:26:29.4511656Z [00:02:43.571]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:29.4514814Z [00:02:43.571]➜  packagefile crypto=/tmp/go-build548448651/b084/_pkg_.a
2025-08-20T21:26:29.4515658Z [00:02:43.571]➜  packagefile crypto/ecdsa=/tmp/go-build548448651/b118/_pkg_.a
2025-08-20T21:26:29.4516692Z [00:02:43.571]➜  packagefile crypto/elliptic=/tmp/go-build548448651/b119/_pkg_.a
2025-08-20T21:26:29.4517694Z [00:02:43.571]➜  packagefile crypto/rand=/tmp/go-build548448651/b082/_pkg_.a
2025-08-20T21:26:29.4518764Z [00:02:43.571]➜  packagefile crypto/sha256=/tmp/go-build548448651/b151/_pkg_.a
2025-08-20T21:26:29.4519598Z [00:02:43.571]➜  packagefile crypto/tls=/tmp/go-build548448651/b110/_pkg_.a
2025-08-20T21:26:29.4520460Z [00:02:43.571]➜  packagefile crypto/x509=/tmp/go-build548448651/b154/_pkg_.a
2025-08-20T21:26:29.4521318Z [00:02:43.571]➜  packagefile crypto/x509/pkix=/tmp/go-build548448651/b156/_pkg_.a
2025-08-20T21:26:29.4522249Z [00:02:43.571]➜  packagefile encoding/asn1=/tmp/go-build548448651/b129/_pkg_.a
2025-08-20T21:26:29.4525116Z [00:02:43.571]➜  packagefile encoding/base64=/tmp/go-build548448651/b054/_pkg_.a
2025-08-20T21:26:29.4526026Z [00:02:43.571]➜  packagefile encoding/pem=/tmp/go-build548448651/b158/_pkg_.a
2025-08-20T21:26:29.4526842Z [00:02:43.571]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:29.4527614Z [00:02:43.571]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:29.4528826Z [00:02:43.571]➜  packagefile github.com/mholt/acmez/v3/acme=/tmp/go-build548448651/b718/_pkg_.a
2025-08-20T21:26:29.4529942Z [00:02:43.571]➜  packagefile golang.org/x/crypto/cryptobyte=/tmp/go-build548448651/b719/_pkg_.a
2025-08-20T21:26:29.4531130Z [00:02:43.571]➜  packagefile golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build548448651/b720/_pkg_.a
2025-08-20T21:26:29.4532572Z [00:02:43.571]➜  packagefile golang.org/x/net/idna=/tmp/go-build548448651/b721/_pkg_.a
2025-08-20T21:26:29.4533477Z [00:02:43.571]➜  packagefile log/slog=/tmp/go-build548448651/b202/_pkg_.a
2025-08-20T21:26:29.4534314Z [00:02:43.571]➜  packagefile math/big=/tmp/go-build548448651/b108/_pkg_.a
2025-08-20T21:26:29.4535174Z [00:02:43.571]➜  packagefile math/rand=/tmp/go-build548448651/b109/_pkg_.a
2025-08-20T21:26:29.4536052Z [00:02:43.571]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:29.4537136Z [00:02:43.571]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:29.4538145Z [00:02:43.571]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:29.4539264Z [00:02:43.571]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:29.4540015Z [00:02:43.571]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:29.4540743Z [00:02:43.571]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:29.4541290Z [00:02:43.571]➜  EOF
2025-08-20T21:26:29.4546054Z [00:02:43.571]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b717/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mholt/acmez/v3@v3.1.2=>github.com/mholt/acmez/v3@v3.1.2;$WORK/b717=>" -p github.com/mholt/acmez/v3 -lang=go1.21 -complete -installsuffix shared -buildid Mwty8bH6LcLDfRXoopSz/Mwty8bH6LcLDfRXoopSz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b717/importcfg -pack /root/go/pkg/mod/github.com/mholt/acmez/v3@v3.1.2/client.go /root/go/pkg/mod/github.com/mholt/acmez/v3@v3.1.2/csr.go /root/go/pkg/mod/github.com/mholt/acmez/v3@v3.1.2/mailreply00.go /root/go/pkg/mod/github.com/mholt/acmez/v3@v3.1.2/solver.go /root/go/pkg/mod/github.com/mholt/acmez/v3@v3.1.2/tlsalpn01.go
2025-08-20T21:26:29.4552237Z [00:02:43.574]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e
2025-08-20T21:26:29.4555893Z [00:02:43.574]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b639=/tmp/go-build -gno-record-gcc-switches -I $WORK/b639/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e=/_/github.com/DataDog/zstd@v1.5.6-0.20230824185856-869dae002e5e -frandom-seed=Oy3-PWRcNZLWC5EgVEcV -o $WORK/b639/_x022.o -c zbuff_compress.c
2025-08-20T21:26:29.4559198Z [00:02:43.575]➜  go tool buildid -w $WORK/b738/_pkg_.a # internal
2025-08-20T21:26:29.4560655Z [00:02:43.576]➜  cp $WORK/b738/_pkg_.a /root/.cache/go-build/30/303f3625033f58a0da3aa4a54941d143e3ce977b0652e279c0d9182c3c376bb0-d # internal
2025-08-20T21:26:29.4567260Z [00:02:43.579]➜  github.com/libp2p/go-libp2p/core/sec/insecure/pb
2025-08-20T21:26:29.4572239Z [00:02:43.580]➜  mkdir -p $WORK/b740/
2025-08-20T21:26:29.4581097Z [00:02:43.580]➜  cat >/tmp/go-build548448651/b740/importcfg << 'EOF' # internal
2025-08-20T21:26:29.4589318Z [00:02:43.580]➜  # import config
2025-08-20T21:26:29.4590284Z [00:02:43.580]➜  packagefile github.com/libp2p/go-libp2p/core/crypto/pb=/tmp/go-build548448651/b316/_pkg_.a
2025-08-20T21:26:29.4591559Z [00:02:43.580]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build548448651/b281/_pkg_.a
2025-08-20T21:26:29.4592848Z [00:02:43.580]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build548448651/b287/_pkg_.a
2025-08-20T21:26:29.4593892Z [00:02:43.580]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:29.4594630Z [00:02:43.580]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:29.4595223Z [00:02:43.580]➜  EOF
2025-08-20T21:26:29.4601129Z [00:02:43.582]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:29.4608919Z [00:02:43.583]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b740/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/sec/insecure/pb=>github.com/libp2p/go-libp2p@v0.43.0/core/sec/insecure/pb;$WORK/b740=>" -p github.com/libp2p/go-libp2p/core/sec/insecure/pb -lang=go1.23 -complete -installsuffix shared -buildid t-ga3fycf1JBe-e6jOWc/t-ga3fycf1JBe-e6jOWc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b740/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/sec/insecure/pb/plaintext.pb.go
2025-08-20T21:26:29.5409999Z [00:02:43.663]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e
2025-08-20T21:26:29.5419590Z [00:02:43.664]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b639=/tmp/go-build -gno-record-gcc-switches -I $WORK/b639/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e=/_/github.com/DataDog/zstd@v1.5.6-0.20230824185856-869dae002e5e -frandom-seed=Oy3-PWRcNZLWC5EgVEcV -o $WORK/b639/_x023.o -c zbuff_decompress.c
2025-08-20T21:26:29.5458206Z [00:02:43.668]➜  go tool buildid -w $WORK/b740/_pkg_.a # internal
2025-08-20T21:26:29.5475808Z [00:02:43.670]➜  cp $WORK/b740/_pkg_.a /root/.cache/go-build/9d/9d9d29e43fcfbb306a360ca0ce951d0e50c28e5d77cd3895592ea2e81f892a6b-d # internal
2025-08-20T21:26:29.5528220Z [00:02:43.675]➜  github.com/libp2p/go-libp2p/core/sec/insecure
2025-08-20T21:26:29.5532313Z [00:02:43.676]➜  mkdir -p $WORK/b739/
2025-08-20T21:26:29.5541174Z [00:02:43.676]➜  cat >/tmp/go-build548448651/b739/importcfg << 'EOF' # internal
2025-08-20T21:26:29.5542184Z [00:02:43.676]➜  # import config
2025-08-20T21:26:29.5545024Z [00:02:43.676]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:29.5545900Z [00:02:43.677]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:29.5546966Z [00:02:43.677]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build548448651/b311/_pkg_.a
2025-08-20T21:26:29.5548190Z [00:02:43.677]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build548448651/b417/_pkg_.a
2025-08-20T21:26:29.5549614Z [00:02:43.677]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:29.5550879Z [00:02:43.677]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build548448651/b419/_pkg_.a
2025-08-20T21:26:29.5552106Z [00:02:43.677]➜  packagefile github.com/libp2p/go-libp2p/core/sec=/tmp/go-build548448651/b738/_pkg_.a
2025-08-20T21:26:29.5553558Z [00:02:43.677]➜  packagefile github.com/libp2p/go-libp2p/core/sec/insecure/pb=/tmp/go-build548448651/b740/_pkg_.a
2025-08-20T21:26:29.5554908Z [00:02:43.677]➜  packagefile github.com/libp2p/go-msgio=/tmp/go-build548448651/b421/_pkg_.a
2025-08-20T21:26:29.5556033Z [00:02:43.677]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build548448651/b300/_pkg_.a
2025-08-20T21:26:29.5556992Z [00:02:43.677]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:29.5557782Z [00:02:43.677]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:29.5558373Z [00:02:43.677]➜  EOF
2025-08-20T21:26:29.5565581Z [00:02:43.679]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:29.5571787Z [00:02:43.679]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b739/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/sec/insecure=>github.com/libp2p/go-libp2p@v0.43.0/core/sec/insecure;$WORK/b739=>" -p github.com/libp2p/go-libp2p/core/sec/insecure -lang=go1.23 -complete -installsuffix shared -buildid tea6H09ZUNUs7P-cNo1O/tea6H09ZUNUs7P-cNo1O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b739/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/sec/insecure/insecure.go
2025-08-20T21:26:29.6310065Z [00:02:43.753]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e
2025-08-20T21:26:29.6316677Z [00:02:43.753]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b639=/tmp/go-build -gno-record-gcc-switches -I $WORK/b639/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e=/_/github.com/DataDog/zstd@v1.5.6-0.20230824185856-869dae002e5e -frandom-seed=Oy3-PWRcNZLWC5EgVEcV -o $WORK/b639/_x024.o -c zdict.c
2025-08-20T21:26:29.6593260Z [00:02:43.781]➜  go tool buildid -w $WORK/b739/_pkg_.a # internal
2025-08-20T21:26:29.6597054Z [00:02:43.782]➜  cp $WORK/b739/_pkg_.a /root/.cache/go-build/39/39b194819bf68a0bacea71443cdcc505f11b6f56a8224fcdf81e16668b414358-d # internal
2025-08-20T21:26:29.6634888Z [00:02:43.786]➜  github.com/libp2p/go-libp2p/p2p/host/autonat/pb
2025-08-20T21:26:29.6638705Z [00:02:43.786]➜  mkdir -p $WORK/b742/
2025-08-20T21:26:29.6647778Z [00:02:43.787]➜  cat >/tmp/go-build548448651/b742/importcfg << 'EOF' # internal
2025-08-20T21:26:29.6650399Z [00:02:43.787]➜  # import config
2025-08-20T21:26:29.6651645Z [00:02:43.787]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build548448651/b281/_pkg_.a
2025-08-20T21:26:29.6653116Z [00:02:43.787]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build548448651/b287/_pkg_.a
2025-08-20T21:26:29.6655393Z [00:02:43.787]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:29.6656215Z [00:02:43.787]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:29.6656820Z [00:02:43.787]➜  EOF
2025-08-20T21:26:29.6664495Z [00:02:43.789]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:29.6670642Z [00:02:43.789]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b742/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/host/autonat/pb=>github.com/libp2p/go-libp2p@v0.43.0/p2p/host/autonat/pb;$WORK/b742=>" -p github.com/libp2p/go-libp2p/p2p/host/autonat/pb -lang=go1.23 -complete -installsuffix shared -buildid sV9EG1ZAB6jo4O2xekmQ/sV9EG1ZAB6jo4O2xekmQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b742/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/host/autonat/pb/autonat.pb.go
2025-08-20T21:26:29.7056261Z [00:02:43.828]➜  go tool buildid -w $WORK/b717/_pkg_.a # internal
2025-08-20T21:26:29.7117571Z [00:02:43.834]➜  cp $WORK/b717/_pkg_.a /root/.cache/go-build/13/135502d8f904cfe0d4befe5ee9909ff787a52302f75e37d514ebc2f57c9c8d65-d # internal
2025-08-20T21:26:29.7127063Z [00:02:43.835]➜  github.com/caddyserver/certmagic
2025-08-20T21:26:29.7127684Z [00:02:43.835]➜  mkdir -p $WORK/b713/
2025-08-20T21:26:29.7142069Z [00:02:43.836]➜  cat >/tmp/go-build548448651/b713/importcfg << 'EOF' # internal
2025-08-20T21:26:29.7144588Z [00:02:43.836]➜  # import config
2025-08-20T21:26:29.7145729Z [00:02:43.836]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:29.7149254Z [00:02:43.836]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:29.7150104Z [00:02:43.836]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:29.7150943Z [00:02:43.836]➜  packagefile crypto=/tmp/go-build548448651/b084/_pkg_.a
2025-08-20T21:26:29.7151825Z [00:02:43.836]➜  packagefile crypto/ecdsa=/tmp/go-build548448651/b118/_pkg_.a
2025-08-20T21:26:29.7152744Z [00:02:43.836]➜  packagefile crypto/ed25519=/tmp/go-build548448651/b131/_pkg_.a
2025-08-20T21:26:29.7153683Z [00:02:43.836]➜  packagefile crypto/elliptic=/tmp/go-build548448651/b119/_pkg_.a
2025-08-20T21:26:29.7154607Z [00:02:43.836]➜  packagefile crypto/rand=/tmp/go-build548448651/b082/_pkg_.a
2025-08-20T21:26:29.7155560Z [00:02:43.836]➜  packagefile crypto/rsa=/tmp/go-build548448651/b148/_pkg_.a
2025-08-20T21:26:29.7156483Z [00:02:43.836]➜  packagefile crypto/tls=/tmp/go-build548448651/b110/_pkg_.a
2025-08-20T21:26:29.7157413Z [00:02:43.836]➜  packagefile crypto/x509=/tmp/go-build548448651/b154/_pkg_.a
2025-08-20T21:26:29.7158364Z [00:02:43.836]➜  packagefile crypto/x509/pkix=/tmp/go-build548448651/b156/_pkg_.a
2025-08-20T21:26:29.7159514Z [00:02:43.836]➜  packagefile encoding/asn1=/tmp/go-build548448651/b129/_pkg_.a
2025-08-20T21:26:29.7160442Z [00:02:43.836]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:29.7161376Z [00:02:43.836]➜  packagefile encoding/pem=/tmp/go-build548448651/b158/_pkg_.a
2025-08-20T21:26:29.7162246Z [00:02:43.836]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:29.7163028Z [00:02:43.836]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:29.7164113Z [00:02:43.836]➜  packagefile github.com/caddyserver/certmagic/internal/atomicfile=/tmp/go-build548448651/b714/_pkg_.a
2025-08-20T21:26:29.7165358Z [00:02:43.836]➜  packagefile github.com/caddyserver/zerossl=/tmp/go-build548448651/b715/_pkg_.a
2025-08-20T21:26:29.7166656Z [00:02:43.836]➜  packagefile github.com/klauspost/cpuid/v2=/tmp/go-build548448651/b246/_pkg_.a
2025-08-20T21:26:29.7167906Z [00:02:43.836]➜  packagefile github.com/libdns/libdns=/tmp/go-build548448651/b716/_pkg_.a
2025-08-20T21:26:29.7174938Z [00:02:43.836]➜  packagefile github.com/mholt/acmez/v3=/tmp/go-build548448651/b717/_pkg_.a
2025-08-20T21:26:29.7176076Z [00:02:43.836]➜  packagefile github.com/mholt/acmez/v3/acme=/tmp/go-build548448651/b718/_pkg_.a
2025-08-20T21:26:29.7177145Z [00:02:43.836]➜  packagefile github.com/miekg/dns=/tmp/go-build548448651/b449/_pkg_.a
2025-08-20T21:26:29.7178137Z [00:02:43.836]➜  packagefile github.com/zeebo/blake3=/tmp/go-build548448651/b724/_pkg_.a
2025-08-20T21:26:29.7179286Z [00:02:43.836]➜  packagefile go.uber.org/zap=/tmp/go-build548448651/b266/_pkg_.a
2025-08-20T21:26:29.7180294Z [00:02:43.836]➜  packagefile go.uber.org/zap/exp/zapslog=/tmp/go-build548448651/b734/_pkg_.a
2025-08-20T21:26:29.7181359Z [00:02:43.836]➜  packagefile go.uber.org/zap/zapcore=/tmp/go-build548448651/b269/_pkg_.a
2025-08-20T21:26:29.7182383Z [00:02:43.836]➜  packagefile golang.org/x/crypto/ocsp=/tmp/go-build548448651/b735/_pkg_.a
2025-08-20T21:26:29.7183399Z [00:02:43.836]➜  packagefile golang.org/x/net/idna=/tmp/go-build548448651/b721/_pkg_.a
2025-08-20T21:26:29.7184347Z [00:02:43.836]➜  packagefile hash/fnv=/tmp/go-build548448651/b285/_pkg_.a
2025-08-20T21:26:29.7185164Z [00:02:43.836]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:29.7185990Z [00:02:43.836]➜  packagefile io/fs=/tmp/go-build548448651/b062/_pkg_.a
2025-08-20T21:26:29.7186788Z [00:02:43.836]➜  packagefile log=/tmp/go-build548448651/b071/_pkg_.a
2025-08-20T21:26:29.7187605Z [00:02:43.836]➜  packagefile log/slog=/tmp/go-build548448651/b202/_pkg_.a
2025-08-20T21:26:29.7188464Z [00:02:43.836]➜  packagefile math/rand=/tmp/go-build548448651/b109/_pkg_.a
2025-08-20T21:26:29.7189671Z [00:02:43.836]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:29.7190673Z [00:02:43.836]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:29.7191544Z [00:02:43.836]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:29.7192330Z [00:02:43.836]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:29.7193129Z [00:02:43.836]➜  packagefile path=/tmp/go-build548448651/b063/_pkg_.a
2025-08-20T21:26:29.7194066Z [00:02:43.836]➜  packagefile path/filepath=/tmp/go-build548448651/b168/_pkg_.a
2025-08-20T21:26:29.7194946Z [00:02:43.836]➜  packagefile regexp=/tmp/go-build548448651/b192/_pkg_.a
2025-08-20T21:26:29.7195782Z [00:02:43.836]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:29.7196603Z [00:02:43.836]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:29.7197403Z [00:02:43.836]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:29.7198236Z [00:02:43.836]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:29.7209496Z [00:02:43.836]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:29.7210636Z [00:02:43.836]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:29.7211613Z [00:02:43.836]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:29.7212297Z [00:02:43.836]➜  EOF
2025-08-20T21:26:29.7225306Z [00:02:43.836]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b713/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/caddyserver/certmagic@v0.23.0=>github.com/caddyserver/certmagic@v0.23.0;$WORK/b713=>" -p github.com/caddyserver/certmagic -lang=go1.23 -complete -installsuffix shared -buildid Bb-9iMPo17H8Bi9v2OpE/Bb-9iMPo17H8Bi9v2OpE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b713/importcfg -pack /root/go/pkg/mod/github.com/caddyserver/certmagic@v0.23.0/account.go /root/go/pkg/mod/github.com/caddyserver/certmagic@v0.23.0/acmeclient.go /root/go/pkg/mod/github.com/caddyserver/certmagic@v0.23.0/acmeissuer.go /root/go/pkg/mod/github.com/caddyserver/certmagic@v0.23.0/async.go /root/go/pkg/mod/github.com/caddyserver/certmagic@v0.23.0/cache.go /root/go/pkg/mod/github.com/caddyserver/certmagic@v0.23.0/certificates.go /root/go/pkg/mod/github.com/caddyserver/certmagic@v0.23.0/certmagic.go /root/go/pkg/mod/github.com/caddyserver/certmagic@v0.23.0/config.go /root/go/pkg/mod/github.com/caddyserver/certmagic@v0.23.0/crypto.go /root/go/pkg/mod/github.com/caddyserver/certmagic@v0.23.0/dnsutil.go /root/go/pkg/mod/github.com/caddyserver/certmagic@v0.23.0/filestorage.go /root/go/pkg/mod/github.com/caddyserver/certmagic@v0.23.0/handshake.go /root/go/pkg/mod/github.com/caddyserver/certmagic@v0.23.0/httphandlers.go /root/go/pkg/mod/github.com/caddyserver/certmagic@v0.23.0/maintain.go /root/go/pkg/mod/github.com/caddyserver/certmagic@v0.23.0/ocsp.go /root/go/pkg/mod/github.com/caddyserver/certmagic@v0.23.0/ratelimiter.go /root/go/pkg/mod/github.com/caddyserver/certmagic@v0.23.0/solvers.go /root/go/pkg/mod/github.com/caddyserver/certmagic@v0.23.0/storage.go /root/go/pkg/mod/github.com/caddyserver/certmagic@v0.23.0/zerosslissuer.go
2025-08-20T21:26:29.7688896Z [00:02:43.891]➜  go tool buildid -w $WORK/b742/_pkg_.a # internal
2025-08-20T21:26:29.7712604Z [00:02:43.893]➜  cp $WORK/b742/_pkg_.a /root/.cache/go-build/c0/c0d7f9bff0d3e6f705cf6f5ad347d495103800ed78fc925ea9b060cb333c4471-d # internal
2025-08-20T21:26:29.7778230Z [00:02:43.900]➜  github.com/libp2p/go-libp2p/p2p/host/autonat
2025-08-20T21:26:29.7783785Z [00:02:43.901]➜  mkdir -p $WORK/b741/
2025-08-20T21:26:29.7795493Z [00:02:43.902]➜  cat >/tmp/go-build548448651/b741/importcfg << 'EOF' # internal
2025-08-20T21:26:29.7800710Z [00:02:43.902]➜  # import config
2025-08-20T21:26:29.7801430Z [00:02:43.902]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:29.7802268Z [00:02:43.902]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:29.7803126Z [00:02:43.902]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:29.7804282Z [00:02:43.902]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:29.7805439Z [00:02:43.902]➜  packagefile github.com/libp2p/go-libp2p/core/event=/tmp/go-build548448651/b426/_pkg_.a
2025-08-20T21:26:29.7806661Z [00:02:43.902]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build548448651/b423/_pkg_.a
2025-08-20T21:26:29.7807871Z [00:02:43.902]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build548448651/b417/_pkg_.a
2025-08-20T21:26:29.7830161Z [00:02:43.902]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:29.7831518Z [00:02:43.902]➜  packagefile github.com/libp2p/go-libp2p/core/peerstore=/tmp/go-build548448651/b418/_pkg_.a
2025-08-20T21:26:29.7832876Z [00:02:43.902]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/autonat/pb=/tmp/go-build548448651/b742/_pkg_.a
2025-08-20T21:26:29.7834259Z [00:02:43.902]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/eventbus=/tmp/go-build548448651/b513/_pkg_.a
2025-08-20T21:26:29.7835606Z [00:02:43.902]➜  packagefile github.com/libp2p/go-libp2p/p2p/metricshelper=/tmp/go-build548448651/b447/_pkg_.a
2025-08-20T21:26:29.7837045Z [00:02:43.902]➜  packagefile github.com/libp2p/go-msgio/pbio=/tmp/go-build548448651/b496/_pkg_.a
2025-08-20T21:26:29.7838216Z [00:02:43.902]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:29.7839579Z [00:02:43.902]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build548448651/b430/_pkg_.a
2025-08-20T21:26:29.7840836Z [00:02:43.902]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build548448651/b387/_pkg_.a
2025-08-20T21:26:29.7841904Z [00:02:43.902]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:29.7842727Z [00:02:43.902]➜  packagefile math/rand=/tmp/go-build548448651/b109/_pkg_.a
2025-08-20T21:26:29.7843555Z [00:02:43.902]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:29.7844565Z [00:02:43.902]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:29.7845382Z [00:02:43.902]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:29.7846242Z [00:02:43.902]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:29.7847092Z [00:02:43.902]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:29.7847684Z [00:02:43.902]➜  EOF
2025-08-20T21:26:29.7856769Z [00:02:43.902]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b741/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/host/autonat=>github.com/libp2p/go-libp2p@v0.43.0/p2p/host/autonat;$WORK/b741=>" -p github.com/libp2p/go-libp2p/p2p/host/autonat -lang=go1.23 -complete -installsuffix shared -buildid u_2sWBDo4Z4XVGYG15nO/u_2sWBDo4Z4XVGYG15nO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b741/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/host/autonat/autonat.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/host/autonat/client.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/host/autonat/dialpolicy.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/host/autonat/interface.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/host/autonat/metrics.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/host/autonat/notify.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/host/autonat/options.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/host/autonat/proto.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/host/autonat/svc.go
2025-08-20T21:26:30.0855168Z [00:02:44.208]➜  go tool buildid -w $WORK/b741/_pkg_.a # internal
2025-08-20T21:26:30.0885175Z [00:02:44.211]➜  cp $WORK/b741/_pkg_.a /root/.cache/go-build/31/31f82a182411b1bd0df7cdb5cd4502be69b1a7094ce58a3f6615bdaeb17f3b0f-d # internal
2025-08-20T21:26:30.0950725Z [00:02:44.217]➜  github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/pb
2025-08-20T21:26:30.0956301Z [00:02:44.218]➜  mkdir -p $WORK/b745/
2025-08-20T21:26:30.0966398Z [00:02:44.219]➜  cat >/tmp/go-build548448651/b745/importcfg << 'EOF' # internal
2025-08-20T21:26:30.0967917Z [00:02:44.219]➜  # import config
2025-08-20T21:26:30.0971012Z [00:02:44.219]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build548448651/b281/_pkg_.a
2025-08-20T21:26:30.0972880Z [00:02:44.219]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build548448651/b287/_pkg_.a
2025-08-20T21:26:30.0976236Z [00:02:44.219]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:30.0977031Z [00:02:44.219]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:30.0977673Z [00:02:44.219]➜  EOF
2025-08-20T21:26:30.0988726Z [00:02:44.221]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b745/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/protocol/circuitv2/pb=>github.com/libp2p/go-libp2p@v0.43.0/p2p/protocol/circuitv2/pb;$WORK/b745=>" -p github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/pb -lang=go1.23 -complete -installsuffix shared -buildid shBrSdR20Re3LNF8oV5D/shBrSdR20Re3LNF8oV5D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b745/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/protocol/circuitv2/pb/circuit.pb.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/protocol/circuitv2/pb/voucher.pb.go
2025-08-20T21:26:30.1387561Z [00:02:44.261]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e
2025-08-20T21:26:30.1393928Z [00:02:44.261]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b639=/tmp/go-build -gno-record-gcc-switches -I $WORK/b639/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e=/_/github.com/DataDog/zstd@v1.5.6-0.20230824185856-869dae002e5e -frandom-seed=Oy3-PWRcNZLWC5EgVEcV -o $WORK/b639/_x025.o -c zstd_common.c
2025-08-20T21:26:30.1622134Z [00:02:44.284]➜  go tool buildid -w $WORK/b654/_pkg_.a # internal
2025-08-20T21:26:30.1689782Z [00:02:44.291]➜  go tool buildid -w $WORK/b745/_pkg_.a # internal
2025-08-20T21:26:30.1722003Z [00:02:44.294]➜  cp $WORK/b745/_pkg_.a /root/.cache/go-build/2e/2e1976095223dfc5926aa719a901c2c680d0073479473b62f3b94cf31c350b13-d # internal
2025-08-20T21:26:30.1730976Z [00:02:44.295]➜  github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/proto
2025-08-20T21:26:30.1731646Z [00:02:44.295]➜  mkdir -p $WORK/b746/
2025-08-20T21:26:30.1732322Z [00:02:44.295]➜  cat >/tmp/go-build548448651/b746/importcfg << 'EOF' # internal
2025-08-20T21:26:30.1732960Z [00:02:44.295]➜  # import config
2025-08-20T21:26:30.1733758Z [00:02:44.295]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:30.1735049Z [00:02:44.295]➜  packagefile github.com/libp2p/go-libp2p/core/record=/tmp/go-build548448651/b320/_pkg_.a
2025-08-20T21:26:30.1736331Z [00:02:44.295]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/pb=/tmp/go-build548448651/b745/_pkg_.a
2025-08-20T21:26:30.1737553Z [00:02:44.295]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build548448651/b300/_pkg_.a
2025-08-20T21:26:30.1738446Z [00:02:44.295]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:30.1739222Z [00:02:44.295]➜  EOF
2025-08-20T21:26:30.1739714Z [00:02:44.295]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:30.1744691Z [00:02:44.295]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b746/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/protocol/circuitv2/proto=>github.com/libp2p/go-libp2p@v0.43.0/p2p/protocol/circuitv2/proto;$WORK/b746=>" -p github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/proto -lang=go1.23 -complete -installsuffix shared -buildid qen_YKtkRpsCjhdM0W80/qen_YKtkRpsCjhdM0W80 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b746/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/protocol/circuitv2/proto/protocol.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/protocol/circuitv2/proto/voucher.go
2025-08-20T21:26:30.1780950Z [00:02:44.300]➜  cp $WORK/b654/_pkg_.a /root/.cache/go-build/41/412207249c7a1fb5893fd780ad566e5402910d01bf6e1e43661f6afc5882adaa-d # internal
2025-08-20T21:26:30.1813179Z [00:02:44.304]➜  github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/util
2025-08-20T21:26:30.1854876Z [00:02:44.304]➜  mkdir -p $WORK/b747/
2025-08-20T21:26:30.1855677Z [00:02:44.304]➜  cat >/tmp/go-build548448651/b747/importcfg << 'EOF' # internal
2025-08-20T21:26:30.1856398Z [00:02:44.304]➜  # import config
2025-08-20T21:26:30.1857097Z [00:02:44.304]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:30.1858176Z [00:02:44.304]➜  packagefile github.com/libp2p/go-buffer-pool=/tmp/go-build548448651/b321/_pkg_.a
2025-08-20T21:26:30.1859886Z [00:02:44.304]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:30.1861319Z [00:02:44.304]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/pb=/tmp/go-build548448651/b745/_pkg_.a
2025-08-20T21:26:30.1863496Z [00:02:44.304]➜  packagefile github.com/libp2p/go-msgio/pbio=/tmp/go-build548448651/b496/_pkg_.a
2025-08-20T21:26:30.1865158Z [00:02:44.304]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:30.1868895Z [00:02:44.304]➜  packagefile github.com/multiformats/go-varint=/tmp/go-build548448651/b254/_pkg_.a
2025-08-20T21:26:30.1870063Z [00:02:44.304]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build548448651/b300/_pkg_.a
2025-08-20T21:26:30.1870996Z [00:02:44.304]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:30.1871576Z [00:02:44.304]➜  EOF
2025-08-20T21:26:30.1876603Z [00:02:44.304]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b747/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/protocol/circuitv2/util=>github.com/libp2p/go-libp2p@v0.43.0/p2p/protocol/circuitv2/util;$WORK/b747=>" -p github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/util -lang=go1.23 -complete -installsuffix shared -buildid XVEELdEImrA98GNXHHR7/XVEELdEImrA98GNXHHR7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b747/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/protocol/circuitv2/util/io.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/protocol/circuitv2/util/pbconv.go
2025-08-20T21:26:30.2041921Z [00:02:44.324]➜  go tool buildid -w $WORK/b746/_pkg_.a # internal
2025-08-20T21:26:30.2055390Z [00:02:44.325]➜  cp $WORK/b746/_pkg_.a /root/.cache/go-build/73/734978b4dd04b7fc37fca24003b23ef7dda8d5249bf26384ee0f4d497e42a47b-d # internal
2025-08-20T21:26:30.2056767Z [00:02:44.327]➜  github.com/libp2p/go-libp2p/p2p/protocol/identify/internal/user-agent
2025-08-20T21:26:30.2057725Z [00:02:44.327]➜  mkdir -p $WORK/b749/
2025-08-20T21:26:30.2059088Z [00:02:44.327]➜  cat >/tmp/go-build548448651/b749/importcfg << 'EOF' # internal
2025-08-20T21:26:30.2059810Z [00:02:44.327]➜  # import config
2025-08-20T21:26:30.2060435Z [00:02:44.327]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:30.2061290Z [00:02:44.327]➜  packagefile runtime/debug=/tmp/go-build548448651/b260/_pkg_.a
2025-08-20T21:26:30.2061956Z [00:02:44.327]➜  EOF
2025-08-20T21:26:30.2066676Z [00:02:44.327]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b749/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/protocol/identify/internal/user-agent=>github.com/libp2p/go-libp2p@v0.43.0/p2p/protocol/identify/internal/user-agent;$WORK/b749=>" -p github.com/libp2p/go-libp2p/p2p/protocol/identify/internal/user-agent -lang=go1.23 -complete -installsuffix shared -buildid oHxhFjF2Uwtr5MQRYKlc/oHxhFjF2Uwtr5MQRYKlc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b749/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/protocol/identify/internal/user-agent/user_agent.go
2025-08-20T21:26:30.2233513Z [00:02:44.345]➜  go tool buildid -w $WORK/b749/_pkg_.a # internal
2025-08-20T21:26:30.2240636Z [00:02:44.346]➜  go tool buildid -w $WORK/b747/_pkg_.a # internal
2025-08-20T21:26:30.2243798Z [00:02:44.346]➜  cp $WORK/b749/_pkg_.a /root/.cache/go-build/81/815552b6abaa232bc4113fb4c30505d3f0e17330d9d2a50f9fc5d58c01d0727e-d # internal
2025-08-20T21:26:30.2250129Z [00:02:44.347]➜  cp $WORK/b747/_pkg_.a /root/.cache/go-build/09/09db88a522616ee13cc910fc6f02e0bd6534cbdbc3e80542f8c23c191de32cee-d # internal
2025-08-20T21:26:30.2255667Z [00:02:44.348]➜  github.com/libp2p/go-libp2p/p2p/protocol/identify/pb
2025-08-20T21:26:30.2263600Z [00:02:44.349]➜  mkdir -p $WORK/b750/
2025-08-20T21:26:30.2265619Z [00:02:44.349]➜  cat >/tmp/go-build548448651/b750/importcfg << 'EOF' # internal
2025-08-20T21:26:30.2268715Z [00:02:44.349]➜  # import config
2025-08-20T21:26:30.2270963Z [00:02:44.349]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build548448651/b281/_pkg_.a
2025-08-20T21:26:30.2273882Z [00:02:44.349]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build548448651/b287/_pkg_.a
2025-08-20T21:26:30.2276188Z [00:02:44.349]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:30.2277364Z [00:02:44.349]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:30.2281895Z [00:02:44.349]➜  EOF
2025-08-20T21:26:30.2286161Z [00:02:44.349]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b750/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/protocol/identify/pb=>github.com/libp2p/go-libp2p@v0.43.0/p2p/protocol/identify/pb;$WORK/b750=>" -p github.com/libp2p/go-libp2p/p2p/protocol/identify/pb -lang=go1.23 -complete -installsuffix shared -buildid 8MStOKuVLfk5C83MhB9h/8MStOKuVLfk5C83MhB9h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b750/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/protocol/identify/pb/identify.pb.go
2025-08-20T21:26:30.2297145Z [00:02:44.352]➜  github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/client
2025-08-20T21:26:30.2298209Z [00:02:44.352]➜  mkdir -p $WORK/b744/
2025-08-20T21:26:30.2303730Z [00:02:44.353]➜  cat >/tmp/go-build548448651/b744/importcfg << 'EOF' # internal
2025-08-20T21:26:30.2304615Z [00:02:44.353]➜  # import config
2025-08-20T21:26:30.2305458Z [00:02:44.353]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:30.2306546Z [00:02:44.353]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:30.2307739Z [00:02:44.353]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:30.2309524Z [00:02:44.353]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build548448651/b423/_pkg_.a
2025-08-20T21:26:30.2311050Z [00:02:44.353]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build548448651/b417/_pkg_.a
2025-08-20T21:26:30.2312845Z [00:02:44.353]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:30.2314847Z [00:02:44.353]➜  packagefile github.com/libp2p/go-libp2p/core/peerstore=/tmp/go-build548448651/b418/_pkg_.a
2025-08-20T21:26:30.2316778Z [00:02:44.353]➜  packagefile github.com/libp2p/go-libp2p/core/record=/tmp/go-build548448651/b320/_pkg_.a
2025-08-20T21:26:30.2318755Z [00:02:44.353]➜  packagefile github.com/libp2p/go-libp2p/core/transport=/tmp/go-build548448651/b446/_pkg_.a
2025-08-20T21:26:30.2322045Z [00:02:44.353]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/pb=/tmp/go-build548448651/b745/_pkg_.a
2025-08-20T21:26:30.2323634Z [00:02:44.353]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/proto=/tmp/go-build548448651/b746/_pkg_.a
2025-08-20T21:26:30.2325165Z [00:02:44.353]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/util=/tmp/go-build548448651/b747/_pkg_.a
2025-08-20T21:26:30.2326548Z [00:02:44.353]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:30.2327877Z [00:02:44.353]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build548448651/b430/_pkg_.a
2025-08-20T21:26:30.2337103Z [00:02:44.353]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:30.2338023Z [00:02:44.353]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:30.2339024Z [00:02:44.353]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:30.2339839Z [00:02:44.353]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:30.2340364Z [00:02:44.353]➜  EOF
2025-08-20T21:26:30.2349120Z [00:02:44.353]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b744/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/protocol/circuitv2/client=>github.com/libp2p/go-libp2p@v0.43.0/p2p/protocol/circuitv2/client;$WORK/b744=>" -p github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/client -lang=go1.23 -complete -installsuffix shared -buildid sRtfNKYs-Dy3tdaxGU7t/sRtfNKYs-Dy3tdaxGU7t -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b744/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/protocol/circuitv2/client/client.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/protocol/circuitv2/client/conn.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/protocol/circuitv2/client/dial.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/protocol/circuitv2/client/handlers.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/protocol/circuitv2/client/listen.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/protocol/circuitv2/client/reservation.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/protocol/circuitv2/client/transport.go
2025-08-20T21:26:30.2680231Z [00:02:44.390]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e
2025-08-20T21:26:30.2685465Z [00:02:44.390]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b639=/tmp/go-build -gno-record-gcc-switches -I $WORK/b639/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e=/_/github.com/DataDog/zstd@v1.5.6-0.20230824185856-869dae002e5e -frandom-seed=Oy3-PWRcNZLWC5EgVEcV -o $WORK/b639/_x026.o -c zstd_compress.c
2025-08-20T21:26:30.2696597Z [00:02:44.392]➜  go tool buildid -w $WORK/b750/_pkg_.a # internal
2025-08-20T21:26:30.2706680Z [00:02:44.393]➜  cp $WORK/b750/_pkg_.a /root/.cache/go-build/6e/6e11c4916e39b2147f712de7bf25dc993724f0129a25bafb372dfad9e48a2c7f-d # internal
2025-08-20T21:26:30.2724524Z [00:02:44.395]➜  golang.org/x/time/rate
2025-08-20T21:26:30.2729962Z [00:02:44.395]➜  mkdir -p $WORK/b752/
2025-08-20T21:26:30.2731799Z [00:02:44.395]➜  cat >/tmp/go-build548448651/b752/importcfg << 'EOF' # internal
2025-08-20T21:26:30.2732797Z [00:02:44.395]➜  # import config
2025-08-20T21:26:30.2735504Z [00:02:44.395]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:30.2736412Z [00:02:44.395]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:30.2737177Z [00:02:44.395]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:30.2737968Z [00:02:44.395]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:30.2738901Z [00:02:44.395]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:30.2739477Z [00:02:44.395]➜  EOF
2025-08-20T21:26:30.2764145Z [00:02:44.399]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:30.2776431Z [00:02:44.399]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b752/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/time@v0.12.0/rate=>golang.org/x/time@v0.12.0/rate;$WORK/b752=>" -p golang.org/x/time/rate -lang=go1.23 -complete -installsuffix shared -buildid 02RFla_v7sOzA9pOZu8K/02RFla_v7sOzA9pOZu8K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b752/importcfg -pack /root/go/pkg/mod/golang.org/x/time@v0.12.0/rate/rate.go /root/go/pkg/mod/golang.org/x/time@v0.12.0/rate/sometimes.go
2025-08-20T21:26:30.3693449Z [00:02:44.492]➜  go tool buildid -w $WORK/b752/_pkg_.a # internal
2025-08-20T21:26:30.3713785Z [00:02:44.494]➜  cp $WORK/b752/_pkg_.a /root/.cache/go-build/04/045eea114097295433b1eb8ae77921f8968ea712a7a27cb5af3eb0bdb1db655f-d # internal
2025-08-20T21:26:30.3730871Z [00:02:44.495]➜  github.com/libp2p/go-libp2p/x/rate
2025-08-20T21:26:30.3731826Z [00:02:44.495]➜  mkdir -p $WORK/b751/
2025-08-20T21:26:30.3750333Z [00:02:44.497]➜  cat >/tmp/go-build548448651/b751/importcfg << 'EOF' # internal
2025-08-20T21:26:30.3752655Z [00:02:44.497]➜  # import config
2025-08-20T21:26:30.3754823Z [00:02:44.497]➜  packagefile container/heap=/tmp/go-build548448651/b460/_pkg_.a
2025-08-20T21:26:30.3756004Z [00:02:44.497]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build548448651/b417/_pkg_.a
2025-08-20T21:26:30.3757357Z [00:02:44.497]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build548448651/b430/_pkg_.a
2025-08-20T21:26:30.3767388Z [00:02:44.497]➜  packagefile golang.org/x/time/rate=/tmp/go-build548448651/b752/_pkg_.a
2025-08-20T21:26:30.3768350Z [00:02:44.497]➜  packagefile net/netip=/tmp/go-build548448651/b164/_pkg_.a
2025-08-20T21:26:30.3769629Z [00:02:44.497]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:30.3770404Z [00:02:44.497]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:30.3771220Z [00:02:44.497]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:30.3771815Z [00:02:44.497]➜  EOF
2025-08-20T21:26:30.3775324Z [00:02:44.499]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b751/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/x/rate=>github.com/libp2p/go-libp2p@v0.43.0/x/rate;$WORK/b751=>" -p github.com/libp2p/go-libp2p/x/rate -lang=go1.23 -complete -installsuffix shared -buildid 0JnB7HElTawSMoOebv8M/0JnB7HElTawSMoOebv8M -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b751/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/x/rate/limiter.go
2025-08-20T21:26:30.4061889Z [00:02:44.526]➜  go tool buildid -w $WORK/b744/_pkg_.a # internal
2025-08-20T21:26:30.4094184Z [00:02:44.531]➜  cp $WORK/b744/_pkg_.a /root/.cache/go-build/34/340487bc256a877f1af764a369215152efe6c45ebc32dd9ce93a337ed3f6405f-d # internal
2025-08-20T21:26:30.4096581Z [00:02:44.532]➜  github.com/benbjohnson/clock
2025-08-20T21:26:30.4099140Z [00:02:44.532]➜  mkdir -p $WORK/b754/
2025-08-20T21:26:30.4103141Z [00:02:44.532]➜  cat >/tmp/go-build548448651/b754/importcfg << 'EOF' # internal
2025-08-20T21:26:30.4103848Z [00:02:44.532]➜  # import config
2025-08-20T21:26:30.4104505Z [00:02:44.532]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:30.4105293Z [00:02:44.532]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:30.4106050Z [00:02:44.532]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:30.4107019Z [00:02:44.532]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:30.4107946Z [00:02:44.532]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:30.4108735Z [00:02:44.532]➜  EOF
2025-08-20T21:26:30.4112587Z [00:02:44.533]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b754/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/benbjohnson/clock@v1.3.5=>github.com/benbjohnson/clock@v1.3.5;$WORK/b754=>" -p github.com/benbjohnson/clock -lang=go1.15 -complete -installsuffix shared -buildid YRClT04psX2PSzpXXFnq/YRClT04psX2PSzpXXFnq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b754/importcfg -pack /root/go/pkg/mod/github.com/benbjohnson/clock@v1.3.5/clock.go /root/go/pkg/mod/github.com/benbjohnson/clock@v1.3.5/context.go
2025-08-20T21:26:30.5201792Z [00:02:44.642]➜  go tool buildid -w $WORK/b754/_pkg_.a # internal
2025-08-20T21:26:30.5220992Z [00:02:44.644]➜  cp $WORK/b754/_pkg_.a /root/.cache/go-build/79/79b3abe2982c3303cb942c16bdf79674f7fd9e6675717f69fbade6360188965d-d # internal
2025-08-20T21:26:30.5269710Z [00:02:44.649]➜  github.com/libp2p/go-libp2p/p2p/host/basic/internal/backoff
2025-08-20T21:26:30.5272417Z [00:02:44.649]➜  mkdir -p $WORK/b755/
2025-08-20T21:26:30.5278857Z [00:02:44.650]➜  cat >/tmp/go-build548448651/b755/importcfg << 'EOF' # internal
2025-08-20T21:26:30.5286606Z [00:02:44.650]➜  # import config
2025-08-20T21:26:30.5287286Z [00:02:44.650]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:30.5287888Z [00:02:44.650]➜  EOF
2025-08-20T21:26:30.5292590Z [00:02:44.650]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b755/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/host/basic/internal/backoff=>github.com/libp2p/go-libp2p@v0.43.0/p2p/host/basic/internal/backoff;$WORK/b755=>" -p github.com/libp2p/go-libp2p/p2p/host/basic/internal/backoff -lang=go1.23 -complete -installsuffix shared -buildid L_q6BmZoNjsYVsePGSSz/L_q6BmZoNjsYVsePGSSz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b755/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/host/basic/internal/backoff/backoff.go
2025-08-20T21:26:30.5329293Z [00:02:44.655]➜  go tool buildid -w $WORK/b751/_pkg_.a # internal
2025-08-20T21:26:30.5357365Z [00:02:44.658]➜  cp $WORK/b751/_pkg_.a /root/.cache/go-build/2f/2fcdbe8b12bf6dfee781288622dea06ef018bdb6e11a76bd8e9fa2859b30cb43-d # internal
2025-08-20T21:26:30.5403894Z [00:02:44.663]➜  github.com/libp2p/go-libp2p/p2p/protocol/identify
2025-08-20T21:26:30.5415223Z [00:02:44.664]➜  mkdir -p $WORK/b748/
2025-08-20T21:26:30.5416304Z [00:02:44.664]➜  cat >/tmp/go-build548448651/b748/importcfg << 'EOF' # internal
2025-08-20T21:26:30.5417478Z [00:02:44.664]➜  # import config
2025-08-20T21:26:30.5418329Z [00:02:44.664]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:30.5419912Z [00:02:44.664]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:30.5421049Z [00:02:44.664]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:30.5422611Z [00:02:44.664]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:30.5423876Z [00:02:44.664]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:30.5425358Z [00:02:44.664]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build548448651/b311/_pkg_.a
2025-08-20T21:26:30.5426999Z [00:02:44.664]➜  packagefile github.com/libp2p/go-libp2p/core/event=/tmp/go-build548448651/b426/_pkg_.a
2025-08-20T21:26:30.5428693Z [00:02:44.664]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build548448651/b423/_pkg_.a
2025-08-20T21:26:30.5431125Z [00:02:44.664]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build548448651/b417/_pkg_.a
2025-08-20T21:26:30.5434805Z [00:02:44.664]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:30.5436113Z [00:02:44.664]➜  packagefile github.com/libp2p/go-libp2p/core/peerstore=/tmp/go-build548448651/b418/_pkg_.a
2025-08-20T21:26:30.5437729Z [00:02:44.664]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build548448651/b419/_pkg_.a
2025-08-20T21:26:30.5464020Z [00:02:44.664]➜  packagefile github.com/libp2p/go-libp2p/core/record=/tmp/go-build548448651/b320/_pkg_.a
2025-08-20T21:26:30.5465412Z [00:02:44.664]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/eventbus=/tmp/go-build548448651/b513/_pkg_.a
2025-08-20T21:26:30.5466761Z [00:02:44.664]➜  packagefile github.com/libp2p/go-libp2p/p2p/metricshelper=/tmp/go-build548448651/b447/_pkg_.a
2025-08-20T21:26:30.5468296Z [00:02:44.664]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/identify/internal/user-agent=/tmp/go-build548448651/b749/_pkg_.a
2025-08-20T21:26:30.5470090Z [00:02:44.664]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/identify/pb=/tmp/go-build548448651/b750/_pkg_.a
2025-08-20T21:26:30.5471416Z [00:02:44.664]➜  packagefile github.com/libp2p/go-libp2p/x/rate=/tmp/go-build548448651/b751/_pkg_.a
2025-08-20T21:26:30.5472602Z [00:02:44.664]➜  packagefile github.com/libp2p/go-msgio/pbio=/tmp/go-build548448651/b496/_pkg_.a
2025-08-20T21:26:30.5473836Z [00:02:44.664]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:30.5475078Z [00:02:44.664]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build548448651/b430/_pkg_.a
2025-08-20T21:26:30.5476376Z [00:02:44.664]➜  packagefile github.com/multiformats/go-multistream=/tmp/go-build548448651/b420/_pkg_.a
2025-08-20T21:26:30.5477734Z [00:02:44.664]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build548448651/b387/_pkg_.a
2025-08-20T21:26:30.5479244Z [00:02:44.664]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build548448651/b300/_pkg_.a
2025-08-20T21:26:30.5480229Z [00:02:44.664]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:30.5481020Z [00:02:44.664]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:30.5481849Z [00:02:44.664]➜  packagefile net/netip=/tmp/go-build548448651/b164/_pkg_.a
2025-08-20T21:26:30.5482955Z [00:02:44.664]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:30.5483887Z [00:02:44.664]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:30.5486563Z [00:02:44.664]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:30.5487391Z [00:02:44.664]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:30.5487994Z [00:02:44.664]➜  EOF
2025-08-20T21:26:30.5496464Z [00:02:44.664]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b748/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/protocol/identify=>github.com/libp2p/go-libp2p@v0.43.0/p2p/protocol/identify;$WORK/b748=>" -p github.com/libp2p/go-libp2p/p2p/protocol/identify -lang=go1.23 -complete -installsuffix shared -buildid b8hjCNV-6UPproCsioeh/b8hjCNV-6UPproCsioeh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b748/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/protocol/identify/id.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/protocol/identify/metrics.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/protocol/identify/nat_emitter.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/protocol/identify/obsaddr.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/protocol/identify/opts.go
2025-08-20T21:26:30.5502749Z [00:02:44.671]➜  go tool buildid -w $WORK/b755/_pkg_.a # internal
2025-08-20T21:26:30.5504072Z [00:02:44.672]➜  cp $WORK/b755/_pkg_.a /root/.cache/go-build/41/41b133f845f6bcdad34bff28875818eb4ec0f5ea4a1f1e2afb89c7d85314c6ce-d # internal
2025-08-20T21:26:30.5520812Z [00:02:44.674]➜  github.com/libp2p/go-libp2p/p2p/host/pstoremanager
2025-08-20T21:26:30.5522734Z [00:02:44.674]➜  mkdir -p $WORK/b756/
2025-08-20T21:26:30.5527845Z [00:02:44.675]➜  cat >/tmp/go-build548448651/b756/importcfg << 'EOF' # internal
2025-08-20T21:26:30.5530788Z [00:02:44.675]➜  # import config
2025-08-20T21:26:30.5531680Z [00:02:44.675]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:30.5532811Z [00:02:44.675]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:30.5533991Z [00:02:44.675]➜  packagefile github.com/libp2p/go-libp2p/core/event=/tmp/go-build548448651/b426/_pkg_.a
2025-08-20T21:26:30.5535238Z [00:02:44.675]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build548448651/b417/_pkg_.a
2025-08-20T21:26:30.5536453Z [00:02:44.675]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:30.5537693Z [00:02:44.675]➜  packagefile github.com/libp2p/go-libp2p/core/peerstore=/tmp/go-build548448651/b418/_pkg_.a
2025-08-20T21:26:30.5539224Z [00:02:44.675]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/eventbus=/tmp/go-build548448651/b513/_pkg_.a
2025-08-20T21:26:30.5540390Z [00:02:44.675]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:30.5541202Z [00:02:44.675]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:30.5541816Z [00:02:44.675]➜  EOF
2025-08-20T21:26:30.5545994Z [00:02:44.675]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b756/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/host/pstoremanager=>github.com/libp2p/go-libp2p@v0.43.0/p2p/host/pstoremanager;$WORK/b756=>" -p github.com/libp2p/go-libp2p/p2p/host/pstoremanager -lang=go1.23 -complete -installsuffix shared -buildid RqUT5XJXFVTqfjDtXssu/RqUT5XJXFVTqfjDtXssu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b756/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/host/pstoremanager/pstoremanager.go
2025-08-20T21:26:30.6273946Z [00:02:44.750]➜  go tool buildid -w $WORK/b756/_pkg_.a # internal
2025-08-20T21:26:30.6308756Z [00:02:44.753]➜  cp $WORK/b756/_pkg_.a /root/.cache/go-build/e3/e3a3f49076306d1232ad3d475f22a46b8fbda528bba00747469b59e3dfa43cc4-d # internal
2025-08-20T21:26:30.6338141Z [00:02:44.756]➜  github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/relay
2025-08-20T21:26:30.6341912Z [00:02:44.756]➜  mkdir -p $WORK/b758/
2025-08-20T21:26:30.6345368Z [00:02:44.757]➜  cat >/tmp/go-build548448651/b758/importcfg << 'EOF' # internal
2025-08-20T21:26:30.6361846Z [00:02:44.757]➜  # import config
2025-08-20T21:26:30.6362561Z [00:02:44.757]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:30.6363378Z [00:02:44.757]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:30.6364192Z [00:02:44.757]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:30.6365150Z [00:02:44.757]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:30.6366540Z [00:02:44.757]➜  packagefile github.com/libp2p/go-buffer-pool=/tmp/go-build548448651/b321/_pkg_.a
2025-08-20T21:26:30.6367948Z [00:02:44.757]➜  packagefile github.com/libp2p/go-libp2p-asn-util=/tmp/go-build548448651/b504/_pkg_.a
2025-08-20T21:26:30.6369560Z [00:02:44.757]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build548448651/b311/_pkg_.a
2025-08-20T21:26:30.6371156Z [00:02:44.757]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build548448651/b423/_pkg_.a
2025-08-20T21:26:30.6373737Z [00:02:44.757]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build548448651/b417/_pkg_.a
2025-08-20T21:26:30.6374981Z [00:02:44.757]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:30.6376196Z [00:02:44.757]➜  packagefile github.com/libp2p/go-libp2p/core/record=/tmp/go-build548448651/b320/_pkg_.a
2025-08-20T21:26:30.6377490Z [00:02:44.757]➜  packagefile github.com/libp2p/go-libp2p/p2p/metricshelper=/tmp/go-build548448651/b447/_pkg_.a
2025-08-20T21:26:30.6379153Z [00:02:44.757]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/pb=/tmp/go-build548448651/b745/_pkg_.a
2025-08-20T21:26:30.6380837Z [00:02:44.757]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/proto=/tmp/go-build548448651/b746/_pkg_.a
2025-08-20T21:26:30.6382504Z [00:02:44.757]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/util=/tmp/go-build548448651/b747/_pkg_.a
2025-08-20T21:26:30.6383970Z [00:02:44.757]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:30.6385242Z [00:02:44.757]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build548448651/b430/_pkg_.a
2025-08-20T21:26:30.6386650Z [00:02:44.757]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build548448651/b387/_pkg_.a
2025-08-20T21:26:30.6387695Z [00:02:44.757]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:30.6388483Z [00:02:44.757]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:30.6389542Z [00:02:44.757]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:30.6390361Z [00:02:44.757]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:30.6391253Z [00:02:44.757]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:30.6391863Z [00:02:44.757]➜  EOF
2025-08-20T21:26:30.6411053Z [00:02:44.759]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b758/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/protocol/circuitv2/relay=>github.com/libp2p/go-libp2p@v0.43.0/p2p/protocol/circuitv2/relay;$WORK/b758=>" -p github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/relay -lang=go1.23 -complete -installsuffix shared -buildid QXwcNPef6oUvh3y3O4Wm/QXwcNPef6oUvh3y3O4Wm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b758/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/protocol/circuitv2/relay/acl.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/protocol/circuitv2/relay/constraints.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/protocol/circuitv2/relay/metrics.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/protocol/circuitv2/relay/options.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/protocol/circuitv2/relay/relay.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/protocol/circuitv2/relay/resources.go
2025-08-20T21:26:30.8461204Z [00:02:44.968]➜  go tool buildid -w $WORK/b758/_pkg_.a # internal
2025-08-20T21:26:30.8554883Z [00:02:44.978]➜  go tool buildid -w $WORK/b713/_pkg_.a # internal
2025-08-20T21:26:30.8585126Z [00:02:44.981]➜  cp $WORK/b758/_pkg_.a /root/.cache/go-build/57/57e4508917e47ab66ca4dd3da38321a58e62bdc4e697f8e6d3b97ff9b529fb4a-d # internal
2025-08-20T21:26:30.8599939Z [00:02:44.981]➜  github.com/libp2p/go-libp2p/p2p/host/relaysvc
2025-08-20T21:26:30.8600634Z [00:02:44.981]➜  mkdir -p $WORK/b757/
2025-08-20T21:26:30.8601381Z [00:02:44.982]➜  cat >/tmp/go-build548448651/b757/importcfg << 'EOF' # internal
2025-08-20T21:26:30.8602076Z [00:02:44.982]➜  # import config
2025-08-20T21:26:30.8602742Z [00:02:44.982]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:30.8603813Z [00:02:44.982]➜  packagefile github.com/libp2p/go-libp2p/core/event=/tmp/go-build548448651/b426/_pkg_.a
2025-08-20T21:26:30.8605531Z [00:02:44.982]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build548448651/b423/_pkg_.a
2025-08-20T21:26:30.8606977Z [00:02:44.982]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build548448651/b417/_pkg_.a
2025-08-20T21:26:30.8608463Z [00:02:44.982]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/eventbus=/tmp/go-build548448651/b513/_pkg_.a
2025-08-20T21:26:30.8610323Z [00:02:44.982]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/relay=/tmp/go-build548448651/b758/_pkg_.a
2025-08-20T21:26:30.8611609Z [00:02:44.982]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:30.8612343Z [00:02:44.982]➜  EOF
2025-08-20T21:26:30.8646507Z [00:02:44.987]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b757/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/host/relaysvc=>github.com/libp2p/go-libp2p@v0.43.0/p2p/host/relaysvc;$WORK/b757=>" -p github.com/libp2p/go-libp2p/p2p/host/relaysvc -lang=go1.23 -complete -installsuffix shared -buildid 0DAfEhOnk6TnjxvL7Sop/0DAfEhOnk6TnjxvL7Sop -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b757/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/host/relaysvc/relay.go
2025-08-20T21:26:30.8804232Z [00:02:45.002]➜  cp $WORK/b713/_pkg_.a /root/.cache/go-build/dc/dc22c588cee4bbc94ee2340c856f4b0d6bfff1f3d14c57a9fabade6ee98747c0-d # internal
2025-08-20T21:26:30.8805532Z [00:02:45.002]➜  github.com/huin/goupnp/httpu
2025-08-20T21:26:30.8806128Z [00:02:45.002]➜  mkdir -p $WORK/b762/
2025-08-20T21:26:30.8806850Z [00:02:45.002]➜  cat >/tmp/go-build548448651/b762/importcfg << 'EOF' # internal
2025-08-20T21:26:30.8807531Z [00:02:45.002]➜  # import config
2025-08-20T21:26:30.8808198Z [00:02:45.002]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:30.8809334Z [00:02:45.002]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:30.8810238Z [00:02:45.002]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:30.8811151Z [00:02:45.002]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:30.8811999Z [00:02:45.002]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:30.8812995Z [00:02:45.002]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build548448651/b477/_pkg_.a
2025-08-20T21:26:30.8813972Z [00:02:45.002]➜  packagefile log=/tmp/go-build548448651/b071/_pkg_.a
2025-08-20T21:26:30.8814792Z [00:02:45.002]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:30.8815697Z [00:02:45.002]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:30.8816563Z [00:02:45.002]➜  packagefile regexp=/tmp/go-build548448651/b192/_pkg_.a
2025-08-20T21:26:30.8817397Z [00:02:45.002]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:30.8818227Z [00:02:45.002]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:30.8829692Z [00:02:45.002]➜  EOF
2025-08-20T21:26:30.8834232Z [00:02:45.003]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b762/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/huin/goupnp@v1.3.0/httpu=>github.com/huin/goupnp@v1.3.0/httpu;$WORK/b762=>" -p github.com/huin/goupnp/httpu -lang=go1.14 -complete -installsuffix shared -buildid xxg5Ls4xNgL5sgDh7UCn/xxg5Ls4xNgL5sgDh7UCn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b762/importcfg -pack /root/go/pkg/mod/github.com/huin/goupnp@v1.3.0/httpu/httpu.go /root/go/pkg/mod/github.com/huin/goupnp@v1.3.0/httpu/multiclient.go /root/go/pkg/mod/github.com/huin/goupnp@v1.3.0/httpu/serve.go
2025-08-20T21:26:30.9107230Z [00:02:45.033]➜  go tool buildid -w $WORK/b757/_pkg_.a # internal
2025-08-20T21:26:30.9371096Z [00:02:45.059]➜  cp $WORK/b757/_pkg_.a /root/.cache/go-build/9f/9f25b03fb4006697596911c4784e67069b351ea7d5864d556eba7a6022cbbf98-d # internal
2025-08-20T21:26:30.9375511Z [00:02:45.059]➜  github.com/huin/goupnp/scpd
2025-08-20T21:26:30.9376080Z [00:02:45.059]➜  mkdir -p $WORK/b763/
2025-08-20T21:26:30.9410086Z [00:02:45.062]➜  cat >/tmp/go-build548448651/b763/importcfg << 'EOF' # internal
2025-08-20T21:26:30.9412803Z [00:02:45.062]➜  # import config
2025-08-20T21:26:30.9416632Z [00:02:45.062]➜  packagefile encoding/xml=/tmp/go-build548448651/b373/_pkg_.a
2025-08-20T21:26:30.9417413Z [00:02:45.062]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:30.9418157Z [00:02:45.062]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:30.9419113Z [00:02:45.062]➜  EOF
2025-08-20T21:26:30.9422546Z [00:02:45.062]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b763/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/huin/goupnp@v1.3.0/scpd=>github.com/huin/goupnp@v1.3.0/scpd;$WORK/b763=>" -p github.com/huin/goupnp/scpd -lang=go1.14 -complete -installsuffix shared -buildid GDkcmFgYXxuXvdan-3MC/GDkcmFgYXxuXvdan-3MC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b763/importcfg -pack /root/go/pkg/mod/github.com/huin/goupnp@v1.3.0/scpd/scpd.go
2025-08-20T21:26:30.9783364Z [00:02:45.101]➜  go tool buildid -w $WORK/b763/_pkg_.a # internal
2025-08-20T21:26:30.9795337Z [00:02:45.102]➜  cp $WORK/b763/_pkg_.a /root/.cache/go-build/2a/2a39d4637b82a23fb1414fa8c5b11edfd4b14fec3393bb752abf6edf5d903a4e-d # internal
2025-08-20T21:26:30.9802755Z [00:02:45.103]➜  github.com/huin/goupnp/soap
2025-08-20T21:26:30.9804876Z [00:02:45.103]➜  mkdir -p $WORK/b764/
2025-08-20T21:26:30.9814700Z [00:02:45.104]➜  cat >/tmp/go-build548448651/b764/importcfg << 'EOF' # internal
2025-08-20T21:26:30.9815569Z [00:02:45.104]➜  # import config
2025-08-20T21:26:30.9816342Z [00:02:45.104]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:30.9817947Z [00:02:45.104]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:30.9819868Z [00:02:45.104]➜  packagefile encoding/base64=/tmp/go-build548448651/b054/_pkg_.a
2025-08-20T21:26:30.9820912Z [00:02:45.104]➜  packagefile encoding/hex=/tmp/go-build548448651/b157/_pkg_.a
2025-08-20T21:26:30.9821913Z [00:02:45.104]➜  packagefile encoding/xml=/tmp/go-build548448651/b373/_pkg_.a
2025-08-20T21:26:30.9822862Z [00:02:45.104]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:30.9823757Z [00:02:45.104]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:30.9824751Z [00:02:45.104]➜  packagefile io/ioutil=/tmp/go-build548448651/b509/_pkg_.a
2025-08-20T21:26:30.9825719Z [00:02:45.104]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:30.9826686Z [00:02:45.104]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:30.9827649Z [00:02:45.104]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:30.9828793Z [00:02:45.104]➜  packagefile regexp=/tmp/go-build548448651/b192/_pkg_.a
2025-08-20T21:26:30.9831194Z [00:02:45.104]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:30.9832068Z [00:02:45.104]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:30.9832891Z [00:02:45.104]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:30.9833911Z [00:02:45.104]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:30.9834698Z [00:02:45.104]➜  EOF
2025-08-20T21:26:30.9839738Z [00:02:45.104]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b764/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/huin/goupnp@v1.3.0/soap=>github.com/huin/goupnp@v1.3.0/soap;$WORK/b764=>" -p github.com/huin/goupnp/soap -lang=go1.14 -complete -installsuffix shared -buildid YGmGlzGUAlO1gKzjTxlH/YGmGlzGUAlO1gKzjTxlH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b764/importcfg -pack /root/go/pkg/mod/github.com/huin/goupnp@v1.3.0/soap/soap.go /root/go/pkg/mod/github.com/huin/goupnp@v1.3.0/soap/types.go
2025-08-20T21:26:31.0179318Z [00:02:45.140]➜  go tool buildid -w $WORK/b762/_pkg_.a # internal
2025-08-20T21:26:31.0202869Z [00:02:45.142]➜  cp $WORK/b762/_pkg_.a /root/.cache/go-build/cc/cc95562bd06d0fff97bd5b7a4ca2299fa62019d25ddb33aea6604b3ea3aa461f-d # internal
2025-08-20T21:26:31.0209140Z [00:02:45.143]➜  github.com/huin/goupnp/ssdp
2025-08-20T21:26:31.0209790Z [00:02:45.143]➜  mkdir -p $WORK/b765/
2025-08-20T21:26:31.0210714Z [00:02:45.143]➜  cat >/tmp/go-build548448651/b765/importcfg << 'EOF' # internal
2025-08-20T21:26:31.0211467Z [00:02:45.143]➜  # import config
2025-08-20T21:26:31.0212230Z [00:02:45.143]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:31.0213144Z [00:02:45.143]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:31.0213945Z [00:02:45.143]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:31.0214924Z [00:02:45.143]➜  packagefile github.com/huin/goupnp/httpu=/tmp/go-build548448651/b762/_pkg_.a
2025-08-20T21:26:31.0215912Z [00:02:45.143]➜  packagefile log=/tmp/go-build548448651/b071/_pkg_.a
2025-08-20T21:26:31.0216796Z [00:02:45.143]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:31.0217920Z [00:02:45.143]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:31.0219246Z [00:02:45.143]➜  packagefile regexp=/tmp/go-build548448651/b192/_pkg_.a
2025-08-20T21:26:31.0220156Z [00:02:45.143]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:31.0221015Z [00:02:45.143]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:31.0221823Z [00:02:45.143]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:31.0222456Z [00:02:45.143]➜  EOF
2025-08-20T21:26:31.0226204Z [00:02:45.143]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b765/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/huin/goupnp@v1.3.0/ssdp=>github.com/huin/goupnp@v1.3.0/ssdp;$WORK/b765=>" -p github.com/huin/goupnp/ssdp -lang=go1.14 -complete -installsuffix shared -buildid ADnxARhZ8GBZauM8tGEh/ADnxARhZ8GBZauM8tGEh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b765/importcfg -pack /root/go/pkg/mod/github.com/huin/goupnp@v1.3.0/ssdp/registry.go /root/go/pkg/mod/github.com/huin/goupnp@v1.3.0/ssdp/ssdp.go
2025-08-20T21:26:31.0474277Z [00:02:45.170]➜  go tool buildid -w $WORK/b748/_pkg_.a # internal
2025-08-20T21:26:31.0597607Z [00:02:45.182]➜  cp $WORK/b748/_pkg_.a /root/.cache/go-build/9e/9ecbed4b935568f681a639db6f3cd1b184b1636b5f716e3a7b6d152fed3cfd0f-d # internal
2025-08-20T21:26:31.0726113Z [00:02:45.195]➜  github.com/libp2p/go-libp2p/p2p/host/autorelay
2025-08-20T21:26:31.0732477Z [00:02:45.195]➜  mkdir -p $WORK/b743/
2025-08-20T21:26:31.0735639Z [00:02:45.196]➜  cat >/tmp/go-build548448651/b743/importcfg << 'EOF' # internal
2025-08-20T21:26:31.0737343Z [00:02:45.196]➜  # import config
2025-08-20T21:26:31.0739106Z [00:02:45.196]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:31.0740332Z [00:02:45.196]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:31.0763609Z [00:02:45.196]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:31.0769842Z [00:02:45.196]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:31.0772004Z [00:02:45.196]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:31.0773718Z [00:02:45.196]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:31.0775346Z [00:02:45.196]➜  packagefile github.com/libp2p/go-libp2p/core/event=/tmp/go-build548448651/b426/_pkg_.a
2025-08-20T21:26:31.0777187Z [00:02:45.196]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build548448651/b423/_pkg_.a
2025-08-20T21:26:31.0779963Z [00:02:45.196]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build548448651/b417/_pkg_.a
2025-08-20T21:26:31.0781246Z [00:02:45.196]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:31.0782604Z [00:02:45.196]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/eventbus=/tmp/go-build548448651/b513/_pkg_.a
2025-08-20T21:26:31.0784024Z [00:02:45.196]➜  packagefile github.com/libp2p/go-libp2p/p2p/metricshelper=/tmp/go-build548448651/b447/_pkg_.a
2025-08-20T21:26:31.0785553Z [00:02:45.196]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/client=/tmp/go-build548448651/b744/_pkg_.a
2025-08-20T21:26:31.0787093Z [00:02:45.196]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/pb=/tmp/go-build548448651/b745/_pkg_.a
2025-08-20T21:26:31.0788802Z [00:02:45.196]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/proto=/tmp/go-build548448651/b746/_pkg_.a
2025-08-20T21:26:31.0790348Z [00:02:45.196]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/identify=/tmp/go-build548448651/b748/_pkg_.a
2025-08-20T21:26:31.0791709Z [00:02:45.196]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:31.0792984Z [00:02:45.196]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build548448651/b430/_pkg_.a
2025-08-20T21:26:31.0794496Z [00:02:45.196]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build548448651/b387/_pkg_.a
2025-08-20T21:26:31.0807659Z [00:02:45.196]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build548448651/b477/_pkg_.a
2025-08-20T21:26:31.0809046Z [00:02:45.196]➜  packagefile math/rand=/tmp/go-build548448651/b109/_pkg_.a
2025-08-20T21:26:31.0809948Z [00:02:45.196]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:31.0810774Z [00:02:45.196]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:31.0811574Z [00:02:45.196]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:31.0812184Z [00:02:45.196]➜  EOF
2025-08-20T21:26:31.0818826Z [00:02:45.196]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b743/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/host/autorelay=>github.com/libp2p/go-libp2p@v0.43.0/p2p/host/autorelay;$WORK/b743=>" -p github.com/libp2p/go-libp2p/p2p/host/autorelay -lang=go1.23 -complete -installsuffix shared -buildid -CXNHO9TjHMyaqshT98j/-CXNHO9TjHMyaqshT98j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b743/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/host/autorelay/addrsplosion.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/host/autorelay/autorelay.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/host/autorelay/metrics.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/host/autorelay/options.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/host/autorelay/relay_finder.go
2025-08-20T21:26:31.0957287Z [00:02:45.218]➜  go tool buildid -w $WORK/b765/_pkg_.a # internal
2025-08-20T21:26:31.0965021Z [00:02:45.219]➜  go tool buildid -w $WORK/b764/_pkg_.a # internal
2025-08-20T21:26:31.0977124Z [00:02:45.220]➜  cp $WORK/b765/_pkg_.a /root/.cache/go-build/4f/4fae10d5935dc41b23f370b43a3dbe400a03edaa9b3d2608944aebb02ee018c3-d # internal
2025-08-20T21:26:31.0985829Z [00:02:45.220]➜  cp $WORK/b764/_pkg_.a /root/.cache/go-build/5f/5f5550073dc349837bc96e24c9ec364a252a946f70721ce8468c3e3ab83f1091-d # internal
2025-08-20T21:26:31.0986957Z [00:02:45.220]➜  github.com/huin/goupnp
2025-08-20T21:26:31.0987750Z [00:02:45.220]➜  mkdir -p $WORK/b761/
2025-08-20T21:26:31.0988365Z [00:02:45.221]➜  github.com/jackpal/go-nat-pmp
2025-08-20T21:26:31.0989804Z [00:02:45.221]➜  mkdir -p $WORK/b768/
2025-08-20T21:26:31.0995248Z [00:02:45.222]➜  cat >/tmp/go-build548448651/b768/importcfg << 'EOF' # internal
2025-08-20T21:26:31.0999936Z [00:02:45.222]➜  # import config
2025-08-20T21:26:31.1000640Z [00:02:45.222]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:31.1001471Z [00:02:45.222]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:31.1002563Z [00:02:45.222]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:31.1003372Z [00:02:45.222]➜  EOF
2025-08-20T21:26:31.1007644Z [00:02:45.222]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b768/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jackpal/go-nat-pmp@v1.0.2=>github.com/jackpal/go-nat-pmp@v1.0.2;$WORK/b768=>" -p github.com/jackpal/go-nat-pmp -lang=go1.16 -complete -installsuffix shared -buildid oL_UQWI68lWOWpCnVEkp/oL_UQWI68lWOWpCnVEkp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b768/importcfg -pack /root/go/pkg/mod/github.com/jackpal/go-nat-pmp@v1.0.2/natpmp.go /root/go/pkg/mod/github.com/jackpal/go-nat-pmp@v1.0.2/network.go /root/go/pkg/mod/github.com/jackpal/go-nat-pmp@v1.0.2/recorder.go
2025-08-20T21:26:31.1011864Z [00:02:45.222]➜  cat >/tmp/go-build548448651/b761/importcfg << 'EOF' # internal
2025-08-20T21:26:31.1012641Z [00:02:45.222]➜  # import config
2025-08-20T21:26:31.1013389Z [00:02:45.222]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:31.1015414Z [00:02:45.222]➜  packagefile encoding/xml=/tmp/go-build548448651/b373/_pkg_.a
2025-08-20T21:26:31.1016280Z [00:02:45.222]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:31.1017053Z [00:02:45.222]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:31.1018141Z [00:02:45.222]➜  packagefile github.com/huin/goupnp/httpu=/tmp/go-build548448651/b762/_pkg_.a
2025-08-20T21:26:31.1019749Z [00:02:45.222]➜  packagefile github.com/huin/goupnp/scpd=/tmp/go-build548448651/b763/_pkg_.a
2025-08-20T21:26:31.1020864Z [00:02:45.222]➜  packagefile github.com/huin/goupnp/soap=/tmp/go-build548448651/b764/_pkg_.a
2025-08-20T21:26:31.1021921Z [00:02:45.222]➜  packagefile github.com/huin/goupnp/ssdp=/tmp/go-build548448651/b765/_pkg_.a
2025-08-20T21:26:31.1022819Z [00:02:45.222]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:31.1023591Z [00:02:45.222]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:31.1024388Z [00:02:45.222]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:31.1025209Z [00:02:45.222]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:31.1025999Z [00:02:45.222]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:31.1026790Z [00:02:45.222]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:31.1027390Z [00:02:45.222]➜  EOF
2025-08-20T21:26:31.1031961Z [00:02:45.222]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b761/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/huin/goupnp@v1.3.0=>github.com/huin/goupnp@v1.3.0;$WORK/b761=>" -p github.com/huin/goupnp -lang=go1.14 -complete -installsuffix shared -buildid w4L_dRQzQjeN_WwCOS2m/w4L_dRQzQjeN_WwCOS2m -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b761/importcfg -pack /root/go/pkg/mod/github.com/huin/goupnp@v1.3.0/device.go /root/go/pkg/mod/github.com/huin/goupnp@v1.3.0/goupnp.go /root/go/pkg/mod/github.com/huin/goupnp@v1.3.0/network.go /root/go/pkg/mod/github.com/huin/goupnp@v1.3.0/service_client.go
2025-08-20T21:26:31.1551922Z [00:02:45.276]➜  go tool buildid -w $WORK/b768/_pkg_.a # internal
2025-08-20T21:26:31.1556392Z [00:02:45.278]➜  cp $WORK/b768/_pkg_.a /root/.cache/go-build/82/82a0e53b7e001b5fe42151fb348b0cdc52ce571971b5532395a80b4c22926995-d # internal
2025-08-20T21:26:31.1557675Z [00:02:45.278]➜  github.com/koron/go-ssdp/internal/ssdplog
2025-08-20T21:26:31.1561489Z [00:02:45.278]➜  mkdir -p $WORK/b771/
2025-08-20T21:26:31.1569476Z [00:02:45.279]➜  cat >/tmp/go-build548448651/b771/importcfg << 'EOF' # internal
2025-08-20T21:26:31.1576359Z [00:02:45.279]➜  # import config
2025-08-20T21:26:31.1577033Z [00:02:45.279]➜  packagefile log=/tmp/go-build548448651/b071/_pkg_.a
2025-08-20T21:26:31.1577650Z [00:02:45.279]➜  EOF
2025-08-20T21:26:31.1581623Z [00:02:45.280]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b771/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/koron/go-ssdp@v0.0.6/internal/ssdplog=>github.com/koron/go-ssdp@v0.0.6/internal/ssdplog;$WORK/b771=>" -p github.com/koron/go-ssdp/internal/ssdplog -lang=go1.23 -complete -installsuffix shared -buildid XlUV9vfA0RDuzL6y-LSf/XlUV9vfA0RDuzL6y-LSf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b771/importcfg -pack /root/go/pkg/mod/github.com/koron/go-ssdp@v0.0.6/internal/ssdplog/ssdplog.go
2025-08-20T21:26:31.1776018Z [00:02:45.300]➜  go tool buildid -w $WORK/b771/_pkg_.a # internal
2025-08-20T21:26:31.1786914Z [00:02:45.301]➜  cp $WORK/b771/_pkg_.a /root/.cache/go-build/2c/2cf07006637c332cd350d4f9b4775f3356559581972e2fcba7a38b486a7a14da-d # internal
2025-08-20T21:26:31.1808708Z [00:02:45.303]➜  github.com/koron/go-ssdp/internal/multicast
2025-08-20T21:26:31.1811127Z [00:02:45.303]➜  mkdir -p $WORK/b770/
2025-08-20T21:26:31.1823922Z [00:02:45.305]➜  go tool buildid -w $WORK/b761/_pkg_.a # internal
2025-08-20T21:26:31.1829641Z [00:02:45.305]➜  cat >/tmp/go-build548448651/b770/importcfg << 'EOF' # internal
2025-08-20T21:26:31.1830716Z [00:02:45.305]➜  # import config
2025-08-20T21:26:31.1832193Z [00:02:45.305]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:31.1833780Z [00:02:45.305]➜  packagefile github.com/koron/go-ssdp/internal/ssdplog=/tmp/go-build548448651/b771/_pkg_.a
2025-08-20T21:26:31.1835065Z [00:02:45.305]➜  packagefile golang.org/x/net/ipv4=/tmp/go-build548448651/b450/_pkg_.a
2025-08-20T21:26:31.1836261Z [00:02:45.305]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:31.1837319Z [00:02:45.305]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:31.1838255Z [00:02:45.305]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:31.1839225Z [00:02:45.305]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:31.1840091Z [00:02:45.305]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:31.1840726Z [00:02:45.305]➜  EOF
2025-08-20T21:26:31.1856083Z [00:02:45.308]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b770/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/koron/go-ssdp@v0.0.6/internal/multicast=>github.com/koron/go-ssdp@v0.0.6/internal/multicast;$WORK/b770=>" -p github.com/koron/go-ssdp/internal/multicast -lang=go1.23 -complete -installsuffix shared -buildid vjFsGXq3UizvD65v8Gss/vjFsGXq3UizvD65v8Gss -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b770/importcfg -pack /root/go/pkg/mod/github.com/koron/go-ssdp@v0.0.6/internal/multicast/doc.go /root/go/pkg/mod/github.com/koron/go-ssdp@v0.0.6/internal/multicast/interface.go /root/go/pkg/mod/github.com/koron/go-ssdp@v0.0.6/internal/multicast/multicast.go /root/go/pkg/mod/github.com/koron/go-ssdp@v0.0.6/internal/multicast/udp.go
2025-08-20T21:26:31.1900704Z [00:02:45.311]➜  cp $WORK/b761/_pkg_.a /root/.cache/go-build/b0/b09fa7ee810a5e2bacf1dd0e09d580f1b5456a875bdd139d1a0b855d0c98a674-d # internal
2025-08-20T21:26:31.1915195Z [00:02:45.314]➜  github.com/huin/goupnp/dcps/internetgateway1
2025-08-20T21:26:31.1918479Z [00:02:45.314]➜  mkdir -p $WORK/b766/
2025-08-20T21:26:31.1922971Z [00:02:45.315]➜  cat >/tmp/go-build548448651/b766/importcfg << 'EOF' # internal
2025-08-20T21:26:31.1927715Z [00:02:45.315]➜  # import config
2025-08-20T21:26:31.1928455Z [00:02:45.315]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:31.1929613Z [00:02:45.315]➜  packagefile github.com/huin/goupnp=/tmp/go-build548448651/b761/_pkg_.a
2025-08-20T21:26:31.1930988Z [00:02:45.315]➜  packagefile github.com/huin/goupnp/soap=/tmp/go-build548448651/b764/_pkg_.a
2025-08-20T21:26:31.1932039Z [00:02:45.315]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:31.1933153Z [00:02:45.315]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:31.1933848Z [00:02:45.315]➜  EOF
2025-08-20T21:26:31.1938644Z [00:02:45.315]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b766/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/huin/goupnp@v1.3.0/dcps/internetgateway1=>github.com/huin/goupnp@v1.3.0/dcps/internetgateway1;$WORK/b766=>" -p github.com/huin/goupnp/dcps/internetgateway1 -lang=go1.14 -complete -installsuffix shared -buildid ouiuTjepcYvGmVgLS_L1/ouiuTjepcYvGmVgLS_L1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b766/importcfg -pack /root/go/pkg/mod/github.com/huin/goupnp@v1.3.0/dcps/internetgateway1/gen.go /root/go/pkg/mod/github.com/huin/goupnp@v1.3.0/dcps/internetgateway1/internetgateway1.go
2025-08-20T21:26:31.2570706Z [00:02:45.379]➜  go tool buildid -w $WORK/b770/_pkg_.a # internal
2025-08-20T21:26:31.2587927Z [00:02:45.381]➜  cp $WORK/b770/_pkg_.a /root/.cache/go-build/f7/f7b006df772e555bde11ea675db470d95341440feb7d112e6b02710167f44adb-d # internal
2025-08-20T21:26:31.2599888Z [00:02:45.382]➜  github.com/huin/goupnp/dcps/internetgateway2
2025-08-20T21:26:31.2600579Z [00:02:45.382]➜  mkdir -p $WORK/b767/
2025-08-20T21:26:31.2601338Z [00:02:45.382]➜  cat >/tmp/go-build548448651/b767/importcfg << 'EOF' # internal
2025-08-20T21:26:31.2603382Z [00:02:45.382]➜  # import config
2025-08-20T21:26:31.2604261Z [00:02:45.382]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:31.2605467Z [00:02:45.382]➜  packagefile github.com/huin/goupnp=/tmp/go-build548448651/b761/_pkg_.a
2025-08-20T21:26:31.2606756Z [00:02:45.382]➜  packagefile github.com/huin/goupnp/soap=/tmp/go-build548448651/b764/_pkg_.a
2025-08-20T21:26:31.2608378Z [00:02:45.382]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:31.2620084Z [00:02:45.382]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:31.2621460Z [00:02:45.382]➜  EOF
2025-08-20T21:26:31.2626910Z [00:02:45.383]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b767/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/huin/goupnp@v1.3.0/dcps/internetgateway2=>github.com/huin/goupnp@v1.3.0/dcps/internetgateway2;$WORK/b767=>" -p github.com/huin/goupnp/dcps/internetgateway2 -lang=go1.14 -complete -installsuffix shared -buildid fe7xeVneSbSxrk2nZkGX/fe7xeVneSbSxrk2nZkGX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b767/importcfg -pack /root/go/pkg/mod/github.com/huin/goupnp@v1.3.0/dcps/internetgateway2/gen.go /root/go/pkg/mod/github.com/huin/goupnp@v1.3.0/dcps/internetgateway2/internetgateway2.go
2025-08-20T21:26:31.3370988Z [00:02:45.458]➜  go tool buildid -w $WORK/b743/_pkg_.a # internal
2025-08-20T21:26:31.3418342Z [00:02:45.464]➜  cp $WORK/b743/_pkg_.a /root/.cache/go-build/72/72acd37b8b2db736e2a371171c4b63bd70600ae6fc2e5afa86dd7b0195b11185-d # internal
2025-08-20T21:26:31.3420492Z [00:02:45.464]➜  github.com/koron/go-ssdp
2025-08-20T21:26:31.3421973Z [00:02:45.464]➜  mkdir -p $WORK/b769/
2025-08-20T21:26:31.3428022Z [00:02:45.465]➜  cat >/tmp/go-build548448651/b769/importcfg << 'EOF' # internal
2025-08-20T21:26:31.3429031Z [00:02:45.465]➜  # import config
2025-08-20T21:26:31.3429655Z [00:02:45.465]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:31.3430393Z [00:02:45.465]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:31.3431101Z [00:02:45.465]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:31.3431815Z [00:02:45.465]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:31.3432745Z [00:02:45.465]➜  packagefile github.com/koron/go-ssdp/internal/multicast=/tmp/go-build548448651/b770/_pkg_.a
2025-08-20T21:26:31.3433990Z [00:02:45.465]➜  packagefile github.com/koron/go-ssdp/internal/ssdplog=/tmp/go-build548448651/b771/_pkg_.a
2025-08-20T21:26:31.3435178Z [00:02:45.465]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:31.3435933Z [00:02:45.465]➜  packagefile log=/tmp/go-build548448651/b071/_pkg_.a
2025-08-20T21:26:31.3436825Z [00:02:45.465]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:31.3437707Z [00:02:45.465]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:31.3438824Z [00:02:45.465]➜  packagefile regexp=/tmp/go-build548448651/b192/_pkg_.a
2025-08-20T21:26:31.3439679Z [00:02:45.465]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:31.3440448Z [00:02:45.465]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:31.3441180Z [00:02:45.465]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:31.3441749Z [00:02:45.465]➜  EOF
2025-08-20T21:26:31.3447587Z [00:02:45.465]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b769/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/koron/go-ssdp@v0.0.6=>github.com/koron/go-ssdp@v0.0.6;$WORK/b769=>" -p github.com/koron/go-ssdp -lang=go1.23 -complete -installsuffix shared -buildid 33AwyIRy7wql04T768lI/33AwyIRy7wql04T768lI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b769/importcfg -pack /root/go/pkg/mod/github.com/koron/go-ssdp@v0.0.6/advertise.go /root/go/pkg/mod/github.com/koron/go-ssdp@v0.0.6/announce.go /root/go/pkg/mod/github.com/koron/go-ssdp@v0.0.6/doc.go /root/go/pkg/mod/github.com/koron/go-ssdp@v0.0.6/location.go /root/go/pkg/mod/github.com/koron/go-ssdp@v0.0.6/monitor.go /root/go/pkg/mod/github.com/koron/go-ssdp@v0.0.6/option.go /root/go/pkg/mod/github.com/koron/go-ssdp@v0.0.6/search.go /root/go/pkg/mod/github.com/koron/go-ssdp@v0.0.6/ssdp.go
2025-08-20T21:26:31.4236182Z [00:02:45.546]➜  go tool buildid -w $WORK/b766/_pkg_.a # internal
2025-08-20T21:26:31.4342100Z [00:02:45.557]➜  cp $WORK/b766/_pkg_.a /root/.cache/go-build/d9/d943b22e7b74483a3097b54a0ca5c5ce4fc07ba4ea615fc16cb49464c2475f9a-d # internal
2025-08-20T21:26:31.4351384Z [00:02:45.558]➜  github.com/libp2p/go-libp2p/p2p/protocol/autonatv2/pb
2025-08-20T21:26:31.4354664Z [00:02:45.558]➜  mkdir -p $WORK/b773/
2025-08-20T21:26:31.4361812Z [00:02:45.559]➜  cat >/tmp/go-build548448651/b773/importcfg << 'EOF' # internal
2025-08-20T21:26:31.4362524Z [00:02:45.559]➜  # import config
2025-08-20T21:26:31.4363518Z [00:02:45.559]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build548448651/b281/_pkg_.a
2025-08-20T21:26:31.4364941Z [00:02:45.559]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build548448651/b287/_pkg_.a
2025-08-20T21:26:31.4366025Z [00:02:45.559]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:31.4366861Z [00:02:45.559]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:31.4367468Z [00:02:45.559]➜  EOF
2025-08-20T21:26:31.4386402Z [00:02:45.561]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b773/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/protocol/autonatv2/pb=>github.com/libp2p/go-libp2p@v0.43.0/p2p/protocol/autonatv2/pb;$WORK/b773=>" -p github.com/libp2p/go-libp2p/p2p/protocol/autonatv2/pb -lang=go1.23 -complete -installsuffix shared -buildid HM7cqwhZxWvR2iHl3TYi/HM7cqwhZxWvR2iHl3TYi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b773/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/protocol/autonatv2/pb/autonatv2.pb.go
2025-08-20T21:26:31.4943153Z [00:02:45.617]➜  go tool buildid -w $WORK/b769/_pkg_.a # internal
2025-08-20T21:26:31.4956560Z [00:02:45.618]➜  cp $WORK/b769/_pkg_.a /root/.cache/go-build/31/314785f9ab3b53d761a9433b6458f96d1f2ae44956a116225145de1acb9e4d53-d # internal
2025-08-20T21:26:31.4990760Z [00:02:45.621]➜  github.com/libp2p/go-libp2p/p2p/protocol/holepunch/pb
2025-08-20T21:26:31.4991466Z [00:02:45.622]➜  mkdir -p $WORK/b775/
2025-08-20T21:26:31.4999240Z [00:02:45.622]➜  cat >/tmp/go-build548448651/b775/importcfg << 'EOF' # internal
2025-08-20T21:26:31.5000996Z [00:02:45.622]➜  # import config
2025-08-20T21:26:31.5002163Z [00:02:45.622]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build548448651/b281/_pkg_.a
2025-08-20T21:26:31.5003548Z [00:02:45.622]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build548448651/b287/_pkg_.a
2025-08-20T21:26:31.5004612Z [00:02:45.622]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:31.5005408Z [00:02:45.622]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:31.5005997Z [00:02:45.622]➜  EOF
2025-08-20T21:26:31.5014316Z [00:02:45.623]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b775/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/protocol/holepunch/pb=>github.com/libp2p/go-libp2p@v0.43.0/p2p/protocol/holepunch/pb;$WORK/b775=>" -p github.com/libp2p/go-libp2p/p2p/protocol/holepunch/pb -lang=go1.23 -complete -installsuffix shared -buildid b8VeubvpaO-Iu82U1d4n/b8VeubvpaO-Iu82U1d4n -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b775/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/protocol/holepunch/pb/holepunch.pb.go
2025-08-20T21:26:31.5083000Z [00:02:45.631]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e
2025-08-20T21:26:31.5089110Z [00:02:45.631]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b639=/tmp/go-build -gno-record-gcc-switches -I $WORK/b639/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e=/_/github.com/DataDog/zstd@v1.5.6-0.20230824185856-869dae002e5e -frandom-seed=Oy3-PWRcNZLWC5EgVEcV -o $WORK/b639/_x027.o -c zstd_compress_literals.c
2025-08-20T21:26:31.5265484Z [00:02:45.649]➜  go tool buildid -w $WORK/b773/_pkg_.a # internal
2025-08-20T21:26:31.5296224Z [00:02:45.652]➜  cp $WORK/b773/_pkg_.a /root/.cache/go-build/fe/fe5570fb8db79351fadb21ac54696be5793ffab18746258f2db493a31712e70d-d # internal
2025-08-20T21:26:31.5343448Z [00:02:45.657]➜  github.com/libp2p/go-libp2p/p2p/protocol/autonatv2
2025-08-20T21:26:31.5345791Z [00:02:45.657]➜  mkdir -p $WORK/b772/
2025-08-20T21:26:31.5352921Z [00:02:45.657]➜  cat >/tmp/go-build548448651/b772/importcfg << 'EOF' # internal
2025-08-20T21:26:31.5355240Z [00:02:45.657]➜  # import config
2025-08-20T21:26:31.5355989Z [00:02:45.657]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:31.5356873Z [00:02:45.657]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:31.5357758Z [00:02:45.658]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:31.5359016Z [00:02:45.658]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:31.5360274Z [00:02:45.658]➜  packagefile github.com/libp2p/go-buffer-pool=/tmp/go-build548448651/b321/_pkg_.a
2025-08-20T21:26:31.5361585Z [00:02:45.658]➜  packagefile github.com/libp2p/go-libp2p/core/event=/tmp/go-build548448651/b426/_pkg_.a
2025-08-20T21:26:31.5362875Z [00:02:45.658]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build548448651/b423/_pkg_.a
2025-08-20T21:26:31.5364230Z [00:02:45.658]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build548448651/b417/_pkg_.a
2025-08-20T21:26:31.5365791Z [00:02:45.658]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:31.5367121Z [00:02:45.658]➜  packagefile github.com/libp2p/go-libp2p/core/peerstore=/tmp/go-build548448651/b418/_pkg_.a
2025-08-20T21:26:31.5368724Z [00:02:45.658]➜  packagefile github.com/libp2p/go-libp2p/p2p/metricshelper=/tmp/go-build548448651/b447/_pkg_.a
2025-08-20T21:26:31.5370232Z [00:02:45.658]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/autonatv2/pb=/tmp/go-build548448651/b773/_pkg_.a
2025-08-20T21:26:31.5371592Z [00:02:45.658]➜  packagefile github.com/libp2p/go-msgio/pbio=/tmp/go-build548448651/b496/_pkg_.a
2025-08-20T21:26:31.5372851Z [00:02:45.658]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:31.5374517Z [00:02:45.658]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build548448651/b430/_pkg_.a
2025-08-20T21:26:31.5375821Z [00:02:45.658]➜  packagefile github.com/multiformats/go-varint=/tmp/go-build548448651/b254/_pkg_.a
2025-08-20T21:26:31.5377185Z [00:02:45.658]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build548448651/b387/_pkg_.a
2025-08-20T21:26:31.5378279Z [00:02:45.658]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:31.5400675Z [00:02:45.658]➜  packagefile iter=/tmp/go-build548448651/b039/_pkg_.a
2025-08-20T21:26:31.5401600Z [00:02:45.658]➜  packagefile math/rand=/tmp/go-build548448651/b109/_pkg_.a
2025-08-20T21:26:31.5402557Z [00:02:45.658]➜  packagefile math/rand/v2=/tmp/go-build548448651/b104/_pkg_.a
2025-08-20T21:26:31.5403468Z [00:02:45.658]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:31.5404546Z [00:02:45.658]➜  packagefile runtime/debug=/tmp/go-build548448651/b260/_pkg_.a
2025-08-20T21:26:31.5405519Z [00:02:45.658]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:31.5406399Z [00:02:45.658]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:31.5407252Z [00:02:45.658]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:31.5408092Z [00:02:45.658]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:31.5408973Z [00:02:45.658]➜  EOF
2025-08-20T21:26:31.5409574Z [00:02:45.658]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:31.5417337Z [00:02:45.658]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b772/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/protocol/autonatv2=>github.com/libp2p/go-libp2p@v0.43.0/p2p/protocol/autonatv2;$WORK/b772=>" -p github.com/libp2p/go-libp2p/p2p/protocol/autonatv2 -lang=go1.23 -complete -installsuffix shared -buildid 7tDNMkQNJ2TEQYURne1p/7tDNMkQNJ2TEQYURne1p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b772/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/protocol/autonatv2/autonat.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/protocol/autonatv2/client.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/protocol/autonatv2/metrics.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/protocol/autonatv2/msg_reader.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/protocol/autonatv2/options.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/protocol/autonatv2/server.go
2025-08-20T21:26:31.5739977Z [00:02:45.696]➜  go tool buildid -w $WORK/b775/_pkg_.a # internal
2025-08-20T21:26:31.5785353Z [00:02:45.701]➜  cp $WORK/b775/_pkg_.a /root/.cache/go-build/dd/dd3fd7be1a3d8a7dcfdd5ad6ae345fa3a90aa8954c32240b1cf874e547d181b7-d # internal
2025-08-20T21:26:31.5806140Z [00:02:45.703]➜  github.com/libp2p/go-libp2p/p2p/protocol/holepunch
2025-08-20T21:26:31.5809913Z [00:02:45.703]➜  mkdir -p $WORK/b774/
2025-08-20T21:26:31.5817225Z [00:02:45.704]➜  cat >/tmp/go-build548448651/b774/importcfg << 'EOF' # internal
2025-08-20T21:26:31.5823818Z [00:02:45.704]➜  # import config
2025-08-20T21:26:31.5824835Z [00:02:45.704]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:31.5825720Z [00:02:45.704]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:31.5826580Z [00:02:45.704]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:31.5843266Z [00:02:45.704]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:31.5844536Z [00:02:45.704]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build548448651/b423/_pkg_.a
2025-08-20T21:26:31.5845866Z [00:02:45.704]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build548448651/b417/_pkg_.a
2025-08-20T21:26:31.5847187Z [00:02:45.704]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:31.5848991Z [00:02:45.704]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build548448651/b419/_pkg_.a
2025-08-20T21:26:31.5850423Z [00:02:45.704]➜  packagefile github.com/libp2p/go-libp2p/p2p/metricshelper=/tmp/go-build548448651/b447/_pkg_.a
2025-08-20T21:26:31.5851925Z [00:02:45.704]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/holepunch/pb=/tmp/go-build548448651/b775/_pkg_.a
2025-08-20T21:26:31.5853462Z [00:02:45.704]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/identify=/tmp/go-build548448651/b748/_pkg_.a
2025-08-20T21:26:31.5854806Z [00:02:45.704]➜  packagefile github.com/libp2p/go-msgio/pbio=/tmp/go-build548448651/b496/_pkg_.a
2025-08-20T21:26:31.5856064Z [00:02:45.704]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:31.5857391Z [00:02:45.704]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build548448651/b430/_pkg_.a
2025-08-20T21:26:31.5859151Z [00:02:45.704]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build548448651/b387/_pkg_.a
2025-08-20T21:26:31.5860365Z [00:02:45.704]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:31.5861237Z [00:02:45.704]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:31.5862082Z [00:02:45.704]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:31.5862733Z [00:02:45.704]➜  EOF
2025-08-20T21:26:31.5870401Z [00:02:45.704]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b774/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/protocol/holepunch=>github.com/libp2p/go-libp2p@v0.43.0/p2p/protocol/holepunch;$WORK/b774=>" -p github.com/libp2p/go-libp2p/p2p/protocol/holepunch -lang=go1.23 -complete -installsuffix shared -buildid MSWz50gFLBFtEcmK9Ojp/MSWz50gFLBFtEcmK9Ojp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b774/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/protocol/holepunch/filter.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/protocol/holepunch/holepuncher.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/protocol/holepunch/metrics.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/protocol/holepunch/svc.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/protocol/holepunch/tracer.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/protocol/holepunch/util.go
2025-08-20T21:26:31.6412114Z [00:02:45.763]➜  go tool buildid -w $WORK/b767/_pkg_.a # internal
2025-08-20T21:26:31.6494574Z [00:02:45.772]➜  cp $WORK/b767/_pkg_.a /root/.cache/go-build/07/070cdd3d81b91dc3ca884e1454f3caa139ddb9094883d05ea7ff389b6633aedf-d # internal
2025-08-20T21:26:31.6529983Z [00:02:45.774]➜  github.com/libp2p/go-libp2p/p2p/net/nat/internal/nat
2025-08-20T21:26:31.6530974Z [00:02:45.774]➜  mkdir -p $WORK/b760/
2025-08-20T21:26:31.6531999Z [00:02:45.774]➜  cat >/tmp/go-build548448651/b760/importcfg << 'EOF' # internal
2025-08-20T21:26:31.6533539Z [00:02:45.774]➜  # import config
2025-08-20T21:26:31.6534367Z [00:02:45.774]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:31.6535257Z [00:02:45.775]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:31.6536279Z [00:02:45.775]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:31.6537175Z [00:02:45.775]➜  packagefile github.com/huin/goupnp=/tmp/go-build548448651/b761/_pkg_.a
2025-08-20T21:26:31.6539960Z [00:02:45.775]➜  packagefile github.com/huin/goupnp/dcps/internetgateway1=/tmp/go-build548448651/b766/_pkg_.a
2025-08-20T21:26:31.6541612Z [00:02:45.775]➜  packagefile github.com/huin/goupnp/dcps/internetgateway2=/tmp/go-build548448651/b767/_pkg_.a
2025-08-20T21:26:31.6543988Z [00:02:45.775]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:31.6545127Z [00:02:45.775]➜  packagefile github.com/jackpal/go-nat-pmp=/tmp/go-build548448651/b768/_pkg_.a
2025-08-20T21:26:31.6546281Z [00:02:45.775]➜  packagefile github.com/koron/go-ssdp=/tmp/go-build548448651/b769/_pkg_.a
2025-08-20T21:26:31.6547621Z [00:02:45.775]➜  packagefile github.com/libp2p/go-netroute=/tmp/go-build548448651/b514/_pkg_.a
2025-08-20T21:26:31.6548801Z [00:02:45.775]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:31.6549613Z [00:02:45.775]➜  packagefile math/rand=/tmp/go-build548448651/b109/_pkg_.a
2025-08-20T21:26:31.6550394Z [00:02:45.775]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:31.6551144Z [00:02:45.775]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:31.6551909Z [00:02:45.775]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:31.6552650Z [00:02:45.775]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:31.6553212Z [00:02:45.775]➜  EOF
2025-08-20T21:26:31.6559989Z [00:02:45.775]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b760/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/net/nat/internal/nat=>github.com/libp2p/go-libp2p@v0.43.0/p2p/net/nat/internal/nat;$WORK/b760=>" -p github.com/libp2p/go-libp2p/p2p/net/nat/internal/nat -lang=go1.23 -complete -installsuffix shared -buildid yQ2cj62tN0bNmu5FZfjV/yQ2cj62tN0bNmu5FZfjV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b760/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/net/nat/internal/nat/nat.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/net/nat/internal/nat/natpmp.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/net/nat/internal/nat/upnp.go
2025-08-20T21:26:31.6745049Z [00:02:45.797]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e
2025-08-20T21:26:31.6751380Z [00:02:45.797]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b639=/tmp/go-build -gno-record-gcc-switches -I $WORK/b639/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e=/_/github.com/DataDog/zstd@v1.5.6-0.20230824185856-869dae002e5e -frandom-seed=Oy3-PWRcNZLWC5EgVEcV -o $WORK/b639/_x028.o -c zstd_compress_sequences.c
2025-08-20T21:26:31.7811339Z [00:02:45.903]➜  go tool buildid -w $WORK/b760/_pkg_.a # internal
2025-08-20T21:26:31.7825924Z [00:02:45.905]➜  cp $WORK/b760/_pkg_.a /root/.cache/go-build/fd/fddcb2884480a02447d000919cdfeb94f873a373fa4fccda410a2d27535f069b-d # internal
2025-08-20T21:26:31.7831293Z [00:02:45.905]➜  github.com/libp2p/go-libp2p/p2p/net/nat
2025-08-20T21:26:31.7834066Z [00:02:45.905]➜  mkdir -p $WORK/b759/
2025-08-20T21:26:31.7840855Z [00:02:45.906]➜  cat >/tmp/go-build548448651/b759/importcfg << 'EOF' # internal
2025-08-20T21:26:31.7853832Z [00:02:45.906]➜  # import config
2025-08-20T21:26:31.7855623Z [00:02:45.906]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:31.7856995Z [00:02:45.906]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:31.7858151Z [00:02:45.906]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:31.7859735Z [00:02:45.906]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:31.7862021Z [00:02:45.906]➜  packagefile github.com/libp2p/go-libp2p/p2p/net/nat/internal/nat=/tmp/go-build548448651/b760/_pkg_.a
2025-08-20T21:26:31.7863716Z [00:02:45.906]➜  packagefile net/netip=/tmp/go-build548448651/b164/_pkg_.a
2025-08-20T21:26:31.7864912Z [00:02:45.906]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:31.7866336Z [00:02:45.906]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:31.7867515Z [00:02:45.906]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:31.7868401Z [00:02:45.906]➜  EOF
2025-08-20T21:26:31.7870248Z [00:02:45.906]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:31.7874147Z [00:02:45.906]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b759/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/net/nat=>github.com/libp2p/go-libp2p@v0.43.0/p2p/net/nat;$WORK/b759=>" -p github.com/libp2p/go-libp2p/p2p/net/nat -lang=go1.23 -complete -installsuffix shared -buildid D_wJiUDCHCwEd29jCBI2/D_wJiUDCHCwEd29jCBI2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b759/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/net/nat/nat.go
2025-08-20T21:26:31.7921651Z [00:02:45.915]➜  go tool buildid -w $WORK/b774/_pkg_.a # internal
2025-08-20T21:26:31.7984117Z [00:02:45.921]➜  cp $WORK/b774/_pkg_.a /root/.cache/go-build/fa/fa0bdb67ed60a69d0990029b1188fa9b4408a8ff2d50a03d3e898fdc4ef6058a-d # internal
2025-08-20T21:26:31.7985360Z [00:02:45.921]➜  golang.org/x/crypto/chacha20
2025-08-20T21:26:31.7985955Z [00:02:45.921]➜  mkdir -p $WORK/b780/
2025-08-20T21:26:31.7986689Z [00:02:45.921]➜  cat >/tmp/go-build548448651/b780/importcfg << 'EOF' # internal
2025-08-20T21:26:31.7987354Z [00:02:45.921]➜  # import config
2025-08-20T21:26:31.7988232Z [00:02:45.921]➜  packagefile crypto/cipher=/tmp/go-build548448651/b085/_pkg_.a
2025-08-20T21:26:31.7997811Z [00:02:45.921]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:31.7998900Z [00:02:45.921]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:31.7999918Z [00:02:45.921]➜  packagefile golang.org/x/crypto/internal/alias=/tmp/go-build548448651/b781/_pkg_.a
2025-08-20T21:26:31.8000917Z [00:02:45.921]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:31.8001771Z [00:02:45.921]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:31.8002422Z [00:02:45.921]➜  EOF
2025-08-20T21:26:31.8006751Z [00:02:45.921]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b780/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/chacha20=>golang.org/x/crypto@v0.41.0/chacha20;$WORK/b780=>" -p golang.org/x/crypto/chacha20 -lang=go1.23 -complete -installsuffix shared -buildid N4enn78SeZ6byG7-JA7u/N4enn78SeZ6byG7-JA7u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b780/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/chacha20/chacha_generic.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/chacha20/chacha_noasm.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/chacha20/xor.go
2025-08-20T21:26:31.8013572Z [00:02:45.921]➜  go tool buildid -w $WORK/b772/_pkg_.a # internal
2025-08-20T21:26:31.8042111Z [00:02:45.926]➜  cp $WORK/b772/_pkg_.a /root/.cache/go-build/d4/d48d209164e0676caec1de1bf9a08aabe8b4398e3f9fd9c3370a5a436e4e6b8a-d # internal
2025-08-20T21:26:31.8060292Z [00:02:45.928]➜  golang.org/x/crypto/internal/poly1305
2025-08-20T21:26:31.8063523Z [00:02:45.928]➜  mkdir -p $WORK/b782/
2025-08-20T21:26:31.8064182Z [00:02:45.928]➜  echo -n > $WORK/b782/go_asm.h # internal
2025-08-20T21:26:31.8065071Z [00:02:45.928]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/internal/poly1305
2025-08-20T21:26:31.8068062Z [00:02:45.928]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/internal/poly1305 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/internal/poly1305=>golang.org/x/crypto@v0.41.0/internal/poly1305;$WORK/b782=>" -I $WORK/b782/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b782/symabis ./sum_amd64.s
2025-08-20T21:26:31.8108951Z [00:02:45.933]➜  cat >/tmp/go-build548448651/b782/importcfg << 'EOF' # internal
2025-08-20T21:26:31.8119013Z [00:02:45.933]➜  # import config
2025-08-20T21:26:31.8119771Z [00:02:45.933]➜  packagefile crypto/subtle=/tmp/go-build548448651/b106/_pkg_.a
2025-08-20T21:26:31.8120725Z [00:02:45.933]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:31.8122332Z [00:02:45.933]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:31.8123044Z [00:02:45.933]➜  EOF
2025-08-20T21:26:31.8123626Z [00:02:45.933]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:31.8129142Z [00:02:45.933]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b782/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/internal/poly1305=>golang.org/x/crypto@v0.41.0/internal/poly1305;$WORK/b782=>" -p golang.org/x/crypto/internal/poly1305 -lang=go1.23 -installsuffix shared -buildid tSgFkyWqz-D-GzjyvbHu/tSgFkyWqz-D-GzjyvbHu -goversion go1.25.0 -symabis $WORK/b782/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b782/importcfg -pack -asmhdr $WORK/b782/go_asm.h /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/internal/poly1305/poly1305.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/internal/poly1305/sum_asm.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/internal/poly1305/sum_generic.go
2025-08-20T21:26:31.8384879Z [00:02:45.961]➜  go tool buildid -w $WORK/b759/_pkg_.a # internal
2025-08-20T21:26:31.8402343Z [00:02:45.963]➜  cp $WORK/b759/_pkg_.a /root/.cache/go-build/a7/a79621060f4c9b96be1ef41f061a8a182c85ad8f21e2720b89969a64eb158326-d # internal
2025-08-20T21:26:31.8407148Z [00:02:45.963]➜  golang.org/x/crypto/curve25519
2025-08-20T21:26:31.8415725Z [00:02:45.964]➜  mkdir -p $WORK/b783/
2025-08-20T21:26:31.8417742Z [00:02:45.964]➜  cat >/tmp/go-build548448651/b783/importcfg << 'EOF' # internal
2025-08-20T21:26:31.8420171Z [00:02:45.964]➜  # import config
2025-08-20T21:26:31.8421473Z [00:02:45.964]➜  packagefile crypto/ecdh=/tmp/go-build548448651/b113/_pkg_.a
2025-08-20T21:26:31.8423504Z [00:02:45.964]➜  EOF
2025-08-20T21:26:31.8427025Z [00:02:45.964]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b783/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/curve25519=>golang.org/x/crypto@v0.41.0/curve25519;$WORK/b783=>" -p golang.org/x/crypto/curve25519 -lang=go1.23 -complete -installsuffix shared -buildid fAP_lV4h0DWSVt440pmb/fAP_lV4h0DWSVt440pmb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b783/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/curve25519/curve25519.go
2025-08-20T21:26:31.8545777Z [00:02:45.977]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/internal/poly1305
2025-08-20T21:26:31.8550184Z [00:02:45.977]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/internal/poly1305 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/internal/poly1305=>golang.org/x/crypto@v0.41.0/internal/poly1305;$WORK/b782=>" -I $WORK/b782/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b782/sum_amd64.o ./sum_amd64.s
2025-08-20T21:26:31.8560889Z [00:02:45.979]➜  go tool buildid -w $WORK/b780/_pkg_.a # internal
2025-08-20T21:26:31.8571473Z [00:02:45.979]➜  cp $WORK/b780/_pkg_.a /root/.cache/go-build/22/229ac86215ac2db9567d56f32d0a0f47db1f4232c2adba8f005b0bffc9996852-d # internal
2025-08-20T21:26:31.8572939Z [00:02:45.980]➜  github.com/jbenet/go-temp-err-catcher
2025-08-20T21:26:31.8578322Z [00:02:45.980]➜  mkdir -p $WORK/b785/
2025-08-20T21:26:31.8582916Z [00:02:45.980]➜  cat >/tmp/go-build548448651/b785/importcfg << 'EOF' # internal
2025-08-20T21:26:31.8583633Z [00:02:45.980]➜  # import config
2025-08-20T21:26:31.8584345Z [00:02:45.980]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:31.8585214Z [00:02:45.980]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:31.8585891Z [00:02:45.980]➜  EOF
2025-08-20T21:26:31.8586464Z [00:02:45.981]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:31.8591330Z [00:02:45.981]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b785/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jbenet/go-temp-err-catcher@v0.1.0=>github.com/jbenet/go-temp-err-catcher@v0.1.0;$WORK/b785=>" -p github.com/jbenet/go-temp-err-catcher -lang=go1.13 -complete -installsuffix shared -buildid 1Y1jTrOiNhtOIMA5_MF6/1Y1jTrOiNhtOIMA5_MF6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b785/importcfg -pack /root/go/pkg/mod/github.com/jbenet/go-temp-err-catcher@v0.1.0/doc.go /root/go/pkg/mod/github.com/jbenet/go-temp-err-catcher@v0.1.0/temp_err_catcher.go
2025-08-20T21:26:31.8631493Z [00:02:45.985]➜  go tool buildid -w $WORK/b783/_pkg_.a # internal
2025-08-20T21:26:31.8653944Z [00:02:45.985]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/internal/poly1305
2025-08-20T21:26:31.8655168Z [00:02:45.986]➜  go tool pack r $WORK/b782/_pkg_.a $WORK/b782/sum_amd64.o # internal
2025-08-20T21:26:31.8655995Z [00:02:45.986]➜  go tool buildid -w $WORK/b782/_pkg_.a # internal
2025-08-20T21:26:31.8663895Z [00:02:45.989]➜  cp $WORK/b783/_pkg_.a /root/.cache/go-build/90/904cad3e26a38ae9dee5a3d583843b267e54c72bf847d5d8f31c83ef7a8c8f78-d # internal
2025-08-20T21:26:31.8669258Z [00:02:45.989]➜  github.com/davidlazar/go-crypto/salsa20
2025-08-20T21:26:31.8669943Z [00:02:45.989]➜  mkdir -p $WORK/b787/
2025-08-20T21:26:31.8670740Z [00:02:45.989]➜  cat >/tmp/go-build548448651/b787/importcfg << 'EOF' # internal
2025-08-20T21:26:31.8671440Z [00:02:45.989]➜  # import config
2025-08-20T21:26:31.8672200Z [00:02:45.989]➜  packagefile crypto/cipher=/tmp/go-build548448651/b085/_pkg_.a
2025-08-20T21:26:31.8673189Z [00:02:45.989]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:31.8674510Z [00:02:45.989]➜  packagefile golang.org/x/crypto/salsa20/salsa=/tmp/go-build548448651/b788/_pkg_.a
2025-08-20T21:26:31.8675392Z [00:02:45.989]➜  EOF
2025-08-20T21:26:31.8676096Z [00:02:45.989]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:31.8681007Z [00:02:45.989]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b787/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/davidlazar/go-crypto@v0.0.0-20200604182044-b73af7476f6c/salsa20=>github.com/davidlazar/go-crypto@v0.0.0-20200604182044-b73af7476f6c/salsa20;$WORK/b787=>" -p github.com/davidlazar/go-crypto/salsa20 -lang=go1.14 -complete -installsuffix shared -buildid XBzk2ZxHlF0AmulG1FSz/XBzk2ZxHlF0AmulG1FSz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b787/importcfg -pack /root/go/pkg/mod/github.com/davidlazar/go-crypto@v0.0.0-20200604182044-b73af7476f6c/salsa20/salsa20.go
2025-08-20T21:26:31.8685635Z [00:02:45.989]➜  cp $WORK/b782/_pkg_.a /root/.cache/go-build/dd/ddd3e9bf4217313dab3b2424647ed0ca34df6b32e4ef9ceef1e3a7b7ba13f282-d # internal
2025-08-20T21:26:31.8686897Z [00:02:45.989]➜  golang.org/x/crypto/chacha20poly1305
2025-08-20T21:26:31.8687565Z [00:02:45.989]➜  mkdir -p $WORK/b779/
2025-08-20T21:26:31.8688235Z [00:02:45.989]➜  echo -n > $WORK/b779/go_asm.h # internal
2025-08-20T21:26:31.8689320Z [00:02:45.989]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/chacha20poly1305
2025-08-20T21:26:31.8692338Z [00:02:45.989]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/chacha20poly1305 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/chacha20poly1305=>golang.org/x/crypto@v0.41.0/chacha20poly1305;$WORK/b779=>" -I $WORK/b779/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b779/symabis ./chacha20poly1305_amd64.s
2025-08-20T21:26:31.8780083Z [00:02:46.000]➜  go tool buildid -w $WORK/b785/_pkg_.a # internal
2025-08-20T21:26:31.8786153Z [00:02:46.001]➜  cp $WORK/b785/_pkg_.a /root/.cache/go-build/83/83600acbf61a5df9bf18c5e5ce9d2a34c18179cd2b2acd23dc0a443baf4a7f1a-d # internal
2025-08-20T21:26:31.8798828Z [00:02:46.002]➜  github.com/libp2p/go-libp2p/p2p/security/noise/pb
2025-08-20T21:26:31.8800103Z [00:02:46.002]➜  mkdir -p $WORK/b789/
2025-08-20T21:26:31.8801530Z [00:02:46.002]➜  cat >/tmp/go-build548448651/b789/importcfg << 'EOF' # internal
2025-08-20T21:26:31.8802598Z [00:02:46.002]➜  # import config
2025-08-20T21:26:31.8804517Z [00:02:46.002]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build548448651/b281/_pkg_.a
2025-08-20T21:26:31.8805885Z [00:02:46.002]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build548448651/b287/_pkg_.a
2025-08-20T21:26:31.8806887Z [00:02:46.002]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:31.8807695Z [00:02:46.002]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:31.8808293Z [00:02:46.002]➜  EOF
2025-08-20T21:26:31.8814177Z [00:02:46.004]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:31.8820363Z [00:02:46.004]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b789/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/security/noise/pb=>github.com/libp2p/go-libp2p@v0.43.0/p2p/security/noise/pb;$WORK/b789=>" -p github.com/libp2p/go-libp2p/p2p/security/noise/pb -lang=go1.23 -complete -installsuffix shared -buildid 9KdemRTafOkuF-5f5yqz/9KdemRTafOkuF-5f5yqz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b789/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/security/noise/pb/payload.pb.go
2025-08-20T21:26:31.8829786Z [00:02:46.005]➜  go tool buildid -w $WORK/b787/_pkg_.a # internal
2025-08-20T21:26:31.8836281Z [00:02:46.006]➜  cp $WORK/b787/_pkg_.a /root/.cache/go-build/5e/5e36a25f0e443a26cad51af7cdbbac459cbf591b28bcfb2d4c34d9dc2bcdbbc2-d # internal
2025-08-20T21:26:31.8842944Z [00:02:46.007]➜  github.com/libp2p/go-libp2p/p2p/net/pnet
2025-08-20T21:26:31.8843623Z [00:02:46.007]➜  mkdir -p $WORK/b786/
2025-08-20T21:26:31.8879447Z [00:02:46.007]➜  cat >/tmp/go-build548448651/b786/importcfg << 'EOF' # internal
2025-08-20T21:26:31.8880688Z [00:02:46.007]➜  # import config
2025-08-20T21:26:31.8882523Z [00:02:46.007]➜  packagefile crypto/cipher=/tmp/go-build548448651/b085/_pkg_.a
2025-08-20T21:26:31.8883508Z [00:02:46.007]➜  packagefile crypto/rand=/tmp/go-build548448651/b082/_pkg_.a
2025-08-20T21:26:31.8884402Z [00:02:46.007]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:31.8885199Z [00:02:46.007]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:31.8886224Z [00:02:46.007]➜  packagefile github.com/davidlazar/go-crypto/salsa20=/tmp/go-build548448651/b787/_pkg_.a
2025-08-20T21:26:31.8887452Z [00:02:46.007]➜  packagefile github.com/libp2p/go-buffer-pool=/tmp/go-build548448651/b321/_pkg_.a
2025-08-20T21:26:31.8888751Z [00:02:46.007]➜  packagefile github.com/libp2p/go-libp2p/core/pnet=/tmp/go-build548448651/b737/_pkg_.a
2025-08-20T21:26:31.8889777Z [00:02:46.007]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:31.8890573Z [00:02:46.007]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:31.8891201Z [00:02:46.007]➜  EOF
2025-08-20T21:26:31.8895571Z [00:02:46.007]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b786/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/net/pnet=>github.com/libp2p/go-libp2p@v0.43.0/p2p/net/pnet;$WORK/b786=>" -p github.com/libp2p/go-libp2p/p2p/net/pnet -lang=go1.23 -complete -installsuffix shared -buildid 6YjFz4SmsYpbuoHd8FkP/6YjFz4SmsYpbuoHd8FkP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b786/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/net/pnet/protector.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/net/pnet/psk_conn.go
2025-08-20T21:26:31.8928451Z [00:02:46.015]➜  cat >/tmp/go-build548448651/b779/importcfg << 'EOF' # internal
2025-08-20T21:26:31.8942777Z [00:02:46.015]➜  # import config
2025-08-20T21:26:31.8943571Z [00:02:46.015]➜  packagefile crypto/cipher=/tmp/go-build548448651/b085/_pkg_.a
2025-08-20T21:26:31.8944594Z [00:02:46.015]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:31.8945473Z [00:02:46.015]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:31.8946579Z [00:02:46.015]➜  packagefile golang.org/x/crypto/chacha20=/tmp/go-build548448651/b780/_pkg_.a
2025-08-20T21:26:31.8947681Z [00:02:46.015]➜  packagefile golang.org/x/crypto/internal/alias=/tmp/go-build548448651/b781/_pkg_.a
2025-08-20T21:26:31.8949165Z [00:02:46.015]➜  packagefile golang.org/x/crypto/internal/poly1305=/tmp/go-build548448651/b782/_pkg_.a
2025-08-20T21:26:31.8950382Z [00:02:46.015]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build548448651/b240/_pkg_.a
2025-08-20T21:26:31.8951137Z [00:02:46.015]➜  EOF
2025-08-20T21:26:31.8957069Z [00:02:46.015]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b779/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/chacha20poly1305=>golang.org/x/crypto@v0.41.0/chacha20poly1305;$WORK/b779=>" -p golang.org/x/crypto/chacha20poly1305 -lang=go1.23 -installsuffix shared -buildid eTbjjJWnijfLicvc0Eua/eTbjjJWnijfLicvc0Eua -goversion go1.25.0 -symabis $WORK/b779/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b779/importcfg -pack -asmhdr $WORK/b779/go_asm.h /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/chacha20poly1305/chacha20poly1305.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/chacha20poly1305/chacha20poly1305_amd64.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/chacha20poly1305/chacha20poly1305_generic.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/chacha20poly1305/xchacha20poly1305.go
2025-08-20T21:26:31.8963956Z [00:02:46.018]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e
2025-08-20T21:26:31.8969056Z [00:02:46.018]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b639=/tmp/go-build -gno-record-gcc-switches -I $WORK/b639/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e=/_/github.com/DataDog/zstd@v1.5.6-0.20230824185856-869dae002e5e -frandom-seed=Oy3-PWRcNZLWC5EgVEcV -o $WORK/b639/_x029.o -c zstd_compress_superblock.c
2025-08-20T21:26:31.9221640Z [00:02:46.044]➜  go tool buildid -w $WORK/b786/_pkg_.a # internal
2025-08-20T21:26:31.9223092Z [00:02:46.044]➜  cp $WORK/b786/_pkg_.a /root/.cache/go-build/cb/cbd46fbaa4a552425776e0cb12c5a7ed87f35b7c039783aae73310635c453d6f-d # internal
2025-08-20T21:26:31.9231878Z [00:02:46.046]➜  github.com/libp2p/go-libp2p/p2p/net/upgrader
2025-08-20T21:26:31.9240298Z [00:02:46.046]➜  mkdir -p $WORK/b784/
2025-08-20T21:26:31.9250173Z [00:02:46.047]➜  cat >/tmp/go-build548448651/b784/importcfg << 'EOF' # internal
2025-08-20T21:26:31.9251032Z [00:02:46.047]➜  # import config
2025-08-20T21:26:31.9253429Z [00:02:46.047]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:31.9254659Z [00:02:46.047]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:31.9255858Z [00:02:46.047]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:31.9258288Z [00:02:46.047]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:31.9259686Z [00:02:46.047]➜  packagefile github.com/jbenet/go-temp-err-catcher=/tmp/go-build548448651/b785/_pkg_.a
2025-08-20T21:26:31.9260905Z [00:02:46.047]➜  packagefile github.com/libp2p/go-libp2p/core/connmgr=/tmp/go-build548448651/b424/_pkg_.a
2025-08-20T21:26:31.9262135Z [00:02:46.047]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build548448651/b417/_pkg_.a
2025-08-20T21:26:31.9263328Z [00:02:46.047]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:31.9264515Z [00:02:46.047]➜  packagefile github.com/libp2p/go-libp2p/core/pnet=/tmp/go-build548448651/b737/_pkg_.a
2025-08-20T21:26:31.9265778Z [00:02:46.047]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build548448651/b419/_pkg_.a
2025-08-20T21:26:31.9297594Z [00:02:46.047]➜  packagefile github.com/libp2p/go-libp2p/core/sec=/tmp/go-build548448651/b738/_pkg_.a
2025-08-20T21:26:31.9299129Z [00:02:46.047]➜  packagefile github.com/libp2p/go-libp2p/core/transport=/tmp/go-build548448651/b446/_pkg_.a
2025-08-20T21:26:31.9300672Z [00:02:46.047]➜  packagefile github.com/libp2p/go-libp2p/p2p/net/pnet=/tmp/go-build548448651/b786/_pkg_.a
2025-08-20T21:26:31.9301998Z [00:02:46.047]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build548448651/b430/_pkg_.a
2025-08-20T21:26:31.9303450Z [00:02:46.047]➜  packagefile github.com/multiformats/go-multistream=/tmp/go-build548448651/b420/_pkg_.a
2025-08-20T21:26:31.9304488Z [00:02:46.047]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:31.9305321Z [00:02:46.047]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:31.9306156Z [00:02:46.047]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:31.9306982Z [00:02:46.047]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:31.9307790Z [00:02:46.047]➜  EOF
2025-08-20T21:26:31.9308352Z [00:02:46.047]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:31.9314414Z [00:02:46.047]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b784/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/net/upgrader=>github.com/libp2p/go-libp2p@v0.43.0/p2p/net/upgrader;$WORK/b784=>" -p github.com/libp2p/go-libp2p/p2p/net/upgrader -lang=go1.23 -complete -installsuffix shared -buildid t6q1TLqpOvtnWqHqwhMT/t6q1TLqpOvtnWqHqwhMT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b784/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/net/upgrader/conn.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/net/upgrader/listener.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/net/upgrader/threshold.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/net/upgrader/upgrader.go
2025-08-20T21:26:31.9319822Z [00:02:46.048]➜  go tool buildid -w $WORK/b789/_pkg_.a # internal
2025-08-20T21:26:31.9321275Z [00:02:46.049]➜  cp $WORK/b789/_pkg_.a /root/.cache/go-build/12/12a31d6490347aefe7e648e1386d19b769cf3af1f63233f511d4a0a12bc2c450-d # internal
2025-08-20T21:26:31.9322412Z [00:02:46.052]➜  github.com/klauspost/compress/fse
2025-08-20T21:26:31.9323000Z [00:02:46.052]➜  mkdir -p $WORK/b796/
2025-08-20T21:26:31.9323729Z [00:02:46.052]➜  cat >/tmp/go-build548448651/b796/importcfg << 'EOF' # internal
2025-08-20T21:26:31.9324421Z [00:02:46.052]➜  # import config
2025-08-20T21:26:31.9325211Z [00:02:46.052]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:31.9326115Z [00:02:46.052]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:31.9326971Z [00:02:46.052]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:31.9327809Z [00:02:46.052]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:31.9328886Z [00:02:46.052]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:31.9329605Z [00:02:46.052]➜  EOF
2025-08-20T21:26:31.9335835Z [00:02:46.052]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b796/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/fse=>github.com/klauspost/compress@v1.18.0/fse;$WORK/b796=>" -p github.com/klauspost/compress/fse -lang=go1.22 -complete -installsuffix shared -buildid Lb0ExCVqDs3xkEojaTOi/Lb0ExCVqDs3xkEojaTOi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b796/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/fse/bitreader.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/fse/bitwriter.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/fse/bytereader.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/fse/compress.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/fse/decompress.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/fse/fse.go
2025-08-20T21:26:31.9415102Z [00:02:46.064]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/chacha20poly1305
2025-08-20T21:26:31.9419592Z [00:02:46.064]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/chacha20poly1305 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/chacha20poly1305=>golang.org/x/crypto@v0.41.0/chacha20poly1305;$WORK/b779=>" -I $WORK/b779/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b779/chacha20poly1305_amd64.o ./chacha20poly1305_amd64.s
2025-08-20T21:26:31.9782559Z [00:02:46.100]➜  go tool pack r $WORK/b779/_pkg_.a $WORK/b779/chacha20poly1305_amd64.o # internal
2025-08-20T21:26:31.9790312Z [00:02:46.100]➜  go tool buildid -w $WORK/b779/_pkg_.a # internal
2025-08-20T21:26:31.9791660Z [00:02:46.101]➜  cp $WORK/b779/_pkg_.a /root/.cache/go-build/1b/1bdd7a7c028a2e13ffb403510f0ed0084e449f618c8e5b6009b3381979289daf-d # internal
2025-08-20T21:26:31.9798141Z [00:02:46.102]➜  github.com/flynn/noise
2025-08-20T21:26:31.9802452Z [00:02:46.102]➜  mkdir -p $WORK/b778/
2025-08-20T21:26:31.9813856Z [00:02:46.104]➜  cat >/tmp/go-build548448651/b778/importcfg << 'EOF' # internal
2025-08-20T21:26:31.9816635Z [00:02:46.104]➜  # import config
2025-08-20T21:26:31.9817611Z [00:02:46.104]➜  packagefile crypto/aes=/tmp/go-build548448651/b111/_pkg_.a
2025-08-20T21:26:31.9819623Z [00:02:46.104]➜  packagefile crypto/cipher=/tmp/go-build548448651/b085/_pkg_.a
2025-08-20T21:26:31.9823263Z [00:02:46.104]➜  packagefile crypto/hmac=/tmp/go-build548448651/b136/_pkg_.a
2025-08-20T21:26:31.9824247Z [00:02:46.104]➜  packagefile crypto/rand=/tmp/go-build548448651/b082/_pkg_.a
2025-08-20T21:26:31.9825152Z [00:02:46.104]➜  packagefile crypto/sha256=/tmp/go-build548448651/b151/_pkg_.a
2025-08-20T21:26:31.9826028Z [00:02:46.104]➜  packagefile crypto/sha512=/tmp/go-build548448651/b127/_pkg_.a
2025-08-20T21:26:31.9826919Z [00:02:46.104]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:31.9827753Z [00:02:46.104]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:31.9828888Z [00:02:46.104]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:31.9830098Z [00:02:46.104]➜  packagefile golang.org/x/crypto/blake2b=/tmp/go-build548448651/b239/_pkg_.a
2025-08-20T21:26:31.9831299Z [00:02:46.104]➜  packagefile golang.org/x/crypto/blake2s=/tmp/go-build548448651/b241/_pkg_.a
2025-08-20T21:26:31.9832597Z [00:02:46.104]➜  packagefile golang.org/x/crypto/chacha20poly1305=/tmp/go-build548448651/b779/_pkg_.a
2025-08-20T21:26:31.9833838Z [00:02:46.104]➜  packagefile golang.org/x/crypto/curve25519=/tmp/go-build548448651/b783/_pkg_.a
2025-08-20T21:26:31.9834877Z [00:02:46.104]➜  packagefile hash=/tmp/go-build548448651/b080/_pkg_.a
2025-08-20T21:26:31.9835748Z [00:02:46.104]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:31.9836567Z [00:02:46.104]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:31.9837207Z [00:02:46.104]➜  EOF
2025-08-20T21:26:31.9837766Z [00:02:46.104]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:31.9851481Z [00:02:46.104]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b778/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/flynn/noise@v1.1.0=>github.com/flynn/noise@v1.1.0;$WORK/b778=>" -p github.com/flynn/noise -lang=go1.16 -complete -installsuffix shared -buildid cde_ZRed6HV-1kyrt9YW/cde_ZRed6HV-1kyrt9YW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b778/importcfg -pack /root/go/pkg/mod/github.com/flynn/noise@v1.1.0/cipher_suite.go /root/go/pkg/mod/github.com/flynn/noise@v1.1.0/hkdf.go /root/go/pkg/mod/github.com/flynn/noise@v1.1.0/patterns.go /root/go/pkg/mod/github.com/flynn/noise@v1.1.0/state.go
2025-08-20T21:26:32.0446634Z [00:02:46.167]➜  go tool buildid -w $WORK/b796/_pkg_.a # internal
2025-08-20T21:26:32.0495620Z [00:02:46.172]➜  cp $WORK/b796/_pkg_.a /root/.cache/go-build/ef/ef3d52c583370559a13c74c39940fec6a420ff4f68215370506f80c17816a835-d # internal
2025-08-20T21:26:32.0511873Z [00:02:46.174]➜  github.com/klauspost/compress/huff0
2025-08-20T21:26:32.0514938Z [00:02:46.174]➜  mkdir -p $WORK/b795/
2025-08-20T21:26:32.0532893Z [00:02:46.176]➜  echo -n > $WORK/b795/go_asm.h # internal
2025-08-20T21:26:32.0536116Z [00:02:46.176]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0
2025-08-20T21:26:32.0543663Z [00:02:46.176]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/klauspost/compress/huff0 -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0=>github.com/klauspost/compress@v1.18.0/huff0;$WORK/b795=>" -I $WORK/b795/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b795/symabis ./decompress_amd64.s
2025-08-20T21:26:32.0651346Z [00:02:46.187]➜  cat >/tmp/go-build548448651/b795/importcfg << 'EOF' # internal
2025-08-20T21:26:32.0656022Z [00:02:46.187]➜  # import config
2025-08-20T21:26:32.0656747Z [00:02:46.187]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:32.0657582Z [00:02:46.187]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:32.0658820Z [00:02:46.187]➜  packagefile github.com/klauspost/compress/fse=/tmp/go-build548448651/b796/_pkg_.a
2025-08-20T21:26:32.0660439Z [00:02:46.187]➜  packagefile github.com/klauspost/compress/internal/cpuinfo=/tmp/go-build548448651/b797/_pkg_.a
2025-08-20T21:26:32.0661867Z [00:02:46.187]➜  packagefile github.com/klauspost/compress/internal/le=/tmp/go-build548448651/b798/_pkg_.a
2025-08-20T21:26:32.0662935Z [00:02:46.187]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:32.0663758Z [00:02:46.187]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:32.0664643Z [00:02:46.187]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:32.0665606Z [00:02:46.187]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:32.0666573Z [00:02:46.187]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:32.0667205Z [00:02:46.187]➜  EOF
2025-08-20T21:26:32.0667767Z [00:02:46.187]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:32.0677502Z [00:02:46.187]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b795/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0=>github.com/klauspost/compress@v1.18.0/huff0;$WORK/b795=>" -p github.com/klauspost/compress/huff0 -lang=go1.22 -installsuffix shared -buildid W_udoCvsncTTzLvVQzas/W_udoCvsncTTzLvVQzas -goversion go1.25.0 -symabis $WORK/b795/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b795/importcfg -pack -asmhdr $WORK/b795/go_asm.h /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0/bitreader.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0/bitwriter.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0/compress.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0/decompress.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0/decompress_amd64.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0/huff0.go
2025-08-20T21:26:32.0942895Z [00:02:46.216]➜  go tool buildid -w $WORK/b778/_pkg_.a # internal
2025-08-20T21:26:32.0962948Z [00:02:46.219]➜  cp $WORK/b778/_pkg_.a /root/.cache/go-build/3e/3e81d70c5c75a9854d64005ba6d284b692dcc7b460ad65a9614bd34aafba66d1-d # internal
2025-08-20T21:26:32.0965837Z [00:02:46.219]➜  github.com/klauspost/compress/internal/snapref
2025-08-20T21:26:32.0969335Z [00:02:46.219]➜  mkdir -p $WORK/b799/
2025-08-20T21:26:32.0975245Z [00:02:46.220]➜  cat >/tmp/go-build548448651/b799/importcfg << 'EOF' # internal
2025-08-20T21:26:32.0977765Z [00:02:46.220]➜  # import config
2025-08-20T21:26:32.0980442Z [00:02:46.220]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:32.0983106Z [00:02:46.220]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:32.0985914Z [00:02:46.220]➜  packagefile hash/crc32=/tmp/go-build548448651/b079/_pkg_.a
2025-08-20T21:26:32.0986863Z [00:02:46.220]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:32.0988032Z [00:02:46.220]➜  EOF
2025-08-20T21:26:32.0995147Z [00:02:46.220]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b799/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/snapref=>github.com/klauspost/compress@v1.18.0/internal/snapref;$WORK/b799=>" -p github.com/klauspost/compress/internal/snapref -lang=go1.22 -complete -installsuffix shared -buildid LxOk2naGsfcscnfGcJRa/LxOk2naGsfcscnfGcJRa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b799/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/snapref/decode.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/snapref/decode_other.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/snapref/encode.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/snapref/encode_other.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/snapref/snappy.go
2025-08-20T21:26:32.1095914Z [00:02:46.229]➜  go tool buildid -w $WORK/b784/_pkg_.a # internal
2025-08-20T21:26:32.1097368Z [00:02:46.232]➜  cp $WORK/b784/_pkg_.a /root/.cache/go-build/b1/b15c1d3f4d2eae96a85f02511a0b7072635ad8200b45d36e81843c62f24f38b7-d # internal
2025-08-20T21:26:32.1120717Z [00:02:46.234]➜  github.com/libp2p/go-libp2p/p2p/security/noise
2025-08-20T21:26:32.1128480Z [00:02:46.234]➜  mkdir -p $WORK/b777/
2025-08-20T21:26:32.1131438Z [00:02:46.235]➜  cat >/tmp/go-build548448651/b777/importcfg << 'EOF' # internal
2025-08-20T21:26:32.1132161Z [00:02:46.235]➜  # import config
2025-08-20T21:26:32.1132851Z [00:02:46.235]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:32.1133705Z [00:02:46.235]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:32.1134579Z [00:02:46.235]➜  packagefile crypto/rand=/tmp/go-build548448651/b082/_pkg_.a
2025-08-20T21:26:32.1135465Z [00:02:46.235]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:32.1136416Z [00:02:46.235]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:32.1137431Z [00:02:46.235]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:32.1138415Z [00:02:46.235]➜  packagefile github.com/flynn/noise=/tmp/go-build548448651/b778/_pkg_.a
2025-08-20T21:26:32.1139910Z [00:02:46.235]➜  packagefile github.com/libp2p/go-buffer-pool=/tmp/go-build548448651/b321/_pkg_.a
2025-08-20T21:26:32.1141252Z [00:02:46.235]➜  packagefile github.com/libp2p/go-libp2p/core/canonicallog=/tmp/go-build548448651/b443/_pkg_.a
2025-08-20T21:26:32.1142598Z [00:02:46.235]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build548448651/b311/_pkg_.a
2025-08-20T21:26:32.1143900Z [00:02:46.235]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build548448651/b417/_pkg_.a
2025-08-20T21:26:32.1145145Z [00:02:46.235]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:32.1146400Z [00:02:46.235]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build548448651/b419/_pkg_.a
2025-08-20T21:26:32.1147676Z [00:02:46.235]➜  packagefile github.com/libp2p/go-libp2p/core/sec=/tmp/go-build548448651/b738/_pkg_.a
2025-08-20T21:26:32.1149243Z [00:02:46.235]➜  packagefile github.com/libp2p/go-libp2p/p2p/net/upgrader=/tmp/go-build548448651/b784/_pkg_.a
2025-08-20T21:26:32.1150684Z [00:02:46.235]➜  packagefile github.com/libp2p/go-libp2p/p2p/security/noise/pb=/tmp/go-build548448651/b789/_pkg_.a
2025-08-20T21:26:32.1152069Z [00:02:46.235]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build548448651/b430/_pkg_.a
2025-08-20T21:26:32.1153376Z [00:02:46.235]➜  packagefile golang.org/x/crypto/chacha20poly1305=/tmp/go-build548448651/b779/_pkg_.a
2025-08-20T21:26:32.1154541Z [00:02:46.235]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build548448651/b300/_pkg_.a
2025-08-20T21:26:32.1155442Z [00:02:46.235]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:32.1156167Z [00:02:46.235]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:32.1156888Z [00:02:46.235]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:32.1157701Z [00:02:46.235]➜  packagefile runtime/debug=/tmp/go-build548448651/b260/_pkg_.a
2025-08-20T21:26:32.1161373Z [00:02:46.235]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:32.1162606Z [00:02:46.235]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:32.1163409Z [00:02:46.235]➜  EOF
2025-08-20T21:26:32.1172290Z [00:02:46.235]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b777/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/security/noise=>github.com/libp2p/go-libp2p@v0.43.0/p2p/security/noise;$WORK/b777=>" -p github.com/libp2p/go-libp2p/p2p/security/noise -lang=go1.23 -complete -installsuffix shared -buildid tYrNJhV_HqU9gkGV-Uxy/tYrNJhV_HqU9gkGV-Uxy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b777/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/security/noise/crypto.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/security/noise/handshake.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/security/noise/rw.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/security/noise/session.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/security/noise/session_transport.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/security/noise/transport.go
2025-08-20T21:26:32.1211876Z [00:02:46.243]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e
2025-08-20T21:26:32.1215707Z [00:02:46.243]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b639=/tmp/go-build -gno-record-gcc-switches -I $WORK/b639/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e=/_/github.com/DataDog/zstd@v1.5.6-0.20230824185856-869dae002e5e -frandom-seed=Oy3-PWRcNZLWC5EgVEcV -o $WORK/b639/_x030.o -c zstd_ddict.c
2025-08-20T21:26:32.1566119Z [00:02:46.279]➜  go tool buildid -w $WORK/b799/_pkg_.a # internal
2025-08-20T21:26:32.1576195Z [00:02:46.280]➜  cp $WORK/b799/_pkg_.a /root/.cache/go-build/ac/ac0712a715e97a1d66376ddf9e4cde601262a82e416040db6bef88e337c966cd-d # internal
2025-08-20T21:26:32.1588024Z [00:02:46.281]➜  github.com/libp2p/go-libp2p/p2p/security/tls
2025-08-20T21:26:32.1593922Z [00:02:46.282]➜  mkdir -p $WORK/b791/
2025-08-20T21:26:32.1604441Z [00:02:46.283]➜  cat >/tmp/go-build548448651/b791/importcfg << 'EOF' # internal
2025-08-20T21:26:32.1606356Z [00:02:46.283]➜  # import config
2025-08-20T21:26:32.1610157Z [00:02:46.283]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:32.1612418Z [00:02:46.283]➜  packagefile crypto=/tmp/go-build548448651/b084/_pkg_.a
2025-08-20T21:26:32.1613545Z [00:02:46.283]➜  packagefile crypto/ecdsa=/tmp/go-build548448651/b118/_pkg_.a
2025-08-20T21:26:32.1615836Z [00:02:46.283]➜  packagefile crypto/elliptic=/tmp/go-build548448651/b119/_pkg_.a
2025-08-20T21:26:32.1616885Z [00:02:46.283]➜  packagefile crypto/rand=/tmp/go-build548448651/b082/_pkg_.a
2025-08-20T21:26:32.1617778Z [00:02:46.283]➜  packagefile crypto/tls=/tmp/go-build548448651/b110/_pkg_.a
2025-08-20T21:26:32.1618891Z [00:02:46.283]➜  packagefile crypto/x509=/tmp/go-build548448651/b154/_pkg_.a
2025-08-20T21:26:32.1619890Z [00:02:46.283]➜  packagefile crypto/x509/pkix=/tmp/go-build548448651/b156/_pkg_.a
2025-08-20T21:26:32.1620852Z [00:02:46.283]➜  packagefile encoding/asn1=/tmp/go-build548448651/b129/_pkg_.a
2025-08-20T21:26:32.1621746Z [00:02:46.283]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:32.1622585Z [00:02:46.283]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:32.1623680Z [00:02:46.283]➜  packagefile github.com/libp2p/go-libp2p/core/canonicallog=/tmp/go-build548448651/b443/_pkg_.a
2025-08-20T21:26:32.1624995Z [00:02:46.283]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build548448651/b311/_pkg_.a
2025-08-20T21:26:32.1626283Z [00:02:46.283]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build548448651/b417/_pkg_.a
2025-08-20T21:26:32.1627802Z [00:02:46.283]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:32.1629492Z [00:02:46.283]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build548448651/b419/_pkg_.a
2025-08-20T21:26:32.1630708Z [00:02:46.283]➜  packagefile github.com/libp2p/go-libp2p/core/sec=/tmp/go-build548448651/b738/_pkg_.a
2025-08-20T21:26:32.1632037Z [00:02:46.283]➜  packagefile github.com/libp2p/go-libp2p/p2p/net/upgrader=/tmp/go-build548448651/b784/_pkg_.a
2025-08-20T21:26:32.1633351Z [00:02:46.283]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build548448651/b430/_pkg_.a
2025-08-20T21:26:32.1634415Z [00:02:46.283]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:32.1635259Z [00:02:46.283]➜  packagefile math/big=/tmp/go-build548448651/b108/_pkg_.a
2025-08-20T21:26:32.1636158Z [00:02:46.283]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:32.1636982Z [00:02:46.283]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:32.1637838Z [00:02:46.283]➜  packagefile runtime/debug=/tmp/go-build548448651/b260/_pkg_.a
2025-08-20T21:26:32.1644114Z [00:02:46.283]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:32.1645837Z [00:02:46.283]➜  EOF
2025-08-20T21:26:32.1646388Z [00:02:46.283]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:32.1652666Z [00:02:46.283]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b791/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/security/tls=>github.com/libp2p/go-libp2p@v0.43.0/p2p/security/tls;$WORK/b791=>" -p github.com/libp2p/go-libp2p/p2p/security/tls -lang=go1.23 -complete -installsuffix shared -buildid JaHJqRKdvMMkA2j0SRwN/JaHJqRKdvMMkA2j0SRwN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b791/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/security/tls/conn.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/security/tls/crypto.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/security/tls/extension.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/security/tls/transport.go
2025-08-20T21:26:32.2445338Z [00:02:46.367]➜  go tool buildid -w $WORK/b777/_pkg_.a # internal
2025-08-20T21:26:32.2472018Z [00:02:46.370]➜  cp $WORK/b777/_pkg_.a /root/.cache/go-build/f0/f0b55337a0ad78b50889940a1831cebd8910551dce2929cf27ae1de983227406-d # internal
2025-08-20T21:26:32.2474162Z [00:02:46.370]➜  github.com/klauspost/compress/zstd/internal/xxhash
2025-08-20T21:26:32.2476694Z [00:02:46.370]➜  mkdir -p $WORK/b800/
2025-08-20T21:26:32.2480693Z [00:02:46.370]➜  echo -n > $WORK/b800/go_asm.h # internal
2025-08-20T21:26:32.2490527Z [00:02:46.371]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash
2025-08-20T21:26:32.2494148Z [00:02:46.371]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/klauspost/compress/zstd/internal/xxhash -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash=>github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash;$WORK/b800=>" -I $WORK/b800/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b800/symabis ./xxhash_amd64.s
2025-08-20T21:26:32.2586014Z [00:02:46.381]➜  cat >/tmp/go-build548448651/b800/importcfg << 'EOF' # internal
2025-08-20T21:26:32.2586796Z [00:02:46.381]➜  # import config
2025-08-20T21:26:32.2587551Z [00:02:46.381]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:32.2588483Z [00:02:46.381]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:32.2589643Z [00:02:46.381]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:32.2590309Z [00:02:46.381]➜  EOF
2025-08-20T21:26:32.2596304Z [00:02:46.382]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:32.2603549Z [00:02:46.382]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b800/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash=>github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash;$WORK/b800=>" -p github.com/klauspost/compress/zstd/internal/xxhash -lang=go1.22 -installsuffix shared -buildid qI53LTnLdwDIALZcyE5T/qI53LTnLdwDIALZcyE5T -goversion go1.25.0 -symabis $WORK/b800/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b800/importcfg -pack -asmhdr $WORK/b800/go_asm.h /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash/xxhash.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash/xxhash_asm.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash/xxhash_safe.go
2025-08-20T21:26:32.2935546Z [00:02:46.416]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0
2025-08-20T21:26:32.2939988Z [00:02:46.416]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/klauspost/compress/huff0 -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0=>github.com/klauspost/compress@v1.18.0/huff0;$WORK/b795=>" -I $WORK/b795/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b795/decompress_amd64.o ./decompress_amd64.s
2025-08-20T21:26:32.3008840Z [00:02:46.423]➜  go tool pack r $WORK/b795/_pkg_.a $WORK/b795/decompress_amd64.o # internal
2025-08-20T21:26:32.3009831Z [00:02:46.423]➜  go tool buildid -w $WORK/b795/_pkg_.a # internal
2025-08-20T21:26:32.3017526Z [00:02:46.424]➜  cp $WORK/b795/_pkg_.a /root/.cache/go-build/8f/8f8ef9360275cebd9d1053af74d95b6456c93a11c6dcbc7135e1ec8a9a63acaa-d # internal
2025-08-20T21:26:32.3022168Z [00:02:46.425]➜  github.com/quic-go/quic-go/quicvarint
2025-08-20T21:26:32.3023577Z [00:02:46.425]➜  mkdir -p $WORK/b805/
2025-08-20T21:26:32.3025186Z [00:02:46.425]➜  cat >/tmp/go-build548448651/b805/importcfg << 'EOF' # internal
2025-08-20T21:26:32.3026464Z [00:02:46.425]➜  # import config
2025-08-20T21:26:32.3027823Z [00:02:46.425]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:32.3029353Z [00:02:46.425]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:32.3030351Z [00:02:46.425]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:32.3031233Z [00:02:46.425]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:32.3031852Z [00:02:46.425]➜  EOF
2025-08-20T21:26:32.3032403Z [00:02:46.425]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:32.3036711Z [00:02:46.425]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b805/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/quicvarint=>github.com/quic-go/quic-go@v0.54.0/quicvarint;$WORK/b805=>" -p github.com/quic-go/quic-go/quicvarint -lang=go1.23 -complete -installsuffix shared -buildid M-9Iq4PlPD3tLrbeB0IY/M-9Iq4PlPD3tLrbeB0IY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b805/importcfg -pack /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/quicvarint/io.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/quicvarint/varint.go
2025-08-20T21:26:32.3053187Z [00:02:46.426]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash
2025-08-20T21:26:32.3056623Z [00:02:46.426]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/klauspost/compress/zstd/internal/xxhash -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash=>github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash;$WORK/b800=>" -I $WORK/b800/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b800/xxhash_amd64.o ./xxhash_amd64.s
2025-08-20T21:26:32.3070918Z [00:02:46.430]➜  go tool buildid -w $WORK/b791/_pkg_.a # internal
2025-08-20T21:26:32.3092462Z [00:02:46.432]➜  go tool pack r $WORK/b800/_pkg_.a $WORK/b800/xxhash_amd64.o # internal
2025-08-20T21:26:32.3094555Z [00:02:46.432]➜  go tool buildid -w $WORK/b800/_pkg_.a # internal
2025-08-20T21:26:32.3095804Z [00:02:46.432]➜  cp $WORK/b800/_pkg_.a /root/.cache/go-build/8e/8e24d4bb7ae4f83cf9bc482b3d74e114fac8b80a206aeb6a0c0c04183d86298b-d # internal
2025-08-20T21:26:32.3099036Z [00:02:46.432]➜  github.com/klauspost/compress/zstd
2025-08-20T21:26:32.3101282Z [00:02:46.433]➜  mkdir -p $WORK/b793/
2025-08-20T21:26:32.3105247Z [00:02:46.433]➜  echo -n > $WORK/b793/go_asm.h # internal
2025-08-20T21:26:32.3108015Z [00:02:46.433]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd
2025-08-20T21:26:32.3112486Z [00:02:46.433]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/klauspost/compress/zstd -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd=>github.com/klauspost/compress@v1.18.0/zstd;$WORK/b793=>" -I $WORK/b793/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b793/symabis ./fse_decoder_amd64.s ./matchlen_amd64.s ./seqdec_amd64.s
2025-08-20T21:26:32.3116585Z [00:02:46.433]➜  cp $WORK/b791/_pkg_.a /root/.cache/go-build/3e/3efc0bd42785ac93322edc40142589eb4f189a59fbe8e78d38439f59e6c3f814-d # internal
2025-08-20T21:26:32.3117760Z [00:02:46.434]➜  golang.org/x/crypto/hkdf
2025-08-20T21:26:32.3118351Z [00:02:46.434]➜  mkdir -p $WORK/b812/
2025-08-20T21:26:32.3122214Z [00:02:46.435]➜  cat >/tmp/go-build548448651/b812/importcfg << 'EOF' # internal
2025-08-20T21:26:32.3123324Z [00:02:46.435]➜  # import config
2025-08-20T21:26:32.3124660Z [00:02:46.435]➜  packagefile crypto/hmac=/tmp/go-build548448651/b136/_pkg_.a
2025-08-20T21:26:32.3126872Z [00:02:46.435]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:32.3127746Z [00:02:46.435]➜  packagefile hash=/tmp/go-build548448651/b080/_pkg_.a
2025-08-20T21:26:32.3128827Z [00:02:46.435]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:32.3129497Z [00:02:46.435]➜  EOF
2025-08-20T21:26:32.3130053Z [00:02:46.435]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:32.3133772Z [00:02:46.435]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b812/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/hkdf=>golang.org/x/crypto@v0.41.0/hkdf;$WORK/b812=>" -p golang.org/x/crypto/hkdf -lang=go1.23 -complete -installsuffix shared -buildid L4w73esUbhyYtkJJ80tu/L4w73esUbhyYtkJJ80tu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b812/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/hkdf/hkdf.go
2025-08-20T21:26:32.3199540Z [00:02:46.442]➜  cat >/tmp/go-build548448651/b793/importcfg << 'EOF' # internal
2025-08-20T21:26:32.3208911Z [00:02:46.442]➜  # import config
2025-08-20T21:26:32.3209609Z [00:02:46.442]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:32.3210494Z [00:02:46.442]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:32.3211377Z [00:02:46.442]➜  packagefile crypto/rand=/tmp/go-build548448651/b082/_pkg_.a
2025-08-20T21:26:32.3212290Z [00:02:46.442]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:32.3213204Z [00:02:46.442]➜  packagefile encoding/hex=/tmp/go-build548448651/b157/_pkg_.a
2025-08-20T21:26:32.3214104Z [00:02:46.442]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:32.3214933Z [00:02:46.442]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:32.3215902Z [00:02:46.442]➜  packagefile github.com/klauspost/compress=/tmp/go-build548448651/b794/_pkg_.a
2025-08-20T21:26:32.3217108Z [00:02:46.442]➜  packagefile github.com/klauspost/compress/huff0=/tmp/go-build548448651/b795/_pkg_.a
2025-08-20T21:26:32.3218425Z [00:02:46.442]➜  packagefile github.com/klauspost/compress/internal/cpuinfo=/tmp/go-build548448651/b797/_pkg_.a
2025-08-20T21:26:32.3219865Z [00:02:46.442]➜  packagefile github.com/klauspost/compress/internal/le=/tmp/go-build548448651/b798/_pkg_.a
2025-08-20T21:26:32.3221237Z [00:02:46.442]➜  packagefile github.com/klauspost/compress/internal/snapref=/tmp/go-build548448651/b799/_pkg_.a
2025-08-20T21:26:32.3222650Z [00:02:46.442]➜  packagefile github.com/klauspost/compress/zstd/internal/xxhash=/tmp/go-build548448651/b800/_pkg_.a
2025-08-20T21:26:32.3223799Z [00:02:46.442]➜  packagefile hash/crc32=/tmp/go-build548448651/b079/_pkg_.a
2025-08-20T21:26:32.3224848Z [00:02:46.442]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:32.3225630Z [00:02:46.442]➜  packagefile log=/tmp/go-build548448651/b071/_pkg_.a
2025-08-20T21:26:32.3226564Z [00:02:46.442]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:32.3227415Z [00:02:46.442]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:32.3228259Z [00:02:46.442]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:32.3230248Z [00:02:46.443]➜  packagefile runtime/debug=/tmp/go-build548448651/b260/_pkg_.a
2025-08-20T21:26:32.3231135Z [00:02:46.443]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:32.3231933Z [00:02:46.443]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:32.3232735Z [00:02:46.443]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:32.3233603Z [00:02:46.443]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:32.3234440Z [00:02:46.443]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:32.3235056Z [00:02:46.443]➜  EOF
2025-08-20T21:26:32.3275726Z [00:02:46.443]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b793/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd=>github.com/klauspost/compress@v1.18.0/zstd;$WORK/b793=>" -p github.com/klauspost/compress/zstd -lang=go1.22 -installsuffix shared -buildid 66qtFyDDwJQtdZjQMvXR/66qtFyDDwJQtdZjQMvXR -goversion go1.25.0 -symabis $WORK/b793/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b793/importcfg -pack -asmhdr $WORK/b793/go_asm.h /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/bitreader.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/bitwriter.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/blockdec.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/blockenc.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/blocktype_string.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/bytebuf.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/bytereader.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/decodeheader.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/decoder.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/decoder_options.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/dict.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/enc_base.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/enc_best.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/enc_better.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/enc_dfast.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/enc_fast.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/encoder.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/encoder_options.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/framedec.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/frameenc.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/fse_decoder.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/fse_decoder_amd64.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/fse_encoder.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/fse_predefined.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/hash.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/history.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/matchlen_amd64.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/seqdec.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/seqdec_amd64.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/seqenc.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/snappy.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/zip.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/zstd.go
2025-08-20T21:26:32.3342054Z [00:02:46.454]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e
2025-08-20T21:26:32.3348453Z [00:02:46.454]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b639=/tmp/go-build -gno-record-gcc-switches -I $WORK/b639/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e=/_/github.com/DataDog/zstd@v1.5.6-0.20230824185856-869dae002e5e -frandom-seed=Oy3-PWRcNZLWC5EgVEcV -o $WORK/b639/_x031.o -c zstd_decompress.c
2025-08-20T21:26:32.3357942Z [00:02:46.458]➜  go tool buildid -w $WORK/b805/_pkg_.a # internal
2025-08-20T21:26:32.3362010Z [00:02:46.458]➜  cp $WORK/b805/_pkg_.a /root/.cache/go-build/90/90bc4bb22be96e8714c1f4249b6cd7c3023cf7898750d932d18dc6e81c05434f-d # internal
2025-08-20T21:26:32.3366652Z [00:02:46.459]➜  github.com/quic-go/quic-go/internal/protocol
2025-08-20T21:26:32.3370357Z [00:02:46.459]➜  mkdir -p $WORK/b804/
2025-08-20T21:26:32.3383170Z [00:02:46.461]➜  cat >/tmp/go-build548448651/b804/importcfg << 'EOF' # internal
2025-08-20T21:26:32.3385913Z [00:02:46.461]➜  # import config
2025-08-20T21:26:32.3388983Z [00:02:46.461]➜  packagefile crypto/rand=/tmp/go-build548448651/b082/_pkg_.a
2025-08-20T21:26:32.3394320Z [00:02:46.461]➜  packagefile crypto/tls=/tmp/go-build548448651/b110/_pkg_.a
2025-08-20T21:26:32.3395252Z [00:02:46.461]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:32.3396110Z [00:02:46.461]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:32.3404092Z [00:02:46.461]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:32.3405434Z [00:02:46.461]➜  packagefile github.com/quic-go/quic-go/quicvarint=/tmp/go-build548448651/b805/_pkg_.a
2025-08-20T21:26:32.3406394Z [00:02:46.461]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:32.3407355Z [00:02:46.461]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:32.3408432Z [00:02:46.461]➜  packagefile math/rand/v2=/tmp/go-build548448651/b104/_pkg_.a
2025-08-20T21:26:32.3417121Z [00:02:46.461]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:32.3417958Z [00:02:46.461]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:32.3419014Z [00:02:46.461]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:32.3419624Z [00:02:46.461]➜  EOF
2025-08-20T21:26:32.3420930Z [00:02:46.461]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:32.3432255Z [00:02:46.461]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b804/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/protocol=>github.com/quic-go/quic-go@v0.54.0/internal/protocol;$WORK/b804=>" -p github.com/quic-go/quic-go/internal/protocol -lang=go1.23 -complete -installsuffix shared -buildid RHAND7vGhIuys8_WLn4B/RHAND7vGhIuys8_WLn4B -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b804/importcfg -pack /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/protocol/connection_id.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/protocol/encryption_level.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/protocol/key_phase.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/protocol/packet_number.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/protocol/params.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/protocol/perspective.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/protocol/protocol.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/protocol/stream.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/protocol/version.go
2025-08-20T21:26:32.3440345Z [00:02:46.463]➜  go tool buildid -w $WORK/b812/_pkg_.a # internal
2025-08-20T21:26:32.3441687Z [00:02:46.464]➜  cp $WORK/b812/_pkg_.a /root/.cache/go-build/14/14e29d6fe761a355078751da61698628719606325eb21b547f92ee865f34d1b2-d # internal
2025-08-20T21:26:32.3443054Z [00:02:46.465]➜  github.com/quic-go/quic-go/internal/utils/linkedlist
2025-08-20T21:26:32.3443877Z [00:02:46.465]➜  mkdir -p $WORK/b813/
2025-08-20T21:26:32.3444614Z [00:02:46.465]➜  cat >/tmp/go-build548448651/b813/importcfg << 'EOF' # internal
2025-08-20T21:26:32.3446302Z [00:02:46.465]➜  # import config
2025-08-20T21:26:32.3447001Z [00:02:46.465]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:32.3447642Z [00:02:46.465]➜  EOF
2025-08-20T21:26:32.3452065Z [00:02:46.465]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b813/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/utils/linkedlist=>github.com/quic-go/quic-go@v0.54.0/internal/utils/linkedlist;$WORK/b813=>" -p github.com/quic-go/quic-go/internal/utils/linkedlist -lang=go1.23 -complete -installsuffix shared -buildid YP51yunq-rU-x8lJgwe_/YP51yunq-rU-x8lJgwe_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b813/importcfg -pack /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/utils/linkedlist/linkedlist.go
2025-08-20T21:26:32.3549149Z [00:02:46.477]➜  go tool buildid -w $WORK/b813/_pkg_.a # internal
2025-08-20T21:26:32.3557216Z [00:02:46.478]➜  cp $WORK/b813/_pkg_.a /root/.cache/go-build/06/06e87f809f5b5caf128d7a5333a9305c364340381d69f9abe585d51a2761ecac-d # internal
2025-08-20T21:26:32.3558388Z [00:02:46.478]➜  database/sql
2025-08-20T21:26:32.3560318Z [00:02:46.478]➜  mkdir -p $WORK/b818/
2025-08-20T21:26:32.3580167Z [00:02:46.479]➜  cat >/tmp/go-build548448651/b818/importcfg << 'EOF' # internal
2025-08-20T21:26:32.3581136Z [00:02:46.479]➜  # import config
2025-08-20T21:26:32.3581827Z [00:02:46.479]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:32.3582657Z [00:02:46.479]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:32.3583550Z [00:02:46.479]➜  packagefile database/sql/driver=/tmp/go-build548448651/b186/_pkg_.a
2025-08-20T21:26:32.3584446Z [00:02:46.479]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:32.3585420Z [00:02:46.479]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:32.3586276Z [00:02:46.479]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:32.3587093Z [00:02:46.479]➜  packagefile maps=/tmp/go-build548448651/b159/_pkg_.a
2025-08-20T21:26:32.3587994Z [00:02:46.479]➜  packagefile math/rand/v2=/tmp/go-build548448651/b104/_pkg_.a
2025-08-20T21:26:32.3589092Z [00:02:46.479]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:32.3589943Z [00:02:46.479]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:32.3590752Z [00:02:46.479]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:32.3591592Z [00:02:46.479]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:32.3592414Z [00:02:46.479]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:32.3594087Z [00:02:46.479]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:32.3595197Z [00:02:46.479]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:32.3596718Z [00:02:46.479]➜  packagefile unicode=/tmp/go-build548448651/b041/_pkg_.a
2025-08-20T21:26:32.3598021Z [00:02:46.479]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:32.3598966Z [00:02:46.479]➜  EOF
2025-08-20T21:26:32.3602999Z [00:02:46.479]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b818/_pkg_.a -trimpath "/root/.go/src/database/sql=>database/sql;$WORK/b818=>" -p database/sql -lang=go1.25 -std -complete -installsuffix shared -buildid 8aK51_gzElWiyEVz7fH4/8aK51_gzElWiyEVz7fH4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b818/importcfg -pack /root/.go/src/database/sql/convert.go /root/.go/src/database/sql/ctxutil.go /root/.go/src/database/sql/sql.go
2025-08-20T21:26:32.3999077Z [00:02:46.522]➜  go tool buildid -w $WORK/b804/_pkg_.a # internal
2025-08-20T21:26:32.4000550Z [00:02:46.522]➜  cp $WORK/b804/_pkg_.a /root/.cache/go-build/9a/9a53a934f313d954cbc06d155c5648ee30b23278604d1e2a50e10940a702da03-d # internal
2025-08-20T21:26:32.4001920Z [00:02:46.522]➜  github.com/quic-go/quic-go/internal/utils
2025-08-20T21:26:32.4002547Z [00:02:46.522]➜  mkdir -p $WORK/b806/
2025-08-20T21:26:32.4003276Z [00:02:46.522]➜  cat >/tmp/go-build548448651/b806/importcfg << 'EOF' # internal
2025-08-20T21:26:32.4003948Z [00:02:46.522]➜  # import config
2025-08-20T21:26:32.4004587Z [00:02:46.522]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:32.4005438Z [00:02:46.522]➜  packagefile crypto/rand=/tmp/go-build548448651/b082/_pkg_.a
2025-08-20T21:26:32.4006342Z [00:02:46.522]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:32.4007169Z [00:02:46.522]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:32.4008356Z [00:02:46.522]➜  packagefile github.com/quic-go/quic-go/internal/protocol=/tmp/go-build548448651/b804/_pkg_.a
2025-08-20T21:26:32.4009705Z [00:02:46.522]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:32.4010496Z [00:02:46.522]➜  packagefile log=/tmp/go-build548448651/b071/_pkg_.a
2025-08-20T21:26:32.4011272Z [00:02:46.522]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:32.4012039Z [00:02:46.522]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:32.4012826Z [00:02:46.522]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:32.4013612Z [00:02:46.522]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:32.4014194Z [00:02:46.522]➜  EOF
2025-08-20T21:26:32.4021930Z [00:02:46.522]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b806/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/utils=>github.com/quic-go/quic-go@v0.54.0/internal/utils;$WORK/b806=>" -p github.com/quic-go/quic-go/internal/utils -lang=go1.23 -complete -installsuffix shared -buildid -sDkDFjdOgU1K3PV4RIz/-sDkDFjdOgU1K3PV4RIz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b806/importcfg -pack /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/utils/buffered_write_closer.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/utils/log.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/utils/rand.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/utils/rtt_stats.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/utils/timer.go
2025-08-20T21:26:32.4574937Z [00:02:46.580]➜  go tool buildid -w $WORK/b806/_pkg_.a # internal
2025-08-20T21:26:32.4594408Z [00:02:46.582]➜  cp $WORK/b806/_pkg_.a /root/.cache/go-build/59/59f1edcb0dc3f0862164afb732a9e81e991b3d7cc4045a790e1011e2ab43400c-d # internal
2025-08-20T21:26:32.4595687Z [00:02:46.582]➜  github.com/quic-go/quic-go/internal/qerr
2025-08-20T21:26:32.4596353Z [00:02:46.582]➜  mkdir -p $WORK/b808/
2025-08-20T21:26:32.4609932Z [00:02:46.582]➜  cat >/tmp/go-build548448651/b808/importcfg << 'EOF' # internal
2025-08-20T21:26:32.4610678Z [00:02:46.582]➜  # import config
2025-08-20T21:26:32.4611403Z [00:02:46.582]➜  packagefile crypto/tls=/tmp/go-build548448651/b110/_pkg_.a
2025-08-20T21:26:32.4612603Z [00:02:46.582]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:32.4613709Z [00:02:46.582]➜  packagefile github.com/quic-go/quic-go/internal/protocol=/tmp/go-build548448651/b804/_pkg_.a
2025-08-20T21:26:32.4614735Z [00:02:46.582]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:32.4615338Z [00:02:46.582]➜  EOF
2025-08-20T21:26:32.4620308Z [00:02:46.583]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b808/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/qerr=>github.com/quic-go/quic-go@v0.54.0/internal/qerr;$WORK/b808=>" -p github.com/quic-go/quic-go/internal/qerr -lang=go1.23 -complete -installsuffix shared -buildid f8L7PYh6H593Jyv6VcLW/f8L7PYh6H593Jyv6VcLW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b808/importcfg -pack /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/qerr/error_codes.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/qerr/errors.go
2025-08-20T21:26:32.4881317Z [00:02:46.610]➜  go tool buildid -w $WORK/b808/_pkg_.a # internal
2025-08-20T21:26:32.4898800Z [00:02:46.612]➜  cp $WORK/b808/_pkg_.a /root/.cache/go-build/fb/fb4377676c8f83f449c0ed16ad25946995330b443e868875a89a2d7a0c91d27a-d # internal
2025-08-20T21:26:32.4917116Z [00:02:46.614]➜  github.com/quic-go/quic-go/internal/wire
2025-08-20T21:26:32.4920177Z [00:02:46.614]➜  mkdir -p $WORK/b809/
2025-08-20T21:26:32.4932548Z [00:02:46.616]➜  cat >/tmp/go-build548448651/b809/importcfg << 'EOF' # internal
2025-08-20T21:26:32.4933497Z [00:02:46.616]➜  # import config
2025-08-20T21:26:32.4934851Z [00:02:46.616]➜  packagefile crypto/rand=/tmp/go-build548448651/b082/_pkg_.a
2025-08-20T21:26:32.4936193Z [00:02:46.616]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:32.4937692Z [00:02:46.616]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:32.4939358Z [00:02:46.616]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:32.4940808Z [00:02:46.616]➜  packagefile github.com/quic-go/quic-go/internal/protocol=/tmp/go-build548448651/b804/_pkg_.a
2025-08-20T21:26:32.4942436Z [00:02:46.616]➜  packagefile github.com/quic-go/quic-go/internal/qerr=/tmp/go-build548448651/b808/_pkg_.a
2025-08-20T21:26:32.4943933Z [00:02:46.616]➜  packagefile github.com/quic-go/quic-go/internal/utils=/tmp/go-build548448651/b806/_pkg_.a
2025-08-20T21:26:32.4946287Z [00:02:46.616]➜  packagefile github.com/quic-go/quic-go/quicvarint=/tmp/go-build548448651/b805/_pkg_.a
2025-08-20T21:26:32.4947272Z [00:02:46.616]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:32.4948102Z [00:02:46.616]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:32.4949157Z [00:02:46.616]➜  packagefile net/netip=/tmp/go-build548448651/b164/_pkg_.a
2025-08-20T21:26:32.4950049Z [00:02:46.616]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:32.4951042Z [00:02:46.616]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:32.4951914Z [00:02:46.616]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:32.4952757Z [00:02:46.616]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:32.4953574Z [00:02:46.616]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:32.4954205Z [00:02:46.616]➜  EOF
2025-08-20T21:26:32.4983030Z [00:02:46.618]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b809/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/wire=>github.com/quic-go/quic-go@v0.54.0/internal/wire;$WORK/b809=>" -p github.com/quic-go/quic-go/internal/wire -lang=go1.23 -complete -installsuffix shared -buildid SeyxsXIkAJHJAXKT0Gmj/SeyxsXIkAJHJAXKT0Gmj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b809/importcfg -pack /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/wire/ack_frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/wire/ack_range.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/wire/connection_close_frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/wire/crypto_frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/wire/data_blocked_frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/wire/datagram_frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/wire/extended_header.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/wire/frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/wire/frame_parser.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/wire/frame_type.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/wire/handshake_done_frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/wire/header.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/wire/log.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/wire/max_data_frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/wire/max_stream_data_frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/wire/max_streams_frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/wire/new_connection_id_frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/wire/new_token_frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/wire/path_challenge_frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/wire/path_response_frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/wire/ping_frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/wire/pool.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/wire/reset_stream_frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/wire/retire_connection_id_frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/wire/short_header.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/wire/stop_sending_frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/wire/stream_data_blocked_frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/wire/stream_frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/wire/streams_blocked_frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/wire/transport_parameters.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/wire/version_negotiation.go
2025-08-20T21:26:32.8089375Z [00:02:46.930]➜  go tool buildid -w $WORK/b818/_pkg_.a # internal
2025-08-20T21:26:32.8256397Z [00:02:46.948]➜  cp $WORK/b818/_pkg_.a /root/.cache/go-build/15/1537a474acf671653035d5334e535fd35a229cdcabbd29923ca0dc1877292f5e-d # internal
2025-08-20T21:26:32.8263102Z [00:02:46.948]➜  github.com/quic-go/quic-go/internal/flowcontrol
2025-08-20T21:26:32.8263951Z [00:02:46.948]➜  mkdir -p $WORK/b810/
2025-08-20T21:26:32.8266079Z [00:02:46.949]➜  cat >/tmp/go-build548448651/b810/importcfg << 'EOF' # internal
2025-08-20T21:26:32.8268214Z [00:02:46.949]➜  # import config
2025-08-20T21:26:32.8270311Z [00:02:46.949]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:32.8272352Z [00:02:46.949]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:32.8274600Z [00:02:46.949]➜  packagefile github.com/quic-go/quic-go/internal/protocol=/tmp/go-build548448651/b804/_pkg_.a
2025-08-20T21:26:32.8277071Z [00:02:46.949]➜  packagefile github.com/quic-go/quic-go/internal/qerr=/tmp/go-build548448651/b808/_pkg_.a
2025-08-20T21:26:32.8279657Z [00:02:46.949]➜  packagefile github.com/quic-go/quic-go/internal/utils=/tmp/go-build548448651/b806/_pkg_.a
2025-08-20T21:26:32.8280922Z [00:02:46.949]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:32.8281987Z [00:02:46.949]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:32.8282810Z [00:02:46.949]➜  EOF
2025-08-20T21:26:32.8289457Z [00:02:46.949]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b810/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/flowcontrol=>github.com/quic-go/quic-go@v0.54.0/internal/flowcontrol;$WORK/b810=>" -p github.com/quic-go/quic-go/internal/flowcontrol -lang=go1.23 -complete -installsuffix shared -buildid 8RAafTrbZqErdz_s-iSw/8RAafTrbZqErdz_s-iSw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b810/importcfg -pack /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/flowcontrol/base_flow_controller.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/flowcontrol/connection_flow_controller.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/flowcontrol/interface.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/flowcontrol/stream_flow_controller.go
2025-08-20T21:26:32.8409114Z [00:02:46.963]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e
2025-08-20T21:26:32.8415407Z [00:02:46.963]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b639=/tmp/go-build -gno-record-gcc-switches -I $WORK/b639/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e=/_/github.com/DataDog/zstd@v1.5.6-0.20230824185856-869dae002e5e -frandom-seed=Oy3-PWRcNZLWC5EgVEcV -o $WORK/b639/_x032.o -c zstd_decompress_block.c
2025-08-20T21:26:32.8855426Z [00:02:47.008]➜  go tool buildid -w $WORK/b809/_pkg_.a # internal
2025-08-20T21:26:32.8964802Z [00:02:47.019]➜  cp $WORK/b809/_pkg_.a /root/.cache/go-build/dd/ddb7cd397c7cf88a2f476ad6a29bf1bba989b8b7ff2291c116217c0035a337b3-d # internal
2025-08-20T21:26:32.8966819Z [00:02:47.019]➜  github.com/quic-go/quic-go/logging
2025-08-20T21:26:32.8975722Z [00:02:47.019]➜  mkdir -p $WORK/b807/
2025-08-20T21:26:32.8976874Z [00:02:47.019]➜  cat >/tmp/go-build548448651/b807/importcfg << 'EOF' # internal
2025-08-20T21:26:32.8977917Z [00:02:47.020]➜  # import config
2025-08-20T21:26:32.8979426Z [00:02:47.020]➜  packagefile github.com/quic-go/quic-go/internal/protocol=/tmp/go-build548448651/b804/_pkg_.a
2025-08-20T21:26:32.8981023Z [00:02:47.020]➜  packagefile github.com/quic-go/quic-go/internal/qerr=/tmp/go-build548448651/b808/_pkg_.a
2025-08-20T21:26:32.8982540Z [00:02:47.020]➜  packagefile github.com/quic-go/quic-go/internal/utils=/tmp/go-build548448651/b806/_pkg_.a
2025-08-20T21:26:32.8984053Z [00:02:47.020]➜  packagefile github.com/quic-go/quic-go/internal/wire=/tmp/go-build548448651/b809/_pkg_.a
2025-08-20T21:26:32.8985956Z [00:02:47.020]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:32.8987899Z [00:02:47.020]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:32.8988734Z [00:02:47.020]➜  EOF
2025-08-20T21:26:32.8989299Z [00:02:47.020]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:32.8996767Z [00:02:47.020]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b807/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/logging=>github.com/quic-go/quic-go@v0.54.0/logging;$WORK/b807=>" -p github.com/quic-go/quic-go/logging -lang=go1.23 -complete -installsuffix shared -buildid gENPv5fUF36TvlIzNmL-/gENPv5fUF36TvlIzNmL- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b807/importcfg -pack /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/logging/connection_tracer.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/logging/connection_tracer_multiplexer.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/logging/frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/logging/interface.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/logging/packet_header.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/logging/tracer.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/logging/tracer_multiplexer.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/logging/types.go
2025-08-20T21:26:32.9254217Z [00:02:47.048]➜  go tool buildid -w $WORK/b810/_pkg_.a # internal
2025-08-20T21:26:32.9272777Z [00:02:47.050]➜  cp $WORK/b810/_pkg_.a /root/.cache/go-build/c4/c40a56d763e57db5e4dca54fa27b05da0015b737e5adb955b24432d15e396e73-d # internal
2025-08-20T21:26:32.9301369Z [00:02:47.052]➜  github.com/francoispqt/gojay
2025-08-20T21:26:32.9304091Z [00:02:47.052]➜  mkdir -p $WORK/b817/
2025-08-20T21:26:32.9335926Z [00:02:47.056]➜  cat >/tmp/go-build548448651/b817/importcfg << 'EOF' # internal
2025-08-20T21:26:32.9340881Z [00:02:47.056]➜  # import config
2025-08-20T21:26:32.9341631Z [00:02:47.056]➜  packagefile database/sql=/tmp/go-build548448651/b818/_pkg_.a
2025-08-20T21:26:32.9342557Z [00:02:47.056]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:32.9343428Z [00:02:47.056]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:32.9344210Z [00:02:47.056]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:32.9344968Z [00:02:47.056]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:32.9345978Z [00:02:47.056]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:32.9346798Z [00:02:47.056]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:32.9347610Z [00:02:47.056]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:32.9348390Z [00:02:47.056]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:32.9349389Z [00:02:47.056]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:32.9350291Z [00:02:47.056]➜  packagefile unicode/utf16=/tmp/go-build548448651/b069/_pkg_.a
2025-08-20T21:26:32.9351174Z [00:02:47.056]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:32.9351827Z [00:02:47.056]➜  EOF
2025-08-20T21:26:32.9385615Z [00:02:47.059]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b817/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13=>github.com/francoispqt/gojay@v1.2.13;$WORK/b817=>" -p github.com/francoispqt/gojay -lang=go1.12 -complete -installsuffix shared -buildid IzMSCw1fPNljYyOf-6uL/IzMSCw1fPNljYyOf-6uL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b817/importcfg -pack /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/decode.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/decode_array.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/decode_bool.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/decode_embedded_json.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/decode_interface.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/decode_number.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/decode_number_float.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/decode_number_int.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/decode_number_uint.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/decode_object.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/decode_pool.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/decode_slice.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/decode_sqlnull.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/decode_stream.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/decode_stream_pool.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/decode_string.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/decode_string_unicode.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/decode_time.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/decode_unsafe.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/encode.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/encode_array.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/encode_bool.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/encode_builder.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/encode_embedded_json.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/encode_interface.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/encode_null.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/encode_number.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/encode_number_float.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/encode_number_int.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/encode_number_uint.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/encode_object.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/encode_pool.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/encode_slice.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/encode_sqlnull.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/encode_stream.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/encode_stream_pool.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/encode_string.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/encode_time.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/errors.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/gojay.go
2025-08-20T21:26:33.0085638Z [00:02:47.131]➜  go tool buildid -w $WORK/b807/_pkg_.a # internal
2025-08-20T21:26:33.0097044Z [00:02:47.132]➜  cp $WORK/b807/_pkg_.a /root/.cache/go-build/9c/9cfd6a692d02dfe847189941805fa53ae03cfb028d19adc6611883df7de11b5e-d # internal
2025-08-20T21:26:33.0104196Z [00:02:47.133]➜  github.com/quic-go/quic-go/internal/congestion
2025-08-20T21:26:33.0107096Z [00:02:47.133]➜  mkdir -p $WORK/b803/
2025-08-20T21:26:33.0112003Z [00:02:47.133]➜  cat >/tmp/go-build548448651/b803/importcfg << 'EOF' # internal
2025-08-20T21:26:33.0118771Z [00:02:47.134]➜  # import config
2025-08-20T21:26:33.0119437Z [00:02:47.134]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:33.0120492Z [00:02:47.134]➜  packagefile github.com/quic-go/quic-go/internal/protocol=/tmp/go-build548448651/b804/_pkg_.a
2025-08-20T21:26:33.0121747Z [00:02:47.134]➜  packagefile github.com/quic-go/quic-go/internal/utils=/tmp/go-build548448651/b806/_pkg_.a
2025-08-20T21:26:33.0123131Z [00:02:47.134]➜  packagefile github.com/quic-go/quic-go/logging=/tmp/go-build548448651/b807/_pkg_.a
2025-08-20T21:26:33.0124210Z [00:02:47.134]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:33.0124987Z [00:02:47.134]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:33.0125561Z [00:02:47.134]➜  EOF
2025-08-20T21:26:33.0132955Z [00:02:47.134]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b803/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/congestion=>github.com/quic-go/quic-go@v0.54.0/internal/congestion;$WORK/b803=>" -p github.com/quic-go/quic-go/internal/congestion -lang=go1.23 -complete -installsuffix shared -buildid k1FPIAhtDXlzFRmqWefZ/k1FPIAhtDXlzFRmqWefZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b803/importcfg -pack /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/congestion/bandwidth.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/congestion/clock.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/congestion/cubic.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/congestion/cubic_sender.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/congestion/hybrid_slow_start.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/congestion/interface.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/congestion/pacer.go
2025-08-20T21:26:33.0830025Z [00:02:47.205]➜  go tool buildid -w $WORK/b803/_pkg_.a # internal
2025-08-20T21:26:33.0847087Z [00:02:47.207]➜  cp $WORK/b803/_pkg_.a /root/.cache/go-build/34/3440cc8aae19abeb3ee92a4c58ea40d04e10a8427cdce3d011bf9e55f1a95a3d-d # internal
2025-08-20T21:26:33.0852241Z [00:02:47.208]➜  github.com/quic-go/quic-go/internal/ackhandler
2025-08-20T21:26:33.0854940Z [00:02:47.208]➜  mkdir -p $WORK/b802/
2025-08-20T21:26:33.0858117Z [00:02:47.208]➜  cat >/tmp/go-build548448651/b802/importcfg << 'EOF' # internal
2025-08-20T21:26:33.0875034Z [00:02:47.208]➜  # import config
2025-08-20T21:26:33.0875769Z [00:02:47.208]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:33.0876602Z [00:02:47.208]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:33.0877649Z [00:02:47.208]➜  packagefile github.com/quic-go/quic-go/internal/congestion=/tmp/go-build548448651/b803/_pkg_.a
2025-08-20T21:26:33.0879287Z [00:02:47.208]➜  packagefile github.com/quic-go/quic-go/internal/protocol=/tmp/go-build548448651/b804/_pkg_.a
2025-08-20T21:26:33.0880545Z [00:02:47.208]➜  packagefile github.com/quic-go/quic-go/internal/qerr=/tmp/go-build548448651/b808/_pkg_.a
2025-08-20T21:26:33.0881832Z [00:02:47.208]➜  packagefile github.com/quic-go/quic-go/internal/utils=/tmp/go-build548448651/b806/_pkg_.a
2025-08-20T21:26:33.0883060Z [00:02:47.208]➜  packagefile github.com/quic-go/quic-go/internal/wire=/tmp/go-build548448651/b809/_pkg_.a
2025-08-20T21:26:33.0884297Z [00:02:47.208]➜  packagefile github.com/quic-go/quic-go/logging=/tmp/go-build548448651/b807/_pkg_.a
2025-08-20T21:26:33.0885301Z [00:02:47.208]➜  packagefile iter=/tmp/go-build548448651/b039/_pkg_.a
2025-08-20T21:26:33.0886277Z [00:02:47.208]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:33.0887122Z [00:02:47.208]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:33.0887942Z [00:02:47.208]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:33.0889353Z [00:02:47.208]➜  EOF
2025-08-20T21:26:33.0901200Z [00:02:47.208]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b802/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/ackhandler=>github.com/quic-go/quic-go@v0.54.0/internal/ackhandler;$WORK/b802=>" -p github.com/quic-go/quic-go/internal/ackhandler -lang=go1.23 -complete -installsuffix shared -buildid 0VGGPek4gMGJVXrX9K26/0VGGPek4gMGJVXrX9K26 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b802/importcfg -pack /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/ackhandler/ack_eliciting.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/ackhandler/ackhandler.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/ackhandler/ecn.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/ackhandler/frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/ackhandler/interfaces.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/ackhandler/packet.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/ackhandler/packet_number_generator.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/ackhandler/received_packet_handler.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/ackhandler/received_packet_history.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/ackhandler/received_packet_tracker.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/ackhandler/send_mode.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/ackhandler/sent_packet_handler.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/ackhandler/sent_packet_history.go
2025-08-20T21:26:33.2797190Z [00:02:47.402]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd
2025-08-20T21:26:33.2833414Z [00:02:47.402]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/klauspost/compress/zstd -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd=>github.com/klauspost/compress@v1.18.0/zstd;$WORK/b793=>" -I $WORK/b793/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b793/fse_decoder_amd64.o ./fse_decoder_amd64.s
2025-08-20T21:26:33.2840759Z [00:02:47.406]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/klauspost/compress/zstd -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd=>github.com/klauspost/compress@v1.18.0/zstd;$WORK/b793=>" -I $WORK/b793/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b793/matchlen_amd64.o ./matchlen_amd64.s
2025-08-20T21:26:33.2881097Z [00:02:47.410]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/klauspost/compress/zstd -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd=>github.com/klauspost/compress@v1.18.0/zstd;$WORK/b793=>" -I $WORK/b793/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b793/seqdec_amd64.o ./seqdec_amd64.s
2025-08-20T21:26:33.2922667Z [00:02:47.415]➜  go tool buildid -w $WORK/b802/_pkg_.a # internal
2025-08-20T21:26:33.2930928Z [00:02:47.415]➜  cp $WORK/b802/_pkg_.a /root/.cache/go-build/9a/9a107c66bd98290127a21c54e1f5e0b5ecf5277fd1a95b4faddc9b56875f6f0f-d # internal
2025-08-20T21:26:33.2936478Z [00:02:47.416]➜  github.com/quic-go/quic-go/internal/handshake
2025-08-20T21:26:33.2939677Z [00:02:47.416]➜  mkdir -p $WORK/b811/
2025-08-20T21:26:33.2946775Z [00:02:47.417]➜  cat >/tmp/go-build548448651/b811/importcfg << 'EOF' # internal
2025-08-20T21:26:33.2951685Z [00:02:47.417]➜  # import config
2025-08-20T21:26:33.2952357Z [00:02:47.417]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:33.2953193Z [00:02:47.417]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:33.2954223Z [00:02:47.417]➜  packagefile crypto=/tmp/go-build548448651/b084/_pkg_.a
2025-08-20T21:26:33.2955060Z [00:02:47.417]➜  packagefile crypto/aes=/tmp/go-build548448651/b111/_pkg_.a
2025-08-20T21:26:33.2956007Z [00:02:47.417]➜  packagefile crypto/cipher=/tmp/go-build548448651/b085/_pkg_.a
2025-08-20T21:26:33.2956976Z [00:02:47.417]➜  packagefile crypto/rand=/tmp/go-build548448651/b082/_pkg_.a
2025-08-20T21:26:33.2957867Z [00:02:47.417]➜  packagefile crypto/sha256=/tmp/go-build548448651/b151/_pkg_.a
2025-08-20T21:26:33.2958950Z [00:02:47.417]➜  packagefile crypto/tls=/tmp/go-build548448651/b110/_pkg_.a
2025-08-20T21:26:33.2959836Z [00:02:47.417]➜  packagefile encoding/asn1=/tmp/go-build548448651/b129/_pkg_.a
2025-08-20T21:26:33.2960747Z [00:02:47.417]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:33.2961632Z [00:02:47.417]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:33.2962634Z [00:02:47.417]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:33.2963895Z [00:02:47.417]➜  packagefile github.com/quic-go/quic-go/internal/protocol=/tmp/go-build548448651/b804/_pkg_.a
2025-08-20T21:26:33.2965252Z [00:02:47.417]➜  packagefile github.com/quic-go/quic-go/internal/qerr=/tmp/go-build548448651/b808/_pkg_.a
2025-08-20T21:26:33.2966638Z [00:02:47.417]➜  packagefile github.com/quic-go/quic-go/internal/utils=/tmp/go-build548448651/b806/_pkg_.a
2025-08-20T21:26:33.2967995Z [00:02:47.417]➜  packagefile github.com/quic-go/quic-go/internal/wire=/tmp/go-build548448651/b809/_pkg_.a
2025-08-20T21:26:33.2969450Z [00:02:47.417]➜  packagefile github.com/quic-go/quic-go/logging=/tmp/go-build548448651/b807/_pkg_.a
2025-08-20T21:26:33.2970731Z [00:02:47.417]➜  packagefile github.com/quic-go/quic-go/quicvarint=/tmp/go-build548448651/b805/_pkg_.a
2025-08-20T21:26:33.2971967Z [00:02:47.417]➜  packagefile golang.org/x/crypto/chacha20=/tmp/go-build548448651/b780/_pkg_.a
2025-08-20T21:26:33.2973227Z [00:02:47.417]➜  packagefile golang.org/x/crypto/chacha20poly1305=/tmp/go-build548448651/b779/_pkg_.a
2025-08-20T21:26:33.2974460Z [00:02:47.417]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build548448651/b812/_pkg_.a
2025-08-20T21:26:33.2975473Z [00:02:47.417]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:33.2976335Z [00:02:47.417]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:33.2977250Z [00:02:47.417]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:33.2978117Z [00:02:47.417]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:33.2979232Z [00:02:47.417]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:33.2980129Z [00:02:47.417]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:33.2980782Z [00:02:47.417]➜  EOF
2025-08-20T21:26:33.2981354Z [00:02:47.417]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:33.2993414Z [00:02:47.417]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b811/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/handshake=>github.com/quic-go/quic-go@v0.54.0/internal/handshake;$WORK/b811=>" -p github.com/quic-go/quic-go/internal/handshake -lang=go1.23 -complete -installsuffix shared -buildid A945XgbfgiBWNoe5bCc_/A945XgbfgiBWNoe5bCc_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b811/importcfg -pack /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/handshake/aead.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/handshake/cipher_suite.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/handshake/crypto_setup.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/handshake/fake_conn.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/handshake/header_protector.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/handshake/hkdf.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/handshake/initial_aead.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/handshake/interface.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/handshake/retry.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/handshake/session_ticket.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/handshake/tls_config.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/handshake/token_generator.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/handshake/token_protector.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/internal/handshake/updatable_aead.go
2025-08-20T21:26:33.3070635Z [00:02:47.428]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd
2025-08-20T21:26:33.3077869Z [00:02:47.428]➜  go tool pack r $WORK/b793/_pkg_.a $WORK/b793/fse_decoder_amd64.o $WORK/b793/matchlen_amd64.o $WORK/b793/seqdec_amd64.o # internal
2025-08-20T21:26:33.3079314Z [00:02:47.428]➜  go tool buildid -w $WORK/b793/_pkg_.a # internal
2025-08-20T21:26:33.3116521Z [00:02:47.434]➜  cp $WORK/b793/_pkg_.a /root/.cache/go-build/7c/7cc55b5717666a6ff317d9a0b6db1c55a75eaf50f0cab0e8ba2fc13b0ebb124a-d # internal
2025-08-20T21:26:33.3123925Z [00:02:47.434]➜  github.com/libp2p/go-libp2p/p2p/transport/webrtc/pb
2025-08-20T21:26:33.3124675Z [00:02:47.435]➜  mkdir -p $WORK/b819/
2025-08-20T21:26:33.3127796Z [00:02:47.435]➜  cat >/tmp/go-build548448651/b819/importcfg << 'EOF' # internal
2025-08-20T21:26:33.3139183Z [00:02:47.435]➜  # import config
2025-08-20T21:26:33.3140302Z [00:02:47.435]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build548448651/b281/_pkg_.a
2025-08-20T21:26:33.3141750Z [00:02:47.435]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build548448651/b287/_pkg_.a
2025-08-20T21:26:33.3142879Z [00:02:47.435]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:33.3143737Z [00:02:47.435]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:33.3144388Z [00:02:47.435]➜  EOF
2025-08-20T21:26:33.3146409Z [00:02:47.435]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:33.3152275Z [00:02:47.436]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b819/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/transport/webrtc/pb=>github.com/libp2p/go-libp2p@v0.43.0/p2p/transport/webrtc/pb;$WORK/b819=>" -p github.com/libp2p/go-libp2p/p2p/transport/webrtc/pb -lang=go1.23 -complete -installsuffix shared -buildid TaREAlVXZj7-y4DEGl3o/TaREAlVXZj7-y4DEGl3o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b819/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/transport/webrtc/pb/message.pb.go
2025-08-20T21:26:33.3515377Z [00:02:47.474]➜  go tool buildid -w $WORK/b819/_pkg_.a # internal
2025-08-20T21:26:33.3540731Z [00:02:47.475]➜  cp $WORK/b819/_pkg_.a /root/.cache/go-build/bf/bf852129d1ec71d770e892a299d2c182524588236ec674ff39d94a36662929cc-d # internal
2025-08-20T21:26:33.3542428Z [00:02:47.476]➜  encoding/gob
2025-08-20T21:26:33.3544516Z [00:02:47.476]➜  mkdir -p $WORK/b823/
2025-08-20T21:26:33.3545768Z [00:02:47.477]➜  cat >/tmp/go-build548448651/b823/importcfg << 'EOF' # internal
2025-08-20T21:26:33.3560753Z [00:02:47.477]➜  # import config
2025-08-20T21:26:33.3561649Z [00:02:47.477]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:33.3562486Z [00:02:47.477]➜  packagefile encoding=/tmp/go-build548448651/b053/_pkg_.a
2025-08-20T21:26:33.3563367Z [00:02:47.477]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:33.3564229Z [00:02:47.477]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:33.3565040Z [00:02:47.477]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:33.3565918Z [00:02:47.477]➜  packagefile internal/saferio=/tmp/go-build548448651/b663/_pkg_.a
2025-08-20T21:26:33.3566812Z [00:02:47.477]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:33.3567614Z [00:02:47.477]➜  packagefile maps=/tmp/go-build548448651/b159/_pkg_.a
2025-08-20T21:26:33.3570938Z [00:02:47.477]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:33.3571855Z [00:02:47.477]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:33.3572729Z [00:02:47.477]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:33.3573569Z [00:02:47.477]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:33.3574415Z [00:02:47.477]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:33.3575280Z [00:02:47.477]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:33.3576170Z [00:02:47.477]➜  packagefile unicode=/tmp/go-build548448651/b041/_pkg_.a
2025-08-20T21:26:33.3577065Z [00:02:47.477]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:33.3577745Z [00:02:47.477]➜  EOF
2025-08-20T21:26:33.3583263Z [00:02:47.477]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b823/_pkg_.a -trimpath "/root/.go/src/encoding/gob=>encoding/gob;$WORK/b823=>" -p encoding/gob -lang=go1.25 -std -complete -installsuffix shared -buildid tQ4IcGiejnAcb_G2KZo5/tQ4IcGiejnAcb_G2KZo5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b823/importcfg -pack /root/.go/src/encoding/gob/dec_helpers.go /root/.go/src/encoding/gob/decode.go /root/.go/src/encoding/gob/decoder.go /root/.go/src/encoding/gob/doc.go /root/.go/src/encoding/gob/enc_helpers.go /root/.go/src/encoding/gob/encode.go /root/.go/src/encoding/gob/encoder.go /root/.go/src/encoding/gob/error.go /root/.go/src/encoding/gob/type.go
2025-08-20T21:26:33.5169509Z [00:02:47.639]➜  go tool buildid -w $WORK/b811/_pkg_.a # internal
2025-08-20T21:26:33.5225764Z [00:02:47.645]➜  cp $WORK/b811/_pkg_.a /root/.cache/go-build/3a/3ac4c46ea09f6afe1aff58e23b4b2ab369dba50454dab430fa0da0fcde700cc2-d # internal
2025-08-20T21:26:33.5262917Z [00:02:47.649]➜  github.com/quic-go/quic-go
2025-08-20T21:26:33.5265019Z [00:02:47.649]➜  mkdir -p $WORK/b801/
2025-08-20T21:26:33.5272260Z [00:02:47.649]➜  cat >/tmp/go-build548448651/b801/importcfg << 'EOF' # internal
2025-08-20T21:26:33.5274480Z [00:02:47.649]➜  # import config
2025-08-20T21:26:33.5275571Z [00:02:47.649]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:33.5278166Z [00:02:47.649]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:33.5279498Z [00:02:47.649]➜  packagefile crypto/hmac=/tmp/go-build548448651/b136/_pkg_.a
2025-08-20T21:26:33.5282347Z [00:02:47.649]➜  packagefile crypto/rand=/tmp/go-build548448651/b082/_pkg_.a
2025-08-20T21:26:33.5285979Z [00:02:47.649]➜  packagefile crypto/sha256=/tmp/go-build548448651/b151/_pkg_.a
2025-08-20T21:26:33.5286964Z [00:02:47.649]➜  packagefile crypto/tls=/tmp/go-build548448651/b110/_pkg_.a
2025-08-20T21:26:33.5287937Z [00:02:47.649]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:33.5300442Z [00:02:47.649]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:33.5301348Z [00:02:47.649]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:33.5302516Z [00:02:47.649]➜  packagefile github.com/quic-go/quic-go/internal/ackhandler=/tmp/go-build548448651/b802/_pkg_.a
2025-08-20T21:26:33.5303910Z [00:02:47.649]➜  packagefile github.com/quic-go/quic-go/internal/flowcontrol=/tmp/go-build548448651/b810/_pkg_.a
2025-08-20T21:26:33.5305546Z [00:02:47.649]➜  packagefile github.com/quic-go/quic-go/internal/handshake=/tmp/go-build548448651/b811/_pkg_.a
2025-08-20T21:26:33.5306911Z [00:02:47.650]➜  packagefile github.com/quic-go/quic-go/internal/protocol=/tmp/go-build548448651/b804/_pkg_.a
2025-08-20T21:26:33.5308261Z [00:02:47.650]➜  packagefile github.com/quic-go/quic-go/internal/qerr=/tmp/go-build548448651/b808/_pkg_.a
2025-08-20T21:26:33.5309786Z [00:02:47.650]➜  packagefile github.com/quic-go/quic-go/internal/utils=/tmp/go-build548448651/b806/_pkg_.a
2025-08-20T21:26:33.5311180Z [00:02:47.650]➜  packagefile github.com/quic-go/quic-go/internal/utils/linkedlist=/tmp/go-build548448651/b813/_pkg_.a
2025-08-20T21:26:33.5312637Z [00:02:47.650]➜  packagefile github.com/quic-go/quic-go/internal/utils/ringbuffer=/tmp/go-build548448651/b814/_pkg_.a
2025-08-20T21:26:33.5314119Z [00:02:47.650]➜  packagefile github.com/quic-go/quic-go/internal/wire=/tmp/go-build548448651/b809/_pkg_.a
2025-08-20T21:26:33.5315308Z [00:02:47.650]➜  packagefile github.com/quic-go/quic-go/logging=/tmp/go-build548448651/b807/_pkg_.a
2025-08-20T21:26:33.5316492Z [00:02:47.650]➜  packagefile github.com/quic-go/quic-go/quicvarint=/tmp/go-build548448651/b805/_pkg_.a
2025-08-20T21:26:33.5317598Z [00:02:47.650]➜  packagefile golang.org/x/net/ipv4=/tmp/go-build548448651/b450/_pkg_.a
2025-08-20T21:26:33.5318803Z [00:02:47.650]➜  packagefile golang.org/x/net/ipv6=/tmp/go-build548448651/b454/_pkg_.a
2025-08-20T21:26:33.5319798Z [00:02:47.650]➜  packagefile golang.org/x/sys/unix=/tmp/go-build548448651/b194/_pkg_.a
2025-08-20T21:26:33.5320684Z [00:02:47.650]➜  packagefile hash=/tmp/go-build548448651/b080/_pkg_.a
2025-08-20T21:26:33.5321590Z [00:02:47.650]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:33.5322473Z [00:02:47.650]➜  packagefile log=/tmp/go-build548448651/b071/_pkg_.a
2025-08-20T21:26:33.5323297Z [00:02:47.650]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:33.5324217Z [00:02:47.650]➜  packagefile math/rand/v2=/tmp/go-build548448651/b104/_pkg_.a
2025-08-20T21:26:33.5325012Z [00:02:47.650]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:33.5325810Z [00:02:47.650]➜  packagefile net/netip=/tmp/go-build548448651/b164/_pkg_.a
2025-08-20T21:26:33.5326587Z [00:02:47.650]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:33.5327363Z [00:02:47.650]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:33.5328154Z [00:02:47.650]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:33.5329136Z [00:02:47.650]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:33.5329933Z [00:02:47.650]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:33.5330714Z [00:02:47.650]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:33.5331523Z [00:02:47.650]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:33.5332345Z [00:02:47.650]➜  packagefile syscall=/tmp/go-build548448651/b047/_pkg_.a
2025-08-20T21:26:33.5333138Z [00:02:47.650]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:33.5333730Z [00:02:47.650]➜  EOF
2025-08-20T21:26:33.5355704Z [00:02:47.650]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b801/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0=>github.com/quic-go/quic-go@v0.54.0;$WORK/b801=>" -p github.com/quic-go/quic-go -lang=go1.23 -complete -installsuffix shared -buildid I5032rKyujaVB4ohDDGU/I5032rKyujaVB4ohDDGU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b801/importcfg -pack /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/buffer_pool.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/client.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/closed_conn.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/config.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/conn_id_generator.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/conn_id_manager.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/connection.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/connection_logging.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/connection_timer.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/crypto_stream.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/crypto_stream_manager.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/datagram_queue.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/errors.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/frame_sorter.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/framer.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/interface.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/mtu_discoverer.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/packet_packer.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/packet_unpacker.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/path_manager.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/path_manager_outgoing.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/receive_stream.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/retransmission_queue.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/send_conn.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/send_queue.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/send_stream.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/server.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/sni.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/stateless_reset.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/stream.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/streams_map.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/streams_map_incoming.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/streams_map_outgoing.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/sys_conn.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/sys_conn_buffers.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/sys_conn_buffers_write.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/sys_conn_df_linux.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/sys_conn_helper_linux.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/sys_conn_oob.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/token_store.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/transport.go
2025-08-20T21:26:33.9696249Z [00:02:48.092]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e
2025-08-20T21:26:33.9703132Z [00:02:48.092]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b639=/tmp/go-build -gno-record-gcc-switches -I $WORK/b639/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e=/_/github.com/DataDog/zstd@v1.5.6-0.20230824185856-869dae002e5e -frandom-seed=Oy3-PWRcNZLWC5EgVEcV -o $WORK/b639/_x033.o -c zstd_double_fast.c
2025-08-20T21:26:34.1793082Z [00:02:48.302]➜  go tool buildid -w $WORK/b823/_pkg_.a # internal
2025-08-20T21:26:34.1979868Z [00:02:48.320]➜  cp $WORK/b823/_pkg_.a /root/.cache/go-build/72/72e79a8efade5bb35d634643049208c52e05590636b2abe71bf6a74d5e4146fa-d # internal
2025-08-20T21:26:34.1981959Z [00:02:48.320]➜  github.com/pion/dtls/v3/internal/util
2025-08-20T21:26:34.1983247Z [00:02:48.320]➜  mkdir -p $WORK/b827/
2025-08-20T21:26:34.1986866Z [00:02:48.321]➜  cat >/tmp/go-build548448651/b827/importcfg << 'EOF' # internal
2025-08-20T21:26:34.1987590Z [00:02:48.321]➜  # import config
2025-08-20T21:26:34.1988315Z [00:02:48.321]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:34.1989620Z [00:02:48.321]➜  packagefile golang.org/x/crypto/cryptobyte=/tmp/go-build548448651/b719/_pkg_.a
2025-08-20T21:26:34.1990408Z [00:02:48.321]➜  EOF
2025-08-20T21:26:34.1991182Z [00:02:48.321]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:34.1994979Z [00:02:48.321]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b827/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/internal/util=>github.com/pion/dtls/v3@v3.0.6/internal/util;$WORK/b827=>" -p github.com/pion/dtls/v3/internal/util -lang=go1.20 -complete -installsuffix shared -buildid 85x_FwZcK_fIHxFnqCPl/85x_FwZcK_fIHxFnqCPl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b827/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/internal/util/util.go
2025-08-20T21:26:34.2344743Z [00:02:48.357]➜  go tool buildid -w $WORK/b827/_pkg_.a # internal
2025-08-20T21:26:34.2352523Z [00:02:48.358]➜  cp $WORK/b827/_pkg_.a /root/.cache/go-build/8d/8d9dc626e85e68287baa3e37396a726fded0682c4a8a0658f5f4974498d96079-d # internal
2025-08-20T21:26:34.2361290Z [00:02:48.358]➜  github.com/pion/dtls/v3/pkg/crypto/ccm
2025-08-20T21:26:34.2362106Z [00:02:48.358]➜  mkdir -p $WORK/b828/
2025-08-20T21:26:34.2362905Z [00:02:48.358]➜  cat >/tmp/go-build548448651/b828/importcfg << 'EOF' # internal
2025-08-20T21:26:34.2363672Z [00:02:48.358]➜  # import config
2025-08-20T21:26:34.2364438Z [00:02:48.358]➜  packagefile crypto/cipher=/tmp/go-build548448651/b085/_pkg_.a
2025-08-20T21:26:34.2365532Z [00:02:48.358]➜  packagefile crypto/subtle=/tmp/go-build548448651/b106/_pkg_.a
2025-08-20T21:26:34.2366504Z [00:02:48.358]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:34.2367447Z [00:02:48.358]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:34.2368304Z [00:02:48.358]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:34.2369081Z [00:02:48.358]➜  EOF
2025-08-20T21:26:34.2374953Z [00:02:48.359]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b828/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/pkg/crypto/ccm=>github.com/pion/dtls/v3@v3.0.6/pkg/crypto/ccm;$WORK/b828=>" -p github.com/pion/dtls/v3/pkg/crypto/ccm -lang=go1.20 -complete -installsuffix shared -buildid KagCUnzVNy83xcfKtSEu/KagCUnzVNy83xcfKtSEu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b828/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/pkg/crypto/ccm/ccm.go
2025-08-20T21:26:34.3053683Z [00:02:48.428]➜  go tool buildid -w $WORK/b828/_pkg_.a # internal
2025-08-20T21:26:34.3063033Z [00:02:48.429]➜  cp $WORK/b828/_pkg_.a /root/.cache/go-build/4b/4b9f69f2dcf18e5ee25ddf98afaef11e639b3e948db68f6f8a084e3b3df10896-d # internal
2025-08-20T21:26:34.3068328Z [00:02:48.429]➜  github.com/pion/dtls/v3/pkg/crypto/elliptic
2025-08-20T21:26:34.3070537Z [00:02:48.429]➜  mkdir -p $WORK/b830/
2025-08-20T21:26:34.3079668Z [00:02:48.430]➜  cat >/tmp/go-build548448651/b830/importcfg << 'EOF' # internal
2025-08-20T21:26:34.3080637Z [00:02:48.430]➜  # import config
2025-08-20T21:26:34.3083787Z [00:02:48.430]➜  packagefile crypto/elliptic=/tmp/go-build548448651/b119/_pkg_.a
2025-08-20T21:26:34.3085951Z [00:02:48.430]➜  packagefile crypto/rand=/tmp/go-build548448651/b082/_pkg_.a
2025-08-20T21:26:34.3086889Z [00:02:48.430]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:34.3087730Z [00:02:48.430]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:34.3088857Z [00:02:48.430]➜  packagefile golang.org/x/crypto/curve25519=/tmp/go-build548448651/b783/_pkg_.a
2025-08-20T21:26:34.3089650Z [00:02:48.430]➜  EOF
2025-08-20T21:26:34.3093415Z [00:02:48.431]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b830/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/pkg/crypto/elliptic=>github.com/pion/dtls/v3@v3.0.6/pkg/crypto/elliptic;$WORK/b830=>" -p github.com/pion/dtls/v3/pkg/crypto/elliptic -lang=go1.20 -complete -installsuffix shared -buildid glMJpa1XpjXcwo8Olbsv/glMJpa1XpjXcwo8Olbsv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b830/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/pkg/crypto/elliptic/elliptic.go
2025-08-20T21:26:34.3522295Z [00:02:48.475]➜  go tool buildid -w $WORK/b830/_pkg_.a # internal
2025-08-20T21:26:34.3543614Z [00:02:48.477]➜  cp $WORK/b830/_pkg_.a /root/.cache/go-build/ec/ecb4850aea3a091276bccb2034d2d9cf6e2204745dcbe3cab9b423bb924ef247-d # internal
2025-08-20T21:26:34.3551970Z [00:02:48.478]➜  github.com/pion/dtls/v3/pkg/protocol
2025-08-20T21:26:34.3554737Z [00:02:48.478]➜  mkdir -p $WORK/b831/
2025-08-20T21:26:34.3565252Z [00:02:48.479]➜  cat >/tmp/go-build548448651/b831/importcfg << 'EOF' # internal
2025-08-20T21:26:34.3566365Z [00:02:48.479]➜  # import config
2025-08-20T21:26:34.3567210Z [00:02:48.479]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:34.3570546Z [00:02:48.479]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:34.3571387Z [00:02:48.479]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:34.3572055Z [00:02:48.479]➜  EOF
2025-08-20T21:26:34.3578781Z [00:02:48.479]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b831/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/pkg/protocol=>github.com/pion/dtls/v3@v3.0.6/pkg/protocol;$WORK/b831=>" -p github.com/pion/dtls/v3/pkg/protocol -lang=go1.20 -complete -installsuffix shared -buildid uIJNuVVcqDLaLfNAgxxJ/uIJNuVVcqDLaLfNAgxxJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b831/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/pkg/protocol/application_data.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/pkg/protocol/change_cipher_spec.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/pkg/protocol/compression_method.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/pkg/protocol/content.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/pkg/protocol/errors.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/pkg/protocol/version.go
2025-08-20T21:26:34.3881324Z [00:02:48.510]➜  go tool buildid -w $WORK/b831/_pkg_.a # internal
2025-08-20T21:26:34.3910816Z [00:02:48.513]➜  cp $WORK/b831/_pkg_.a /root/.cache/go-build/1f/1ff91a412bcd8bd5dc35468bd52d4d8f82dd69ee2e4db3d01645b7821141114f-d # internal
2025-08-20T21:26:34.3930104Z [00:02:48.515]➜  github.com/pion/dtls/v3/pkg/crypto/prf
2025-08-20T21:26:34.3935462Z [00:02:48.515]➜  mkdir -p $WORK/b829/
2025-08-20T21:26:34.3936323Z [00:02:48.515]➜  cat >/tmp/go-build548448651/b829/importcfg << 'EOF' # internal
2025-08-20T21:26:34.3937090Z [00:02:48.515]➜  # import config
2025-08-20T21:26:34.3937879Z [00:02:48.515]➜  packagefile crypto/elliptic=/tmp/go-build548448651/b119/_pkg_.a
2025-08-20T21:26:34.3939559Z [00:02:48.515]➜  packagefile crypto/hmac=/tmp/go-build548448651/b136/_pkg_.a
2025-08-20T21:26:34.3940777Z [00:02:48.515]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:34.3941887Z [00:02:48.515]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:34.3942995Z [00:02:48.515]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:34.3946477Z [00:02:48.515]➜  packagefile github.com/pion/dtls/v3/pkg/crypto/elliptic=/tmp/go-build548448651/b830/_pkg_.a
2025-08-20T21:26:34.3947888Z [00:02:48.515]➜  packagefile github.com/pion/dtls/v3/pkg/protocol=/tmp/go-build548448651/b831/_pkg_.a
2025-08-20T21:26:34.3949365Z [00:02:48.516]➜  packagefile golang.org/x/crypto/curve25519=/tmp/go-build548448651/b783/_pkg_.a
2025-08-20T21:26:34.3950401Z [00:02:48.516]➜  packagefile hash=/tmp/go-build548448651/b080/_pkg_.a
2025-08-20T21:26:34.3951256Z [00:02:48.516]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:34.3951899Z [00:02:48.516]➜  EOF
2025-08-20T21:26:34.3955668Z [00:02:48.516]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b829/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/pkg/crypto/prf=>github.com/pion/dtls/v3@v3.0.6/pkg/crypto/prf;$WORK/b829=>" -p github.com/pion/dtls/v3/pkg/crypto/prf -lang=go1.20 -complete -installsuffix shared -buildid sqNJtTKsGy5jYbqsX0nQ/sqNJtTKsGy5jYbqsX0nQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b829/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/pkg/crypto/prf/prf.go
2025-08-20T21:26:34.4553984Z [00:02:48.578]➜  go tool buildid -w $WORK/b829/_pkg_.a # internal
2025-08-20T21:26:34.4561827Z [00:02:48.578]➜  cp $WORK/b829/_pkg_.a /root/.cache/go-build/43/431469b45b2bc51b34519b2b6504510f027876be8930449280db197a8f8ddb5d-d # internal
2025-08-20T21:26:34.4570283Z [00:02:48.579]➜  github.com/pion/dtls/v3/pkg/protocol/alert
2025-08-20T21:26:34.4570924Z [00:02:48.579]➜  mkdir -p $WORK/b833/
2025-08-20T21:26:34.4571586Z [00:02:48.579]➜  cat >/tmp/go-build548448651/b833/importcfg << 'EOF' # internal
2025-08-20T21:26:34.4572214Z [00:02:48.579]➜  # import config
2025-08-20T21:26:34.4572817Z [00:02:48.579]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:34.4573566Z [00:02:48.579]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:34.4574566Z [00:02:48.579]➜  packagefile github.com/pion/dtls/v3/pkg/protocol=/tmp/go-build548448651/b831/_pkg_.a
2025-08-20T21:26:34.4575360Z [00:02:48.579]➜  EOF
2025-08-20T21:26:34.4580102Z [00:02:48.580]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b833/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/pkg/protocol/alert=>github.com/pion/dtls/v3@v3.0.6/pkg/protocol/alert;$WORK/b833=>" -p github.com/pion/dtls/v3/pkg/protocol/alert -lang=go1.20 -complete -installsuffix shared -buildid Aw0r_7UIoIlYYepZKVW4/Aw0r_7UIoIlYYepZKVW4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b833/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/pkg/protocol/alert/alert.go
2025-08-20T21:26:34.4618212Z [00:02:48.584]➜  go tool buildid -w $WORK/b817/_pkg_.a # internal
2025-08-20T21:26:34.4827459Z [00:02:48.605]➜  go tool buildid -w $WORK/b833/_pkg_.a # internal
2025-08-20T21:26:34.4836409Z [00:02:48.606]➜  cp $WORK/b833/_pkg_.a /root/.cache/go-build/72/72a322bf08b292c952ffe40d32b9096a06afdfb8e21bd8df70262829f159d2a9-d # internal
2025-08-20T21:26:34.4838454Z [00:02:48.606]➜  github.com/pion/dtls/v3/pkg/crypto/hash
2025-08-20T21:26:34.4870669Z [00:02:48.609]➜  mkdir -p $WORK/b836/
2025-08-20T21:26:34.4875522Z [00:02:48.610]➜  cat >/tmp/go-build548448651/b836/importcfg << 'EOF' # internal
2025-08-20T21:26:34.4876607Z [00:02:48.610]➜  # import config
2025-08-20T21:26:34.4877456Z [00:02:48.610]➜  packagefile crypto=/tmp/go-build548448651/b084/_pkg_.a
2025-08-20T21:26:34.4880813Z [00:02:48.610]➜  packagefile crypto/md5=/tmp/go-build548448651/b146/_pkg_.a
2025-08-20T21:26:34.4881733Z [00:02:48.610]➜  packagefile crypto/sha1=/tmp/go-build548448651/b150/_pkg_.a
2025-08-20T21:26:34.4882651Z [00:02:48.610]➜  packagefile crypto/sha256=/tmp/go-build548448651/b151/_pkg_.a
2025-08-20T21:26:34.4883566Z [00:02:48.610]➜  packagefile crypto/sha512=/tmp/go-build548448651/b127/_pkg_.a
2025-08-20T21:26:34.4884222Z [00:02:48.610]➜  EOF
2025-08-20T21:26:34.4888009Z [00:02:48.610]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b836/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/pkg/crypto/hash=>github.com/pion/dtls/v3@v3.0.6/pkg/crypto/hash;$WORK/b836=>" -p github.com/pion/dtls/v3/pkg/crypto/hash -lang=go1.20 -complete -installsuffix shared -buildid ZYijUPeYehlcUfMFpe6L/ZYijUPeYehlcUfMFpe6L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b836/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/pkg/crypto/hash/hash.go
2025-08-20T21:26:34.4996191Z [00:02:48.622]➜  cp $WORK/b817/_pkg_.a /root/.cache/go-build/0f/0ff61a383cae758e17c2e892723941834c92d0a2fbe7878533c539ee3f848968-d # internal
2025-08-20T21:26:34.5010401Z [00:02:48.623]➜  github.com/pion/dtls/v3/internal/closer
2025-08-20T21:26:34.5012994Z [00:02:48.623]➜  mkdir -p $WORK/b840/
2025-08-20T21:26:34.5013783Z [00:02:48.623]➜  cat >/tmp/go-build548448651/b840/importcfg << 'EOF' # internal
2025-08-20T21:26:34.5014468Z [00:02:48.623]➜  # import config
2025-08-20T21:26:34.5015173Z [00:02:48.623]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:34.5016080Z [00:02:48.623]➜  EOF
2025-08-20T21:26:34.5052473Z [00:02:48.627]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b840/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/internal/closer=>github.com/pion/dtls/v3@v3.0.6/internal/closer;$WORK/b840=>" -p github.com/pion/dtls/v3/internal/closer -lang=go1.20 -complete -installsuffix shared -buildid 8peAlK9qL88u1MRAUmh6/8peAlK9qL88u1MRAUmh6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b840/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/internal/closer/closer.go
2025-08-20T21:26:34.5153093Z [00:02:48.638]➜  go tool buildid -w $WORK/b836/_pkg_.a # internal
2025-08-20T21:26:34.5160290Z [00:02:48.638]➜  cp $WORK/b836/_pkg_.a /root/.cache/go-build/9a/9ae83136d0f8dbfe33ccead9f479486aa97f4a37a17746a9038e9b50d0b80a7d-d # internal
2025-08-20T21:26:34.5162678Z [00:02:48.639]➜  github.com/pion/dtls/v3/pkg/crypto/signaturehash
2025-08-20T21:26:34.5163350Z [00:02:48.639]➜  mkdir -p $WORK/b838/
2025-08-20T21:26:34.5167639Z [00:02:48.639]➜  cat >/tmp/go-build548448651/b838/importcfg << 'EOF' # internal
2025-08-20T21:26:34.5170454Z [00:02:48.639]➜  # import config
2025-08-20T21:26:34.5171179Z [00:02:48.639]➜  packagefile crypto=/tmp/go-build548448651/b084/_pkg_.a
2025-08-20T21:26:34.5172036Z [00:02:48.639]➜  packagefile crypto/ecdsa=/tmp/go-build548448651/b118/_pkg_.a
2025-08-20T21:26:34.5172948Z [00:02:48.639]➜  packagefile crypto/ed25519=/tmp/go-build548448651/b131/_pkg_.a
2025-08-20T21:26:34.5173838Z [00:02:48.639]➜  packagefile crypto/rsa=/tmp/go-build548448651/b148/_pkg_.a
2025-08-20T21:26:34.5174704Z [00:02:48.639]➜  packagefile crypto/tls=/tmp/go-build548448651/b110/_pkg_.a
2025-08-20T21:26:34.5175545Z [00:02:48.639]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:34.5176332Z [00:02:48.639]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:34.5177734Z [00:02:48.639]➜  packagefile github.com/pion/dtls/v3/pkg/crypto/hash=/tmp/go-build548448651/b836/_pkg_.a
2025-08-20T21:26:34.5179506Z [00:02:48.639]➜  packagefile github.com/pion/dtls/v3/pkg/crypto/signature=/tmp/go-build548448651/b837/_pkg_.a
2025-08-20T21:26:34.5180347Z [00:02:48.639]➜  EOF
2025-08-20T21:26:34.5184953Z [00:02:48.639]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b838/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/pkg/crypto/signaturehash=>github.com/pion/dtls/v3@v3.0.6/pkg/crypto/signaturehash;$WORK/b838=>" -p github.com/pion/dtls/v3/pkg/crypto/signaturehash -lang=go1.20 -complete -installsuffix shared -buildid ut3CMRBmkjABn0tu1Gox/ut3CMRBmkjABn0tu1Gox -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b838/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/pkg/crypto/signaturehash/errors.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/pkg/crypto/signaturehash/signaturehash.go
2025-08-20T21:26:34.5312177Z [00:02:48.654]➜  go tool buildid -w $WORK/b840/_pkg_.a # internal
2025-08-20T21:26:34.5314668Z [00:02:48.654]➜  cp $WORK/b840/_pkg_.a /root/.cache/go-build/fb/fbc913c25488b709c71ac3fd14ee15ee8408883abecc90ba22f3e7452d5cf9a8-d # internal
2025-08-20T21:26:34.5315900Z [00:02:48.654]➜  github.com/pion/transport/v3/deadline
2025-08-20T21:26:34.5316539Z [00:02:48.654]➜  mkdir -p $WORK/b843/
2025-08-20T21:26:34.5331458Z [00:02:48.656]➜  cat >/tmp/go-build548448651/b843/importcfg << 'EOF' # internal
2025-08-20T21:26:34.5332362Z [00:02:48.656]➜  # import config
2025-08-20T21:26:34.5333004Z [00:02:48.656]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:34.5333825Z [00:02:48.656]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:34.5334616Z [00:02:48.656]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:34.5335211Z [00:02:48.656]➜  EOF
2025-08-20T21:26:34.5344377Z [00:02:48.656]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b843/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/transport/v3@v3.0.7/deadline=>github.com/pion/transport/v3@v3.0.7/deadline;$WORK/b843=>" -p github.com/pion/transport/v3/deadline -lang=go1.19 -complete -installsuffix shared -buildid v1N6_zdemROOV2ehGiEw/v1N6_zdemROOV2ehGiEw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b843/importcfg -pack /root/go/pkg/mod/github.com/pion/transport/v3@v3.0.7/deadline/deadline.go /root/go/pkg/mod/github.com/pion/transport/v3@v3.0.7/deadline/timer.go /root/go/pkg/mod/github.com/pion/transport/v3@v3.0.7/deadline/timer_generic.go
2025-08-20T21:26:34.5631166Z [00:02:48.685]➜  go tool buildid -w $WORK/b838/_pkg_.a # internal
2025-08-20T21:26:34.5632625Z [00:02:48.685]➜  cp $WORK/b838/_pkg_.a /root/.cache/go-build/e1/e1b92ed506e13c956a061b235707ad29cdba6857444106d6d0897e07eb8ae6bb-d # internal
2025-08-20T21:26:34.5638770Z [00:02:48.686]➜  github.com/pion/dtls/v3/pkg/protocol/extension
2025-08-20T21:26:34.5639439Z [00:02:48.686]➜  mkdir -p $WORK/b839/
2025-08-20T21:26:34.5646016Z [00:02:48.687]➜  cat >/tmp/go-build548448651/b839/importcfg << 'EOF' # internal
2025-08-20T21:26:34.5646785Z [00:02:48.687]➜  # import config
2025-08-20T21:26:34.5647574Z [00:02:48.687]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:34.5648756Z [00:02:48.687]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:34.5649940Z [00:02:48.687]➜  packagefile github.com/pion/dtls/v3/pkg/crypto/elliptic=/tmp/go-build548448651/b830/_pkg_.a
2025-08-20T21:26:34.5651292Z [00:02:48.687]➜  packagefile github.com/pion/dtls/v3/pkg/crypto/hash=/tmp/go-build548448651/b836/_pkg_.a
2025-08-20T21:26:34.5652624Z [00:02:48.687]➜  packagefile github.com/pion/dtls/v3/pkg/crypto/signature=/tmp/go-build548448651/b837/_pkg_.a
2025-08-20T21:26:34.5654013Z [00:02:48.687]➜  packagefile github.com/pion/dtls/v3/pkg/crypto/signaturehash=/tmp/go-build548448651/b838/_pkg_.a
2025-08-20T21:26:34.5655319Z [00:02:48.687]➜  packagefile github.com/pion/dtls/v3/pkg/protocol=/tmp/go-build548448651/b831/_pkg_.a
2025-08-20T21:26:34.5656657Z [00:02:48.687]➜  packagefile golang.org/x/crypto/cryptobyte=/tmp/go-build548448651/b719/_pkg_.a
2025-08-20T21:26:34.5657827Z [00:02:48.687]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:34.5658729Z [00:02:48.687]➜  EOF
2025-08-20T21:26:34.5700418Z [00:02:48.687]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b839/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/pkg/protocol/extension=>github.com/pion/dtls/v3@v3.0.6/pkg/protocol/extension;$WORK/b839=>" -p github.com/pion/dtls/v3/pkg/protocol/extension -lang=go1.20 -complete -installsuffix shared -buildid PUIGScp98cDG2b45pyyA/PUIGScp98cDG2b45pyyA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b839/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/pkg/protocol/extension/alpn.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/pkg/protocol/extension/connection_id.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/pkg/protocol/extension/errors.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/pkg/protocol/extension/extension.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/pkg/protocol/extension/renegotiation_info.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/pkg/protocol/extension/server_name.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/pkg/protocol/extension/srtp_protection_profile.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/pkg/protocol/extension/supported_elliptic_curves.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/pkg/protocol/extension/supported_point_formats.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/pkg/protocol/extension/supported_signature_algorithms.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/pkg/protocol/extension/use_master_secret.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/pkg/protocol/extension/use_srtp.go
2025-08-20T21:26:34.5873667Z [00:02:48.710]➜  go tool buildid -w $WORK/b843/_pkg_.a # internal
2025-08-20T21:26:34.5903664Z [00:02:48.713]➜  cp $WORK/b843/_pkg_.a /root/.cache/go-build/1b/1b0508dd95c7f08a5a14402b6c7e116e1987b97101f8e99fb3900a06b86f1a20-d # internal
2025-08-20T21:26:34.5905245Z [00:02:48.713]➜  github.com/pion/dtls/v3/internal/net
2025-08-20T21:26:34.5906386Z [00:02:48.713]➜  mkdir -p $WORK/b842/
2025-08-20T21:26:34.5908446Z [00:02:48.713]➜  cat >/tmp/go-build548448651/b842/importcfg << 'EOF' # internal
2025-08-20T21:26:34.5909816Z [00:02:48.713]➜  # import config
2025-08-20T21:26:34.5910522Z [00:02:48.713]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:34.5911378Z [00:02:48.713]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:34.5912458Z [00:02:48.713]➜  packagefile github.com/pion/transport/v3/deadline=/tmp/go-build548448651/b843/_pkg_.a
2025-08-20T21:26:34.5913502Z [00:02:48.713]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:34.5914309Z [00:02:48.713]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:34.5915133Z [00:02:48.713]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:34.5915990Z [00:02:48.713]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:34.5916632Z [00:02:48.713]➜  EOF
2025-08-20T21:26:34.5920509Z [00:02:48.713]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b842/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/internal/net=>github.com/pion/dtls/v3@v3.0.6/internal/net;$WORK/b842=>" -p github.com/pion/dtls/v3/internal/net -lang=go1.20 -complete -installsuffix shared -buildid NlGUXVei8L6HN5KIa6YR/NlGUXVei8L6HN5KIa6YR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b842/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/internal/net/buffer.go
2025-08-20T21:26:34.6492638Z [00:02:48.771]➜  go tool buildid -w $WORK/b842/_pkg_.a # internal
2025-08-20T21:26:34.6494985Z [00:02:48.772]➜  cp $WORK/b842/_pkg_.a /root/.cache/go-build/ec/ec0f01339e75734dcdb6291df9a6ad5b4753c0492f97bc47184430fdc7a33feb-d # internal
2025-08-20T21:26:34.6496754Z [00:02:48.772]➜  github.com/pion/dtls/v3/pkg/net
2025-08-20T21:26:34.6500420Z [00:02:48.772]➜  mkdir -p $WORK/b844/
2025-08-20T21:26:34.6503439Z [00:02:48.773]➜  cat >/tmp/go-build548448651/b844/importcfg << 'EOF' # internal
2025-08-20T21:26:34.6504349Z [00:02:48.773]➜  # import config
2025-08-20T21:26:34.6505073Z [00:02:48.773]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:34.6505923Z [00:02:48.773]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:34.6506569Z [00:02:48.773]➜  EOF
2025-08-20T21:26:34.6510474Z [00:02:48.773]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b844/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/pkg/net=>github.com/pion/dtls/v3@v3.0.6/pkg/net;$WORK/b844=>" -p github.com/pion/dtls/v3/pkg/net -lang=go1.20 -complete -installsuffix shared -buildid t35jyrKQyI1JDmaHdiq7/t35jyrKQyI1JDmaHdiq7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b844/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/pkg/net/net.go
2025-08-20T21:26:34.6906484Z [00:02:48.813]➜  go tool buildid -w $WORK/b844/_pkg_.a # internal
2025-08-20T21:26:34.6916776Z [00:02:48.814]➜  cp $WORK/b844/_pkg_.a /root/.cache/go-build/aa/aa54fd536ae1282e1e2e24fe6c5175e0c2df0ed0da1969137ec804fd5f8fb407-d # internal
2025-08-20T21:26:34.6917946Z [00:02:48.814]➜  github.com/pion/dtls/v3/internal/net/udp
2025-08-20T21:26:34.6919521Z [00:02:48.814]➜  mkdir -p $WORK/b841/
2025-08-20T21:26:34.6926811Z [00:02:48.815]➜  cat >/tmp/go-build548448651/b841/importcfg << 'EOF' # internal
2025-08-20T21:26:34.6927511Z [00:02:48.815]➜  # import config
2025-08-20T21:26:34.6928750Z [00:02:48.815]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:34.6929790Z [00:02:48.815]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:34.6930939Z [00:02:48.815]➜  packagefile github.com/pion/dtls/v3/internal/net=/tmp/go-build548448651/b842/_pkg_.a
2025-08-20T21:26:34.6932970Z [00:02:48.815]➜  packagefile github.com/pion/dtls/v3/pkg/net=/tmp/go-build548448651/b844/_pkg_.a
2025-08-20T21:26:34.6935222Z [00:02:48.815]➜  packagefile github.com/pion/transport/v3/deadline=/tmp/go-build548448651/b843/_pkg_.a
2025-08-20T21:26:34.6936508Z [00:02:48.815]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:34.6937538Z [00:02:48.815]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:34.6938942Z [00:02:48.815]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:34.6939725Z [00:02:48.815]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:34.6940313Z [00:02:48.815]➜  EOF
2025-08-20T21:26:34.6948835Z [00:02:48.817]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b841/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/internal/net/udp=>github.com/pion/dtls/v3@v3.0.6/internal/net/udp;$WORK/b841=>" -p github.com/pion/dtls/v3/internal/net/udp -lang=go1.20 -complete -installsuffix shared -buildid arpcBOsrNrWgOXV_-WZR/arpcBOsrNrWgOXV_-WZR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b841/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/internal/net/udp/packet_conn.go
2025-08-20T21:26:34.7056645Z [00:02:48.828]➜  go tool buildid -w $WORK/b839/_pkg_.a # internal
2025-08-20T21:26:34.7071713Z [00:02:48.829]➜  cp $WORK/b839/_pkg_.a /root/.cache/go-build/ed/edab9e452750870a4f2340dbfa528a5a8944f9298bc05ad311059aaa18d08ee0-d # internal
2025-08-20T21:26:34.7105810Z [00:02:48.833]➜  github.com/pion/dtls/v3/pkg/protocol/handshake
2025-08-20T21:26:34.7107714Z [00:02:48.833]➜  mkdir -p $WORK/b834/
2025-08-20T21:26:34.7133585Z [00:02:48.836]➜  cat >/tmp/go-build548448651/b834/importcfg << 'EOF' # internal
2025-08-20T21:26:34.7134293Z [00:02:48.836]➜  # import config
2025-08-20T21:26:34.7134972Z [00:02:48.836]➜  packagefile crypto/rand=/tmp/go-build548448651/b082/_pkg_.a
2025-08-20T21:26:34.7135852Z [00:02:48.836]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:34.7136708Z [00:02:48.836]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:34.7138045Z [00:02:48.836]➜  packagefile github.com/pion/dtls/v3/internal/ciphersuite/types=/tmp/go-build548448651/b825/_pkg_.a
2025-08-20T21:26:34.7139725Z [00:02:48.836]➜  packagefile github.com/pion/dtls/v3/internal/util=/tmp/go-build548448651/b827/_pkg_.a
2025-08-20T21:26:34.7141114Z [00:02:48.836]➜  packagefile github.com/pion/dtls/v3/pkg/crypto/clientcertificate=/tmp/go-build548448651/b835/_pkg_.a
2025-08-20T21:26:34.7142464Z [00:02:48.836]➜  packagefile github.com/pion/dtls/v3/pkg/crypto/elliptic=/tmp/go-build548448651/b830/_pkg_.a
2025-08-20T21:26:34.7143757Z [00:02:48.836]➜  packagefile github.com/pion/dtls/v3/pkg/crypto/hash=/tmp/go-build548448651/b836/_pkg_.a
2025-08-20T21:26:34.7145006Z [00:02:48.836]➜  packagefile github.com/pion/dtls/v3/pkg/crypto/signature=/tmp/go-build548448651/b837/_pkg_.a
2025-08-20T21:26:34.7146319Z [00:02:48.836]➜  packagefile github.com/pion/dtls/v3/pkg/crypto/signaturehash=/tmp/go-build548448651/b838/_pkg_.a
2025-08-20T21:26:34.7147555Z [00:02:48.836]➜  packagefile github.com/pion/dtls/v3/pkg/protocol=/tmp/go-build548448651/b831/_pkg_.a
2025-08-20T21:26:34.7149217Z [00:02:48.836]➜  packagefile github.com/pion/dtls/v3/pkg/protocol/extension=/tmp/go-build548448651/b839/_pkg_.a
2025-08-20T21:26:34.7150419Z [00:02:48.836]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:34.7151302Z [00:02:48.836]➜  EOF
2025-08-20T21:26:34.7166011Z [00:02:48.836]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b834/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/pkg/protocol/handshake=>github.com/pion/dtls/v3@v3.0.6/pkg/protocol/handshake;$WORK/b834=>" -p github.com/pion/dtls/v3/pkg/protocol/handshake -lang=go1.20 -complete -installsuffix shared -buildid sr80q4y48YgYMfkUPNh-/sr80q4y48YgYMfkUPNh- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b834/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/pkg/protocol/handshake/cipher_suite.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/pkg/protocol/handshake/errors.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/pkg/protocol/handshake/handshake.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/pkg/protocol/handshake/header.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/pkg/protocol/handshake/message_certificate.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/pkg/protocol/handshake/message_certificate_request.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/pkg/protocol/handshake/message_certificate_verify.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/pkg/protocol/handshake/message_client_hello.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/pkg/protocol/handshake/message_client_key_exchange.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/pkg/protocol/handshake/message_finished.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/pkg/protocol/handshake/message_hello_verify_request.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/pkg/protocol/handshake/message_server_hello.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/pkg/protocol/handshake/message_server_hello_done.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/pkg/protocol/handshake/message_server_key_exchange.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/pkg/protocol/handshake/random.go
2025-08-20T21:26:34.7410582Z [00:02:48.863]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e
2025-08-20T21:26:34.7414491Z [00:02:48.863]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b639=/tmp/go-build -gno-record-gcc-switches -I $WORK/b639/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e=/_/github.com/DataDog/zstd@v1.5.6-0.20230824185856-869dae002e5e -frandom-seed=Oy3-PWRcNZLWC5EgVEcV -o $WORK/b639/_x034.o -c zstd_fast.c
2025-08-20T21:26:34.7747303Z [00:02:48.897]➜  go tool buildid -w $WORK/b841/_pkg_.a # internal
2025-08-20T21:26:34.7766904Z [00:02:48.899]➜  cp $WORK/b841/_pkg_.a /root/.cache/go-build/aa/aab0df0331a75bf80a78ecab049e21e338ae68cd555a5177266ea372d7f24903-d # internal
2025-08-20T21:26:34.7784381Z [00:02:48.901]➜  github.com/pion/logging
2025-08-20T21:26:34.7787178Z [00:02:48.901]➜  mkdir -p $WORK/b845/
2025-08-20T21:26:34.7800004Z [00:02:48.901]➜  cat >/tmp/go-build548448651/b845/importcfg << 'EOF' # internal
2025-08-20T21:26:34.7800751Z [00:02:48.901]➜  # import config
2025-08-20T21:26:34.7801440Z [00:02:48.901]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:34.7802278Z [00:02:48.901]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:34.7803121Z [00:02:48.901]➜  packagefile log=/tmp/go-build548448651/b071/_pkg_.a
2025-08-20T21:26:34.7803976Z [00:02:48.901]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:34.7819529Z [00:02:48.901]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:34.7820656Z [00:02:48.901]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:34.7821707Z [00:02:48.902]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:34.7822589Z [00:02:48.902]➜  EOF
2025-08-20T21:26:34.7823407Z [00:02:48.902]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:34.7827099Z [00:02:48.902]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b845/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/logging@v0.2.3=>github.com/pion/logging@v0.2.3;$WORK/b845=>" -p github.com/pion/logging -lang=go1.20 -complete -installsuffix shared -buildid b1HPe17BA1Lc_j0ZIC6l/b1HPe17BA1Lc_j0ZIC6l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b845/importcfg -pack /root/go/pkg/mod/github.com/pion/logging@v0.2.3/logger.go /root/go/pkg/mod/github.com/pion/logging@v0.2.3/scoped.go
2025-08-20T21:26:34.8676412Z [00:02:48.990]➜  go tool buildid -w $WORK/b834/_pkg_.a # internal
2025-08-20T21:26:34.8715005Z [00:02:48.994]➜  cp $WORK/b834/_pkg_.a /root/.cache/go-build/e4/e4449219a954a73d60522138bfe3bbd01bd821bffa4ec760cf82180e6e1f30a8-d # internal
2025-08-20T21:26:34.8733571Z [00:02:48.996]➜  github.com/pion/dtls/v3/pkg/protocol/recordlayer
2025-08-20T21:26:34.8736738Z [00:02:48.996]➜  mkdir -p $WORK/b832/
2025-08-20T21:26:34.8737557Z [00:02:48.996]➜  cat >/tmp/go-build548448651/b832/importcfg << 'EOF' # internal
2025-08-20T21:26:34.8738297Z [00:02:48.996]➜  # import config
2025-08-20T21:26:34.8739307Z [00:02:48.996]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:34.8740251Z [00:02:48.996]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:34.8741338Z [00:02:48.996]➜  packagefile github.com/pion/dtls/v3/internal/util=/tmp/go-build548448651/b827/_pkg_.a
2025-08-20T21:26:34.8742604Z [00:02:48.996]➜  packagefile github.com/pion/dtls/v3/pkg/protocol=/tmp/go-build548448651/b831/_pkg_.a
2025-08-20T21:26:34.8743931Z [00:02:48.996]➜  packagefile github.com/pion/dtls/v3/pkg/protocol/alert=/tmp/go-build548448651/b833/_pkg_.a
2025-08-20T21:26:34.8745396Z [00:02:48.996]➜  packagefile github.com/pion/dtls/v3/pkg/protocol/handshake=/tmp/go-build548448651/b834/_pkg_.a
2025-08-20T21:26:34.8746912Z [00:02:48.996]➜  packagefile golang.org/x/crypto/cryptobyte=/tmp/go-build548448651/b719/_pkg_.a
2025-08-20T21:26:34.8747789Z [00:02:48.996]➜  EOF
2025-08-20T21:26:34.8753948Z [00:02:48.996]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b832/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/pkg/protocol/recordlayer=>github.com/pion/dtls/v3@v3.0.6/pkg/protocol/recordlayer;$WORK/b832=>" -p github.com/pion/dtls/v3/pkg/protocol/recordlayer -lang=go1.20 -complete -installsuffix shared -buildid 5mDO7EQYuh_0T3wES_fT/5mDO7EQYuh_0T3wES_fT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b832/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/pkg/protocol/recordlayer/errors.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/pkg/protocol/recordlayer/header.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/pkg/protocol/recordlayer/inner_plaintext.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/pkg/protocol/recordlayer/recordlayer.go
2025-08-20T21:26:34.8842214Z [00:02:49.007]➜  go tool buildid -w $WORK/b845/_pkg_.a # internal
2025-08-20T21:26:34.8882932Z [00:02:49.011]➜  cp $WORK/b845/_pkg_.a /root/.cache/go-build/81/8193d6720c198cecd99cfe8303df2e13df39b84a4f6fbdf07d34bb2bbe3d0ef4-d # internal
2025-08-20T21:26:34.8895384Z [00:02:49.012]➜  github.com/pion/transport/v3/netctx
2025-08-20T21:26:34.8900575Z [00:02:49.013]➜  mkdir -p $WORK/b846/
2025-08-20T21:26:34.8907380Z [00:02:49.013]➜  cat >/tmp/go-build548448651/b846/importcfg << 'EOF' # internal
2025-08-20T21:26:34.8911587Z [00:02:49.013]➜  # import config
2025-08-20T21:26:34.8914884Z [00:02:49.014]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:34.8915727Z [00:02:49.014]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:34.8916854Z [00:02:49.014]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:34.8917843Z [00:02:49.014]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:34.8919763Z [00:02:49.014]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:34.8920638Z [00:02:49.014]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:34.8921524Z [00:02:49.014]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:34.8922397Z [00:02:49.014]➜  EOF
2025-08-20T21:26:34.8935116Z [00:02:49.015]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b846/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/transport/v3@v3.0.7/netctx=>github.com/pion/transport/v3@v3.0.7/netctx;$WORK/b846=>" -p github.com/pion/transport/v3/netctx -lang=go1.19 -complete -installsuffix shared -buildid xQXKOUGEtTF6_xKIos1y/xQXKOUGEtTF6_xKIos1y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b846/importcfg -pack /root/go/pkg/mod/github.com/pion/transport/v3@v3.0.7/netctx/conn.go /root/go/pkg/mod/github.com/pion/transport/v3@v3.0.7/netctx/packetconn.go /root/go/pkg/mod/github.com/pion/transport/v3@v3.0.7/netctx/pipe.go
2025-08-20T21:26:34.9171568Z [00:02:49.039]➜  go tool buildid -w $WORK/b832/_pkg_.a # internal
2025-08-20T21:26:34.9181240Z [00:02:49.041]➜  cp $WORK/b832/_pkg_.a /root/.cache/go-build/83/83b759c019e40112176b410ba49a71d91c76f497f20b288d1ae01245f74eb01a-d # internal
2025-08-20T21:26:34.9192647Z [00:02:49.042]➜  github.com/pion/dtls/v3/pkg/crypto/ciphersuite
2025-08-20T21:26:34.9198317Z [00:02:49.042]➜  mkdir -p $WORK/b826/
2025-08-20T21:26:34.9199983Z [00:02:49.042]➜  cat >/tmp/go-build548448651/b826/importcfg << 'EOF' # internal
2025-08-20T21:26:34.9200650Z [00:02:49.042]➜  # import config
2025-08-20T21:26:34.9201330Z [00:02:49.042]➜  packagefile crypto/aes=/tmp/go-build548448651/b111/_pkg_.a
2025-08-20T21:26:34.9202206Z [00:02:49.042]➜  packagefile crypto/cipher=/tmp/go-build548448651/b085/_pkg_.a
2025-08-20T21:26:34.9203100Z [00:02:49.042]➜  packagefile crypto/hmac=/tmp/go-build548448651/b136/_pkg_.a
2025-08-20T21:26:34.9203989Z [00:02:49.042]➜  packagefile crypto/rand=/tmp/go-build548448651/b082/_pkg_.a
2025-08-20T21:26:34.9205094Z [00:02:49.042]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:34.9205983Z [00:02:49.042]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:34.9206759Z [00:02:49.042]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:34.9207784Z [00:02:49.042]➜  packagefile github.com/pion/dtls/v3/internal/util=/tmp/go-build548448651/b827/_pkg_.a
2025-08-20T21:26:34.9210347Z [00:02:49.042]➜  packagefile github.com/pion/dtls/v3/pkg/crypto/ccm=/tmp/go-build548448651/b828/_pkg_.a
2025-08-20T21:26:34.9211630Z [00:02:49.042]➜  packagefile github.com/pion/dtls/v3/pkg/crypto/prf=/tmp/go-build548448651/b829/_pkg_.a
2025-08-20T21:26:34.9212866Z [00:02:49.042]➜  packagefile github.com/pion/dtls/v3/pkg/protocol=/tmp/go-build548448651/b831/_pkg_.a
2025-08-20T21:26:34.9214186Z [00:02:49.042]➜  packagefile github.com/pion/dtls/v3/pkg/protocol/recordlayer=/tmp/go-build548448651/b832/_pkg_.a
2025-08-20T21:26:34.9215491Z [00:02:49.042]➜  packagefile golang.org/x/crypto/cryptobyte=/tmp/go-build548448651/b719/_pkg_.a
2025-08-20T21:26:34.9216476Z [00:02:49.042]➜  packagefile hash=/tmp/go-build548448651/b080/_pkg_.a
2025-08-20T21:26:34.9217256Z [00:02:49.042]➜  EOF
2025-08-20T21:26:34.9230973Z [00:02:49.042]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b826/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/pkg/crypto/ciphersuite=>github.com/pion/dtls/v3@v3.0.6/pkg/crypto/ciphersuite;$WORK/b826=>" -p github.com/pion/dtls/v3/pkg/crypto/ciphersuite -lang=go1.20 -complete -installsuffix shared -buildid m9BI00J9VN6wjPFrNDU2/m9BI00J9VN6wjPFrNDU2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b826/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/pkg/crypto/ciphersuite/cbc.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/pkg/crypto/ciphersuite/ccm.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/pkg/crypto/ciphersuite/ciphersuite.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/pkg/crypto/ciphersuite/gcm.go
2025-08-20T21:26:34.9775578Z [00:02:49.100]➜  go tool buildid -w $WORK/b846/_pkg_.a # internal
2025-08-20T21:26:34.9797560Z [00:02:49.102]➜  cp $WORK/b846/_pkg_.a /root/.cache/go-build/ee/ee82dd80ab75c3b50b13761f8b5414096d284e020030798c2c3bb1a8888cd01e-d # internal
2025-08-20T21:26:34.9799264Z [00:02:49.102]➜  github.com/pion/transport/v3/replaydetector
2025-08-20T21:26:34.9802227Z [00:02:49.103]➜  mkdir -p $WORK/b847/
2025-08-20T21:26:34.9802976Z [00:02:49.103]➜  cat >/tmp/go-build548448651/b847/importcfg << 'EOF' # internal
2025-08-20T21:26:34.9803666Z [00:02:49.103]➜  # import config
2025-08-20T21:26:34.9804321Z [00:02:49.103]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:34.9804928Z [00:02:49.103]➜  EOF
2025-08-20T21:26:34.9809706Z [00:02:49.103]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b847/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/transport/v3@v3.0.7/replaydetector=>github.com/pion/transport/v3@v3.0.7/replaydetector;$WORK/b847=>" -p github.com/pion/transport/v3/replaydetector -lang=go1.19 -complete -installsuffix shared -buildid x1WG7tJv_FxVUWoYnlRS/x1WG7tJv_FxVUWoYnlRS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b847/importcfg -pack /root/go/pkg/mod/github.com/pion/transport/v3@v3.0.7/replaydetector/fixedbig.go /root/go/pkg/mod/github.com/pion/transport/v3@v3.0.7/replaydetector/replaydetector.go
2025-08-20T21:26:35.0003747Z [00:02:49.123]➜  go tool buildid -w $WORK/b826/_pkg_.a # internal
2025-08-20T21:26:35.0022027Z [00:02:49.124]➜  cp $WORK/b826/_pkg_.a /root/.cache/go-build/7f/7f15c06d0b80533c218a46a2dac5802b414db27afd3d6057056567dd6ca83f24-d # internal
2025-08-20T21:26:35.0029113Z [00:02:49.125]➜  github.com/pion/dtls/v3/internal/ciphersuite
2025-08-20T21:26:35.0032553Z [00:02:49.126]➜  mkdir -p $WORK/b824/
2025-08-20T21:26:35.0038186Z [00:02:49.126]➜  cat >/tmp/go-build548448651/b824/importcfg << 'EOF' # internal
2025-08-20T21:26:35.0045666Z [00:02:49.126]➜  # import config
2025-08-20T21:26:35.0046569Z [00:02:49.126]➜  packagefile crypto/sha1=/tmp/go-build548448651/b150/_pkg_.a
2025-08-20T21:26:35.0047505Z [00:02:49.126]➜  packagefile crypto/sha256=/tmp/go-build548448651/b151/_pkg_.a
2025-08-20T21:26:35.0048424Z [00:02:49.126]➜  packagefile crypto/sha512=/tmp/go-build548448651/b127/_pkg_.a
2025-08-20T21:26:35.0049440Z [00:02:49.126]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:35.0050210Z [00:02:49.126]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:35.0051343Z [00:02:49.126]➜  packagefile github.com/pion/dtls/v3/internal/ciphersuite/types=/tmp/go-build548448651/b825/_pkg_.a
2025-08-20T21:26:35.0052758Z [00:02:49.127]➜  packagefile github.com/pion/dtls/v3/pkg/crypto/ciphersuite=/tmp/go-build548448651/b826/_pkg_.a
2025-08-20T21:26:35.0054200Z [00:02:49.127]➜  packagefile github.com/pion/dtls/v3/pkg/crypto/clientcertificate=/tmp/go-build548448651/b835/_pkg_.a
2025-08-20T21:26:35.0055564Z [00:02:49.127]➜  packagefile github.com/pion/dtls/v3/pkg/crypto/prf=/tmp/go-build548448651/b829/_pkg_.a
2025-08-20T21:26:35.0056791Z [00:02:49.127]➜  packagefile github.com/pion/dtls/v3/pkg/protocol=/tmp/go-build548448651/b831/_pkg_.a
2025-08-20T21:26:35.0058263Z [00:02:49.127]➜  packagefile github.com/pion/dtls/v3/pkg/protocol/recordlayer=/tmp/go-build548448651/b832/_pkg_.a
2025-08-20T21:26:35.0060232Z [00:02:49.127]➜  packagefile hash=/tmp/go-build548448651/b080/_pkg_.a
2025-08-20T21:26:35.0061079Z [00:02:49.127]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:35.0061736Z [00:02:49.127]➜  EOF
2025-08-20T21:26:35.0077491Z [00:02:49.127]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b824/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/internal/ciphersuite=>github.com/pion/dtls/v3@v3.0.6/internal/ciphersuite;$WORK/b824=>" -p github.com/pion/dtls/v3/internal/ciphersuite -lang=go1.20 -complete -installsuffix shared -buildid RaZRPhmoElu4ofooVBod/RaZRPhmoElu4ofooVBod -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b824/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/internal/ciphersuite/aes_128_ccm.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/internal/ciphersuite/aes_256_ccm.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/internal/ciphersuite/aes_ccm.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/internal/ciphersuite/ciphersuite.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/internal/ciphersuite/tls_ecdhe_ecdsa_with_aes_128_ccm.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/internal/ciphersuite/tls_ecdhe_ecdsa_with_aes_128_ccm8.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/internal/ciphersuite/tls_ecdhe_ecdsa_with_aes_128_gcm_sha256.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/internal/ciphersuite/tls_ecdhe_ecdsa_with_aes_256_cbc_sha.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/internal/ciphersuite/tls_ecdhe_ecdsa_with_aes_256_gcm_sha384.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/internal/ciphersuite/tls_ecdhe_psk_with_aes_128_cbc_sha256.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/internal/ciphersuite/tls_ecdhe_rsa_with_aes_128_gcm_sha256.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/internal/ciphersuite/tls_ecdhe_rsa_with_aes_256_cbc_sha.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/internal/ciphersuite/tls_ecdhe_rsa_with_aes_256_gcm_sha384.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/internal/ciphersuite/tls_psk_with_aes_128_cbc_sha256.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/internal/ciphersuite/tls_psk_with_aes_128_ccm.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/internal/ciphersuite/tls_psk_with_aes_128_ccm8.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/internal/ciphersuite/tls_psk_with_aes_128_gcm_sha256.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/internal/ciphersuite/tls_psk_with_aes_256_ccm8.go
2025-08-20T21:26:35.0224006Z [00:02:49.145]➜  go tool buildid -w $WORK/b847/_pkg_.a # internal
2025-08-20T21:26:35.0232916Z [00:02:49.145]➜  cp $WORK/b847/_pkg_.a /root/.cache/go-build/b4/b4912c99c4421013bf0810045115863ef8eb510ed7c4a9f4e58306ecfdb630bc-d # internal
2025-08-20T21:26:35.0251090Z [00:02:49.147]➜  github.com/pion/ice/v4/internal/fakenet
2025-08-20T21:26:35.0262814Z [00:02:49.148]➜  mkdir -p $WORK/b848/
2025-08-20T21:26:35.0263601Z [00:02:49.148]➜  cat >/tmp/go-build548448651/b848/importcfg << 'EOF' # internal
2025-08-20T21:26:35.0264312Z [00:02:49.148]➜  # import config
2025-08-20T21:26:35.0264962Z [00:02:49.148]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:35.0265762Z [00:02:49.148]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:35.0266413Z [00:02:49.148]➜  EOF
2025-08-20T21:26:35.0270913Z [00:02:49.148]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b848/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/ice/v4@v4.0.10/internal/fakenet=>github.com/pion/ice/v4@v4.0.10/internal/fakenet;$WORK/b848=>" -p github.com/pion/ice/v4/internal/fakenet -lang=go1.20 -complete -installsuffix shared -buildid O9XKqC4VubudvxOH2BbH/O9XKqC4VubudvxOH2BbH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b848/importcfg -pack /root/go/pkg/mod/github.com/pion/ice/v4@v4.0.10/internal/fakenet/mock_conn.go /root/go/pkg/mod/github.com/pion/ice/v4@v4.0.10/internal/fakenet/packet_conn.go
2025-08-20T21:26:35.0449479Z [00:02:49.167]➜  go tool buildid -w $WORK/b848/_pkg_.a # internal
2025-08-20T21:26:35.0457583Z [00:02:49.168]➜  cp $WORK/b848/_pkg_.a /root/.cache/go-build/24/245ffb26374e0503065134dfbabb32411635c9950890ce1d12fee779d67e5691-d # internal
2025-08-20T21:26:35.0465470Z [00:02:49.169]➜  github.com/pion/stun/v3/internal/hmac
2025-08-20T21:26:35.0466125Z [00:02:49.169]➜  mkdir -p $WORK/b851/
2025-08-20T21:26:35.0466867Z [00:02:49.169]➜  cat >/tmp/go-build548448651/b851/importcfg << 'EOF' # internal
2025-08-20T21:26:35.0467565Z [00:02:49.169]➜  # import config
2025-08-20T21:26:35.0468287Z [00:02:49.169]➜  packagefile crypto/sha1=/tmp/go-build548448651/b150/_pkg_.a
2025-08-20T21:26:35.0469503Z [00:02:49.169]➜  packagefile crypto/sha256=/tmp/go-build548448651/b151/_pkg_.a
2025-08-20T21:26:35.0470454Z [00:02:49.169]➜  packagefile crypto/subtle=/tmp/go-build548448651/b106/_pkg_.a
2025-08-20T21:26:35.0471354Z [00:02:49.169]➜  packagefile hash=/tmp/go-build548448651/b080/_pkg_.a
2025-08-20T21:26:35.0472179Z [00:02:49.169]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:35.0473067Z [00:02:49.169]➜  EOF
2025-08-20T21:26:35.0477227Z [00:02:49.169]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b851/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/stun/v3@v3.0.0/internal/hmac=>github.com/pion/stun/v3@v3.0.0/internal/hmac;$WORK/b851=>" -p github.com/pion/stun/v3/internal/hmac -lang=go1.19 -complete -installsuffix shared -buildid RfGTrPAedQmBAd_aPXkG/RfGTrPAedQmBAd_aPXkG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b851/importcfg -pack /root/go/pkg/mod/github.com/pion/stun/v3@v3.0.0/internal/hmac/hmac.go /root/go/pkg/mod/github.com/pion/stun/v3@v3.0.0/internal/hmac/pool.go
2025-08-20T21:26:35.0817183Z [00:02:49.204]➜  go tool buildid -w $WORK/b851/_pkg_.a # internal
2025-08-20T21:26:35.0826938Z [00:02:49.205]➜  cp $WORK/b851/_pkg_.a /root/.cache/go-build/24/24f961d8efab424b1a83e3a25f8061ac8f41bc062a7a1b2811584ffcc942b617-d # internal
2025-08-20T21:26:35.0832444Z [00:02:49.205]➜  github.com/pion/transport/v3
2025-08-20T21:26:35.0833000Z [00:02:49.205]➜  mkdir -p $WORK/b852/
2025-08-20T21:26:35.0833670Z [00:02:49.205]➜  cat >/tmp/go-build548448651/b852/importcfg << 'EOF' # internal
2025-08-20T21:26:35.0834286Z [00:02:49.205]➜  # import config
2025-08-20T21:26:35.0834882Z [00:02:49.205]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:35.0846043Z [00:02:49.205]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:35.0846913Z [00:02:49.205]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:35.0847669Z [00:02:49.206]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:35.0848216Z [00:02:49.206]➜  EOF
2025-08-20T21:26:35.0851866Z [00:02:49.206]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b852/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/transport/v3@v3.0.7=>github.com/pion/transport/v3@v3.0.7;$WORK/b852=>" -p github.com/pion/transport/v3 -lang=go1.19 -complete -installsuffix shared -buildid HRESf9IZ70dR6potQgiJ/HRESf9IZ70dR6potQgiJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b852/importcfg -pack /root/go/pkg/mod/github.com/pion/transport/v3@v3.0.7/net.go
2025-08-20T21:26:35.1089286Z [00:02:49.231]➜  go tool buildid -w $WORK/b824/_pkg_.a # internal
2025-08-20T21:26:35.1123420Z [00:02:49.234]➜  cp $WORK/b824/_pkg_.a /root/.cache/go-build/50/503131ce3ba5defd805e11fd5be853125d8fcb46c3d165cb16e5dd429bb5ab94-d # internal
2025-08-20T21:26:35.1137614Z [00:02:49.236]➜  github.com/pion/dtls/v3
2025-08-20T21:26:35.1141664Z [00:02:49.237]➜  mkdir -p $WORK/b822/
2025-08-20T21:26:35.1147469Z [00:02:49.237]➜  cat >/tmp/go-build548448651/b822/importcfg << 'EOF' # internal
2025-08-20T21:26:35.1154407Z [00:02:49.237]➜  # import config
2025-08-20T21:26:35.1156218Z [00:02:49.237]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:35.1157654Z [00:02:49.237]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:35.1159311Z [00:02:49.237]➜  packagefile crypto=/tmp/go-build548448651/b084/_pkg_.a
2025-08-20T21:26:35.1160538Z [00:02:49.237]➜  packagefile crypto/ecdsa=/tmp/go-build548448651/b118/_pkg_.a
2025-08-20T21:26:35.1161685Z [00:02:49.237]➜  packagefile crypto/ed25519=/tmp/go-build548448651/b131/_pkg_.a
2025-08-20T21:26:35.1163049Z [00:02:49.237]➜  packagefile crypto/rand=/tmp/go-build548448651/b082/_pkg_.a
2025-08-20T21:26:35.1164191Z [00:02:49.237]➜  packagefile crypto/rsa=/tmp/go-build548448651/b148/_pkg_.a
2025-08-20T21:26:35.1169631Z [00:02:49.237]➜  packagefile crypto/tls=/tmp/go-build548448651/b110/_pkg_.a
2025-08-20T21:26:35.1170869Z [00:02:49.237]➜  packagefile crypto/x509=/tmp/go-build548448651/b154/_pkg_.a
2025-08-20T21:26:35.1172176Z [00:02:49.237]➜  packagefile encoding/asn1=/tmp/go-build548448651/b129/_pkg_.a
2025-08-20T21:26:35.1173688Z [00:02:49.237]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:35.1175098Z [00:02:49.237]➜  packagefile encoding/gob=/tmp/go-build548448651/b823/_pkg_.a
2025-08-20T21:26:35.1176519Z [00:02:49.237]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:35.1178086Z [00:02:49.237]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:35.1179590Z [00:02:49.238]➜  packagefile github.com/pion/dtls/v3/internal/ciphersuite=/tmp/go-build548448651/b824/_pkg_.a
2025-08-20T21:26:35.1181092Z [00:02:49.238]➜  packagefile github.com/pion/dtls/v3/internal/ciphersuite/types=/tmp/go-build548448651/b825/_pkg_.a
2025-08-20T21:26:35.1182868Z [00:02:49.238]➜  packagefile github.com/pion/dtls/v3/internal/closer=/tmp/go-build548448651/b840/_pkg_.a
2025-08-20T21:26:35.1184631Z [00:02:49.238]➜  packagefile github.com/pion/dtls/v3/internal/net/udp=/tmp/go-build548448651/b841/_pkg_.a
2025-08-20T21:26:35.1186688Z [00:02:49.238]➜  packagefile github.com/pion/dtls/v3/pkg/crypto/clientcertificate=/tmp/go-build548448651/b835/_pkg_.a
2025-08-20T21:26:35.1188966Z [00:02:49.238]➜  packagefile github.com/pion/dtls/v3/pkg/crypto/elliptic=/tmp/go-build548448651/b830/_pkg_.a
2025-08-20T21:26:35.1190778Z [00:02:49.238]➜  packagefile github.com/pion/dtls/v3/pkg/crypto/hash=/tmp/go-build548448651/b836/_pkg_.a
2025-08-20T21:26:35.1192513Z [00:02:49.238]➜  packagefile github.com/pion/dtls/v3/pkg/crypto/prf=/tmp/go-build548448651/b829/_pkg_.a
2025-08-20T21:26:35.1193946Z [00:02:49.238]➜  packagefile github.com/pion/dtls/v3/pkg/crypto/signaturehash=/tmp/go-build548448651/b838/_pkg_.a
2025-08-20T21:26:35.1195647Z [00:02:49.238]➜  packagefile github.com/pion/dtls/v3/pkg/net=/tmp/go-build548448651/b844/_pkg_.a
2025-08-20T21:26:35.1197285Z [00:02:49.238]➜  packagefile github.com/pion/dtls/v3/pkg/protocol=/tmp/go-build548448651/b831/_pkg_.a
2025-08-20T21:26:35.1199253Z [00:02:49.238]➜  packagefile github.com/pion/dtls/v3/pkg/protocol/alert=/tmp/go-build548448651/b833/_pkg_.a
2025-08-20T21:26:35.1201268Z [00:02:49.238]➜  packagefile github.com/pion/dtls/v3/pkg/protocol/extension=/tmp/go-build548448651/b839/_pkg_.a
2025-08-20T21:26:35.1203267Z [00:02:49.238]➜  packagefile github.com/pion/dtls/v3/pkg/protocol/handshake=/tmp/go-build548448651/b834/_pkg_.a
2025-08-20T21:26:35.1205161Z [00:02:49.238]➜  packagefile github.com/pion/dtls/v3/pkg/protocol/recordlayer=/tmp/go-build548448651/b832/_pkg_.a
2025-08-20T21:26:35.1206483Z [00:02:49.238]➜  packagefile github.com/pion/logging=/tmp/go-build548448651/b845/_pkg_.a
2025-08-20T21:26:35.1208076Z [00:02:49.238]➜  packagefile github.com/pion/transport/v3/deadline=/tmp/go-build548448651/b843/_pkg_.a
2025-08-20T21:26:35.1210635Z [00:02:49.238]➜  packagefile github.com/pion/transport/v3/netctx=/tmp/go-build548448651/b846/_pkg_.a
2025-08-20T21:26:35.1211809Z [00:02:49.238]➜  packagefile github.com/pion/transport/v3/replaydetector=/tmp/go-build548448651/b847/_pkg_.a
2025-08-20T21:26:35.1212766Z [00:02:49.238]➜  packagefile hash=/tmp/go-build548448651/b080/_pkg_.a
2025-08-20T21:26:35.1213483Z [00:02:49.238]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:35.1214219Z [00:02:49.238]➜  packagefile math/big=/tmp/go-build548448651/b108/_pkg_.a
2025-08-20T21:26:35.1214956Z [00:02:49.238]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:35.1215647Z [00:02:49.238]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:35.1216352Z [00:02:49.238]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:35.1217076Z [00:02:49.238]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:35.1217837Z [00:02:49.238]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:35.1218808Z [00:02:49.238]➜  packagefile syscall=/tmp/go-build548448651/b047/_pkg_.a
2025-08-20T21:26:35.1219569Z [00:02:49.238]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:35.1220103Z [00:02:49.238]➜  EOF
2025-08-20T21:26:35.1236070Z [00:02:49.238]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b822/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6=>github.com/pion/dtls/v3@v3.0.6;$WORK/b822=>" -p github.com/pion/dtls/v3 -lang=go1.20 -complete -installsuffix shared -buildid Fo3gIPoJH96eP9Ea_dql/Fo3gIPoJH96eP9Ea_dql -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b822/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/certificate.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/cipher_suite.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/cipher_suite_go114.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/compression_method.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/config.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/conn.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/connection_id.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/crypto.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/dtls.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/errors.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/errors_errno.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/flight.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/flight0handler.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/flight1handler.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/flight2handler.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/flight3handler.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/flight4bhandler.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/flight4handler.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/flight5bhandler.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/flight5handler.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/flight6handler.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/flighthandler.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/fragment_buffer.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/handshake_cache.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/handshaker.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/listener.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/packet.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/resume.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/session.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/srtp_protection_profile.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/state.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/util.go
2025-08-20T21:26:35.1281677Z [00:02:49.249]➜  go tool buildid -w $WORK/b852/_pkg_.a # internal
2025-08-20T21:26:35.1284691Z [00:02:49.250]➜  cp $WORK/b852/_pkg_.a /root/.cache/go-build/26/26adf0128ab4f1bc6c3aedd568e5b3a5b8e06c7f969a96c79da423f2ee5e0d6b-d # internal
2025-08-20T21:26:35.1285713Z [00:02:49.250]➜  github.com/wlynxg/anet
2025-08-20T21:26:35.1286203Z [00:02:49.250]➜  mkdir -p $WORK/b854/
2025-08-20T21:26:35.1286873Z [00:02:49.251]➜  cat >/tmp/go-build548448651/b854/importcfg << 'EOF' # internal
2025-08-20T21:26:35.1287489Z [00:02:49.251]➜  # import config
2025-08-20T21:26:35.1289444Z [00:02:49.251]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:35.1290982Z [00:02:49.251]➜  EOF
2025-08-20T21:26:35.1295399Z [00:02:49.251]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b854/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/wlynxg/anet@v0.0.5=>github.com/wlynxg/anet@v0.0.5;$WORK/b854=>" -p github.com/wlynxg/anet -lang=go1.20 -complete -installsuffix shared -buildid 1Dn6nur6mxO_ZGXopVIx/1Dn6nur6mxO_ZGXopVIx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b854/importcfg -pack /root/go/pkg/mod/github.com/wlynxg/anet@v0.0.5/android_api_level.go /root/go/pkg/mod/github.com/wlynxg/anet@v0.0.5/interface.go
2025-08-20T21:26:35.1382695Z [00:02:49.261]➜  go tool buildid -w $WORK/b854/_pkg_.a # internal
2025-08-20T21:26:35.1388653Z [00:02:49.261]➜  cp $WORK/b854/_pkg_.a /root/.cache/go-build/b0/b05feabd756359389aa1355c17fd7484b8dd731a5dffe1de08eeabedbdeae319-d # internal
2025-08-20T21:26:35.1395947Z [00:02:49.261]➜  github.com/pion/transport/v3/stdnet
2025-08-20T21:26:35.1396530Z [00:02:49.261]➜  mkdir -p $WORK/b853/
2025-08-20T21:26:35.1397226Z [00:02:49.262]➜  cat >/tmp/go-build548448651/b853/importcfg << 'EOF' # internal
2025-08-20T21:26:35.1397869Z [00:02:49.262]➜  # import config
2025-08-20T21:26:35.1398460Z [00:02:49.262]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:35.1399758Z [00:02:49.262]➜  packagefile github.com/pion/transport/v3=/tmp/go-build548448651/b852/_pkg_.a
2025-08-20T21:26:35.1400743Z [00:02:49.262]➜  packagefile github.com/wlynxg/anet=/tmp/go-build548448651/b854/_pkg_.a
2025-08-20T21:26:35.1401533Z [00:02:49.262]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:35.1402071Z [00:02:49.262]➜  EOF
2025-08-20T21:26:35.1405453Z [00:02:49.262]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b853/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/transport/v3@v3.0.7/stdnet=>github.com/pion/transport/v3@v3.0.7/stdnet;$WORK/b853=>" -p github.com/pion/transport/v3/stdnet -lang=go1.19 -complete -installsuffix shared -buildid hDhjpKquzimUwZamAq4w/hDhjpKquzimUwZamAq4w -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b853/importcfg -pack /root/go/pkg/mod/github.com/pion/transport/v3@v3.0.7/stdnet/net.go
2025-08-20T21:26:35.1931438Z [00:02:49.315]➜  go tool buildid -w $WORK/b801/_pkg_.a # internal
2025-08-20T21:26:35.1970241Z [00:02:49.319]➜  go tool buildid -w $WORK/b853/_pkg_.a # internal
2025-08-20T21:26:35.1987788Z [00:02:49.321]➜  cp $WORK/b853/_pkg_.a /root/.cache/go-build/a8/a8e343f0f2d7e137b9d85e8a82585852b74b5a505e6d3716f31fc483bed275be-d # internal
2025-08-20T21:26:35.1992906Z [00:02:49.322]➜  github.com/pion/ice/v4/internal/taskloop
2025-08-20T21:26:35.2009658Z [00:02:49.322]➜  mkdir -p $WORK/b856/
2025-08-20T21:26:35.2010470Z [00:02:49.322]➜  cat >/tmp/go-build548448651/b856/importcfg << 'EOF' # internal
2025-08-20T21:26:35.2011185Z [00:02:49.322]➜  # import config
2025-08-20T21:26:35.2011876Z [00:02:49.322]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:35.2012695Z [00:02:49.322]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:35.2013880Z [00:02:49.322]➜  packagefile github.com/pion/ice/v4/internal/atomic=/tmp/go-build548448651/b857/_pkg_.a
2025-08-20T21:26:35.2015042Z [00:02:49.322]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:35.2015708Z [00:02:49.322]➜  EOF
2025-08-20T21:26:35.2019447Z [00:02:49.322]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b856/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/ice/v4@v4.0.10/internal/taskloop=>github.com/pion/ice/v4@v4.0.10/internal/taskloop;$WORK/b856=>" -p github.com/pion/ice/v4/internal/taskloop -lang=go1.20 -complete -installsuffix shared -buildid Gq88GpMWl8vK4lWPJr0G/Gq88GpMWl8vK4lWPJr0G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b856/importcfg -pack /root/go/pkg/mod/github.com/pion/ice/v4@v4.0.10/internal/taskloop/taskloop.go
2025-08-20T21:26:35.2153482Z [00:02:49.338]➜  cp $WORK/b801/_pkg_.a /root/.cache/go-build/66/66007354611c12056e0e3c3f46ddccdf193ebdbbd0ae3f67240aa73af6b5a9eb-d # internal
2025-08-20T21:26:35.2161238Z [00:02:49.338]➜  github.com/quic-go/quic-go/metrics
2025-08-20T21:26:35.2161827Z [00:02:49.338]➜  mkdir -p $WORK/b815/
2025-08-20T21:26:35.2162500Z [00:02:49.338]➜  cat >/tmp/go-build548448651/b815/importcfg << 'EOF' # internal
2025-08-20T21:26:35.2163118Z [00:02:49.338]➜  # import config
2025-08-20T21:26:35.2163710Z [00:02:49.338]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:35.2164457Z [00:02:49.338]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:35.2165170Z [00:02:49.338]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:35.2166158Z [00:02:49.338]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build548448651/b387/_pkg_.a
2025-08-20T21:26:35.2167246Z [00:02:49.338]➜  packagefile github.com/quic-go/quic-go=/tmp/go-build548448651/b801/_pkg_.a
2025-08-20T21:26:35.2168323Z [00:02:49.338]➜  packagefile github.com/quic-go/quic-go/internal/protocol=/tmp/go-build548448651/b804/_pkg_.a
2025-08-20T21:26:35.2170648Z [00:02:49.338]➜  packagefile github.com/quic-go/quic-go/internal/qerr=/tmp/go-build548448651/b808/_pkg_.a
2025-08-20T21:26:35.2171767Z [00:02:49.338]➜  packagefile github.com/quic-go/quic-go/logging=/tmp/go-build548448651/b807/_pkg_.a
2025-08-20T21:26:35.2172837Z [00:02:49.338]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:35.2173534Z [00:02:49.338]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:35.2174237Z [00:02:49.338]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:35.2174765Z [00:02:49.339]➜  EOF
2025-08-20T21:26:35.2179083Z [00:02:49.339]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b815/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/metrics=>github.com/quic-go/quic-go@v0.54.0/metrics;$WORK/b815=>" -p github.com/quic-go/quic-go/metrics -lang=go1.23 -complete -installsuffix shared -buildid XhOrgIT0Ki26GEDIJyPP/XhOrgIT0Ki26GEDIJyPP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b815/importcfg -pack /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/metrics/connection_tracer.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/metrics/pool.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/metrics/tracer.go
2025-08-20T21:26:35.2248756Z [00:02:49.347]➜  go tool buildid -w $WORK/b856/_pkg_.a # internal
2025-08-20T21:26:35.2275828Z [00:02:49.350]➜  cp $WORK/b856/_pkg_.a /root/.cache/go-build/b9/b9f9a51aa7a37393ed78da6d5d4ae7aa42e745a6ea93690bf4b493075a7ea847-d # internal
2025-08-20T21:26:35.2277839Z [00:02:49.350]➜  github.com/quic-go/quic-go/qlog
2025-08-20T21:26:35.2278714Z [00:02:49.350]➜  mkdir -p $WORK/b816/
2025-08-20T21:26:35.2280178Z [00:02:49.350]➜  cat >/tmp/go-build548448651/b816/importcfg << 'EOF' # internal
2025-08-20T21:26:35.2281189Z [00:02:49.350]➜  # import config
2025-08-20T21:26:35.2282445Z [00:02:49.350]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:35.2283565Z [00:02:49.350]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:35.2284775Z [00:02:49.350]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:35.2286061Z [00:02:49.350]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:35.2287444Z [00:02:49.350]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:35.2288864Z [00:02:49.350]➜  packagefile github.com/francoispqt/gojay=/tmp/go-build548448651/b817/_pkg_.a
2025-08-20T21:26:35.2300407Z [00:02:49.350]➜  packagefile github.com/quic-go/quic-go=/tmp/go-build548448651/b801/_pkg_.a
2025-08-20T21:26:35.2301632Z [00:02:49.350]➜  packagefile github.com/quic-go/quic-go/internal/protocol=/tmp/go-build548448651/b804/_pkg_.a
2025-08-20T21:26:35.2302796Z [00:02:49.350]➜  packagefile github.com/quic-go/quic-go/internal/qerr=/tmp/go-build548448651/b808/_pkg_.a
2025-08-20T21:26:35.2303948Z [00:02:49.350]➜  packagefile github.com/quic-go/quic-go/internal/utils=/tmp/go-build548448651/b806/_pkg_.a
2025-08-20T21:26:35.2305181Z [00:02:49.350]➜  packagefile github.com/quic-go/quic-go/internal/wire=/tmp/go-build548448651/b809/_pkg_.a
2025-08-20T21:26:35.2306375Z [00:02:49.350]➜  packagefile github.com/quic-go/quic-go/logging=/tmp/go-build548448651/b807/_pkg_.a
2025-08-20T21:26:35.2307334Z [00:02:49.350]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:35.2308094Z [00:02:49.350]➜  packagefile log=/tmp/go-build548448651/b071/_pkg_.a
2025-08-20T21:26:35.2309894Z [00:02:49.350]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:35.2310633Z [00:02:49.350]➜  packagefile net/netip=/tmp/go-build548448651/b164/_pkg_.a
2025-08-20T21:26:35.2311366Z [00:02:49.350]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:35.2312128Z [00:02:49.350]➜  packagefile runtime/debug=/tmp/go-build548448651/b260/_pkg_.a
2025-08-20T21:26:35.2312903Z [00:02:49.350]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:35.2313631Z [00:02:49.350]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:35.2314175Z [00:02:49.350]➜  EOF
2025-08-20T21:26:35.2321406Z [00:02:49.350]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b816/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/qlog=>github.com/quic-go/quic-go@v0.54.0/qlog;$WORK/b816=>" -p github.com/quic-go/quic-go/qlog -lang=go1.23 -complete -installsuffix shared -buildid KRRhNHCwTQnm43G0qGsI/KRRhNHCwTQnm43G0qGsI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b816/importcfg -pack /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/qlog/connection_tracer.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/qlog/event.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/qlog/frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/qlog/packet_header.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/qlog/qlog_dir.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/qlog/trace.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/qlog/tracer.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/qlog/types.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/qlog/writer.go
2025-08-20T21:26:35.3086374Z [00:02:49.431]➜  go tool buildid -w $WORK/b815/_pkg_.a # internal
2025-08-20T21:26:35.3109727Z [00:02:49.433]➜  cp $WORK/b815/_pkg_.a /root/.cache/go-build/1f/1f099a655b48289177a27bac74685e1c0d6a9dcc35448c241ba806c0466bddfd-d # internal
2025-08-20T21:26:35.3113922Z [00:02:49.434]➜  golang.org/x/net/dns/dnsmessage
2025-08-20T21:26:35.3121599Z [00:02:49.434]➜  mkdir -p $WORK/b859/
2025-08-20T21:26:35.3122258Z [00:02:49.434]➜  cat >/tmp/go-build548448651/b859/importcfg << 'EOF' # internal
2025-08-20T21:26:35.3122931Z [00:02:49.434]➜  # import config
2025-08-20T21:26:35.3123628Z [00:02:49.434]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:35.3124272Z [00:02:49.434]➜  EOF
2025-08-20T21:26:35.3127952Z [00:02:49.434]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b859/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.43.0/dns/dnsmessage=>golang.org/x/net@v0.43.0/dns/dnsmessage;$WORK/b859=>" -p golang.org/x/net/dns/dnsmessage -lang=go1.23 -complete -installsuffix shared -buildid ZcIx32W-1tXG2rdaqfV-/ZcIx32W-1tXG2rdaqfV- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b859/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.43.0/dns/dnsmessage/message.go
2025-08-20T21:26:35.3904339Z [00:02:49.513]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e
2025-08-20T21:26:35.3911161Z [00:02:49.513]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b639=/tmp/go-build -gno-record-gcc-switches -I $WORK/b639/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e=/_/github.com/DataDog/zstd@v1.5.6-0.20230824185856-869dae002e5e -frandom-seed=Oy3-PWRcNZLWC5EgVEcV -o $WORK/b639/_x035.o -c zstd_lazy.c
2025-08-20T21:26:35.5913670Z [00:02:49.714]➜  go tool buildid -w $WORK/b859/_pkg_.a # internal
2025-08-20T21:26:35.5947547Z [00:02:49.717]➜  cp $WORK/b859/_pkg_.a /root/.cache/go-build/9a/9a171bb57842ab5a790ac00da4a8b16b2c65aebbcaf74580749b816492a27326-d # internal
2025-08-20T21:26:35.5950213Z [00:02:49.717]➜  github.com/pion/mdns/v2
2025-08-20T21:26:35.5953425Z [00:02:49.717]➜  mkdir -p $WORK/b858/
2025-08-20T21:26:35.5956006Z [00:02:49.718]➜  cat >/tmp/go-build548448651/b858/importcfg << 'EOF' # internal
2025-08-20T21:26:35.5956761Z [00:02:49.718]➜  # import config
2025-08-20T21:26:35.5957481Z [00:02:49.718]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:35.5958374Z [00:02:49.718]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:35.5959413Z [00:02:49.718]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:35.5960374Z [00:02:49.718]➜  packagefile github.com/pion/logging=/tmp/go-build548448651/b845/_pkg_.a
2025-08-20T21:26:35.5961540Z [00:02:49.718]➜  packagefile golang.org/x/net/dns/dnsmessage=/tmp/go-build548448651/b859/_pkg_.a
2025-08-20T21:26:35.5962725Z [00:02:49.718]➜  packagefile golang.org/x/net/ipv4=/tmp/go-build548448651/b450/_pkg_.a
2025-08-20T21:26:35.5963838Z [00:02:49.718]➜  packagefile golang.org/x/net/ipv6=/tmp/go-build548448651/b454/_pkg_.a
2025-08-20T21:26:35.5965008Z [00:02:49.718]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:35.5966857Z [00:02:49.718]➜  packagefile net/netip=/tmp/go-build548448651/b164/_pkg_.a
2025-08-20T21:26:35.5968000Z [00:02:49.719]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:35.5969352Z [00:02:49.719]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:35.5970845Z [00:02:49.719]➜  EOF
2025-08-20T21:26:35.5971444Z [00:02:49.719]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:35.5976010Z [00:02:49.719]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b858/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/mdns/v2@v2.0.7=>github.com/pion/mdns/v2@v2.0.7;$WORK/b858=>" -p github.com/pion/mdns/v2 -lang=go1.19 -complete -installsuffix shared -buildid pgL-8NfdVTtW6fomldjz/pgL-8NfdVTtW6fomldjz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b858/importcfg -pack /root/go/pkg/mod/github.com/pion/mdns/v2@v2.0.7/config.go /root/go/pkg/mod/github.com/pion/mdns/v2@v2.0.7/conn.go /root/go/pkg/mod/github.com/pion/mdns/v2@v2.0.7/errors.go /root/go/pkg/mod/github.com/pion/mdns/v2@v2.0.7/mdns.go
2025-08-20T21:26:35.6123353Z [00:02:49.735]➜  go tool buildid -w $WORK/b816/_pkg_.a # internal
2025-08-20T21:26:35.6186960Z [00:02:49.741]➜  cp $WORK/b816/_pkg_.a /root/.cache/go-build/c1/c1e455f68e68ce3b72d2cda61db2f34bf0b618cebb5c67318bf27c1a5edfed17-d # internal
2025-08-20T21:26:35.6219187Z [00:02:49.744]➜  github.com/libp2p/go-libp2p/p2p/transport/quicreuse
2025-08-20T21:26:35.6225032Z [00:02:49.745]➜  mkdir -p $WORK/b792/
2025-08-20T21:26:35.6225846Z [00:02:49.745]➜  cat >/tmp/go-build548448651/b792/importcfg << 'EOF' # internal
2025-08-20T21:26:35.6226568Z [00:02:49.745]➜  # import config
2025-08-20T21:26:35.6227456Z [00:02:49.745]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:35.6228762Z [00:02:49.745]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:35.6229758Z [00:02:49.745]➜  packagefile crypto/tls=/tmp/go-build548448651/b110/_pkg_.a
2025-08-20T21:26:35.6230665Z [00:02:49.745]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:35.6231493Z [00:02:49.745]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:35.6232508Z [00:02:49.745]➜  packagefile github.com/google/gopacket/routing=/tmp/go-build548448651/b489/_pkg_.a
2025-08-20T21:26:35.6233621Z [00:02:49.745]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:35.6234795Z [00:02:49.745]➜  packagefile github.com/klauspost/compress/zstd=/tmp/go-build548448651/b793/_pkg_.a
2025-08-20T21:26:35.6236079Z [00:02:49.745]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build548448651/b417/_pkg_.a
2025-08-20T21:26:35.6237410Z [00:02:49.745]➜  packagefile github.com/libp2p/go-libp2p/core/transport=/tmp/go-build548448651/b446/_pkg_.a
2025-08-20T21:26:35.6241254Z [00:02:49.745]➜  packagefile github.com/libp2p/go-netroute=/tmp/go-build548448651/b514/_pkg_.a
2025-08-20T21:26:35.6242567Z [00:02:49.745]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:35.6243874Z [00:02:49.745]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build548448651/b430/_pkg_.a
2025-08-20T21:26:35.6245250Z [00:02:49.745]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build548448651/b387/_pkg_.a
2025-08-20T21:26:35.6246572Z [00:02:49.745]➜  packagefile github.com/quic-go/quic-go=/tmp/go-build548448651/b801/_pkg_.a
2025-08-20T21:26:35.6247763Z [00:02:49.745]➜  packagefile github.com/quic-go/quic-go/logging=/tmp/go-build548448651/b807/_pkg_.a
2025-08-20T21:26:35.6249168Z [00:02:49.745]➜  packagefile github.com/quic-go/quic-go/metrics=/tmp/go-build548448651/b815/_pkg_.a
2025-08-20T21:26:35.6250358Z [00:02:49.745]➜  packagefile github.com/quic-go/quic-go/qlog=/tmp/go-build548448651/b816/_pkg_.a
2025-08-20T21:26:35.6251468Z [00:02:49.745]➜  packagefile golang.org/x/time/rate=/tmp/go-build548448651/b752/_pkg_.a
2025-08-20T21:26:35.6252603Z [00:02:49.745]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:35.6253423Z [00:02:49.745]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:35.6254238Z [00:02:49.745]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:35.6255062Z [00:02:49.745]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:35.6255911Z [00:02:49.745]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:35.6256747Z [00:02:49.745]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:35.6257383Z [00:02:49.745]➜  EOF
2025-08-20T21:26:35.6266570Z [00:02:49.745]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b792/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/transport/quicreuse=>github.com/libp2p/go-libp2p@v0.43.0/p2p/transport/quicreuse;$WORK/b792=>" -p github.com/libp2p/go-libp2p/p2p/transport/quicreuse -lang=go1.23 -complete -installsuffix shared -buildid 7UDimDW_TAGt4THWIqJH/7UDimDW_TAGt4THWIqJH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b792/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/transport/quicreuse/config.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/transport/quicreuse/connmgr.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/transport/quicreuse/listener.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/transport/quicreuse/nonquic_packetconn.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/transport/quicreuse/options.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/transport/quicreuse/quic_multiaddr.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/transport/quicreuse/reuse.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/transport/quicreuse/tracer.go
2025-08-20T21:26:35.6359847Z [00:02:49.758]➜  go tool buildid -w $WORK/b822/_pkg_.a # internal
2025-08-20T21:26:35.6419575Z [00:02:49.764]➜  cp $WORK/b822/_pkg_.a /root/.cache/go-build/5d/5df525337719b9440d1fad1855e32c9b41db1b36d0444399a2ef69a6809b6895-d # internal
2025-08-20T21:26:35.6426070Z [00:02:49.765]➜  github.com/pion/stun/v3
2025-08-20T21:26:35.6429096Z [00:02:49.765]➜  mkdir -p $WORK/b850/
2025-08-20T21:26:35.6434804Z [00:02:49.766]➜  cat >/tmp/go-build548448651/b850/importcfg << 'EOF' # internal
2025-08-20T21:26:35.6454803Z [00:02:49.766]➜  # import config
2025-08-20T21:26:35.6455546Z [00:02:49.766]➜  packagefile crypto/md5=/tmp/go-build548448651/b146/_pkg_.a
2025-08-20T21:26:35.6456457Z [00:02:49.766]➜  packagefile crypto/rand=/tmp/go-build548448651/b082/_pkg_.a
2025-08-20T21:26:35.6457336Z [00:02:49.766]➜  packagefile crypto/sha1=/tmp/go-build548448651/b150/_pkg_.a
2025-08-20T21:26:35.6458226Z [00:02:49.766]➜  packagefile crypto/tls=/tmp/go-build548448651/b110/_pkg_.a
2025-08-20T21:26:35.6460594Z [00:02:49.766]➜  packagefile encoding/base64=/tmp/go-build548448651/b054/_pkg_.a
2025-08-20T21:26:35.6461559Z [00:02:49.766]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:35.6462474Z [00:02:49.766]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:35.6463269Z [00:02:49.766]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:35.6464174Z [00:02:49.766]➜  packagefile github.com/pion/dtls/v3=/tmp/go-build548448651/b822/_pkg_.a
2025-08-20T21:26:35.6465316Z [00:02:49.766]➜  packagefile github.com/pion/stun/v3/internal/hmac=/tmp/go-build548448651/b851/_pkg_.a
2025-08-20T21:26:35.6466478Z [00:02:49.766]➜  packagefile github.com/pion/transport/v3=/tmp/go-build548448651/b852/_pkg_.a
2025-08-20T21:26:35.6467629Z [00:02:49.766]➜  packagefile github.com/pion/transport/v3/stdnet=/tmp/go-build548448651/b853/_pkg_.a
2025-08-20T21:26:35.6469055Z [00:02:49.766]➜  packagefile github.com/pion/transport/v3/utils/xor=/tmp/go-build548448651/b855/_pkg_.a
2025-08-20T21:26:35.6470326Z [00:02:49.766]➜  packagefile hash/crc32=/tmp/go-build548448651/b079/_pkg_.a
2025-08-20T21:26:35.6471172Z [00:02:49.766]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:35.6472118Z [00:02:49.766]➜  packagefile log=/tmp/go-build548448651/b071/_pkg_.a
2025-08-20T21:26:35.6472901Z [00:02:49.766]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:35.6473858Z [00:02:49.766]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:35.6474696Z [00:02:49.766]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:35.6475512Z [00:02:49.766]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:35.6476320Z [00:02:49.766]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:35.6477125Z [00:02:49.766]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:35.6477978Z [00:02:49.766]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:35.6479700Z [00:02:49.766]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:35.6480315Z [00:02:49.766]➜  EOF
2025-08-20T21:26:35.6489910Z [00:02:49.766]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b850/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/stun/v3@v3.0.0=>github.com/pion/stun/v3@v3.0.0;$WORK/b850=>" -p github.com/pion/stun/v3 -lang=go1.19 -complete -installsuffix shared -buildid zt3Kj-CGR0y1B6AK2D9u/zt3Kj-CGR0y1B6AK2D9u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b850/importcfg -pack /root/go/pkg/mod/github.com/pion/stun/v3@v3.0.0/addr.go /root/go/pkg/mod/github.com/pion/stun/v3@v3.0.0/agent.go /root/go/pkg/mod/github.com/pion/stun/v3@v3.0.0/attributes.go /root/go/pkg/mod/github.com/pion/stun/v3@v3.0.0/checks.go /root/go/pkg/mod/github.com/pion/stun/v3@v3.0.0/client.go /root/go/pkg/mod/github.com/pion/stun/v3@v3.0.0/errorcode.go /root/go/pkg/mod/github.com/pion/stun/v3@v3.0.0/errors.go /root/go/pkg/mod/github.com/pion/stun/v3@v3.0.0/fingerprint.go /root/go/pkg/mod/github.com/pion/stun/v3@v3.0.0/helpers.go /root/go/pkg/mod/github.com/pion/stun/v3@v3.0.0/integrity.go /root/go/pkg/mod/github.com/pion/stun/v3@v3.0.0/message.go /root/go/pkg/mod/github.com/pion/stun/v3@v3.0.0/stun.go /root/go/pkg/mod/github.com/pion/stun/v3@v3.0.0/textattrs.go /root/go/pkg/mod/github.com/pion/stun/v3@v3.0.0/uattrs.go /root/go/pkg/mod/github.com/pion/stun/v3@v3.0.0/uri.go /root/go/pkg/mod/github.com/pion/stun/v3@v3.0.0/xoraddr.go
2025-08-20T21:26:35.7870257Z [00:02:49.909]➜  go tool buildid -w $WORK/b858/_pkg_.a # internal
2025-08-20T21:26:35.7901146Z [00:02:49.912]➜  cp $WORK/b858/_pkg_.a /root/.cache/go-build/da/daa5f8fd3b59c56bb96643ed06e248e2c90d5cb7339f4003e23c2d0bf496c3db-d # internal
2025-08-20T21:26:35.7903310Z [00:02:49.913]➜  github.com/pion/randutil
2025-08-20T21:26:35.7905882Z [00:02:49.913]➜  mkdir -p $WORK/b860/
2025-08-20T21:26:35.7909889Z [00:02:49.913]➜  cat >/tmp/go-build548448651/b860/importcfg << 'EOF' # internal
2025-08-20T21:26:35.7911159Z [00:02:49.913]➜  # import config
2025-08-20T21:26:35.7914429Z [00:02:49.913]➜  packagefile crypto/rand=/tmp/go-build548448651/b082/_pkg_.a
2025-08-20T21:26:35.7915279Z [00:02:49.913]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:35.7916159Z [00:02:49.913]➜  packagefile math/big=/tmp/go-build548448651/b108/_pkg_.a
2025-08-20T21:26:35.7917022Z [00:02:49.913]➜  packagefile math/rand=/tmp/go-build548448651/b109/_pkg_.a
2025-08-20T21:26:35.7917809Z [00:02:49.913]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:35.7918780Z [00:02:49.913]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:35.7919404Z [00:02:49.913]➜  EOF
2025-08-20T21:26:35.7922964Z [00:02:49.914]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b860/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/randutil@v0.1.0=>github.com/pion/randutil@v0.1.0;$WORK/b860=>" -p github.com/pion/randutil -lang=go1.14 -complete -installsuffix shared -buildid bvCB55fHfEVPSMi3Vf5G/bvCB55fHfEVPSMi3Vf5G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b860/importcfg -pack /root/go/pkg/mod/github.com/pion/randutil@v0.1.0/crypto.go /root/go/pkg/mod/github.com/pion/randutil@v0.1.0/math.go
2025-08-20T21:26:35.8495678Z [00:02:49.972]➜  go tool buildid -w $WORK/b860/_pkg_.a # internal
2025-08-20T21:26:35.8505002Z [00:02:49.973]➜  cp $WORK/b860/_pkg_.a /root/.cache/go-build/98/9870f82de5ba68990173ed346f5006aa7810ff948e1ed1f2e844f85c88debac1-d # internal
2025-08-20T21:26:35.8515091Z [00:02:49.973]➜  github.com/pion/transport/v3/packetio
2025-08-20T21:26:35.8515763Z [00:02:49.973]➜  mkdir -p $WORK/b861/
2025-08-20T21:26:35.8520849Z [00:02:49.974]➜  cat >/tmp/go-build548448651/b861/importcfg << 'EOF' # internal
2025-08-20T21:26:35.8525164Z [00:02:49.974]➜  # import config
2025-08-20T21:26:35.8525889Z [00:02:49.974]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:35.8526993Z [00:02:49.974]➜  packagefile github.com/pion/transport/v3/deadline=/tmp/go-build548448651/b843/_pkg_.a
2025-08-20T21:26:35.8528045Z [00:02:49.974]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:35.8532108Z [00:02:49.974]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:35.8532992Z [00:02:49.974]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:35.8533697Z [00:02:49.974]➜  EOF
2025-08-20T21:26:35.8538780Z [00:02:49.975]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b861/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/transport/v3@v3.0.7/packetio=>github.com/pion/transport/v3@v3.0.7/packetio;$WORK/b861=>" -p github.com/pion/transport/v3/packetio -lang=go1.19 -complete -installsuffix shared -buildid _Lsadq6hRmX7MAT0NEYn/_Lsadq6hRmX7MAT0NEYn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b861/importcfg -pack /root/go/pkg/mod/github.com/pion/transport/v3@v3.0.7/packetio/buffer.go /root/go/pkg/mod/github.com/pion/transport/v3@v3.0.7/packetio/errors.go /root/go/pkg/mod/github.com/pion/transport/v3@v3.0.7/packetio/no_hardlimit.go
2025-08-20T21:26:35.9109607Z [00:02:50.033]➜  go tool buildid -w $WORK/b861/_pkg_.a # internal
2025-08-20T21:26:35.9121346Z [00:02:50.035]➜  cp $WORK/b861/_pkg_.a /root/.cache/go-build/bb/bba83652911ca0f918038596c05896a398fe593074b33c89a53e362ac2c1168c-d # internal
2025-08-20T21:26:35.9130929Z [00:02:50.035]➜  github.com/pion/transport/v3/vnet
2025-08-20T21:26:35.9135047Z [00:02:50.036]➜  mkdir -p $WORK/b862/
2025-08-20T21:26:35.9139707Z [00:02:50.036]➜  cat >/tmp/go-build548448651/b862/importcfg << 'EOF' # internal
2025-08-20T21:26:35.9141186Z [00:02:50.036]➜  # import config
2025-08-20T21:26:35.9142469Z [00:02:50.036]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:35.9143600Z [00:02:50.036]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:35.9145650Z [00:02:50.036]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:35.9147541Z [00:02:50.036]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:35.9148474Z [00:02:50.036]➜  packagefile github.com/pion/logging=/tmp/go-build548448651/b845/_pkg_.a
2025-08-20T21:26:35.9149670Z [00:02:50.036]➜  packagefile github.com/pion/transport/v3=/tmp/go-build548448651/b852/_pkg_.a
2025-08-20T21:26:35.9150609Z [00:02:50.036]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:35.9151404Z [00:02:50.036]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:35.9152234Z [00:02:50.036]➜  packagefile math/rand=/tmp/go-build548448651/b109/_pkg_.a
2025-08-20T21:26:35.9153042Z [00:02:50.036]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:35.9153826Z [00:02:50.036]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:35.9154665Z [00:02:50.036]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:35.9155491Z [00:02:50.036]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:35.9156343Z [00:02:50.036]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:35.9157363Z [00:02:50.036]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:35.9157956Z [00:02:50.036]➜  EOF
2025-08-20T21:26:35.9171414Z [00:02:50.037]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b862/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/transport/v3@v3.0.7/vnet=>github.com/pion/transport/v3@v3.0.7/vnet;$WORK/b862=>" -p github.com/pion/transport/v3/vnet -lang=go1.19 -complete -installsuffix shared -buildid YE2RZYeLm4mOmZi98Ycu/YE2RZYeLm4mOmZi98Ycu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b862/importcfg -pack /root/go/pkg/mod/github.com/pion/transport/v3@v3.0.7/vnet/chunk.go /root/go/pkg/mod/github.com/pion/transport/v3@v3.0.7/vnet/chunk_queue.go /root/go/pkg/mod/github.com/pion/transport/v3@v3.0.7/vnet/conn.go /root/go/pkg/mod/github.com/pion/transport/v3@v3.0.7/vnet/conn_map.go /root/go/pkg/mod/github.com/pion/transport/v3@v3.0.7/vnet/delay_filter.go /root/go/pkg/mod/github.com/pion/transport/v3@v3.0.7/vnet/errors.go /root/go/pkg/mod/github.com/pion/transport/v3@v3.0.7/vnet/loss_filter.go /root/go/pkg/mod/github.com/pion/transport/v3@v3.0.7/vnet/nat.go /root/go/pkg/mod/github.com/pion/transport/v3@v3.0.7/vnet/net.go /root/go/pkg/mod/github.com/pion/transport/v3@v3.0.7/vnet/resolver.go /root/go/pkg/mod/github.com/pion/transport/v3@v3.0.7/vnet/router.go /root/go/pkg/mod/github.com/pion/transport/v3@v3.0.7/vnet/tbf.go /root/go/pkg/mod/github.com/pion/transport/v3@v3.0.7/vnet/udpproxy.go /root/go/pkg/mod/github.com/pion/transport/v3@v3.0.7/vnet/udpproxy_direct.go /root/go/pkg/mod/github.com/pion/transport/v3@v3.0.7/vnet/vnet.go
2025-08-20T21:26:35.9558856Z [00:02:50.078]➜  go tool buildid -w $WORK/b850/_pkg_.a # internal
2025-08-20T21:26:35.9633357Z [00:02:50.086]➜  cp $WORK/b850/_pkg_.a /root/.cache/go-build/0b/0b41436c8cc06a4734852eb3f30ecdd001717ff2518e1b03cf771085fd6893fc-d # internal
2025-08-20T21:26:35.9681159Z [00:02:50.089]➜  github.com/pion/ice/v4/internal/stun
2025-08-20T21:26:35.9691512Z [00:02:50.091]➜  mkdir -p $WORK/b849/
2025-08-20T21:26:35.9692495Z [00:02:50.091]➜  cat >/tmp/go-build548448651/b849/importcfg << 'EOF' # internal
2025-08-20T21:26:35.9693265Z [00:02:50.091]➜  # import config
2025-08-20T21:26:35.9693997Z [00:02:50.091]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:35.9697177Z [00:02:50.091]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:35.9698094Z [00:02:50.091]➜  packagefile github.com/pion/stun/v3=/tmp/go-build548448651/b850/_pkg_.a
2025-08-20T21:26:35.9699169Z [00:02:50.091]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:35.9699971Z [00:02:50.091]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:35.9700590Z [00:02:50.091]➜  EOF
2025-08-20T21:26:35.9704048Z [00:02:50.091]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b849/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/ice/v4@v4.0.10/internal/stun=>github.com/pion/ice/v4@v4.0.10/internal/stun;$WORK/b849=>" -p github.com/pion/ice/v4/internal/stun -lang=go1.20 -complete -installsuffix shared -buildid icV_IoZZyaKPzOsoEz4G/icV_IoZZyaKPzOsoEz4G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b849/importcfg -pack /root/go/pkg/mod/github.com/pion/ice/v4@v4.0.10/internal/stun/stun.go
2025-08-20T21:26:35.9955311Z [00:02:50.118]➜  go tool buildid -w $WORK/b849/_pkg_.a # internal
2025-08-20T21:26:35.9964266Z [00:02:50.119]➜  cp $WORK/b849/_pkg_.a /root/.cache/go-build/f5/f55e4eec1c07b8aa97f8ab0b44f1e9d638a0391b9ef87dd3fc416b517feb4c33-d # internal
2025-08-20T21:26:35.9973870Z [00:02:50.119]➜  github.com/pion/turn/v4/internal/ipnet
2025-08-20T21:26:35.9974537Z [00:02:50.119]➜  mkdir -p $WORK/b865/
2025-08-20T21:26:35.9975291Z [00:02:50.119]➜  cat >/tmp/go-build548448651/b865/importcfg << 'EOF' # internal
2025-08-20T21:26:35.9976034Z [00:02:50.120]➜  # import config
2025-08-20T21:26:35.9977034Z [00:02:50.120]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:35.9978124Z [00:02:50.120]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:35.9979955Z [00:02:50.120]➜  EOF
2025-08-20T21:26:35.9984080Z [00:02:50.120]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b865/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/turn/v4@v4.0.2/internal/ipnet=>github.com/pion/turn/v4@v4.0.2/internal/ipnet;$WORK/b865=>" -p github.com/pion/turn/v4/internal/ipnet -lang=go1.20 -complete -installsuffix shared -buildid wBcVKIshLJ11SJZUS73h/wBcVKIshLJ11SJZUS73h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b865/importcfg -pack /root/go/pkg/mod/github.com/pion/turn/v4@v4.0.2/internal/ipnet/util.go
2025-08-20T21:26:36.0124356Z [00:02:50.135]➜  go tool buildid -w $WORK/b865/_pkg_.a # internal
2025-08-20T21:26:36.0132239Z [00:02:50.136]➜  cp $WORK/b865/_pkg_.a /root/.cache/go-build/b5/b59b8b1a4786fc421448016e0755e5494a80fcffa81bda37fc206d51a14b0956-d # internal
2025-08-20T21:26:36.0140255Z [00:02:50.136]➜  github.com/pion/turn/v4/internal/proto
2025-08-20T21:26:36.0141162Z [00:02:50.136]➜  mkdir -p $WORK/b866/
2025-08-20T21:26:36.0144916Z [00:02:50.137]➜  cat >/tmp/go-build548448651/b866/importcfg << 'EOF' # internal
2025-08-20T21:26:36.0145669Z [00:02:50.137]➜  # import config
2025-08-20T21:26:36.0146353Z [00:02:50.137]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:36.0147291Z [00:02:50.137]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:36.0148238Z [00:02:50.137]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:36.0149287Z [00:02:50.137]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:36.0150249Z [00:02:50.137]➜  packagefile github.com/pion/stun/v3=/tmp/go-build548448651/b850/_pkg_.a
2025-08-20T21:26:36.0151188Z [00:02:50.137]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:36.0152021Z [00:02:50.137]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:36.0153026Z [00:02:50.137]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:36.0153891Z [00:02:50.137]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:36.0154677Z [00:02:50.137]➜  EOF
2025-08-20T21:26:36.0166996Z [00:02:50.138]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b866/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/turn/v4@v4.0.2/internal/proto=>github.com/pion/turn/v4@v4.0.2/internal/proto;$WORK/b866=>" -p github.com/pion/turn/v4/internal/proto -lang=go1.20 -complete -installsuffix shared -buildid ff93Flgg3HdLblRPWzS4/ff93Flgg3HdLblRPWzS4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b866/importcfg -pack /root/go/pkg/mod/github.com/pion/turn/v4@v4.0.2/internal/proto/addr.go /root/go/pkg/mod/github.com/pion/turn/v4@v4.0.2/internal/proto/chandata.go /root/go/pkg/mod/github.com/pion/turn/v4@v4.0.2/internal/proto/chann.go /root/go/pkg/mod/github.com/pion/turn/v4@v4.0.2/internal/proto/connection_id.go /root/go/pkg/mod/github.com/pion/turn/v4@v4.0.2/internal/proto/data.go /root/go/pkg/mod/github.com/pion/turn/v4@v4.0.2/internal/proto/dontfrag.go /root/go/pkg/mod/github.com/pion/turn/v4@v4.0.2/internal/proto/evenport.go /root/go/pkg/mod/github.com/pion/turn/v4@v4.0.2/internal/proto/lifetime.go /root/go/pkg/mod/github.com/pion/turn/v4@v4.0.2/internal/proto/peeraddr.go /root/go/pkg/mod/github.com/pion/turn/v4@v4.0.2/internal/proto/proto.go /root/go/pkg/mod/github.com/pion/turn/v4@v4.0.2/internal/proto/relayedaddr.go /root/go/pkg/mod/github.com/pion/turn/v4@v4.0.2/internal/proto/reqfamily.go /root/go/pkg/mod/github.com/pion/turn/v4@v4.0.2/internal/proto/reqtrans.go /root/go/pkg/mod/github.com/pion/turn/v4@v4.0.2/internal/proto/rsrvtoken.go
2025-08-20T21:26:36.0210234Z [00:02:50.143]➜  go tool buildid -w $WORK/b792/_pkg_.a # internal
2025-08-20T21:26:36.0265406Z [00:02:50.149]➜  cp $WORK/b792/_pkg_.a /root/.cache/go-build/3d/3da2360732981301bfab8b3ae5e35110427faf607ef193adf324b7019aa99465-d # internal
2025-08-20T21:26:36.0287339Z [00:02:50.151]➜  github.com/libp2p/go-libp2p/p2p/transport/quic
2025-08-20T21:26:36.0296223Z [00:02:50.152]➜  mkdir -p $WORK/b790/
2025-08-20T21:26:36.0308040Z [00:02:50.152]➜  cat >/tmp/go-build548448651/b790/importcfg << 'EOF' # internal
2025-08-20T21:26:36.0309060Z [00:02:50.152]➜  # import config
2025-08-20T21:26:36.0309964Z [00:02:50.152]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:36.0310863Z [00:02:50.152]➜  packagefile crypto/tls=/tmp/go-build548448651/b110/_pkg_.a
2025-08-20T21:26:36.0311738Z [00:02:50.152]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:36.0312548Z [00:02:50.152]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:36.0313481Z [00:02:50.152]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:36.0315503Z [00:02:50.152]➜  packagefile github.com/libp2p/go-libp2p/core/connmgr=/tmp/go-build548448651/b424/_pkg_.a
2025-08-20T21:26:36.0317189Z [00:02:50.152]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build548448651/b311/_pkg_.a
2025-08-20T21:26:36.0319626Z [00:02:50.152]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build548448651/b417/_pkg_.a
2025-08-20T21:26:36.0321311Z [00:02:50.152]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:36.0323254Z [00:02:50.152]➜  packagefile github.com/libp2p/go-libp2p/core/pnet=/tmp/go-build548448651/b737/_pkg_.a
2025-08-20T21:26:36.0324866Z [00:02:50.152]➜  packagefile github.com/libp2p/go-libp2p/core/transport=/tmp/go-build548448651/b446/_pkg_.a
2025-08-20T21:26:36.0326914Z [00:02:50.152]➜  packagefile github.com/libp2p/go-libp2p/p2p/security/tls=/tmp/go-build548448651/b791/_pkg_.a
2025-08-20T21:26:36.0329078Z [00:02:50.152]➜  packagefile github.com/libp2p/go-libp2p/p2p/transport/quicreuse=/tmp/go-build548448651/b792/_pkg_.a
2025-08-20T21:26:36.0331018Z [00:02:50.152]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:36.0332971Z [00:02:50.152]➜  packagefile github.com/multiformats/go-multiaddr-fmt=/tmp/go-build548448651/b455/_pkg_.a
2025-08-20T21:26:36.0334763Z [00:02:50.152]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build548448651/b430/_pkg_.a
2025-08-20T21:26:36.0336624Z [00:02:50.152]➜  packagefile github.com/quic-go/quic-go=/tmp/go-build548448651/b801/_pkg_.a
2025-08-20T21:26:36.0337965Z [00:02:50.152]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:36.0339610Z [00:02:50.152]➜  packagefile math/rand=/tmp/go-build548448651/b109/_pkg_.a
2025-08-20T21:26:36.0340866Z [00:02:50.152]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:36.0342135Z [00:02:50.152]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:36.0343992Z [00:02:50.152]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:36.0345720Z [00:02:50.152]➜  EOF
2025-08-20T21:26:36.0352555Z [00:02:50.154]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b790/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/transport/quic=>github.com/libp2p/go-libp2p@v0.43.0/p2p/transport/quic;$WORK/b790=>" -p github.com/libp2p/go-libp2p/p2p/transport/quic -lang=go1.23 -complete -installsuffix shared -buildid 4TMTzWcP-DyVLBLQTOQR/4TMTzWcP-DyVLBLQTOQR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b790/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/transport/quic/conn.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/transport/quic/listener.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/transport/quic/stream.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/transport/quic/transport.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/transport/quic/virtuallistener.go
2025-08-20T21:26:36.1104793Z [00:02:50.233]➜  go tool buildid -w $WORK/b866/_pkg_.a # internal
2025-08-20T21:26:36.1125513Z [00:02:50.235]➜  cp $WORK/b866/_pkg_.a /root/.cache/go-build/de/de1600963c299fc60025193e64e3af6a069a30d64d3032ec057618eb1d81bb08-d # internal
2025-08-20T21:26:36.1128945Z [00:02:50.235]➜  github.com/pion/turn/v4/internal/allocation
2025-08-20T21:26:36.1130529Z [00:02:50.235]➜  mkdir -p $WORK/b864/
2025-08-20T21:26:36.1134865Z [00:02:50.236]➜  cat >/tmp/go-build548448651/b864/importcfg << 'EOF' # internal
2025-08-20T21:26:36.1139805Z [00:02:50.236]➜  # import config
2025-08-20T21:26:36.1141973Z [00:02:50.236]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:36.1144162Z [00:02:50.236]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:36.1145543Z [00:02:50.236]➜  packagefile github.com/pion/logging=/tmp/go-build548448651/b845/_pkg_.a
2025-08-20T21:26:36.1148762Z [00:02:50.236]➜  packagefile github.com/pion/stun/v3=/tmp/go-build548448651/b850/_pkg_.a
2025-08-20T21:26:36.1150158Z [00:02:50.236]➜  packagefile github.com/pion/turn/v4/internal/ipnet=/tmp/go-build548448651/b865/_pkg_.a
2025-08-20T21:26:36.1152764Z [00:02:50.236]➜  packagefile github.com/pion/turn/v4/internal/proto=/tmp/go-build548448651/b866/_pkg_.a
2025-08-20T21:26:36.1154187Z [00:02:50.236]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:36.1155884Z [00:02:50.236]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:36.1157124Z [00:02:50.236]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:36.1159027Z [00:02:50.236]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:36.1160882Z [00:02:50.236]➜  EOF
2025-08-20T21:26:36.1168854Z [00:02:50.236]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b864/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/turn/v4@v4.0.2/internal/allocation=>github.com/pion/turn/v4@v4.0.2/internal/allocation;$WORK/b864=>" -p github.com/pion/turn/v4/internal/allocation -lang=go1.20 -complete -installsuffix shared -buildid xKAwlajfiXmWtnEFoLoP/xKAwlajfiXmWtnEFoLoP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b864/importcfg -pack /root/go/pkg/mod/github.com/pion/turn/v4@v4.0.2/internal/allocation/allocation.go /root/go/pkg/mod/github.com/pion/turn/v4@v4.0.2/internal/allocation/allocation_manager.go /root/go/pkg/mod/github.com/pion/turn/v4@v4.0.2/internal/allocation/channel_bind.go /root/go/pkg/mod/github.com/pion/turn/v4@v4.0.2/internal/allocation/errors.go /root/go/pkg/mod/github.com/pion/turn/v4@v4.0.2/internal/allocation/five_tuple.go /root/go/pkg/mod/github.com/pion/turn/v4@v4.0.2/internal/allocation/permission.go
2025-08-20T21:26:36.2045604Z [00:02:50.327]➜  go tool buildid -w $WORK/b864/_pkg_.a # internal
2025-08-20T21:26:36.2062654Z [00:02:50.329]➜  cp $WORK/b864/_pkg_.a /root/.cache/go-build/be/bee8d8a8174bb5e71c4376a8a9cbffea39f2c29635b6e71a5f46a85950454b46-d # internal
2025-08-20T21:26:36.2074600Z [00:02:50.330]➜  github.com/pion/turn/v4/internal/client
2025-08-20T21:26:36.2085317Z [00:02:50.330]➜  mkdir -p $WORK/b867/
2025-08-20T21:26:36.2086124Z [00:02:50.330]➜  cat >/tmp/go-build548448651/b867/importcfg << 'EOF' # internal
2025-08-20T21:26:36.2086852Z [00:02:50.330]➜  # import config
2025-08-20T21:26:36.2087621Z [00:02:50.330]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:36.2088752Z [00:02:50.330]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:36.2089827Z [00:02:50.330]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:36.2090763Z [00:02:50.330]➜  packagefile github.com/pion/logging=/tmp/go-build548448651/b845/_pkg_.a
2025-08-20T21:26:36.2091827Z [00:02:50.330]➜  packagefile github.com/pion/stun/v3=/tmp/go-build548448651/b850/_pkg_.a
2025-08-20T21:26:36.2092936Z [00:02:50.330]➜  packagefile github.com/pion/transport/v3=/tmp/go-build548448651/b852/_pkg_.a
2025-08-20T21:26:36.2094126Z [00:02:50.330]➜  packagefile github.com/pion/turn/v4/internal/ipnet=/tmp/go-build548448651/b865/_pkg_.a
2025-08-20T21:26:36.2095413Z [00:02:50.330]➜  packagefile github.com/pion/turn/v4/internal/proto=/tmp/go-build548448651/b866/_pkg_.a
2025-08-20T21:26:36.2096441Z [00:02:50.330]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:36.2097272Z [00:02:50.330]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:36.2098282Z [00:02:50.330]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:36.2099604Z [00:02:50.330]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:36.2100494Z [00:02:50.330]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:36.2101332Z [00:02:50.330]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:36.2101946Z [00:02:50.330]➜  EOF
2025-08-20T21:26:36.2142254Z [00:02:50.336]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b867/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/turn/v4@v4.0.2/internal/client=>github.com/pion/turn/v4@v4.0.2/internal/client;$WORK/b867=>" -p github.com/pion/turn/v4/internal/client -lang=go1.20 -complete -installsuffix shared -buildid 4X4HeLBR79Qad0GSEqIo/4X4HeLBR79Qad0GSEqIo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b867/importcfg -pack /root/go/pkg/mod/github.com/pion/turn/v4@v4.0.2/internal/client/allocation.go /root/go/pkg/mod/github.com/pion/turn/v4@v4.0.2/internal/client/binding.go /root/go/pkg/mod/github.com/pion/turn/v4@v4.0.2/internal/client/client.go /root/go/pkg/mod/github.com/pion/turn/v4@v4.0.2/internal/client/errors.go /root/go/pkg/mod/github.com/pion/turn/v4@v4.0.2/internal/client/periodic_timer.go /root/go/pkg/mod/github.com/pion/turn/v4@v4.0.2/internal/client/permission.go /root/go/pkg/mod/github.com/pion/turn/v4@v4.0.2/internal/client/tcp_alloc.go /root/go/pkg/mod/github.com/pion/turn/v4@v4.0.2/internal/client/tcp_conn.go /root/go/pkg/mod/github.com/pion/turn/v4@v4.0.2/internal/client/transaction.go /root/go/pkg/mod/github.com/pion/turn/v4@v4.0.2/internal/client/trylock.go /root/go/pkg/mod/github.com/pion/turn/v4@v4.0.2/internal/client/udp_conn.go
2025-08-20T21:26:36.3506430Z [00:02:50.473]➜  go tool buildid -w $WORK/b790/_pkg_.a # internal
2025-08-20T21:26:36.3629203Z [00:02:50.485]➜  cp $WORK/b790/_pkg_.a /root/.cache/go-build/f5/f5190342b515495c5a5cefc8781564a71098abbaa2d762525e701491f0a0efc0-d # internal
2025-08-20T21:26:36.3633856Z [00:02:50.486]➜  github.com/pion/turn/v4/internal/server
2025-08-20T21:26:36.3636967Z [00:02:50.486]➜  mkdir -p $WORK/b868/
2025-08-20T21:26:36.3657143Z [00:02:50.486]➜  cat >/tmp/go-build548448651/b868/importcfg << 'EOF' # internal
2025-08-20T21:26:36.3660364Z [00:02:50.486]➜  # import config
2025-08-20T21:26:36.3663367Z [00:02:50.486]➜  packagefile crypto/hmac=/tmp/go-build548448651/b136/_pkg_.a
2025-08-20T21:26:36.3666048Z [00:02:50.486]➜  packagefile crypto/rand=/tmp/go-build548448651/b082/_pkg_.a
2025-08-20T21:26:36.3679183Z [00:02:50.486]➜  packagefile crypto/sha256=/tmp/go-build548448651/b151/_pkg_.a
2025-08-20T21:26:36.3680149Z [00:02:50.486]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:36.3681085Z [00:02:50.486]➜  packagefile encoding/hex=/tmp/go-build548448651/b157/_pkg_.a
2025-08-20T21:26:36.3681959Z [00:02:50.486]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:36.3682739Z [00:02:50.486]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:36.3685259Z [00:02:50.486]➜  packagefile github.com/pion/logging=/tmp/go-build548448651/b845/_pkg_.a
2025-08-20T21:26:36.3686462Z [00:02:50.486]➜  packagefile github.com/pion/randutil=/tmp/go-build548448651/b860/_pkg_.a
2025-08-20T21:26:36.3687473Z [00:02:50.486]➜  packagefile github.com/pion/stun/v3=/tmp/go-build548448651/b850/_pkg_.a
2025-08-20T21:26:36.3690749Z [00:02:50.486]➜  packagefile github.com/pion/turn/v4/internal/allocation=/tmp/go-build548448651/b864/_pkg_.a
2025-08-20T21:26:36.3692075Z [00:02:50.486]➜  packagefile github.com/pion/turn/v4/internal/ipnet=/tmp/go-build548448651/b865/_pkg_.a
2025-08-20T21:26:36.3693283Z [00:02:50.486]➜  packagefile github.com/pion/turn/v4/internal/proto=/tmp/go-build548448651/b866/_pkg_.a
2025-08-20T21:26:36.3694234Z [00:02:50.486]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:36.3694996Z [00:02:50.486]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:36.3695731Z [00:02:50.486]➜  EOF
2025-08-20T21:26:36.3701929Z [00:02:50.486]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b868/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/turn/v4@v4.0.2/internal/server=>github.com/pion/turn/v4@v4.0.2/internal/server;$WORK/b868=>" -p github.com/pion/turn/v4/internal/server -lang=go1.20 -complete -installsuffix shared -buildid G7VFPpOZYosXXX9dg0bP/G7VFPpOZYosXXX9dg0bP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b868/importcfg -pack /root/go/pkg/mod/github.com/pion/turn/v4@v4.0.2/internal/server/errors.go /root/go/pkg/mod/github.com/pion/turn/v4@v4.0.2/internal/server/nonce.go /root/go/pkg/mod/github.com/pion/turn/v4@v4.0.2/internal/server/server.go /root/go/pkg/mod/github.com/pion/turn/v4@v4.0.2/internal/server/stun.go /root/go/pkg/mod/github.com/pion/turn/v4@v4.0.2/internal/server/turn.go /root/go/pkg/mod/github.com/pion/turn/v4@v4.0.2/internal/server/util.go
2025-08-20T21:26:36.3796961Z [00:02:50.502]➜  go tool buildid -w $WORK/b862/_pkg_.a # internal
2025-08-20T21:26:36.3864737Z [00:02:50.509]➜  cp $WORK/b862/_pkg_.a /root/.cache/go-build/30/30528f1d570c4ee39f76979515c8e71c99b4c4331d29a77f4b799f90ce54a406-d # internal
2025-08-20T21:26:36.3866784Z [00:02:50.509]➜  golang.org/x/net/internal/socks
2025-08-20T21:26:36.3869732Z [00:02:50.509]➜  mkdir -p $WORK/b870/
2025-08-20T21:26:36.3872640Z [00:02:50.510]➜  cat >/tmp/go-build548448651/b870/importcfg << 'EOF' # internal
2025-08-20T21:26:36.3875353Z [00:02:50.510]➜  # import config
2025-08-20T21:26:36.3878095Z [00:02:50.510]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:36.3879387Z [00:02:50.510]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:36.3880206Z [00:02:50.510]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:36.3881025Z [00:02:50.510]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:36.3881902Z [00:02:50.510]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:36.3882721Z [00:02:50.510]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:36.3883479Z [00:02:50.510]➜  EOF
2025-08-20T21:26:36.3887243Z [00:02:50.510]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b870/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.43.0/internal/socks=>golang.org/x/net@v0.43.0/internal/socks;$WORK/b870=>" -p golang.org/x/net/internal/socks -lang=go1.23 -complete -installsuffix shared -buildid 34Fk40y6l_h_pewmpB6D/34Fk40y6l_h_pewmpB6D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b870/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.43.0/internal/socks/client.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/internal/socks/socks.go
2025-08-20T21:26:36.3961711Z [00:02:50.518]➜  go tool buildid -w $WORK/b867/_pkg_.a # internal
2025-08-20T21:26:36.3994040Z [00:02:50.522]➜  cp $WORK/b867/_pkg_.a /root/.cache/go-build/37/37f51e4007d3cfe7de7c6046bb845f896374ea2701b0ddd8fbda07d0e301c25e-d # internal
2025-08-20T21:26:36.3999616Z [00:02:50.522]➜  github.com/pion/dtls/v2/internal/util
2025-08-20T21:26:36.4000308Z [00:02:50.522]➜  mkdir -p $WORK/b876/
2025-08-20T21:26:36.4001089Z [00:02:50.522]➜  cat >/tmp/go-build548448651/b876/importcfg << 'EOF' # internal
2025-08-20T21:26:36.4002013Z [00:02:50.522]➜  # import config
2025-08-20T21:26:36.4002821Z [00:02:50.522]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:36.4003508Z [00:02:50.522]➜  EOF
2025-08-20T21:26:36.4007111Z [00:02:50.522]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b876/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/internal/util=>github.com/pion/dtls/v2@v2.2.12/internal/util;$WORK/b876=>" -p github.com/pion/dtls/v2/internal/util -lang=go1.13 -complete -installsuffix shared -buildid 9jH94bLbvKp-LX-dzHAX/9jH94bLbvKp-LX-dzHAX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b876/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/internal/util/util.go
2025-08-20T21:26:36.4130904Z [00:02:50.535]➜  go tool buildid -w $WORK/b876/_pkg_.a # internal
2025-08-20T21:26:36.4138802Z [00:02:50.536]➜  cp $WORK/b876/_pkg_.a /root/.cache/go-build/d6/d62093325a2ff6a0fc85e53851b8fa0a8dd1d4c3fb03b56cd71cf18b1feb1bb4-d # internal
2025-08-20T21:26:36.4152598Z [00:02:50.537]➜  github.com/pion/dtls/v2/pkg/crypto/ccm
2025-08-20T21:26:36.4153238Z [00:02:50.537]➜  mkdir -p $WORK/b877/
2025-08-20T21:26:36.4153966Z [00:02:50.537]➜  cat >/tmp/go-build548448651/b877/importcfg << 'EOF' # internal
2025-08-20T21:26:36.4154651Z [00:02:50.537]➜  # import config
2025-08-20T21:26:36.4155468Z [00:02:50.537]➜  packagefile crypto/cipher=/tmp/go-build548448651/b085/_pkg_.a
2025-08-20T21:26:36.4156384Z [00:02:50.537]➜  packagefile crypto/subtle=/tmp/go-build548448651/b106/_pkg_.a
2025-08-20T21:26:36.4157297Z [00:02:50.537]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:36.4158142Z [00:02:50.537]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:36.4159267Z [00:02:50.537]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:36.4159903Z [00:02:50.537]➜  EOF
2025-08-20T21:26:36.4163529Z [00:02:50.537]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b877/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/pkg/crypto/ccm=>github.com/pion/dtls/v2@v2.2.12/pkg/crypto/ccm;$WORK/b877=>" -p github.com/pion/dtls/v2/pkg/crypto/ccm -lang=go1.13 -complete -installsuffix shared -buildid M1kFIJ2UPTUyUrpuRV0c/M1kFIJ2UPTUyUrpuRV0c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b877/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/pkg/crypto/ccm/ccm.go
2025-08-20T21:26:36.4496367Z [00:02:50.572]➜  go tool buildid -w $WORK/b877/_pkg_.a # internal
2025-08-20T21:26:36.4506088Z [00:02:50.573]➜  cp $WORK/b877/_pkg_.a /root/.cache/go-build/3f/3f27bf319d4d458d49c626734a1851e104b48a5f6fd1aa7edc2bb42099c8b2ec-d # internal
2025-08-20T21:26:36.4518429Z [00:02:50.573]➜  github.com/pion/dtls/v2/pkg/crypto/elliptic
2025-08-20T21:26:36.4519264Z [00:02:50.573]➜  mkdir -p $WORK/b879/
2025-08-20T21:26:36.4520158Z [00:02:50.574]➜  cat >/tmp/go-build548448651/b879/importcfg << 'EOF' # internal
2025-08-20T21:26:36.4520929Z [00:02:50.574]➜  # import config
2025-08-20T21:26:36.4521679Z [00:02:50.574]➜  packagefile crypto/elliptic=/tmp/go-build548448651/b119/_pkg_.a
2025-08-20T21:26:36.4522636Z [00:02:50.574]➜  packagefile crypto/rand=/tmp/go-build548448651/b082/_pkg_.a
2025-08-20T21:26:36.4523523Z [00:02:50.574]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:36.4524359Z [00:02:50.574]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:36.4525363Z [00:02:50.574]➜  packagefile golang.org/x/crypto/curve25519=/tmp/go-build548448651/b783/_pkg_.a
2025-08-20T21:26:36.4526153Z [00:02:50.574]➜  EOF
2025-08-20T21:26:36.4530332Z [00:02:50.574]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b879/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/pkg/crypto/elliptic=>github.com/pion/dtls/v2@v2.2.12/pkg/crypto/elliptic;$WORK/b879=>" -p github.com/pion/dtls/v2/pkg/crypto/elliptic -lang=go1.13 -complete -installsuffix shared -buildid mTUgxFPgBTfCVw35IjTC/mTUgxFPgBTfCVw35IjTC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b879/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/pkg/crypto/elliptic/elliptic.go
2025-08-20T21:26:36.4756569Z [00:02:50.598]➜  go tool buildid -w $WORK/b879/_pkg_.a # internal
2025-08-20T21:26:36.4766869Z [00:02:50.599]➜  cp $WORK/b879/_pkg_.a /root/.cache/go-build/b1/b1cb3d910f6f377a8cfd34fd888f79b87e1bd4a2f87daab2dff69ff9e074529c-d # internal
2025-08-20T21:26:36.4769350Z [00:02:50.599]➜  github.com/pion/dtls/v2/pkg/protocol
2025-08-20T21:26:36.4774320Z [00:02:50.600]➜  mkdir -p $WORK/b880/
2025-08-20T21:26:36.4778734Z [00:02:50.600]➜  cat >/tmp/go-build548448651/b880/importcfg << 'EOF' # internal
2025-08-20T21:26:36.4779513Z [00:02:50.600]➜  # import config
2025-08-20T21:26:36.4780271Z [00:02:50.600]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:36.4781325Z [00:02:50.600]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:36.4782155Z [00:02:50.600]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:36.4782824Z [00:02:50.600]➜  EOF
2025-08-20T21:26:36.4789697Z [00:02:50.600]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b880/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/pkg/protocol=>github.com/pion/dtls/v2@v2.2.12/pkg/protocol;$WORK/b880=>" -p github.com/pion/dtls/v2/pkg/protocol -lang=go1.13 -complete -installsuffix shared -buildid 0iIr1KDoolbKkrIhu595/0iIr1KDoolbKkrIhu595 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b880/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/pkg/protocol/application_data.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/pkg/protocol/change_cipher_spec.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/pkg/protocol/compression_method.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/pkg/protocol/content.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/pkg/protocol/errors.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/pkg/protocol/version.go
2025-08-20T21:26:36.4796584Z [00:02:50.602]➜  go tool buildid -w $WORK/b870/_pkg_.a # internal
2025-08-20T21:26:36.4798220Z [00:02:50.602]➜  cp $WORK/b870/_pkg_.a /root/.cache/go-build/1e/1e91129b3d5ca5f7a4b1dc7604d5032af5655890b9336a04864fe59a7b4e0559-d # internal
2025-08-20T21:26:36.4805892Z [00:02:50.603]➜  golang.org/x/net/proxy
2025-08-20T21:26:36.4812817Z [00:02:50.604]➜  mkdir -p $WORK/b869/
2025-08-20T21:26:36.4820500Z [00:02:50.604]➜  cat >/tmp/go-build548448651/b869/importcfg << 'EOF' # internal
2025-08-20T21:26:36.4828438Z [00:02:50.604]➜  # import config
2025-08-20T21:26:36.4831616Z [00:02:50.604]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:36.4847241Z [00:02:50.604]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:36.4848304Z [00:02:50.604]➜  packagefile golang.org/x/net/internal/socks=/tmp/go-build548448651/b870/_pkg_.a
2025-08-20T21:26:36.4849577Z [00:02:50.604]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:36.4850434Z [00:02:50.604]➜  packagefile net/netip=/tmp/go-build548448651/b164/_pkg_.a
2025-08-20T21:26:36.4851291Z [00:02:50.604]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:36.4852061Z [00:02:50.604]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:36.4852795Z [00:02:50.606]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:36.4853554Z [00:02:50.606]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:36.4854122Z [00:02:50.606]➜  EOF
2025-08-20T21:26:36.4858803Z [00:02:50.606]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b869/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.43.0/proxy=>golang.org/x/net@v0.43.0/proxy;$WORK/b869=>" -p golang.org/x/net/proxy -lang=go1.23 -complete -installsuffix shared -buildid fpB3wG4ubI8rHLmginj1/fpB3wG4ubI8rHLmginj1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b869/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.43.0/proxy/dial.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/proxy/direct.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/proxy/per_host.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/proxy/proxy.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/proxy/socks5.go
2025-08-20T21:26:36.4932602Z [00:02:50.614]➜  go tool buildid -w $WORK/b868/_pkg_.a # internal
2025-08-20T21:26:36.4936376Z [00:02:50.616]➜  cp $WORK/b868/_pkg_.a /root/.cache/go-build/7b/7b31dbfe46bb5fd34fc3faa78ccd029d39f726b42e688aeb541bf92b01e07249-d # internal
2025-08-20T21:26:36.4942116Z [00:02:50.616]➜  github.com/pion/turn/v4
2025-08-20T21:26:36.4948419Z [00:02:50.617]➜  mkdir -p $WORK/b863/
2025-08-20T21:26:36.4963929Z [00:02:50.617]➜  cat >/tmp/go-build548448651/b863/importcfg << 'EOF' # internal
2025-08-20T21:26:36.4964675Z [00:02:50.617]➜  # import config
2025-08-20T21:26:36.4965470Z [00:02:50.617]➜  packagefile crypto/hmac=/tmp/go-build548448651/b136/_pkg_.a
2025-08-20T21:26:36.4966770Z [00:02:50.617]➜  packagefile crypto/md5=/tmp/go-build548448651/b146/_pkg_.a
2025-08-20T21:26:36.4967741Z [00:02:50.617]➜  packagefile crypto/sha1=/tmp/go-build548448651/b150/_pkg_.a
2025-08-20T21:26:36.4969152Z [00:02:50.617]➜  packagefile encoding/base64=/tmp/go-build548448651/b054/_pkg_.a
2025-08-20T21:26:36.4970255Z [00:02:50.617]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:36.4971192Z [00:02:50.617]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:36.4972126Z [00:02:50.617]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:36.4973073Z [00:02:50.617]➜  packagefile github.com/pion/logging=/tmp/go-build548448651/b845/_pkg_.a
2025-08-20T21:26:36.4974150Z [00:02:50.617]➜  packagefile github.com/pion/randutil=/tmp/go-build548448651/b860/_pkg_.a
2025-08-20T21:26:36.4975333Z [00:02:50.617]➜  packagefile github.com/pion/stun/v3=/tmp/go-build548448651/b850/_pkg_.a
2025-08-20T21:26:36.4976692Z [00:02:50.617]➜  packagefile github.com/pion/transport/v3=/tmp/go-build548448651/b852/_pkg_.a
2025-08-20T21:26:36.4977814Z [00:02:50.617]➜  packagefile github.com/pion/transport/v3/stdnet=/tmp/go-build548448651/b853/_pkg_.a
2025-08-20T21:26:36.4991664Z [00:02:50.617]➜  packagefile github.com/pion/turn/v4/internal/allocation=/tmp/go-build548448651/b864/_pkg_.a
2025-08-20T21:26:36.4993023Z [00:02:50.617]➜  packagefile github.com/pion/turn/v4/internal/client=/tmp/go-build548448651/b867/_pkg_.a
2025-08-20T21:26:36.4994302Z [00:02:50.617]➜  packagefile github.com/pion/turn/v4/internal/proto=/tmp/go-build548448651/b866/_pkg_.a
2025-08-20T21:26:36.4995593Z [00:02:50.617]➜  packagefile github.com/pion/turn/v4/internal/server=/tmp/go-build548448651/b868/_pkg_.a
2025-08-20T21:26:36.4996614Z [00:02:50.617]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:36.4997397Z [00:02:50.617]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:36.4998241Z [00:02:50.617]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:36.4999323Z [00:02:50.617]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:36.5000159Z [00:02:50.617]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:36.5000987Z [00:02:50.617]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:36.5001614Z [00:02:50.617]➜  EOF
2025-08-20T21:26:36.5008772Z [00:02:50.617]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b863/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/turn/v4@v4.0.2=>github.com/pion/turn/v4@v4.0.2;$WORK/b863=>" -p github.com/pion/turn/v4 -lang=go1.20 -complete -installsuffix shared -buildid AdEgr1Oir5xoRgE7d4Tm/AdEgr1Oir5xoRgE7d4Tm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b863/importcfg -pack /root/go/pkg/mod/github.com/pion/turn/v4@v4.0.2/client.go /root/go/pkg/mod/github.com/pion/turn/v4@v4.0.2/errors.go /root/go/pkg/mod/github.com/pion/turn/v4@v4.0.2/lt_cred.go /root/go/pkg/mod/github.com/pion/turn/v4@v4.0.2/relay_address_generator_none.go /root/go/pkg/mod/github.com/pion/turn/v4@v4.0.2/relay_address_generator_range.go /root/go/pkg/mod/github.com/pion/turn/v4@v4.0.2/relay_address_generator_static.go /root/go/pkg/mod/github.com/pion/turn/v4@v4.0.2/server.go /root/go/pkg/mod/github.com/pion/turn/v4@v4.0.2/server_config.go /root/go/pkg/mod/github.com/pion/turn/v4@v4.0.2/stun_conn.go
2025-08-20T21:26:36.5124994Z [00:02:50.635]➜  go tool buildid -w $WORK/b880/_pkg_.a # internal
2025-08-20T21:26:36.5138182Z [00:02:50.636]➜  cp $WORK/b880/_pkg_.a /root/.cache/go-build/b8/b87037b0e9fdee71458d8acb47fc313ba78cc6c667842b8e788218d049edcaf8-d # internal
2025-08-20T21:26:36.5142302Z [00:02:50.636]➜  github.com/pion/dtls/v2/pkg/crypto/prf
2025-08-20T21:26:36.5143187Z [00:02:50.636]➜  mkdir -p $WORK/b878/
2025-08-20T21:26:36.5149179Z [00:02:50.637]➜  cat >/tmp/go-build548448651/b878/importcfg << 'EOF' # internal
2025-08-20T21:26:36.5149892Z [00:02:50.637]➜  # import config
2025-08-20T21:26:36.5150845Z [00:02:50.637]➜  packagefile crypto/elliptic=/tmp/go-build548448651/b119/_pkg_.a
2025-08-20T21:26:36.5151739Z [00:02:50.637]➜  packagefile crypto/hmac=/tmp/go-build548448651/b136/_pkg_.a
2025-08-20T21:26:36.5152605Z [00:02:50.637]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:36.5153426Z [00:02:50.637]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:36.5154204Z [00:02:50.637]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:36.5155246Z [00:02:50.637]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/elliptic=/tmp/go-build548448651/b879/_pkg_.a
2025-08-20T21:26:36.5156492Z [00:02:50.637]➜  packagefile github.com/pion/dtls/v2/pkg/protocol=/tmp/go-build548448651/b880/_pkg_.a
2025-08-20T21:26:36.5157674Z [00:02:50.637]➜  packagefile golang.org/x/crypto/curve25519=/tmp/go-build548448651/b783/_pkg_.a
2025-08-20T21:26:36.5158932Z [00:02:50.637]➜  packagefile hash=/tmp/go-build548448651/b080/_pkg_.a
2025-08-20T21:26:36.5159750Z [00:02:50.637]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:36.5160470Z [00:02:50.637]➜  EOF
2025-08-20T21:26:36.5163873Z [00:02:50.637]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b878/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/pkg/crypto/prf=>github.com/pion/dtls/v2@v2.2.12/pkg/crypto/prf;$WORK/b878=>" -p github.com/pion/dtls/v2/pkg/crypto/prf -lang=go1.13 -complete -installsuffix shared -buildid jyrmHXnGtdrlm7BhXkbt/jyrmHXnGtdrlm7BhXkbt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b878/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/pkg/crypto/prf/prf.go
2025-08-20T21:26:36.5428324Z [00:02:50.665]➜  go tool buildid -w $WORK/b869/_pkg_.a # internal
2025-08-20T21:26:36.5460520Z [00:02:50.668]➜  cp $WORK/b869/_pkg_.a /root/.cache/go-build/13/135d5fa3a2c71fe4b2ca118d89eb344716e7a2685f3d9888fac4c2a43f0abc8b-d # internal
2025-08-20T21:26:36.5461853Z [00:02:50.668]➜  github.com/pion/dtls/v2/pkg/protocol/alert
2025-08-20T21:26:36.5462525Z [00:02:50.668]➜  mkdir -p $WORK/b882/
2025-08-20T21:26:36.5463316Z [00:02:50.668]➜  cat >/tmp/go-build548448651/b882/importcfg << 'EOF' # internal
2025-08-20T21:26:36.5464063Z [00:02:50.668]➜  # import config
2025-08-20T21:26:36.5464774Z [00:02:50.668]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:36.5465643Z [00:02:50.668]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:36.5466749Z [00:02:50.668]➜  packagefile github.com/pion/dtls/v2/pkg/protocol=/tmp/go-build548448651/b880/_pkg_.a
2025-08-20T21:26:36.5467619Z [00:02:50.668]➜  EOF
2025-08-20T21:26:36.5471746Z [00:02:50.668]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b882/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/pkg/protocol/alert=>github.com/pion/dtls/v2@v2.2.12/pkg/protocol/alert;$WORK/b882=>" -p github.com/pion/dtls/v2/pkg/protocol/alert -lang=go1.13 -complete -installsuffix shared -buildid w9OokfwKlXmtJhYCkL6H/w9OokfwKlXmtJhYCkL6H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b882/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/pkg/protocol/alert/alert.go
2025-08-20T21:26:36.5631652Z [00:02:50.685]➜  go tool buildid -w $WORK/b882/_pkg_.a # internal
2025-08-20T21:26:36.5640295Z [00:02:50.686]➜  cp $WORK/b882/_pkg_.a /root/.cache/go-build/5f/5fe370f6e349bec2b987eff886e2787a6d107445b5236b97aa28bc894fd65265-d # internal
2025-08-20T21:26:36.5641525Z [00:02:50.686]➜  github.com/pion/dtls/v2/pkg/crypto/hash
2025-08-20T21:26:36.5642143Z [00:02:50.686]➜  mkdir -p $WORK/b885/
2025-08-20T21:26:36.5644261Z [00:02:50.687]➜  cat >/tmp/go-build548448651/b885/importcfg << 'EOF' # internal
2025-08-20T21:26:36.5644932Z [00:02:50.687]➜  # import config
2025-08-20T21:26:36.5645562Z [00:02:50.687]➜  packagefile crypto=/tmp/go-build548448651/b084/_pkg_.a
2025-08-20T21:26:36.5646364Z [00:02:50.687]➜  packagefile crypto/md5=/tmp/go-build548448651/b146/_pkg_.a
2025-08-20T21:26:36.5647207Z [00:02:50.687]➜  packagefile crypto/sha1=/tmp/go-build548448651/b150/_pkg_.a
2025-08-20T21:26:36.5648289Z [00:02:50.687]➜  packagefile crypto/sha256=/tmp/go-build548448651/b151/_pkg_.a
2025-08-20T21:26:36.5649318Z [00:02:50.687]➜  packagefile crypto/sha512=/tmp/go-build548448651/b127/_pkg_.a
2025-08-20T21:26:36.5649944Z [00:02:50.687]➜  EOF
2025-08-20T21:26:36.5653497Z [00:02:50.687]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b885/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/pkg/crypto/hash=>github.com/pion/dtls/v2@v2.2.12/pkg/crypto/hash;$WORK/b885=>" -p github.com/pion/dtls/v2/pkg/crypto/hash -lang=go1.13 -complete -installsuffix shared -buildid 1e4EfZiWeywvwM-xYcdS/1e4EfZiWeywvwM-xYcdS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b885/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/pkg/crypto/hash/hash.go
2025-08-20T21:26:36.5709795Z [00:02:50.693]➜  go tool buildid -w $WORK/b878/_pkg_.a # internal
2025-08-20T21:26:36.5724633Z [00:02:50.695]➜  cp $WORK/b878/_pkg_.a /root/.cache/go-build/bf/bfab330441a4d1208d388554b6c86cddc43a46d55e47a255d75d08f338565d6c-d # internal
2025-08-20T21:26:36.5752859Z [00:02:50.698]➜  github.com/pion/dtls/v2/internal/closer
2025-08-20T21:26:36.5759813Z [00:02:50.698]➜  mkdir -p $WORK/b889/
2025-08-20T21:26:36.5760638Z [00:02:50.698]➜  cat >/tmp/go-build548448651/b889/importcfg << 'EOF' # internal
2025-08-20T21:26:36.5761390Z [00:02:50.698]➜  # import config
2025-08-20T21:26:36.5762097Z [00:02:50.698]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:36.5762740Z [00:02:50.698]➜  EOF
2025-08-20T21:26:36.5767247Z [00:02:50.698]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b889/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/internal/closer=>github.com/pion/dtls/v2@v2.2.12/internal/closer;$WORK/b889=>" -p github.com/pion/dtls/v2/internal/closer -lang=go1.13 -complete -installsuffix shared -buildid 44LfW6NtbnxfjMJT5BLZ/44LfW6NtbnxfjMJT5BLZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b889/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/internal/closer/closer.go
2025-08-20T21:26:36.5818195Z [00:02:50.704]➜  go tool buildid -w $WORK/b885/_pkg_.a # internal
2025-08-20T21:26:36.5825328Z [00:02:50.705]➜  cp $WORK/b885/_pkg_.a /root/.cache/go-build/16/1661143cd6c07f2f4bd5de337baa5d0d18eb776c873346ae530b09cf6cfb8fbb-d # internal
2025-08-20T21:26:36.5830040Z [00:02:50.705]➜  github.com/pion/dtls/v2/pkg/crypto/signaturehash
2025-08-20T21:26:36.5830792Z [00:02:50.705]➜  mkdir -p $WORK/b887/
2025-08-20T21:26:36.5838151Z [00:02:50.706]➜  cat >/tmp/go-build548448651/b887/importcfg << 'EOF' # internal
2025-08-20T21:26:36.5839705Z [00:02:50.706]➜  # import config
2025-08-20T21:26:36.5840950Z [00:02:50.706]➜  packagefile crypto=/tmp/go-build548448651/b084/_pkg_.a
2025-08-20T21:26:36.5842856Z [00:02:50.706]➜  packagefile crypto/ecdsa=/tmp/go-build548448651/b118/_pkg_.a
2025-08-20T21:26:36.5843789Z [00:02:50.706]➜  packagefile crypto/ed25519=/tmp/go-build548448651/b131/_pkg_.a
2025-08-20T21:26:36.5844690Z [00:02:50.706]➜  packagefile crypto/rsa=/tmp/go-build548448651/b148/_pkg_.a
2025-08-20T21:26:36.5845542Z [00:02:50.706]➜  packagefile crypto/tls=/tmp/go-build548448651/b110/_pkg_.a
2025-08-20T21:26:36.5846589Z [00:02:50.706]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:36.5847397Z [00:02:50.706]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:36.5848398Z [00:02:50.706]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/hash=/tmp/go-build548448651/b885/_pkg_.a
2025-08-20T21:26:36.5849927Z [00:02:50.706]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/signature=/tmp/go-build548448651/b886/_pkg_.a
2025-08-20T21:26:36.5850835Z [00:02:50.706]➜  EOF
2025-08-20T21:26:36.5855246Z [00:02:50.706]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b887/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/pkg/crypto/signaturehash=>github.com/pion/dtls/v2@v2.2.12/pkg/crypto/signaturehash;$WORK/b887=>" -p github.com/pion/dtls/v2/pkg/crypto/signaturehash -lang=go1.13 -complete -installsuffix shared -buildid 4vVQYn14FWVTSBQEcH_I/4vVQYn14FWVTSBQEcH_I -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b887/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/pkg/crypto/signaturehash/errors.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/pkg/crypto/signaturehash/signaturehash.go
2025-08-20T21:26:36.6083916Z [00:02:50.731]➜  go tool buildid -w $WORK/b887/_pkg_.a # internal
2025-08-20T21:26:36.6090359Z [00:02:50.731]➜  cp $WORK/b887/_pkg_.a /root/.cache/go-build/d8/d82fd12aec707c5ed457c21ea5cc39fca3058775057f4e98dc4ba4eeb44b7ec8-d # internal
2025-08-20T21:26:36.6095684Z [00:02:50.732]➜  github.com/pion/dtls/v2/pkg/protocol/extension
2025-08-20T21:26:36.6098404Z [00:02:50.732]➜  mkdir -p $WORK/b888/
2025-08-20T21:26:36.6105049Z [00:02:50.733]➜  cat >/tmp/go-build548448651/b888/importcfg << 'EOF' # internal
2025-08-20T21:26:36.6115234Z [00:02:50.733]➜  # import config
2025-08-20T21:26:36.6116247Z [00:02:50.733]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:36.6117394Z [00:02:50.733]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:36.6118724Z [00:02:50.733]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/elliptic=/tmp/go-build548448651/b879/_pkg_.a
2025-08-20T21:26:36.6120093Z [00:02:50.733]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/hash=/tmp/go-build548448651/b885/_pkg_.a
2025-08-20T21:26:36.6121523Z [00:02:50.733]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/signature=/tmp/go-build548448651/b886/_pkg_.a
2025-08-20T21:26:36.6122973Z [00:02:50.733]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/signaturehash=/tmp/go-build548448651/b887/_pkg_.a
2025-08-20T21:26:36.6124376Z [00:02:50.733]➜  packagefile github.com/pion/dtls/v2/pkg/protocol=/tmp/go-build548448651/b880/_pkg_.a
2025-08-20T21:26:36.6126161Z [00:02:50.733]➜  packagefile golang.org/x/crypto/cryptobyte=/tmp/go-build548448651/b719/_pkg_.a
2025-08-20T21:26:36.6128309Z [00:02:50.733]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:36.6129146Z [00:02:50.733]➜  EOF
2025-08-20T21:26:36.6140074Z [00:02:50.733]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b888/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/pkg/protocol/extension=>github.com/pion/dtls/v2@v2.2.12/pkg/protocol/extension;$WORK/b888=>" -p github.com/pion/dtls/v2/pkg/protocol/extension -lang=go1.13 -complete -installsuffix shared -buildid D35USaREXHxYXOClHY_h/D35USaREXHxYXOClHY_h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b888/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/pkg/protocol/extension/alpn.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/pkg/protocol/extension/errors.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/pkg/protocol/extension/extension.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/pkg/protocol/extension/renegotiation_info.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/pkg/protocol/extension/server_name.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/pkg/protocol/extension/srtp_protection_profile.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/pkg/protocol/extension/supported_elliptic_curves.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/pkg/protocol/extension/supported_point_formats.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/pkg/protocol/extension/supported_signature_algorithms.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/pkg/protocol/extension/use_master_secret.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/pkg/protocol/extension/use_srtp.go
2025-08-20T21:26:36.6375521Z [00:02:50.760]➜  go tool buildid -w $WORK/b889/_pkg_.a # internal
2025-08-20T21:26:36.6384148Z [00:02:50.761]➜  cp $WORK/b889/_pkg_.a /root/.cache/go-build/9f/9fdc9af8cd9b372f814337e68b82cbd748d0d4e88badc3aae394de0f16e31d37-d # internal
2025-08-20T21:26:36.6387203Z [00:02:50.761]➜  github.com/pion/transport/v2/connctx
2025-08-20T21:26:36.6389437Z [00:02:50.761]➜  mkdir -p $WORK/b890/
2025-08-20T21:26:36.6396283Z [00:02:50.762]➜  cat >/tmp/go-build548448651/b890/importcfg << 'EOF' # internal
2025-08-20T21:26:36.6406412Z [00:02:50.762]➜  # import config
2025-08-20T21:26:36.6407146Z [00:02:50.762]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:36.6408065Z [00:02:50.762]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:36.6409122Z [00:02:50.762]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:36.6409970Z [00:02:50.762]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:36.6410822Z [00:02:50.762]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:36.6411709Z [00:02:50.762]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:36.6412643Z [00:02:50.762]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:36.6413414Z [00:02:50.762]➜  EOF
2025-08-20T21:26:36.6417993Z [00:02:50.762]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b890/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/transport/v2@v2.2.10/connctx=>github.com/pion/transport/v2@v2.2.10/connctx;$WORK/b890=>" -p github.com/pion/transport/v2/connctx -lang=go1.12 -complete -installsuffix shared -buildid SSF3l7xHEYWnQATqnkTm/SSF3l7xHEYWnQATqnkTm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b890/importcfg -pack /root/go/pkg/mod/github.com/pion/transport/v2@v2.2.10/connctx/connctx.go /root/go/pkg/mod/github.com/pion/transport/v2@v2.2.10/connctx/pipe.go
2025-08-20T21:26:36.6621065Z [00:02:50.784]➜  go tool buildid -w $WORK/b863/_pkg_.a # internal
2025-08-20T21:26:36.6650292Z [00:02:50.787]➜  cp $WORK/b863/_pkg_.a /root/.cache/go-build/7e/7ea059f6575a21dcb0f871319324b6cc02900d439f11fd2a86803f90a719ddd2-d # internal
2025-08-20T21:26:36.6666936Z [00:02:50.789]➜  github.com/pion/ice/v4
2025-08-20T21:26:36.6669580Z [00:02:50.789]➜  mkdir -p $WORK/b821/
2025-08-20T21:26:36.6680382Z [00:02:50.790]➜  cat >/tmp/go-build548448651/b821/importcfg << 'EOF' # internal
2025-08-20T21:26:36.6686780Z [00:02:50.790]➜  # import config
2025-08-20T21:26:36.6687483Z [00:02:50.790]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:36.6688229Z [00:02:50.790]➜  packagefile crypto/tls=/tmp/go-build548448651/b110/_pkg_.a
2025-08-20T21:26:36.6689204Z [00:02:50.790]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:36.6689963Z [00:02:50.790]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:36.6691705Z [00:02:50.790]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:36.6692525Z [00:02:50.790]➜  packagefile github.com/google/uuid=/tmp/go-build548448651/b256/_pkg_.a
2025-08-20T21:26:36.6693535Z [00:02:50.790]➜  packagefile github.com/pion/dtls/v3=/tmp/go-build548448651/b822/_pkg_.a
2025-08-20T21:26:36.6694669Z [00:02:50.790]➜  packagefile github.com/pion/ice/v4/internal/fakenet=/tmp/go-build548448651/b848/_pkg_.a
2025-08-20T21:26:36.6695894Z [00:02:50.790]➜  packagefile github.com/pion/ice/v4/internal/stun=/tmp/go-build548448651/b849/_pkg_.a
2025-08-20T21:26:36.6697135Z [00:02:50.790]➜  packagefile github.com/pion/ice/v4/internal/taskloop=/tmp/go-build548448651/b856/_pkg_.a
2025-08-20T21:26:36.6698255Z [00:02:50.790]➜  packagefile github.com/pion/logging=/tmp/go-build548448651/b845/_pkg_.a
2025-08-20T21:26:36.6699712Z [00:02:50.790]➜  packagefile github.com/pion/mdns/v2=/tmp/go-build548448651/b858/_pkg_.a
2025-08-20T21:26:36.6700727Z [00:02:50.790]➜  packagefile github.com/pion/randutil=/tmp/go-build548448651/b860/_pkg_.a
2025-08-20T21:26:36.6701732Z [00:02:50.790]➜  packagefile github.com/pion/stun/v3=/tmp/go-build548448651/b850/_pkg_.a
2025-08-20T21:26:36.6702779Z [00:02:50.790]➜  packagefile github.com/pion/transport/v3=/tmp/go-build548448651/b852/_pkg_.a
2025-08-20T21:26:36.6719021Z [00:02:50.790]➜  packagefile github.com/pion/transport/v3/packetio=/tmp/go-build548448651/b861/_pkg_.a
2025-08-20T21:26:36.6720462Z [00:02:50.790]➜  packagefile github.com/pion/transport/v3/stdnet=/tmp/go-build548448651/b853/_pkg_.a
2025-08-20T21:26:36.6721737Z [00:02:50.790]➜  packagefile github.com/pion/transport/v3/vnet=/tmp/go-build548448651/b862/_pkg_.a
2025-08-20T21:26:36.6723164Z [00:02:50.790]➜  packagefile github.com/pion/turn/v4=/tmp/go-build548448651/b863/_pkg_.a
2025-08-20T21:26:36.6724277Z [00:02:50.790]➜  packagefile golang.org/x/net/ipv4=/tmp/go-build548448651/b450/_pkg_.a
2025-08-20T21:26:36.6725327Z [00:02:50.790]➜  packagefile golang.org/x/net/ipv6=/tmp/go-build548448651/b454/_pkg_.a
2025-08-20T21:26:36.6726379Z [00:02:50.790]➜  packagefile golang.org/x/net/proxy=/tmp/go-build548448651/b869/_pkg_.a
2025-08-20T21:26:36.6727319Z [00:02:50.790]➜  packagefile hash/crc32=/tmp/go-build548448651/b079/_pkg_.a
2025-08-20T21:26:36.6728143Z [00:02:50.790]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:36.6729222Z [00:02:50.790]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:36.6730082Z [00:02:50.790]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:36.6731114Z [00:02:50.790]➜  packagefile net/netip=/tmp/go-build548448651/b164/_pkg_.a
2025-08-20T21:26:36.6732177Z [00:02:50.790]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:36.6733080Z [00:02:50.790]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:36.6733997Z [00:02:50.790]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:36.6734905Z [00:02:50.790]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:36.6735833Z [00:02:50.790]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:36.6736696Z [00:02:50.790]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:36.6737554Z [00:02:50.790]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:36.6738171Z [00:02:50.790]➜  EOF
2025-08-20T21:26:36.6790809Z [00:02:50.792]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b821/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/ice/v4@v4.0.10=>github.com/pion/ice/v4@v4.0.10;$WORK/b821=>" -p github.com/pion/ice/v4 -lang=go1.20 -complete -installsuffix shared -buildid PUf4UKzmGLoGREehRgNB/PUf4UKzmGLoGREehRgNB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b821/importcfg -pack /root/go/pkg/mod/github.com/pion/ice/v4@v4.0.10/active_tcp.go /root/go/pkg/mod/github.com/pion/ice/v4@v4.0.10/addr.go /root/go/pkg/mod/github.com/pion/ice/v4@v4.0.10/agent.go /root/go/pkg/mod/github.com/pion/ice/v4@v4.0.10/agent_config.go /root/go/pkg/mod/github.com/pion/ice/v4@v4.0.10/agent_handlers.go /root/go/pkg/mod/github.com/pion/ice/v4@v4.0.10/agent_stats.go /root/go/pkg/mod/github.com/pion/ice/v4@v4.0.10/candidate.go /root/go/pkg/mod/github.com/pion/ice/v4@v4.0.10/candidate_base.go /root/go/pkg/mod/github.com/pion/ice/v4@v4.0.10/candidate_host.go /root/go/pkg/mod/github.com/pion/ice/v4@v4.0.10/candidate_peer_reflexive.go /root/go/pkg/mod/github.com/pion/ice/v4@v4.0.10/candidate_relay.go /root/go/pkg/mod/github.com/pion/ice/v4@v4.0.10/candidate_server_reflexive.go /root/go/pkg/mod/github.com/pion/ice/v4@v4.0.10/candidatepair.go /root/go/pkg/mod/github.com/pion/ice/v4@v4.0.10/candidatepair_state.go /root/go/pkg/mod/github.com/pion/ice/v4@v4.0.10/candidaterelatedaddress.go /root/go/pkg/mod/github.com/pion/ice/v4@v4.0.10/candidatetype.go /root/go/pkg/mod/github.com/pion/ice/v4@v4.0.10/errors.go /root/go/pkg/mod/github.com/pion/ice/v4@v4.0.10/external_ip_mapper.go /root/go/pkg/mod/github.com/pion/ice/v4@v4.0.10/gather.go /root/go/pkg/mod/github.com/pion/ice/v4@v4.0.10/ice.go /root/go/pkg/mod/github.com/pion/ice/v4@v4.0.10/icecontrol.go /root/go/pkg/mod/github.com/pion/ice/v4@v4.0.10/mdns.go /root/go/pkg/mod/github.com/pion/ice/v4@v4.0.10/net.go /root/go/pkg/mod/github.com/pion/ice/v4@v4.0.10/networktype.go /root/go/pkg/mod/github.com/pion/ice/v4@v4.0.10/priority.go /root/go/pkg/mod/github.com/pion/ice/v4@v4.0.10/rand.go /root/go/pkg/mod/github.com/pion/ice/v4@v4.0.10/role.go /root/go/pkg/mod/github.com/pion/ice/v4@v4.0.10/selection.go /root/go/pkg/mod/github.com/pion/ice/v4@v4.0.10/stats.go /root/go/pkg/mod/github.com/pion/ice/v4@v4.0.10/tcp_mux.go /root/go/pkg/mod/github.com/pion/ice/v4@v4.0.10/tcp_mux_multi.go /root/go/pkg/mod/github.com/pion/ice/v4@v4.0.10/tcp_packet_conn.go /root/go/pkg/mod/github.com/pion/ice/v4@v4.0.10/tcptype.go /root/go/pkg/mod/github.com/pion/ice/v4@v4.0.10/transport.go /root/go/pkg/mod/github.com/pion/ice/v4@v4.0.10/udp_mux.go /root/go/pkg/mod/github.com/pion/ice/v4@v4.0.10/udp_mux_multi.go /root/go/pkg/mod/github.com/pion/ice/v4@v4.0.10/udp_mux_universal.go /root/go/pkg/mod/github.com/pion/ice/v4@v4.0.10/udp_muxed_conn.go /root/go/pkg/mod/github.com/pion/ice/v4@v4.0.10/url.go /root/go/pkg/mod/github.com/pion/ice/v4@v4.0.10/usecandidate.go
2025-08-20T21:26:36.6889701Z [00:02:50.811]➜  go tool buildid -w $WORK/b888/_pkg_.a # internal
2025-08-20T21:26:36.6902744Z [00:02:50.813]➜  cp $WORK/b888/_pkg_.a /root/.cache/go-build/ef/ef01811a6a56c601a915a50c7637ded1fa95e0756a7f8c5f28cae43d31e9fe4d-d # internal
2025-08-20T21:26:36.6908300Z [00:02:50.813]➜  github.com/pion/dtls/v2/pkg/protocol/handshake
2025-08-20T21:26:36.6909215Z [00:02:50.813]➜  mkdir -p $WORK/b883/
2025-08-20T21:26:36.6909998Z [00:02:50.813]➜  go tool buildid -w $WORK/b890/_pkg_.a # internal
2025-08-20T21:26:36.6911672Z [00:02:50.813]➜  cat >/tmp/go-build548448651/b883/importcfg << 'EOF' # internal
2025-08-20T21:26:36.6912980Z [00:02:50.813]➜  # import config
2025-08-20T21:26:36.6913891Z [00:02:50.813]➜  packagefile crypto/rand=/tmp/go-build548448651/b082/_pkg_.a
2025-08-20T21:26:36.6914787Z [00:02:50.813]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:36.6915638Z [00:02:50.813]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:36.6916748Z [00:02:50.813]➜  packagefile github.com/pion/dtls/v2/internal/ciphersuite/types=/tmp/go-build548448651/b874/_pkg_.a
2025-08-20T21:26:36.6918000Z [00:02:50.814]➜  packagefile github.com/pion/dtls/v2/internal/util=/tmp/go-build548448651/b876/_pkg_.a
2025-08-20T21:26:36.6919505Z [00:02:50.814]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/clientcertificate=/tmp/go-build548448651/b884/_pkg_.a
2025-08-20T21:26:36.6920911Z [00:02:50.814]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/elliptic=/tmp/go-build548448651/b879/_pkg_.a
2025-08-20T21:26:36.6922188Z [00:02:50.814]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/hash=/tmp/go-build548448651/b885/_pkg_.a
2025-08-20T21:26:36.6923497Z [00:02:50.814]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/signature=/tmp/go-build548448651/b886/_pkg_.a
2025-08-20T21:26:36.6924962Z [00:02:50.814]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/signaturehash=/tmp/go-build548448651/b887/_pkg_.a
2025-08-20T21:26:36.6926269Z [00:02:50.814]➜  packagefile github.com/pion/dtls/v2/pkg/protocol=/tmp/go-build548448651/b880/_pkg_.a
2025-08-20T21:26:36.6927563Z [00:02:50.814]➜  packagefile github.com/pion/dtls/v2/pkg/protocol/extension=/tmp/go-build548448651/b888/_pkg_.a
2025-08-20T21:26:36.6928810Z [00:02:50.814]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:36.6929421Z [00:02:50.814]➜  EOF
2025-08-20T21:26:36.6943482Z [00:02:50.814]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b883/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/pkg/protocol/handshake=>github.com/pion/dtls/v2@v2.2.12/pkg/protocol/handshake;$WORK/b883=>" -p github.com/pion/dtls/v2/pkg/protocol/handshake -lang=go1.13 -complete -installsuffix shared -buildid NXRHd6piIDaRlhtmNiKH/NXRHd6piIDaRlhtmNiKH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b883/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/pkg/protocol/handshake/cipher_suite.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/pkg/protocol/handshake/errors.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/pkg/protocol/handshake/handshake.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/pkg/protocol/handshake/header.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/pkg/protocol/handshake/message_certificate.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/pkg/protocol/handshake/message_certificate_request.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/pkg/protocol/handshake/message_certificate_verify.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/pkg/protocol/handshake/message_client_hello.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/pkg/protocol/handshake/message_client_key_exchange.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/pkg/protocol/handshake/message_finished.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/pkg/protocol/handshake/message_hello_verify_request.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/pkg/protocol/handshake/message_server_hello.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/pkg/protocol/handshake/message_server_hello_done.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/pkg/protocol/handshake/message_server_key_exchange.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/pkg/protocol/handshake/random.go
2025-08-20T21:26:36.6956661Z [00:02:50.817]➜  cp $WORK/b890/_pkg_.a /root/.cache/go-build/fc/fce5d2c239b6e0d46574fabec07b5f6821571d0e8c9d0b06fdef3901aca37a80-d # internal
2025-08-20T21:26:36.6957949Z [00:02:50.817]➜  github.com/pion/transport/v2/deadline
2025-08-20T21:26:36.6958744Z [00:02:50.818]➜  mkdir -p $WORK/b891/
2025-08-20T21:26:36.6959461Z [00:02:50.818]➜  cat >/tmp/go-build548448651/b891/importcfg << 'EOF' # internal
2025-08-20T21:26:36.6960117Z [00:02:50.818]➜  # import config
2025-08-20T21:26:36.6960755Z [00:02:50.818]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:36.6961521Z [00:02:50.818]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:36.6962266Z [00:02:50.818]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:36.6962843Z [00:02:50.818]➜  EOF
2025-08-20T21:26:36.6967548Z [00:02:50.818]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b891/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/transport/v2@v2.2.10/deadline=>github.com/pion/transport/v2@v2.2.10/deadline;$WORK/b891=>" -p github.com/pion/transport/v2/deadline -lang=go1.12 -complete -installsuffix shared -buildid hLa50_WLacdW1GbX2Vd5/hLa50_WLacdW1GbX2Vd5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b891/importcfg -pack /root/go/pkg/mod/github.com/pion/transport/v2@v2.2.10/deadline/deadline.go /root/go/pkg/mod/github.com/pion/transport/v2@v2.2.10/deadline/timer.go /root/go/pkg/mod/github.com/pion/transport/v2@v2.2.10/deadline/timer_generic.go
2025-08-20T21:26:36.7243891Z [00:02:50.847]➜  go tool buildid -w $WORK/b891/_pkg_.a # internal
2025-08-20T21:26:36.7249120Z [00:02:50.847]➜  cp $WORK/b891/_pkg_.a /root/.cache/go-build/f8/f8571300403a45e10695a7753bfabc56c377476278c1dae9a2620832015a4e17-d # internal
2025-08-20T21:26:36.7250565Z [00:02:50.847]➜  github.com/pion/transport/v2/replaydetector
2025-08-20T21:26:36.7251191Z [00:02:50.848]➜  mkdir -p $WORK/b892/
2025-08-20T21:26:36.7256772Z [00:02:50.848]➜  cat >/tmp/go-build548448651/b892/importcfg << 'EOF' # internal
2025-08-20T21:26:36.7257809Z [00:02:50.848]➜  # import config
2025-08-20T21:26:36.7258707Z [00:02:50.848]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:36.7259345Z [00:02:50.848]➜  EOF
2025-08-20T21:26:36.7263881Z [00:02:50.848]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b892/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/transport/v2@v2.2.10/replaydetector=>github.com/pion/transport/v2@v2.2.10/replaydetector;$WORK/b892=>" -p github.com/pion/transport/v2/replaydetector -lang=go1.12 -complete -installsuffix shared -buildid xOTLjExpZSO5uBS5u4B4/xOTLjExpZSO5uBS5u4B4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b892/importcfg -pack /root/go/pkg/mod/github.com/pion/transport/v2@v2.2.10/replaydetector/fixedbig.go /root/go/pkg/mod/github.com/pion/transport/v2@v2.2.10/replaydetector/replaydetector.go
2025-08-20T21:26:36.7499343Z [00:02:50.872]➜  go tool buildid -w $WORK/b892/_pkg_.a # internal
2025-08-20T21:26:36.7515862Z [00:02:50.874]➜  cp $WORK/b892/_pkg_.a /root/.cache/go-build/82/82d5bdd3ddd47c0b3e53a7d4e90bbe64172ae14899f604fc2cd5d4a22cafb29d-d # internal
2025-08-20T21:26:36.7518949Z [00:02:50.874]➜  github.com/pion/transport/v2/packetio
2025-08-20T21:26:36.7519592Z [00:02:50.874]➜  mkdir -p $WORK/b894/
2025-08-20T21:26:36.7520304Z [00:02:50.874]➜  cat >/tmp/go-build548448651/b894/importcfg << 'EOF' # internal
2025-08-20T21:26:36.7520962Z [00:02:50.874]➜  # import config
2025-08-20T21:26:36.7521596Z [00:02:50.874]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:36.7522757Z [00:02:50.874]➜  packagefile github.com/pion/transport/v2/deadline=/tmp/go-build548448651/b891/_pkg_.a
2025-08-20T21:26:36.7523865Z [00:02:50.874]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:36.7524702Z [00:02:50.874]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:36.7525520Z [00:02:50.874]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:36.7526166Z [00:02:50.874]➜  EOF
2025-08-20T21:26:36.7531472Z [00:02:50.874]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b894/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/transport/v2@v2.2.10/packetio=>github.com/pion/transport/v2@v2.2.10/packetio;$WORK/b894=>" -p github.com/pion/transport/v2/packetio -lang=go1.12 -complete -installsuffix shared -buildid gYwteT7G_lAtSOr6c-8S/gYwteT7G_lAtSOr6c-8S -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b894/importcfg -pack /root/go/pkg/mod/github.com/pion/transport/v2@v2.2.10/packetio/buffer.go /root/go/pkg/mod/github.com/pion/transport/v2@v2.2.10/packetio/errors.go /root/go/pkg/mod/github.com/pion/transport/v2@v2.2.10/packetio/no_hardlimit.go
2025-08-20T21:26:36.7921520Z [00:02:50.914]➜  go tool buildid -w $WORK/b894/_pkg_.a # internal
2025-08-20T21:26:36.7927118Z [00:02:50.915]➜  cp $WORK/b894/_pkg_.a /root/.cache/go-build/e5/e5a2a27b2debb516b2a72451cec1570965d98066c30a761cab8e13d817d47fdd-d # internal
2025-08-20T21:26:36.7931763Z [00:02:50.916]➜  github.com/pion/transport/v2/udp
2025-08-20T21:26:36.7933920Z [00:02:50.916]➜  mkdir -p $WORK/b893/
2025-08-20T21:26:36.7940951Z [00:02:50.916]➜  cat >/tmp/go-build548448651/b893/importcfg << 'EOF' # internal
2025-08-20T21:26:36.7942585Z [00:02:50.916]➜  # import config
2025-08-20T21:26:36.7943814Z [00:02:50.916]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:36.7944917Z [00:02:50.916]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:36.7945887Z [00:02:50.916]➜  packagefile github.com/pion/logging=/tmp/go-build548448651/b845/_pkg_.a
2025-08-20T21:26:36.7947074Z [00:02:50.916]➜  packagefile github.com/pion/transport/v2/deadline=/tmp/go-build548448651/b891/_pkg_.a
2025-08-20T21:26:36.7948341Z [00:02:50.916]➜  packagefile github.com/pion/transport/v2/packetio=/tmp/go-build548448651/b894/_pkg_.a
2025-08-20T21:26:36.7949645Z [00:02:50.917]➜  packagefile golang.org/x/net/ipv4=/tmp/go-build548448651/b450/_pkg_.a
2025-08-20T21:26:36.7950712Z [00:02:50.917]➜  packagefile golang.org/x/net/ipv6=/tmp/go-build548448651/b454/_pkg_.a
2025-08-20T21:26:36.7951607Z [00:02:50.917]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:36.7952609Z [00:02:50.917]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:36.7953400Z [00:02:50.917]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:36.7954379Z [00:02:50.917]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:36.7955220Z [00:02:50.917]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:36.7956077Z [00:02:50.917]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:36.7956690Z [00:02:50.917]➜  EOF
2025-08-20T21:26:36.7983380Z [00:02:50.917]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b893/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/transport/v2@v2.2.10/udp=>github.com/pion/transport/v2@v2.2.10/udp;$WORK/b893=>" -p github.com/pion/transport/v2/udp -lang=go1.12 -complete -installsuffix shared -buildid vKWqglOpCkRZ_7tXTdxa/vKWqglOpCkRZ_7tXTdxa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b893/importcfg -pack /root/go/pkg/mod/github.com/pion/transport/v2@v2.2.10/udp/batchconn.go /root/go/pkg/mod/github.com/pion/transport/v2@v2.2.10/udp/conn.go
2025-08-20T21:26:36.8046590Z [00:02:50.927]➜  go tool buildid -w $WORK/b883/_pkg_.a # internal
2025-08-20T21:26:36.8064948Z [00:02:50.929]➜  cp $WORK/b883/_pkg_.a /root/.cache/go-build/51/513028763ffb38cc4aa0014d6b758fa25850d142364ec34c7606dc0bba861c12-d # internal
2025-08-20T21:26:36.8067433Z [00:02:50.929]➜  github.com/pion/dtls/v2/pkg/protocol/recordlayer
2025-08-20T21:26:36.8068081Z [00:02:50.929]➜  mkdir -p $WORK/b881/
2025-08-20T21:26:36.8073584Z [00:02:50.930]➜  cat >/tmp/go-build548448651/b881/importcfg << 'EOF' # internal
2025-08-20T21:26:36.8074353Z [00:02:50.930]➜  # import config
2025-08-20T21:26:36.8075110Z [00:02:50.930]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:36.8076013Z [00:02:50.930]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:36.8077289Z [00:02:50.930]➜  packagefile github.com/pion/dtls/v2/internal/util=/tmp/go-build548448651/b876/_pkg_.a
2025-08-20T21:26:36.8078933Z [00:02:50.930]➜  packagefile github.com/pion/dtls/v2/pkg/protocol=/tmp/go-build548448651/b880/_pkg_.a
2025-08-20T21:26:36.8080311Z [00:02:50.930]➜  packagefile github.com/pion/dtls/v2/pkg/protocol/alert=/tmp/go-build548448651/b882/_pkg_.a
2025-08-20T21:26:36.8081695Z [00:02:50.930]➜  packagefile github.com/pion/dtls/v2/pkg/protocol/handshake=/tmp/go-build548448651/b883/_pkg_.a
2025-08-20T21:26:36.8082614Z [00:02:50.930]➜  EOF
2025-08-20T21:26:36.8088018Z [00:02:50.930]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b881/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/pkg/protocol/recordlayer=>github.com/pion/dtls/v2@v2.2.12/pkg/protocol/recordlayer;$WORK/b881=>" -p github.com/pion/dtls/v2/pkg/protocol/recordlayer -lang=go1.13 -complete -installsuffix shared -buildid 0ykszXu04sdOJ4dLxQGr/0ykszXu04sdOJ4dLxQGr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b881/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/pkg/protocol/recordlayer/errors.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/pkg/protocol/recordlayer/header.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/pkg/protocol/recordlayer/recordlayer.go
2025-08-20T21:26:36.8374579Z [00:02:50.960]➜  go tool buildid -w $WORK/b881/_pkg_.a # internal
2025-08-20T21:26:36.8403976Z [00:02:50.963]➜  cp $WORK/b881/_pkg_.a /root/.cache/go-build/1c/1cb7f02f769012b6594e635abbfefbb254a5c8c7ab862ab934f4a267f1b67d11-d # internal
2025-08-20T21:26:36.8405460Z [00:02:50.963]➜  github.com/pion/dtls/v2/pkg/crypto/ciphersuite
2025-08-20T21:26:36.8406175Z [00:02:50.963]➜  mkdir -p $WORK/b875/
2025-08-20T21:26:36.8407089Z [00:02:50.963]➜  cat >/tmp/go-build548448651/b875/importcfg << 'EOF' # internal
2025-08-20T21:26:36.8407825Z [00:02:50.963]➜  # import config
2025-08-20T21:26:36.8409177Z [00:02:50.963]➜  packagefile crypto/aes=/tmp/go-build548448651/b111/_pkg_.a
2025-08-20T21:26:36.8410113Z [00:02:50.963]➜  packagefile crypto/cipher=/tmp/go-build548448651/b085/_pkg_.a
2025-08-20T21:26:36.8411341Z [00:02:50.963]➜  packagefile crypto/hmac=/tmp/go-build548448651/b136/_pkg_.a
2025-08-20T21:26:36.8412205Z [00:02:50.963]➜  packagefile crypto/rand=/tmp/go-build548448651/b082/_pkg_.a
2025-08-20T21:26:36.8413356Z [00:02:50.963]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:36.8415311Z [00:02:50.963]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:36.8417345Z [00:02:50.963]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:36.8419720Z [00:02:50.963]➜  packagefile github.com/pion/dtls/v2/internal/util=/tmp/go-build548448651/b876/_pkg_.a
2025-08-20T21:26:36.8421901Z [00:02:50.963]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/ccm=/tmp/go-build548448651/b877/_pkg_.a
2025-08-20T21:26:36.8424049Z [00:02:50.963]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/prf=/tmp/go-build548448651/b878/_pkg_.a
2025-08-20T21:26:36.8425253Z [00:02:50.963]➜  packagefile github.com/pion/dtls/v2/pkg/protocol=/tmp/go-build548448651/b880/_pkg_.a
2025-08-20T21:26:36.8426515Z [00:02:50.963]➜  packagefile github.com/pion/dtls/v2/pkg/protocol/recordlayer=/tmp/go-build548448651/b881/_pkg_.a
2025-08-20T21:26:36.8427629Z [00:02:50.963]➜  packagefile hash=/tmp/go-build548448651/b080/_pkg_.a
2025-08-20T21:26:36.8428247Z [00:02:50.963]➜  EOF
2025-08-20T21:26:36.8434381Z [00:02:50.963]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b875/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/pkg/crypto/ciphersuite=>github.com/pion/dtls/v2@v2.2.12/pkg/crypto/ciphersuite;$WORK/b875=>" -p github.com/pion/dtls/v2/pkg/crypto/ciphersuite -lang=go1.13 -complete -installsuffix shared -buildid x9B5Ielk6FI8BOyX2GQ1/x9B5Ielk6FI8BOyX2GQ1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b875/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/pkg/crypto/ciphersuite/cbc.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/pkg/crypto/ciphersuite/ccm.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/pkg/crypto/ciphersuite/ciphersuite.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/pkg/crypto/ciphersuite/gcm.go
2025-08-20T21:26:36.8726179Z [00:02:50.995]➜  go tool buildid -w $WORK/b893/_pkg_.a # internal
2025-08-20T21:26:36.8745086Z [00:02:50.997]➜  cp $WORK/b893/_pkg_.a /root/.cache/go-build/b0/b0a78a90a3d74a8c83fba5726c3322e674ca86ace81b6f438461aec6d2ef6fc4-d # internal
2025-08-20T21:26:36.8748198Z [00:02:50.997]➜  github.com/pion/stun/internal/hmac
2025-08-20T21:26:36.8750075Z [00:02:50.997]➜  mkdir -p $WORK/b895/
2025-08-20T21:26:36.8755105Z [00:02:50.998]➜  cat >/tmp/go-build548448651/b895/importcfg << 'EOF' # internal
2025-08-20T21:26:36.8756060Z [00:02:50.998]➜  # import config
2025-08-20T21:26:36.8758021Z [00:02:50.998]➜  packagefile crypto/sha1=/tmp/go-build548448651/b150/_pkg_.a
2025-08-20T21:26:36.8759103Z [00:02:50.998]➜  packagefile crypto/sha256=/tmp/go-build548448651/b151/_pkg_.a
2025-08-20T21:26:36.8760014Z [00:02:50.998]➜  packagefile crypto/subtle=/tmp/go-build548448651/b106/_pkg_.a
2025-08-20T21:26:36.8760867Z [00:02:50.998]➜  packagefile hash=/tmp/go-build548448651/b080/_pkg_.a
2025-08-20T21:26:36.8761667Z [00:02:50.998]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:36.8762311Z [00:02:50.998]➜  EOF
2025-08-20T21:26:36.8766348Z [00:02:50.998]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b895/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/stun@v0.6.1/internal/hmac=>github.com/pion/stun@v0.6.1/internal/hmac;$WORK/b895=>" -p github.com/pion/stun/internal/hmac -lang=go1.12 -complete -installsuffix shared -buildid QEI6ubqnTYnpJUWSM_Nj/QEI6ubqnTYnpJUWSM_Nj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b895/importcfg -pack /root/go/pkg/mod/github.com/pion/stun@v0.6.1/internal/hmac/hmac.go /root/go/pkg/mod/github.com/pion/stun@v0.6.1/internal/hmac/pool.go
2025-08-20T21:26:36.9052001Z [00:02:51.028]➜  go tool buildid -w $WORK/b875/_pkg_.a # internal
2025-08-20T21:26:36.9063376Z [00:02:51.029]➜  cp $WORK/b875/_pkg_.a /root/.cache/go-build/1b/1b028fe0fae8e21a77f9c02a0d60a142b9de0362878d16f71e3e136cf9bf053f-d # internal
2025-08-20T21:26:36.9070711Z [00:02:51.029]➜  github.com/pion/dtls/v2/internal/ciphersuite
2025-08-20T21:26:36.9072598Z [00:02:51.030]➜  mkdir -p $WORK/b873/
2025-08-20T21:26:36.9078404Z [00:02:51.030]➜  cat >/tmp/go-build548448651/b873/importcfg << 'EOF' # internal
2025-08-20T21:26:36.9079282Z [00:02:51.030]➜  # import config
2025-08-20T21:26:36.9080335Z [00:02:51.030]➜  packagefile crypto/sha1=/tmp/go-build548448651/b150/_pkg_.a
2025-08-20T21:26:36.9081217Z [00:02:51.030]➜  packagefile crypto/sha256=/tmp/go-build548448651/b151/_pkg_.a
2025-08-20T21:26:36.9082112Z [00:02:51.030]➜  packagefile crypto/sha512=/tmp/go-build548448651/b127/_pkg_.a
2025-08-20T21:26:36.9082941Z [00:02:51.030]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:36.9083695Z [00:02:51.030]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:36.9084787Z [00:02:51.030]➜  packagefile github.com/pion/dtls/v2/internal/ciphersuite/types=/tmp/go-build548448651/b874/_pkg_.a
2025-08-20T21:26:36.9086158Z [00:02:51.030]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/ciphersuite=/tmp/go-build548448651/b875/_pkg_.a
2025-08-20T21:26:36.9087540Z [00:02:51.030]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/clientcertificate=/tmp/go-build548448651/b884/_pkg_.a
2025-08-20T21:26:36.9089005Z [00:02:51.030]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/prf=/tmp/go-build548448651/b878/_pkg_.a
2025-08-20T21:26:36.9090174Z [00:02:51.030]➜  packagefile github.com/pion/dtls/v2/pkg/protocol=/tmp/go-build548448651/b880/_pkg_.a
2025-08-20T21:26:36.9091397Z [00:02:51.030]➜  packagefile github.com/pion/dtls/v2/pkg/protocol/recordlayer=/tmp/go-build548448651/b881/_pkg_.a
2025-08-20T21:26:36.9092406Z [00:02:51.030]➜  packagefile hash=/tmp/go-build548448651/b080/_pkg_.a
2025-08-20T21:26:36.9093183Z [00:02:51.030]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:36.9093746Z [00:02:51.030]➜  EOF
2025-08-20T21:26:36.9123748Z [00:02:51.030]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b873/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/internal/ciphersuite=>github.com/pion/dtls/v2@v2.2.12/internal/ciphersuite;$WORK/b873=>" -p github.com/pion/dtls/v2/internal/ciphersuite -lang=go1.13 -complete -installsuffix shared -buildid j-fTSLomiOLVbOzutRN0/j-fTSLomiOLVbOzutRN0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b873/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/internal/ciphersuite/aes_128_ccm.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/internal/ciphersuite/aes_256_ccm.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/internal/ciphersuite/aes_ccm.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/internal/ciphersuite/ciphersuite.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/internal/ciphersuite/tls_ecdhe_ecdsa_with_aes_128_ccm.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/internal/ciphersuite/tls_ecdhe_ecdsa_with_aes_128_ccm8.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/internal/ciphersuite/tls_ecdhe_ecdsa_with_aes_128_gcm_sha256.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/internal/ciphersuite/tls_ecdhe_ecdsa_with_aes_256_cbc_sha.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/internal/ciphersuite/tls_ecdhe_ecdsa_with_aes_256_gcm_sha384.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/internal/ciphersuite/tls_ecdhe_psk_with_aes_128_cbc_sha256.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/internal/ciphersuite/tls_ecdhe_rsa_with_aes_128_gcm_sha256.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/internal/ciphersuite/tls_ecdhe_rsa_with_aes_256_cbc_sha.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/internal/ciphersuite/tls_ecdhe_rsa_with_aes_256_gcm_sha384.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/internal/ciphersuite/tls_psk_with_aes_128_cbc_sha256.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/internal/ciphersuite/tls_psk_with_aes_128_ccm.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/internal/ciphersuite/tls_psk_with_aes_128_ccm8.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/internal/ciphersuite/tls_psk_with_aes_128_gcm_sha256.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/internal/ciphersuite/tls_psk_with_aes_256_ccm8.go
2025-08-20T21:26:36.9138098Z [00:02:51.035]➜  go tool buildid -w $WORK/b895/_pkg_.a # internal
2025-08-20T21:26:36.9141744Z [00:02:51.036]➜  cp $WORK/b895/_pkg_.a /root/.cache/go-build/11/1159271051f62d019c463aefb7910d2bac3010de4bb45fca637a30ee90132f43-d # internal
2025-08-20T21:26:36.9144649Z [00:02:51.037]➜  github.com/pion/transport/v2
2025-08-20T21:26:36.9145532Z [00:02:51.037]➜  mkdir -p $WORK/b896/
2025-08-20T21:26:36.9150723Z [00:02:51.037]➜  cat >/tmp/go-build548448651/b896/importcfg << 'EOF' # internal
2025-08-20T21:26:36.9151526Z [00:02:51.037]➜  # import config
2025-08-20T21:26:36.9152223Z [00:02:51.037]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:36.9153103Z [00:02:51.037]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:36.9153971Z [00:02:51.037]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:36.9154847Z [00:02:51.037]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:36.9155499Z [00:02:51.037]➜  EOF
2025-08-20T21:26:36.9159130Z [00:02:51.037]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b896/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/transport/v2@v2.2.10=>github.com/pion/transport/v2@v2.2.10;$WORK/b896=>" -p github.com/pion/transport/v2 -lang=go1.12 -complete -installsuffix shared -buildid pqOCDyv4SwZitLOwSGMz/pqOCDyv4SwZitLOwSGMz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b896/importcfg -pack /root/go/pkg/mod/github.com/pion/transport/v2@v2.2.10/net.go
2025-08-20T21:26:36.9475787Z [00:02:51.070]➜  go tool buildid -w $WORK/b896/_pkg_.a # internal
2025-08-20T21:26:36.9491238Z [00:02:51.071]➜  cp $WORK/b896/_pkg_.a /root/.cache/go-build/fe/fec2a07c34a2a48cc021307bc68c6f5d4548de4ac9bf7e8c77e707d0b602924c-d # internal
2025-08-20T21:26:36.9501086Z [00:02:51.072]➜  github.com/pion/transport/v2/stdnet
2025-08-20T21:26:36.9501954Z [00:02:51.072]➜  mkdir -p $WORK/b897/
2025-08-20T21:26:36.9502754Z [00:02:51.072]➜  cat >/tmp/go-build548448651/b897/importcfg << 'EOF' # internal
2025-08-20T21:26:36.9503494Z [00:02:51.072]➜  # import config
2025-08-20T21:26:36.9504167Z [00:02:51.072]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:36.9505173Z [00:02:51.072]➜  packagefile github.com/pion/transport/v2=/tmp/go-build548448651/b896/_pkg_.a
2025-08-20T21:26:36.9506306Z [00:02:51.072]➜  packagefile github.com/wlynxg/anet=/tmp/go-build548448651/b854/_pkg_.a
2025-08-20T21:26:36.9507253Z [00:02:51.072]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:36.9507887Z [00:02:51.072]➜  EOF
2025-08-20T21:26:36.9511761Z [00:02:51.072]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b897/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/transport/v2@v2.2.10/stdnet=>github.com/pion/transport/v2@v2.2.10/stdnet;$WORK/b897=>" -p github.com/pion/transport/v2/stdnet -lang=go1.12 -complete -installsuffix shared -buildid UMKZAtZweSzp-6dn9llr/UMKZAtZweSzp-6dn9llr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b897/importcfg -pack /root/go/pkg/mod/github.com/pion/transport/v2@v2.2.10/stdnet/net.go
2025-08-20T21:26:37.0060290Z [00:02:51.128]➜  go tool buildid -w $WORK/b873/_pkg_.a # internal
2025-08-20T21:26:37.0084469Z [00:02:51.131]➜  cp $WORK/b873/_pkg_.a /root/.cache/go-build/c7/c786ee28ec44f7b903e7e15601073a0b3b53d9a76525f554dccda02451931a83-d # internal
2025-08-20T21:26:37.0088101Z [00:02:51.131]➜  go tool buildid -w $WORK/b897/_pkg_.a # internal
2025-08-20T21:26:37.0113164Z [00:02:51.134]➜  cp $WORK/b897/_pkg_.a /root/.cache/go-build/9a/9a474393bfc7fafa81c8ec702809cb5deb7e6b441e1e76ea5af962fbca01dab4-d # internal
2025-08-20T21:26:37.0174000Z [00:02:51.140]➜  github.com/pion/dtls/v2
2025-08-20T21:26:37.0174851Z [00:02:51.140]➜  mkdir -p $WORK/b872/
2025-08-20T21:26:37.0187746Z [00:02:51.140]➜  cat >/tmp/go-build548448651/b872/importcfg << 'EOF' # internal
2025-08-20T21:26:37.0188891Z [00:02:51.140]➜  # import config
2025-08-20T21:26:37.0189565Z [00:02:51.140]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:37.0190543Z [00:02:51.140]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:37.0191280Z [00:02:51.140]➜  packagefile crypto=/tmp/go-build548448651/b084/_pkg_.a
2025-08-20T21:26:37.0192077Z [00:02:51.140]➜  packagefile crypto/ecdsa=/tmp/go-build548448651/b118/_pkg_.a
2025-08-20T21:26:37.0192946Z [00:02:51.140]➜  packagefile crypto/ed25519=/tmp/go-build548448651/b131/_pkg_.a
2025-08-20T21:26:37.0193794Z [00:02:51.140]➜  packagefile crypto/rand=/tmp/go-build548448651/b082/_pkg_.a
2025-08-20T21:26:37.0194604Z [00:02:51.140]➜  packagefile crypto/rsa=/tmp/go-build548448651/b148/_pkg_.a
2025-08-20T21:26:37.0195430Z [00:02:51.140]➜  packagefile crypto/sha256=/tmp/go-build548448651/b151/_pkg_.a
2025-08-20T21:26:37.0196293Z [00:02:51.140]➜  packagefile crypto/tls=/tmp/go-build548448651/b110/_pkg_.a
2025-08-20T21:26:37.0197127Z [00:02:51.140]➜  packagefile crypto/x509=/tmp/go-build548448651/b154/_pkg_.a
2025-08-20T21:26:37.0197954Z [00:02:51.140]➜  packagefile encoding/asn1=/tmp/go-build548448651/b129/_pkg_.a
2025-08-20T21:26:37.0199064Z [00:02:51.140]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:37.0199922Z [00:02:51.140]➜  packagefile encoding/gob=/tmp/go-build548448651/b823/_pkg_.a
2025-08-20T21:26:37.0200704Z [00:02:51.140]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:37.0201433Z [00:02:51.140]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:37.0202438Z [00:02:51.140]➜  packagefile github.com/pion/dtls/v2/internal/ciphersuite=/tmp/go-build548448651/b873/_pkg_.a
2025-08-20T21:26:37.0203748Z [00:02:51.140]➜  packagefile github.com/pion/dtls/v2/internal/ciphersuite/types=/tmp/go-build548448651/b874/_pkg_.a
2025-08-20T21:26:37.0205138Z [00:02:51.140]➜  packagefile github.com/pion/dtls/v2/internal/closer=/tmp/go-build548448651/b889/_pkg_.a
2025-08-20T21:26:37.0206592Z [00:02:51.140]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/clientcertificate=/tmp/go-build548448651/b884/_pkg_.a
2025-08-20T21:26:37.0207931Z [00:02:51.140]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/elliptic=/tmp/go-build548448651/b879/_pkg_.a
2025-08-20T21:26:37.0219530Z [00:02:51.140]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/hash=/tmp/go-build548448651/b885/_pkg_.a
2025-08-20T21:26:37.0220726Z [00:02:51.140]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/prf=/tmp/go-build548448651/b878/_pkg_.a
2025-08-20T21:26:37.0221915Z [00:02:51.140]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/signaturehash=/tmp/go-build548448651/b887/_pkg_.a
2025-08-20T21:26:37.0223052Z [00:02:51.140]➜  packagefile github.com/pion/dtls/v2/pkg/protocol=/tmp/go-build548448651/b880/_pkg_.a
2025-08-20T21:26:37.0229847Z [00:02:51.141]➜  packagefile github.com/pion/dtls/v2/pkg/protocol/alert=/tmp/go-build548448651/b882/_pkg_.a
2025-08-20T21:26:37.0231225Z [00:02:51.141]➜  packagefile github.com/pion/dtls/v2/pkg/protocol/extension=/tmp/go-build548448651/b888/_pkg_.a
2025-08-20T21:26:37.0241832Z [00:02:51.141]➜  packagefile github.com/pion/dtls/v2/pkg/protocol/handshake=/tmp/go-build548448651/b883/_pkg_.a
2025-08-20T21:26:37.0243265Z [00:02:51.141]➜  packagefile github.com/pion/dtls/v2/pkg/protocol/recordlayer=/tmp/go-build548448651/b881/_pkg_.a
2025-08-20T21:26:37.0244523Z [00:02:51.141]➜  packagefile github.com/pion/logging=/tmp/go-build548448651/b845/_pkg_.a
2025-08-20T21:26:37.0245767Z [00:02:51.141]➜  packagefile github.com/pion/transport/v2/connctx=/tmp/go-build548448651/b890/_pkg_.a
2025-08-20T21:26:37.0247045Z [00:02:51.141]➜  packagefile github.com/pion/transport/v2/deadline=/tmp/go-build548448651/b891/_pkg_.a
2025-08-20T21:26:37.0248403Z [00:02:51.141]➜  packagefile github.com/pion/transport/v2/replaydetector=/tmp/go-build548448651/b892/_pkg_.a
2025-08-20T21:26:37.0250004Z [00:02:51.141]➜  packagefile github.com/pion/transport/v2/udp=/tmp/go-build548448651/b893/_pkg_.a
2025-08-20T21:26:37.0251221Z [00:02:51.141]➜  packagefile hash=/tmp/go-build548448651/b080/_pkg_.a
2025-08-20T21:26:37.0252112Z [00:02:51.141]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:37.0253178Z [00:02:51.141]➜  packagefile math/big=/tmp/go-build548448651/b108/_pkg_.a
2025-08-20T21:26:37.0254242Z [00:02:51.141]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:37.0255028Z [00:02:51.141]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:37.0255815Z [00:02:51.141]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:37.0256648Z [00:02:51.141]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:37.0257524Z [00:02:51.141]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:37.0258397Z [00:02:51.141]➜  packagefile syscall=/tmp/go-build548448651/b047/_pkg_.a
2025-08-20T21:26:37.0289705Z [00:02:51.141]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:37.0290383Z [00:02:51.141]➜  EOF
2025-08-20T21:26:37.0306918Z [00:02:51.141]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b872/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12=>github.com/pion/dtls/v2@v2.2.12;$WORK/b872=>" -p github.com/pion/dtls/v2 -lang=go1.13 -complete -installsuffix shared -buildid QQbwkJkP1xngePyOxOHE/QQbwkJkP1xngePyOxOHE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b872/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/certificate.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/cipher_suite.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/cipher_suite_go114.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/compression_method.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/config.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/conn.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/crypto.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/dtls.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/errors.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/errors_errno.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/flight.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/flight0handler.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/flight1handler.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/flight2handler.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/flight3handler.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/flight4bhandler.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/flight4handler.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/flight5bhandler.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/flight5handler.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/flight6handler.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/flighthandler.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/fragment_buffer.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/handshake_cache.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/handshaker.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/listener.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/packet.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/resume.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/session.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/srtp_protection_profile.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/state.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.12/util.go
2025-08-20T21:26:37.0321572Z [00:02:51.145]➜  github.com/pion/sctp
2025-08-20T21:26:37.0322087Z [00:02:51.146]➜  mkdir -p $WORK/b900/
2025-08-20T21:26:37.0322769Z [00:02:51.146]➜  cat >/tmp/go-build548448651/b900/importcfg << 'EOF' # internal
2025-08-20T21:26:37.0323409Z [00:02:51.146]➜  # import config
2025-08-20T21:26:37.0324024Z [00:02:51.146]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:37.0324800Z [00:02:51.146]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:37.0325618Z [00:02:51.146]➜  packagefile crypto/rand=/tmp/go-build548448651/b082/_pkg_.a
2025-08-20T21:26:37.0326639Z [00:02:51.146]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:37.0327507Z [00:02:51.146]➜  packagefile encoding/hex=/tmp/go-build548448651/b157/_pkg_.a
2025-08-20T21:26:37.0328421Z [00:02:51.146]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:37.0329363Z [00:02:51.146]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:37.0330246Z [00:02:51.146]➜  packagefile github.com/pion/logging=/tmp/go-build548448651/b845/_pkg_.a
2025-08-20T21:26:37.0331252Z [00:02:51.146]➜  packagefile github.com/pion/randutil=/tmp/go-build548448651/b860/_pkg_.a
2025-08-20T21:26:37.0332364Z [00:02:51.146]➜  packagefile github.com/pion/transport/v3/deadline=/tmp/go-build548448651/b843/_pkg_.a
2025-08-20T21:26:37.0333360Z [00:02:51.146]➜  packagefile hash/crc32=/tmp/go-build548448651/b079/_pkg_.a
2025-08-20T21:26:37.0334232Z [00:02:51.146]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:37.0334978Z [00:02:51.146]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:37.0335757Z [00:02:51.146]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:37.0336531Z [00:02:51.146]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:37.0337257Z [00:02:51.146]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:37.0337995Z [00:02:51.146]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:37.0338848Z [00:02:51.146]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:37.0339657Z [00:02:51.146]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:37.0340435Z [00:02:51.146]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:37.0340988Z [00:02:51.146]➜  EOF
2025-08-20T21:26:37.0367815Z [00:02:51.146]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b900/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/sctp@v1.8.39=>github.com/pion/sctp@v1.8.39;$WORK/b900=>" -p github.com/pion/sctp -lang=go1.20 -complete -installsuffix shared -buildid rHRrENLosM3XdUGuq9wO/rHRrENLosM3XdUGuq9wO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b900/importcfg -pack /root/go/pkg/mod/github.com/pion/sctp@v1.8.39/ack_timer.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.39/association.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.39/association_stats.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.39/chunk.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.39/chunk_abort.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.39/chunk_cookie_ack.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.39/chunk_cookie_echo.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.39/chunk_error.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.39/chunk_forward_tsn.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.39/chunk_heartbeat.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.39/chunk_heartbeat_ack.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.39/chunk_init.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.39/chunk_init_ack.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.39/chunk_init_common.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.39/chunk_payload_data.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.39/chunk_reconfig.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.39/chunk_selective_ack.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.39/chunk_shutdown.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.39/chunk_shutdown_ack.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.39/chunk_shutdown_complete.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.39/chunkheader.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.39/chunktype.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.39/control_queue.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.39/error_cause.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.39/error_cause_header.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.39/error_cause_invalid_mandatory_parameter.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.39/error_cause_protocol_violation.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.39/error_cause_unrecognized_chunk_type.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.39/error_cause_user_initiated_abort.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.39/packet.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.39/param.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.39/param_chunk_list.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.39/param_ecn_capable.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.39/param_forward_tsn_supported.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.39/param_heartbeat_info.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.39/param_outgoing_reset_request.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.39/param_random.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.39/param_reconfig_response.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.39/param_requested_hmac_algorithm.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.39/param_state_cookie.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.39/param_supported_extensions.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.39/param_zero_checksum.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.39/paramheader.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.39/paramtype.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.39/payload_queue.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.39/pending_queue.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.39/queue.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.39/reassembly_queue.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.39/receive_payload_queue.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.39/rtx_timer.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.39/sctp.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.39/stream.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.39/util.go
2025-08-20T21:26:37.6954230Z [00:02:51.818]➜  go tool buildid -w $WORK/b900/_pkg_.a # internal
2025-08-20T21:26:37.7035040Z [00:02:51.826]➜  cp $WORK/b900/_pkg_.a /root/.cache/go-build/88/88827273f1ca83aeb9bb4f11ddc819724c0637b044aced93da72bad27281838f-d # internal
2025-08-20T21:26:37.7038218Z [00:02:51.826]➜  github.com/pion/datachannel
2025-08-20T21:26:37.7040983Z [00:02:51.826]➜  mkdir -p $WORK/b899/
2025-08-20T21:26:37.7047223Z [00:02:51.827]➜  cat >/tmp/go-build548448651/b899/importcfg << 'EOF' # internal
2025-08-20T21:26:37.7049622Z [00:02:51.827]➜  # import config
2025-08-20T21:26:37.7050384Z [00:02:51.827]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:37.7051297Z [00:02:51.827]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:37.7052131Z [00:02:51.827]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:37.7053140Z [00:02:51.827]➜  packagefile github.com/pion/logging=/tmp/go-build548448651/b845/_pkg_.a
2025-08-20T21:26:37.7054224Z [00:02:51.827]➜  packagefile github.com/pion/sctp=/tmp/go-build548448651/b900/_pkg_.a
2025-08-20T21:26:37.7055152Z [00:02:51.827]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:37.7055963Z [00:02:51.827]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:37.7056838Z [00:02:51.827]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:37.7057749Z [00:02:51.827]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:37.7058330Z [00:02:51.827]➜  EOF
2025-08-20T21:26:37.7065450Z [00:02:51.827]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b899/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/datachannel@v1.5.10=>github.com/pion/datachannel@v1.5.10;$WORK/b899=>" -p github.com/pion/datachannel -lang=go1.20 -complete -installsuffix shared -buildid EMXqyL41fsT9BGDjHHKI/EMXqyL41fsT9BGDjHHKI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b899/importcfg -pack /root/go/pkg/mod/github.com/pion/datachannel@v1.5.10/datachannel.go /root/go/pkg/mod/github.com/pion/datachannel@v1.5.10/errors.go /root/go/pkg/mod/github.com/pion/datachannel@v1.5.10/message.go /root/go/pkg/mod/github.com/pion/datachannel@v1.5.10/message_channel_ack.go /root/go/pkg/mod/github.com/pion/datachannel@v1.5.10/message_channel_open.go
2025-08-20T21:26:37.7561158Z [00:02:51.878]➜  go tool buildid -w $WORK/b872/_pkg_.a # internal
2025-08-20T21:26:37.7622735Z [00:02:51.885]➜  cp $WORK/b872/_pkg_.a /root/.cache/go-build/a4/a41e95743c8d1d0d5d8d12e2d65c38b9498a66a92bfbc088ec50e05cfb807c3c-d # internal
2025-08-20T21:26:37.7629417Z [00:02:51.885]➜  github.com/pion/stun
2025-08-20T21:26:37.7631973Z [00:02:51.886]➜  mkdir -p $WORK/b871/
2025-08-20T21:26:37.7639930Z [00:02:51.886]➜  cat >/tmp/go-build548448651/b871/importcfg << 'EOF' # internal
2025-08-20T21:26:37.7642129Z [00:02:51.886]➜  # import config
2025-08-20T21:26:37.7642822Z [00:02:51.886]➜  packagefile crypto/md5=/tmp/go-build548448651/b146/_pkg_.a
2025-08-20T21:26:37.7643729Z [00:02:51.886]➜  packagefile crypto/rand=/tmp/go-build548448651/b082/_pkg_.a
2025-08-20T21:26:37.7644505Z [00:02:51.886]➜  packagefile crypto/sha1=/tmp/go-build548448651/b150/_pkg_.a
2025-08-20T21:26:37.7645384Z [00:02:51.886]➜  packagefile crypto/tls=/tmp/go-build548448651/b110/_pkg_.a
2025-08-20T21:26:37.7646482Z [00:02:51.886]➜  packagefile encoding/base64=/tmp/go-build548448651/b054/_pkg_.a
2025-08-20T21:26:37.7647479Z [00:02:51.886]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:37.7648293Z [00:02:51.886]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:37.7649232Z [00:02:51.886]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:37.7650109Z [00:02:51.886]➜  packagefile github.com/pion/dtls/v2=/tmp/go-build548448651/b872/_pkg_.a
2025-08-20T21:26:37.7651030Z [00:02:51.886]➜  packagefile github.com/pion/stun/internal/hmac=/tmp/go-build548448651/b895/_pkg_.a
2025-08-20T21:26:37.7652034Z [00:02:51.886]➜  packagefile github.com/pion/transport/v2=/tmp/go-build548448651/b896/_pkg_.a
2025-08-20T21:26:37.7653123Z [00:02:51.886]➜  packagefile github.com/pion/transport/v2/stdnet=/tmp/go-build548448651/b897/_pkg_.a
2025-08-20T21:26:37.7654347Z [00:02:51.886]➜  packagefile github.com/pion/transport/v2/utils/xor=/tmp/go-build548448651/b898/_pkg_.a
2025-08-20T21:26:37.7655367Z [00:02:51.886]➜  packagefile hash/crc32=/tmp/go-build548448651/b079/_pkg_.a
2025-08-20T21:26:37.7656347Z [00:02:51.886]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:37.7657132Z [00:02:51.886]➜  packagefile log=/tmp/go-build548448651/b071/_pkg_.a
2025-08-20T21:26:37.7657858Z [00:02:51.886]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:37.7658815Z [00:02:51.886]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:37.7659627Z [00:02:51.887]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:37.7660404Z [00:02:51.887]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:37.7661177Z [00:02:51.887]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:37.7661926Z [00:02:51.887]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:37.7662724Z [00:02:51.887]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:37.7663527Z [00:02:51.887]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:37.7679754Z [00:02:51.887]➜  EOF
2025-08-20T21:26:37.7688021Z [00:02:51.887]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b871/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/stun@v0.6.1=>github.com/pion/stun@v0.6.1;$WORK/b871=>" -p github.com/pion/stun -lang=go1.12 -complete -installsuffix shared -buildid Vb6Njog-W6__-l4M22Cj/Vb6Njog-W6__-l4M22Cj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b871/importcfg -pack /root/go/pkg/mod/github.com/pion/stun@v0.6.1/addr.go /root/go/pkg/mod/github.com/pion/stun@v0.6.1/agent.go /root/go/pkg/mod/github.com/pion/stun@v0.6.1/attributes.go /root/go/pkg/mod/github.com/pion/stun@v0.6.1/checks.go /root/go/pkg/mod/github.com/pion/stun@v0.6.1/client.go /root/go/pkg/mod/github.com/pion/stun@v0.6.1/errorcode.go /root/go/pkg/mod/github.com/pion/stun@v0.6.1/errors.go /root/go/pkg/mod/github.com/pion/stun@v0.6.1/fingerprint.go /root/go/pkg/mod/github.com/pion/stun@v0.6.1/helpers.go /root/go/pkg/mod/github.com/pion/stun@v0.6.1/integrity.go /root/go/pkg/mod/github.com/pion/stun@v0.6.1/message.go /root/go/pkg/mod/github.com/pion/stun@v0.6.1/stun.go /root/go/pkg/mod/github.com/pion/stun@v0.6.1/textattrs.go /root/go/pkg/mod/github.com/pion/stun@v0.6.1/uattrs.go /root/go/pkg/mod/github.com/pion/stun@v0.6.1/uri.go /root/go/pkg/mod/github.com/pion/stun@v0.6.1/xoraddr.go
2025-08-20T21:26:37.7908158Z [00:02:51.913]➜  go tool buildid -w $WORK/b899/_pkg_.a # internal
2025-08-20T21:26:37.7930809Z [00:02:51.915]➜  cp $WORK/b899/_pkg_.a /root/.cache/go-build/f9/f91046454150851ac0687d5d2d61006fb28903dae06842415c71ec72ebe48788-d # internal
2025-08-20T21:26:37.7933921Z [00:02:51.916]➜  github.com/pion/dtls/v3/pkg/crypto/fingerprint
2025-08-20T21:26:37.7934710Z [00:02:51.916]➜  mkdir -p $WORK/b902/
2025-08-20T21:26:37.7942055Z [00:02:51.917]➜  cat >/tmp/go-build548448651/b902/importcfg << 'EOF' # internal
2025-08-20T21:26:37.7942945Z [00:02:51.917]➜  # import config
2025-08-20T21:26:37.7958808Z [00:02:51.917]➜  packagefile crypto=/tmp/go-build548448651/b084/_pkg_.a
2025-08-20T21:26:37.7959918Z [00:02:51.917]➜  packagefile crypto/x509=/tmp/go-build548448651/b154/_pkg_.a
2025-08-20T21:26:37.7960837Z [00:02:51.917]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:37.7961739Z [00:02:51.917]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:37.7962613Z [00:02:51.917]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:37.7963277Z [00:02:51.917]➜  EOF
2025-08-20T21:26:37.7967991Z [00:02:51.917]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b902/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/pkg/crypto/fingerprint=>github.com/pion/dtls/v3@v3.0.6/pkg/crypto/fingerprint;$WORK/b902=>" -p github.com/pion/dtls/v3/pkg/crypto/fingerprint -lang=go1.20 -complete -installsuffix shared -buildid 8NKBb_205AqKYT8OMu5x/8NKBb_205AqKYT8OMu5x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b902/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/pkg/crypto/fingerprint/fingerprint.go /root/go/pkg/mod/github.com/pion/dtls/v3@v3.0.6/pkg/crypto/fingerprint/hash.go
2025-08-20T21:26:37.8190570Z [00:02:51.941]➜  go tool buildid -w $WORK/b902/_pkg_.a # internal
2025-08-20T21:26:37.8203113Z [00:02:51.943]➜  cp $WORK/b902/_pkg_.a /root/.cache/go-build/8e/8e78c69376c5d8c070217fdad8111042b104d6f9c1a4f2b282829453e8137390-d # internal
2025-08-20T21:26:37.8214990Z [00:02:51.944]➜  github.com/pion/rtcp
2025-08-20T21:26:37.8215904Z [00:02:51.944]➜  mkdir -p $WORK/b904/
2025-08-20T21:26:37.8224759Z [00:02:51.945]➜  cat >/tmp/go-build548448651/b904/importcfg << 'EOF' # internal
2025-08-20T21:26:37.8225612Z [00:02:51.945]➜  # import config
2025-08-20T21:26:37.8226534Z [00:02:51.945]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:37.8227676Z [00:02:51.945]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:37.8228687Z [00:02:51.945]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:37.8229540Z [00:02:51.945]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:37.8230276Z [00:02:51.945]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:37.8231288Z [00:02:51.945]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:37.8232125Z [00:02:51.945]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:37.8232746Z [00:02:51.945]➜  EOF
2025-08-20T21:26:37.8259293Z [00:02:51.945]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b904/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/rtcp@v1.2.15=>github.com/pion/rtcp@v1.2.15;$WORK/b904=>" -p github.com/pion/rtcp -lang=go1.20 -complete -installsuffix shared -buildid tjTW5K3Pl-T_CbcLt89H/tjTW5K3Pl-T_CbcLt89H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b904/importcfg -pack /root/go/pkg/mod/github.com/pion/rtcp@v1.2.15/application_defined.go /root/go/pkg/mod/github.com/pion/rtcp@v1.2.15/compound_packet.go /root/go/pkg/mod/github.com/pion/rtcp@v1.2.15/doc.go /root/go/pkg/mod/github.com/pion/rtcp@v1.2.15/errors.go /root/go/pkg/mod/github.com/pion/rtcp@v1.2.15/extended_report.go /root/go/pkg/mod/github.com/pion/rtcp@v1.2.15/full_intra_request.go /root/go/pkg/mod/github.com/pion/rtcp@v1.2.15/goodbye.go /root/go/pkg/mod/github.com/pion/rtcp@v1.2.15/header.go /root/go/pkg/mod/github.com/pion/rtcp@v1.2.15/packet.go /root/go/pkg/mod/github.com/pion/rtcp@v1.2.15/packet_buffer.go /root/go/pkg/mod/github.com/pion/rtcp@v1.2.15/packet_stringifier.go /root/go/pkg/mod/github.com/pion/rtcp@v1.2.15/picture_loss_indication.go /root/go/pkg/mod/github.com/pion/rtcp@v1.2.15/rapid_resynchronization_request.go /root/go/pkg/mod/github.com/pion/rtcp@v1.2.15/raw_packet.go /root/go/pkg/mod/github.com/pion/rtcp@v1.2.15/receiver_estimated_maximum_bitrate.go /root/go/pkg/mod/github.com/pion/rtcp@v1.2.15/receiver_report.go /root/go/pkg/mod/github.com/pion/rtcp@v1.2.15/reception_report.go /root/go/pkg/mod/github.com/pion/rtcp@v1.2.15/rfc8888.go /root/go/pkg/mod/github.com/pion/rtcp@v1.2.15/sender_report.go /root/go/pkg/mod/github.com/pion/rtcp@v1.2.15/slice_loss_indication.go /root/go/pkg/mod/github.com/pion/rtcp@v1.2.15/source_description.go /root/go/pkg/mod/github.com/pion/rtcp@v1.2.15/transport_layer_cc.go /root/go/pkg/mod/github.com/pion/rtcp@v1.2.15/transport_layer_nack.go /root/go/pkg/mod/github.com/pion/rtcp@v1.2.15/util.go
2025-08-20T21:26:37.8310659Z [00:02:51.953]➜  go tool buildid -w $WORK/b821/_pkg_.a # internal
2025-08-20T21:26:37.8434986Z [00:02:51.966]➜  cp $WORK/b821/_pkg_.a /root/.cache/go-build/35/35810d07ec0d871a612a3350e50fc234ebad4abe4ede63afa9c4451af27e1b7d-d # internal
2025-08-20T21:26:37.8449918Z [00:02:51.966]➜  github.com/pion/rtp/codecs/av1/obu
2025-08-20T21:26:37.8450562Z [00:02:51.966]➜  mkdir -p $WORK/b906/
2025-08-20T21:26:37.8451285Z [00:02:51.966]➜  cat >/tmp/go-build548448651/b906/importcfg << 'EOF' # internal
2025-08-20T21:26:37.8451965Z [00:02:51.966]➜  # import config
2025-08-20T21:26:37.8452608Z [00:02:51.966]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:37.8453471Z [00:02:51.966]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:37.8454077Z [00:02:51.966]➜  EOF
2025-08-20T21:26:37.8458861Z [00:02:51.967]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b906/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/rtp@v1.8.19/codecs/av1/obu=>github.com/pion/rtp@v1.8.19/codecs/av1/obu;$WORK/b906=>" -p github.com/pion/rtp/codecs/av1/obu -lang=go1.20 -complete -installsuffix shared -buildid tGUC6wVTRmbeoqNb4sUg/tGUC6wVTRmbeoqNb4sUg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b906/importcfg -pack /root/go/pkg/mod/github.com/pion/rtp@v1.8.19/codecs/av1/obu/errors.go /root/go/pkg/mod/github.com/pion/rtp@v1.8.19/codecs/av1/obu/leb128.go /root/go/pkg/mod/github.com/pion/rtp@v1.8.19/codecs/av1/obu/obu.go
2025-08-20T21:26:37.8639764Z [00:02:51.986]➜  go tool buildid -w $WORK/b906/_pkg_.a # internal
2025-08-20T21:26:37.8647669Z [00:02:51.987]➜  cp $WORK/b906/_pkg_.a /root/.cache/go-build/73/73cd359153c2b516f4dceee8d4554bb1778b979b72395d54fe80e88ceaedff3e-d # internal
2025-08-20T21:26:37.8654123Z [00:02:51.988]➜  github.com/pion/rtp
2025-08-20T21:26:37.8656045Z [00:02:51.988]➜  mkdir -p $WORK/b905/
2025-08-20T21:26:37.8659780Z [00:02:51.988]➜  cat >/tmp/go-build548448651/b905/importcfg << 'EOF' # internal
2025-08-20T21:26:37.8660884Z [00:02:51.988]➜  # import config
2025-08-20T21:26:37.8661901Z [00:02:51.988]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:37.8681803Z [00:02:51.988]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:37.8686335Z [00:02:51.988]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:37.8687711Z [00:02:51.988]➜  packagefile github.com/pion/randutil=/tmp/go-build548448651/b860/_pkg_.a
2025-08-20T21:26:37.8690176Z [00:02:51.988]➜  packagefile github.com/pion/rtp/codecs/av1/obu=/tmp/go-build548448651/b906/_pkg_.a
2025-08-20T21:26:37.8691213Z [00:02:51.988]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:37.8692243Z [00:02:51.988]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:37.8692972Z [00:02:51.988]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:37.8693754Z [00:02:51.988]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:37.8694351Z [00:02:51.988]➜  EOF
2025-08-20T21:26:37.8704556Z [00:02:51.989]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b905/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/rtp@v1.8.19=>github.com/pion/rtp@v1.8.19;$WORK/b905=>" -p github.com/pion/rtp -lang=go1.20 -complete -installsuffix shared -buildid hDdkjpw1AboSUMv536_X/hDdkjpw1AboSUMv536_X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b905/importcfg -pack /root/go/pkg/mod/github.com/pion/rtp@v1.8.19/abscapturetimeextension.go /root/go/pkg/mod/github.com/pion/rtp@v1.8.19/abssendtimeextension.go /root/go/pkg/mod/github.com/pion/rtp@v1.8.19/audiolevelextension.go /root/go/pkg/mod/github.com/pion/rtp@v1.8.19/depacketizer.go /root/go/pkg/mod/github.com/pion/rtp@v1.8.19/error.go /root/go/pkg/mod/github.com/pion/rtp@v1.8.19/header_extension.go /root/go/pkg/mod/github.com/pion/rtp@v1.8.19/packet.go /root/go/pkg/mod/github.com/pion/rtp@v1.8.19/packetizer.go /root/go/pkg/mod/github.com/pion/rtp@v1.8.19/partitionheadchecker.go /root/go/pkg/mod/github.com/pion/rtp@v1.8.19/payload_types.go /root/go/pkg/mod/github.com/pion/rtp@v1.8.19/playoutdelayextension.go /root/go/pkg/mod/github.com/pion/rtp@v1.8.19/rand.go /root/go/pkg/mod/github.com/pion/rtp@v1.8.19/rtp.go /root/go/pkg/mod/github.com/pion/rtp@v1.8.19/sequencer.go /root/go/pkg/mod/github.com/pion/rtp@v1.8.19/transportccextension.go /root/go/pkg/mod/github.com/pion/rtp@v1.8.19/vlaextension.go
2025-08-20T21:26:38.0376304Z [00:02:52.160]➜  go tool buildid -w $WORK/b905/_pkg_.a # internal
2025-08-20T21:26:38.0433151Z [00:02:52.166]➜  cp $WORK/b905/_pkg_.a /root/.cache/go-build/5b/5b99a34fd8ec77b09331eacead96344ea266312e0a6b0ffbfb47646579f0d05a-d # internal
2025-08-20T21:26:38.0440157Z [00:02:52.166]➜  github.com/pion/interceptor/pkg/flexfec/util
2025-08-20T21:26:38.0452590Z [00:02:52.168]➜  mkdir -p $WORK/b908/
2025-08-20T21:26:38.0461001Z [00:02:52.168]➜  cat >/tmp/go-build548448651/b908/importcfg << 'EOF' # internal
2025-08-20T21:26:38.0465905Z [00:02:52.168]➜  # import config
2025-08-20T21:26:38.0466665Z [00:02:52.168]➜  packagefile github.com/pion/rtp=/tmp/go-build548448651/b905/_pkg_.a
2025-08-20T21:26:38.0467353Z [00:02:52.168]➜  EOF
2025-08-20T21:26:38.0476962Z [00:02:52.170]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b908/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/interceptor@v0.1.40/pkg/flexfec/util=>github.com/pion/interceptor@v0.1.40/pkg/flexfec/util;$WORK/b908=>" -p github.com/pion/interceptor/pkg/flexfec/util -lang=go1.20 -complete -installsuffix shared -buildid 1GgyRLd5SP9XXkcK5JfO/1GgyRLd5SP9XXkcK5JfO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b908/importcfg -pack /root/go/pkg/mod/github.com/pion/interceptor@v0.1.40/pkg/flexfec/util/bitarray.go /root/go/pkg/mod/github.com/pion/interceptor@v0.1.40/pkg/flexfec/util/media_packet_iterator.go
2025-08-20T21:26:38.0650707Z [00:02:52.187]➜  go tool buildid -w $WORK/b908/_pkg_.a # internal
2025-08-20T21:26:38.0662988Z [00:02:52.188]➜  cp $WORK/b908/_pkg_.a /root/.cache/go-build/77/779cb86703b2e269c4ec3fd40f2da5b2101fbd15233244b9728389d976113681-d # internal
2025-08-20T21:26:38.0664273Z [00:02:52.188]➜  github.com/pion/interceptor/internal/rtpbuffer
2025-08-20T21:26:38.0664931Z [00:02:52.188]➜  mkdir -p $WORK/b910/
2025-08-20T21:26:38.0667243Z [00:02:52.189]➜  cat >/tmp/go-build548448651/b910/importcfg << 'EOF' # internal
2025-08-20T21:26:38.0667928Z [00:02:52.189]➜  # import config
2025-08-20T21:26:38.0668870Z [00:02:52.189]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:38.0669787Z [00:02:52.189]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:38.0670688Z [00:02:52.189]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:38.0671777Z [00:02:52.189]➜  packagefile github.com/pion/rtp=/tmp/go-build548448651/b905/_pkg_.a
2025-08-20T21:26:38.0672650Z [00:02:52.189]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:38.0673392Z [00:02:52.189]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:38.0673987Z [00:02:52.189]➜  EOF
2025-08-20T21:26:38.0681071Z [00:02:52.189]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b910/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/interceptor@v0.1.40/internal/rtpbuffer=>github.com/pion/interceptor@v0.1.40/internal/rtpbuffer;$WORK/b910=>" -p github.com/pion/interceptor/internal/rtpbuffer -lang=go1.20 -complete -installsuffix shared -buildid N6UBVJZNVREswTb6o4gZ/N6UBVJZNVREswTb6o4gZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b910/importcfg -pack /root/go/pkg/mod/github.com/pion/interceptor@v0.1.40/internal/rtpbuffer/errors.go /root/go/pkg/mod/github.com/pion/interceptor@v0.1.40/internal/rtpbuffer/packet_factory.go /root/go/pkg/mod/github.com/pion/interceptor@v0.1.40/internal/rtpbuffer/retainable_packet.go /root/go/pkg/mod/github.com/pion/interceptor@v0.1.40/internal/rtpbuffer/rtpbuffer.go
2025-08-20T21:26:38.1052894Z [00:02:52.228]➜  go tool buildid -w $WORK/b910/_pkg_.a # internal
2025-08-20T21:26:38.1064286Z [00:02:52.229]➜  cp $WORK/b910/_pkg_.a /root/.cache/go-build/95/9527cf2061651fdaea6d02c112171b73f66f1b856b772b0c0b0f002afa6e0505-d # internal
2025-08-20T21:26:38.1068870Z [00:02:52.229]➜  github.com/pion/interceptor/internal/ntp
2025-08-20T21:26:38.1069516Z [00:02:52.229]➜  mkdir -p $WORK/b912/
2025-08-20T21:26:38.1075013Z [00:02:52.230]➜  cat >/tmp/go-build548448651/b912/importcfg << 'EOF' # internal
2025-08-20T21:26:38.1081076Z [00:02:52.230]➜  # import config
2025-08-20T21:26:38.1081765Z [00:02:52.230]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:38.1082387Z [00:02:52.230]➜  EOF
2025-08-20T21:26:38.1086105Z [00:02:52.230]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b912/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/interceptor@v0.1.40/internal/ntp=>github.com/pion/interceptor@v0.1.40/internal/ntp;$WORK/b912=>" -p github.com/pion/interceptor/internal/ntp -lang=go1.20 -complete -installsuffix shared -buildid jRyQOrad5fvvNXL-BvVK/jRyQOrad5fvvNXL-BvVK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b912/importcfg -pack /root/go/pkg/mod/github.com/pion/interceptor@v0.1.40/internal/ntp/ntp.go
2025-08-20T21:26:38.1210377Z [00:02:52.243]➜  go tool buildid -w $WORK/b912/_pkg_.a # internal
2025-08-20T21:26:38.1219135Z [00:02:52.244]➜  cp $WORK/b912/_pkg_.a /root/.cache/go-build/ab/abf16055b989373bc1d243222ab97cec0e9aa67590906744e7205277076d751b-d # internal
2025-08-20T21:26:38.1234932Z [00:02:52.246]➜  github.com/pion/rtp/codecs/vp9
2025-08-20T21:26:38.1236983Z [00:02:52.246]➜  mkdir -p $WORK/b917/
2025-08-20T21:26:38.1237703Z [00:02:52.246]➜  cat >/tmp/go-build548448651/b917/importcfg << 'EOF' # internal
2025-08-20T21:26:38.1238426Z [00:02:52.246]➜  # import config
2025-08-20T21:26:38.1240222Z [00:02:52.246]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:38.1240875Z [00:02:52.246]➜  EOF
2025-08-20T21:26:38.1244732Z [00:02:52.246]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b917/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/rtp@v1.8.19/codecs/vp9=>github.com/pion/rtp@v1.8.19/codecs/vp9;$WORK/b917=>" -p github.com/pion/rtp/codecs/vp9 -lang=go1.20 -complete -installsuffix shared -buildid RDd0hYGIuoqIgfR3Mk_B/RDd0hYGIuoqIgfR3Mk_B -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b917/importcfg -pack /root/go/pkg/mod/github.com/pion/rtp@v1.8.19/codecs/vp9/bits.go /root/go/pkg/mod/github.com/pion/rtp@v1.8.19/codecs/vp9/header.go
2025-08-20T21:26:38.1470836Z [00:02:52.269]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e
2025-08-20T21:26:38.1475565Z [00:02:52.269]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b639=/tmp/go-build -gno-record-gcc-switches -I $WORK/b639/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e=/_/github.com/DataDog/zstd@v1.5.6-0.20230824185856-869dae002e5e -frandom-seed=Oy3-PWRcNZLWC5EgVEcV -o $WORK/b639/_x036.o -c zstd_ldm.c
2025-08-20T21:26:38.1603126Z [00:02:52.283]➜  go tool buildid -w $WORK/b917/_pkg_.a # internal
2025-08-20T21:26:38.1611574Z [00:02:52.283]➜  cp $WORK/b917/_pkg_.a /root/.cache/go-build/9d/9d5ab85f9d3596a22ebffcf7b33ea9d7a540f163ca38726103448d02b57c7890-d # internal
2025-08-20T21:26:38.1620945Z [00:02:52.284]➜  github.com/pion/rtp/codecs
2025-08-20T21:26:38.1621582Z [00:02:52.284]➜  mkdir -p $WORK/b916/
2025-08-20T21:26:38.1623996Z [00:02:52.285]➜  cat >/tmp/go-build548448651/b916/importcfg << 'EOF' # internal
2025-08-20T21:26:38.1624950Z [00:02:52.285]➜  # import config
2025-08-20T21:26:38.1626314Z [00:02:52.285]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:38.1627292Z [00:02:52.285]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:38.1628300Z [00:02:52.285]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:38.1629396Z [00:02:52.285]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:38.1631512Z [00:02:52.285]➜  packagefile github.com/pion/randutil=/tmp/go-build548448651/b860/_pkg_.a
2025-08-20T21:26:38.1632654Z [00:02:52.285]➜  packagefile github.com/pion/rtp/codecs/av1/obu=/tmp/go-build548448651/b906/_pkg_.a
2025-08-20T21:26:38.1633784Z [00:02:52.285]➜  packagefile github.com/pion/rtp/codecs/vp9=/tmp/go-build548448651/b917/_pkg_.a
2025-08-20T21:26:38.1634615Z [00:02:52.285]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:38.1635228Z [00:02:52.285]➜  EOF
2025-08-20T21:26:38.1635745Z [00:02:52.285]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:38.1654427Z [00:02:52.285]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b916/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/rtp@v1.8.19/codecs=>github.com/pion/rtp@v1.8.19/codecs;$WORK/b916=>" -p github.com/pion/rtp/codecs -lang=go1.20 -complete -installsuffix shared -buildid Qg3CrK0_NS42OQLGB44-/Qg3CrK0_NS42OQLGB44- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b916/importcfg -pack /root/go/pkg/mod/github.com/pion/rtp@v1.8.19/codecs/av1_depacketizer.go /root/go/pkg/mod/github.com/pion/rtp@v1.8.19/codecs/av1_packet.go /root/go/pkg/mod/github.com/pion/rtp@v1.8.19/codecs/codecs.go /root/go/pkg/mod/github.com/pion/rtp@v1.8.19/codecs/common.go /root/go/pkg/mod/github.com/pion/rtp@v1.8.19/codecs/error.go /root/go/pkg/mod/github.com/pion/rtp@v1.8.19/codecs/g711_packet.go /root/go/pkg/mod/github.com/pion/rtp@v1.8.19/codecs/g722_packet.go /root/go/pkg/mod/github.com/pion/rtp@v1.8.19/codecs/h264_packet.go /root/go/pkg/mod/github.com/pion/rtp@v1.8.19/codecs/h265_packet.go /root/go/pkg/mod/github.com/pion/rtp@v1.8.19/codecs/opus_packet.go /root/go/pkg/mod/github.com/pion/rtp@v1.8.19/codecs/vp8_packet.go /root/go/pkg/mod/github.com/pion/rtp@v1.8.19/codecs/vp9_packet.go
2025-08-20T21:26:38.1741081Z [00:02:52.296]➜  go tool buildid -w $WORK/b871/_pkg_.a # internal
2025-08-20T21:26:38.1790238Z [00:02:52.301]➜  cp $WORK/b871/_pkg_.a /root/.cache/go-build/4f/4f11592fc6f446814f019c7a26fbc997cf4677776154279550df7946b84910a6-d # internal
2025-08-20T21:26:38.1797369Z [00:02:52.302]➜  github.com/libp2p/go-libp2p/p2p/transport/webrtc/udpmux
2025-08-20T21:26:38.1799237Z [00:02:52.302]➜  mkdir -p $WORK/b820/
2025-08-20T21:26:38.1804664Z [00:02:52.303]➜  cat >/tmp/go-build548448651/b820/importcfg << 'EOF' # internal
2025-08-20T21:26:38.1806481Z [00:02:52.303]➜  # import config
2025-08-20T21:26:38.1807136Z [00:02:52.303]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:38.1807948Z [00:02:52.303]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:38.1808943Z [00:02:52.303]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:38.1809908Z [00:02:52.303]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:38.1810799Z [00:02:52.303]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:38.1811943Z [00:02:52.303]➜  packagefile github.com/libp2p/go-buffer-pool=/tmp/go-build548448651/b321/_pkg_.a
2025-08-20T21:26:38.1813007Z [00:02:52.303]➜  packagefile github.com/pion/ice/v4=/tmp/go-build548448651/b821/_pkg_.a
2025-08-20T21:26:38.1813971Z [00:02:52.303]➜  packagefile github.com/pion/stun=/tmp/go-build548448651/b871/_pkg_.a
2025-08-20T21:26:38.1814843Z [00:02:52.303]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:38.1815648Z [00:02:52.303]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:38.1816529Z [00:02:52.303]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:38.1817349Z [00:02:52.303]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:38.1818278Z [00:02:52.303]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:38.1819191Z [00:02:52.303]➜  EOF
2025-08-20T21:26:38.1824304Z [00:02:52.303]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b820/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/transport/webrtc/udpmux=>github.com/libp2p/go-libp2p@v0.43.0/p2p/transport/webrtc/udpmux;$WORK/b820=>" -p github.com/libp2p/go-libp2p/p2p/transport/webrtc/udpmux -lang=go1.23 -complete -installsuffix shared -buildid Aby2C3F4DSiCCsQcWnUr/Aby2C3F4DSiCCsQcWnUr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b820/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/transport/webrtc/udpmux/mux.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/transport/webrtc/udpmux/muxed_connection.go
2025-08-20T21:26:38.2155099Z [00:02:52.338]➜  go tool buildid -w $WORK/b904/_pkg_.a # internal
2025-08-20T21:26:38.2242219Z [00:02:52.347]➜  cp $WORK/b904/_pkg_.a /root/.cache/go-build/62/6218674a09f2832a16e0e401b1b7b78a130d68bab817bbb1163deb0d2a09f11d-d # internal
2025-08-20T21:26:38.2246551Z [00:02:52.347]➜  github.com/pion/interceptor
2025-08-20T21:26:38.2247176Z [00:02:52.347]➜  mkdir -p $WORK/b903/
2025-08-20T21:26:38.2249534Z [00:02:52.347]➜  cat >/tmp/go-build548448651/b903/importcfg << 'EOF' # internal
2025-08-20T21:26:38.2251001Z [00:02:52.347]➜  # import config
2025-08-20T21:26:38.2251875Z [00:02:52.347]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:38.2252775Z [00:02:52.347]➜  packagefile github.com/pion/rtcp=/tmp/go-build548448651/b904/_pkg_.a
2025-08-20T21:26:38.2253724Z [00:02:52.347]➜  packagefile github.com/pion/rtp=/tmp/go-build548448651/b905/_pkg_.a
2025-08-20T21:26:38.2254624Z [00:02:52.347]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:38.2255496Z [00:02:52.347]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:38.2256204Z [00:02:52.347]➜  EOF
2025-08-20T21:26:38.2262630Z [00:02:52.347]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b903/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/interceptor@v0.1.40=>github.com/pion/interceptor@v0.1.40;$WORK/b903=>" -p github.com/pion/interceptor -lang=go1.20 -complete -installsuffix shared -buildid 22hpynlgi82daWWhqsRe/22hpynlgi82daWWhqsRe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b903/importcfg -pack /root/go/pkg/mod/github.com/pion/interceptor@v0.1.40/attributes.go /root/go/pkg/mod/github.com/pion/interceptor@v0.1.40/chain.go /root/go/pkg/mod/github.com/pion/interceptor@v0.1.40/errors.go /root/go/pkg/mod/github.com/pion/interceptor@v0.1.40/interceptor.go /root/go/pkg/mod/github.com/pion/interceptor@v0.1.40/noop.go /root/go/pkg/mod/github.com/pion/interceptor@v0.1.40/registry.go /root/go/pkg/mod/github.com/pion/interceptor@v0.1.40/streaminfo.go
2025-08-20T21:26:38.2349005Z [00:02:52.357]➜  go tool buildid -w $WORK/b820/_pkg_.a # internal
2025-08-20T21:26:38.2361394Z [00:02:52.359]➜  cp $WORK/b820/_pkg_.a /root/.cache/go-build/e1/e14745cb68a491e21908f7a6fdc11f9b2073d3722c27b1f839a5e2feb92b2313-d # internal
2025-08-20T21:26:38.2365128Z [00:02:52.359]➜  github.com/pion/sdp/v3
2025-08-20T21:26:38.2365702Z [00:02:52.359]➜  mkdir -p $WORK/b918/
2025-08-20T21:26:38.2379475Z [00:02:52.359]➜  cat >/tmp/go-build548448651/b918/importcfg << 'EOF' # internal
2025-08-20T21:26:38.2380173Z [00:02:52.359]➜  # import config
2025-08-20T21:26:38.2380890Z [00:02:52.359]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:38.2381758Z [00:02:52.359]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:38.2382741Z [00:02:52.359]➜  packagefile github.com/pion/randutil=/tmp/go-build548448651/b860/_pkg_.a
2025-08-20T21:26:38.2383711Z [00:02:52.359]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:38.2384572Z [00:02:52.359]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:38.2385420Z [00:02:52.359]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:38.2386503Z [00:02:52.359]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:38.2387539Z [00:02:52.359]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:38.2388408Z [00:02:52.359]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:38.2389545Z [00:02:52.359]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:38.2390184Z [00:02:52.359]➜  EOF
2025-08-20T21:26:38.2398401Z [00:02:52.359]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b918/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/sdp/v3@v3.0.13=>github.com/pion/sdp/v3@v3.0.13;$WORK/b918=>" -p github.com/pion/sdp/v3 -lang=go1.20 -complete -installsuffix shared -buildid b4NGbcYRFp8l0ijbVGci/b4NGbcYRFp8l0ijbVGci -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b918/importcfg -pack /root/go/pkg/mod/github.com/pion/sdp/v3@v3.0.13/base_lexer.go /root/go/pkg/mod/github.com/pion/sdp/v3@v3.0.13/common_description.go /root/go/pkg/mod/github.com/pion/sdp/v3@v3.0.13/direction.go /root/go/pkg/mod/github.com/pion/sdp/v3@v3.0.13/extmap.go /root/go/pkg/mod/github.com/pion/sdp/v3@v3.0.13/jsep.go /root/go/pkg/mod/github.com/pion/sdp/v3@v3.0.13/marshal.go /root/go/pkg/mod/github.com/pion/sdp/v3@v3.0.13/media_description.go /root/go/pkg/mod/github.com/pion/sdp/v3@v3.0.13/sdp.go /root/go/pkg/mod/github.com/pion/sdp/v3@v3.0.13/session_description.go /root/go/pkg/mod/github.com/pion/sdp/v3@v3.0.13/time_description.go /root/go/pkg/mod/github.com/pion/sdp/v3@v3.0.13/unmarshal.go /root/go/pkg/mod/github.com/pion/sdp/v3@v3.0.13/unmarshal_cache.go /root/go/pkg/mod/github.com/pion/sdp/v3@v3.0.13/util.go
2025-08-20T21:26:38.2874554Z [00:02:52.410]➜  go tool buildid -w $WORK/b903/_pkg_.a # internal
2025-08-20T21:26:38.2888735Z [00:02:52.411]➜  cp $WORK/b903/_pkg_.a /root/.cache/go-build/dd/ddf3a13f30b6667ab49a1dd3a33836b3eac36750759189846f5611b516830917-d # internal
2025-08-20T21:26:38.2890023Z [00:02:52.411]➜  github.com/pion/interceptor/pkg/flexfec
2025-08-20T21:26:38.2890674Z [00:02:52.411]➜  mkdir -p $WORK/b907/
2025-08-20T21:26:38.2914198Z [00:02:52.414]➜  cat >/tmp/go-build548448651/b907/importcfg << 'EOF' # internal
2025-08-20T21:26:38.2930520Z [00:02:52.414]➜  # import config
2025-08-20T21:26:38.2931532Z [00:02:52.414]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:38.2932437Z [00:02:52.414]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:38.2933237Z [00:02:52.414]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:38.2934190Z [00:02:52.414]➜  packagefile github.com/pion/interceptor=/tmp/go-build548448651/b903/_pkg_.a
2025-08-20T21:26:38.2935445Z [00:02:52.414]➜  packagefile github.com/pion/interceptor/pkg/flexfec/util=/tmp/go-build548448651/b908/_pkg_.a
2025-08-20T21:26:38.2936609Z [00:02:52.414]➜  packagefile github.com/pion/logging=/tmp/go-build548448651/b845/_pkg_.a
2025-08-20T21:26:38.2937615Z [00:02:52.414]➜  packagefile github.com/pion/rtp=/tmp/go-build548448651/b905/_pkg_.a
2025-08-20T21:26:38.2938757Z [00:02:52.414]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:38.2939770Z [00:02:52.414]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:38.2940384Z [00:02:52.414]➜  EOF
2025-08-20T21:26:38.2947562Z [00:02:52.414]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b907/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/interceptor@v0.1.40/pkg/flexfec=>github.com/pion/interceptor@v0.1.40/pkg/flexfec;$WORK/b907=>" -p github.com/pion/interceptor/pkg/flexfec -lang=go1.20 -complete -installsuffix shared -buildid EfsWyP1M0f2E4saRYCzW/EfsWyP1M0f2E4saRYCzW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b907/importcfg -pack /root/go/pkg/mod/github.com/pion/interceptor@v0.1.40/pkg/flexfec/encoder_interceptor.go /root/go/pkg/mod/github.com/pion/interceptor@v0.1.40/pkg/flexfec/flexfec_coverage.go /root/go/pkg/mod/github.com/pion/interceptor@v0.1.40/pkg/flexfec/flexfec_decoder_03.go /root/go/pkg/mod/github.com/pion/interceptor@v0.1.40/pkg/flexfec/flexfec_encoder.go /root/go/pkg/mod/github.com/pion/interceptor@v0.1.40/pkg/flexfec/flexfec_encoder_03.go /root/go/pkg/mod/github.com/pion/interceptor@v0.1.40/pkg/flexfec/option.go
2025-08-20T21:26:38.3247045Z [00:02:52.447]➜  go tool buildid -w $WORK/b916/_pkg_.a # internal
2025-08-20T21:26:38.3273606Z [00:02:52.450]➜  cp $WORK/b916/_pkg_.a /root/.cache/go-build/15/15322ac7eb7079231a4cc5e0362b990de31d9260dba3293cc455e5308248032b-d # internal
2025-08-20T21:26:38.3279385Z [00:02:52.450]➜  github.com/pion/interceptor/pkg/nack
2025-08-20T21:26:38.3280056Z [00:02:52.450]➜  mkdir -p $WORK/b909/
2025-08-20T21:26:38.3286297Z [00:02:52.451]➜  cat >/tmp/go-build548448651/b909/importcfg << 'EOF' # internal
2025-08-20T21:26:38.3289286Z [00:02:52.451]➜  # import config
2025-08-20T21:26:38.3291587Z [00:02:52.451]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:38.3294489Z [00:02:52.451]➜  packagefile github.com/pion/interceptor=/tmp/go-build548448651/b903/_pkg_.a
2025-08-20T21:26:38.3300271Z [00:02:52.451]➜  packagefile github.com/pion/interceptor/internal/rtpbuffer=/tmp/go-build548448651/b910/_pkg_.a
2025-08-20T21:26:38.3301545Z [00:02:52.451]➜  packagefile github.com/pion/logging=/tmp/go-build548448651/b845/_pkg_.a
2025-08-20T21:26:38.3302639Z [00:02:52.451]➜  packagefile github.com/pion/rtcp=/tmp/go-build548448651/b904/_pkg_.a
2025-08-20T21:26:38.3303692Z [00:02:52.451]➜  packagefile github.com/pion/rtp=/tmp/go-build548448651/b905/_pkg_.a
2025-08-20T21:26:38.3304864Z [00:02:52.451]➜  packagefile math/rand=/tmp/go-build548448651/b109/_pkg_.a
2025-08-20T21:26:38.3305887Z [00:02:52.451]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:38.3306811Z [00:02:52.451]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:38.3307530Z [00:02:52.451]➜  EOF
2025-08-20T21:26:38.3314778Z [00:02:52.451]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b909/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/interceptor@v0.1.40/pkg/nack=>github.com/pion/interceptor@v0.1.40/pkg/nack;$WORK/b909=>" -p github.com/pion/interceptor/pkg/nack -lang=go1.20 -complete -installsuffix shared -buildid vVc-d_uslBtwE4sGxlES/vVc-d_uslBtwE4sGxlES -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b909/importcfg -pack /root/go/pkg/mod/github.com/pion/interceptor@v0.1.40/pkg/nack/errors.go /root/go/pkg/mod/github.com/pion/interceptor@v0.1.40/pkg/nack/generator_interceptor.go /root/go/pkg/mod/github.com/pion/interceptor@v0.1.40/pkg/nack/generator_option.go /root/go/pkg/mod/github.com/pion/interceptor@v0.1.40/pkg/nack/nack.go /root/go/pkg/mod/github.com/pion/interceptor@v0.1.40/pkg/nack/receive_log.go /root/go/pkg/mod/github.com/pion/interceptor@v0.1.40/pkg/nack/responder_interceptor.go /root/go/pkg/mod/github.com/pion/interceptor@v0.1.40/pkg/nack/responder_option.go
2025-08-20T21:26:38.4166885Z [00:02:52.539]➜  go tool buildid -w $WORK/b909/_pkg_.a # internal
2025-08-20T21:26:38.4170535Z [00:02:52.539]➜  go tool buildid -w $WORK/b907/_pkg_.a # internal
2025-08-20T21:26:38.4188905Z [00:02:52.541]➜  cp $WORK/b907/_pkg_.a /root/.cache/go-build/0f/0f6fd19bd021653467245a123567e0935ab9dcf079aa3c7a7c9fbba5275030a3-d # internal
2025-08-20T21:26:38.4195797Z [00:02:52.542]➜  github.com/pion/interceptor/pkg/report
2025-08-20T21:26:38.4196674Z [00:02:52.542]➜  mkdir -p $WORK/b911/
2025-08-20T21:26:38.4197452Z [00:02:52.542]➜  cat >/tmp/go-build548448651/b911/importcfg << 'EOF' # internal
2025-08-20T21:26:38.4198183Z [00:02:52.542]➜  # import config
2025-08-20T21:26:38.4199221Z [00:02:52.542]➜  packagefile github.com/pion/interceptor=/tmp/go-build548448651/b903/_pkg_.a
2025-08-20T21:26:38.4200487Z [00:02:52.542]➜  packagefile github.com/pion/interceptor/internal/ntp=/tmp/go-build548448651/b912/_pkg_.a
2025-08-20T21:26:38.4201720Z [00:02:52.542]➜  packagefile github.com/pion/logging=/tmp/go-build548448651/b845/_pkg_.a
2025-08-20T21:26:38.4202783Z [00:02:52.542]➜  packagefile github.com/pion/rtcp=/tmp/go-build548448651/b904/_pkg_.a
2025-08-20T21:26:38.4203998Z [00:02:52.542]➜  packagefile github.com/pion/rtp=/tmp/go-build548448651/b905/_pkg_.a
2025-08-20T21:26:38.4205013Z [00:02:52.542]➜  packagefile math/rand=/tmp/go-build548448651/b109/_pkg_.a
2025-08-20T21:26:38.4206056Z [00:02:52.542]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:38.4206955Z [00:02:52.542]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:38.4207582Z [00:02:52.542]➜  EOF
2025-08-20T21:26:38.4225859Z [00:02:52.542]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b911/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/interceptor@v0.1.40/pkg/report=>github.com/pion/interceptor@v0.1.40/pkg/report;$WORK/b911=>" -p github.com/pion/interceptor/pkg/report -lang=go1.20 -complete -installsuffix shared -buildid eI_XlMs8PubVKhVfigrd/eI_XlMs8PubVKhVfigrd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b911/importcfg -pack /root/go/pkg/mod/github.com/pion/interceptor@v0.1.40/pkg/report/receiver_interceptor.go /root/go/pkg/mod/github.com/pion/interceptor@v0.1.40/pkg/report/receiver_option.go /root/go/pkg/mod/github.com/pion/interceptor@v0.1.40/pkg/report/receiver_stream.go /root/go/pkg/mod/github.com/pion/interceptor@v0.1.40/pkg/report/report.go /root/go/pkg/mod/github.com/pion/interceptor@v0.1.40/pkg/report/sender_interceptor.go /root/go/pkg/mod/github.com/pion/interceptor@v0.1.40/pkg/report/sender_option.go /root/go/pkg/mod/github.com/pion/interceptor@v0.1.40/pkg/report/sender_stream.go /root/go/pkg/mod/github.com/pion/interceptor@v0.1.40/pkg/report/ticker.go
2025-08-20T21:26:38.4266870Z [00:02:52.549]➜  cp $WORK/b909/_pkg_.a /root/.cache/go-build/3d/3d39d97cb5034b4384e3a7d2047df0c17b70e9b6c2bc9586afdc698b2215f3da-d # internal
2025-08-20T21:26:38.4295560Z [00:02:52.552]➜  github.com/pion/interceptor/pkg/rfc8888
2025-08-20T21:26:38.4297266Z [00:02:52.552]➜  mkdir -p $WORK/b913/
2025-08-20T21:26:38.4303174Z [00:02:52.553]➜  cat >/tmp/go-build548448651/b913/importcfg << 'EOF' # internal
2025-08-20T21:26:38.4305112Z [00:02:52.553]➜  # import config
2025-08-20T21:26:38.4305939Z [00:02:52.553]➜  packagefile github.com/pion/interceptor=/tmp/go-build548448651/b903/_pkg_.a
2025-08-20T21:26:38.4307162Z [00:02:52.553]➜  packagefile github.com/pion/interceptor/internal/ntp=/tmp/go-build548448651/b912/_pkg_.a
2025-08-20T21:26:38.4308978Z [00:02:52.553]➜  packagefile github.com/pion/interceptor/internal/sequencenumber=/tmp/go-build548448651/b914/_pkg_.a
2025-08-20T21:26:38.4310224Z [00:02:52.553]➜  packagefile github.com/pion/logging=/tmp/go-build548448651/b845/_pkg_.a
2025-08-20T21:26:38.4311238Z [00:02:52.553]➜  packagefile github.com/pion/rtcp=/tmp/go-build548448651/b904/_pkg_.a
2025-08-20T21:26:38.4312153Z [00:02:52.553]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:38.4312922Z [00:02:52.553]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:38.4313499Z [00:02:52.553]➜  EOF
2025-08-20T21:26:38.4319534Z [00:02:52.553]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b913/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/interceptor@v0.1.40/pkg/rfc8888=>github.com/pion/interceptor@v0.1.40/pkg/rfc8888;$WORK/b913=>" -p github.com/pion/interceptor/pkg/rfc8888 -lang=go1.20 -complete -installsuffix shared -buildid X5sNAorVFyJ1JGi8WEb-/X5sNAorVFyJ1JGi8WEb- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b913/importcfg -pack /root/go/pkg/mod/github.com/pion/interceptor@v0.1.40/pkg/rfc8888/interceptor.go /root/go/pkg/mod/github.com/pion/interceptor@v0.1.40/pkg/rfc8888/option.go /root/go/pkg/mod/github.com/pion/interceptor@v0.1.40/pkg/rfc8888/recorder.go /root/go/pkg/mod/github.com/pion/interceptor@v0.1.40/pkg/rfc8888/stream_log.go /root/go/pkg/mod/github.com/pion/interceptor@v0.1.40/pkg/rfc8888/ticker.go
2025-08-20T21:26:38.4734988Z [00:02:52.596]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e
2025-08-20T21:26:38.4742900Z [00:02:52.596]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b639=/tmp/go-build -gno-record-gcc-switches -I $WORK/b639/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e=/_/github.com/DataDog/zstd@v1.5.6-0.20230824185856-869dae002e5e -frandom-seed=Oy3-PWRcNZLWC5EgVEcV -o $WORK/b639/_x037.o -c zstd_opt.c
2025-08-20T21:26:38.4928285Z [00:02:52.615]➜  go tool buildid -w $WORK/b913/_pkg_.a # internal
2025-08-20T21:26:38.4976915Z [00:02:52.620]➜  cp $WORK/b913/_pkg_.a /root/.cache/go-build/14/1447384b7b72e45f5760449cc14afbd1b6a0e13ddd01fce26a93064581d5d6a6-d # internal
2025-08-20T21:26:38.4989038Z [00:02:52.620]➜  github.com/pion/interceptor/pkg/twcc
2025-08-20T21:26:38.4989688Z [00:02:52.621]➜  mkdir -p $WORK/b915/
2025-08-20T21:26:38.4997217Z [00:02:52.622]➜  cat >/tmp/go-build548448651/b915/importcfg << 'EOF' # internal
2025-08-20T21:26:38.5006243Z [00:02:52.622]➜  # import config
2025-08-20T21:26:38.5006964Z [00:02:52.622]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:38.5008005Z [00:02:52.622]➜  packagefile github.com/pion/interceptor=/tmp/go-build548448651/b903/_pkg_.a
2025-08-20T21:26:38.5009527Z [00:02:52.622]➜  packagefile github.com/pion/interceptor/internal/sequencenumber=/tmp/go-build548448651/b914/_pkg_.a
2025-08-20T21:26:38.5010770Z [00:02:52.622]➜  packagefile github.com/pion/logging=/tmp/go-build548448651/b845/_pkg_.a
2025-08-20T21:26:38.5011812Z [00:02:52.622]➜  packagefile github.com/pion/rtcp=/tmp/go-build548448651/b904/_pkg_.a
2025-08-20T21:26:38.5014982Z [00:02:52.622]➜  packagefile github.com/pion/rtp=/tmp/go-build548448651/b905/_pkg_.a
2025-08-20T21:26:38.5016137Z [00:02:52.622]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:38.5017139Z [00:02:52.622]➜  packagefile math/rand=/tmp/go-build548448651/b109/_pkg_.a
2025-08-20T21:26:38.5018216Z [00:02:52.622]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:38.5019740Z [00:02:52.622]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:38.5020923Z [00:02:52.622]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:38.5022428Z [00:02:52.622]➜  EOF
2025-08-20T21:26:38.5025228Z [00:02:52.622]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:38.5031430Z [00:02:52.622]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b915/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/interceptor@v0.1.40/pkg/twcc=>github.com/pion/interceptor@v0.1.40/pkg/twcc;$WORK/b915=>" -p github.com/pion/interceptor/pkg/twcc -lang=go1.20 -complete -installsuffix shared -buildid 7QC2MdeVAAi11fXfwEzo/7QC2MdeVAAi11fXfwEzo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b915/importcfg -pack /root/go/pkg/mod/github.com/pion/interceptor@v0.1.40/pkg/twcc/arrival_time_map.go /root/go/pkg/mod/github.com/pion/interceptor@v0.1.40/pkg/twcc/header_extension_interceptor.go /root/go/pkg/mod/github.com/pion/interceptor@v0.1.40/pkg/twcc/sender_interceptor.go /root/go/pkg/mod/github.com/pion/interceptor@v0.1.40/pkg/twcc/twcc.go
2025-08-20T21:26:38.5529578Z [00:02:52.675]➜  go tool buildid -w $WORK/b918/_pkg_.a # internal
2025-08-20T21:26:38.5571132Z [00:02:52.679]➜  cp $WORK/b918/_pkg_.a /root/.cache/go-build/f7/f7537742fcc447ac497b4f8efee1b86d173e99d70709f7bf93369db945e71134-d # internal
2025-08-20T21:26:38.5583318Z [00:02:52.681]➜  github.com/pion/srtp/v3
2025-08-20T21:26:38.5584432Z [00:02:52.681]➜  mkdir -p $WORK/b919/
2025-08-20T21:26:38.5585445Z [00:02:52.681]➜  cat >/tmp/go-build548448651/b919/importcfg << 'EOF' # internal
2025-08-20T21:26:38.5586809Z [00:02:52.681]➜  # import config
2025-08-20T21:26:38.5587987Z [00:02:52.681]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:38.5589082Z [00:02:52.681]➜  packagefile crypto/aes=/tmp/go-build548448651/b111/_pkg_.a
2025-08-20T21:26:38.5589997Z [00:02:52.681]➜  packagefile crypto/cipher=/tmp/go-build548448651/b085/_pkg_.a
2025-08-20T21:26:38.5590948Z [00:02:52.681]➜  packagefile crypto/hmac=/tmp/go-build548448651/b136/_pkg_.a
2025-08-20T21:26:38.5592059Z [00:02:52.681]➜  packagefile crypto/sha1=/tmp/go-build548448651/b150/_pkg_.a
2025-08-20T21:26:38.5593175Z [00:02:52.681]➜  packagefile crypto/subtle=/tmp/go-build548448651/b106/_pkg_.a
2025-08-20T21:26:38.5594137Z [00:02:52.681]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:38.5595043Z [00:02:52.681]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:38.5595873Z [00:02:52.681]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:38.5596818Z [00:02:52.681]➜  packagefile github.com/pion/logging=/tmp/go-build548448651/b845/_pkg_.a
2025-08-20T21:26:38.5597881Z [00:02:52.681]➜  packagefile github.com/pion/rtcp=/tmp/go-build548448651/b904/_pkg_.a
2025-08-20T21:26:38.5599082Z [00:02:52.681]➜  packagefile github.com/pion/rtp=/tmp/go-build548448651/b905/_pkg_.a
2025-08-20T21:26:38.5600248Z [00:02:52.681]➜  packagefile github.com/pion/transport/v3/packetio=/tmp/go-build548448651/b861/_pkg_.a
2025-08-20T21:26:38.5601599Z [00:02:52.681]➜  packagefile github.com/pion/transport/v3/replaydetector=/tmp/go-build548448651/b847/_pkg_.a
2025-08-20T21:26:38.5602937Z [00:02:52.681]➜  packagefile github.com/pion/transport/v3/utils/xor=/tmp/go-build548448651/b855/_pkg_.a
2025-08-20T21:26:38.5603974Z [00:02:52.681]➜  packagefile hash=/tmp/go-build548448651/b080/_pkg_.a
2025-08-20T21:26:38.5604776Z [00:02:52.681]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:38.5605536Z [00:02:52.681]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:38.5606358Z [00:02:52.681]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:38.5607161Z [00:02:52.681]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:38.5607768Z [00:02:52.681]➜  EOF
2025-08-20T21:26:38.5629641Z [00:02:52.681]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b919/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/srtp/v3@v3.0.6=>github.com/pion/srtp/v3@v3.0.6;$WORK/b919=>" -p github.com/pion/srtp/v3 -lang=go1.20 -complete -installsuffix shared -buildid YdHpCeugpJKz24sIw4M5/YdHpCeugpJKz24sIw4M5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b919/importcfg -pack /root/go/pkg/mod/github.com/pion/srtp/v3@v3.0.6/context.go /root/go/pkg/mod/github.com/pion/srtp/v3@v3.0.6/crypto.go /root/go/pkg/mod/github.com/pion/srtp/v3@v3.0.6/errors.go /root/go/pkg/mod/github.com/pion/srtp/v3@v3.0.6/key_derivation.go /root/go/pkg/mod/github.com/pion/srtp/v3@v3.0.6/keying.go /root/go/pkg/mod/github.com/pion/srtp/v3@v3.0.6/option.go /root/go/pkg/mod/github.com/pion/srtp/v3@v3.0.6/protection_profile.go /root/go/pkg/mod/github.com/pion/srtp/v3@v3.0.6/protection_profile_with_args.go /root/go/pkg/mod/github.com/pion/srtp/v3@v3.0.6/session.go /root/go/pkg/mod/github.com/pion/srtp/v3@v3.0.6/session_srtcp.go /root/go/pkg/mod/github.com/pion/srtp/v3@v3.0.6/session_srtp.go /root/go/pkg/mod/github.com/pion/srtp/v3@v3.0.6/srtcp.go /root/go/pkg/mod/github.com/pion/srtp/v3@v3.0.6/srtp.go /root/go/pkg/mod/github.com/pion/srtp/v3@v3.0.6/srtp_cipher.go /root/go/pkg/mod/github.com/pion/srtp/v3@v3.0.6/srtp_cipher_aead_aes_gcm.go /root/go/pkg/mod/github.com/pion/srtp/v3@v3.0.6/srtp_cipher_aes_cm_hmac_sha1.go /root/go/pkg/mod/github.com/pion/srtp/v3@v3.0.6/stream.go /root/go/pkg/mod/github.com/pion/srtp/v3@v3.0.6/stream_srtcp.go /root/go/pkg/mod/github.com/pion/srtp/v3@v3.0.6/stream_srtp.go /root/go/pkg/mod/github.com/pion/srtp/v3@v3.0.6/util.go
2025-08-20T21:26:38.6010890Z [00:02:52.723]➜  go tool buildid -w $WORK/b915/_pkg_.a # internal
2025-08-20T21:26:38.6029548Z [00:02:52.725]➜  cp $WORK/b915/_pkg_.a /root/.cache/go-build/03/03df008df75c8ffbafe79187661edffebd7d0e074346d1fa736f2f0c592b4505-d # internal
2025-08-20T21:26:38.6030967Z [00:02:52.725]➜  github.com/pion/webrtc/v4/internal/fmtp
2025-08-20T21:26:38.6031730Z [00:02:52.725]➜  mkdir -p $WORK/b920/
2025-08-20T21:26:38.6041101Z [00:02:52.727]➜  cat >/tmp/go-build548448651/b920/importcfg << 'EOF' # internal
2025-08-20T21:26:38.6041813Z [00:02:52.727]➜  # import config
2025-08-20T21:26:38.6042706Z [00:02:52.727]➜  packagefile encoding/hex=/tmp/go-build548448651/b157/_pkg_.a
2025-08-20T21:26:38.6043696Z [00:02:52.727]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:38.6044311Z [00:02:52.727]➜  EOF
2025-08-20T21:26:38.6056293Z [00:02:52.727]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b920/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/internal/fmtp=>github.com/pion/webrtc/v4@v4.1.2/internal/fmtp;$WORK/b920=>" -p github.com/pion/webrtc/v4/internal/fmtp -lang=go1.20 -complete -installsuffix shared -buildid rSbNwiA4Cz42WBVjXPXm/rSbNwiA4Cz42WBVjXPXm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b920/importcfg -pack /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/internal/fmtp/av1.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/internal/fmtp/fmtp.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/internal/fmtp/h264.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/internal/fmtp/vp9.go
2025-08-20T21:26:38.6061319Z [00:02:52.727]➜  go tool buildid -w $WORK/b911/_pkg_.a # internal
2025-08-20T21:26:38.6106498Z [00:02:52.733]➜  cp $WORK/b911/_pkg_.a /root/.cache/go-build/fd/fd68db5a16581e3803708a332db9b7ec81fcc71b0b7581bde58e9f91b9cc95b5-d # internal
2025-08-20T21:26:38.6109933Z [00:02:52.733]➜  github.com/pion/webrtc/v4/internal/mux
2025-08-20T21:26:38.6110590Z [00:02:52.733]➜  mkdir -p $WORK/b921/
2025-08-20T21:26:38.6121671Z [00:02:52.734]➜  cat >/tmp/go-build548448651/b921/importcfg << 'EOF' # internal
2025-08-20T21:26:38.6122600Z [00:02:52.734]➜  # import config
2025-08-20T21:26:38.6123412Z [00:02:52.734]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:38.6124570Z [00:02:52.734]➜  packagefile github.com/pion/ice/v4=/tmp/go-build548448651/b821/_pkg_.a
2025-08-20T21:26:38.6125713Z [00:02:52.735]➜  packagefile github.com/pion/logging=/tmp/go-build548448651/b845/_pkg_.a
2025-08-20T21:26:38.6133437Z [00:02:52.735]➜  packagefile github.com/pion/transport/v3/packetio=/tmp/go-build548448651/b861/_pkg_.a
2025-08-20T21:26:38.6134565Z [00:02:52.735]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:38.6135641Z [00:02:52.735]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:38.6136435Z [00:02:52.735]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:38.6137320Z [00:02:52.735]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:38.6137881Z [00:02:52.735]➜  EOF
2025-08-20T21:26:38.6142734Z [00:02:52.735]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b921/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/internal/mux=>github.com/pion/webrtc/v4@v4.1.2/internal/mux;$WORK/b921=>" -p github.com/pion/webrtc/v4/internal/mux -lang=go1.20 -complete -installsuffix shared -buildid bvIl6PNrey0SAeVTOCaH/bvIl6PNrey0SAeVTOCaH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b921/importcfg -pack /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/internal/mux/endpoint.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/internal/mux/mux.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/internal/mux/muxfunc.go
2025-08-20T21:26:38.6346254Z [00:02:52.756]➜  go tool buildid -w $WORK/b920/_pkg_.a # internal
2025-08-20T21:26:38.6347569Z [00:02:52.757]➜  cp $WORK/b920/_pkg_.a /root/.cache/go-build/72/7236a2228aa110e9adf8dbb995ecb04cd60915c5e85306045d46ba1ccd49db61-d # internal
2025-08-20T21:26:38.6348902Z [00:02:52.757]➜  github.com/pion/webrtc/v4/internal/util
2025-08-20T21:26:38.6349495Z [00:02:52.757]➜  mkdir -p $WORK/b922/
2025-08-20T21:26:38.6350210Z [00:02:52.757]➜  cat >/tmp/go-build548448651/b922/importcfg << 'EOF' # internal
2025-08-20T21:26:38.6350885Z [00:02:52.757]➜  # import config
2025-08-20T21:26:38.6363169Z [00:02:52.759]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:38.6364155Z [00:02:52.759]➜  packagefile github.com/pion/randutil=/tmp/go-build548448651/b860/_pkg_.a
2025-08-20T21:26:38.6365145Z [00:02:52.759]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:38.6365819Z [00:02:52.759]➜  EOF
2025-08-20T21:26:38.6369922Z [00:02:52.759]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b922/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/internal/util=>github.com/pion/webrtc/v4@v4.1.2/internal/util;$WORK/b922=>" -p github.com/pion/webrtc/v4/internal/util -lang=go1.20 -complete -installsuffix shared -buildid tqgZu1Sln91bnCDuRAha/tqgZu1Sln91bnCDuRAha -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b922/importcfg -pack /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/internal/util/util.go
2025-08-20T21:26:38.6518014Z [00:02:52.774]➜  go tool buildid -w $WORK/b922/_pkg_.a # internal
2025-08-20T21:26:38.6531409Z [00:02:52.775]➜  cp $WORK/b922/_pkg_.a /root/.cache/go-build/eb/eb75d81f2f456b97894ccd14aa27cebdcbfe44314f20deb768cfad1d0cd9e3e0-d # internal
2025-08-20T21:26:38.6532744Z [00:02:52.775]➜  github.com/pion/webrtc/v4/pkg/media
2025-08-20T21:26:38.6533375Z [00:02:52.775]➜  mkdir -p $WORK/b923/
2025-08-20T21:26:38.6534167Z [00:02:52.775]➜  cat >/tmp/go-build548448651/b923/importcfg << 'EOF' # internal
2025-08-20T21:26:38.6534883Z [00:02:52.775]➜  # import config
2025-08-20T21:26:38.6536711Z [00:02:52.776]➜  packagefile github.com/pion/rtp=/tmp/go-build548448651/b905/_pkg_.a
2025-08-20T21:26:38.6537608Z [00:02:52.776]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:38.6538214Z [00:02:52.776]➜  EOF
2025-08-20T21:26:38.6542351Z [00:02:52.776]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b923/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/pkg/media=>github.com/pion/webrtc/v4@v4.1.2/pkg/media;$WORK/b923=>" -p github.com/pion/webrtc/v4/pkg/media -lang=go1.20 -complete -installsuffix shared -buildid ctN6suWVNI-Kr7j-ySLv/ctN6suWVNI-Kr7j-ySLv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b923/importcfg -pack /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/pkg/media/media.go
2025-08-20T21:26:38.6645524Z [00:02:52.787]➜  go tool buildid -w $WORK/b921/_pkg_.a # internal
2025-08-20T21:26:38.6656330Z [00:02:52.788]➜  go tool buildid -w $WORK/b923/_pkg_.a # internal
2025-08-20T21:26:38.6664237Z [00:02:52.789]➜  cp $WORK/b923/_pkg_.a /root/.cache/go-build/b7/b7dbca0eb37d9629a172e48950b88fd17ff517d4bebc94be1d204871b1fe17ad-d # internal
2025-08-20T21:26:38.6689025Z [00:02:52.791]➜  github.com/pion/webrtc/v4/pkg/rtcerr
2025-08-20T21:26:38.6696344Z [00:02:52.791]➜  mkdir -p $WORK/b924/
2025-08-20T21:26:38.6697150Z [00:02:52.792]➜  cat >/tmp/go-build548448651/b924/importcfg << 'EOF' # internal
2025-08-20T21:26:38.6698072Z [00:02:52.792]➜  # import config
2025-08-20T21:26:38.6699200Z [00:02:52.792]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:38.6699854Z [00:02:52.792]➜  EOF
2025-08-20T21:26:38.6703582Z [00:02:52.792]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b924/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/pkg/rtcerr=>github.com/pion/webrtc/v4@v4.1.2/pkg/rtcerr;$WORK/b924=>" -p github.com/pion/webrtc/v4/pkg/rtcerr -lang=go1.20 -complete -installsuffix shared -buildid XSdb1ElQcBcS-q0rjNgt/XSdb1ElQcBcS-q0rjNgt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b924/importcfg -pack /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/pkg/rtcerr/errors.go
2025-08-20T21:26:38.6707564Z [00:02:52.792]➜  cp $WORK/b921/_pkg_.a /root/.cache/go-build/48/4819853f8b72de6b672407d634e6ab31ccab9763a01fc503fc054591d0ee4c8d-d # internal
2025-08-20T21:26:38.6708963Z [00:02:52.792]➜  golang.org/x/net/http2/hpack
2025-08-20T21:26:38.6709630Z [00:02:52.792]➜  mkdir -p $WORK/b928/
2025-08-20T21:26:38.6710406Z [00:02:52.792]➜  cat >/tmp/go-build548448651/b928/importcfg << 'EOF' # internal
2025-08-20T21:26:38.6711097Z [00:02:52.792]➜  # import config
2025-08-20T21:26:38.6731385Z [00:02:52.792]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:38.6732361Z [00:02:52.793]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:38.6733190Z [00:02:52.793]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:38.6734212Z [00:02:52.793]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:38.6735290Z [00:02:52.793]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:38.6735994Z [00:02:52.793]➜  EOF
2025-08-20T21:26:38.6744881Z [00:02:52.794]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b928/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.43.0/http2/hpack=>golang.org/x/net@v0.43.0/http2/hpack;$WORK/b928=>" -p golang.org/x/net/http2/hpack -lang=go1.23 -complete -installsuffix shared -buildid ab8BXr4rRFD9pBp5gGu6/ab8BXr4rRFD9pBp5gGu6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b928/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.43.0/http2/hpack/encode.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/http2/hpack/hpack.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/http2/hpack/huffman.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/http2/hpack/static_table.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/http2/hpack/tables.go
2025-08-20T21:26:38.7002678Z [00:02:52.822]➜  go tool buildid -w $WORK/b924/_pkg_.a # internal
2025-08-20T21:26:38.7010810Z [00:02:52.823]➜  cp $WORK/b924/_pkg_.a /root/.cache/go-build/8b/8b06adb2244a6367719df8365892904aea12d85ab8f3c5bb6e9a00f41365733d-d # internal
2025-08-20T21:26:38.7033805Z [00:02:52.826]➜  golang.org/x/net/http/httpguts
2025-08-20T21:26:38.7036724Z [00:02:52.826]➜  mkdir -p $WORK/b929/
2025-08-20T21:26:38.7040194Z [00:02:52.826]➜  cat >/tmp/go-build548448651/b929/importcfg << 'EOF' # internal
2025-08-20T21:26:38.7041533Z [00:02:52.826]➜  # import config
2025-08-20T21:26:38.7044039Z [00:02:52.826]➜  packagefile golang.org/x/net/idna=/tmp/go-build548448651/b721/_pkg_.a
2025-08-20T21:26:38.7045233Z [00:02:52.826]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:38.7047503Z [00:02:52.826]➜  packagefile net/textproto=/tmp/go-build548448651/b175/_pkg_.a
2025-08-20T21:26:38.7048439Z [00:02:52.827]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:38.7049552Z [00:02:52.827]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:38.7050474Z [00:02:52.827]➜  EOF
2025-08-20T21:26:38.7054430Z [00:02:52.827]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b929/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.43.0/http/httpguts=>golang.org/x/net@v0.43.0/http/httpguts;$WORK/b929=>" -p golang.org/x/net/http/httpguts -lang=go1.23 -complete -installsuffix shared -buildid 0XinDPhZnA5hG7xO3yD6/0XinDPhZnA5hG7xO3yD6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b929/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.43.0/http/httpguts/guts.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/http/httpguts/httplex.go
2025-08-20T21:26:38.7539340Z [00:02:52.876]➜  go tool buildid -w $WORK/b929/_pkg_.a # internal
2025-08-20T21:26:38.7549830Z [00:02:52.877]➜  cp $WORK/b929/_pkg_.a /root/.cache/go-build/34/34a01656d465d79c3925a608d5b7bcbe5e821abcce75d170c1046fa4f762bc41-d # internal
2025-08-20T21:26:38.7559004Z [00:02:52.878]➜  github.com/libp2p/go-libp2p/p2p/host/blank
2025-08-20T21:26:38.7559723Z [00:02:52.878]➜  mkdir -p $WORK/b931/
2025-08-20T21:26:38.7563160Z [00:02:52.879]➜  cat >/tmp/go-build548448651/b931/importcfg << 'EOF' # internal
2025-08-20T21:26:38.7565284Z [00:02:52.879]➜  # import config
2025-08-20T21:26:38.7568098Z [00:02:52.879]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:38.7570271Z [00:02:52.879]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:38.7575879Z [00:02:52.879]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:38.7576945Z [00:02:52.879]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:38.7578145Z [00:02:52.879]➜  packagefile github.com/libp2p/go-libp2p/core/connmgr=/tmp/go-build548448651/b424/_pkg_.a
2025-08-20T21:26:38.7582649Z [00:02:52.879]➜  packagefile github.com/libp2p/go-libp2p/core/event=/tmp/go-build548448651/b426/_pkg_.a
2025-08-20T21:26:38.7584106Z [00:02:52.879]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build548448651/b423/_pkg_.a
2025-08-20T21:26:38.7585496Z [00:02:52.879]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build548448651/b417/_pkg_.a
2025-08-20T21:26:38.7586769Z [00:02:52.879]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:38.7588034Z [00:02:52.879]➜  packagefile github.com/libp2p/go-libp2p/core/peerstore=/tmp/go-build548448651/b418/_pkg_.a
2025-08-20T21:26:38.7589539Z [00:02:52.879]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build548448651/b419/_pkg_.a
2025-08-20T21:26:38.7590819Z [00:02:52.879]➜  packagefile github.com/libp2p/go-libp2p/core/record=/tmp/go-build548448651/b320/_pkg_.a
2025-08-20T21:26:38.7592119Z [00:02:52.879]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/eventbus=/tmp/go-build548448651/b513/_pkg_.a
2025-08-20T21:26:38.7593413Z [00:02:52.879]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:38.7594650Z [00:02:52.879]➜  packagefile github.com/multiformats/go-multistream=/tmp/go-build548448651/b420/_pkg_.a
2025-08-20T21:26:38.7595678Z [00:02:52.879]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:38.7596301Z [00:02:52.879]➜  EOF
2025-08-20T21:26:38.7600290Z [00:02:52.880]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b931/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/host/blank=>github.com/libp2p/go-libp2p@v0.43.0/p2p/host/blank;$WORK/b931=>" -p github.com/libp2p/go-libp2p/p2p/host/blank -lang=go1.23 -complete -installsuffix shared -buildid DFVtIpzHte3ef3OxUVIB/DFVtIpzHte3ef3OxUVIB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b931/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/host/blank/blank.go
2025-08-20T21:26:38.7941363Z [00:02:52.916]➜  go tool buildid -w $WORK/b928/_pkg_.a # internal
2025-08-20T21:26:38.7959941Z [00:02:52.918]➜  cp $WORK/b928/_pkg_.a /root/.cache/go-build/ec/ec24bcd7c80817d33f58aa3136b5d22b3c7996575106d9e795ff929bcba6281b-d # internal
2025-08-20T21:26:38.7962616Z [00:02:52.919]➜  github.com/quic-go/qpack
2025-08-20T21:26:38.7963421Z [00:02:52.919]➜  mkdir -p $WORK/b927/
2025-08-20T21:26:38.7969681Z [00:02:52.919]➜  cat >/tmp/go-build548448651/b927/importcfg << 'EOF' # internal
2025-08-20T21:26:38.7970356Z [00:02:52.919]➜  # import config
2025-08-20T21:26:38.7971048Z [00:02:52.919]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:38.7971925Z [00:02:52.919]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:38.7972765Z [00:02:52.919]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:38.7973737Z [00:02:52.919]➜  packagefile golang.org/x/net/http2/hpack=/tmp/go-build548448651/b928/_pkg_.a
2025-08-20T21:26:38.7974711Z [00:02:52.919]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:38.7975571Z [00:02:52.919]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:38.7976225Z [00:02:52.919]➜  EOF
2025-08-20T21:26:38.7985348Z [00:02:52.919]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b927/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/quic-go/qpack@v0.5.1=>github.com/quic-go/qpack@v0.5.1;$WORK/b927=>" -p github.com/quic-go/qpack -lang=go1.22 -complete -installsuffix shared -buildid ft1MDPOTtxbqMzMD_ZOC/ft1MDPOTtxbqMzMD_ZOC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b927/importcfg -pack /root/go/pkg/mod/github.com/quic-go/qpack@v0.5.1/decoder.go /root/go/pkg/mod/github.com/quic-go/qpack@v0.5.1/encoder.go /root/go/pkg/mod/github.com/quic-go/qpack@v0.5.1/header_field.go /root/go/pkg/mod/github.com/quic-go/qpack@v0.5.1/static_table.go /root/go/pkg/mod/github.com/quic-go/qpack@v0.5.1/varint.go
2025-08-20T21:26:38.8057292Z [00:02:52.928]➜  go tool buildid -w $WORK/b919/_pkg_.a # internal
2025-08-20T21:26:38.8095884Z [00:02:52.932]➜  cp $WORK/b919/_pkg_.a /root/.cache/go-build/eb/ebf0e75f5e149986285088b0be9d176a4998749c21a116c6fabcce60ca7882ef-d # internal
2025-08-20T21:26:38.8203600Z [00:02:52.943]➜  github.com/pion/webrtc/v4
2025-08-20T21:26:38.8206557Z [00:02:52.943]➜  mkdir -p $WORK/b901/
2025-08-20T21:26:38.8214595Z [00:02:52.943]➜  cat >/tmp/go-build548448651/b901/importcfg << 'EOF' # internal
2025-08-20T21:26:38.8218929Z [00:02:52.943]➜  # import config
2025-08-20T21:26:38.8219659Z [00:02:52.943]➜  packagefile container/list=/tmp/go-build548448651/b081/_pkg_.a
2025-08-20T21:26:38.8220497Z [00:02:52.943]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:38.8221276Z [00:02:52.943]➜  packagefile crypto=/tmp/go-build548448651/b084/_pkg_.a
2025-08-20T21:26:38.8222074Z [00:02:52.943]➜  packagefile crypto/ecdsa=/tmp/go-build548448651/b118/_pkg_.a
2025-08-20T21:26:38.8222931Z [00:02:52.943]➜  packagefile crypto/elliptic=/tmp/go-build548448651/b119/_pkg_.a
2025-08-20T21:26:38.8223800Z [00:02:52.944]➜  packagefile crypto/rand=/tmp/go-build548448651/b082/_pkg_.a
2025-08-20T21:26:38.8224607Z [00:02:52.944]➜  packagefile crypto/rsa=/tmp/go-build548448651/b148/_pkg_.a
2025-08-20T21:26:38.8225403Z [00:02:52.944]➜  packagefile crypto/tls=/tmp/go-build548448651/b110/_pkg_.a
2025-08-20T21:26:38.8226201Z [00:02:52.944]➜  packagefile crypto/x509=/tmp/go-build548448651/b154/_pkg_.a
2025-08-20T21:26:38.8227032Z [00:02:52.944]➜  packagefile crypto/x509/pkix=/tmp/go-build548448651/b156/_pkg_.a
2025-08-20T21:26:38.8227882Z [00:02:52.944]➜  packagefile encoding/base64=/tmp/go-build548448651/b054/_pkg_.a
2025-08-20T21:26:38.8228871Z [00:02:52.944]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:38.8229680Z [00:02:52.944]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:38.8230474Z [00:02:52.944]➜  packagefile encoding/pem=/tmp/go-build548448651/b158/_pkg_.a
2025-08-20T21:26:38.8231229Z [00:02:52.944]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:38.8231944Z [00:02:52.944]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:38.8232806Z [00:02:52.944]➜  packagefile github.com/pion/datachannel=/tmp/go-build548448651/b899/_pkg_.a
2025-08-20T21:26:38.8234036Z [00:02:52.944]➜  packagefile github.com/pion/dtls/v3=/tmp/go-build548448651/b822/_pkg_.a
2025-08-20T21:26:38.8235123Z [00:02:52.944]➜  packagefile github.com/pion/dtls/v3/pkg/crypto/elliptic=/tmp/go-build548448651/b830/_pkg_.a
2025-08-20T21:26:38.8236483Z [00:02:52.944]➜  packagefile github.com/pion/dtls/v3/pkg/crypto/fingerprint=/tmp/go-build548448651/b902/_pkg_.a
2025-08-20T21:26:38.8237715Z [00:02:52.944]➜  packagefile github.com/pion/dtls/v3/pkg/protocol/handshake=/tmp/go-build548448651/b834/_pkg_.a
2025-08-20T21:26:38.8250916Z [00:02:52.944]➜  packagefile github.com/pion/ice/v4=/tmp/go-build548448651/b821/_pkg_.a
2025-08-20T21:26:38.8252067Z [00:02:52.944]➜  packagefile github.com/pion/interceptor=/tmp/go-build548448651/b903/_pkg_.a
2025-08-20T21:26:38.8253231Z [00:02:52.944]➜  packagefile github.com/pion/interceptor/pkg/flexfec=/tmp/go-build548448651/b907/_pkg_.a
2025-08-20T21:26:38.8254409Z [00:02:52.944]➜  packagefile github.com/pion/interceptor/pkg/nack=/tmp/go-build548448651/b909/_pkg_.a
2025-08-20T21:26:38.8255546Z [00:02:52.944]➜  packagefile github.com/pion/interceptor/pkg/report=/tmp/go-build548448651/b911/_pkg_.a
2025-08-20T21:26:38.8256765Z [00:02:52.944]➜  packagefile github.com/pion/interceptor/pkg/rfc8888=/tmp/go-build548448651/b913/_pkg_.a
2025-08-20T21:26:38.8257861Z [00:02:52.944]➜  packagefile github.com/pion/interceptor/pkg/twcc=/tmp/go-build548448651/b915/_pkg_.a
2025-08-20T21:26:38.8259051Z [00:02:52.944]➜  packagefile github.com/pion/logging=/tmp/go-build548448651/b845/_pkg_.a
2025-08-20T21:26:38.8259999Z [00:02:52.944]➜  packagefile github.com/pion/randutil=/tmp/go-build548448651/b860/_pkg_.a
2025-08-20T21:26:38.8260924Z [00:02:52.944]➜  packagefile github.com/pion/rtcp=/tmp/go-build548448651/b904/_pkg_.a
2025-08-20T21:26:38.8261847Z [00:02:52.944]➜  packagefile github.com/pion/rtp=/tmp/go-build548448651/b905/_pkg_.a
2025-08-20T21:26:38.8262969Z [00:02:52.944]➜  packagefile github.com/pion/rtp/codecs=/tmp/go-build548448651/b916/_pkg_.a
2025-08-20T21:26:38.8264072Z [00:02:52.944]➜  packagefile github.com/pion/sctp=/tmp/go-build548448651/b900/_pkg_.a
2025-08-20T21:26:38.8264993Z [00:02:52.944]➜  packagefile github.com/pion/sdp/v3=/tmp/go-build548448651/b918/_pkg_.a
2025-08-20T21:26:38.8265910Z [00:02:52.944]➜  packagefile github.com/pion/srtp/v3=/tmp/go-build548448651/b919/_pkg_.a
2025-08-20T21:26:38.8266825Z [00:02:52.944]➜  packagefile github.com/pion/stun/v3=/tmp/go-build548448651/b850/_pkg_.a
2025-08-20T21:26:38.8267775Z [00:02:52.944]➜  packagefile github.com/pion/transport/v3=/tmp/go-build548448651/b852/_pkg_.a
2025-08-20T21:26:38.8269503Z [00:02:52.944]➜  packagefile github.com/pion/transport/v3/packetio=/tmp/go-build548448651/b861/_pkg_.a
2025-08-20T21:26:38.8270648Z [00:02:52.944]➜  packagefile github.com/pion/webrtc/v4/internal/fmtp=/tmp/go-build548448651/b920/_pkg_.a
2025-08-20T21:26:38.8271767Z [00:02:52.944]➜  packagefile github.com/pion/webrtc/v4/internal/mux=/tmp/go-build548448651/b921/_pkg_.a
2025-08-20T21:26:38.8272885Z [00:02:52.944]➜  packagefile github.com/pion/webrtc/v4/internal/util=/tmp/go-build548448651/b922/_pkg_.a
2025-08-20T21:26:38.8274004Z [00:02:52.944]➜  packagefile github.com/pion/webrtc/v4/pkg/media=/tmp/go-build548448651/b923/_pkg_.a
2025-08-20T21:26:38.8275250Z [00:02:52.944]➜  packagefile github.com/pion/webrtc/v4/pkg/rtcerr=/tmp/go-build548448651/b924/_pkg_.a
2025-08-20T21:26:38.8276308Z [00:02:52.944]➜  packagefile golang.org/x/net/proxy=/tmp/go-build548448651/b869/_pkg_.a
2025-08-20T21:26:38.8277187Z [00:02:52.944]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:38.8277942Z [00:02:52.944]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:38.8278894Z [00:02:52.944]➜  packagefile math/big=/tmp/go-build548448651/b108/_pkg_.a
2025-08-20T21:26:38.8279680Z [00:02:52.944]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:38.8280423Z [00:02:52.944]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:38.8281205Z [00:02:52.944]➜  packagefile regexp=/tmp/go-build548448651/b192/_pkg_.a
2025-08-20T21:26:38.8282131Z [00:02:52.944]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:38.8282930Z [00:02:52.944]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:38.8283704Z [00:02:52.944]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:38.8284477Z [00:02:52.944]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:38.8285304Z [00:02:52.944]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:38.8285903Z [00:02:52.944]➜  EOF
2025-08-20T21:26:38.8336343Z [00:02:52.944]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b901/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2=>github.com/pion/webrtc/v4@v4.1.2;$WORK/b901=>" -p github.com/pion/webrtc/v4 -lang=go1.20 -complete -installsuffix shared -buildid Y3wQWdpaNljRTLrZUJS4/Y3wQWdpaNljRTLrZUJS4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b901/importcfg -pack /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/api.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/atomicbool.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/bundlepolicy.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/certificate.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/configuration.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/configuration_common.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/constants.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/datachannel.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/datachannelinit.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/datachannelmessage.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/datachannelparameters.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/datachannelstate.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/dtlsfingerprint.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/dtlsparameters.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/dtlsrole.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/dtlstransport.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/dtlstransportstate.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/errors.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/gathering_complete_promise.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/ice_go.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/icecandidate.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/icecandidateinit.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/icecandidatepair.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/icecandidatetype.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/icecomponent.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/iceconnectionstate.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/icecredentialtype.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/icegatherer.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/icegathererstate.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/icegatheringstate.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/icegatheroptions.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/icemux.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/iceparameters.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/iceprotocol.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/icerole.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/iceserver.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/icetransport.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/icetransportpolicy.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/icetransportstate.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/interceptor.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/mediaengine.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/mimetype.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/networktype.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/oauthcredential.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/offeransweroptions.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/operations.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/peerconnection.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/peerconnectionstate.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/rtcpfeedback.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/rtcpmuxpolicy.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/rtpcapabilities.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/rtpcodec.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/rtpcodingparameters.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/rtpdecodingparameters.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/rtpencodingparameters.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/rtpreceiveparameters.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/rtpreceiver.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/rtpreceiver_go.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/rtpsender.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/rtpsendparameters.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/rtptransceiver.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/rtptransceiverdirection.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/rtptransceiverinit.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/sctpcapabilities.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/sctptransport.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/sctptransportstate.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/sdp.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/sdpsemantics.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/sdptype.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/sessiondescription.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/settingengine.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/signalingstate.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/srtp_writer_future.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/stats.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/stats_go.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/track_local.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/track_local_static.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/track_remote.go /root/go/pkg/mod/github.com/pion/webrtc/v4@v4.1.2/webrtc.go
2025-08-20T21:26:38.8801416Z [00:02:53.001]➜  go tool buildid -w $WORK/b927/_pkg_.a # internal
2025-08-20T21:26:38.8807307Z [00:02:53.002]➜  cp $WORK/b927/_pkg_.a /root/.cache/go-build/d2/d21d4c164537ee758f5ed9da2a86219a2ae708ebdd7ab20b1278cfa2f3f95137-d # internal
2025-08-20T21:26:38.8808697Z [00:02:53.003]➜  github.com/quic-go/quic-go/http3
2025-08-20T21:26:38.8809296Z [00:02:53.003]➜  mkdir -p $WORK/b926/
2025-08-20T21:26:38.8814973Z [00:02:53.004]➜  cat >/tmp/go-build548448651/b926/importcfg << 'EOF' # internal
2025-08-20T21:26:38.8818844Z [00:02:53.004]➜  # import config
2025-08-20T21:26:38.8819528Z [00:02:53.004]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:38.8820433Z [00:02:53.004]➜  packagefile compress/gzip=/tmp/go-build548448651/b075/_pkg_.a
2025-08-20T21:26:38.8821308Z [00:02:53.004]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:38.8822149Z [00:02:53.004]➜  packagefile crypto/tls=/tmp/go-build548448651/b110/_pkg_.a
2025-08-20T21:26:38.8823196Z [00:02:53.004]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:38.8823931Z [00:02:53.004]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:38.8824853Z [00:02:53.004]➜  packagefile github.com/quic-go/qpack=/tmp/go-build548448651/b927/_pkg_.a
2025-08-20T21:26:38.8825923Z [00:02:53.004]➜  packagefile github.com/quic-go/quic-go=/tmp/go-build548448651/b801/_pkg_.a
2025-08-20T21:26:38.8827090Z [00:02:53.004]➜  packagefile github.com/quic-go/quic-go/quicvarint=/tmp/go-build548448651/b805/_pkg_.a
2025-08-20T21:26:38.8828307Z [00:02:53.004]➜  packagefile golang.org/x/net/http/httpguts=/tmp/go-build548448651/b929/_pkg_.a
2025-08-20T21:26:38.8829650Z [00:02:53.004]➜  packagefile golang.org/x/net/http2/hpack=/tmp/go-build548448651/b928/_pkg_.a
2025-08-20T21:26:38.8830927Z [00:02:53.004]➜  packagefile golang.org/x/net/idna=/tmp/go-build548448651/b721/_pkg_.a
2025-08-20T21:26:38.8831868Z [00:02:53.004]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:38.8832737Z [00:02:53.004]➜  packagefile log/slog=/tmp/go-build548448651/b202/_pkg_.a
2025-08-20T21:26:38.8833561Z [00:02:53.004]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:38.8834401Z [00:02:53.004]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:38.8835352Z [00:02:53.004]➜  packagefile net/http/httptrace=/tmp/go-build548448651/b181/_pkg_.a
2025-08-20T21:26:38.8836369Z [00:02:53.004]➜  packagefile net/textproto=/tmp/go-build548448651/b175/_pkg_.a
2025-08-20T21:26:38.8837251Z [00:02:53.004]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:38.8838055Z [00:02:53.004]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:38.8839915Z [00:02:53.004]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:38.8840852Z [00:02:53.004]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:38.8841726Z [00:02:53.004]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:38.8842626Z [00:02:53.004]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:38.8843505Z [00:02:53.004]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:38.8844419Z [00:02:53.004]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:38.8845318Z [00:02:53.004]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:38.8845930Z [00:02:53.004]➜  EOF
2025-08-20T21:26:38.8857052Z [00:02:53.004]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b926/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/http3=>github.com/quic-go/quic-go@v0.54.0/http3;$WORK/b926=>" -p github.com/quic-go/quic-go/http3 -lang=go1.23 -complete -installsuffix shared -buildid zaxCClw9kol9zJfd0-zc/zaxCClw9kol9zJfd0-zc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b926/importcfg -pack /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/http3/body.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/http3/capsule.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/http3/client.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/http3/conn.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/http3/error.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/http3/error_codes.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/http3/frames.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/http3/gzip_reader.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/http3/headers.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/http3/ip_addr.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/http3/request_writer.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/http3/response_writer.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/http3/server.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/http3/state_tracking_stream.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/http3/stream.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/http3/trace.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.54.0/http3/transport.go
2025-08-20T21:26:38.8893795Z [00:02:53.012]➜  go tool buildid -w $WORK/b931/_pkg_.a # internal
2025-08-20T21:26:38.8930636Z [00:02:53.015]➜  cp $WORK/b931/_pkg_.a /root/.cache/go-build/a1/a106151a17558200933dadcd886320f6f1de7949a53436b3deef2a4dc48fc511-d # internal
2025-08-20T21:26:38.8945650Z [00:02:53.017]➜  github.com/libp2p/go-libp2p/p2p/host/peerstore/pstoremem
2025-08-20T21:26:38.8948763Z [00:02:53.017]➜  mkdir -p $WORK/b932/
2025-08-20T21:26:38.8955679Z [00:02:53.018]➜  cat >/tmp/go-build548448651/b932/importcfg << 'EOF' # internal
2025-08-20T21:26:38.8965502Z [00:02:53.018]➜  # import config
2025-08-20T21:26:38.8966242Z [00:02:53.018]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:38.8967238Z [00:02:53.018]➜  packagefile container/heap=/tmp/go-build548448651/b460/_pkg_.a
2025-08-20T21:26:38.8968439Z [00:02:53.018]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:38.8969493Z [00:02:53.018]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:38.8970332Z [00:02:53.018]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:38.8971303Z [00:02:53.018]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:38.8972489Z [00:02:53.018]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build548448651/b311/_pkg_.a
2025-08-20T21:26:38.8974040Z [00:02:53.018]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:38.8975491Z [00:02:53.018]➜  packagefile github.com/libp2p/go-libp2p/core/peerstore=/tmp/go-build548448651/b418/_pkg_.a
2025-08-20T21:26:38.8999987Z [00:02:53.018]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build548448651/b419/_pkg_.a
2025-08-20T21:26:38.9002772Z [00:02:53.018]➜  packagefile github.com/libp2p/go-libp2p/core/record=/tmp/go-build548448651/b320/_pkg_.a
2025-08-20T21:26:38.9004192Z [00:02:53.018]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/peerstore=/tmp/go-build548448651/b500/_pkg_.a
2025-08-20T21:26:38.9005580Z [00:02:53.018]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:38.9006930Z [00:02:53.018]➜  packagefile github.com/multiformats/go-multiaddr-fmt=/tmp/go-build548448651/b455/_pkg_.a
2025-08-20T21:26:38.9008294Z [00:02:53.018]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build548448651/b430/_pkg_.a
2025-08-20T21:26:38.9009580Z [00:02:53.018]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:38.9010421Z [00:02:53.018]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:38.9011277Z [00:02:53.018]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:38.9012126Z [00:02:53.018]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:38.9012800Z [00:02:53.018]➜  EOF
2025-08-20T21:26:38.9021035Z [00:02:53.018]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b932/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/host/peerstore/pstoremem=>github.com/libp2p/go-libp2p@v0.43.0/p2p/host/peerstore/pstoremem;$WORK/b932=>" -p github.com/libp2p/go-libp2p/p2p/host/peerstore/pstoremem -lang=go1.23 -complete -installsuffix shared -buildid GuocwagA-OP9zl5HYyoi/GuocwagA-OP9zl5HYyoi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b932/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/host/peerstore/pstoremem/addr_book.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/host/peerstore/pstoremem/keybook.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/host/peerstore/pstoremem/metadata.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/host/peerstore/pstoremem/peerstore.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/host/peerstore/pstoremem/protobook.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/host/peerstore/pstoremem/sorting.go
2025-08-20T21:26:39.0988321Z [00:02:53.221]➜  go tool buildid -w $WORK/b932/_pkg_.a # internal
2025-08-20T21:26:39.1029464Z [00:02:53.225]➜  cp $WORK/b932/_pkg_.a /root/.cache/go-build/22/226de4d7a65e452358198b83c68f663a2e94ef9ac14ae3b61c15963fdf35077a-d # internal
2025-08-20T21:26:39.1040202Z [00:02:53.226]➜  github.com/pbnjay/memory
2025-08-20T21:26:39.1046621Z [00:02:53.227]➜  mkdir -p $WORK/b934/
2025-08-20T21:26:39.1057022Z [00:02:53.228]➜  cat >/tmp/go-build548448651/b934/importcfg << 'EOF' # internal
2025-08-20T21:26:39.1063990Z [00:02:53.228]➜  # import config
2025-08-20T21:26:39.1070971Z [00:02:53.228]➜  packagefile syscall=/tmp/go-build548448651/b047/_pkg_.a
2025-08-20T21:26:39.1071621Z [00:02:53.228]➜  EOF
2025-08-20T21:26:39.1076085Z [00:02:53.229]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b934/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pbnjay/memory@v0.0.0-20210728143218-7b4eea64cf58=>github.com/pbnjay/memory@v0.0.0-20210728143218-7b4eea64cf58;$WORK/b934=>" -p github.com/pbnjay/memory -lang=go1.16 -complete -installsuffix shared -buildid QsqO3-WIn36ZoIPKj7Zp/QsqO3-WIn36ZoIPKj7Zp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b934/importcfg -pack /root/go/pkg/mod/github.com/pbnjay/memory@v0.0.0-20210728143218-7b4eea64cf58/doc.go /root/go/pkg/mod/github.com/pbnjay/memory@v0.0.0-20210728143218-7b4eea64cf58/memory_linux.go
2025-08-20T21:26:39.1270610Z [00:02:53.249]➜  go tool buildid -w $WORK/b934/_pkg_.a # internal
2025-08-20T21:26:39.1283995Z [00:02:53.251]➜  cp $WORK/b934/_pkg_.a /root/.cache/go-build/a8/a8dc0880e6274b07558573f6795b2a6eb818c2e02f74f8da957033e382ca3dde-d # internal
2025-08-20T21:26:39.1374655Z [00:02:53.260]➜  github.com/libp2p/go-libp2p/p2p/host/resource-manager
2025-08-20T21:26:39.1386263Z [00:02:53.260]➜  mkdir -p $WORK/b933/
2025-08-20T21:26:39.1396017Z [00:02:53.262]➜  cat >/tmp/go-build548448651/b933/importcfg << 'EOF' # internal
2025-08-20T21:26:39.1397325Z [00:02:53.262]➜  # import config
2025-08-20T21:26:39.1398813Z [00:02:53.262]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:39.1399777Z [00:02:53.262]➜  packagefile compress/gzip=/tmp/go-build548448651/b075/_pkg_.a
2025-08-20T21:26:39.1400647Z [00:02:53.262]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:39.1401488Z [00:02:53.262]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:39.1402316Z [00:02:53.262]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:39.1403091Z [00:02:53.262]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:39.1403983Z [00:02:53.262]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:39.1405084Z [00:02:53.262]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build548448651/b417/_pkg_.a
2025-08-20T21:26:39.1406236Z [00:02:53.262]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:39.1407459Z [00:02:53.262]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build548448651/b419/_pkg_.a
2025-08-20T21:26:39.1409443Z [00:02:53.262]➜  packagefile github.com/libp2p/go-libp2p/p2p/metricshelper=/tmp/go-build548448651/b447/_pkg_.a
2025-08-20T21:26:39.1410717Z [00:02:53.262]➜  packagefile github.com/libp2p/go-libp2p/x/rate=/tmp/go-build548448651/b751/_pkg_.a
2025-08-20T21:26:39.1411859Z [00:02:53.262]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:39.1413090Z [00:02:53.262]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build548448651/b430/_pkg_.a
2025-08-20T21:26:39.1414230Z [00:02:53.262]➜  packagefile github.com/pbnjay/memory=/tmp/go-build548448651/b934/_pkg_.a
2025-08-20T21:26:39.1415401Z [00:02:53.262]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build548448651/b387/_pkg_.a
2025-08-20T21:26:39.1416477Z [00:02:53.262]➜  packagefile golang.org/x/sys/unix=/tmp/go-build548448651/b194/_pkg_.a
2025-08-20T21:26:39.1417293Z [00:02:53.262]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:39.1418184Z [00:02:53.262]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:39.1419088Z [00:02:53.262]➜  packagefile math/big=/tmp/go-build548448651/b108/_pkg_.a
2025-08-20T21:26:39.1419816Z [00:02:53.262]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:39.1420559Z [00:02:53.262]➜  packagefile net/netip=/tmp/go-build548448651/b164/_pkg_.a
2025-08-20T21:26:39.1421287Z [00:02:53.262]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:39.1422003Z [00:02:53.262]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:39.1422735Z [00:02:53.262]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:39.1423487Z [00:02:53.262]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:39.1424373Z [00:02:53.262]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:39.1425106Z [00:02:53.262]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:39.1425824Z [00:02:53.262]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:39.1426375Z [00:02:53.262]➜  EOF
2025-08-20T21:26:39.1438223Z [00:02:53.262]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b933/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/host/resource-manager=>github.com/libp2p/go-libp2p@v0.43.0/p2p/host/resource-manager;$WORK/b933=>" -p github.com/libp2p/go-libp2p/p2p/host/resource-manager -lang=go1.23 -complete -installsuffix shared -buildid FHTXGAVPqhI-607VJCJv/FHTXGAVPqhI-607VJCJv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b933/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/host/resource-manager/allowlist.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/host/resource-manager/conn_limiter.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/host/resource-manager/conn_rate_limiter.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/host/resource-manager/error.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/host/resource-manager/extapi.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/host/resource-manager/limit.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/host/resource-manager/limit_defaults.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/host/resource-manager/metrics.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/host/resource-manager/rcmgr.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/host/resource-manager/scope.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/host/resource-manager/stats.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/host/resource-manager/sys_unix.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/host/resource-manager/trace.go
2025-08-20T21:26:39.2800660Z [00:02:53.401]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e
2025-08-20T21:26:39.2804572Z [00:02:53.401]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b639=/tmp/go-build -gno-record-gcc-switches -I $WORK/b639/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e=/_/github.com/DataDog/zstd@v1.5.6-0.20230824185856-869dae002e5e -frandom-seed=Oy3-PWRcNZLWC5EgVEcV -o $WORK/b639/_x038.o -c zstd_v01.c
2025-08-20T21:26:39.4141170Z [00:02:53.536]➜  go tool buildid -w $WORK/b926/_pkg_.a # internal
2025-08-20T21:26:39.4256652Z [00:02:53.548]➜  cp $WORK/b926/_pkg_.a /root/.cache/go-build/8b/8b0f202356cc669f94b4412bd3c49850063c8cae7fbc815c736a4bf0cd3aad82-d # internal
2025-08-20T21:26:39.4286899Z [00:02:53.551]➜  github.com/quic-go/webtransport-go
2025-08-20T21:26:39.4292914Z [00:02:53.552]➜  mkdir -p $WORK/b930/
2025-08-20T21:26:39.4302917Z [00:02:53.553]➜  cat >/tmp/go-build548448651/b930/importcfg << 'EOF' # internal
2025-08-20T21:26:39.4305319Z [00:02:53.553]➜  # import config
2025-08-20T21:26:39.4309502Z [00:02:53.553]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:39.4310439Z [00:02:53.553]➜  packagefile crypto/tls=/tmp/go-build548448651/b110/_pkg_.a
2025-08-20T21:26:39.4311388Z [00:02:53.553]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:39.4312295Z [00:02:53.553]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:39.4313138Z [00:02:53.553]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:39.4314077Z [00:02:53.553]➜  packagefile github.com/quic-go/quic-go=/tmp/go-build548448651/b801/_pkg_.a
2025-08-20T21:26:39.4315116Z [00:02:53.553]➜  packagefile github.com/quic-go/quic-go/http3=/tmp/go-build548448651/b926/_pkg_.a
2025-08-20T21:26:39.4316327Z [00:02:53.553]➜  packagefile github.com/quic-go/quic-go/quicvarint=/tmp/go-build548448651/b805/_pkg_.a
2025-08-20T21:26:39.4317541Z [00:02:53.553]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:39.4318432Z [00:02:53.553]➜  packagefile math/rand/v2=/tmp/go-build548448651/b104/_pkg_.a
2025-08-20T21:26:39.4319538Z [00:02:53.553]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:39.4320372Z [00:02:53.553]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:39.4321121Z [00:02:53.553]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:39.4321884Z [00:02:53.553]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:39.4322678Z [00:02:53.553]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:39.4323525Z [00:02:53.553]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:39.4324185Z [00:02:53.553]➜  EOF
2025-08-20T21:26:39.4342078Z [00:02:53.557]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:39.4354353Z [00:02:53.557]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b930/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/quic-go/webtransport-go@v0.9.0=>github.com/quic-go/webtransport-go@v0.9.0;$WORK/b930=>" -p github.com/quic-go/webtransport-go -lang=go1.23 -complete -installsuffix shared -buildid 59Q71CKHnLPoxi0W26D3/59Q71CKHnLPoxi0W26D3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b930/importcfg -pack /root/go/pkg/mod/github.com/quic-go/webtransport-go@v0.9.0/client.go /root/go/pkg/mod/github.com/quic-go/webtransport-go@v0.9.0/errors.go /root/go/pkg/mod/github.com/quic-go/webtransport-go@v0.9.0/protocol.go /root/go/pkg/mod/github.com/quic-go/webtransport-go@v0.9.0/server.go /root/go/pkg/mod/github.com/quic-go/webtransport-go@v0.9.0/session.go /root/go/pkg/mod/github.com/quic-go/webtransport-go@v0.9.0/session_manager.go /root/go/pkg/mod/github.com/quic-go/webtransport-go@v0.9.0/stream.go /root/go/pkg/mod/github.com/quic-go/webtransport-go@v0.9.0/streams_map.go
2025-08-20T21:26:39.5759816Z [00:02:53.698]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e
2025-08-20T21:26:39.5770278Z [00:02:53.699]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b639=/tmp/go-build -gno-record-gcc-switches -I $WORK/b639/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e=/_/github.com/DataDog/zstd@v1.5.6-0.20230824185856-869dae002e5e -frandom-seed=Oy3-PWRcNZLWC5EgVEcV -o $WORK/b639/_x039.o -c zstd_v02.c
2025-08-20T21:26:39.9549860Z [00:02:54.075]➜  go tool buildid -w $WORK/b930/_pkg_.a # internal
2025-08-20T21:26:39.9640736Z [00:02:54.086]➜  cp $WORK/b930/_pkg_.a /root/.cache/go-build/de/def8243420da1574f27297595eef4cf96939b963fb16225908cfa37753c592d4-d # internal
2025-08-20T21:26:39.9673677Z [00:02:54.090]➜  github.com/libp2p/go-libp2p/p2p/transport/webtransport
2025-08-20T21:26:39.9676282Z [00:02:54.090]➜  mkdir -p $WORK/b925/
2025-08-20T21:26:39.9707871Z [00:02:54.093]➜  cat >/tmp/go-build548448651/b925/importcfg << 'EOF' # internal
2025-08-20T21:26:39.9709551Z [00:02:54.093]➜  # import config
2025-08-20T21:26:39.9711726Z [00:02:54.093]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:39.9713760Z [00:02:54.093]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:39.9714709Z [00:02:54.093]➜  packagefile crypto/ecdsa=/tmp/go-build548448651/b118/_pkg_.a
2025-08-20T21:26:39.9715680Z [00:02:54.093]➜  packagefile crypto/elliptic=/tmp/go-build548448651/b119/_pkg_.a
2025-08-20T21:26:39.9716659Z [00:02:54.093]➜  packagefile crypto/sha256=/tmp/go-build548448651/b151/_pkg_.a
2025-08-20T21:26:39.9717623Z [00:02:54.093]➜  packagefile crypto/tls=/tmp/go-build548448651/b110/_pkg_.a
2025-08-20T21:26:39.9718779Z [00:02:54.093]➜  packagefile crypto/x509=/tmp/go-build548448651/b154/_pkg_.a
2025-08-20T21:26:39.9719760Z [00:02:54.093]➜  packagefile crypto/x509/pkix=/tmp/go-build548448651/b156/_pkg_.a
2025-08-20T21:26:39.9720994Z [00:02:54.093]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:39.9721926Z [00:02:54.093]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:39.9722742Z [00:02:54.093]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:39.9723754Z [00:02:54.093]➜  packagefile github.com/benbjohnson/clock=/tmp/go-build548448651/b754/_pkg_.a
2025-08-20T21:26:39.9724917Z [00:02:54.093]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:39.9726194Z [00:02:54.093]➜  packagefile github.com/libp2p/go-libp2p/core/connmgr=/tmp/go-build548448651/b424/_pkg_.a
2025-08-20T21:26:39.9727528Z [00:02:54.093]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build548448651/b311/_pkg_.a
2025-08-20T21:26:39.9732878Z [00:02:54.093]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build548448651/b417/_pkg_.a
2025-08-20T21:26:39.9734415Z [00:02:54.093]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:39.9735713Z [00:02:54.093]➜  packagefile github.com/libp2p/go-libp2p/core/pnet=/tmp/go-build548448651/b737/_pkg_.a
2025-08-20T21:26:39.9737029Z [00:02:54.093]➜  packagefile github.com/libp2p/go-libp2p/core/transport=/tmp/go-build548448651/b446/_pkg_.a
2025-08-20T21:26:39.9738411Z [00:02:54.093]➜  packagefile github.com/libp2p/go-libp2p/p2p/security/noise=/tmp/go-build548448651/b777/_pkg_.a
2025-08-20T21:26:39.9740098Z [00:02:54.093]➜  packagefile github.com/libp2p/go-libp2p/p2p/security/noise/pb=/tmp/go-build548448651/b789/_pkg_.a
2025-08-20T21:26:39.9741644Z [00:02:54.093]➜  packagefile github.com/libp2p/go-libp2p/p2p/transport/quicreuse=/tmp/go-build548448651/b792/_pkg_.a
2025-08-20T21:26:39.9743068Z [00:02:54.093]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:39.9744388Z [00:02:54.093]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build548448651/b430/_pkg_.a
2025-08-20T21:26:39.9745664Z [00:02:54.093]➜  packagefile github.com/multiformats/go-multibase=/tmp/go-build548448651/b231/_pkg_.a
2025-08-20T21:26:39.9746895Z [00:02:54.093]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build548448651/b235/_pkg_.a
2025-08-20T21:26:39.9748032Z [00:02:54.093]➜  packagefile github.com/quic-go/quic-go=/tmp/go-build548448651/b801/_pkg_.a
2025-08-20T21:26:39.9749383Z [00:02:54.093]➜  packagefile github.com/quic-go/quic-go/http3=/tmp/go-build548448651/b926/_pkg_.a
2025-08-20T21:26:39.9750596Z [00:02:54.093]➜  packagefile github.com/quic-go/webtransport-go=/tmp/go-build548448651/b930/_pkg_.a
2025-08-20T21:26:39.9751786Z [00:02:54.093]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build548448651/b812/_pkg_.a
2025-08-20T21:26:39.9752841Z [00:02:54.093]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:39.9753712Z [00:02:54.093]➜  packagefile math/big=/tmp/go-build548448651/b108/_pkg_.a
2025-08-20T21:26:39.9754573Z [00:02:54.093]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:39.9755421Z [00:02:54.093]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:39.9756465Z [00:02:54.093]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:39.9757300Z [00:02:54.093]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:39.9758149Z [00:02:54.093]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:39.9769420Z [00:02:54.093]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:39.9770114Z [00:02:54.093]➜  EOF
2025-08-20T21:26:39.9770688Z [00:02:54.093]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:39.9781535Z [00:02:54.093]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b925/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/transport/webtransport=>github.com/libp2p/go-libp2p@v0.43.0/p2p/transport/webtransport;$WORK/b925=>" -p github.com/libp2p/go-libp2p/p2p/transport/webtransport -lang=go1.23 -complete -installsuffix shared -buildid 1ZXcKzL951SJGGHMa0Qj/1ZXcKzL951SJGGHMa0Qj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b925/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/transport/webtransport/cert_manager.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/transport/webtransport/conn.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/transport/webtransport/crypto.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/transport/webtransport/listener.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/transport/webtransport/multiaddr.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/transport/webtransport/noise_early_data.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/transport/webtransport/stream.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/transport/webtransport/transport.go
2025-08-20T21:26:39.9812928Z [00:02:54.103]➜  go tool buildid -w $WORK/b933/_pkg_.a # internal
2025-08-20T21:26:40.0021674Z [00:02:54.124]➜  cp $WORK/b933/_pkg_.a /root/.cache/go-build/84/843f8358db34aa4ae1fd14f8c7a4eaf6107295f4a333ee04fbe0592220a84020-d # internal
2025-08-20T21:26:40.0035442Z [00:02:54.125]➜  github.com/libp2p/go-libp2p/p2p/host/routed
2025-08-20T21:26:40.0036619Z [00:02:54.125]➜  mkdir -p $WORK/b935/
2025-08-20T21:26:40.0045699Z [00:02:54.127]➜  cat >/tmp/go-build548448651/b935/importcfg << 'EOF' # internal
2025-08-20T21:26:40.0052604Z [00:02:54.127]➜  # import config
2025-08-20T21:26:40.0053302Z [00:02:54.127]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:40.0060997Z [00:02:54.127]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:40.0062001Z [00:02:54.127]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:40.0063277Z [00:02:54.127]➜  packagefile github.com/libp2p/go-libp2p/core/connmgr=/tmp/go-build548448651/b424/_pkg_.a
2025-08-20T21:26:40.0064676Z [00:02:54.127]➜  packagefile github.com/libp2p/go-libp2p/core/event=/tmp/go-build548448651/b426/_pkg_.a
2025-08-20T21:26:40.0066006Z [00:02:54.127]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build548448651/b423/_pkg_.a
2025-08-20T21:26:40.0067366Z [00:02:54.127]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build548448651/b417/_pkg_.a
2025-08-20T21:26:40.0069032Z [00:02:54.127]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:40.0070382Z [00:02:54.127]➜  packagefile github.com/libp2p/go-libp2p/core/peerstore=/tmp/go-build548448651/b418/_pkg_.a
2025-08-20T21:26:40.0071729Z [00:02:54.127]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build548448651/b419/_pkg_.a
2025-08-20T21:26:40.0073041Z [00:02:54.127]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:40.0074116Z [00:02:54.127]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:40.0074759Z [00:02:54.127]➜  EOF
2025-08-20T21:26:40.0078887Z [00:02:54.127]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b935/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/host/routed=>github.com/libp2p/go-libp2p@v0.43.0/p2p/host/routed;$WORK/b935=>" -p github.com/libp2p/go-libp2p/p2p/host/routed -lang=go1.23 -complete -installsuffix shared -buildid Q05mI4agJ2jzrpcvN2zB/Q05mI4agJ2jzrpcvN2zB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b935/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/host/routed/routed.go
2025-08-20T21:26:40.0870854Z [00:02:54.209]➜  go tool buildid -w $WORK/b935/_pkg_.a # internal
2025-08-20T21:26:40.0890159Z [00:02:54.211]➜  cp $WORK/b935/_pkg_.a /root/.cache/go-build/e8/e88bcebeaab8e953fe9f3a9d942707dd79729a12a70754ce6e6d0d73d35cb32b-d # internal
2025-08-20T21:26:40.0897906Z [00:02:54.212]➜  github.com/libp2p/go-reuseport
2025-08-20T21:26:40.0898801Z [00:02:54.212]➜  mkdir -p $WORK/b938/
2025-08-20T21:26:40.0903667Z [00:02:54.213]➜  cat >/tmp/go-build548448651/b938/importcfg << 'EOF' # internal
2025-08-20T21:26:40.0904553Z [00:02:54.213]➜  # import config
2025-08-20T21:26:40.0905254Z [00:02:54.213]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:40.0906072Z [00:02:54.213]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:40.0906954Z [00:02:54.213]➜  packagefile golang.org/x/sys/unix=/tmp/go-build548448651/b194/_pkg_.a
2025-08-20T21:26:40.0907805Z [00:02:54.213]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:40.0908771Z [00:02:54.213]➜  packagefile syscall=/tmp/go-build548448651/b047/_pkg_.a
2025-08-20T21:26:40.0909609Z [00:02:54.213]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:40.0910222Z [00:02:54.213]➜  EOF
2025-08-20T21:26:40.0914888Z [00:02:54.213]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b938/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-reuseport@v0.4.0=>github.com/libp2p/go-reuseport@v0.4.0;$WORK/b938=>" -p github.com/libp2p/go-reuseport -lang=go1.20 -complete -installsuffix shared -buildid -yd7_IGA5CjbP508An0u/-yd7_IGA5CjbP508An0u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b938/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-reuseport@v0.4.0/addr.go /root/go/pkg/mod/github.com/libp2p/go-reuseport@v0.4.0/control_unix.go /root/go/pkg/mod/github.com/libp2p/go-reuseport@v0.4.0/interface.go
2025-08-20T21:26:40.1404949Z [00:02:54.263]➜  go tool buildid -w $WORK/b938/_pkg_.a # internal
2025-08-20T21:26:40.1417101Z [00:02:54.264]➜  cp $WORK/b938/_pkg_.a /root/.cache/go-build/1c/1c69d362579530872c60125be346ff9a9f355b8d5a8c476e6cc37ef9c010117a-d # internal
2025-08-20T21:26:40.1463363Z [00:02:54.269]➜  github.com/libp2p/go-libp2p/p2p/net/reuseport
2025-08-20T21:26:40.1512899Z [00:02:54.269]➜  mkdir -p $WORK/b937/
2025-08-20T21:26:40.1513703Z [00:02:54.270]➜  cat >/tmp/go-build548448651/b937/importcfg << 'EOF' # internal
2025-08-20T21:26:40.1514396Z [00:02:54.270]➜  # import config
2025-08-20T21:26:40.1515046Z [00:02:54.270]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:40.1515889Z [00:02:54.270]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:40.1516715Z [00:02:54.270]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:40.1517617Z [00:02:54.270]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:40.1518917Z [00:02:54.270]➜  packagefile github.com/libp2p/go-netroute=/tmp/go-build548448651/b514/_pkg_.a
2025-08-20T21:26:40.1520081Z [00:02:54.270]➜  packagefile github.com/libp2p/go-reuseport=/tmp/go-build548448651/b938/_pkg_.a
2025-08-20T21:26:40.1521265Z [00:02:54.270]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:40.1522478Z [00:02:54.270]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build548448651/b430/_pkg_.a
2025-08-20T21:26:40.1523515Z [00:02:54.270]➜  packagefile math/rand=/tmp/go-build548448651/b109/_pkg_.a
2025-08-20T21:26:40.1524344Z [00:02:54.270]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:40.1525093Z [00:02:54.270]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:40.1526045Z [00:02:54.270]➜  packagefile syscall=/tmp/go-build548448651/b047/_pkg_.a
2025-08-20T21:26:40.1526695Z [00:02:54.270]➜  EOF
2025-08-20T21:26:40.1533750Z [00:02:54.270]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b937/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/net/reuseport=>github.com/libp2p/go-libp2p@v0.43.0/p2p/net/reuseport;$WORK/b937=>" -p github.com/libp2p/go-libp2p/p2p/net/reuseport -lang=go1.23 -complete -installsuffix shared -buildid 97l18mua5OblvHPwBtMD/97l18mua5OblvHPwBtMD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b937/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/net/reuseport/dial.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/net/reuseport/dialer.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/net/reuseport/listen.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/net/reuseport/reuseport.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/net/reuseport/reuseport_posix.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/net/reuseport/transport.go
2025-08-20T21:26:40.2825326Z [00:02:54.405]➜  go tool buildid -w $WORK/b937/_pkg_.a # internal
2025-08-20T21:26:40.2841985Z [00:02:54.406]➜  cp $WORK/b937/_pkg_.a /root/.cache/go-build/dd/dd12af5db8972783cd6f3785624fcb775bc59ebd15a14a4f39ba7fe06bcec925-d # internal
2025-08-20T21:26:40.2883766Z [00:02:54.411]➜  github.com/libp2p/go-libp2p/p2p/transport/tcpreuse/internal/sampledconn
2025-08-20T21:26:40.2889420Z [00:02:54.411]➜  mkdir -p $WORK/b939/
2025-08-20T21:26:40.2898827Z [00:02:54.412]➜  cat >/tmp/go-build548448651/b939/importcfg << 'EOF' # internal
2025-08-20T21:26:40.2900405Z [00:02:54.412]➜  # import config
2025-08-20T21:26:40.2901442Z [00:02:54.412]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:40.2904417Z [00:02:54.412]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build548448651/b430/_pkg_.a
2025-08-20T21:26:40.2905465Z [00:02:54.413]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:40.2906221Z [00:02:54.413]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:40.2907017Z [00:02:54.413]➜  packagefile syscall=/tmp/go-build548448651/b047/_pkg_.a
2025-08-20T21:26:40.2907808Z [00:02:54.413]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:40.2908392Z [00:02:54.413]➜  EOF
2025-08-20T21:26:40.2921455Z [00:02:54.414]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b939/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/transport/tcpreuse/internal/sampledconn=>github.com/libp2p/go-libp2p@v0.43.0/p2p/transport/tcpreuse/internal/sampledconn;$WORK/b939=>" -p github.com/libp2p/go-libp2p/p2p/transport/tcpreuse/internal/sampledconn -lang=go1.23 -complete -installsuffix shared -buildid vve47-tkl4IVUP0iz2R7/vve47-tkl4IVUP0iz2R7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b939/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/transport/tcpreuse/internal/sampledconn/sampledconn.go
2025-08-20T21:26:40.3045547Z [00:02:54.427]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e
2025-08-20T21:26:40.3052603Z [00:02:54.427]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b639=/tmp/go-build -gno-record-gcc-switches -I $WORK/b639/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e=/_/github.com/DataDog/zstd@v1.5.6-0.20230824185856-869dae002e5e -frandom-seed=Oy3-PWRcNZLWC5EgVEcV -o $WORK/b639/_x040.o -c zstd_v03.c
2025-08-20T21:26:40.3740309Z [00:02:54.496]➜  go tool buildid -w $WORK/b939/_pkg_.a # internal
2025-08-20T21:26:40.3758821Z [00:02:54.498]➜  cp $WORK/b939/_pkg_.a /root/.cache/go-build/59/5914e521077d8c8940dfdbca26fdacf4e8eca9ab9251352ec5c68a475a5e115c-d # internal
2025-08-20T21:26:40.3782736Z [00:02:54.500]➜  github.com/libp2p/go-libp2p/p2p/transport/tcpreuse
2025-08-20T21:26:40.3790109Z [00:02:54.501]➜  mkdir -p $WORK/b936/
2025-08-20T21:26:40.3791056Z [00:02:54.501]➜  cat >/tmp/go-build548448651/b936/importcfg << 'EOF' # internal
2025-08-20T21:26:40.3791766Z [00:02:54.501]➜  # import config
2025-08-20T21:26:40.3792466Z [00:02:54.501]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:40.3793350Z [00:02:54.501]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:40.3794193Z [00:02:54.501]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:40.3799109Z [00:02:54.502]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:40.3800798Z [00:02:54.502]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build548448651/b417/_pkg_.a
2025-08-20T21:26:40.3802579Z [00:02:54.502]➜  packagefile github.com/libp2p/go-libp2p/core/transport=/tmp/go-build548448651/b446/_pkg_.a
2025-08-20T21:26:40.3819696Z [00:02:54.502]➜  packagefile github.com/libp2p/go-libp2p/p2p/net/reuseport=/tmp/go-build548448651/b937/_pkg_.a
2025-08-20T21:26:40.3821601Z [00:02:54.502]➜  packagefile github.com/libp2p/go-libp2p/p2p/transport/tcpreuse/internal/sampledconn=/tmp/go-build548448651/b939/_pkg_.a
2025-08-20T21:26:40.3823350Z [00:02:54.502]➜  packagefile github.com/libp2p/go-reuseport=/tmp/go-build548448651/b938/_pkg_.a
2025-08-20T21:26:40.3825823Z [00:02:54.502]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:40.3827217Z [00:02:54.502]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build548448651/b430/_pkg_.a
2025-08-20T21:26:40.3828307Z [00:02:54.502]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:40.3829534Z [00:02:54.502]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:40.3830561Z [00:02:54.502]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:40.3831430Z [00:02:54.502]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:40.3832262Z [00:02:54.502]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:40.3832898Z [00:02:54.502]➜  EOF
2025-08-20T21:26:40.3833467Z [00:02:54.502]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:40.3840712Z [00:02:54.502]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b936/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/transport/tcpreuse=>github.com/libp2p/go-libp2p@v0.43.0/p2p/transport/tcpreuse;$WORK/b936=>" -p github.com/libp2p/go-libp2p/p2p/transport/tcpreuse -lang=go1.23 -complete -installsuffix shared -buildid mZItba42JEnO0gRN68Kr/mZItba42JEnO0gRN68Kr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b936/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/transport/tcpreuse/connwithscope.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/transport/tcpreuse/demultiplex.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/transport/tcpreuse/dialer.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/transport/tcpreuse/listener.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/transport/tcpreuse/reuseport.go
2025-08-20T21:26:40.4899017Z [00:02:54.612]➜  go tool buildid -w $WORK/b925/_pkg_.a # internal
2025-08-20T21:26:40.4948934Z [00:02:54.617]➜  go tool buildid -w $WORK/b901/_pkg_.a # internal
2025-08-20T21:26:40.5003797Z [00:02:54.623]➜  cp $WORK/b925/_pkg_.a /root/.cache/go-build/2b/2b7e81a7fc8e267081e38b4204e3cb4b702535929e376cd81765d7e227a106d9-d # internal
2025-08-20T21:26:40.5030202Z [00:02:54.624]➜  go.uber.org/dig/internal/digclock
2025-08-20T21:26:40.5039095Z [00:02:54.624]➜  mkdir -p $WORK/b942/
2025-08-20T21:26:40.5039846Z [00:02:54.624]➜  cat >/tmp/go-build548448651/b942/importcfg << 'EOF' # internal
2025-08-20T21:26:40.5040515Z [00:02:54.624]➜  # import config
2025-08-20T21:26:40.5041130Z [00:02:54.624]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:40.5041857Z [00:02:54.624]➜  EOF
2025-08-20T21:26:40.5047120Z [00:02:54.624]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b942/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/dig@v1.19.0/internal/digclock=>go.uber.org/dig@v1.19.0/internal/digclock;$WORK/b942=>" -p go.uber.org/dig/internal/digclock -lang=go1.20 -complete -installsuffix shared -buildid pqNv7n_oBP_FHQ2xdw7x/pqNv7n_oBP_FHQ2xdw7x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b942/importcfg -pack /root/go/pkg/mod/go.uber.org/dig@v1.19.0/internal/digclock/clock.go
2025-08-20T21:26:40.5085304Z [00:02:54.631]➜  go tool buildid -w $WORK/b936/_pkg_.a # internal
2025-08-20T21:26:40.5108410Z [00:02:54.633]➜  cp $WORK/b936/_pkg_.a /root/.cache/go-build/49/49b47e3bddcd7f2d8efbb087fe12501535611c1a8fa08050e63a34102331474c-d # internal
2025-08-20T21:26:40.5118742Z [00:02:54.634]➜  go.uber.org/dig/internal/digerror
2025-08-20T21:26:40.5124683Z [00:02:54.634]➜  mkdir -p $WORK/b943/
2025-08-20T21:26:40.5125574Z [00:02:54.634]➜  cat >/tmp/go-build548448651/b943/importcfg << 'EOF' # internal
2025-08-20T21:26:40.5126559Z [00:02:54.634]➜  # import config
2025-08-20T21:26:40.5127295Z [00:02:54.634]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:40.5128016Z [00:02:54.634]➜  EOF
2025-08-20T21:26:40.5131679Z [00:02:54.634]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b943/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/dig@v1.19.0/internal/digerror=>go.uber.org/dig@v1.19.0/internal/digerror;$WORK/b943=>" -p go.uber.org/dig/internal/digerror -lang=go1.20 -complete -installsuffix shared -buildid 5g63Hjb6-9cwgUJi-WlZ/5g63Hjb6-9cwgUJi-WlZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b943/importcfg -pack /root/go/pkg/mod/go.uber.org/dig@v1.19.0/internal/digerror/errors.go
2025-08-20T21:26:40.5174492Z [00:02:54.640]➜  cp $WORK/b901/_pkg_.a /root/.cache/go-build/21/215ddc349b0d5c23e9c3168838ecdb249543594819733f51fc21ded7184c925e-d # internal
2025-08-20T21:26:40.5175958Z [00:02:54.640]➜  go tool buildid -w $WORK/b942/_pkg_.a # internal
2025-08-20T21:26:40.5185397Z [00:02:54.641]➜  cp $WORK/b942/_pkg_.a /root/.cache/go-build/94/94384ea8fd93915682a072d8341b60cd4feff6e76b1e7c2781551f139d9200c8-d # internal
2025-08-20T21:26:40.5190141Z [00:02:54.641]➜  go.uber.org/dig/internal/digreflect
2025-08-20T21:26:40.5190825Z [00:02:54.641]➜  mkdir -p $WORK/b944/
2025-08-20T21:26:40.5192952Z [00:02:54.642]➜  cat >/tmp/go-build548448651/b944/importcfg << 'EOF' # internal
2025-08-20T21:26:40.5198892Z [00:02:54.642]➜  # import config
2025-08-20T21:26:40.5199589Z [00:02:54.642]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:40.5200407Z [00:02:54.642]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:40.5201533Z [00:02:54.642]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:40.5202317Z [00:02:54.642]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:40.5203143Z [00:02:54.642]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:40.5203762Z [00:02:54.642]➜  EOF
2025-08-20T21:26:40.5207283Z [00:02:54.642]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b944/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/dig@v1.19.0/internal/digreflect=>go.uber.org/dig@v1.19.0/internal/digreflect;$WORK/b944=>" -p go.uber.org/dig/internal/digreflect -lang=go1.20 -complete -installsuffix shared -buildid hihnilNBwO1j3O4Tnuxo/hihnilNBwO1j3O4Tnuxo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b944/importcfg -pack /root/go/pkg/mod/go.uber.org/dig@v1.19.0/internal/digreflect/func.go
2025-08-20T21:26:40.5212419Z [00:02:54.643]➜  github.com/libp2p/go-libp2p/p2p/transport/webrtc
2025-08-20T21:26:40.5213127Z [00:02:54.643]➜  mkdir -p $WORK/b776/
2025-08-20T21:26:40.5230711Z [00:02:54.644]➜  cat >/tmp/go-build548448651/b776/importcfg << 'EOF' # internal
2025-08-20T21:26:40.5233597Z [00:02:54.644]➜  # import config
2025-08-20T21:26:40.5234292Z [00:02:54.644]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:40.5235972Z [00:02:54.644]➜  packagefile crypto=/tmp/go-build548448651/b084/_pkg_.a
2025-08-20T21:26:40.5236882Z [00:02:54.644]➜  packagefile crypto/ecdsa=/tmp/go-build548448651/b118/_pkg_.a
2025-08-20T21:26:40.5237858Z [00:02:54.644]➜  packagefile crypto/elliptic=/tmp/go-build548448651/b119/_pkg_.a
2025-08-20T21:26:40.5238930Z [00:02:54.644]➜  packagefile crypto/rand=/tmp/go-build548448651/b082/_pkg_.a
2025-08-20T21:26:40.5239802Z [00:02:54.644]➜  packagefile crypto/x509=/tmp/go-build548448651/b154/_pkg_.a
2025-08-20T21:26:40.5240650Z [00:02:54.644]➜  packagefile encoding/hex=/tmp/go-build548448651/b157/_pkg_.a
2025-08-20T21:26:40.5241494Z [00:02:54.644]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:40.5242271Z [00:02:54.644]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:40.5243225Z [00:02:54.644]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:40.5244451Z [00:02:54.644]➜  packagefile github.com/libp2p/go-libp2p/core/connmgr=/tmp/go-build548448651/b424/_pkg_.a
2025-08-20T21:26:40.5245702Z [00:02:54.644]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build548448651/b311/_pkg_.a
2025-08-20T21:26:40.5246955Z [00:02:54.644]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build548448651/b417/_pkg_.a
2025-08-20T21:26:40.5248163Z [00:02:54.644]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:40.5249571Z [00:02:54.644]➜  packagefile github.com/libp2p/go-libp2p/core/pnet=/tmp/go-build548448651/b737/_pkg_.a
2025-08-20T21:26:40.5250900Z [00:02:54.644]➜  packagefile github.com/libp2p/go-libp2p/core/sec=/tmp/go-build548448651/b738/_pkg_.a
2025-08-20T21:26:40.5252366Z [00:02:54.644]➜  packagefile github.com/libp2p/go-libp2p/core/transport=/tmp/go-build548448651/b446/_pkg_.a
2025-08-20T21:26:40.5253909Z [00:02:54.644]➜  packagefile github.com/libp2p/go-libp2p/p2p/security/noise=/tmp/go-build548448651/b777/_pkg_.a
2025-08-20T21:26:40.5255315Z [00:02:54.644]➜  packagefile github.com/libp2p/go-libp2p/p2p/transport/quic=/tmp/go-build548448651/b790/_pkg_.a
2025-08-20T21:26:40.5256686Z [00:02:54.644]➜  packagefile github.com/libp2p/go-libp2p/p2p/transport/webrtc/pb=/tmp/go-build548448651/b819/_pkg_.a
2025-08-20T21:26:40.5258112Z [00:02:54.644]➜  packagefile github.com/libp2p/go-libp2p/p2p/transport/webrtc/udpmux=/tmp/go-build548448651/b820/_pkg_.a
2025-08-20T21:26:40.5260503Z [00:02:54.644]➜  packagefile github.com/libp2p/go-msgio=/tmp/go-build548448651/b421/_pkg_.a
2025-08-20T21:26:40.5261610Z [00:02:54.644]➜  packagefile github.com/libp2p/go-msgio/pbio=/tmp/go-build548448651/b496/_pkg_.a
2025-08-20T21:26:40.5262789Z [00:02:54.644]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:40.5264052Z [00:02:54.644]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build548448651/b430/_pkg_.a
2025-08-20T21:26:40.5265353Z [00:02:54.644]➜  packagefile github.com/multiformats/go-multibase=/tmp/go-build548448651/b231/_pkg_.a
2025-08-20T21:26:40.5266632Z [00:02:54.644]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build548448651/b235/_pkg_.a
2025-08-20T21:26:40.5267805Z [00:02:54.644]➜  packagefile github.com/pion/datachannel=/tmp/go-build548448651/b899/_pkg_.a
2025-08-20T21:26:40.5269411Z [00:02:54.644]➜  packagefile github.com/pion/logging=/tmp/go-build548448651/b845/_pkg_.a
2025-08-20T21:26:40.5270455Z [00:02:54.644]➜  packagefile github.com/pion/sctp=/tmp/go-build548448651/b900/_pkg_.a
2025-08-20T21:26:40.5271473Z [00:02:54.644]➜  packagefile github.com/pion/webrtc/v4=/tmp/go-build548448651/b901/_pkg_.a
2025-08-20T21:26:40.5272588Z [00:02:54.644]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build548448651/b300/_pkg_.a
2025-08-20T21:26:40.5273557Z [00:02:54.644]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:40.5274514Z [00:02:54.644]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:40.5275344Z [00:02:54.644]➜  packagefile math/rand/v2=/tmp/go-build548448651/b104/_pkg_.a
2025-08-20T21:26:40.5276295Z [00:02:54.644]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:40.5277046Z [00:02:54.644]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:40.5277843Z [00:02:54.644]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:40.5278804Z [00:02:54.644]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:40.5279640Z [00:02:54.644]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:40.5280451Z [00:02:54.644]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:40.5281042Z [00:02:54.644]➜  EOF
2025-08-20T21:26:40.5291044Z [00:02:54.644]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b776/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/transport/webrtc=>github.com/libp2p/go-libp2p@v0.43.0/p2p/transport/webrtc;$WORK/b776=>" -p github.com/libp2p/go-libp2p/p2p/transport/webrtc -lang=go1.23 -complete -installsuffix shared -buildid Pm2p5JhNN06Ts-Sv1ykd/Pm2p5JhNN06Ts-Sv1ykd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b776/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/transport/webrtc/connection.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/transport/webrtc/fingerprint.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/transport/webrtc/hex.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/transport/webrtc/listener.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/transport/webrtc/logger.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/transport/webrtc/sdp.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/transport/webrtc/stream.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/transport/webrtc/stream_read.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/transport/webrtc/stream_write.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/transport/webrtc/transport.go
2025-08-20T21:26:40.5299860Z [00:02:54.645]➜  go tool buildid -w $WORK/b943/_pkg_.a # internal
2025-08-20T21:26:40.5301095Z [00:02:54.645]➜  cp $WORK/b943/_pkg_.a /root/.cache/go-build/94/940d35fbdc20b9c9145f94fd18d5a99fb8a4a20292c8d885e5d0157f2b1a418e-d # internal
2025-08-20T21:26:40.5302193Z [00:02:54.646]➜  go.uber.org/dig/internal/dot
2025-08-20T21:26:40.5302734Z [00:02:54.646]➜  mkdir -p $WORK/b945/
2025-08-20T21:26:40.5303434Z [00:02:54.648]➜  cat >/tmp/go-build548448651/b945/importcfg << 'EOF' # internal
2025-08-20T21:26:40.5304111Z [00:02:54.648]➜  # import config
2025-08-20T21:26:40.5304723Z [00:02:54.648]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:40.5305524Z [00:02:54.648]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:40.5306153Z [00:02:54.648]➜  EOF
2025-08-20T21:26:40.5309620Z [00:02:54.648]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b945/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/dig@v1.19.0/internal/dot=>go.uber.org/dig@v1.19.0/internal/dot;$WORK/b945=>" -p go.uber.org/dig/internal/dot -lang=go1.20 -complete -installsuffix shared -buildid jW97fbj3o8Qb_ZKPRluV/jW97fbj3o8Qb_ZKPRluV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b945/importcfg -pack /root/go/pkg/mod/go.uber.org/dig@v1.19.0/internal/dot/graph.go
2025-08-20T21:26:40.5547383Z [00:02:54.677]➜  go tool buildid -w $WORK/b944/_pkg_.a # internal
2025-08-20T21:26:40.5558213Z [00:02:54.678]➜  cp $WORK/b944/_pkg_.a /root/.cache/go-build/60/6041fad2bac68d5ba9fa9106c36285eff8149acf07496b2f2cd63b91257a70db-d # internal
2025-08-20T21:26:40.5589559Z [00:02:54.681]➜  go.uber.org/fx/fxevent
2025-08-20T21:26:40.5590228Z [00:02:54.681]➜  mkdir -p $WORK/b947/
2025-08-20T21:26:40.5597141Z [00:02:54.682]➜  cat >/tmp/go-build548448651/b947/importcfg << 'EOF' # internal
2025-08-20T21:26:40.5598127Z [00:02:54.682]➜  # import config
2025-08-20T21:26:40.5599021Z [00:02:54.682]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:40.5600025Z [00:02:54.682]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:40.5600888Z [00:02:54.682]➜  packagefile go.uber.org/zap=/tmp/go-build548448651/b266/_pkg_.a
2025-08-20T21:26:40.5601849Z [00:02:54.682]➜  packagefile go.uber.org/zap/zapcore=/tmp/go-build548448651/b269/_pkg_.a
2025-08-20T21:26:40.5602732Z [00:02:54.682]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:40.5603554Z [00:02:54.682]➜  packagefile log/slog=/tmp/go-build548448651/b202/_pkg_.a
2025-08-20T21:26:40.5604356Z [00:02:54.682]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:40.5605142Z [00:02:54.682]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:40.5605941Z [00:02:54.682]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:40.5606749Z [00:02:54.682]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:40.5607367Z [00:02:54.682]➜  EOF
2025-08-20T21:26:40.5635753Z [00:02:54.685]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b947/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/fx@v1.24.0/fxevent=>go.uber.org/fx@v1.24.0/fxevent;$WORK/b947=>" -p go.uber.org/fx/fxevent -lang=go1.22 -complete -installsuffix shared -buildid uB6yfwhzeQDG4xP3J_mC/uB6yfwhzeQDG4xP3J_mC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b947/importcfg -pack /root/go/pkg/mod/go.uber.org/fx@v1.24.0/fxevent/console.go /root/go/pkg/mod/go.uber.org/fx@v1.24.0/fxevent/doc.go /root/go/pkg/mod/go.uber.org/fx@v1.24.0/fxevent/event.go /root/go/pkg/mod/go.uber.org/fx@v1.24.0/fxevent/logger.go /root/go/pkg/mod/go.uber.org/fx@v1.24.0/fxevent/slog.go /root/go/pkg/mod/go.uber.org/fx@v1.24.0/fxevent/zap.go
2025-08-20T21:26:40.5909540Z [00:02:54.713]➜  go tool buildid -w $WORK/b945/_pkg_.a # internal
2025-08-20T21:26:40.5930139Z [00:02:54.715]➜  cp $WORK/b945/_pkg_.a /root/.cache/go-build/af/afd63de0247c6f9afb054966d6b9b55ba974f8fe97a73a5918bc46145dd9e61a-d # internal
2025-08-20T21:26:40.5974401Z [00:02:54.720]➜  go.uber.org/dig
2025-08-20T21:26:40.5976731Z [00:02:54.720]➜  mkdir -p $WORK/b941/
2025-08-20T21:26:40.5982453Z [00:02:54.720]➜  cat >/tmp/go-build548448651/b941/importcfg << 'EOF' # internal
2025-08-20T21:26:40.5984391Z [00:02:54.721]➜  # import config
2025-08-20T21:26:40.5985192Z [00:02:54.721]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:40.5986064Z [00:02:54.721]➜  packagefile container/list=/tmp/go-build548448651/b081/_pkg_.a
2025-08-20T21:26:40.5986988Z [00:02:54.721]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:40.5987865Z [00:02:54.721]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:40.5989138Z [00:02:54.721]➜  packagefile go.uber.org/dig/internal/digclock=/tmp/go-build548448651/b942/_pkg_.a
2025-08-20T21:26:40.5990391Z [00:02:54.721]➜  packagefile go.uber.org/dig/internal/digerror=/tmp/go-build548448651/b943/_pkg_.a
2025-08-20T21:26:40.5991642Z [00:02:54.721]➜  packagefile go.uber.org/dig/internal/digreflect=/tmp/go-build548448651/b944/_pkg_.a
2025-08-20T21:26:40.5992879Z [00:02:54.721]➜  packagefile go.uber.org/dig/internal/dot=/tmp/go-build548448651/b945/_pkg_.a
2025-08-20T21:26:40.5994070Z [00:02:54.721]➜  packagefile go.uber.org/dig/internal/graph=/tmp/go-build548448651/b946/_pkg_.a
2025-08-20T21:26:40.5995070Z [00:02:54.721]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:40.5995927Z [00:02:54.721]➜  packagefile math/rand=/tmp/go-build548448651/b109/_pkg_.a
2025-08-20T21:26:40.5996826Z [00:02:54.721]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:40.5997679Z [00:02:54.721]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:40.5998773Z [00:02:54.721]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:40.5999661Z [00:02:54.721]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:40.6000684Z [00:02:54.721]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:40.6001314Z [00:02:54.721]➜  EOF
2025-08-20T21:26:40.6010434Z [00:02:54.721]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b941/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/dig@v1.19.0=>go.uber.org/dig@v1.19.0;$WORK/b941=>" -p go.uber.org/dig -lang=go1.20 -complete -installsuffix shared -buildid 9ABW9aDRWUmER7RKZM2m/9ABW9aDRWUmER7RKZM2m -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b941/importcfg -pack /root/go/pkg/mod/go.uber.org/dig@v1.19.0/before_callback.go /root/go/pkg/mod/go.uber.org/dig@v1.19.0/callback.go /root/go/pkg/mod/go.uber.org/dig@v1.19.0/constructor.go /root/go/pkg/mod/go.uber.org/dig@v1.19.0/container.go /root/go/pkg/mod/go.uber.org/dig@v1.19.0/cycle_error.go /root/go/pkg/mod/go.uber.org/dig@v1.19.0/decorate.go /root/go/pkg/mod/go.uber.org/dig@v1.19.0/doc.go /root/go/pkg/mod/go.uber.org/dig@v1.19.0/error.go /root/go/pkg/mod/go.uber.org/dig@v1.19.0/graph.go /root/go/pkg/mod/go.uber.org/dig@v1.19.0/group.go /root/go/pkg/mod/go.uber.org/dig@v1.19.0/inout.go /root/go/pkg/mod/go.uber.org/dig@v1.19.0/invoke.go /root/go/pkg/mod/go.uber.org/dig@v1.19.0/param.go /root/go/pkg/mod/go.uber.org/dig@v1.19.0/provide.go /root/go/pkg/mod/go.uber.org/dig@v1.19.0/result.go /root/go/pkg/mod/go.uber.org/dig@v1.19.0/scope.go /root/go/pkg/mod/go.uber.org/dig@v1.19.0/version.go /root/go/pkg/mod/go.uber.org/dig@v1.19.0/visualize.go
2025-08-20T21:26:40.7535487Z [00:02:54.876]➜  go tool buildid -w $WORK/b947/_pkg_.a # internal
2025-08-20T21:26:40.7597309Z [00:02:54.882]➜  cp $WORK/b947/_pkg_.a /root/.cache/go-build/0a/0aa2d3e62dfcbccfe5d48fd20e8ab90c2c9a7595eb47783d0e75add6ab91c684-d # internal
2025-08-20T21:26:40.7602030Z [00:02:54.883]➜  go.uber.org/fx/internal/fxclock
2025-08-20T21:26:40.7602653Z [00:02:54.883]➜  mkdir -p $WORK/b948/
2025-08-20T21:26:40.7607134Z [00:02:54.883]➜  cat >/tmp/go-build548448651/b948/importcfg << 'EOF' # internal
2025-08-20T21:26:40.7607881Z [00:02:54.883]➜  # import config
2025-08-20T21:26:40.7609140Z [00:02:54.883]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:40.7610047Z [00:02:54.883]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:40.7610849Z [00:02:54.883]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:40.7611647Z [00:02:54.883]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:40.7612244Z [00:02:54.883]➜  EOF
2025-08-20T21:26:40.7615708Z [00:02:54.883]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b948/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/fx@v1.24.0/internal/fxclock=>go.uber.org/fx@v1.24.0/internal/fxclock;$WORK/b948=>" -p go.uber.org/fx/internal/fxclock -lang=go1.22 -complete -installsuffix shared -buildid UbslqYrVaZ5cvDnc4U5D/UbslqYrVaZ5cvDnc4U5D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b948/importcfg -pack /root/go/pkg/mod/go.uber.org/fx@v1.24.0/internal/fxclock/clock.go
2025-08-20T21:26:40.7901955Z [00:02:54.910]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e
2025-08-20T21:26:40.7907633Z [00:02:54.910]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b639=/tmp/go-build -gno-record-gcc-switches -I $WORK/b639/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e=/_/github.com/DataDog/zstd@v1.5.6-0.20230824185856-869dae002e5e -frandom-seed=Oy3-PWRcNZLWC5EgVEcV -o $WORK/b639/_x041.o -c zstd_v04.c
2025-08-20T21:26:40.8074594Z [00:02:54.930]➜  go tool buildid -w $WORK/b948/_pkg_.a # internal
2025-08-20T21:26:40.8116577Z [00:02:54.934]➜  cp $WORK/b948/_pkg_.a /root/.cache/go-build/28/283095669845c2e3ba8874d8301523d342195c837ec4d229c029517d8eefcb14-d # internal
2025-08-20T21:26:40.8140706Z [00:02:54.936]➜  go.uber.org/fx/internal/fxlog
2025-08-20T21:26:40.8144674Z [00:02:54.936]➜  mkdir -p $WORK/b949/
2025-08-20T21:26:40.8145740Z [00:02:54.937]➜  cat >/tmp/go-build548448651/b949/importcfg << 'EOF' # internal
2025-08-20T21:26:40.8147254Z [00:02:54.937]➜  # import config
2025-08-20T21:26:40.8149093Z [00:02:54.937]➜  packagefile go.uber.org/fx/fxevent=/tmp/go-build548448651/b947/_pkg_.a
2025-08-20T21:26:40.8150627Z [00:02:54.937]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:40.8151819Z [00:02:54.937]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:40.8152927Z [00:02:54.937]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:40.8154188Z [00:02:54.937]➜  EOF
2025-08-20T21:26:40.8155010Z [00:02:54.937]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:40.8159774Z [00:02:54.937]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b949/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/fx@v1.24.0/internal/fxlog=>go.uber.org/fx@v1.24.0/internal/fxlog;$WORK/b949=>" -p go.uber.org/fx/internal/fxlog -lang=go1.22 -complete -installsuffix shared -buildid FhIrTf5kvXSMbfZymcpV/FhIrTf5kvXSMbfZymcpV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b949/importcfg -pack /root/go/pkg/mod/go.uber.org/fx@v1.24.0/internal/fxlog/default.go /root/go/pkg/mod/go.uber.org/fx@v1.24.0/internal/fxlog/spy.go
2025-08-20T21:26:40.8416027Z [00:02:54.964]➜  go tool buildid -w $WORK/b776/_pkg_.a # internal
2025-08-20T21:26:40.8545838Z [00:02:54.976]➜  go tool buildid -w $WORK/b949/_pkg_.a # internal
2025-08-20T21:26:40.8549953Z [00:02:54.977]➜  cp $WORK/b949/_pkg_.a /root/.cache/go-build/47/47d7daa2b96489cf38076b392eadebc1425ca492c4ae118de593d579c557f7b9-d # internal
2025-08-20T21:26:40.8573390Z [00:02:54.980]➜  go.uber.org/fx/internal/fxreflect
2025-08-20T21:26:40.8577468Z [00:02:54.980]➜  mkdir -p $WORK/b950/
2025-08-20T21:26:40.8578251Z [00:02:54.980]➜  cat >/tmp/go-build548448651/b950/importcfg << 'EOF' # internal
2025-08-20T21:26:40.8579210Z [00:02:54.980]➜  # import config
2025-08-20T21:26:40.8582722Z [00:02:54.980]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:40.8583834Z [00:02:54.980]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:40.8584716Z [00:02:54.980]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:40.8585585Z [00:02:54.980]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:40.8586537Z [00:02:54.980]➜  packagefile regexp=/tmp/go-build548448651/b192/_pkg_.a
2025-08-20T21:26:40.8587404Z [00:02:54.980]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:40.8588261Z [00:02:54.980]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:40.8589128Z [00:02:54.980]➜  EOF
2025-08-20T21:26:40.8593218Z [00:02:54.980]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b950/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/fx@v1.24.0/internal/fxreflect=>go.uber.org/fx@v1.24.0/internal/fxreflect;$WORK/b950=>" -p go.uber.org/fx/internal/fxreflect -lang=go1.22 -complete -installsuffix shared -buildid Nt6smU8RYeSdpmPWLAE7/Nt6smU8RYeSdpmPWLAE7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b950/importcfg -pack /root/go/pkg/mod/go.uber.org/fx@v1.24.0/internal/fxreflect/fxreflect.go /root/go/pkg/mod/go.uber.org/fx@v1.24.0/internal/fxreflect/stack.go
2025-08-20T21:26:40.8597501Z [00:02:54.981]➜  cp $WORK/b776/_pkg_.a /root/.cache/go-build/23/23e392974ff6775379c720c8df7b4674038c0d78401cc4432842425f87235873-d # internal
2025-08-20T21:26:40.8606060Z [00:02:54.983]➜  github.com/libp2p/go-libp2p/p2p/host/basic
2025-08-20T21:26:40.8613462Z [00:02:54.983]➜  mkdir -p $WORK/b753/
2025-08-20T21:26:40.8636815Z [00:02:54.986]➜  cat >/tmp/go-build548448651/b753/importcfg << 'EOF' # internal
2025-08-20T21:26:40.8637726Z [00:02:54.986]➜  # import config
2025-08-20T21:26:40.8638731Z [00:02:54.986]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:40.8640752Z [00:02:54.986]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:40.8641555Z [00:02:54.986]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:40.8642677Z [00:02:54.986]➜  packagefile github.com/benbjohnson/clock=/tmp/go-build548448651/b754/_pkg_.a
2025-08-20T21:26:40.8643850Z [00:02:54.986]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:40.8645029Z [00:02:54.986]➜  packagefile github.com/libp2p/go-libp2p/core/connmgr=/tmp/go-build548448651/b424/_pkg_.a
2025-08-20T21:26:40.8646263Z [00:02:54.986]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build548448651/b311/_pkg_.a
2025-08-20T21:26:40.8647457Z [00:02:54.986]➜  packagefile github.com/libp2p/go-libp2p/core/event=/tmp/go-build548448651/b426/_pkg_.a
2025-08-20T21:26:40.8648897Z [00:02:54.986]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build548448651/b423/_pkg_.a
2025-08-20T21:26:40.8650157Z [00:02:54.986]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build548448651/b417/_pkg_.a
2025-08-20T21:26:40.8651363Z [00:02:54.986]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:40.8652576Z [00:02:54.986]➜  packagefile github.com/libp2p/go-libp2p/core/peerstore=/tmp/go-build548448651/b418/_pkg_.a
2025-08-20T21:26:40.8653790Z [00:02:54.986]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build548448651/b419/_pkg_.a
2025-08-20T21:26:40.8654962Z [00:02:54.986]➜  packagefile github.com/libp2p/go-libp2p/core/record=/tmp/go-build548448651/b320/_pkg_.a
2025-08-20T21:26:40.8656195Z [00:02:54.986]➜  packagefile github.com/libp2p/go-libp2p/core/transport=/tmp/go-build548448651/b446/_pkg_.a
2025-08-20T21:26:40.8657452Z [00:02:54.986]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/autonat=/tmp/go-build548448651/b741/_pkg_.a
2025-08-20T21:26:40.8690262Z [00:02:54.986]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/basic/internal/backoff=/tmp/go-build548448651/b755/_pkg_.a
2025-08-20T21:26:40.8691976Z [00:02:54.986]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/eventbus=/tmp/go-build548448651/b513/_pkg_.a
2025-08-20T21:26:40.8693527Z [00:02:54.986]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/pstoremanager=/tmp/go-build548448651/b756/_pkg_.a
2025-08-20T21:26:40.8694824Z [00:02:54.986]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/relaysvc=/tmp/go-build548448651/b757/_pkg_.a
2025-08-20T21:26:40.8696154Z [00:02:54.986]➜  packagefile github.com/libp2p/go-libp2p/p2p/metricshelper=/tmp/go-build548448651/b447/_pkg_.a
2025-08-20T21:26:40.8697422Z [00:02:54.986]➜  packagefile github.com/libp2p/go-libp2p/p2p/net/nat=/tmp/go-build548448651/b759/_pkg_.a
2025-08-20T21:26:40.8699099Z [00:02:54.986]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/autonatv2=/tmp/go-build548448651/b772/_pkg_.a
2025-08-20T21:26:40.8700754Z [00:02:54.986]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/relay=/tmp/go-build548448651/b758/_pkg_.a
2025-08-20T21:26:40.8702266Z [00:02:54.986]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/holepunch=/tmp/go-build548448651/b774/_pkg_.a
2025-08-20T21:26:40.8703690Z [00:02:54.986]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/identify=/tmp/go-build548448651/b748/_pkg_.a
2025-08-20T21:26:40.8705070Z [00:02:54.986]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/ping=/tmp/go-build548448651/b427/_pkg_.a
2025-08-20T21:26:40.8706421Z [00:02:54.986]➜  packagefile github.com/libp2p/go-libp2p/p2p/transport/webrtc=/tmp/go-build548448651/b776/_pkg_.a
2025-08-20T21:26:40.8707885Z [00:02:54.986]➜  packagefile github.com/libp2p/go-libp2p/p2p/transport/webtransport=/tmp/go-build548448651/b925/_pkg_.a
2025-08-20T21:26:40.8709429Z [00:02:54.986]➜  packagefile github.com/libp2p/go-netroute=/tmp/go-build548448651/b514/_pkg_.a
2025-08-20T21:26:40.8710660Z [00:02:54.986]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:40.8711938Z [00:02:54.986]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build548448651/b430/_pkg_.a
2025-08-20T21:26:40.8713225Z [00:02:54.986]➜  packagefile github.com/multiformats/go-multistream=/tmp/go-build548448651/b420/_pkg_.a
2025-08-20T21:26:40.8714697Z [00:02:54.986]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build548448651/b387/_pkg_.a
2025-08-20T21:26:40.8726372Z [00:02:54.986]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:40.8727259Z [00:02:54.986]➜  packagefile maps=/tmp/go-build548448651/b159/_pkg_.a
2025-08-20T21:26:40.8728059Z [00:02:54.986]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:40.8729058Z [00:02:54.986]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:40.8729910Z [00:02:54.986]➜  packagefile net/netip=/tmp/go-build548448651/b164/_pkg_.a
2025-08-20T21:26:40.8730838Z [00:02:54.986]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:40.8731676Z [00:02:54.986]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:40.8732668Z [00:02:54.986]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:40.8733592Z [00:02:54.986]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:40.8734466Z [00:02:54.986]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:40.8735079Z [00:02:54.986]➜  EOF
2025-08-20T21:26:40.8741559Z [00:02:54.986]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b753/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/host/basic=>github.com/libp2p/go-libp2p@v0.43.0/p2p/host/basic;$WORK/b753=>" -p github.com/libp2p/go-libp2p/p2p/host/basic -lang=go1.23 -complete -installsuffix shared -buildid CmFPtkJyrKFkc_vscPpz/CmFPtkJyrKFkc_vscPpz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b753/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/host/basic/addrs_manager.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/host/basic/addrs_metrics.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/host/basic/addrs_reachability_tracker.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/host/basic/basic_host.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/host/basic/natmgr.go
2025-08-20T21:26:40.9088291Z [00:02:55.031]➜  go tool buildid -w $WORK/b950/_pkg_.a # internal
2025-08-20T21:26:40.9101833Z [00:02:55.032]➜  cp $WORK/b950/_pkg_.a /root/.cache/go-build/2c/2c1a3ec1d2d4eb628a2035002c4bf87420b136e708caf6573532a8c89e5563eb-d # internal
2025-08-20T21:26:40.9127220Z [00:02:55.033]➜  go.uber.org/fx/internal/lifecycle
2025-08-20T21:26:40.9133592Z [00:02:55.033]➜  mkdir -p $WORK/b951/
2025-08-20T21:26:40.9134370Z [00:02:55.034]➜  cat >/tmp/go-build548448651/b951/importcfg << 'EOF' # internal
2025-08-20T21:26:40.9135082Z [00:02:55.034]➜  # import config
2025-08-20T21:26:40.9135767Z [00:02:55.034]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:40.9144866Z [00:02:55.034]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:40.9145817Z [00:02:55.034]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:40.9146791Z [00:02:55.034]➜  packagefile go.uber.org/fx/fxevent=/tmp/go-build548448651/b947/_pkg_.a
2025-08-20T21:26:40.9147881Z [00:02:55.034]➜  packagefile go.uber.org/fx/internal/fxclock=/tmp/go-build548448651/b948/_pkg_.a
2025-08-20T21:26:40.9149592Z [00:02:55.034]➜  packagefile go.uber.org/fx/internal/fxreflect=/tmp/go-build548448651/b950/_pkg_.a
2025-08-20T21:26:40.9150662Z [00:02:55.034]➜  packagefile go.uber.org/multierr=/tmp/go-build548448651/b267/_pkg_.a
2025-08-20T21:26:40.9151548Z [00:02:55.034]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:40.9152360Z [00:02:55.034]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:40.9153189Z [00:02:55.034]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:40.9154004Z [00:02:55.034]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:40.9154790Z [00:02:55.034]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:40.9155398Z [00:02:55.034]➜  EOF
2025-08-20T21:26:40.9159219Z [00:02:55.034]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b951/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/fx@v1.24.0/internal/lifecycle=>go.uber.org/fx@v1.24.0/internal/lifecycle;$WORK/b951=>" -p go.uber.org/fx/internal/lifecycle -lang=go1.22 -complete -installsuffix shared -buildid UPE8_XUoYK5LJH6aYplM/UPE8_XUoYK5LJH6aYplM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b951/importcfg -pack /root/go/pkg/mod/go.uber.org/fx@v1.24.0/internal/lifecycle/lifecycle.go
2025-08-20T21:26:40.9721898Z [00:02:55.094]➜  go tool buildid -w $WORK/b951/_pkg_.a # internal
2025-08-20T21:26:40.9743795Z [00:02:55.097]➜  cp $WORK/b951/_pkg_.a /root/.cache/go-build/76/7601f2673b70f63ea156d416f68223584f672d8d0b0ef632cca5b7fc38f8fedf-d # internal
2025-08-20T21:26:40.9749670Z [00:02:55.097]➜  os/signal
2025-08-20T21:26:40.9752637Z [00:02:55.098]➜  mkdir -p $WORK/b952/
2025-08-20T21:26:40.9762963Z [00:02:55.099]➜  echo -n > $WORK/b952/go_asm.h # internal
2025-08-20T21:26:40.9763604Z [00:02:55.099]➜  cd /root/.go/src/os/signal
2025-08-20T21:26:40.9765688Z [00:02:55.099]➜  /root/.go/pkg/tool/linux_amd64/asm -p os/signal -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b952=>" -I $WORK/b952/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b952/symabis ./sig.s
2025-08-20T21:26:40.9846784Z [00:02:55.107]➜  cat >/tmp/go-build548448651/b952/importcfg << 'EOF' # internal
2025-08-20T21:26:40.9848148Z [00:02:55.107]➜  # import config
2025-08-20T21:26:40.9849401Z [00:02:55.107]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:40.9850738Z [00:02:55.107]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:40.9852960Z [00:02:55.107]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:40.9854019Z [00:02:55.107]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:40.9855792Z [00:02:55.107]➜  packagefile syscall=/tmp/go-build548448651/b047/_pkg_.a
2025-08-20T21:26:40.9869319Z [00:02:55.107]➜  EOF
2025-08-20T21:26:40.9870419Z [00:02:55.107]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:40.9874733Z [00:02:55.107]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b952/_pkg_.a -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b952=>" -p os/signal -lang=go1.25 -std -installsuffix shared -buildid 4dtaJE4bajf4i-nDBkXv/4dtaJE4bajf4i-nDBkXv -goversion go1.25.0 -symabis $WORK/b952/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b952/importcfg -pack -asmhdr $WORK/b952/go_asm.h /root/.go/src/os/signal/doc.go /root/.go/src/os/signal/signal.go /root/.go/src/os/signal/signal_unix.go
2025-08-20T21:26:41.0437487Z [00:02:55.166]➜  cd /root/.go/src/os/signal
2025-08-20T21:26:41.0442213Z [00:02:55.166]➜  /root/.go/pkg/tool/linux_amd64/asm -p os/signal -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b952=>" -I $WORK/b952/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b952/sig.o ./sig.s
2025-08-20T21:26:41.0481294Z [00:02:55.170]➜  go tool pack r $WORK/b952/_pkg_.a $WORK/b952/sig.o # internal
2025-08-20T21:26:41.0483377Z [00:02:55.171]➜  go tool buildid -w $WORK/b952/_pkg_.a # internal
2025-08-20T21:26:41.0495387Z [00:02:55.172]➜  cp $WORK/b952/_pkg_.a /root/.cache/go-build/e0/e08026d2aa13e3e6f3c2b657285cc20edefff99a9bd39456d96ef2788cc377ae-d # internal
2025-08-20T21:26:41.0506862Z [00:02:55.173]➜  github.com/libp2p/go-libp2p/p2p/http/auth/internal/handshake
2025-08-20T21:26:41.0507961Z [00:02:55.173]➜  mkdir -p $WORK/b954/
2025-08-20T21:26:41.0515906Z [00:02:55.174]➜  cat >/tmp/go-build548448651/b954/importcfg << 'EOF' # internal
2025-08-20T21:26:41.0516881Z [00:02:55.174]➜  # import config
2025-08-20T21:26:41.0520342Z [00:02:55.174]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:41.0521218Z [00:02:55.174]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:41.0522216Z [00:02:55.174]➜  packagefile crypto/hmac=/tmp/go-build548448651/b136/_pkg_.a
2025-08-20T21:26:41.0523402Z [00:02:55.174]➜  packagefile crypto/rand=/tmp/go-build548448651/b082/_pkg_.a
2025-08-20T21:26:41.0524360Z [00:02:55.174]➜  packagefile encoding/base64=/tmp/go-build548448651/b054/_pkg_.a
2025-08-20T21:26:41.0525283Z [00:02:55.174]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:41.0526209Z [00:02:55.174]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:41.0527080Z [00:02:55.174]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:41.0527897Z [00:02:55.174]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:41.0529108Z [00:02:55.174]➜  packagefile github.com/libp2p/go-buffer-pool=/tmp/go-build548448651/b321/_pkg_.a
2025-08-20T21:26:41.0530238Z [00:02:55.174]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build548448651/b311/_pkg_.a
2025-08-20T21:26:41.0531370Z [00:02:55.174]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:41.0532496Z [00:02:55.174]➜  packagefile hash=/tmp/go-build548448651/b080/_pkg_.a
2025-08-20T21:26:41.0533299Z [00:02:55.174]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:41.0534115Z [00:02:55.174]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:41.0534935Z [00:02:55.174]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:41.0535737Z [00:02:55.174]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:41.0536514Z [00:02:55.174]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:41.0537104Z [00:02:55.174]➜  EOF
2025-08-20T21:26:41.0537619Z [00:02:55.174]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:41.0544064Z [00:02:55.174]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b954/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/http/auth/internal/handshake=>github.com/libp2p/go-libp2p@v0.43.0/p2p/http/auth/internal/handshake;$WORK/b954=>" -p github.com/libp2p/go-libp2p/p2p/http/auth/internal/handshake -lang=go1.23 -complete -installsuffix shared -buildid 1hUw0u7RNtO6Gw5pjECG/1hUw0u7RNtO6Gw5pjECG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b954/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/http/auth/internal/handshake/client.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/http/auth/internal/handshake/handshake.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/http/auth/internal/handshake/server.go
2025-08-20T21:26:41.0731505Z [00:02:55.193]➜  go tool buildid -w $WORK/b941/_pkg_.a # internal
2025-08-20T21:26:41.0783158Z [00:02:55.201]➜  cp $WORK/b941/_pkg_.a /root/.cache/go-build/72/7217ec2359a43f64c9fae7df10c5fb6148481d217d3ab60091f2f98416051553-d # internal
2025-08-20T21:26:41.0851926Z [00:02:55.207]➜  go.uber.org/fx
2025-08-20T21:26:41.0854676Z [00:02:55.208]➜  mkdir -p $WORK/b940/
2025-08-20T21:26:41.0861471Z [00:02:55.208]➜  cat >/tmp/go-build548448651/b940/importcfg << 'EOF' # internal
2025-08-20T21:26:41.0877498Z [00:02:55.208]➜  # import config
2025-08-20T21:26:41.0878172Z [00:02:55.208]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:41.0879357Z [00:02:55.208]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:41.0880137Z [00:02:55.208]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:41.0880847Z [00:02:55.208]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:41.0881531Z [00:02:55.208]➜  packagefile go.uber.org/dig=/tmp/go-build548448651/b941/_pkg_.a
2025-08-20T21:26:41.0882404Z [00:02:55.209]➜  packagefile go.uber.org/fx/fxevent=/tmp/go-build548448651/b947/_pkg_.a
2025-08-20T21:26:41.0883407Z [00:02:55.209]➜  packagefile go.uber.org/fx/internal/fxclock=/tmp/go-build548448651/b948/_pkg_.a
2025-08-20T21:26:41.0884336Z [00:02:55.209]➜  packagefile go.uber.org/fx/internal/fxlog=/tmp/go-build548448651/b949/_pkg_.a
2025-08-20T21:26:41.0885388Z [00:02:55.209]➜  packagefile go.uber.org/fx/internal/fxreflect=/tmp/go-build548448651/b950/_pkg_.a
2025-08-20T21:26:41.0889828Z [00:02:55.209]➜  packagefile go.uber.org/fx/internal/lifecycle=/tmp/go-build548448651/b951/_pkg_.a
2025-08-20T21:26:41.0890825Z [00:02:55.209]➜  packagefile go.uber.org/multierr=/tmp/go-build548448651/b267/_pkg_.a
2025-08-20T21:26:41.0891788Z [00:02:55.209]➜  packagefile golang.org/x/sys/unix=/tmp/go-build548448651/b194/_pkg_.a
2025-08-20T21:26:41.0892651Z [00:02:55.209]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:41.0893390Z [00:02:55.209]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:41.0894216Z [00:02:55.209]➜  packagefile os/signal=/tmp/go-build548448651/b952/_pkg_.a
2025-08-20T21:26:41.0895058Z [00:02:55.209]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:41.0895859Z [00:02:55.209]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:41.0896672Z [00:02:55.209]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:41.0897694Z [00:02:55.209]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:41.0898914Z [00:02:55.209]➜  packagefile unicode=/tmp/go-build548448651/b041/_pkg_.a
2025-08-20T21:26:41.0899890Z [00:02:55.209]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:41.0900570Z [00:02:55.209]➜  EOF
2025-08-20T21:26:41.0929581Z [00:02:55.209]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b940/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/fx@v1.24.0=>go.uber.org/fx@v1.24.0;$WORK/b940=>" -p go.uber.org/fx -lang=go1.22 -complete -installsuffix shared -buildid U3GScBIcov1DhhM2RSub/U3GScBIcov1DhhM2RSub -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b940/importcfg -pack /root/go/pkg/mod/go.uber.org/fx@v1.24.0/annotated.go /root/go/pkg/mod/go.uber.org/fx@v1.24.0/app.go /root/go/pkg/mod/go.uber.org/fx@v1.24.0/app_unixes.go /root/go/pkg/mod/go.uber.org/fx@v1.24.0/broadcast.go /root/go/pkg/mod/go.uber.org/fx@v1.24.0/decorate.go /root/go/pkg/mod/go.uber.org/fx@v1.24.0/doc.go /root/go/pkg/mod/go.uber.org/fx@v1.24.0/extract.go /root/go/pkg/mod/go.uber.org/fx@v1.24.0/inout.go /root/go/pkg/mod/go.uber.org/fx@v1.24.0/invoke.go /root/go/pkg/mod/go.uber.org/fx@v1.24.0/lifecycle.go /root/go/pkg/mod/go.uber.org/fx@v1.24.0/log.go /root/go/pkg/mod/go.uber.org/fx@v1.24.0/module.go /root/go/pkg/mod/go.uber.org/fx@v1.24.0/populate.go /root/go/pkg/mod/go.uber.org/fx@v1.24.0/printer_writer.go /root/go/pkg/mod/go.uber.org/fx@v1.24.0/provide.go /root/go/pkg/mod/go.uber.org/fx@v1.24.0/replace.go /root/go/pkg/mod/go.uber.org/fx@v1.24.0/shutdown.go /root/go/pkg/mod/go.uber.org/fx@v1.24.0/signal.go /root/go/pkg/mod/go.uber.org/fx@v1.24.0/supply.go /root/go/pkg/mod/go.uber.org/fx@v1.24.0/version.go
2025-08-20T21:26:41.1824800Z [00:02:55.305]➜  go tool buildid -w $WORK/b954/_pkg_.a # internal
2025-08-20T21:26:41.1847147Z [00:02:55.307]➜  cp $WORK/b954/_pkg_.a /root/.cache/go-build/dd/ddf997ee2edc2a12dfe817885629ec8c777c72230a48f787aeb7b85c1a4b42b7-d # internal
2025-08-20T21:26:41.1937458Z [00:02:55.316]➜  github.com/libp2p/go-libp2p/p2p/http/auth
2025-08-20T21:26:41.1940722Z [00:02:55.316]➜  mkdir -p $WORK/b953/
2025-08-20T21:26:41.1946667Z [00:02:55.317]➜  cat >/tmp/go-build548448651/b953/importcfg << 'EOF' # internal
2025-08-20T21:26:41.1955279Z [00:02:55.317]➜  # import config
2025-08-20T21:26:41.1956016Z [00:02:55.317]➜  packagefile crypto/hmac=/tmp/go-build548448651/b136/_pkg_.a
2025-08-20T21:26:41.1956907Z [00:02:55.317]➜  packagefile crypto/rand=/tmp/go-build548448651/b082/_pkg_.a
2025-08-20T21:26:41.1957787Z [00:02:55.317]➜  packagefile crypto/sha256=/tmp/go-build548448651/b151/_pkg_.a
2025-08-20T21:26:41.1958841Z [00:02:55.317]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:41.1959706Z [00:02:55.317]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:41.1960611Z [00:02:55.317]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:41.1961762Z [00:02:55.317]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build548448651/b311/_pkg_.a
2025-08-20T21:26:41.1963197Z [00:02:55.317]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:41.1964608Z [00:02:55.317]➜  packagefile github.com/libp2p/go-libp2p/p2p/http/auth/internal/handshake=/tmp/go-build548448651/b954/_pkg_.a
2025-08-20T21:26:41.1965754Z [00:02:55.317]➜  packagefile hash=/tmp/go-build548448651/b080/_pkg_.a
2025-08-20T21:26:41.1966526Z [00:02:55.317]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:41.1967299Z [00:02:55.317]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:41.1968100Z [00:02:55.317]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:41.1979620Z [00:02:55.317]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:41.1980441Z [00:02:55.317]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:41.1981052Z [00:02:55.317]➜  EOF
2025-08-20T21:26:41.1986115Z [00:02:55.317]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b953/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/http/auth=>github.com/libp2p/go-libp2p@v0.43.0/p2p/http/auth;$WORK/b953=>" -p github.com/libp2p/go-libp2p/p2p/http/auth -lang=go1.23 -complete -installsuffix shared -buildid AGHRi3CiC_IZH-Zt8apI/AGHRi3CiC_IZH-Zt8apI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b953/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/http/auth/auth.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/http/auth/client.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/http/auth/server.go
2025-08-20T21:26:41.2449705Z [00:02:55.367]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e
2025-08-20T21:26:41.2455981Z [00:02:55.367]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b639=/tmp/go-build -gno-record-gcc-switches -I $WORK/b639/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e=/_/github.com/DataDog/zstd@v1.5.6-0.20230824185856-869dae002e5e -frandom-seed=Oy3-PWRcNZLWC5EgVEcV -o $WORK/b639/_x042.o -c zstd_v05.c
2025-08-20T21:26:41.3078149Z [00:02:55.430]➜  go tool buildid -w $WORK/b953/_pkg_.a # internal
2025-08-20T21:26:41.3100469Z [00:02:55.432]➜  cp $WORK/b953/_pkg_.a /root/.cache/go-build/90/901c1769d4c576bc781c1aa58a884f1051dfa8b7fa2c718a278a732db531657c-d # internal
2025-08-20T21:26:41.3126445Z [00:02:55.435]➜  github.com/ipfs/boxo/bitswap/network/bsnet/internal
2025-08-20T21:26:41.3129709Z [00:02:55.435]➜  mkdir -p $WORK/b957/
2025-08-20T21:26:41.3133598Z [00:02:55.436]➜  cat >/tmp/go-build548448651/b957/importcfg << 'EOF' # internal
2025-08-20T21:26:41.3137598Z [00:02:55.436]➜  # import config
2025-08-20T21:26:41.3138696Z [00:02:55.436]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build548448651/b419/_pkg_.a
2025-08-20T21:26:41.3139530Z [00:02:55.436]➜  EOF
2025-08-20T21:26:41.3140026Z [00:02:55.436]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:41.3144351Z [00:02:55.436]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b957/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/network/bsnet/internal=>github.com/ipfs/boxo@v0.34.0/bitswap/network/bsnet/internal;$WORK/b957=>" -p github.com/ipfs/boxo/bitswap/network/bsnet/internal -lang=go1.24 -complete -installsuffix shared -buildid adXlWCc3QYeRd8T_fImc/adXlWCc3QYeRd8T_fImc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b957/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/network/bsnet/internal/default.go
2025-08-20T21:26:41.3354926Z [00:02:55.458]➜  go tool buildid -w $WORK/b957/_pkg_.a # internal
2025-08-20T21:26:41.3363590Z [00:02:55.459]➜  cp $WORK/b957/_pkg_.a /root/.cache/go-build/da/da31cc2da41ac63c92b47e2a4eb4ea0ee874dc6a6e73f5d8fcfeb8f1743c8eff-d # internal
2025-08-20T21:26:41.3418007Z [00:02:55.464]➜  github.com/ipfs/boxo/bitswap/network/bsnet
2025-08-20T21:26:41.3421259Z [00:02:55.464]➜  mkdir -p $WORK/b956/
2025-08-20T21:26:41.3427565Z [00:02:55.465]➜  cat >/tmp/go-build548448651/b956/importcfg << 'EOF' # internal
2025-08-20T21:26:41.3433840Z [00:02:55.465]➜  # import config
2025-08-20T21:26:41.3434568Z [00:02:55.465]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:41.3435412Z [00:02:55.465]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:41.3436212Z [00:02:55.465]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:41.3437216Z [00:02:55.465]➜  packagefile github.com/ipfs/boxo/bitswap/message=/tmp/go-build548448651/b416/_pkg_.a
2025-08-20T21:26:41.3438423Z [00:02:55.465]➜  packagefile github.com/ipfs/boxo/bitswap/network=/tmp/go-build548448651/b422/_pkg_.a
2025-08-20T21:26:41.3440233Z [00:02:55.465]➜  packagefile github.com/ipfs/boxo/bitswap/network/bsnet/internal=/tmp/go-build548448651/b957/_pkg_.a
2025-08-20T21:26:41.3441709Z [00:02:55.465]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:41.3442908Z [00:02:55.465]➜  packagefile github.com/ipfs/go-metrics-interface=/tmp/go-build548448651/b276/_pkg_.a
2025-08-20T21:26:41.3444184Z [00:02:55.465]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build548448651/b423/_pkg_.a
2025-08-20T21:26:41.3445434Z [00:02:55.465]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build548448651/b417/_pkg_.a
2025-08-20T21:26:41.3446709Z [00:02:55.465]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:41.3447983Z [00:02:55.465]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build548448651/b419/_pkg_.a
2025-08-20T21:26:41.3470409Z [00:02:55.465]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/ping=/tmp/go-build548448651/b427/_pkg_.a
2025-08-20T21:26:41.3471723Z [00:02:55.465]➜  packagefile github.com/libp2p/go-msgio=/tmp/go-build548448651/b421/_pkg_.a
2025-08-20T21:26:41.3472943Z [00:02:55.465]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:41.3474222Z [00:02:55.465]➜  packagefile github.com/multiformats/go-multistream=/tmp/go-build548448651/b420/_pkg_.a
2025-08-20T21:26:41.3475255Z [00:02:55.465]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:41.3476102Z [00:02:55.465]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:41.3476991Z [00:02:55.465]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:41.3477636Z [00:02:55.465]➜  EOF
2025-08-20T21:26:41.3483469Z [00:02:55.465]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b956/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/network/bsnet=>github.com/ipfs/boxo@v0.34.0/bitswap/network/bsnet;$WORK/b956=>" -p github.com/ipfs/boxo/bitswap/network/bsnet -lang=go1.24 -complete -installsuffix shared -buildid UhTSXPYQvoPIz64YVFev/UhTSXPYQvoPIz64YVFev -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b956/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/network/bsnet/bsnet.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/network/bsnet/ipfs_impl.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/network/bsnet/metrics.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/network/bsnet/options.go
2025-08-20T21:26:41.5727793Z [00:02:55.695]➜  go tool buildid -w $WORK/b956/_pkg_.a # internal
2025-08-20T21:26:41.5763027Z [00:02:55.699]➜  cp $WORK/b956/_pkg_.a /root/.cache/go-build/26/26f05d754c382bbd1aec1f68fbe38022d7724f11ed78fa2d471199931e86f3b7-d # internal
2025-08-20T21:26:41.5789795Z [00:02:55.701]➜  github.com/ipfs/boxo/bitswap/network/httpnet
2025-08-20T21:26:41.5792526Z [00:02:55.701]➜  mkdir -p $WORK/b958/
2025-08-20T21:26:41.5820807Z [00:02:55.704]➜  cat >/tmp/go-build548448651/b958/importcfg << 'EOF' # internal
2025-08-20T21:26:41.5823436Z [00:02:55.704]➜  # import config
2025-08-20T21:26:41.5824478Z [00:02:55.704]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:41.5825582Z [00:02:55.704]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:41.5827993Z [00:02:55.704]➜  packagefile crypto/tls=/tmp/go-build548448651/b110/_pkg_.a
2025-08-20T21:26:41.5829060Z [00:02:55.704]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:41.5829876Z [00:02:55.704]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:41.5830907Z [00:02:55.704]➜  packagefile github.com/ipfs/boxo/bitswap/message=/tmp/go-build548448651/b416/_pkg_.a
2025-08-20T21:26:41.5832287Z [00:02:55.704]➜  packagefile github.com/ipfs/boxo/bitswap/message/pb=/tmp/go-build548448651/b415/_pkg_.a
2025-08-20T21:26:41.5833675Z [00:02:55.704]➜  packagefile github.com/ipfs/boxo/bitswap/network=/tmp/go-build548448651/b422/_pkg_.a
2025-08-20T21:26:41.5835086Z [00:02:55.704]➜  packagefile github.com/ipfs/go-block-format=/tmp/go-build548448651/b258/_pkg_.a
2025-08-20T21:26:41.5836251Z [00:02:55.704]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:41.5837528Z [00:02:55.704]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:41.5840567Z [00:02:55.704]➜  packagefile github.com/ipfs/go-metrics-interface=/tmp/go-build548448651/b276/_pkg_.a
2025-08-20T21:26:41.5841948Z [00:02:55.704]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build548448651/b423/_pkg_.a
2025-08-20T21:26:41.5843196Z [00:02:55.704]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:41.5844529Z [00:02:55.704]➜  packagefile github.com/libp2p/go-libp2p/core/peerstore=/tmp/go-build548448651/b418/_pkg_.a
2025-08-20T21:26:41.5845948Z [00:02:55.704]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/ping=/tmp/go-build548448651/b427/_pkg_.a
2025-08-20T21:26:41.5847357Z [00:02:55.704]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:41.5848454Z [00:02:55.704]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:41.5849514Z [00:02:55.704]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:41.5850370Z [00:02:55.704]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:41.5851290Z [00:02:55.704]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:41.5852134Z [00:02:55.704]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:41.5853028Z [00:02:55.705]➜  packagefile runtime/debug=/tmp/go-build548448651/b260/_pkg_.a
2025-08-20T21:26:41.5853932Z [00:02:55.705]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:41.5854784Z [00:02:55.705]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:41.5855610Z [00:02:55.705]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:41.5856355Z [00:02:55.705]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:41.5857097Z [00:02:55.705]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:41.5857837Z [00:02:55.705]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:41.5859019Z [00:02:55.705]➜  EOF
2025-08-20T21:26:41.5865893Z [00:02:55.705]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b958/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/network/httpnet=>github.com/ipfs/boxo@v0.34.0/bitswap/network/httpnet;$WORK/b958=>" -p github.com/ipfs/boxo/bitswap/network/httpnet -lang=go1.24 -complete -installsuffix shared -buildid NYD8XgJZgJW0_KFOROl-/NYD8XgJZgJW0_KFOROl- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b958/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/network/httpnet/cooldown.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/network/httpnet/error_tracker.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/network/httpnet/httpnet.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/network/httpnet/metrics.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/network/httpnet/msg_sender.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/network/httpnet/pinger.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/bitswap/network/httpnet/request_tracker.go
2025-08-20T21:26:41.5872416Z [00:02:55.705]➜  go tool buildid -w $WORK/b753/_pkg_.a # internal
2025-08-20T21:26:41.5933662Z [00:02:55.716]➜  cp $WORK/b753/_pkg_.a /root/.cache/go-build/fb/fb39deecc3d895891c31dc4089a153acbf2a19c7ade24ba6c2404ae039d76516-d # internal
2025-08-20T21:26:41.5951248Z [00:02:55.717]➜  github.com/ipfs/boxo/ipld/merkledag/dagutils
2025-08-20T21:26:41.5957157Z [00:02:55.717]➜  mkdir -p $WORK/b960/
2025-08-20T21:26:41.5957907Z [00:02:55.718]➜  cat >/tmp/go-build548448651/b960/importcfg << 'EOF' # internal
2025-08-20T21:26:41.5958766Z [00:02:55.718]➜  # import config
2025-08-20T21:26:41.5959438Z [00:02:55.718]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:41.5964269Z [00:02:55.718]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:41.5965200Z [00:02:55.718]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:41.5966195Z [00:02:55.718]➜  packagefile github.com/ipfs/boxo/blockservice=/tmp/go-build548448651/b198/_pkg_.a
2025-08-20T21:26:41.5967342Z [00:02:55.718]➜  packagefile github.com/ipfs/boxo/blockstore=/tmp/go-build548448651/b224/_pkg_.a
2025-08-20T21:26:41.5968479Z [00:02:55.718]➜  packagefile github.com/ipfs/boxo/exchange/offline=/tmp/go-build548448651/b666/_pkg_.a
2025-08-20T21:26:41.5969891Z [00:02:55.718]➜  packagefile github.com/ipfs/boxo/ipld/merkledag=/tmp/go-build548448651/b196/_pkg_.a
2025-08-20T21:26:41.5970946Z [00:02:55.718]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:41.5971976Z [00:02:55.718]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build548448651/b255/_pkg_.a
2025-08-20T21:26:41.5973109Z [00:02:55.718]➜  packagefile github.com/ipfs/go-datastore/sync=/tmp/go-build548448651/b487/_pkg_.a
2025-08-20T21:26:41.5974244Z [00:02:55.718]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build548448651/b263/_pkg_.a
2025-08-20T21:26:41.5975173Z [00:02:55.718]➜  packagefile path=/tmp/go-build548448651/b063/_pkg_.a
2025-08-20T21:26:41.5975981Z [00:02:55.718]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:41.5976598Z [00:02:55.718]➜  EOF
2025-08-20T21:26:41.5983531Z [00:02:55.718]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b960/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/ipld/merkledag/dagutils=>github.com/ipfs/boxo@v0.34.0/ipld/merkledag/dagutils;$WORK/b960=>" -p github.com/ipfs/boxo/ipld/merkledag/dagutils -lang=go1.24 -complete -installsuffix shared -buildid XbGzrHKxDE8KQsWUIlMx/XbGzrHKxDE8KQsWUIlMx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b960/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/ipld/merkledag/dagutils/diff.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/ipld/merkledag/dagutils/diffenum.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/ipld/merkledag/dagutils/utils.go
2025-08-20T21:26:41.6100496Z [00:02:55.732]➜  go tool buildid -w $WORK/b940/_pkg_.a # internal
2025-08-20T21:26:41.6160181Z [00:02:55.738]➜  cp $WORK/b940/_pkg_.a /root/.cache/go-build/88/88af376edb2a6a200b2feb1a876a8f680059e9b969d16993a942ac759f3f6c94-d # internal
2025-08-20T21:26:41.6174970Z [00:02:55.740]➜  github.com/libp2p/go-libp2p/config
2025-08-20T21:26:41.6176599Z [00:02:55.740]➜  mkdir -p $WORK/b736/
2025-08-20T21:26:41.6188480Z [00:02:55.741]➜  cat >/tmp/go-build548448651/b736/importcfg << 'EOF' # internal
2025-08-20T21:26:41.6189619Z [00:02:55.741]➜  # import config
2025-08-20T21:26:41.6190424Z [00:02:55.741]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:41.6192939Z [00:02:55.741]➜  packagefile crypto/rand=/tmp/go-build548448651/b082/_pkg_.a
2025-08-20T21:26:41.6194672Z [00:02:55.741]➜  packagefile crypto/sha256=/tmp/go-build548448651/b151/_pkg_.a
2025-08-20T21:26:41.6195943Z [00:02:55.741]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:41.6196880Z [00:02:55.741]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:41.6198034Z [00:02:55.741]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:41.6199577Z [00:02:55.741]➜  packagefile github.com/libp2p/go-libp2p/core/connmgr=/tmp/go-build548448651/b424/_pkg_.a
2025-08-20T21:26:41.6202970Z [00:02:55.741]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build548448651/b311/_pkg_.a
2025-08-20T21:26:41.6204214Z [00:02:55.741]➜  packagefile github.com/libp2p/go-libp2p/core/event=/tmp/go-build548448651/b426/_pkg_.a
2025-08-20T21:26:41.6205425Z [00:02:55.741]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build548448651/b423/_pkg_.a
2025-08-20T21:26:41.6206724Z [00:02:55.741]➜  packagefile github.com/libp2p/go-libp2p/core/metrics=/tmp/go-build548448651/b444/_pkg_.a
2025-08-20T21:26:41.6208154Z [00:02:55.741]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build548448651/b417/_pkg_.a
2025-08-20T21:26:41.6209746Z [00:02:55.741]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:41.6211027Z [00:02:55.741]➜  packagefile github.com/libp2p/go-libp2p/core/peerstore=/tmp/go-build548448651/b418/_pkg_.a
2025-08-20T21:26:41.6212266Z [00:02:55.741]➜  packagefile github.com/libp2p/go-libp2p/core/pnet=/tmp/go-build548448651/b737/_pkg_.a
2025-08-20T21:26:41.6213497Z [00:02:55.741]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build548448651/b419/_pkg_.a
2025-08-20T21:26:41.6214734Z [00:02:55.741]➜  packagefile github.com/libp2p/go-libp2p/core/routing=/tmp/go-build548448651/b329/_pkg_.a
2025-08-20T21:26:41.6215930Z [00:02:55.741]➜  packagefile github.com/libp2p/go-libp2p/core/sec=/tmp/go-build548448651/b738/_pkg_.a
2025-08-20T21:26:41.6217192Z [00:02:55.741]➜  packagefile github.com/libp2p/go-libp2p/core/sec/insecure=/tmp/go-build548448651/b739/_pkg_.a
2025-08-20T21:26:41.6218470Z [00:02:55.741]➜  packagefile github.com/libp2p/go-libp2p/core/transport=/tmp/go-build548448651/b446/_pkg_.a
2025-08-20T21:26:41.6241135Z [00:02:55.741]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/autonat=/tmp/go-build548448651/b741/_pkg_.a
2025-08-20T21:26:41.6242505Z [00:02:55.741]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/autorelay=/tmp/go-build548448651/b743/_pkg_.a
2025-08-20T21:26:41.6243762Z [00:02:55.741]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/basic=/tmp/go-build548448651/b753/_pkg_.a
2025-08-20T21:26:41.6245018Z [00:02:55.741]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/blank=/tmp/go-build548448651/b931/_pkg_.a
2025-08-20T21:26:41.6246282Z [00:02:55.741]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/eventbus=/tmp/go-build548448651/b513/_pkg_.a
2025-08-20T21:26:41.6247685Z [00:02:55.741]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/peerstore/pstoremem=/tmp/go-build548448651/b932/_pkg_.a
2025-08-20T21:26:41.6249594Z [00:02:55.741]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/resource-manager=/tmp/go-build548448651/b933/_pkg_.a
2025-08-20T21:26:41.6250996Z [00:02:55.741]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/routed=/tmp/go-build548448651/b935/_pkg_.a
2025-08-20T21:26:41.6252440Z [00:02:55.741]➜  packagefile github.com/libp2p/go-libp2p/p2p/net/swarm=/tmp/go-build548448651/b442/_pkg_.a
2025-08-20T21:26:41.6253697Z [00:02:55.741]➜  packagefile github.com/libp2p/go-libp2p/p2p/net/upgrader=/tmp/go-build548448651/b784/_pkg_.a
2025-08-20T21:26:41.6255042Z [00:02:55.741]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/autonatv2=/tmp/go-build548448651/b772/_pkg_.a
2025-08-20T21:26:41.6256495Z [00:02:55.741]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/client=/tmp/go-build548448651/b744/_pkg_.a
2025-08-20T21:26:41.6257992Z [00:02:55.741]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/relay=/tmp/go-build548448651/b758/_pkg_.a
2025-08-20T21:26:41.6259695Z [00:02:55.741]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/holepunch=/tmp/go-build548448651/b774/_pkg_.a
2025-08-20T21:26:41.6261274Z [00:02:55.741]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/identify=/tmp/go-build548448651/b748/_pkg_.a
2025-08-20T21:26:41.6262672Z [00:02:55.741]➜  packagefile github.com/libp2p/go-libp2p/p2p/transport/quicreuse=/tmp/go-build548448651/b792/_pkg_.a
2025-08-20T21:26:41.6264075Z [00:02:55.741]➜  packagefile github.com/libp2p/go-libp2p/p2p/transport/tcpreuse=/tmp/go-build548448651/b936/_pkg_.a
2025-08-20T21:26:41.6265443Z [00:02:55.741]➜  packagefile github.com/libp2p/go-libp2p/p2p/transport/webrtc=/tmp/go-build548448651/b776/_pkg_.a
2025-08-20T21:26:41.6266712Z [00:02:55.741]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:41.6267917Z [00:02:55.741]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build548448651/b430/_pkg_.a
2025-08-20T21:26:41.6269613Z [00:02:55.741]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build548448651/b387/_pkg_.a
2025-08-20T21:26:41.6271026Z [00:02:55.741]➜  packagefile github.com/quic-go/quic-go=/tmp/go-build548448651/b801/_pkg_.a
2025-08-20T21:26:41.6272076Z [00:02:55.741]➜  packagefile go.uber.org/fx=/tmp/go-build548448651/b940/_pkg_.a
2025-08-20T21:26:41.6273041Z [00:02:55.741]➜  packagefile go.uber.org/fx/fxevent=/tmp/go-build548448651/b947/_pkg_.a
2025-08-20T21:26:41.6274068Z [00:02:55.741]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build548448651/b812/_pkg_.a
2025-08-20T21:26:41.6274986Z [00:02:55.741]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:41.6275767Z [00:02:55.741]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:41.6276587Z [00:02:55.741]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:41.6277415Z [00:02:55.741]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:41.6278244Z [00:02:55.741]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:41.6279255Z [00:02:55.741]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:41.6279888Z [00:02:55.741]➜  EOF
2025-08-20T21:26:41.6284874Z [00:02:55.741]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b736/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/config=>github.com/libp2p/go-libp2p@v0.43.0/config;$WORK/b736=>" -p github.com/libp2p/go-libp2p/config -lang=go1.23 -complete -installsuffix shared -buildid JKxt1pOKNNVEZl5iU2uD/JKxt1pOKNNVEZl5iU2uD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b736/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/config/config.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/config/host.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/config/log.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/config/quic.go
2025-08-20T21:26:41.6972184Z [00:02:55.819]➜  go tool buildid -w $WORK/b960/_pkg_.a # internal
2025-08-20T21:26:41.6998347Z [00:02:55.822]➜  cp $WORK/b960/_pkg_.a /root/.cache/go-build/6a/6a91f7d1dd4927ad5561226781ec064589afd017b5c49e75f6313d2dc9be7571-d # internal
2025-08-20T21:26:41.7006464Z [00:02:55.823]➜  github.com/ipfs/boxo/pinning/pinner/dsindex
2025-08-20T21:26:41.7010435Z [00:02:55.823]➜  mkdir -p $WORK/b961/
2025-08-20T21:26:41.7022952Z [00:02:55.824]➜  cat >/tmp/go-build548448651/b961/importcfg << 'EOF' # internal
2025-08-20T21:26:41.7023692Z [00:02:55.824]➜  # import config
2025-08-20T21:26:41.7024398Z [00:02:55.824]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:41.7030260Z [00:02:55.825]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:41.7031142Z [00:02:55.825]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:41.7032128Z [00:02:55.825]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build548448651/b255/_pkg_.a
2025-08-20T21:26:41.7033386Z [00:02:55.825]➜  packagefile github.com/ipfs/go-datastore/namespace=/tmp/go-build548448651/b261/_pkg_.a
2025-08-20T21:26:41.7034655Z [00:02:55.825]➜  packagefile github.com/ipfs/go-datastore/query=/tmp/go-build548448651/b257/_pkg_.a
2025-08-20T21:26:41.7036131Z [00:02:55.825]➜  packagefile github.com/multiformats/go-multibase=/tmp/go-build548448651/b231/_pkg_.a
2025-08-20T21:26:41.7037173Z [00:02:55.825]➜  packagefile path=/tmp/go-build548448651/b063/_pkg_.a
2025-08-20T21:26:41.7037796Z [00:02:55.825]➜  EOF
2025-08-20T21:26:41.7046292Z [00:02:55.825]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b961/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/pinning/pinner/dsindex=>github.com/ipfs/boxo@v0.34.0/pinning/pinner/dsindex;$WORK/b961=>" -p github.com/ipfs/boxo/pinning/pinner/dsindex -lang=go1.24 -complete -installsuffix shared -buildid 0BM514t1tGJ-4FrWEAVm/0BM514t1tGJ-4FrWEAVm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b961/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/pinning/pinner/dsindex/error.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/pinning/pinner/dsindex/indexer.go
2025-08-20T21:26:41.7566923Z [00:02:55.879]➜  go tool buildid -w $WORK/b961/_pkg_.a # internal
2025-08-20T21:26:41.7598896Z [00:02:55.882]➜  cp $WORK/b961/_pkg_.a /root/.cache/go-build/47/477e18e39c8d3dec2c2041cc2eef7f857e4852d69f56ef3a1fc0b8c1d7064183-d # internal
2025-08-20T21:26:41.7614262Z [00:02:55.883]➜  github.com/ipfs/boxo/pinning/pinner/dspinner
2025-08-20T21:26:41.7620558Z [00:02:55.884]➜  mkdir -p $WORK/b959/
2025-08-20T21:26:41.7621368Z [00:02:55.884]➜  cat >/tmp/go-build548448651/b959/importcfg << 'EOF' # internal
2025-08-20T21:26:41.7622109Z [00:02:55.884]➜  # import config
2025-08-20T21:26:41.7622809Z [00:02:55.884]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:41.7623670Z [00:02:55.884]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:41.7624503Z [00:02:55.884]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:41.7625542Z [00:02:55.884]➜  packagefile github.com/ipfs/boxo/fetcher=/tmp/go-build548448651/b464/_pkg_.a
2025-08-20T21:26:41.7626796Z [00:02:55.884]➜  packagefile github.com/ipfs/boxo/fetcher/helpers=/tmp/go-build548448651/b527/_pkg_.a
2025-08-20T21:26:41.7628063Z [00:02:55.884]➜  packagefile github.com/ipfs/boxo/ipld/merkledag=/tmp/go-build548448651/b196/_pkg_.a
2025-08-20T21:26:41.7629635Z [00:02:55.884]➜  packagefile github.com/ipfs/boxo/ipld/merkledag/dagutils=/tmp/go-build548448651/b960/_pkg_.a
2025-08-20T21:26:41.7630960Z [00:02:55.884]➜  packagefile github.com/ipfs/boxo/pinning/pinner=/tmp/go-build548448651/b530/_pkg_.a
2025-08-20T21:26:41.7632285Z [00:02:55.884]➜  packagefile github.com/ipfs/boxo/pinning/pinner/dsindex=/tmp/go-build548448651/b961/_pkg_.a
2025-08-20T21:26:41.7633633Z [00:02:55.884]➜  packagefile github.com/ipfs/boxo/provider=/tmp/go-build548448651/b531/_pkg_.a
2025-08-20T21:26:41.7634777Z [00:02:55.884]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:41.7635876Z [00:02:55.884]➜  packagefile github.com/ipfs/go-cidutil=/tmp/go-build548448651/b533/_pkg_.a
2025-08-20T21:26:41.7637026Z [00:02:55.884]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build548448651/b255/_pkg_.a
2025-08-20T21:26:41.7638252Z [00:02:55.884]➜  packagefile github.com/ipfs/go-datastore/query=/tmp/go-build548448651/b257/_pkg_.a
2025-08-20T21:26:41.7647016Z [00:02:55.884]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build548448651/b263/_pkg_.a
2025-08-20T21:26:41.7650639Z [00:02:55.884]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:41.7651984Z [00:02:55.884]➜  packagefile github.com/ipld/go-ipld-prime/linking/cid=/tmp/go-build548448651/b343/_pkg_.a
2025-08-20T21:26:41.7653319Z [00:02:55.884]➜  packagefile github.com/libp2p/go-libp2p/core/routing=/tmp/go-build548448651/b329/_pkg_.a
2025-08-20T21:26:41.7654581Z [00:02:55.884]➜  packagefile github.com/polydawn/refmt/cbor=/tmp/go-build548448651/b486/_pkg_.a
2025-08-20T21:26:41.7655798Z [00:02:55.884]➜  packagefile github.com/polydawn/refmt/obj/atlas=/tmp/go-build548448651/b359/_pkg_.a
2025-08-20T21:26:41.7657087Z [00:02:55.884]➜  packagefile path=/tmp/go-build548448651/b063/_pkg_.a
2025-08-20T21:26:41.7657975Z [00:02:55.884]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:41.7658841Z [00:02:55.884]➜  EOF
2025-08-20T21:26:41.7663418Z [00:02:55.884]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b959/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/pinning/pinner/dspinner=>github.com/ipfs/boxo@v0.34.0/pinning/pinner/dspinner;$WORK/b959=>" -p github.com/ipfs/boxo/pinning/pinner/dspinner -lang=go1.24 -complete -installsuffix shared -buildid zP3Pe77DVUlJnryWtO2Z/zP3Pe77DVUlJnryWtO2Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b959/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/pinning/pinner/dspinner/pin.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/pinning/pinner/dspinner/pinprovider.go
2025-08-20T21:26:41.8010448Z [00:02:55.923]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e
2025-08-20T21:26:41.8016630Z [00:02:55.923]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b639=/tmp/go-build -gno-record-gcc-switches -I $WORK/b639/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e=/_/github.com/DataDog/zstd@v1.5.6-0.20230824185856-869dae002e5e -frandom-seed=Oy3-PWRcNZLWC5EgVEcV -o $WORK/b639/_x043.o -c zstd_v06.c
2025-08-20T21:26:41.9031181Z [00:02:56.024]➜  go tool buildid -w $WORK/b958/_pkg_.a # internal
2025-08-20T21:26:41.9077483Z [00:02:56.030]➜  cp $WORK/b958/_pkg_.a /root/.cache/go-build/f4/f4e1f6c7eb640632676f09906f7c73d2797fb6c4538b03af4c29c2be5dbef6ed-d # internal
2025-08-20T21:26:41.9088057Z [00:02:56.030]➜  github.com/ipfs/kubo/core/node/helpers
2025-08-20T21:26:41.9088886Z [00:02:56.030]➜  mkdir -p $WORK/b962/
2025-08-20T21:26:41.9089644Z [00:02:56.031]➜  cat >/tmp/go-build548448651/b962/importcfg << 'EOF' # internal
2025-08-20T21:26:41.9090319Z [00:02:56.031]➜  # import config
2025-08-20T21:26:41.9090988Z [00:02:56.031]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:41.9091863Z [00:02:56.031]➜  packagefile go.uber.org/fx=/tmp/go-build548448651/b940/_pkg_.a
2025-08-20T21:26:41.9092547Z [00:02:56.031]➜  EOF
2025-08-20T21:26:41.9093073Z [00:02:56.031]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:41.9096680Z [00:02:56.031]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b962/_pkg_.a -trimpath "/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/helpers=>github.com/ipfs/kubo/core/node/helpers;$WORK/b962=>" -p github.com/ipfs/kubo/core/node/helpers -lang=go1.25 -complete -installsuffix shared -buildid LFhODm4aLSPULFScZpTR/LFhODm4aLSPULFScZpTR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b962/importcfg -pack /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/helpers/helpers.go
2025-08-20T21:26:41.9410123Z [00:02:56.060]➜  go tool buildid -w $WORK/b962/_pkg_.a # internal
2025-08-20T21:26:41.9505462Z [00:02:56.073]➜  go tool buildid -w $WORK/b959/_pkg_.a # internal
2025-08-20T21:26:41.9556296Z [00:02:56.078]➜  cp $WORK/b962/_pkg_.a /root/.cache/go-build/6c/6cad7f99c449e1bbb10ca1b12d7a95a9ae9aa6d662cb12a2c57e406728be17b5-d # internal
2025-08-20T21:26:41.9614745Z [00:02:56.084]➜  cp $WORK/b959/_pkg_.a /root/.cache/go-build/ea/eafb19e289c175ff5783961db9ea14725de69b7992a501398a174f8283eff6d8-d # internal
2025-08-20T21:26:41.9621826Z [00:02:56.085]➜  github.com/ipfs/boxo/routing/offline
2025-08-20T21:26:41.9623508Z [00:02:56.085]➜  mkdir -p $WORK/b965/
2025-08-20T21:26:41.9636953Z [00:02:56.086]➜  cat >/tmp/go-build548448651/b965/importcfg << 'EOF' # internal
2025-08-20T21:26:41.9637854Z [00:02:56.086]➜  # import config
2025-08-20T21:26:41.9640515Z [00:02:56.086]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:41.9641453Z [00:02:56.086]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:41.9642330Z [00:02:56.086]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:41.9643436Z [00:02:56.086]➜  packagefile github.com/ipfs/boxo/datastore/dshelp=/tmp/go-build548448651/b229/_pkg_.a
2025-08-20T21:26:41.9644634Z [00:02:56.086]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:41.9645691Z [00:02:56.086]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build548448651/b255/_pkg_.a
2025-08-20T21:26:41.9646799Z [00:02:56.086]➜  packagefile github.com/libp2p/go-libp2p-record=/tmp/go-build548448651/b279/_pkg_.a
2025-08-20T21:26:41.9648010Z [00:02:56.086]➜  packagefile github.com/libp2p/go-libp2p-record/pb=/tmp/go-build548448651/b280/_pkg_.a
2025-08-20T21:26:41.9649374Z [00:02:56.086]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:41.9650606Z [00:02:56.086]➜  packagefile github.com/libp2p/go-libp2p/core/routing=/tmp/go-build548448651/b329/_pkg_.a
2025-08-20T21:26:41.9652096Z [00:02:56.086]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build548448651/b300/_pkg_.a
2025-08-20T21:26:41.9653308Z [00:02:56.086]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:41.9653994Z [00:02:56.086]➜  EOF
2025-08-20T21:26:41.9657712Z [00:02:56.087]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b965/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/routing/offline=>github.com/ipfs/boxo@v0.34.0/routing/offline;$WORK/b965=>" -p github.com/ipfs/boxo/routing/offline -lang=go1.24 -complete -installsuffix shared -buildid -VsZm204yFOYqMeuVerY/-VsZm204yFOYqMeuVerY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b965/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/routing/offline/offline.go
2025-08-20T21:26:41.9665161Z [00:02:56.089]➜  github.com/cenkalti/backoff/v4
2025-08-20T21:26:41.9665825Z [00:02:56.089]➜  mkdir -p $WORK/b964/
2025-08-20T21:26:41.9672994Z [00:02:56.090]➜  cat >/tmp/go-build548448651/b964/importcfg << 'EOF' # internal
2025-08-20T21:26:41.9673669Z [00:02:56.090]➜  # import config
2025-08-20T21:26:41.9674298Z [00:02:56.090]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:41.9675069Z [00:02:56.090]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:41.9675959Z [00:02:56.090]➜  packagefile math/rand=/tmp/go-build548448651/b109/_pkg_.a
2025-08-20T21:26:41.9676710Z [00:02:56.090]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:41.9677435Z [00:02:56.090]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:41.9677974Z [00:02:56.090]➜  EOF
2025-08-20T21:26:41.9706067Z [00:02:56.091]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b964/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cenkalti/backoff/v4@v4.3.0=>github.com/cenkalti/backoff/v4@v4.3.0;$WORK/b964=>" -p github.com/cenkalti/backoff/v4 -lang=go1.18 -complete -installsuffix shared -buildid RgI3X8_-jg_vx1pmUNUe/RgI3X8_-jg_vx1pmUNUe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b964/importcfg -pack /root/go/pkg/mod/github.com/cenkalti/backoff/v4@v4.3.0/backoff.go /root/go/pkg/mod/github.com/cenkalti/backoff/v4@v4.3.0/context.go /root/go/pkg/mod/github.com/cenkalti/backoff/v4@v4.3.0/exponential.go /root/go/pkg/mod/github.com/cenkalti/backoff/v4@v4.3.0/retry.go /root/go/pkg/mod/github.com/cenkalti/backoff/v4@v4.3.0/ticker.go /root/go/pkg/mod/github.com/cenkalti/backoff/v4@v4.3.0/timer.go /root/go/pkg/mod/github.com/cenkalti/backoff/v4@v4.3.0/tries.go
2025-08-20T21:26:42.0456037Z [00:02:56.168]➜  go tool buildid -w $WORK/b964/_pkg_.a # internal
2025-08-20T21:26:42.0481980Z [00:02:56.169]➜  cp $WORK/b964/_pkg_.a /root/.cache/go-build/cc/cca7f06830cf7e07d15773ab6c7e4f244e81b19dac56eb618c2316a1b882fde2-d # internal
2025-08-20T21:26:42.0483339Z [00:02:56.169]➜  github.com/ipfs/kubo/core/node/libp2p/fd
2025-08-20T21:26:42.0484009Z [00:02:56.169]➜  mkdir -p $WORK/b966/
2025-08-20T21:26:42.0484702Z [00:02:56.169]➜  go tool buildid -w $WORK/b965/_pkg_.a # internal
2025-08-20T21:26:42.0485662Z [00:02:56.170]➜  cat >/tmp/go-build548448651/b966/importcfg << 'EOF' # internal
2025-08-20T21:26:42.0486447Z [00:02:56.170]➜  # import config
2025-08-20T21:26:42.0487331Z [00:02:56.170]➜  packagefile golang.org/x/sys/unix=/tmp/go-build548448651/b194/_pkg_.a
2025-08-20T21:26:42.0488106Z [00:02:56.170]➜  EOF
2025-08-20T21:26:42.0492145Z [00:02:56.170]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b966/_pkg_.a -trimpath "/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/fd=>github.com/ipfs/kubo/core/node/libp2p/fd;$WORK/b966=>" -p github.com/ipfs/kubo/core/node/libp2p/fd -lang=go1.25 -complete -installsuffix shared -buildid EzZRVrC0yRWQJjOu5QAn/EzZRVrC0yRWQJjOu5QAn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b966/importcfg -pack /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/fd/sys_unix.go
2025-08-20T21:26:42.0498124Z [00:02:56.170]➜  cp $WORK/b965/_pkg_.a /root/.cache/go-build/ee/eeb473fa3153975cd010f9c4e321b7c85919fc21a0feeb8be69ade0ca89800a3-d # internal
2025-08-20T21:26:42.0502205Z [00:02:56.172]➜  github.com/ipfs/boxo/routing/http/internal
2025-08-20T21:26:42.0503212Z [00:02:56.172]➜  mkdir -p $WORK/b971/
2025-08-20T21:26:42.0504086Z [00:02:56.172]➜  cat >/tmp/go-build548448651/b971/importcfg << 'EOF' # internal
2025-08-20T21:26:42.0504803Z [00:02:56.173]➜  # import config
2025-08-20T21:26:42.0505489Z [00:02:56.173]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:42.0506320Z [00:02:56.173]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:42.0507087Z [00:02:56.173]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:42.0507667Z [00:02:56.173]➜  EOF
2025-08-20T21:26:42.0513370Z [00:02:56.173]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b971/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/routing/http/internal=>github.com/ipfs/boxo@v0.34.0/routing/http/internal;$WORK/b971=>" -p github.com/ipfs/boxo/routing/http/internal -lang=go1.24 -complete -installsuffix shared -buildid MrBxZXvqrwAriTCu5DiL/MrBxZXvqrwAriTCu5DiL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b971/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/routing/http/internal/goroutines.go
2025-08-20T21:26:42.0690494Z [00:02:56.191]➜  go tool buildid -w $WORK/b971/_pkg_.a # internal
2025-08-20T21:26:42.0696934Z [00:02:56.192]➜  cp $WORK/b971/_pkg_.a /root/.cache/go-build/c5/c58b664df2335b1fbaedf2510c47d57d1eb2d66cb27c0138926e13a36801671d-d # internal
2025-08-20T21:26:42.0714577Z [00:02:56.194]➜  github.com/ipfs/boxo/routing/http/internal/drjson
2025-08-20T21:26:42.0716339Z [00:02:56.194]➜  mkdir -p $WORK/b973/
2025-08-20T21:26:42.0721445Z [00:02:56.195]➜  cat >/tmp/go-build548448651/b973/importcfg << 'EOF' # internal
2025-08-20T21:26:42.0723180Z [00:02:56.195]➜  # import config
2025-08-20T21:26:42.0724159Z [00:02:56.195]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:42.0725047Z [00:02:56.195]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:42.0725712Z [00:02:56.195]➜  EOF
2025-08-20T21:26:42.0730097Z [00:02:56.195]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b973/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/routing/http/internal/drjson=>github.com/ipfs/boxo@v0.34.0/routing/http/internal/drjson;$WORK/b973=>" -p github.com/ipfs/boxo/routing/http/internal/drjson -lang=go1.24 -complete -installsuffix shared -buildid PdGH75pkrBad1MJV4olP/PdGH75pkrBad1MJV4olP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b973/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/routing/http/internal/drjson/json.go
2025-08-20T21:26:42.0751882Z [00:02:56.198]➜  go tool buildid -w $WORK/b966/_pkg_.a # internal
2025-08-20T21:26:42.0759224Z [00:02:56.198]➜  cp $WORK/b966/_pkg_.a /root/.cache/go-build/99/9936121b2d76be7fe7d2bd01867c5320dc743ea0dae9b8b2eb1a83c7bb36e4d2-d # internal
2025-08-20T21:26:42.0774175Z [00:02:56.200]➜  github.com/ipfs/boxo/routing/http/types/iter
2025-08-20T21:26:42.0774906Z [00:02:56.200]➜  mkdir -p $WORK/b974/
2025-08-20T21:26:42.0775678Z [00:02:56.200]➜  cat >/tmp/go-build548448651/b974/importcfg << 'EOF' # internal
2025-08-20T21:26:42.0776339Z [00:02:56.200]➜  # import config
2025-08-20T21:26:42.0777071Z [00:02:56.200]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:42.0777946Z [00:02:56.200]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:42.0779137Z [00:02:56.200]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:42.0780126Z [00:02:56.200]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:42.0780721Z [00:02:56.200]➜  EOF
2025-08-20T21:26:42.0807426Z [00:02:56.203]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b974/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/routing/http/types/iter=>github.com/ipfs/boxo@v0.34.0/routing/http/types/iter;$WORK/b974=>" -p github.com/ipfs/boxo/routing/http/types/iter -lang=go1.24 -complete -installsuffix shared -buildid _fqpWik7sNsc-55HfWAD/_fqpWik7sNsc-55HfWAD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b974/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/routing/http/types/iter/filter.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/routing/http/types/iter/iter.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/routing/http/types/iter/json.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/routing/http/types/iter/map.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/routing/http/types/iter/slice.go
2025-08-20T21:26:42.0860907Z [00:02:56.209]➜  go tool buildid -w $WORK/b973/_pkg_.a # internal
2025-08-20T21:26:42.0869723Z [00:02:56.209]➜  cp $WORK/b973/_pkg_.a /root/.cache/go-build/a3/a395034eaf4758c10801db24cae1cdae3a2e79900fd4a39d649542e0aa16d3e2-d # internal
2025-08-20T21:26:42.0894038Z [00:02:56.212]➜  github.com/ipfs/boxo/routing/http/types
2025-08-20T21:26:42.0894705Z [00:02:56.212]➜  mkdir -p $WORK/b972/
2025-08-20T21:26:42.0895438Z [00:02:56.212]➜  cat >/tmp/go-build548448651/b972/importcfg << 'EOF' # internal
2025-08-20T21:26:42.0896179Z [00:02:56.212]➜  # import config
2025-08-20T21:26:42.0896933Z [00:02:56.212]➜  packagefile crypto/sha256=/tmp/go-build548448651/b151/_pkg_.a
2025-08-20T21:26:42.0897874Z [00:02:56.212]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:42.0902222Z [00:02:56.212]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:42.0903132Z [00:02:56.212]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:42.0904334Z [00:02:56.212]➜  packagefile github.com/ipfs/boxo/routing/http/internal/drjson=/tmp/go-build548448651/b973/_pkg_.a
2025-08-20T21:26:42.0905587Z [00:02:56.212]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:42.0906822Z [00:02:56.212]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build548448651/b311/_pkg_.a
2025-08-20T21:26:42.0908165Z [00:02:56.212]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:42.0909779Z [00:02:56.212]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:42.0911269Z [00:02:56.212]➜  packagefile github.com/multiformats/go-multibase=/tmp/go-build548448651/b231/_pkg_.a
2025-08-20T21:26:42.0912483Z [00:02:56.212]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:42.0913111Z [00:02:56.212]➜  EOF
2025-08-20T21:26:42.0922074Z [00:02:56.212]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b972/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/routing/http/types=>github.com/ipfs/boxo@v0.34.0/routing/http/types;$WORK/b972=>" -p github.com/ipfs/boxo/routing/http/types -lang=go1.24 -complete -installsuffix shared -buildid U00Vbo6XmSTc_qfSh3wD/U00Vbo6XmSTc_qfSh3wD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b972/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/routing/http/types/ipfs.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/routing/http/types/record.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/routing/http/types/record_bitswap.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/routing/http/types/record_peer.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/routing/http/types/record_unknown.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/routing/http/types/time.go
2025-08-20T21:26:42.0945784Z [00:02:56.215]➜  go tool buildid -w $WORK/b974/_pkg_.a # internal
2025-08-20T21:26:42.0947156Z [00:02:56.216]➜  cp $WORK/b974/_pkg_.a /root/.cache/go-build/59/5969abc1ca58e398e50d077f0637a2a6fb1c7fbcd17ba7f268ea5a44d68d5685-d # internal
2025-08-20T21:26:42.0948333Z [00:02:56.216]➜  go.opencensus.io/resource
2025-08-20T21:26:42.0949279Z [00:02:56.216]➜  mkdir -p $WORK/b980/
2025-08-20T21:26:42.0950072Z [00:02:56.217]➜  cat >/tmp/go-build548448651/b980/importcfg << 'EOF' # internal
2025-08-20T21:26:42.0950793Z [00:02:56.217]➜  # import config
2025-08-20T21:26:42.0951591Z [00:02:56.217]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:42.0952697Z [00:02:56.217]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:42.0953711Z [00:02:56.217]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:42.0954563Z [00:02:56.217]➜  packagefile regexp=/tmp/go-build548448651/b192/_pkg_.a
2025-08-20T21:26:42.0955413Z [00:02:56.217]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:42.0956252Z [00:02:56.217]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:42.0957121Z [00:02:56.217]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:42.0957753Z [00:02:56.217]➜  EOF
2025-08-20T21:26:42.0964683Z [00:02:56.217]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b980/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/resource=>go.opencensus.io@v0.24.0/resource;$WORK/b980=>" -p go.opencensus.io/resource -lang=go1.13 -complete -installsuffix shared -buildid s8WjudOiYhKv02DXHPoe/s8WjudOiYhKv02DXHPoe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b980/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/resource/resource.go
2025-08-20T21:26:42.1223191Z [00:02:56.245]➜  go tool buildid -w $WORK/b980/_pkg_.a # internal
2025-08-20T21:26:42.1226471Z [00:02:56.245]➜  cp $WORK/b980/_pkg_.a /root/.cache/go-build/b0/b0eca40cdbb555c8349f092b5b3cb214e28deb860ecc7a68855fe3ceec044716-d # internal
2025-08-20T21:26:42.1251244Z [00:02:56.247]➜  go.opencensus.io/metric/metricdata
2025-08-20T21:26:42.1262806Z [00:02:56.248]➜  mkdir -p $WORK/b979/
2025-08-20T21:26:42.1263509Z [00:02:56.248]➜  cat >/tmp/go-build548448651/b979/importcfg << 'EOF' # internal
2025-08-20T21:26:42.1264161Z [00:02:56.248]➜  # import config
2025-08-20T21:26:42.1264890Z [00:02:56.248]➜  packagefile go.opencensus.io/resource=/tmp/go-build548448651/b980/_pkg_.a
2025-08-20T21:26:42.1265734Z [00:02:56.248]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:42.1266480Z [00:02:56.248]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:42.1267275Z [00:02:56.248]➜  EOF
2025-08-20T21:26:42.1275172Z [00:02:56.248]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b979/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/metric/metricdata=>go.opencensus.io@v0.24.0/metric/metricdata;$WORK/b979=>" -p go.opencensus.io/metric/metricdata -lang=go1.13 -complete -installsuffix shared -buildid PuVCRbWBqNKnmVqNuUPB/PuVCRbWBqNKnmVqNuUPB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b979/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/metric/metricdata/doc.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/metric/metricdata/exemplar.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/metric/metricdata/label.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/metric/metricdata/metric.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/metric/metricdata/point.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/metric/metricdata/type_string.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/metric/metricdata/unit.go
2025-08-20T21:26:42.1321678Z [00:02:56.254]➜  go tool buildid -w $WORK/b736/_pkg_.a # internal
2025-08-20T21:26:42.1510436Z [00:02:56.272]➜  go tool buildid -w $WORK/b979/_pkg_.a # internal
2025-08-20T21:26:42.1515512Z [00:02:56.273]➜  cp $WORK/b979/_pkg_.a /root/.cache/go-build/64/648036d1e9b28b399a4724b1c7edbb8b01bbadbbdf238aca3df3b1571a0ceecb-d # internal
2025-08-20T21:26:42.1517310Z [00:02:56.274]➜  cp $WORK/b736/_pkg_.a /root/.cache/go-build/28/28e010c5a94576950fd7ec0895e49e41fa7613069b4897f7bf238df88b4991ac-d # internal
2025-08-20T21:26:42.1524571Z [00:02:56.275]➜  github.com/ipshipyard/p2p-forge/client
2025-08-20T21:26:42.1527287Z [00:02:56.275]➜  mkdir -p $WORK/b712/
2025-08-20T21:26:42.1534785Z [00:02:56.276]➜  cat >/tmp/go-build548448651/b712/importcfg << 'EOF' # internal
2025-08-20T21:26:42.1535517Z [00:02:56.276]➜  # import config
2025-08-20T21:26:42.1537520Z [00:02:56.276]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:42.1538734Z [00:02:56.276]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:42.1539810Z [00:02:56.276]➜  packagefile crypto/tls=/tmp/go-build548448651/b110/_pkg_.a
2025-08-20T21:26:42.1540870Z [00:02:56.276]➜  packagefile crypto/x509=/tmp/go-build548448651/b154/_pkg_.a
2025-08-20T21:26:42.1542900Z [00:02:56.276]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:42.1544086Z [00:02:56.276]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:42.1545158Z [00:02:56.276]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:42.1547213Z [00:02:56.276]➜  packagefile github.com/caddyserver/certmagic=/tmp/go-build548448651/b713/_pkg_.a
2025-08-20T21:26:42.1548440Z [00:02:56.276]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:42.1549868Z [00:02:56.276]➜  packagefile github.com/libp2p/go-libp2p/config=/tmp/go-build548448651/b736/_pkg_.a
2025-08-20T21:26:42.1551132Z [00:02:56.276]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build548448651/b311/_pkg_.a
2025-08-20T21:26:42.1552413Z [00:02:56.276]➜  packagefile github.com/libp2p/go-libp2p/core/event=/tmp/go-build548448651/b426/_pkg_.a
2025-08-20T21:26:42.1553718Z [00:02:56.276]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build548448651/b423/_pkg_.a
2025-08-20T21:26:42.1555031Z [00:02:56.276]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build548448651/b417/_pkg_.a
2025-08-20T21:26:42.1556312Z [00:02:56.276]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:42.1557640Z [00:02:56.276]➜  packagefile github.com/libp2p/go-libp2p/p2p/http/auth=/tmp/go-build548448651/b953/_pkg_.a
2025-08-20T21:26:42.1572915Z [00:02:56.276]➜  packagefile github.com/mholt/acmez/v3=/tmp/go-build548448651/b717/_pkg_.a
2025-08-20T21:26:42.1574151Z [00:02:56.276]➜  packagefile github.com/mholt/acmez/v3/acme=/tmp/go-build548448651/b718/_pkg_.a
2025-08-20T21:26:42.1575417Z [00:02:56.276]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:42.1576731Z [00:02:56.276]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build548448651/b430/_pkg_.a
2025-08-20T21:26:42.1578283Z [00:02:56.276]➜  packagefile github.com/multiformats/go-multibase=/tmp/go-build548448651/b231/_pkg_.a
2025-08-20T21:26:42.1579801Z [00:02:56.276]➜  packagefile go.uber.org/zap=/tmp/go-build548448651/b266/_pkg_.a
2025-08-20T21:26:42.1580706Z [00:02:56.276]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:42.1581533Z [00:02:56.276]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:42.1582352Z [00:02:56.276]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:42.1583197Z [00:02:56.276]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:42.1584078Z [00:02:56.276]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:42.1584985Z [00:02:56.276]➜  packagefile runtime/debug=/tmp/go-build548448651/b260/_pkg_.a
2025-08-20T21:26:42.1585894Z [00:02:56.276]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:42.1586768Z [00:02:56.276]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:42.1587588Z [00:02:56.276]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:42.1588235Z [00:02:56.276]➜  EOF
2025-08-20T21:26:42.1593242Z [00:02:56.278]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b712/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipshipyard/p2p-forge@v0.6.1/client=>github.com/ipshipyard/p2p-forge@v0.6.1/client;$WORK/b712=>" -p github.com/ipshipyard/p2p-forge/client -lang=go1.23 -complete -installsuffix shared -buildid dDsL2A0dyuI0ztjiwPjv/dDsL2A0dyuI0ztjiwPjv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b712/importcfg -pack /root/go/pkg/mod/github.com/ipshipyard/p2p-forge@v0.6.1/client/acme.go /root/go/pkg/mod/github.com/ipshipyard/p2p-forge@v0.6.1/client/challenge.go /root/go/pkg/mod/github.com/ipshipyard/p2p-forge@v0.6.1/client/defaults.go
2025-08-20T21:26:42.1597746Z [00:02:56.278]➜  go.opencensus.io/tag
2025-08-20T21:26:42.1598346Z [00:02:56.278]➜  mkdir -p $WORK/b982/
2025-08-20T21:26:42.1599486Z [00:02:56.278]➜  cat >/tmp/go-build548448651/b982/importcfg << 'EOF' # internal
2025-08-20T21:26:42.1600245Z [00:02:56.278]➜  # import config
2025-08-20T21:26:42.1600909Z [00:02:56.278]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:42.1601769Z [00:02:56.278]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:42.1602692Z [00:02:56.278]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:42.1603604Z [00:02:56.278]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:42.1604433Z [00:02:56.278]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:42.1605327Z [00:02:56.278]➜  packagefile runtime/pprof=/tmp/go-build548448651/b636/_pkg_.a
2025-08-20T21:26:42.1606227Z [00:02:56.278]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:42.1606865Z [00:02:56.278]➜  EOF
2025-08-20T21:26:42.1612874Z [00:02:56.278]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b982/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/tag=>go.opencensus.io@v0.24.0/tag;$WORK/b982=>" -p go.opencensus.io/tag -lang=go1.13 -complete -installsuffix shared -buildid PDIi1VtGpOlPsOf3_5jq/PDIi1VtGpOlPsOf3_5jq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b982/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/tag/context.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/tag/doc.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/tag/key.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/tag/map.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/tag/map_codec.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/tag/metadata.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/tag/profile_19.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/tag/validate.go
2025-08-20T21:26:42.2072523Z [00:02:56.329]➜  go tool buildid -w $WORK/b972/_pkg_.a # internal
2025-08-20T21:26:42.2105960Z [00:02:56.333]➜  cp $WORK/b972/_pkg_.a /root/.cache/go-build/fe/fef7f379cbf73eb084f98cd56868bc1f08a266aa95394f8de3b5f7c5851b064b-d # internal
2025-08-20T21:26:42.2113273Z [00:02:56.334]➜  github.com/ipfs/boxo/routing/http/contentrouter
2025-08-20T21:26:42.2114057Z [00:02:56.334]➜  mkdir -p $WORK/b970/
2025-08-20T21:26:42.2126804Z [00:02:56.335]➜  cat >/tmp/go-build548448651/b970/importcfg << 'EOF' # internal
2025-08-20T21:26:42.2129043Z [00:02:56.335]➜  # import config
2025-08-20T21:26:42.2132629Z [00:02:56.335]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:42.2134380Z [00:02:56.335]➜  packagefile github.com/ipfs/boxo/ipns=/tmp/go-build548448651/b483/_pkg_.a
2025-08-20T21:26:42.2136961Z [00:02:56.335]➜  packagefile github.com/ipfs/boxo/routing/http/internal=/tmp/go-build548448651/b971/_pkg_.a
2025-08-20T21:26:42.2141624Z [00:02:56.335]➜  packagefile github.com/ipfs/boxo/routing/http/types=/tmp/go-build548448651/b972/_pkg_.a
2025-08-20T21:26:42.2143396Z [00:02:56.335]➜  packagefile github.com/ipfs/boxo/routing/http/types/iter=/tmp/go-build548448651/b974/_pkg_.a
2025-08-20T21:26:42.2145854Z [00:02:56.335]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:42.2146915Z [00:02:56.335]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:42.2148066Z [00:02:56.335]➜  packagefile github.com/libp2p/go-libp2p-routing-helpers=/tmp/go-build548448651/b277/_pkg_.a
2025-08-20T21:26:42.2149476Z [00:02:56.335]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:42.2150670Z [00:02:56.335]➜  packagefile github.com/libp2p/go-libp2p/core/routing=/tmp/go-build548448651/b329/_pkg_.a
2025-08-20T21:26:42.2151901Z [00:02:56.335]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:42.2153078Z [00:02:56.335]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build548448651/b235/_pkg_.a
2025-08-20T21:26:42.2154108Z [00:02:56.335]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:42.2155102Z [00:02:56.335]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:42.2155953Z [00:02:56.335]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:42.2156584Z [00:02:56.335]➜  EOF
2025-08-20T21:26:42.2172565Z [00:02:56.335]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b970/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/routing/http/contentrouter=>github.com/ipfs/boxo@v0.34.0/routing/http/contentrouter;$WORK/b970=>" -p github.com/ipfs/boxo/routing/http/contentrouter -lang=go1.24 -complete -installsuffix shared -buildid LJhOI_z0N5_8lt2PTKsf/LJhOI_z0N5_8lt2PTKsf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b970/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/routing/http/contentrouter/contentrouter.go
2025-08-20T21:26:42.2437900Z [00:02:56.366]➜  go tool buildid -w $WORK/b982/_pkg_.a # internal
2025-08-20T21:26:42.2454387Z [00:02:56.368]➜  cp $WORK/b982/_pkg_.a /root/.cache/go-build/27/27374c1612fdb8e79e1ef53a883006253dec3b6ae7702c5397f5370e855c75f4-d # internal
2025-08-20T21:26:42.2469557Z [00:02:56.369]➜  github.com/ipfs/boxo/routing/http/filters
2025-08-20T21:26:42.2479334Z [00:02:56.369]➜  mkdir -p $WORK/b975/
2025-08-20T21:26:42.2480105Z [00:02:56.369]➜  cat >/tmp/go-build548448651/b975/importcfg << 'EOF' # internal
2025-08-20T21:26:42.2480790Z [00:02:56.369]➜  # import config
2025-08-20T21:26:42.2481704Z [00:02:56.369]➜  packagefile github.com/ipfs/boxo/routing/http/types=/tmp/go-build548448651/b972/_pkg_.a
2025-08-20T21:26:42.2483025Z [00:02:56.369]➜  packagefile github.com/ipfs/boxo/routing/http/types/iter=/tmp/go-build548448651/b974/_pkg_.a
2025-08-20T21:26:42.2484216Z [00:02:56.369]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:42.2485337Z [00:02:56.369]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:42.2486339Z [00:02:56.369]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:42.2487606Z [00:02:56.369]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:42.2490054Z [00:02:56.369]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:42.2491633Z [00:02:56.369]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:42.2492378Z [00:02:56.369]➜  EOF
2025-08-20T21:26:42.2496175Z [00:02:56.369]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b975/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/routing/http/filters=>github.com/ipfs/boxo@v0.34.0/routing/http/filters;$WORK/b975=>" -p github.com/ipfs/boxo/routing/http/filters -lang=go1.24 -complete -installsuffix shared -buildid Z0w6jUruEmRkUzENOKbm/Z0w6jUruEmRkUzENOKbm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b975/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/routing/http/filters/filters.go
2025-08-20T21:26:42.3110863Z [00:02:56.433]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e
2025-08-20T21:26:42.3117318Z [00:02:56.433]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b639=/tmp/go-build -gno-record-gcc-switches -I $WORK/b639/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e=/_/github.com/DataDog/zstd@v1.5.6-0.20230824185856-869dae002e5e -frandom-seed=Oy3-PWRcNZLWC5EgVEcV -o $WORK/b639/_x044.o -c zstd_v07.c
2025-08-20T21:26:42.3217561Z [00:02:56.444]➜  go tool buildid -w $WORK/b970/_pkg_.a # internal
2025-08-20T21:26:42.3258375Z [00:02:56.448]➜  cp $WORK/b970/_pkg_.a /root/.cache/go-build/7b/7ba4f78d60891bf7cf6fb2af9680bdf498ba782f91c6bf7775a2e90143c5c1da-d # internal
2025-08-20T21:26:42.3286480Z [00:02:56.451]➜  github.com/ipfs/boxo/routing/http/types/json
2025-08-20T21:26:42.3287913Z [00:02:56.451]➜  mkdir -p $WORK/b976/
2025-08-20T21:26:42.3295379Z [00:02:56.452]➜  cat >/tmp/go-build548448651/b976/importcfg << 'EOF' # internal
2025-08-20T21:26:42.3296546Z [00:02:56.452]➜  # import config
2025-08-20T21:26:42.3298778Z [00:02:56.452]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:42.3299954Z [00:02:56.452]➜  packagefile github.com/ipfs/boxo/routing/http/types=/tmp/go-build548448651/b972/_pkg_.a
2025-08-20T21:26:42.3300771Z [00:02:56.452]➜  EOF
2025-08-20T21:26:42.3301306Z [00:02:56.452]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:42.3306008Z [00:02:56.452]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b976/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/routing/http/types/json=>github.com/ipfs/boxo@v0.34.0/routing/http/types/json;$WORK/b976=>" -p github.com/ipfs/boxo/routing/http/types/json -lang=go1.24 -complete -installsuffix shared -buildid dnWcEXr3w7h1kHuXCdGr/dnWcEXr3w7h1kHuXCdGr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b976/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/routing/http/types/json/requests.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/routing/http/types/json/responses.go
2025-08-20T21:26:42.3416383Z [00:02:56.464]➜  go tool buildid -w $WORK/b975/_pkg_.a # internal
2025-08-20T21:26:42.3441544Z [00:02:56.466]➜  cp $WORK/b975/_pkg_.a /root/.cache/go-build/32/320c8b9b7785ac34fbc3ca8aabf9163cb3c26be49b0e6b0134480be2ae9c708d-d # internal
2025-08-20T21:26:42.3451645Z [00:02:56.467]➜  github.com/ipfs/boxo/routing/http/types/ndjson
2025-08-20T21:26:42.3457728Z [00:02:56.467]➜  mkdir -p $WORK/b977/
2025-08-20T21:26:42.3458717Z [00:02:56.468]➜  cat >/tmp/go-build548448651/b977/importcfg << 'EOF' # internal
2025-08-20T21:26:42.3459450Z [00:02:56.468]➜  # import config
2025-08-20T21:26:42.3460184Z [00:02:56.468]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:42.3461312Z [00:02:56.468]➜  packagefile github.com/ipfs/boxo/routing/http/types=/tmp/go-build548448651/b972/_pkg_.a
2025-08-20T21:26:42.3464148Z [00:02:56.468]➜  packagefile github.com/ipfs/boxo/routing/http/types/iter=/tmp/go-build548448651/b974/_pkg_.a
2025-08-20T21:26:42.3467350Z [00:02:56.468]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:42.3468050Z [00:02:56.468]➜  EOF
2025-08-20T21:26:42.3472315Z [00:02:56.468]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b977/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/routing/http/types/ndjson=>github.com/ipfs/boxo@v0.34.0/routing/http/types/ndjson;$WORK/b977=>" -p github.com/ipfs/boxo/routing/http/types/ndjson -lang=go1.24 -complete -installsuffix shared -buildid POw9unhLI1AfdJ3D4ioR/POw9unhLI1AfdJ3D4ioR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b977/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/routing/http/types/ndjson/records.go
2025-08-20T21:26:42.3591725Z [00:02:56.481]➜  go tool buildid -w $WORK/b976/_pkg_.a # internal
2025-08-20T21:26:42.3595950Z [00:02:56.482]➜  cp $WORK/b976/_pkg_.a /root/.cache/go-build/ba/ba1c15cefcaf3e44a1cec528ec1f0cccfc7ae0d3971c554a6d6ff722cbcbb9c3-d # internal
2025-08-20T21:26:42.3600252Z [00:02:56.482]➜  go.opencensus.io/stats/internal
2025-08-20T21:26:42.3600889Z [00:02:56.482]➜  mkdir -p $WORK/b981/
2025-08-20T21:26:42.3608055Z [00:02:56.483]➜  cat >/tmp/go-build548448651/b981/importcfg << 'EOF' # internal
2025-08-20T21:26:42.3610429Z [00:02:56.483]➜  # import config
2025-08-20T21:26:42.3611214Z [00:02:56.483]➜  packagefile go.opencensus.io/tag=/tmp/go-build548448651/b982/_pkg_.a
2025-08-20T21:26:42.3611926Z [00:02:56.483]➜  EOF
2025-08-20T21:26:42.3615331Z [00:02:56.483]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b981/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/internal=>go.opencensus.io@v0.24.0/stats/internal;$WORK/b981=>" -p go.opencensus.io/stats/internal -lang=go1.13 -complete -installsuffix shared -buildid KFEGVnUfgQ6aWyLY7F7d/KFEGVnUfgQ6aWyLY7F7d -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b981/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/internal/record.go
2025-08-20T21:26:42.3701927Z [00:02:56.493]➜  go tool buildid -w $WORK/b981/_pkg_.a # internal
2025-08-20T21:26:42.3710959Z [00:02:56.493]➜  cp $WORK/b981/_pkg_.a /root/.cache/go-build/ab/ab7bff0c262f4eb9f28d60c297f33d299c6c65bcd1851ed49a479253255f8909-d # internal
2025-08-20T21:26:42.3743786Z [00:02:56.497]➜  go.opencensus.io/stats
2025-08-20T21:26:42.3746371Z [00:02:56.497]➜  mkdir -p $WORK/b978/
2025-08-20T21:26:42.3751746Z [00:02:56.498]➜  cat >/tmp/go-build548448651/b978/importcfg << 'EOF' # internal
2025-08-20T21:26:42.3754088Z [00:02:56.498]➜  # import config
2025-08-20T21:26:42.3755623Z [00:02:56.498]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:42.3756722Z [00:02:56.498]➜  packagefile go.opencensus.io/metric/metricdata=/tmp/go-build548448651/b979/_pkg_.a
2025-08-20T21:26:42.3757916Z [00:02:56.498]➜  packagefile go.opencensus.io/stats/internal=/tmp/go-build548448651/b981/_pkg_.a
2025-08-20T21:26:42.3759231Z [00:02:56.498]➜  packagefile go.opencensus.io/tag=/tmp/go-build548448651/b982/_pkg_.a
2025-08-20T21:26:42.3760235Z [00:02:56.498]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:42.3761325Z [00:02:56.498]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:42.3761963Z [00:02:56.498]➜  EOF
2025-08-20T21:26:42.3767262Z [00:02:56.498]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b978/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/stats=>go.opencensus.io@v0.24.0/stats;$WORK/b978=>" -p go.opencensus.io/stats -lang=go1.13 -complete -installsuffix shared -buildid VvLZdM0QWOjksqYVSg4U/VvLZdM0QWOjksqYVSg4U -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b978/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/doc.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/measure.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/measure_float64.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/measure_int64.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/record.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/units.go
2025-08-20T21:26:42.3822770Z [00:02:56.505]➜  go tool buildid -w $WORK/b712/_pkg_.a # internal
2025-08-20T21:26:42.3863116Z [00:02:56.509]➜  cp $WORK/b712/_pkg_.a /root/.cache/go-build/ea/eae5b9ffb21298613f5515475713af4ba9d4a79a07a958788a7005c63b19be76-d # internal
2025-08-20T21:26:42.3874345Z [00:02:56.510]➜  go.opencensus.io/metric/metricproducer
2025-08-20T21:26:42.3875362Z [00:02:56.510]➜  mkdir -p $WORK/b985/
2025-08-20T21:26:42.3885110Z [00:02:56.511]➜  cat >/tmp/go-build548448651/b985/importcfg << 'EOF' # internal
2025-08-20T21:26:42.3886030Z [00:02:56.511]➜  # import config
2025-08-20T21:26:42.3888001Z [00:02:56.511]➜  packagefile go.opencensus.io/metric/metricdata=/tmp/go-build548448651/b979/_pkg_.a
2025-08-20T21:26:42.3889741Z [00:02:56.511]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:42.3890793Z [00:02:56.511]➜  EOF
2025-08-20T21:26:42.3900521Z [00:02:56.512]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b985/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/metric/metricproducer=>go.opencensus.io@v0.24.0/metric/metricproducer;$WORK/b985=>" -p go.opencensus.io/metric/metricproducer -lang=go1.13 -complete -installsuffix shared -buildid OhHD29HMnfXx526VWSOA/OhHD29HMnfXx526VWSOA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b985/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/metric/metricproducer/manager.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/metric/metricproducer/producer.go
2025-08-20T21:26:42.3939251Z [00:02:56.516]➜  go tool buildid -w $WORK/b977/_pkg_.a # internal
2025-08-20T21:26:42.3940940Z [00:02:56.516]➜  cp $WORK/b977/_pkg_.a /root/.cache/go-build/35/3585e36431b69d808e6c27c83982284521ba41db4caf08001098c2f1cbfb1829-d # internal
2025-08-20T21:26:42.3943403Z [00:02:56.516]➜  github.com/libp2p/go-libp2p-kad-dht/dual
2025-08-20T21:26:42.3944160Z [00:02:56.516]➜  mkdir -p $WORK/b986/
2025-08-20T21:26:42.3944860Z [00:02:56.516]➜  cat >/tmp/go-build548448651/b986/importcfg << 'EOF' # internal
2025-08-20T21:26:42.3945522Z [00:02:56.516]➜  # import config
2025-08-20T21:26:42.3946181Z [00:02:56.516]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:42.3946983Z [00:02:56.516]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:42.3947876Z [00:02:56.516]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:42.3949227Z [00:02:56.516]➜  packagefile github.com/libp2p/go-libp2p-kad-dht=/tmp/go-build548448651/b488/_pkg_.a
2025-08-20T21:26:42.3950522Z [00:02:56.516]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/amino=/tmp/go-build548448651/b490/_pkg_.a
2025-08-20T21:26:42.3951862Z [00:02:56.516]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/internal=/tmp/go-build548448651/b491/_pkg_.a
2025-08-20T21:26:42.3953147Z [00:02:56.516]➜  packagefile github.com/libp2p/go-libp2p-kbucket=/tmp/go-build548448651/b506/_pkg_.a
2025-08-20T21:26:42.3954476Z [00:02:56.516]➜  packagefile github.com/libp2p/go-libp2p-kbucket/peerdiversity=/tmp/go-build548448651/b501/_pkg_.a
2025-08-20T21:26:42.3956105Z [00:02:56.516]➜  packagefile github.com/libp2p/go-libp2p-routing-helpers=/tmp/go-build548448651/b277/_pkg_.a
2025-08-20T21:26:42.3957751Z [00:02:56.516]➜  packagefile github.com/libp2p/go-libp2p-routing-helpers/tracing=/tmp/go-build548448651/b328/_pkg_.a
2025-08-20T21:26:42.3959409Z [00:02:56.516]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build548448651/b311/_pkg_.a
2025-08-20T21:26:42.3960666Z [00:02:56.516]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build548448651/b423/_pkg_.a
2025-08-20T21:26:42.3961906Z [00:02:56.516]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:42.3963202Z [00:02:56.516]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build548448651/b419/_pkg_.a
2025-08-20T21:26:42.3964513Z [00:02:56.516]➜  packagefile github.com/libp2p/go-libp2p/core/routing=/tmp/go-build548448651/b329/_pkg_.a
2025-08-20T21:26:42.3965930Z [00:02:56.516]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:42.3967209Z [00:02:56.516]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build548448651/b430/_pkg_.a
2025-08-20T21:26:42.3968445Z [00:02:56.517]➜  packagefile go.uber.org/multierr=/tmp/go-build548448651/b267/_pkg_.a
2025-08-20T21:26:42.3969542Z [00:02:56.517]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:42.3970182Z [00:02:56.517]➜  EOF
2025-08-20T21:26:42.3974004Z [00:02:56.517]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b986/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.34.0/dual=>github.com/libp2p/go-libp2p-kad-dht@v0.34.0/dual;$WORK/b986=>" -p github.com/libp2p/go-libp2p-kad-dht/dual -lang=go1.23 -complete -installsuffix shared -buildid _NUqJlfe-5wG_z1fd-ok/_NUqJlfe-5wG_z1fd-ok -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b986/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.34.0/dual/dual.go
2025-08-20T21:26:42.4076252Z [00:02:56.530]➜  go tool buildid -w $WORK/b985/_pkg_.a # internal
2025-08-20T21:26:42.4083180Z [00:02:56.531]➜  cp $WORK/b985/_pkg_.a /root/.cache/go-build/54/54dde8ce2dd9229a30261f3c414d7605296121fd5204dfbcbe35c065a042b040-d # internal
2025-08-20T21:26:42.4090093Z [00:02:56.531]➜  github.com/libp2p/go-libp2p-kad-dht/crawler
2025-08-20T21:26:42.4107512Z [00:02:56.533]➜  mkdir -p $WORK/b988/
2025-08-20T21:26:42.4110451Z [00:02:56.533]➜  cat >/tmp/go-build548448651/b988/importcfg << 'EOF' # internal
2025-08-20T21:26:42.4128901Z [00:02:56.533]➜  # import config
2025-08-20T21:26:42.4130916Z [00:02:56.533]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:42.4133164Z [00:02:56.533]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:42.4136356Z [00:02:56.533]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/amino=/tmp/go-build548448651/b490/_pkg_.a
2025-08-20T21:26:42.4145124Z [00:02:56.533]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/pb=/tmp/go-build548448651/b495/_pkg_.a
2025-08-20T21:26:42.4146601Z [00:02:56.533]➜  packagefile github.com/libp2p/go-libp2p-kbucket=/tmp/go-build548448651/b506/_pkg_.a
2025-08-20T21:26:42.4147910Z [00:02:56.533]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build548448651/b423/_pkg_.a
2025-08-20T21:26:42.4150702Z [00:02:56.533]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build548448651/b417/_pkg_.a
2025-08-20T21:26:42.4151973Z [00:02:56.533]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:42.4153245Z [00:02:56.533]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build548448651/b419/_pkg_.a
2025-08-20T21:26:42.4154530Z [00:02:56.533]➜  packagefile github.com/libp2p/go-msgio/pbio=/tmp/go-build548448651/b496/_pkg_.a
2025-08-20T21:26:42.4156055Z [00:02:56.533]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:42.4157153Z [00:02:56.533]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:42.4158010Z [00:02:56.533]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:42.4159195Z [00:02:56.533]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:42.4159794Z [00:02:56.533]➜  EOF
2025-08-20T21:26:42.4164246Z [00:02:56.533]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b988/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.34.0/crawler=>github.com/libp2p/go-libp2p-kad-dht@v0.34.0/crawler;$WORK/b988=>" -p github.com/libp2p/go-libp2p-kad-dht/crawler -lang=go1.23 -complete -installsuffix shared -buildid -4Mnqldw6WqAsN6mWwvr/-4Mnqldw6WqAsN6mWwvr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b988/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.34.0/crawler/crawler.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.34.0/crawler/options.go
2025-08-20T21:26:42.4169550Z [00:02:56.533]➜  go tool buildid -w $WORK/b978/_pkg_.a # internal
2025-08-20T21:26:42.4171002Z [00:02:56.535]➜  cp $WORK/b978/_pkg_.a /root/.cache/go-build/63/63e1704e32d381478e937aecb716fbd66dbaec5eebca52f130d3b298d6ebe26c-d # internal
2025-08-20T21:26:42.4172197Z [00:02:56.536]➜  go.opencensus.io/stats/view
2025-08-20T21:26:42.4172786Z [00:02:56.536]➜  mkdir -p $WORK/b983/
2025-08-20T21:26:42.4173548Z [00:02:56.537]➜  cat >/tmp/go-build548448651/b983/importcfg << 'EOF' # internal
2025-08-20T21:26:42.4174274Z [00:02:56.537]➜  # import config
2025-08-20T21:26:42.4174943Z [00:02:56.537]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:42.4175816Z [00:02:56.537]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:42.4176691Z [00:02:56.537]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:42.4177743Z [00:02:56.537]➜  packagefile go.opencensus.io/internal/tagencoding=/tmp/go-build548448651/b984/_pkg_.a
2025-08-20T21:26:42.4179433Z [00:02:56.537]➜  packagefile go.opencensus.io/metric/metricdata=/tmp/go-build548448651/b979/_pkg_.a
2025-08-20T21:26:42.4180890Z [00:02:56.537]➜  packagefile go.opencensus.io/metric/metricproducer=/tmp/go-build548448651/b985/_pkg_.a
2025-08-20T21:26:42.4182153Z [00:02:56.537]➜  packagefile go.opencensus.io/resource=/tmp/go-build548448651/b980/_pkg_.a
2025-08-20T21:26:42.4183255Z [00:02:56.537]➜  packagefile go.opencensus.io/stats=/tmp/go-build548448651/b978/_pkg_.a
2025-08-20T21:26:42.4184415Z [00:02:56.537]➜  packagefile go.opencensus.io/stats/internal=/tmp/go-build548448651/b981/_pkg_.a
2025-08-20T21:26:42.4185544Z [00:02:56.537]➜  packagefile go.opencensus.io/tag=/tmp/go-build548448651/b982/_pkg_.a
2025-08-20T21:26:42.4186496Z [00:02:56.537]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:42.4187366Z [00:02:56.537]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:42.4188233Z [00:02:56.537]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:42.4189340Z [00:02:56.537]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:42.4190193Z [00:02:56.537]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:42.4191062Z [00:02:56.537]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:42.4191922Z [00:02:56.537]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:42.4192559Z [00:02:56.537]➜  EOF
2025-08-20T21:26:42.4199846Z [00:02:56.537]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b983/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/view=>go.opencensus.io@v0.24.0/stats/view;$WORK/b983=>" -p go.opencensus.io/stats/view -lang=go1.13 -complete -installsuffix shared -buildid Zo5lvSMbebUeRBZh_M4Q/Zo5lvSMbebUeRBZh_M4Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b983/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/view/aggregation.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/view/aggregation_data.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/view/collector.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/view/doc.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/view/export.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/view/view.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/view/view_to_metric.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/view/worker.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/view/worker_commands.go
2025-08-20T21:26:42.5045589Z [00:02:56.627]➜  go tool buildid -w $WORK/b988/_pkg_.a # internal
2025-08-20T21:26:42.5064718Z [00:02:56.629]➜  cp $WORK/b988/_pkg_.a /root/.cache/go-build/89/897d3a1bba550eef75ed5a49eda030b856026fcbc8abced68a5a7cdfd816a476-d # internal
2025-08-20T21:26:42.5093295Z [00:02:56.632]➜  github.com/libp2p/go-libp2p-xor/key
2025-08-20T21:26:42.5095549Z [00:02:56.632]➜  mkdir -p $WORK/b990/
2025-08-20T21:26:42.5129758Z [00:02:56.635]➜  cat >/tmp/go-build548448651/b990/importcfg << 'EOF' # internal
2025-08-20T21:26:42.5131340Z [00:02:56.635]➜  # import config
2025-08-20T21:26:42.5133001Z [00:02:56.635]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:42.5134223Z [00:02:56.635]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:42.5136113Z [00:02:56.635]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:42.5137112Z [00:02:56.635]➜  packagefile github.com/libp2p/go-libp2p-kbucket=/tmp/go-build548448651/b506/_pkg_.a
2025-08-20T21:26:42.5138139Z [00:02:56.635]➜  packagefile math/big=/tmp/go-build548448651/b108/_pkg_.a
2025-08-20T21:26:42.5139147Z [00:02:56.635]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:42.5139744Z [00:02:56.635]➜  EOF
2025-08-20T21:26:42.5143623Z [00:02:56.635]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b990/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p-xor@v0.1.0/key=>github.com/libp2p/go-libp2p-xor@v0.1.0/key;$WORK/b990=>" -p github.com/libp2p/go-libp2p-xor/key -lang=go1.15 -complete -installsuffix shared -buildid H2tLSDqpt7WMBnldyT3r/H2tLSDqpt7WMBnldyT3r -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b990/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p-xor@v0.1.0/key/key.go
2025-08-20T21:26:42.5295799Z [00:02:56.652]➜  go tool buildid -w $WORK/b986/_pkg_.a # internal
2025-08-20T21:26:42.5318879Z [00:02:56.654]➜  cp $WORK/b986/_pkg_.a /root/.cache/go-build/f4/f4b0653fd76567506d75f194830afcf1560c0230af58a39ee36d55a6aa29538a-d # internal
2025-08-20T21:26:42.5365115Z [00:02:56.659]➜  github.com/libp2p/go-yamux/v5
2025-08-20T21:26:42.5369407Z [00:02:56.659]➜  mkdir -p $WORK/b994/
2025-08-20T21:26:42.5370210Z [00:02:56.659]➜  cat >/tmp/go-build548448651/b994/importcfg << 'EOF' # internal
2025-08-20T21:26:42.5370948Z [00:02:56.659]➜  # import config
2025-08-20T21:26:42.5371929Z [00:02:56.659]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:42.5372955Z [00:02:56.659]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:42.5373982Z [00:02:56.659]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:42.5375912Z [00:02:56.659]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:42.5376789Z [00:02:56.659]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:42.5377819Z [00:02:56.659]➜  packagefile github.com/libp2p/go-buffer-pool=/tmp/go-build548448651/b321/_pkg_.a
2025-08-20T21:26:42.5379003Z [00:02:56.659]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:42.5379828Z [00:02:56.659]➜  packagefile log=/tmp/go-build548448651/b071/_pkg_.a
2025-08-20T21:26:42.5380672Z [00:02:56.659]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:42.5381548Z [00:02:56.659]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:42.5382393Z [00:02:56.659]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:42.5383329Z [00:02:56.659]➜  packagefile runtime/debug=/tmp/go-build548448651/b260/_pkg_.a
2025-08-20T21:26:42.5384326Z [00:02:56.659]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:42.5385219Z [00:02:56.659]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:42.5386336Z [00:02:56.659]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:42.5387141Z [00:02:56.659]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:42.5387774Z [00:02:56.659]➜  EOF
2025-08-20T21:26:42.5401934Z [00:02:56.659]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b994/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-yamux/v5@v5.0.1=>github.com/libp2p/go-yamux/v5@v5.0.1;$WORK/b994=>" -p github.com/libp2p/go-yamux/v5 -lang=go1.22 -complete -installsuffix shared -buildid vNaDgY-0CovohIS5G95V/vNaDgY-0CovohIS5G95V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b994/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-yamux/v5@v5.0.1/addr.go /root/go/pkg/mod/github.com/libp2p/go-yamux/v5@v5.0.1/const.go /root/go/pkg/mod/github.com/libp2p/go-yamux/v5@v5.0.1/deadline.go /root/go/pkg/mod/github.com/libp2p/go-yamux/v5@v5.0.1/mux.go /root/go/pkg/mod/github.com/libp2p/go-yamux/v5@v5.0.1/ping.go /root/go/pkg/mod/github.com/libp2p/go-yamux/v5@v5.0.1/session.go /root/go/pkg/mod/github.com/libp2p/go-yamux/v5@v5.0.1/stream.go /root/go/pkg/mod/github.com/libp2p/go-yamux/v5@v5.0.1/util.go
2025-08-20T21:26:42.5467801Z [00:02:56.669]➜  go tool buildid -w $WORK/b990/_pkg_.a # internal
2025-08-20T21:26:42.5480013Z [00:02:56.670]➜  cp $WORK/b990/_pkg_.a /root/.cache/go-build/07/073978d3f484a0282822630e32bacce05fa0da0e09304d2ffb5934f4416dc1b2-d # internal
2025-08-20T21:26:42.5487987Z [00:02:56.671]➜  github.com/libp2p/go-libp2p-xor/trie
2025-08-20T21:26:42.5493215Z [00:02:56.672]➜  mkdir -p $WORK/b991/
2025-08-20T21:26:42.5502772Z [00:02:56.673]➜  cat >/tmp/go-build548448651/b991/importcfg << 'EOF' # internal
2025-08-20T21:26:42.5509758Z [00:02:56.673]➜  # import config
2025-08-20T21:26:42.5510691Z [00:02:56.673]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:42.5511993Z [00:02:56.673]➜  packagefile github.com/libp2p/go-libp2p-xor/key=/tmp/go-build548448651/b990/_pkg_.a
2025-08-20T21:26:42.5512812Z [00:02:56.673]➜  EOF
2025-08-20T21:26:42.5526220Z [00:02:56.674]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b991/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p-xor@v0.1.0/trie=>github.com/libp2p/go-libp2p-xor@v0.1.0/trie;$WORK/b991=>" -p github.com/libp2p/go-libp2p-xor/trie -lang=go1.15 -complete -installsuffix shared -buildid T9ZcMVsIyFktOGAXlzxc/T9ZcMVsIyFktOGAXlzxc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b991/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p-xor@v0.1.0/trie/add.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-xor@v0.1.0/trie/check.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-xor@v0.1.0/trie/equal.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-xor@v0.1.0/trie/find.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-xor@v0.1.0/trie/intersect.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-xor@v0.1.0/trie/list.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-xor@v0.1.0/trie/remove.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-xor@v0.1.0/trie/trie.go
2025-08-20T21:26:42.5621516Z [00:02:56.684]➜  go tool buildid -w $WORK/b983/_pkg_.a # internal
2025-08-20T21:26:42.5633253Z [00:02:56.686]➜  cp $WORK/b983/_pkg_.a /root/.cache/go-build/8b/8b405e7467097284cdcbd561d1bc8957c5921217b34b5aa3df318bc754df197a-d # internal
2025-08-20T21:26:42.5660098Z [00:02:56.688]➜  github.com/ipfs/boxo/routing/http/client
2025-08-20T21:26:42.5662323Z [00:02:56.688]➜  mkdir -p $WORK/b969/
2025-08-20T21:26:42.5663121Z [00:02:56.688]➜  cat >/tmp/go-build548448651/b969/importcfg << 'EOF' # internal
2025-08-20T21:26:42.5663847Z [00:02:56.688]➜  # import config
2025-08-20T21:26:42.5664539Z [00:02:56.688]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:42.5665411Z [00:02:56.688]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:42.5666376Z [00:02:56.688]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:42.5667330Z [00:02:56.688]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:42.5668634Z [00:02:56.688]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:42.5669709Z [00:02:56.688]➜  packagefile github.com/filecoin-project/go-clock=/tmp/go-build548448651/b413/_pkg_.a
2025-08-20T21:26:42.5670855Z [00:02:56.688]➜  packagefile github.com/ipfs/boxo/ipns=/tmp/go-build548448651/b483/_pkg_.a
2025-08-20T21:26:42.5672117Z [00:02:56.688]➜  packagefile github.com/ipfs/boxo/routing/http/contentrouter=/tmp/go-build548448651/b970/_pkg_.a
2025-08-20T21:26:42.5673509Z [00:02:56.688]➜  packagefile github.com/ipfs/boxo/routing/http/filters=/tmp/go-build548448651/b975/_pkg_.a
2025-08-20T21:26:42.5674904Z [00:02:56.688]➜  packagefile github.com/ipfs/boxo/routing/http/internal/drjson=/tmp/go-build548448651/b973/_pkg_.a
2025-08-20T21:26:42.5676302Z [00:02:56.688]➜  packagefile github.com/ipfs/boxo/routing/http/types=/tmp/go-build548448651/b972/_pkg_.a
2025-08-20T21:26:42.5677820Z [00:02:56.688]➜  packagefile github.com/ipfs/boxo/routing/http/types/iter=/tmp/go-build548448651/b974/_pkg_.a
2025-08-20T21:26:42.5679419Z [00:02:56.688]➜  packagefile github.com/ipfs/boxo/routing/http/types/json=/tmp/go-build548448651/b976/_pkg_.a
2025-08-20T21:26:42.5680798Z [00:02:56.688]➜  packagefile github.com/ipfs/boxo/routing/http/types/ndjson=/tmp/go-build548448651/b977/_pkg_.a
2025-08-20T21:26:42.5682131Z [00:02:56.688]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:42.5683185Z [00:02:56.688]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:42.5684356Z [00:02:56.688]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build548448651/b311/_pkg_.a
2025-08-20T21:26:42.5685585Z [00:02:56.688]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:42.5686961Z [00:02:56.688]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:42.5688285Z [00:02:56.688]➜  packagefile go.opencensus.io/stats=/tmp/go-build548448651/b978/_pkg_.a
2025-08-20T21:26:42.5689585Z [00:02:56.688]➜  packagefile go.opencensus.io/stats/view=/tmp/go-build548448651/b983/_pkg_.a
2025-08-20T21:26:42.5690669Z [00:02:56.688]➜  packagefile go.opencensus.io/tag=/tmp/go-build548448651/b982/_pkg_.a
2025-08-20T21:26:42.5691571Z [00:02:56.688]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:42.5692350Z [00:02:56.688]➜  packagefile mime=/tmp/go-build548448651/b178/_pkg_.a
2025-08-20T21:26:42.5693137Z [00:02:56.688]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:42.5693930Z [00:02:56.688]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:42.5694749Z [00:02:56.688]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:42.5695573Z [00:02:56.688]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:42.5696439Z [00:02:56.688]➜  packagefile runtime/debug=/tmp/go-build548448651/b260/_pkg_.a
2025-08-20T21:26:42.5697258Z [00:02:56.688]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:42.5698070Z [00:02:56.688]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:42.5699145Z [00:02:56.688]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:42.5699980Z [00:02:56.688]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:42.5700551Z [00:02:56.688]➜  EOF
2025-08-20T21:26:42.5706037Z [00:02:56.688]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b969/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/routing/http/client=>github.com/ipfs/boxo@v0.34.0/routing/http/client;$WORK/b969=>" -p github.com/ipfs/boxo/routing/http/client -lang=go1.24 -complete -installsuffix shared -buildid c3-CWR9cLYPOCdK5Jb8Q/c3-CWR9cLYPOCdK5Jb8Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b969/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/routing/http/client/client.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/routing/http/client/error.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/routing/http/client/measures.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/routing/http/client/transport.go
2025-08-20T21:26:42.6143458Z [00:02:56.737]➜  go tool buildid -w $WORK/b991/_pkg_.a # internal
2025-08-20T21:26:42.6170803Z [00:02:56.739]➜  cp $WORK/b991/_pkg_.a /root/.cache/go-build/d5/d59735d731807bb369f88190aba40ac8aeaee974107fdac9ac28f57db87fe235-d # internal
2025-08-20T21:26:42.6184078Z [00:02:56.739]➜  github.com/libp2p/go-libp2p-xor/kademlia
2025-08-20T21:26:42.6184738Z [00:02:56.739]➜  mkdir -p $WORK/b989/
2025-08-20T21:26:42.6185500Z [00:02:56.739]➜  cat >/tmp/go-build548448651/b989/importcfg << 'EOF' # internal
2025-08-20T21:26:42.6186153Z [00:02:56.739]➜  # import config
2025-08-20T21:26:42.6186896Z [00:02:56.739]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:42.6188289Z [00:02:56.739]➜  packagefile github.com/libp2p/go-libp2p-xor/key=/tmp/go-build548448651/b990/_pkg_.a
2025-08-20T21:26:42.6189758Z [00:02:56.739]➜  packagefile github.com/libp2p/go-libp2p-xor/trie=/tmp/go-build548448651/b991/_pkg_.a
2025-08-20T21:26:42.6190809Z [00:02:56.739]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:42.6191453Z [00:02:56.739]➜  EOF
2025-08-20T21:26:42.6196410Z [00:02:56.739]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b989/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p-xor@v0.1.0/kademlia=>github.com/libp2p/go-libp2p-xor@v0.1.0/kademlia;$WORK/b989=>" -p github.com/libp2p/go-libp2p-xor/kademlia -lang=go1.15 -complete -installsuffix shared -buildid RwNxUmZLzs-yFJwvr9MI/RwNxUmZLzs-yFJwvr9MI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b989/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p-xor@v0.1.0/kademlia/bucket.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-xor@v0.1.0/kademlia/health.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-xor@v0.1.0/kademlia/kademlia.go
2025-08-20T21:26:42.6642436Z [00:02:56.786]➜  go tool buildid -w $WORK/b989/_pkg_.a # internal
2025-08-20T21:26:42.6651772Z [00:02:56.787]➜  cp $WORK/b989/_pkg_.a /root/.cache/go-build/0e/0e7e14f053e6b5c40a630c4fee542a6a20a5adc88cbb517daf8f4eadac308049-d # internal
2025-08-20T21:26:42.6665273Z [00:02:56.789]➜  github.com/libp2p/go-libp2p-kad-dht/fullrt
2025-08-20T21:26:42.6665977Z [00:02:56.789]➜  mkdir -p $WORK/b987/
2025-08-20T21:26:42.6676021Z [00:02:56.790]➜  cat >/tmp/go-build548448651/b987/importcfg << 'EOF' # internal
2025-08-20T21:26:42.6682249Z [00:02:56.790]➜  # import config
2025-08-20T21:26:42.6682949Z [00:02:56.790]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:42.6683797Z [00:02:56.790]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:42.6684633Z [00:02:56.790]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:42.6724121Z [00:02:56.790]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:42.6725116Z [00:02:56.790]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:42.6726216Z [00:02:56.790]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build548448651/b255/_pkg_.a
2025-08-20T21:26:42.6727360Z [00:02:56.790]➜  packagefile github.com/ipfs/go-datastore/sync=/tmp/go-build548448651/b487/_pkg_.a
2025-08-20T21:26:42.6728687Z [00:02:56.790]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:42.6729899Z [00:02:56.790]➜  packagefile github.com/libp2p/go-libp2p-kad-dht=/tmp/go-build548448651/b488/_pkg_.a
2025-08-20T21:26:42.6731269Z [00:02:56.790]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/amino=/tmp/go-build548448651/b490/_pkg_.a
2025-08-20T21:26:42.6732564Z [00:02:56.790]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/crawler=/tmp/go-build548448651/b988/_pkg_.a
2025-08-20T21:26:42.6733932Z [00:02:56.790]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/internal=/tmp/go-build548448651/b491/_pkg_.a
2025-08-20T21:26:42.6735351Z [00:02:56.790]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/internal/config=/tmp/go-build548448651/b492/_pkg_.a
2025-08-20T21:26:42.6736997Z [00:02:56.790]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/internal/net=/tmp/go-build548448651/b493/_pkg_.a
2025-08-20T21:26:42.6738295Z [00:02:56.790]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/pb=/tmp/go-build548448651/b495/_pkg_.a
2025-08-20T21:26:42.6739810Z [00:02:56.790]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/records=/tmp/go-build548448651/b497/_pkg_.a
2025-08-20T21:26:42.6741074Z [00:02:56.790]➜  packagefile github.com/libp2p/go-libp2p-kbucket=/tmp/go-build548448651/b506/_pkg_.a
2025-08-20T21:26:42.6742418Z [00:02:56.790]➜  packagefile github.com/libp2p/go-libp2p-kbucket/peerdiversity=/tmp/go-build548448651/b501/_pkg_.a
2025-08-20T21:26:42.6743740Z [00:02:56.790]➜  packagefile github.com/libp2p/go-libp2p-record=/tmp/go-build548448651/b279/_pkg_.a
2025-08-20T21:26:42.6745172Z [00:02:56.790]➜  packagefile github.com/libp2p/go-libp2p-record/pb=/tmp/go-build548448651/b280/_pkg_.a
2025-08-20T21:26:42.6746527Z [00:02:56.790]➜  packagefile github.com/libp2p/go-libp2p-routing-helpers/tracing=/tmp/go-build548448651/b328/_pkg_.a
2025-08-20T21:26:42.6747866Z [00:02:56.790]➜  packagefile github.com/libp2p/go-libp2p-xor/kademlia=/tmp/go-build548448651/b989/_pkg_.a
2025-08-20T21:26:42.6749314Z [00:02:56.790]➜  packagefile github.com/libp2p/go-libp2p-xor/key=/tmp/go-build548448651/b990/_pkg_.a
2025-08-20T21:26:42.6750514Z [00:02:56.790]➜  packagefile github.com/libp2p/go-libp2p-xor/trie=/tmp/go-build548448651/b991/_pkg_.a
2025-08-20T21:26:42.6751734Z [00:02:56.790]➜  packagefile github.com/libp2p/go-libp2p/core/event=/tmp/go-build548448651/b426/_pkg_.a
2025-08-20T21:26:42.6752944Z [00:02:56.790]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build548448651/b423/_pkg_.a
2025-08-20T21:26:42.6754328Z [00:02:56.790]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build548448651/b417/_pkg_.a
2025-08-20T21:26:42.6755724Z [00:02:56.790]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:42.6757021Z [00:02:56.790]➜  packagefile github.com/libp2p/go-libp2p/core/peerstore=/tmp/go-build548448651/b418/_pkg_.a
2025-08-20T21:26:42.6758372Z [00:02:56.790]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build548448651/b419/_pkg_.a
2025-08-20T21:26:42.6759896Z [00:02:56.790]➜  packagefile github.com/libp2p/go-libp2p/core/routing=/tmp/go-build548448651/b329/_pkg_.a
2025-08-20T21:26:42.6761200Z [00:02:56.790]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/eventbus=/tmp/go-build548448651/b513/_pkg_.a
2025-08-20T21:26:42.6762484Z [00:02:56.790]➜  packagefile github.com/libp2p/go-libp2p/p2p/net/swarm=/tmp/go-build548448651/b442/_pkg_.a
2025-08-20T21:26:42.6763707Z [00:02:56.790]➜  packagefile github.com/multiformats/go-base32=/tmp/go-build548448651/b233/_pkg_.a
2025-08-20T21:26:42.6764905Z [00:02:56.790]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:42.6766129Z [00:02:56.790]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build548448651/b430/_pkg_.a
2025-08-20T21:26:42.6767377Z [00:02:56.790]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build548448651/b235/_pkg_.a
2025-08-20T21:26:42.6768785Z [00:02:56.790]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build548448651/b210/_pkg_.a
2025-08-20T21:26:42.6770005Z [00:02:56.790]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build548448651/b214/_pkg_.a
2025-08-20T21:26:42.6771139Z [00:02:56.790]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build548448651/b300/_pkg_.a
2025-08-20T21:26:42.6772109Z [00:02:56.790]➜  packagefile maps=/tmp/go-build548448651/b159/_pkg_.a
2025-08-20T21:26:42.6772917Z [00:02:56.790]➜  packagefile math/rand=/tmp/go-build548448651/b109/_pkg_.a
2025-08-20T21:26:42.6773734Z [00:02:56.790]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:42.6774603Z [00:02:56.790]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:42.6775605Z [00:02:56.790]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:42.6776250Z [00:02:56.790]➜  EOF
2025-08-20T21:26:42.6780862Z [00:02:56.790]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b987/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.34.0/fullrt=>github.com/libp2p/go-libp2p-kad-dht@v0.34.0/fullrt;$WORK/b987=>" -p github.com/libp2p/go-libp2p-kad-dht/fullrt -lang=go1.23 -complete -installsuffix shared -buildid NyNPG0XxyjjsE6BJcZnY/NyNPG0XxyjjsE6BJcZnY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b987/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.34.0/fullrt/dht.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.34.0/fullrt/options.go
2025-08-20T21:26:42.7025009Z [00:02:56.825]➜  go tool buildid -w $WORK/b994/_pkg_.a # internal
2025-08-20T21:26:42.7066141Z [00:02:56.829]➜  cp $WORK/b994/_pkg_.a /root/.cache/go-build/c4/c467bac4793ad8f48159858a0c2deb64b6062234bc1d1c09e97a34c219d2fa0b-d # internal
2025-08-20T21:26:42.7084063Z [00:02:56.830]➜  github.com/libp2p/go-libp2p/p2p/muxer/yamux
2025-08-20T21:26:42.7087319Z [00:02:56.830]➜  mkdir -p $WORK/b993/
2025-08-20T21:26:42.7088116Z [00:02:56.831]➜  cat >/tmp/go-build548448651/b993/importcfg << 'EOF' # internal
2025-08-20T21:26:42.7089029Z [00:02:56.831]➜  # import config
2025-08-20T21:26:42.7089731Z [00:02:56.831]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:42.7090606Z [00:02:56.831]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:42.7091480Z [00:02:56.831]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:42.7092605Z [00:02:56.831]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build548448651/b417/_pkg_.a
2025-08-20T21:26:42.7094037Z [00:02:56.831]➜  packagefile github.com/libp2p/go-yamux/v5=/tmp/go-build548448651/b994/_pkg_.a
2025-08-20T21:26:42.7095249Z [00:02:56.831]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:42.7096138Z [00:02:56.831]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:42.7097015Z [00:02:56.831]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:42.7097882Z [00:02:56.831]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:42.7098737Z [00:02:56.831]➜  EOF
2025-08-20T21:26:42.7103884Z [00:02:56.831]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b993/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/muxer/yamux=>github.com/libp2p/go-libp2p@v0.43.0/p2p/muxer/yamux;$WORK/b993=>" -p github.com/libp2p/go-libp2p/p2p/muxer/yamux -lang=go1.23 -complete -installsuffix shared -buildid cNpyYPGnIGGH3rUtqBwh/cNpyYPGnIGGH3rUtqBwh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b993/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/muxer/yamux/conn.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/muxer/yamux/stream.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/muxer/yamux/transport.go
2025-08-20T21:26:42.7556761Z [00:02:56.877]➜  go tool buildid -w $WORK/b993/_pkg_.a # internal
2025-08-20T21:26:42.7576666Z [00:02:56.880]➜  cp $WORK/b993/_pkg_.a /root/.cache/go-build/bd/bdb3bce89ad49153da365f8654287e5e40745ff27179a65a78a29bc33587482e-d # internal
2025-08-20T21:26:42.7592794Z [00:02:56.880]➜  github.com/libp2p/go-libp2p/p2p/net/connmgr
2025-08-20T21:26:42.7593679Z [00:02:56.880]➜  mkdir -p $WORK/b995/
2025-08-20T21:26:42.7594431Z [00:02:56.880]➜  cat >/tmp/go-build548448651/b995/importcfg << 'EOF' # internal
2025-08-20T21:26:42.7595168Z [00:02:56.880]➜  # import config
2025-08-20T21:26:42.7595855Z [00:02:56.880]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:42.7596732Z [00:02:56.880]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:42.7597606Z [00:02:56.880]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:42.7600501Z [00:02:56.880]➜  packagefile github.com/benbjohnson/clock=/tmp/go-build548448651/b754/_pkg_.a
2025-08-20T21:26:42.7601849Z [00:02:56.880]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:42.7603089Z [00:02:56.880]➜  packagefile github.com/libp2p/go-libp2p/core/connmgr=/tmp/go-build548448651/b424/_pkg_.a
2025-08-20T21:26:42.7604408Z [00:02:56.880]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build548448651/b417/_pkg_.a
2025-08-20T21:26:42.7605683Z [00:02:56.880]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:42.7606943Z [00:02:56.880]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:42.7608002Z [00:02:56.880]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:42.7609040Z [00:02:56.880]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:42.7609939Z [00:02:56.880]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:42.7610814Z [00:02:56.880]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:42.7611466Z [00:02:56.880]➜  EOF
2025-08-20T21:26:42.7616415Z [00:02:56.880]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b995/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/net/connmgr=>github.com/libp2p/go-libp2p@v0.43.0/p2p/net/connmgr;$WORK/b995=>" -p github.com/libp2p/go-libp2p/p2p/net/connmgr -lang=go1.23 -complete -installsuffix shared -buildid fjPqXtep2nqLx8EI7o9G/fjPqXtep2nqLx8EI7o9G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b995/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/net/connmgr/connmgr.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/net/connmgr/decay.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/net/connmgr/options.go
2025-08-20T21:26:42.8707702Z [00:02:56.993]➜  go tool buildid -w $WORK/b969/_pkg_.a # internal
2025-08-20T21:26:42.8714412Z [00:02:56.994]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e
2025-08-20T21:26:42.8722612Z [00:02:56.994]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b639=/tmp/go-build -gno-record-gcc-switches -I $WORK/b639/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e=/_/github.com/DataDog/zstd@v1.5.6-0.20230824185856-869dae002e5e -frandom-seed=Oy3-PWRcNZLWC5EgVEcV -o $WORK/b639/_x045.o -c zstdmt_compress.c
2025-08-20T21:26:42.8798299Z [00:02:57.002]➜  cp $WORK/b969/_pkg_.a /root/.cache/go-build/18/189d889ebe6ce9e4ea8d295e7683d1535f59ff9df769ceb2c151c8cfa8bc1cf5-d # internal
2025-08-20T21:26:42.8819962Z [00:02:57.004]➜  github.com/mikioh/tcpopt
2025-08-20T21:26:42.8822787Z [00:02:57.004]➜  mkdir -p $WORK/b998/
2025-08-20T21:26:42.8843086Z [00:02:57.007]➜  cat >/tmp/go-build548448651/b998/importcfg << 'EOF' # internal
2025-08-20T21:26:42.8843779Z [00:02:57.007]➜  # import config
2025-08-20T21:26:42.8844532Z [00:02:57.007]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:42.8845391Z [00:02:57.007]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:42.8846141Z [00:02:57.007]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:42.8846901Z [00:02:57.007]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:42.8847682Z [00:02:57.007]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:42.8848236Z [00:02:57.007]➜  EOF
2025-08-20T21:26:42.8848930Z [00:02:57.007]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:42.8856583Z [00:02:57.007]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b998/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mikioh/tcpopt@v0.0.0-20190314235656-172688c1accc=>github.com/mikioh/tcpopt@v0.0.0-20190314235656-172688c1accc;$WORK/b998=>" -p github.com/mikioh/tcpopt -lang=go1.16 -complete -installsuffix shared -buildid nmJxI1stKGKnBrlRdZUs/nmJxI1stKGKnBrlRdZUs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b998/importcfg -pack /root/go/pkg/mod/github.com/mikioh/tcpopt@v0.0.0-20190314235656-172688c1accc/doc.go /root/go/pkg/mod/github.com/mikioh/tcpopt@v0.0.0-20190314235656-172688c1accc/option.go /root/go/pkg/mod/github.com/mikioh/tcpopt@v0.0.0-20190314235656-172688c1accc/parse.go /root/go/pkg/mod/github.com/mikioh/tcpopt@v0.0.0-20190314235656-172688c1accc/sys.go /root/go/pkg/mod/github.com/mikioh/tcpopt@v0.0.0-20190314235656-172688c1accc/sys_linux.go /root/go/pkg/mod/github.com/mikioh/tcpopt@v0.0.0-20190314235656-172688c1accc/sys_unix.go /root/go/pkg/mod/github.com/mikioh/tcpopt@v0.0.0-20190314235656-172688c1accc/zsys_linux_generic.go
2025-08-20T21:26:42.9589514Z [00:02:57.081]➜  go tool buildid -w $WORK/b998/_pkg_.a # internal
2025-08-20T21:26:42.9617465Z [00:02:57.083]➜  cp $WORK/b998/_pkg_.a /root/.cache/go-build/ab/ab54ebadec901f64c4eef272b01447b0bda429c81bb3169226f05bede07ee6b6-d # internal
2025-08-20T21:26:42.9620916Z [00:02:57.084]➜  github.com/marten-seemann/tcp
2025-08-20T21:26:42.9625890Z [00:02:57.085]➜  mkdir -p $WORK/b997/
2025-08-20T21:26:42.9635506Z [00:02:57.086]➜  cat >/tmp/go-build548448651/b997/importcfg << 'EOF' # internal
2025-08-20T21:26:42.9643458Z [00:02:57.086]➜  # import config
2025-08-20T21:26:42.9645057Z [00:02:57.086]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:42.9645952Z [00:02:57.086]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:42.9646741Z [00:02:57.086]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:42.9647637Z [00:02:57.086]➜  packagefile github.com/mikioh/tcpopt=/tmp/go-build548448651/b998/_pkg_.a
2025-08-20T21:26:42.9648676Z [00:02:57.086]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:42.9649581Z [00:02:57.086]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:42.9650487Z [00:02:57.086]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:42.9651302Z [00:02:57.086]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:42.9652074Z [00:02:57.086]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:42.9652833Z [00:02:57.086]➜  packagefile syscall=/tmp/go-build548448651/b047/_pkg_.a
2025-08-20T21:26:42.9653584Z [00:02:57.086]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:42.9654161Z [00:02:57.086]➜  EOF
2025-08-20T21:26:42.9654734Z [00:02:57.087]➜  go tool buildid -w $WORK/b995/_pkg_.a # internal
2025-08-20T21:26:42.9667855Z [00:02:57.088]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b997/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/marten-seemann/tcp@v0.0.0-20210406111302-dfbc87cc63fd=>github.com/marten-seemann/tcp@v0.0.0-20210406111302-dfbc87cc63fd;$WORK/b997=>" -p github.com/marten-seemann/tcp -lang=go1.15 -complete -installsuffix shared -buildid bU4TL6mYzMNxhCl17Oml/bU4TL6mYzMNxhCl17Oml -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b997/importcfg -pack /root/go/pkg/mod/github.com/marten-seemann/tcp@v0.0.0-20210406111302-dfbc87cc63fd/conn.go /root/go/pkg/mod/github.com/marten-seemann/tcp@v0.0.0-20210406111302-dfbc87cc63fd/conn_linux.go /root/go/pkg/mod/github.com/marten-seemann/tcp@v0.0.0-20210406111302-dfbc87cc63fd/doc.go /root/go/pkg/mod/github.com/marten-seemann/tcp@v0.0.0-20210406111302-dfbc87cc63fd/ipv6zone.go /root/go/pkg/mod/github.com/marten-seemann/tcp@v0.0.0-20210406111302-dfbc87cc63fd/rawconn.go /root/go/pkg/mod/github.com/marten-seemann/tcp@v0.0.0-20210406111302-dfbc87cc63fd/sys.go /root/go/pkg/mod/github.com/marten-seemann/tcp@v0.0.0-20210406111302-dfbc87cc63fd/sys_linux.go /root/go/pkg/mod/github.com/marten-seemann/tcp@v0.0.0-20210406111302-dfbc87cc63fd/sys_linux_amd64.go /root/go/pkg/mod/github.com/marten-seemann/tcp@v0.0.0-20210406111302-dfbc87cc63fd/sys_unix.go /root/go/pkg/mod/github.com/marten-seemann/tcp@v0.0.0-20210406111302-dfbc87cc63fd/zsys_linux.go
2025-08-20T21:26:42.9706528Z [00:02:57.093]➜  go tool buildid -w $WORK/b987/_pkg_.a # internal
2025-08-20T21:26:42.9712605Z [00:02:57.093]➜  cp $WORK/b995/_pkg_.a /root/.cache/go-build/e5/e53d1b7e2abc8fee250c145b4a23244431c422cffa0c384d85954e2e27cfd8d8-d # internal
2025-08-20T21:26:42.9714780Z [00:02:57.094]➜  github.com/mikioh/tcpinfo
2025-08-20T21:26:42.9715581Z [00:02:57.094]➜  mkdir -p $WORK/b999/
2025-08-20T21:26:42.9718409Z [00:02:57.094]➜  cat >/tmp/go-build548448651/b999/importcfg << 'EOF' # internal
2025-08-20T21:26:42.9719683Z [00:02:57.094]➜  # import config
2025-08-20T21:26:42.9720342Z [00:02:57.094]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:42.9721137Z [00:02:57.094]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:42.9721961Z [00:02:57.094]➜  packagefile github.com/mikioh/tcpopt=/tmp/go-build548448651/b998/_pkg_.a
2025-08-20T21:26:42.9722776Z [00:02:57.094]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:42.9723523Z [00:02:57.094]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:42.9724093Z [00:02:57.094]➜  EOF
2025-08-20T21:26:42.9731941Z [00:02:57.094]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b999/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mikioh/tcpinfo@v0.0.0-20190314235526-30a79bb1804b=>github.com/mikioh/tcpinfo@v0.0.0-20190314235526-30a79bb1804b;$WORK/b999=>" -p github.com/mikioh/tcpinfo -lang=go1.16 -complete -installsuffix shared -buildid Lz80P0Wj4hRhJeSplkQd/Lz80P0Wj4hRhJeSplkQd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b999/importcfg -pack /root/go/pkg/mod/github.com/mikioh/tcpinfo@v0.0.0-20190314235526-30a79bb1804b/doc.go /root/go/pkg/mod/github.com/mikioh/tcpinfo@v0.0.0-20190314235526-30a79bb1804b/option.go /root/go/pkg/mod/github.com/mikioh/tcpinfo@v0.0.0-20190314235526-30a79bb1804b/sys.go /root/go/pkg/mod/github.com/mikioh/tcpinfo@v0.0.0-20190314235526-30a79bb1804b/sys_linux.go /root/go/pkg/mod/github.com/mikioh/tcpinfo@v0.0.0-20190314235526-30a79bb1804b/tcp.go /root/go/pkg/mod/github.com/mikioh/tcpinfo@v0.0.0-20190314235526-30a79bb1804b/zsys_2_6_10_linux.go /root/go/pkg/mod/github.com/mikioh/tcpinfo@v0.0.0-20190314235526-30a79bb1804b/zsys_3_19_linux.go /root/go/pkg/mod/github.com/mikioh/tcpinfo@v0.0.0-20190314235526-30a79bb1804b/zsys_linux.go
2025-08-20T21:26:42.9760033Z [00:02:57.098]➜  cp $WORK/b987/_pkg_.a /root/.cache/go-build/84/84cbd41df54b97912915820c94474aaa6d0ddb199925cf9c5d3df45eead76001-d # internal
2025-08-20T21:26:42.9770047Z [00:02:57.099]➜  github.com/gorilla/websocket
2025-08-20T21:26:42.9770796Z [00:02:57.099]➜  mkdir -p $WORK/b1001/
2025-08-20T21:26:42.9777756Z [00:02:57.100]➜  cat >/tmp/go-build548448651/b1001/importcfg << 'EOF' # internal
2025-08-20T21:26:42.9783488Z [00:02:57.100]➜  # import config
2025-08-20T21:26:42.9784149Z [00:02:57.100]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:42.9788689Z [00:02:57.101]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:42.9789587Z [00:02:57.101]➜  packagefile compress/flate=/tmp/go-build548448651/b076/_pkg_.a
2025-08-20T21:26:42.9790474Z [00:02:57.101]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:42.9791316Z [00:02:57.101]➜  packagefile crypto/rand=/tmp/go-build548448651/b082/_pkg_.a
2025-08-20T21:26:42.9792127Z [00:02:57.101]➜  packagefile crypto/sha1=/tmp/go-build548448651/b150/_pkg_.a
2025-08-20T21:26:42.9792951Z [00:02:57.101]➜  packagefile crypto/tls=/tmp/go-build548448651/b110/_pkg_.a
2025-08-20T21:26:42.9793809Z [00:02:57.101]➜  packagefile encoding/base64=/tmp/go-build548448651/b054/_pkg_.a
2025-08-20T21:26:42.9794690Z [00:02:57.101]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:42.9795554Z [00:02:57.101]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:42.9796374Z [00:02:57.101]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:42.9797297Z [00:02:57.101]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:42.9798047Z [00:02:57.101]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:42.9799206Z [00:02:57.101]➜  packagefile io/ioutil=/tmp/go-build548448651/b509/_pkg_.a
2025-08-20T21:26:42.9800027Z [00:02:57.101]➜  packagefile math/rand=/tmp/go-build548448651/b109/_pkg_.a
2025-08-20T21:26:42.9800810Z [00:02:57.101]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:42.9801578Z [00:02:57.101]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:42.9802463Z [00:02:57.101]➜  packagefile net/http/httptrace=/tmp/go-build548448651/b181/_pkg_.a
2025-08-20T21:26:42.9803336Z [00:02:57.101]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:42.9804114Z [00:02:57.101]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:42.9804880Z [00:02:57.101]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:42.9805654Z [00:02:57.101]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:42.9806432Z [00:02:57.101]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:42.9807201Z [00:02:57.101]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:42.9808044Z [00:02:57.101]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:42.9809026Z [00:02:57.101]➜  EOF
2025-08-20T21:26:42.9817902Z [00:02:57.101]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1001/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gorilla/websocket@v1.5.3=>github.com/gorilla/websocket@v1.5.3;$WORK/b1001=>" -p github.com/gorilla/websocket -lang=go1.12 -complete -installsuffix shared -buildid pNVxQpfLtiFR-8SyiqJw/pNVxQpfLtiFR-8SyiqJw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1001/importcfg -pack /root/go/pkg/mod/github.com/gorilla/websocket@v1.5.3/client.go /root/go/pkg/mod/github.com/gorilla/websocket@v1.5.3/compression.go /root/go/pkg/mod/github.com/gorilla/websocket@v1.5.3/conn.go /root/go/pkg/mod/github.com/gorilla/websocket@v1.5.3/doc.go /root/go/pkg/mod/github.com/gorilla/websocket@v1.5.3/join.go /root/go/pkg/mod/github.com/gorilla/websocket@v1.5.3/json.go /root/go/pkg/mod/github.com/gorilla/websocket@v1.5.3/mask.go /root/go/pkg/mod/github.com/gorilla/websocket@v1.5.3/prepared.go /root/go/pkg/mod/github.com/gorilla/websocket@v1.5.3/proxy.go /root/go/pkg/mod/github.com/gorilla/websocket@v1.5.3/server.go /root/go/pkg/mod/github.com/gorilla/websocket@v1.5.3/tls_handshake.go /root/go/pkg/mod/github.com/gorilla/websocket@v1.5.3/util.go /root/go/pkg/mod/github.com/gorilla/websocket@v1.5.3/x_net_proxy.go
2025-08-20T21:26:43.0374265Z [00:02:57.160]➜  go tool buildid -w $WORK/b999/_pkg_.a # internal
2025-08-20T21:26:43.0377096Z [00:02:57.160]➜  cp $WORK/b999/_pkg_.a /root/.cache/go-build/1a/1af1143f333258267082714c7a0f3f5cbe05a9284163388a2a6f07cc1f13d488-d # internal
2025-08-20T21:26:43.0438789Z [00:02:57.166]➜  github.com/libp2p/go-libp2p-pubsub/pb
2025-08-20T21:26:43.0440889Z [00:02:57.166]➜  mkdir -p $WORK/b1003/
2025-08-20T21:26:43.0447579Z [00:02:57.167]➜  cat >/tmp/go-build548448651/b1003/importcfg << 'EOF' # internal
2025-08-20T21:26:43.0449964Z [00:02:57.167]➜  # import config
2025-08-20T21:26:43.0450825Z [00:02:57.167]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:43.0451798Z [00:02:57.167]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build548448651/b541/_pkg_.a
2025-08-20T21:26:43.0452795Z [00:02:57.167]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:43.0453649Z [00:02:57.167]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:43.0454505Z [00:02:57.167]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:43.0455177Z [00:02:57.167]➜  EOF
2025-08-20T21:26:43.0459642Z [00:02:57.167]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1003/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.14.2/pb=>github.com/libp2p/go-libp2p-pubsub@v0.14.2/pb;$WORK/b1003=>" -p github.com/libp2p/go-libp2p-pubsub/pb -lang=go1.23 -complete -installsuffix shared -buildid oMPrZbJ8Fx88CZYX_lHV/oMPrZbJ8Fx88CZYX_lHV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1003/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.14.2/pb/rpc.pb.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.14.2/pb/trace.pb.go
2025-08-20T21:26:43.0557239Z [00:02:57.178]➜  go tool buildid -w $WORK/b997/_pkg_.a # internal
2025-08-20T21:26:43.0575765Z [00:02:57.180]➜  cp $WORK/b997/_pkg_.a /root/.cache/go-build/7b/7b1f5e2f4c446e2ab6b4bbe7f634a889d7ba6474c3485fc48fe4b550a149675d-d # internal
2025-08-20T21:26:43.0587586Z [00:02:57.181]➜  github.com/libp2p/go-libp2p/p2p/transport/tcp
2025-08-20T21:26:43.0590514Z [00:02:57.181]➜  mkdir -p $WORK/b996/
2025-08-20T21:26:43.0603113Z [00:02:57.183]➜  cat >/tmp/go-build548448651/b996/importcfg << 'EOF' # internal
2025-08-20T21:26:43.0604938Z [00:02:57.183]➜  # import config
2025-08-20T21:26:43.0605635Z [00:02:57.183]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:43.0606481Z [00:02:57.183]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:43.0607277Z [00:02:57.183]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:43.0608204Z [00:02:57.183]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:43.0609564Z [00:02:57.183]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build548448651/b417/_pkg_.a
2025-08-20T21:26:43.0610784Z [00:02:57.183]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:43.0612166Z [00:02:57.183]➜  packagefile github.com/libp2p/go-libp2p/core/transport=/tmp/go-build548448651/b446/_pkg_.a
2025-08-20T21:26:43.0613475Z [00:02:57.183]➜  packagefile github.com/libp2p/go-libp2p/p2p/net/reuseport=/tmp/go-build548448651/b937/_pkg_.a
2025-08-20T21:26:43.0615030Z [00:02:57.183]➜  packagefile github.com/libp2p/go-libp2p/p2p/transport/tcpreuse=/tmp/go-build548448651/b936/_pkg_.a
2025-08-20T21:26:43.0616419Z [00:02:57.183]➜  packagefile github.com/marten-seemann/tcp=/tmp/go-build548448651/b997/_pkg_.a
2025-08-20T21:26:43.0617497Z [00:02:57.183]➜  packagefile github.com/mikioh/tcpinfo=/tmp/go-build548448651/b999/_pkg_.a
2025-08-20T21:26:43.0618818Z [00:02:57.183]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:43.0620087Z [00:02:57.183]➜  packagefile github.com/multiformats/go-multiaddr-fmt=/tmp/go-build548448651/b455/_pkg_.a
2025-08-20T21:26:43.0621339Z [00:02:57.183]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build548448651/b430/_pkg_.a
2025-08-20T21:26:43.0622662Z [00:02:57.183]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build548448651/b387/_pkg_.a
2025-08-20T21:26:43.0625662Z [00:02:57.183]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:43.0626474Z [00:02:57.183]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:43.0627313Z [00:02:57.183]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:43.0628195Z [00:02:57.183]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:43.0629327Z [00:02:57.183]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:43.0630104Z [00:02:57.183]➜  packagefile syscall=/tmp/go-build548448651/b047/_pkg_.a
2025-08-20T21:26:43.0630902Z [00:02:57.183]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:43.0631496Z [00:02:57.183]➜  EOF
2025-08-20T21:26:43.0636588Z [00:02:57.183]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b996/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/transport/tcp=>github.com/libp2p/go-libp2p@v0.43.0/p2p/transport/tcp;$WORK/b996=>" -p github.com/libp2p/go-libp2p/p2p/transport/tcp -lang=go1.23 -complete -installsuffix shared -buildid 6XZDc8mr2dNccr2sSoXa/6XZDc8mr2dNccr2sSoXa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b996/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/transport/tcp/metrics.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/transport/tcp/metrics_linux.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/transport/tcp/tcp.go
2025-08-20T21:26:43.1996178Z [00:02:57.322]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e
2025-08-20T21:26:43.2002118Z [00:02:57.322]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b639=/tmp/go-build -gno-record-gcc-switches -I $WORK/b639/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e=/_/github.com/DataDog/zstd@v1.5.6-0.20230824185856-869dae002e5e -frandom-seed=Oy3-PWRcNZLWC5EgVEcV -o $WORK/b639/_x046.o -c huf_decompress_amd64.S
2025-08-20T21:26:43.2150992Z [00:02:57.337]➜  go tool buildid -w $WORK/b996/_pkg_.a # internal
2025-08-20T21:26:43.2209107Z [00:02:57.343]➜  cp $WORK/b996/_pkg_.a /root/.cache/go-build/36/3687472fc7fe6b010f5cd7c1d087747f3885ddea746b7c5c7137d7b033c72347-d # internal
2025-08-20T21:26:43.2244580Z [00:02:57.347]➜  github.com/libp2p/go-libp2p-pubsub/timecache
2025-08-20T21:26:43.2247366Z [00:02:57.347]➜  mkdir -p $WORK/b1004/
2025-08-20T21:26:43.2250382Z [00:02:57.348]➜  cat >/tmp/go-build548448651/b1004/importcfg << 'EOF' # internal
2025-08-20T21:26:43.2252469Z [00:02:57.348]➜  # import config
2025-08-20T21:26:43.2254794Z [00:02:57.348]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:43.2256329Z [00:02:57.348]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:43.2260474Z [00:02:57.348]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:43.2262885Z [00:02:57.348]➜  EOF
2025-08-20T21:26:43.2263711Z [00:02:57.348]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:43.2270443Z [00:02:57.348]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1004/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.14.2/timecache=>github.com/libp2p/go-libp2p-pubsub@v0.14.2/timecache;$WORK/b1004=>" -p github.com/libp2p/go-libp2p-pubsub/timecache -lang=go1.23 -complete -installsuffix shared -buildid l4tkkWLmpswN0nXQVh6B/l4tkkWLmpswN0nXQVh6B -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1004/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.14.2/timecache/first_seen_cache.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.14.2/timecache/last_seen_cache.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.14.2/timecache/time_cache.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.14.2/timecache/util.go
2025-08-20T21:26:43.2381333Z [00:02:57.359]➜  cd $WORK/b639
2025-08-20T21:26:43.2388183Z [00:02:57.359]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b639=/tmp/go-build -gno-record-gcc-switches -I $WORK/b639/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e=/_/github.com/DataDog/zstd@v1.5.6-0.20230824185856-869dae002e5e -frandom-seed=Oy3-PWRcNZLWC5EgVEcV -o $WORK/b639/_cgo_main.o -c _cgo_main.c
2025-08-20T21:26:43.2513839Z [00:02:57.374]➜  go tool buildid -w $WORK/b1001/_pkg_.a # internal
2025-08-20T21:26:43.2554868Z [00:02:57.378]➜  cp $WORK/b1001/_pkg_.a /root/.cache/go-build/ff/ff97ec49d7c2e1d7bdc3a31d97d174a5123030f394769494638e9a277fe765f5-d # internal
2025-08-20T21:26:43.2556042Z [00:02:57.378]➜  go tool buildid -w $WORK/b1004/_pkg_.a # internal
2025-08-20T21:26:43.2566566Z [00:02:57.379]➜  cp $WORK/b1004/_pkg_.a /root/.cache/go-build/6f/6ff7a6b49dfac39574b38d0f4c90a7a22718656f9809e597abb1d137da0da6d8-d # internal
2025-08-20T21:26:43.2578445Z [00:02:57.380]➜  github.com/libp2p/go-libp2p/core/discovery
2025-08-20T21:26:43.2592265Z [00:02:57.380]➜  mkdir -p $WORK/b1005/
2025-08-20T21:26:43.2593441Z [00:02:57.380]➜  github.com/libp2p/go-libp2p/p2p/transport/websocket
2025-08-20T21:26:43.2594140Z [00:02:57.380]➜  mkdir -p $WORK/b1000/
2025-08-20T21:26:43.2594863Z [00:02:57.382]➜  cat >/tmp/go-build548448651/b1000/importcfg << 'EOF' # internal
2025-08-20T21:26:43.2595549Z [00:02:57.382]➜  # import config
2025-08-20T21:26:43.2596212Z [00:02:57.382]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:43.2597074Z [00:02:57.382]➜  packagefile crypto/tls=/tmp/go-build548448651/b110/_pkg_.a
2025-08-20T21:26:43.2604251Z [00:02:57.383]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:43.2605153Z [00:02:57.383]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:43.2606135Z [00:02:57.383]➜  packagefile github.com/gorilla/websocket=/tmp/go-build548448651/b1001/_pkg_.a
2025-08-20T21:26:43.2607378Z [00:02:57.383]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:43.2608761Z [00:02:57.383]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build548448651/b417/_pkg_.a
2025-08-20T21:26:43.2609962Z [00:02:57.383]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:43.2611249Z [00:02:57.383]➜  packagefile github.com/libp2p/go-libp2p/core/transport=/tmp/go-build548448651/b446/_pkg_.a
2025-08-20T21:26:43.2612611Z [00:02:57.383]➜  packagefile github.com/libp2p/go-libp2p/p2p/transport/tcpreuse=/tmp/go-build548448651/b936/_pkg_.a
2025-08-20T21:26:43.2613922Z [00:02:57.383]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:43.2615173Z [00:02:57.383]➜  packagefile github.com/multiformats/go-multiaddr-fmt=/tmp/go-build548448651/b455/_pkg_.a
2025-08-20T21:26:43.2616427Z [00:02:57.383]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build548448651/b430/_pkg_.a
2025-08-20T21:26:43.2617526Z [00:02:57.383]➜  packagefile go.uber.org/zap=/tmp/go-build548448651/b266/_pkg_.a
2025-08-20T21:26:43.2622235Z [00:02:57.383]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:43.2623199Z [00:02:57.383]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:43.2624016Z [00:02:57.383]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:43.2624836Z [00:02:57.383]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:43.2625656Z [00:02:57.383]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:43.2626402Z [00:02:57.383]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:43.2627130Z [00:02:57.383]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:43.2627715Z [00:02:57.383]➜  EOF
2025-08-20T21:26:43.2628342Z [00:02:57.383]➜  cat >/tmp/go-build548448651/b1005/importcfg << 'EOF' # internal
2025-08-20T21:26:43.2629338Z [00:02:57.383]➜  # import config
2025-08-20T21:26:43.2630005Z [00:02:57.383]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:43.2631024Z [00:02:57.383]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:43.2632186Z [00:02:57.383]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:43.2632785Z [00:02:57.383]➜  EOF
2025-08-20T21:26:43.2633316Z [00:02:57.383]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:43.2639730Z [00:02:57.383]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1000/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/transport/websocket=>github.com/libp2p/go-libp2p@v0.43.0/p2p/transport/websocket;$WORK/b1000=>" -p github.com/libp2p/go-libp2p/p2p/transport/websocket -lang=go1.23 -complete -installsuffix shared -buildid W1eAc6fDnOsqQzzcng26/W1eAc6fDnOsqQzzcng26 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1000/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/transport/websocket/addrs.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/transport/websocket/conn.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/transport/websocket/listener.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/transport/websocket/websocket.go
2025-08-20T21:26:43.2650214Z [00:02:57.383]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1005/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/discovery=>github.com/libp2p/go-libp2p@v0.43.0/core/discovery;$WORK/b1005=>" -p github.com/libp2p/go-libp2p/core/discovery -lang=go1.23 -complete -installsuffix shared -buildid 5HYzYRm42xS2gCSJisym/5HYzYRm42xS2gCSJisym -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1005/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/discovery/discovery.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/core/discovery/options.go
2025-08-20T21:26:43.2667478Z [00:02:57.388]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b639=/tmp/go-build -gno-record-gcc-switches -o $WORK/b639/_cgo_.o $WORK/b639/_cgo_main.o $WORK/b639/preferlinkext $WORK/b639/_x001.o $WORK/b639/_x002.o $WORK/b639/_x003.o $WORK/b639/_x004.o $WORK/b639/_x005.o $WORK/b639/_x006.o $WORK/b639/_x007.o $WORK/b639/_x008.o $WORK/b639/_x009.o $WORK/b639/_x010.o $WORK/b639/_x011.o $WORK/b639/_x012.o $WORK/b639/_x013.o $WORK/b639/_x014.o $WORK/b639/_x015.o $WORK/b639/_x016.o $WORK/b639/_x017.o $WORK/b639/_x018.o $WORK/b639/_x019.o $WORK/b639/_x020.o $WORK/b639/_x021.o $WORK/b639/_x022.o $WORK/b639/_x023.o $WORK/b639/_x024.o $WORK/b639/_x025.o $WORK/b639/_x026.o $WORK/b639/_x027.o $WORK/b639/_x028.o $WORK/b639/_x029.o $WORK/b639/_x030.o $WORK/b639/_x031.o $WORK/b639/_x032.o $WORK/b639/_x033.o $WORK/b639/_x034.o $WORK/b639/_x035.o $WORK/b639/_x036.o $WORK/b639/_x037.o $WORK/b639/_x038.o $WORK/b639/_x039.o $WORK/b639/_x040.o $WORK/b639/_x041.o $WORK/b639/_x042.o $WORK/b639/_x043.o $WORK/b639/_x044.o $WORK/b639/_x045.o $WORK/b639/_x046.o -O2 -g
2025-08-20T21:26:43.2772630Z [00:02:57.400]➜  go tool buildid -w $WORK/b1005/_pkg_.a # internal
2025-08-20T21:26:43.2783986Z [00:02:57.401]➜  cp $WORK/b1005/_pkg_.a /root/.cache/go-build/b3/b3eadfcd8611d12d0a8b87316c3805a4da7456d78de89eb6ba7a5d7431699dda-d # internal
2025-08-20T21:26:43.2800207Z [00:02:57.402]➜  github.com/libp2p/go-libp2p/p2p/discovery/backoff
2025-08-20T21:26:43.2802303Z [00:02:57.402]➜  mkdir -p $WORK/b1006/
2025-08-20T21:26:43.2830760Z [00:02:57.405]➜  cat >/tmp/go-build548448651/b1006/importcfg << 'EOF' # internal
2025-08-20T21:26:43.2832278Z [00:02:57.406]➜  # import config
2025-08-20T21:26:43.2833034Z [00:02:57.406]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:43.2833895Z [00:02:57.406]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:43.2834946Z [00:02:57.406]➜  packagefile github.com/hashicorp/golang-lru/v2=/tmp/go-build548448651/b225/_pkg_.a
2025-08-20T21:26:43.2836114Z [00:02:57.406]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:43.2837670Z [00:02:57.406]➜  packagefile github.com/libp2p/go-libp2p/core/discovery=/tmp/go-build548448651/b1005/_pkg_.a
2025-08-20T21:26:43.2840814Z [00:02:57.406]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build548448651/b423/_pkg_.a
2025-08-20T21:26:43.2842099Z [00:02:57.406]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:43.2843287Z [00:02:57.406]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:43.2844246Z [00:02:57.406]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:43.2845035Z [00:02:57.406]➜  packagefile math/rand=/tmp/go-build548448651/b109/_pkg_.a
2025-08-20T21:26:43.2845825Z [00:02:57.406]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:43.2846620Z [00:02:57.406]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:43.2847339Z [00:02:57.406]➜  EOF
2025-08-20T21:26:43.2852912Z [00:02:57.406]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1006/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/discovery/backoff=>github.com/libp2p/go-libp2p@v0.43.0/p2p/discovery/backoff;$WORK/b1006=>" -p github.com/libp2p/go-libp2p/p2p/discovery/backoff -lang=go1.23 -complete -installsuffix shared -buildid EA5HY21xC0KUm-8iwZwY/EA5HY21xC0KUm-8iwZwY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1006/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/discovery/backoff/backoff.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/discovery/backoff/backoffcache.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/discovery/backoff/backoffconnector.go
2025-08-20T21:26:43.5046460Z [00:02:57.627]➜  go tool buildid -w $WORK/b1000/_pkg_.a # internal
2025-08-20T21:26:43.5095428Z [00:02:57.632]➜  cp $WORK/b1000/_pkg_.a /root/.cache/go-build/4d/4d3bebea114acf43b04e25a58f991d3ba835b42bbf1d397d485cc913ecb78258-d # internal
2025-08-20T21:26:43.5102495Z [00:02:57.632]➜  go tool buildid -w $WORK/b1006/_pkg_.a # internal
2025-08-20T21:26:43.5140836Z [00:02:57.636]➜  github.com/libp2p/go-libp2p
2025-08-20T21:26:43.5143062Z [00:02:57.637]➜  mkdir -p $WORK/b992/
2025-08-20T21:26:43.5147911Z [00:02:57.637]➜  cp $WORK/b1006/_pkg_.a /root/.cache/go-build/43/435c463dfffbc9e405bbe091f950c931a5ca698165e974b9ab2aef22e21737a4-d # internal
2025-08-20T21:26:43.5152757Z [00:02:57.638]➜  cat >/tmp/go-build548448651/b992/importcfg << 'EOF' # internal
2025-08-20T21:26:43.5153478Z [00:02:57.638]➜  # import config
2025-08-20T21:26:43.5154322Z [00:02:57.638]➜  packagefile crypto/rand=/tmp/go-build548448651/b082/_pkg_.a
2025-08-20T21:26:43.5161467Z [00:02:57.638]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:43.5162540Z [00:02:57.638]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:43.5164720Z [00:02:57.638]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:43.5167896Z [00:02:57.638]➜  packagefile github.com/libp2p/go-libp2p/config=/tmp/go-build548448651/b736/_pkg_.a
2025-08-20T21:26:43.5172009Z [00:02:57.638]➜  packagefile github.com/libp2p/go-libp2p/core/connmgr=/tmp/go-build548448651/b424/_pkg_.a
2025-08-20T21:26:43.5173360Z [00:02:57.638]➜  packagefile github.com/libp2p/go-libp2p/core/control=/tmp/go-build548448651/b425/_pkg_.a
2025-08-20T21:26:43.5174691Z [00:02:57.638]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build548448651/b311/_pkg_.a
2025-08-20T21:26:43.5175973Z [00:02:57.638]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build548448651/b423/_pkg_.a
2025-08-20T21:26:43.5177276Z [00:02:57.638]➜  packagefile github.com/libp2p/go-libp2p/core/metrics=/tmp/go-build548448651/b444/_pkg_.a
2025-08-20T21:26:43.5178656Z [00:02:57.638]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build548448651/b417/_pkg_.a
2025-08-20T21:26:43.5179901Z [00:02:57.638]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:43.5181328Z [00:02:57.638]➜  packagefile github.com/libp2p/go-libp2p/core/peerstore=/tmp/go-build548448651/b418/_pkg_.a
2025-08-20T21:26:43.5182586Z [00:02:57.638]➜  packagefile github.com/libp2p/go-libp2p/core/pnet=/tmp/go-build548448651/b737/_pkg_.a
2025-08-20T21:26:43.5183762Z [00:02:57.638]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build548448651/b419/_pkg_.a
2025-08-20T21:26:43.5185050Z [00:02:57.638]➜  packagefile github.com/libp2p/go-libp2p/core/transport=/tmp/go-build548448651/b446/_pkg_.a
2025-08-20T21:26:43.5186340Z [00:02:57.638]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/autonat=/tmp/go-build548448651/b741/_pkg_.a
2025-08-20T21:26:43.5187679Z [00:02:57.638]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/autorelay=/tmp/go-build548448651/b743/_pkg_.a
2025-08-20T21:26:43.5189169Z [00:02:57.638]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/basic=/tmp/go-build548448651/b753/_pkg_.a
2025-08-20T21:26:43.5190747Z [00:02:57.638]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/peerstore/pstoremem=/tmp/go-build548448651/b932/_pkg_.a
2025-08-20T21:26:43.5192227Z [00:02:57.638]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/resource-manager=/tmp/go-build548448651/b933/_pkg_.a
2025-08-20T21:26:43.5193675Z [00:02:57.638]➜  packagefile github.com/libp2p/go-libp2p/p2p/muxer/yamux=/tmp/go-build548448651/b993/_pkg_.a
2025-08-20T21:26:43.5194998Z [00:02:57.638]➜  packagefile github.com/libp2p/go-libp2p/p2p/net/connmgr=/tmp/go-build548448651/b995/_pkg_.a
2025-08-20T21:26:43.5196297Z [00:02:57.638]➜  packagefile github.com/libp2p/go-libp2p/p2p/net/swarm=/tmp/go-build548448651/b442/_pkg_.a
2025-08-20T21:26:43.5197627Z [00:02:57.638]➜  packagefile github.com/libp2p/go-libp2p/p2p/net/upgrader=/tmp/go-build548448651/b784/_pkg_.a
2025-08-20T21:26:43.5213105Z [00:02:57.638]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/proto=/tmp/go-build548448651/b746/_pkg_.a
2025-08-20T21:26:43.5214866Z [00:02:57.638]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/relay=/tmp/go-build548448651/b758/_pkg_.a
2025-08-20T21:26:43.5216277Z [00:02:57.638]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/holepunch=/tmp/go-build548448651/b774/_pkg_.a
2025-08-20T21:26:43.5217664Z [00:02:57.638]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/identify=/tmp/go-build548448651/b748/_pkg_.a
2025-08-20T21:26:43.5219174Z [00:02:57.638]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/ping=/tmp/go-build548448651/b427/_pkg_.a
2025-08-20T21:26:43.5220527Z [00:02:57.638]➜  packagefile github.com/libp2p/go-libp2p/p2p/security/noise=/tmp/go-build548448651/b777/_pkg_.a
2025-08-20T21:26:43.5221893Z [00:02:57.638]➜  packagefile github.com/libp2p/go-libp2p/p2p/security/tls=/tmp/go-build548448651/b791/_pkg_.a
2025-08-20T21:26:43.5223265Z [00:02:57.638]➜  packagefile github.com/libp2p/go-libp2p/p2p/transport/quic=/tmp/go-build548448651/b790/_pkg_.a
2025-08-20T21:26:43.5224681Z [00:02:57.638]➜  packagefile github.com/libp2p/go-libp2p/p2p/transport/quicreuse=/tmp/go-build548448651/b792/_pkg_.a
2025-08-20T21:26:43.5226090Z [00:02:57.638]➜  packagefile github.com/libp2p/go-libp2p/p2p/transport/tcp=/tmp/go-build548448651/b996/_pkg_.a
2025-08-20T21:26:43.5227476Z [00:02:57.638]➜  packagefile github.com/libp2p/go-libp2p/p2p/transport/webrtc=/tmp/go-build548448651/b776/_pkg_.a
2025-08-20T21:26:43.5229847Z [00:02:57.638]➜  packagefile github.com/libp2p/go-libp2p/p2p/transport/websocket=/tmp/go-build548448651/b1000/_pkg_.a
2025-08-20T21:26:43.5231710Z [00:02:57.638]➜  packagefile github.com/libp2p/go-libp2p/p2p/transport/webtransport=/tmp/go-build548448651/b925/_pkg_.a
2025-08-20T21:26:43.5233197Z [00:02:57.638]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:43.5234521Z [00:02:57.638]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build548448651/b387/_pkg_.a
2025-08-20T21:26:43.5235655Z [00:02:57.638]➜  packagefile go.uber.org/fx=/tmp/go-build548448651/b940/_pkg_.a
2025-08-20T21:26:43.5236534Z [00:02:57.638]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:43.5237492Z [00:02:57.638]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:43.5238087Z [00:02:57.638]➜  EOF
2025-08-20T21:26:43.5248883Z [00:02:57.638]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b992/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0=>github.com/libp2p/go-libp2p@v0.43.0;$WORK/b992=>" -p github.com/libp2p/go-libp2p -lang=go1.23 -complete -installsuffix shared -buildid zhFb7pQKOJOO20TefEoD/zhFb7pQKOJOO20TefEoD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b992/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/defaults.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/libp2p.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/limits.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/options.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/options_filter.go
2025-08-20T21:26:43.5253642Z [00:02:57.643]➜  github.com/libp2p/go-msgio/protoio
2025-08-20T21:26:43.5254263Z [00:02:57.643]➜  mkdir -p $WORK/b1007/
2025-08-20T21:26:43.5255000Z [00:02:57.643]➜  cat >/tmp/go-build548448651/b1007/importcfg << 'EOF' # internal
2025-08-20T21:26:43.5255721Z [00:02:57.643]➜  # import config
2025-08-20T21:26:43.5256393Z [00:02:57.643]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:43.5257240Z [00:02:57.643]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:43.5258219Z [00:02:57.643]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build548448651/b541/_pkg_.a
2025-08-20T21:26:43.5259600Z [00:02:57.643]➜  packagefile github.com/multiformats/go-varint=/tmp/go-build548448651/b254/_pkg_.a
2025-08-20T21:26:43.5260560Z [00:02:57.644]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:43.5261444Z [00:02:57.644]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:43.5262425Z [00:02:57.644]➜  packagefile runtime/debug=/tmp/go-build548448651/b260/_pkg_.a
2025-08-20T21:26:43.5263088Z [00:02:57.644]➜  EOF
2025-08-20T21:26:43.5267774Z [00:02:57.644]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1007/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-msgio@v0.3.0/protoio=>github.com/libp2p/go-msgio@v0.3.0/protoio;$WORK/b1007=>" -p github.com/libp2p/go-msgio/protoio -lang=go1.18 -complete -installsuffix shared -buildid P0XoSRZVeQxRQ2kxhSth/P0XoSRZVeQxRQ2kxhSth -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1007/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-msgio@v0.3.0/protoio/interfaces.go /root/go/pkg/mod/github.com/libp2p/go-msgio@v0.3.0/protoio/uvarint_reader.go /root/go/pkg/mod/github.com/libp2p/go-msgio@v0.3.0/protoio/uvarint_writer.go
2025-08-20T21:26:43.5823474Z [00:02:57.705]➜  go tool buildid -w $WORK/b1007/_pkg_.a # internal
2025-08-20T21:26:43.5847015Z [00:02:57.707]➜  cp $WORK/b1007/_pkg_.a /root/.cache/go-build/55/552f6180f42b71e56379dc4f57e364f4f5fb2970b9a9132f4c70a2ae9acbde4d-d # internal
2025-08-20T21:26:43.5853982Z [00:02:57.708]➜  github.com/ipfs/go-ipfs-ds-help
2025-08-20T21:26:43.5859420Z [00:02:57.708]➜  mkdir -p $WORK/b1009/
2025-08-20T21:26:43.5860391Z [00:02:57.708]➜  cat >/tmp/go-build548448651/b1009/importcfg << 'EOF' # internal
2025-08-20T21:26:43.5861193Z [00:02:57.708]➜  # import config
2025-08-20T21:26:43.5862128Z [00:02:57.708]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:43.5863326Z [00:02:57.708]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build548448651/b255/_pkg_.a
2025-08-20T21:26:43.5864630Z [00:02:57.708]➜  packagefile github.com/multiformats/go-base32=/tmp/go-build548448651/b233/_pkg_.a
2025-08-20T21:26:43.5865988Z [00:02:57.708]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build548448651/b235/_pkg_.a
2025-08-20T21:26:43.5867031Z [00:02:57.708]➜  EOF
2025-08-20T21:26:43.5870870Z [00:02:57.708]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1009/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-ipfs-ds-help@v1.1.1=>github.com/ipfs/go-ipfs-ds-help@v1.1.1;$WORK/b1009=>" -p github.com/ipfs/go-ipfs-ds-help -lang=go1.19 -complete -installsuffix shared -buildid XUmU87GjcglARKTAr--r/XUmU87GjcglARKTAr--r -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1009/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-ipfs-ds-help@v1.1.1/key.go
2025-08-20T21:26:43.6216953Z [00:02:57.744]➜  go tool buildid -w $WORK/b1009/_pkg_.a # internal
2025-08-20T21:26:43.6310457Z [00:02:57.751]➜  gcc -I /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b639=/tmp/go-build -gno-record-gcc-switches -o $WORK/b639/_cgo_.o $WORK/b639/_cgo_main.o $WORK/b639/preferlinkext $WORK/b639/_x001.o $WORK/b639/_x002.o $WORK/b639/_x003.o $WORK/b639/_x004.o $WORK/b639/_x005.o $WORK/b639/_x006.o $WORK/b639/_x007.o $WORK/b639/_x008.o $WORK/b639/_x009.o $WORK/b639/_x010.o $WORK/b639/_x011.o $WORK/b639/_x012.o $WORK/b639/_x013.o $WORK/b639/_x014.o $WORK/b639/_x015.o $WORK/b639/_x016.o $WORK/b639/_x017.o $WORK/b639/_x018.o $WORK/b639/_x019.o $WORK/b639/_x020.o $WORK/b639/_x021.o $WORK/b639/_x022.o $WORK/b639/_x023.o $WORK/b639/_x024.o $WORK/b639/_x025.o $WORK/b639/_x026.o $WORK/b639/_x027.o $WORK/b639/_x028.o $WORK/b639/_x029.o $WORK/b639/_x030.o $WORK/b639/_x031.o $WORK/b639/_x032.o $WORK/b639/_x033.o $WORK/b639/_x034.o $WORK/b639/_x035.o $WORK/b639/_x036.o $WORK/b639/_x037.o $WORK/b639/_x038.o $WORK/b639/_x039.o $WORK/b639/_x040.o $WORK/b639/_x041.o $WORK/b639/_x042.o $WORK/b639/_x043.o $WORK/b639/_x044.o $WORK/b639/_x045.o $WORK/b639/_x046.o -O2 -g # test for internal linking errors (succeeded)
2025-08-20T21:26:43.6320567Z [00:02:57.754]➜  TERM='dumb' /root/.go/pkg/tool/linux_amd64/cgo -dynpackage zstd -dynimport $WORK/b639/_cgo_.o -dynout $WORK/b639/_cgo_import.go
2025-08-20T21:26:43.6329959Z [00:02:57.755]➜  cp $WORK/b1009/_pkg_.a /root/.cache/go-build/d5/d5be66673502d489d290b7efa7c01738ea5392f24d4b2d1b70009b504e119114-d # internal
2025-08-20T21:26:43.6356245Z [00:02:57.758]➜  github.com/libp2p/go-libp2p-pubsub-router/pb
2025-08-20T21:26:43.6358414Z [00:02:57.758]➜  mkdir -p $WORK/b1010/
2025-08-20T21:26:43.6370279Z [00:02:57.758]➜  cat >/tmp/go-build548448651/b1010/importcfg << 'EOF' # internal
2025-08-20T21:26:43.6373757Z [00:02:57.760]➜  # import config
2025-08-20T21:26:43.6376077Z [00:02:57.760]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:43.6382764Z [00:02:57.760]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build548448651/b541/_pkg_.a
2025-08-20T21:26:43.6383740Z [00:02:57.760]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:43.6384539Z [00:02:57.760]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:43.6385381Z [00:02:57.760]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:43.6386036Z [00:02:57.760]➜  EOF
2025-08-20T21:26:43.6390208Z [00:02:57.760]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1010/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub-router@v0.6.0/pb=>github.com/libp2p/go-libp2p-pubsub-router@v0.6.0/pb;$WORK/b1010=>" -p github.com/libp2p/go-libp2p-pubsub-router/pb -lang=go1.18 -complete -installsuffix shared -buildid 8BzlzKlcLeFkM7HFaNGW/8BzlzKlcLeFkM7HFaNGW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1010/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub-router@v0.6.0/pb/message.pb.go
2025-08-20T21:26:43.6397165Z [00:02:57.762]➜  cat >/tmp/go-build548448651/b639/importcfg << 'EOF' # internal
2025-08-20T21:26:43.6399857Z [00:02:57.762]➜  # import config
2025-08-20T21:26:43.6400561Z [00:02:57.762]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:43.6401378Z [00:02:57.762]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:43.6402185Z [00:02:57.762]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:43.6402976Z [00:02:57.762]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:43.6403772Z [00:02:57.762]➜  packagefile io/ioutil=/tmp/go-build548448651/b509/_pkg_.a
2025-08-20T21:26:43.6404770Z [00:02:57.762]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:43.6405579Z [00:02:57.762]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:43.6406430Z [00:02:57.762]➜  packagefile runtime/cgo=/tmp/go-build548448651/b166/_pkg_.a
2025-08-20T21:26:43.6407296Z [00:02:57.762]➜  packagefile syscall=/tmp/go-build548448651/b047/_pkg_.a
2025-08-20T21:26:43.6407919Z [00:02:57.762]➜  EOF
2025-08-20T21:26:43.6454597Z [00:02:57.765]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b639/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e=>github.com/DataDog/zstd@v1.5.6-0.20230824185856-869dae002e5e;$WORK/b639=>" -p github.com/DataDog/zstd -lang=go1.14 -installsuffix shared -buildid Oy3-PWRcNZLWC5EgVEcV/Oy3-PWRcNZLWC5EgVEcV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b639/importcfg -pack $WORK/b639/_cgo_gotypes.go $WORK/b639/errors.cgo1.go $WORK/b639/zstd.cgo1.go $WORK/b639/zstd_bulk.cgo1.go $WORK/b639/zstd_ctx.cgo1.go $WORK/b639/zstd_stream.cgo1.go $WORK/b639/_cgo_import.go
2025-08-20T21:26:43.7227863Z [00:02:57.845]➜  go tool buildid -w $WORK/b1010/_pkg_.a # internal
2025-08-20T21:26:43.7242934Z [00:02:57.847]➜  cp $WORK/b1010/_pkg_.a /root/.cache/go-build/03/031566ca5c519bbef1571d6b923e8789a07e2bc0a257e75127979e6bdd57137c-d # internal
2025-08-20T21:26:43.7265900Z [00:02:57.849]➜  github.com/libp2p/zeroconf/v2
2025-08-20T21:26:43.7275035Z [00:02:57.849]➜  mkdir -p $WORK/b1012/
2025-08-20T21:26:43.7275828Z [00:02:57.849]➜  cat >/tmp/go-build548448651/b1012/importcfg << 'EOF' # internal
2025-08-20T21:26:43.7276521Z [00:02:57.850]➜  # import config
2025-08-20T21:26:43.7277373Z [00:02:57.850]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:43.7278231Z [00:02:57.850]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:43.7279501Z [00:02:57.850]➜  packagefile github.com/miekg/dns=/tmp/go-build548448651/b449/_pkg_.a
2025-08-20T21:26:43.7280566Z [00:02:57.850]➜  packagefile golang.org/x/net/ipv4=/tmp/go-build548448651/b450/_pkg_.a
2025-08-20T21:26:43.7281598Z [00:02:57.850]➜  packagefile golang.org/x/net/ipv6=/tmp/go-build548448651/b454/_pkg_.a
2025-08-20T21:26:43.7282508Z [00:02:57.850]➜  packagefile log=/tmp/go-build548448651/b071/_pkg_.a
2025-08-20T21:26:43.7283318Z [00:02:57.850]➜  packagefile math/rand=/tmp/go-build548448651/b109/_pkg_.a
2025-08-20T21:26:43.7284139Z [00:02:57.850]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:43.7284891Z [00:02:57.850]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:43.7285676Z [00:02:57.850]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:43.7286497Z [00:02:57.850]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:43.7287309Z [00:02:57.850]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:43.7288093Z [00:02:57.850]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:43.7298779Z [00:02:57.850]➜  EOF
2025-08-20T21:26:43.7304539Z [00:02:57.850]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1012/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/zeroconf/v2@v2.2.0=>github.com/libp2p/zeroconf/v2@v2.2.0;$WORK/b1012=>" -p github.com/libp2p/zeroconf/v2 -lang=go1.16 -complete -installsuffix shared -buildid 5ixGMGKFBLIDlA8YGUZE/5ixGMGKFBLIDlA8YGUZE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1012/importcfg -pack /root/go/pkg/mod/github.com/libp2p/zeroconf/v2@v2.2.0/client.go /root/go/pkg/mod/github.com/libp2p/zeroconf/v2@v2.2.0/connection.go /root/go/pkg/mod/github.com/libp2p/zeroconf/v2@v2.2.0/doc.go /root/go/pkg/mod/github.com/libp2p/zeroconf/v2@v2.2.0/server.go /root/go/pkg/mod/github.com/libp2p/zeroconf/v2@v2.2.0/service.go /root/go/pkg/mod/github.com/libp2p/zeroconf/v2@v2.2.0/utils.go
2025-08-20T21:26:43.7954012Z [00:02:57.917]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.6-0.20230824185856-869dae002e5e
2025-08-20T21:26:43.7966318Z [00:02:57.919]➜  go tool pack r $WORK/b639/_pkg_.a $WORK/b639/preferlinkext $WORK/b639/_x001.o $WORK/b639/_x002.o $WORK/b639/_x003.o $WORK/b639/_x004.o $WORK/b639/_x005.o $WORK/b639/_x006.o $WORK/b639/_x007.o $WORK/b639/_x008.o $WORK/b639/_x009.o $WORK/b639/_x010.o $WORK/b639/_x011.o $WORK/b639/_x012.o $WORK/b639/_x013.o $WORK/b639/_x014.o $WORK/b639/_x015.o $WORK/b639/_x016.o $WORK/b639/_x017.o $WORK/b639/_x018.o $WORK/b639/_x019.o $WORK/b639/_x020.o $WORK/b639/_x021.o $WORK/b639/_x022.o $WORK/b639/_x023.o $WORK/b639/_x024.o $WORK/b639/_x025.o $WORK/b639/_x026.o $WORK/b639/_x027.o $WORK/b639/_x028.o $WORK/b639/_x029.o $WORK/b639/_x030.o $WORK/b639/_x031.o $WORK/b639/_x032.o $WORK/b639/_x033.o $WORK/b639/_x034.o $WORK/b639/_x035.o $WORK/b639/_x036.o $WORK/b639/_x037.o $WORK/b639/_x038.o $WORK/b639/_x039.o $WORK/b639/_x040.o $WORK/b639/_x041.o $WORK/b639/_x042.o $WORK/b639/_x043.o $WORK/b639/_x044.o $WORK/b639/_x045.o $WORK/b639/_x046.o # internal
2025-08-20T21:26:43.8060397Z [00:02:57.928]➜  go tool buildid -w $WORK/b639/_pkg_.a # internal
2025-08-20T21:26:43.8224248Z [00:02:57.945]➜  go tool buildid -w $WORK/b1003/_pkg_.a # internal
2025-08-20T21:26:43.8327484Z [00:02:57.953]➜  cp $WORK/b1003/_pkg_.a /root/.cache/go-build/cc/ccdf352093003b3a7a208a32e2b83400be9238aff4f32ab52d2055198091e47e-d # internal
2025-08-20T21:26:43.8428296Z [00:02:57.965]➜  github.com/libp2p/go-libp2p-pubsub
2025-08-20T21:26:43.8440155Z [00:02:57.965]➜  mkdir -p $WORK/b1002/
2025-08-20T21:26:43.8440892Z [00:02:57.965]➜  cat >/tmp/go-build548448651/b1002/importcfg << 'EOF' # internal
2025-08-20T21:26:43.8441543Z [00:02:57.965]➜  # import config
2025-08-20T21:26:43.8442190Z [00:02:57.965]➜  packagefile compress/gzip=/tmp/go-build548448651/b075/_pkg_.a
2025-08-20T21:26:43.8443193Z [00:02:57.965]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:43.8444150Z [00:02:57.965]➜  packagefile crypto/sha256=/tmp/go-build548448651/b151/_pkg_.a
2025-08-20T21:26:43.8445011Z [00:02:57.966]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:43.8445860Z [00:02:57.966]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:43.8446668Z [00:02:57.966]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:43.8447433Z [00:02:57.966]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:43.8448314Z [00:02:57.966]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build548448651/b541/_pkg_.a
2025-08-20T21:26:43.8449498Z [00:02:57.966]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:43.8450511Z [00:02:57.966]➜  packagefile github.com/libp2p/go-buffer-pool=/tmp/go-build548448651/b321/_pkg_.a
2025-08-20T21:26:43.8451629Z [00:02:57.966]➜  packagefile github.com/libp2p/go-libp2p-pubsub/pb=/tmp/go-build548448651/b1003/_pkg_.a
2025-08-20T21:26:43.8452840Z [00:02:57.966]➜  packagefile github.com/libp2p/go-libp2p-pubsub/timecache=/tmp/go-build548448651/b1004/_pkg_.a
2025-08-20T21:26:43.8454046Z [00:02:57.966]➜  packagefile github.com/libp2p/go-libp2p/core/connmgr=/tmp/go-build548448651/b424/_pkg_.a
2025-08-20T21:26:43.8455190Z [00:02:57.966]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build548448651/b311/_pkg_.a
2025-08-20T21:26:43.8456362Z [00:02:57.966]➜  packagefile github.com/libp2p/go-libp2p/core/discovery=/tmp/go-build548448651/b1005/_pkg_.a
2025-08-20T21:26:43.8457508Z [00:02:57.966]➜  packagefile github.com/libp2p/go-libp2p/core/event=/tmp/go-build548448651/b426/_pkg_.a
2025-08-20T21:26:43.8458728Z [00:02:57.966]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build548448651/b423/_pkg_.a
2025-08-20T21:26:43.8459877Z [00:02:57.966]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build548448651/b417/_pkg_.a
2025-08-20T21:26:43.8461013Z [00:02:57.966]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:43.8462172Z [00:02:57.966]➜  packagefile github.com/libp2p/go-libp2p/core/peerstore=/tmp/go-build548448651/b418/_pkg_.a
2025-08-20T21:26:43.8463485Z [00:02:57.966]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build548448651/b419/_pkg_.a
2025-08-20T21:26:43.8464647Z [00:02:57.966]➜  packagefile github.com/libp2p/go-libp2p/core/record=/tmp/go-build548448651/b320/_pkg_.a
2025-08-20T21:26:43.8465876Z [00:02:57.966]➜  packagefile github.com/libp2p/go-libp2p/p2p/discovery/backoff=/tmp/go-build548448651/b1006/_pkg_.a
2025-08-20T21:26:43.8467251Z [00:02:57.966]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/peerstore/pstoremem=/tmp/go-build548448651/b932/_pkg_.a
2025-08-20T21:26:43.8468434Z [00:02:57.966]➜  packagefile github.com/libp2p/go-msgio=/tmp/go-build548448651/b421/_pkg_.a
2025-08-20T21:26:43.8469619Z [00:02:57.966]➜  packagefile github.com/libp2p/go-msgio/protoio=/tmp/go-build548448651/b1007/_pkg_.a
2025-08-20T21:26:43.8470890Z [00:02:57.966]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build548448651/b430/_pkg_.a
2025-08-20T21:26:43.8472020Z [00:02:57.966]➜  packagefile github.com/multiformats/go-varint=/tmp/go-build548448651/b254/_pkg_.a
2025-08-20T21:26:43.8473061Z [00:02:57.966]➜  packagefile go.uber.org/zap/zapcore=/tmp/go-build548448651/b269/_pkg_.a
2025-08-20T21:26:43.8473863Z [00:02:57.966]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:43.8474623Z [00:02:57.966]➜  packagefile iter=/tmp/go-build548448651/b039/_pkg_.a
2025-08-20T21:26:43.8475350Z [00:02:57.966]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:43.8476083Z [00:02:57.966]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:43.8476841Z [00:02:57.966]➜  packagefile math/rand=/tmp/go-build548448651/b109/_pkg_.a
2025-08-20T21:26:43.8477664Z [00:02:57.966]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:43.8478354Z [00:02:57.966]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:43.8489680Z [00:02:57.966]➜  packagefile regexp=/tmp/go-build548448651/b192/_pkg_.a
2025-08-20T21:26:43.8490514Z [00:02:57.966]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:43.8491278Z [00:02:57.966]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:43.8492039Z [00:02:57.966]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:43.8492810Z [00:02:57.966]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:43.8493564Z [00:02:57.966]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:43.8494106Z [00:02:57.966]➜  EOF
2025-08-20T21:26:43.8494580Z [00:02:57.966]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:43.8511351Z [00:02:57.966]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1002/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.14.2=>github.com/libp2p/go-libp2p-pubsub@v0.14.2;$WORK/b1002=>" -p github.com/libp2p/go-libp2p-pubsub -lang=go1.23 -complete -installsuffix shared -buildid Z6I9m0ShTLELoswzC8bB/Z6I9m0ShTLELoswzC8bB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1002/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.14.2/backoff.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.14.2/blacklist.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.14.2/comm.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.14.2/discovery.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.14.2/doc.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.14.2/floodsub.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.14.2/gossip_tracer.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.14.2/gossipsub.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.14.2/gossipsub_feat.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.14.2/mcache.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.14.2/messagebatch.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.14.2/midgen.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.14.2/peer_gater.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.14.2/peer_notify.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.14.2/pubsub.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.14.2/randomsub.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.14.2/rpc_queue.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.14.2/score.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.14.2/score_params.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.14.2/sign.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.14.2/subscription.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.14.2/subscription_filter.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.14.2/tag_tracer.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.14.2/topic.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.14.2/trace.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.14.2/tracer.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.14.2/validation.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.14.2/validation_builtin.go
2025-08-20T21:26:43.8544256Z [00:02:57.976]➜  cp $WORK/b639/_pkg_.a /root/.cache/go-build/b1/b1db5d4494ef0b4f6346b9a8754386a7f1884196384b5856cb86d78f476cf0f0-d # internal
2025-08-20T21:26:43.8610606Z [00:02:57.983]➜  github.com/cockroachdb/pebble/v2/sstable/block
2025-08-20T21:26:43.8612094Z [00:02:57.983]➜  mkdir -p $WORK/b638/
2025-08-20T21:26:43.8614958Z [00:02:57.984]➜  cat >/tmp/go-build548448651/b638/importcfg << 'EOF' # internal
2025-08-20T21:26:43.8617285Z [00:02:57.984]➜  # import config
2025-08-20T21:26:43.8618313Z [00:02:57.984]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:43.8620698Z [00:02:57.984]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:43.8621743Z [00:02:57.984]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:43.8622787Z [00:02:57.984]➜  packagefile github.com/DataDog/zstd=/tmp/go-build548448651/b639/_pkg_.a
2025-08-20T21:26:43.8623855Z [00:02:57.984]➜  packagefile github.com/cespare/xxhash/v2=/tmp/go-build548448651/b389/_pkg_.a
2025-08-20T21:26:43.8624965Z [00:02:57.984]➜  packagefile github.com/cockroachdb/errors=/tmp/go-build548448651/b536/_pkg_.a
2025-08-20T21:26:43.8626207Z [00:02:57.984]➜  packagefile github.com/cockroachdb/pebble/v2/internal/base=/tmp/go-build548448651/b602/_pkg_.a
2025-08-20T21:26:43.8627614Z [00:02:57.984]➜  packagefile github.com/cockroachdb/pebble/v2/internal/bytealloc=/tmp/go-build548448651/b610/_pkg_.a
2025-08-20T21:26:43.8629171Z [00:02:57.984]➜  packagefile github.com/cockroachdb/pebble/v2/internal/cache=/tmp/go-build548448651/b612/_pkg_.a
2025-08-20T21:26:43.8630611Z [00:02:57.984]➜  packagefile github.com/cockroachdb/pebble/v2/internal/crc=/tmp/go-build548448651/b623/_pkg_.a
2025-08-20T21:26:43.8632048Z [00:02:57.984]➜  packagefile github.com/cockroachdb/pebble/v2/objstorage=/tmp/go-build548448651/b629/_pkg_.a
2025-08-20T21:26:43.8633298Z [00:02:57.984]➜  packagefile github.com/golang/snappy=/tmp/go-build548448651/b640/_pkg_.a
2025-08-20T21:26:43.8634282Z [00:02:57.984]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:43.8634920Z [00:02:57.984]➜  EOF
2025-08-20T21:26:43.8691287Z [00:02:57.991]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b638/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/sstable/block=>github.com/cockroachdb/pebble/v2@v2.0.6/sstable/block;$WORK/b638=>" -p github.com/cockroachdb/pebble/v2/sstable/block -lang=go1.22 -complete -installsuffix shared -buildid 5Cag2fGej62sA-saZOmD/5Cag2fGej62sA-saZOmD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b638/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/sstable/block/block.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/sstable/block/buffer_pool.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/sstable/block/compression.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/sstable/block/compression_cgo.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/sstable/block/flush_governor.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/sstable/block/kv.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/sstable/block/transforms.go
2025-08-20T21:26:43.8949169Z [00:02:58.017]➜  go tool buildid -w $WORK/b1012/_pkg_.a # internal
2025-08-20T21:26:43.8972321Z [00:02:58.020]➜  cp $WORK/b1012/_pkg_.a /root/.cache/go-build/b4/b461e17b4e9e69c9226d17213d03686fd41bfd0cb14557420e83234ca356a293-d # internal
2025-08-20T21:26:43.8984242Z [00:02:58.021]➜  github.com/libp2p/go-libp2p/p2p/discovery/mdns
2025-08-20T21:26:43.9012127Z [00:02:58.023]➜  mkdir -p $WORK/b1011/
2025-08-20T21:26:43.9012956Z [00:02:58.023]➜  cat >/tmp/go-build548448651/b1011/importcfg << 'EOF' # internal
2025-08-20T21:26:43.9013727Z [00:02:58.023]➜  # import config
2025-08-20T21:26:43.9014630Z [00:02:58.023]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:43.9015495Z [00:02:58.023]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:43.9016505Z [00:02:58.023]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:43.9017696Z [00:02:58.023]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build548448651/b423/_pkg_.a
2025-08-20T21:26:43.9019202Z [00:02:58.023]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:43.9020440Z [00:02:58.024]➜  packagefile github.com/libp2p/zeroconf/v2=/tmp/go-build548448651/b1012/_pkg_.a
2025-08-20T21:26:43.9021673Z [00:02:58.024]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:43.9022944Z [00:02:58.024]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build548448651/b430/_pkg_.a
2025-08-20T21:26:43.9024167Z [00:02:58.024]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:43.9025205Z [00:02:58.024]➜  packagefile math/rand=/tmp/go-build548448651/b109/_pkg_.a
2025-08-20T21:26:43.9026133Z [00:02:58.024]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:43.9026973Z [00:02:58.024]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:43.9027594Z [00:02:58.024]➜  EOF
2025-08-20T21:26:43.9035388Z [00:02:58.024]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1011/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/discovery/mdns=>github.com/libp2p/go-libp2p@v0.43.0/p2p/discovery/mdns;$WORK/b1011=>" -p github.com/libp2p/go-libp2p/p2p/discovery/mdns -lang=go1.23 -complete -installsuffix shared -buildid cBBm5EXej0jDC-0evuXg/cBBm5EXej0jDC-0evuXg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1011/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/discovery/mdns/mdns.go
2025-08-20T21:26:43.9568099Z [00:02:58.079]➜  go tool buildid -w $WORK/b1011/_pkg_.a # internal
2025-08-20T21:26:43.9585545Z [00:02:58.081]➜  cp $WORK/b1011/_pkg_.a /root/.cache/go-build/b7/b7f20481febbd9481e2ed48e79416ad3a9dcd5e70a481da354046dafa8793f2e-d # internal
2025-08-20T21:26:43.9590859Z [00:02:58.081]➜  github.com/libp2p/go-libp2p/p2p/discovery/routing
2025-08-20T21:26:43.9600189Z [00:02:58.082]➜  mkdir -p $WORK/b1013/
2025-08-20T21:26:43.9600984Z [00:02:58.082]➜  cat >/tmp/go-build548448651/b1013/importcfg << 'EOF' # internal
2025-08-20T21:26:43.9617233Z [00:02:58.083]➜  # import config
2025-08-20T21:26:43.9617976Z [00:02:58.083]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:43.9619262Z [00:02:58.083]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:43.9620525Z [00:02:58.083]➜  packagefile github.com/libp2p/go-libp2p/core/discovery=/tmp/go-build548448651/b1005/_pkg_.a
2025-08-20T21:26:43.9622059Z [00:02:58.083]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:43.9623394Z [00:02:58.083]➜  packagefile github.com/libp2p/go-libp2p/core/routing=/tmp/go-build548448651/b329/_pkg_.a
2025-08-20T21:26:43.9624863Z [00:02:58.083]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build548448651/b235/_pkg_.a
2025-08-20T21:26:43.9625901Z [00:02:58.083]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:43.9626534Z [00:02:58.083]➜  EOF
2025-08-20T21:26:43.9630968Z [00:02:58.083]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1013/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/discovery/routing=>github.com/libp2p/go-libp2p@v0.43.0/p2p/discovery/routing;$WORK/b1013=>" -p github.com/libp2p/go-libp2p/p2p/discovery/routing -lang=go1.23 -complete -installsuffix shared -buildid wOvrP7G3e043KRvZ-BXP/wOvrP7G3e043KRvZ-BXP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1013/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/discovery/routing/routing.go
2025-08-20T21:26:44.0175604Z [00:02:58.140]➜  go tool buildid -w $WORK/b1013/_pkg_.a # internal
2025-08-20T21:26:44.0187442Z [00:02:58.141]➜  cp $WORK/b1013/_pkg_.a /root/.cache/go-build/ae/aee52ac3eeeb6c4206c0ac9b9a1c04bb3c256f6031ab9a60fb61269af7a6096f-d # internal
2025-08-20T21:26:44.0192216Z [00:02:58.141]➜  github.com/whyrusleeping/multiaddr-filter
2025-08-20T21:26:44.0192890Z [00:02:58.142]➜  mkdir -p $WORK/b1014/
2025-08-20T21:26:44.0197266Z [00:02:58.142]➜  cat >/tmp/go-build548448651/b1014/importcfg << 'EOF' # internal
2025-08-20T21:26:44.0199454Z [00:02:58.142]➜  # import config
2025-08-20T21:26:44.0201698Z [00:02:58.142]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:44.0202766Z [00:02:58.142]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:44.0205549Z [00:02:58.142]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:44.0206584Z [00:02:58.142]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:44.0207261Z [00:02:58.142]➜  EOF
2025-08-20T21:26:44.0216996Z [00:02:58.144]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1014/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/whyrusleeping/multiaddr-filter@v0.0.0-20160516205228-e903e4adabd7=>github.com/whyrusleeping/multiaddr-filter@v0.0.0-20160516205228-e903e4adabd7;$WORK/b1014=>" -p github.com/whyrusleeping/multiaddr-filter -lang=go1.16 -complete -installsuffix shared -buildid vuNf32NxTepkgpOlBo1h/vuNf32NxTepkgpOlBo1h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1014/importcfg -pack /root/go/pkg/mod/github.com/whyrusleeping/multiaddr-filter@v0.0.0-20160516205228-e903e4adabd7/mask.go
2025-08-20T21:26:44.0477690Z [00:02:58.170]➜  go tool buildid -w $WORK/b1014/_pkg_.a # internal
2025-08-20T21:26:44.0487374Z [00:02:58.171]➜  cp $WORK/b1014/_pkg_.a /root/.cache/go-build/34/343f6dd4e56b4873094a96f12a6047a4d5cab753f7e2d9703458c1f0b5171786-d # internal
2025-08-20T21:26:44.0499333Z [00:02:58.171]➜  github.com/ipfs/kubo/p2p
2025-08-20T21:26:44.0499966Z [00:02:58.171]➜  mkdir -p $WORK/b1016/
2025-08-20T21:26:44.0500740Z [00:02:58.172]➜  cat >/tmp/go-build548448651/b1016/importcfg << 'EOF' # internal
2025-08-20T21:26:44.0501484Z [00:02:58.172]➜  # import config
2025-08-20T21:26:44.0502187Z [00:02:58.172]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:44.0503103Z [00:02:58.172]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:44.0503967Z [00:02:58.172]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:44.0504912Z [00:02:58.172]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:44.0506105Z [00:02:58.172]➜  packagefile github.com/jbenet/go-temp-err-catcher=/tmp/go-build548448651/b785/_pkg_.a
2025-08-20T21:26:44.0507406Z [00:02:58.172]➜  packagefile github.com/libp2p/go-libp2p/core/connmgr=/tmp/go-build548448651/b424/_pkg_.a
2025-08-20T21:26:44.0517642Z [00:02:58.172]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build548448651/b423/_pkg_.a
2025-08-20T21:26:44.0519297Z [00:02:58.172]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build548448651/b417/_pkg_.a
2025-08-20T21:26:44.0520815Z [00:02:58.172]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:44.0522151Z [00:02:58.174]➜  packagefile github.com/libp2p/go-libp2p/core/peerstore=/tmp/go-build548448651/b418/_pkg_.a
2025-08-20T21:26:44.0523493Z [00:02:58.174]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build548448651/b419/_pkg_.a
2025-08-20T21:26:44.0524799Z [00:02:58.174]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:44.0526052Z [00:02:58.174]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build548448651/b430/_pkg_.a
2025-08-20T21:26:44.0527085Z [00:02:58.174]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:44.0527924Z [00:02:58.174]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:44.0529203Z [00:02:58.174]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:44.0529836Z [00:02:58.174]➜  EOF
2025-08-20T21:26:44.0534224Z [00:02:58.174]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1016/_pkg_.a -trimpath "/tmp/tmp.S0mpzmTmXg/TEMPREPO/p2p=>github.com/ipfs/kubo/p2p;$WORK/b1016=>" -p github.com/ipfs/kubo/p2p -lang=go1.25 -complete -installsuffix shared -buildid m2GaXQJ9wNivOf8fK4Dt/m2GaXQJ9wNivOf8fK4Dt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1016/importcfg -pack /tmp/tmp.S0mpzmTmXg/TEMPREPO/p2p/listener.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/p2p/local.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/p2p/p2p.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/p2p/remote.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/p2p/stream.go
2025-08-20T21:26:44.1113349Z [00:02:58.234]➜  go tool buildid -w $WORK/b638/_pkg_.a # internal
2025-08-20T21:26:44.1160073Z [00:02:58.238]➜  cp $WORK/b638/_pkg_.a /root/.cache/go-build/e0/e0f7066f931b474937321e2df6772deda4fcc24ece56a14044d225ba2aae4c7d-d # internal
2025-08-20T21:26:44.1187592Z [00:02:58.241]➜  go tool buildid -w $WORK/b992/_pkg_.a # internal
2025-08-20T21:26:44.1207112Z [00:02:58.243]➜  github.com/cockroachdb/pebble/v2/sstable/colblk
2025-08-20T21:26:44.1215630Z [00:02:58.244]➜  mkdir -p $WORK/b641/
2025-08-20T21:26:44.1216368Z [00:02:58.244]➜  cat >/tmp/go-build548448651/b641/importcfg << 'EOF' # internal
2025-08-20T21:26:44.1217065Z [00:02:58.244]➜  # import config
2025-08-20T21:26:44.1217724Z [00:02:58.244]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:44.1218676Z [00:02:58.244]➜  packagefile cmp=/tmp/go-build548448651/b051/_pkg_.a
2025-08-20T21:26:44.1219501Z [00:02:58.244]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:44.1220357Z [00:02:58.244]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:44.1221190Z [00:02:58.244]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:44.1222197Z [00:02:58.244]➜  packagefile github.com/cockroachdb/crlib/crbytes=/tmp/go-build548448651/b642/_pkg_.a
2025-08-20T21:26:44.1223355Z [00:02:58.244]➜  packagefile github.com/cockroachdb/errors=/tmp/go-build548448651/b536/_pkg_.a
2025-08-20T21:26:44.1224597Z [00:02:58.244]➜  packagefile github.com/cockroachdb/pebble/v2/internal/base=/tmp/go-build548448651/b602/_pkg_.a
2025-08-20T21:26:44.1225939Z [00:02:58.244]➜  packagefile github.com/cockroachdb/pebble/v2/internal/binfmt=/tmp/go-build548448651/b622/_pkg_.a
2025-08-20T21:26:44.1227325Z [00:02:58.244]➜  packagefile github.com/cockroachdb/pebble/v2/internal/bytealloc=/tmp/go-build548448651/b610/_pkg_.a
2025-08-20T21:26:44.1228955Z [00:02:58.244]➜  packagefile github.com/cockroachdb/pebble/v2/internal/invariants=/tmp/go-build548448651/b604/_pkg_.a
2025-08-20T21:26:44.1230361Z [00:02:58.244]➜  packagefile github.com/cockroachdb/pebble/v2/internal/keyspan=/tmp/go-build548448651/b617/_pkg_.a
2025-08-20T21:26:44.1231880Z [00:02:58.244]➜  packagefile github.com/cockroachdb/pebble/v2/internal/treeprinter=/tmp/go-build548448651/b605/_pkg_.a
2025-08-20T21:26:44.1233475Z [00:02:58.244]➜  packagefile github.com/cockroachdb/pebble/v2/sstable/block=/tmp/go-build548448651/b638/_pkg_.a
2025-08-20T21:26:44.1234840Z [00:02:58.244]➜  packagefile golang.org/x/exp/constraints=/tmp/go-build548448651/b643/_pkg_.a
2025-08-20T21:26:44.1235768Z [00:02:58.244]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:44.1236554Z [00:02:58.244]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:44.1237366Z [00:02:58.244]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:44.1238169Z [00:02:58.244]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:44.1239129Z [00:02:58.244]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:44.1239954Z [00:02:58.244]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:44.1240799Z [00:02:58.244]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:44.1241389Z [00:02:58.244]➜  EOF
2025-08-20T21:26:44.1251823Z [00:02:58.244]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b641/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/sstable/colblk=>github.com/cockroachdb/pebble/v2@v2.0.6/sstable/colblk;$WORK/b641=>" -p github.com/cockroachdb/pebble/v2/sstable/colblk -lang=go1.22 -complete -installsuffix shared -buildid EdeFqTTY0XdPJfVfKv5J/EdeFqTTY0XdPJfVfKv5J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b641/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/sstable/colblk/base.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/sstable/colblk/bitmap.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/sstable/colblk/block.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/sstable/colblk/column.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/sstable/colblk/data_block.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/sstable/colblk/index_block.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/sstable/colblk/keyspan.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/sstable/colblk/prefix_bytes.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/sstable/colblk/raw_bytes.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/sstable/colblk/uints.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/sstable/colblk/unsafe_slice.go
2025-08-20T21:26:44.1297921Z [00:02:58.252]➜  cp $WORK/b992/_pkg_.a /root/.cache/go-build/a0/a0986a80cc691c5696f9cfb0f634da76c0c8e906ae3e355f2981c01341cd85ee-d # internal
2025-08-20T21:26:44.1310732Z [00:02:58.253]➜  go tool buildid -w $WORK/b1016/_pkg_.a # internal
2025-08-20T21:26:44.1340450Z [00:02:58.256]➜  cp $WORK/b1016/_pkg_.a /root/.cache/go-build/0f/0f0e17fcb106f27a8bff743738ba81d8ac0291277eeab7519e17b13718cca8aa-d # internal
2025-08-20T21:26:44.1342345Z [00:02:58.256]➜  github.com/cockroachdb/pebble/v2/sstable/rowblk
2025-08-20T21:26:44.1343224Z [00:02:58.256]➜  mkdir -p $WORK/b644/
2025-08-20T21:26:44.1344136Z [00:02:58.256]➜  github.com/ipfs/kubo/thirdparty/verifbs
2025-08-20T21:26:44.1345170Z [00:02:58.256]➜  mkdir -p $WORK/b1017/
2025-08-20T21:26:44.1346054Z [00:02:58.257]➜  cat >/tmp/go-build548448651/b1017/importcfg << 'EOF' # internal
2025-08-20T21:26:44.1346769Z [00:02:58.257]➜  # import config
2025-08-20T21:26:44.1347451Z [00:02:58.257]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:44.1349347Z [00:02:58.257]➜  packagefile github.com/ipfs/boxo/blockstore=/tmp/go-build548448651/b224/_pkg_.a
2025-08-20T21:26:44.1351018Z [00:02:58.257]➜  packagefile github.com/ipfs/boxo/verifcid=/tmp/go-build548448651/b331/_pkg_.a
2025-08-20T21:26:44.1352835Z [00:02:58.257]➜  packagefile github.com/ipfs/go-block-format=/tmp/go-build548448651/b258/_pkg_.a
2025-08-20T21:26:44.1354462Z [00:02:58.257]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:44.1355654Z [00:02:58.257]➜  EOF
2025-08-20T21:26:44.1360101Z [00:02:58.257]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1017/_pkg_.a -trimpath "/tmp/tmp.S0mpzmTmXg/TEMPREPO/thirdparty/verifbs=>github.com/ipfs/kubo/thirdparty/verifbs;$WORK/b1017=>" -p github.com/ipfs/kubo/thirdparty/verifbs -lang=go1.25 -complete -installsuffix shared -buildid IgFqKjur2Vw-j1_fKzyp/IgFqKjur2Vw-j1_fKzyp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1017/importcfg -pack /tmp/tmp.S0mpzmTmXg/TEMPREPO/thirdparty/verifbs/verifbs.go
2025-08-20T21:26:44.1364666Z [00:02:58.257]➜  cat >/tmp/go-build548448651/b644/importcfg << 'EOF' # internal
2025-08-20T21:26:44.1365345Z [00:02:58.257]➜  # import config
2025-08-20T21:26:44.1365991Z [00:02:58.257]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:44.1367040Z [00:02:58.257]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:44.1367947Z [00:02:58.257]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:44.1368966Z [00:02:58.257]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:44.1369927Z [00:02:58.257]➜  packagefile github.com/cockroachdb/errors=/tmp/go-build548448651/b536/_pkg_.a
2025-08-20T21:26:44.1371588Z [00:02:58.257]➜  packagefile github.com/cockroachdb/pebble/v2/internal/base=/tmp/go-build548448651/b602/_pkg_.a
2025-08-20T21:26:44.1373272Z [00:02:58.257]➜  packagefile github.com/cockroachdb/pebble/v2/internal/bytealloc=/tmp/go-build548448651/b610/_pkg_.a
2025-08-20T21:26:44.1374745Z [00:02:58.257]➜  packagefile github.com/cockroachdb/pebble/v2/internal/invariants=/tmp/go-build548448651/b604/_pkg_.a
2025-08-20T21:26:44.1376181Z [00:02:58.257]➜  packagefile github.com/cockroachdb/pebble/v2/internal/keyspan=/tmp/go-build548448651/b617/_pkg_.a
2025-08-20T21:26:44.1377945Z [00:02:58.257]➜  packagefile github.com/cockroachdb/pebble/v2/internal/manual=/tmp/go-build548448651/b613/_pkg_.a
2025-08-20T21:26:44.1380090Z [00:02:58.257]➜  packagefile github.com/cockroachdb/pebble/v2/internal/rangedel=/tmp/go-build548448651/b625/_pkg_.a
2025-08-20T21:26:44.1381985Z [00:02:58.258]➜  packagefile github.com/cockroachdb/pebble/v2/internal/rangekey=/tmp/go-build548448651/b626/_pkg_.a
2025-08-20T21:26:44.1383907Z [00:02:58.258]➜  packagefile github.com/cockroachdb/pebble/v2/internal/treeprinter=/tmp/go-build548448651/b605/_pkg_.a
2025-08-20T21:26:44.1386072Z [00:02:58.258]➜  packagefile github.com/cockroachdb/pebble/v2/sstable/block=/tmp/go-build548448651/b638/_pkg_.a
2025-08-20T21:26:44.1387562Z [00:02:58.258]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:44.1388780Z [00:02:58.258]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:44.1389729Z [00:02:58.258]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:44.1390663Z [00:02:58.258]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:44.1391630Z [00:02:58.258]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:44.1392213Z [00:02:58.258]➜  EOF
2025-08-20T21:26:44.1398997Z [00:02:58.258]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b644/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/sstable/rowblk=>github.com/cockroachdb/pebble/v2@v2.0.6/sstable/rowblk;$WORK/b644=>" -p github.com/cockroachdb/pebble/v2/sstable/rowblk -lang=go1.22 -complete -installsuffix shared -buildid xuLDsGfBQV0Tfd_bN5CU/xuLDsGfBQV0Tfd_bN5CU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b644/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/sstable/rowblk/rowblk_fragment_iter.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/sstable/rowblk/rowblk_index_iter.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/sstable/rowblk/rowblk_iter.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/sstable/rowblk/rowblk_rewrite.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/sstable/rowblk/rowblk_writer.go
2025-08-20T21:26:44.1653228Z [00:02:58.288]➜  go tool buildid -w $WORK/b1017/_pkg_.a # internal
2025-08-20T21:26:44.1665304Z [00:02:58.289]➜  cp $WORK/b1017/_pkg_.a /root/.cache/go-build/24/24db3a3e4bcff76d58990d37222c013fcd806b8e73688cfc9a9d28bde60abd36-d # internal
2025-08-20T21:26:44.1709960Z [00:02:58.293]➜  bazil.org/fuse
2025-08-20T21:26:44.1712964Z [00:02:58.294]➜  mkdir -p $WORK/b1019/
2025-08-20T21:26:44.1721269Z [00:02:58.294]➜  cat >/tmp/go-build548448651/b1019/importcfg << 'EOF' # internal
2025-08-20T21:26:44.1722244Z [00:02:58.294]➜  # import config
2025-08-20T21:26:44.1723310Z [00:02:58.294]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:44.1724871Z [00:02:58.294]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:44.1726870Z [00:02:58.294]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:44.1727768Z [00:02:58.294]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:44.1728824Z [00:02:58.294]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:44.1729666Z [00:02:58.294]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:44.1730487Z [00:02:58.294]➜  packagefile log=/tmp/go-build548448651/b071/_pkg_.a
2025-08-20T21:26:44.1731274Z [00:02:58.294]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:44.1732130Z [00:02:58.294]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:44.1733013Z [00:02:58.294]➜  packagefile os/exec=/tmp/go-build548448651/b589/_pkg_.a
2025-08-20T21:26:44.1733924Z [00:02:58.294]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:44.1734739Z [00:02:58.294]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:44.1735545Z [00:02:58.294]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:44.1736347Z [00:02:58.294]➜  packagefile syscall=/tmp/go-build548448651/b047/_pkg_.a
2025-08-20T21:26:44.1737151Z [00:02:58.294]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:44.1737762Z [00:02:58.294]➜  EOF
2025-08-20T21:26:44.1751270Z [00:02:58.295]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1019/_pkg_.a -trimpath "/root/go/pkg/mod/bazil.org/fuse@v0.0.0-20200117225306-7b5117fecadc=>bazil.org/fuse@v0.0.0-20200117225306-7b5117fecadc;$WORK/b1019=>" -p bazil.org/fuse -lang=go1.13 -complete -installsuffix shared -buildid bBhF4Mk6J-8Lw6jFWQHi/bBhF4Mk6J-8Lw6jFWQHi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1019/importcfg -pack /root/go/pkg/mod/bazil.org/fuse@v0.0.0-20200117225306-7b5117fecadc/buffer.go /root/go/pkg/mod/bazil.org/fuse@v0.0.0-20200117225306-7b5117fecadc/debug.go /root/go/pkg/mod/bazil.org/fuse@v0.0.0-20200117225306-7b5117fecadc/error_linux.go /root/go/pkg/mod/bazil.org/fuse@v0.0.0-20200117225306-7b5117fecadc/error_std.go /root/go/pkg/mod/bazil.org/fuse@v0.0.0-20200117225306-7b5117fecadc/fuse.go /root/go/pkg/mod/bazil.org/fuse@v0.0.0-20200117225306-7b5117fecadc/fuse_kernel.go /root/go/pkg/mod/bazil.org/fuse@v0.0.0-20200117225306-7b5117fecadc/fuse_kernel_linux.go /root/go/pkg/mod/bazil.org/fuse@v0.0.0-20200117225306-7b5117fecadc/fuse_kernel_std.go /root/go/pkg/mod/bazil.org/fuse@v0.0.0-20200117225306-7b5117fecadc/fuse_linux.go /root/go/pkg/mod/bazil.org/fuse@v0.0.0-20200117225306-7b5117fecadc/mount.go /root/go/pkg/mod/bazil.org/fuse@v0.0.0-20200117225306-7b5117fecadc/mount_linux.go /root/go/pkg/mod/bazil.org/fuse@v0.0.0-20200117225306-7b5117fecadc/options.go /root/go/pkg/mod/bazil.org/fuse@v0.0.0-20200117225306-7b5117fecadc/options_linux.go /root/go/pkg/mod/bazil.org/fuse@v0.0.0-20200117225306-7b5117fecadc/protocol.go /root/go/pkg/mod/bazil.org/fuse@v0.0.0-20200117225306-7b5117fecadc/unmount.go /root/go/pkg/mod/bazil.org/fuse@v0.0.0-20200117225306-7b5117fecadc/unmount_linux.go
2025-08-20T21:26:44.3704314Z [00:02:58.493]➜  go tool buildid -w $WORK/b644/_pkg_.a # internal
2025-08-20T21:26:44.3749837Z [00:02:58.497]➜  cp $WORK/b644/_pkg_.a /root/.cache/go-build/19/19755557a83619f666a825c3005ff035c3704d182d3d77c2ed200f223a8c1fc1-d # internal
2025-08-20T21:26:44.3815738Z [00:02:58.504]➜  github.com/ipfs/boxo/ipld/merkledag/test
2025-08-20T21:26:44.3818897Z [00:02:58.504]➜  mkdir -p $WORK/b1023/
2025-08-20T21:26:44.3833853Z [00:02:58.506]➜  cat >/tmp/go-build548448651/b1023/importcfg << 'EOF' # internal
2025-08-20T21:26:44.3839997Z [00:02:58.506]➜  # import config
2025-08-20T21:26:44.3840944Z [00:02:58.506]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:44.3841721Z [00:02:58.506]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:44.3842701Z [00:02:58.506]➜  packagefile github.com/ipfs/boxo/blockservice=/tmp/go-build548448651/b198/_pkg_.a
2025-08-20T21:26:44.3843837Z [00:02:58.506]➜  packagefile github.com/ipfs/boxo/blockstore=/tmp/go-build548448651/b224/_pkg_.a
2025-08-20T21:26:44.3845334Z [00:02:58.506]➜  packagefile github.com/ipfs/boxo/exchange/offline=/tmp/go-build548448651/b666/_pkg_.a
2025-08-20T21:26:44.3846709Z [00:02:58.506]➜  packagefile github.com/ipfs/boxo/ipld/merkledag=/tmp/go-build548448651/b196/_pkg_.a
2025-08-20T21:26:44.3848049Z [00:02:58.506]➜  packagefile github.com/ipfs/go-block-format=/tmp/go-build548448651/b258/_pkg_.a
2025-08-20T21:26:44.3849526Z [00:02:58.506]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:44.3850739Z [00:02:58.506]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build548448651/b255/_pkg_.a
2025-08-20T21:26:44.3852023Z [00:02:58.506]➜  packagefile github.com/ipfs/go-datastore/sync=/tmp/go-build548448651/b487/_pkg_.a
2025-08-20T21:26:44.3854176Z [00:02:58.506]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build548448651/b263/_pkg_.a
2025-08-20T21:26:44.3855215Z [00:02:58.506]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:44.3855876Z [00:02:58.506]➜  EOF
2025-08-20T21:26:44.3861689Z [00:02:58.506]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1023/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/ipld/merkledag/test=>github.com/ipfs/boxo@v0.34.0/ipld/merkledag/test;$WORK/b1023=>" -p github.com/ipfs/boxo/ipld/merkledag/test -lang=go1.24 -complete -installsuffix shared -buildid dzRaZ7IVN3tURlts_Wjp/dzRaZ7IVN3tURlts_Wjp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1023/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/ipld/merkledag/test/dag_generator.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/ipld/merkledag/test/utils.go
2025-08-20T21:26:44.4970611Z [00:02:58.619]➜  go tool buildid -w $WORK/b1023/_pkg_.a # internal
2025-08-20T21:26:44.4992672Z [00:02:58.621]➜  cp $WORK/b1023/_pkg_.a /root/.cache/go-build/e8/e8e0387662d149efa708b13dff8e7a8410ea01ea13390464fd29241a61e513cf-d # internal
2025-08-20T21:26:44.4994579Z [00:02:58.621]➜  github.com/ipfs/kubo/blocks/blockstoreutil
2025-08-20T21:26:44.4995467Z [00:02:58.622]➜  mkdir -p $WORK/b1024/
2025-08-20T21:26:44.4996195Z [00:02:58.622]➜  cat >/tmp/go-build548448651/b1024/importcfg << 'EOF' # internal
2025-08-20T21:26:44.4996835Z [00:02:58.622]➜  # import config
2025-08-20T21:26:44.4997514Z [00:02:58.622]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:44.4998417Z [00:02:58.622]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:44.4999497Z [00:02:58.622]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:44.5000548Z [00:02:58.622]➜  packagefile github.com/ipfs/boxo/blockstore=/tmp/go-build548448651/b224/_pkg_.a
2025-08-20T21:26:44.5001777Z [00:02:58.622]➜  packagefile github.com/ipfs/boxo/pinning/pinner=/tmp/go-build548448651/b530/_pkg_.a
2025-08-20T21:26:44.5002944Z [00:02:58.622]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:44.5004059Z [00:02:58.622]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build548448651/b263/_pkg_.a
2025-08-20T21:26:44.5004876Z [00:02:58.622]➜  EOF
2025-08-20T21:26:44.5008745Z [00:02:58.622]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1024/_pkg_.a -trimpath "/tmp/tmp.S0mpzmTmXg/TEMPREPO/blocks/blockstoreutil=>github.com/ipfs/kubo/blocks/blockstoreutil;$WORK/b1024=>" -p github.com/ipfs/kubo/blocks/blockstoreutil -lang=go1.25 -complete -installsuffix shared -buildid F6AVu1_m9JwDGQNP2auL/F6AVu1_m9JwDGQNP2auL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1024/importcfg -pack /tmp/tmp.S0mpzmTmXg/TEMPREPO/blocks/blockstoreutil/remove.go
2025-08-20T21:26:44.5495285Z [00:02:58.671]➜  go tool buildid -w $WORK/b1024/_pkg_.a # internal
2025-08-20T21:26:44.5496753Z [00:02:58.672]➜  cp $WORK/b1024/_pkg_.a /root/.cache/go-build/ec/ecefb19641614b202a907243112a0efe6a3405a4c9ce355ffeeb3b5805856603-d # internal
2025-08-20T21:26:44.5506167Z [00:02:58.673]➜  github.com/ipfs/kubo/core/coreiface
2025-08-20T21:26:44.5511524Z [00:02:58.674]➜  mkdir -p $WORK/b1025/
2025-08-20T21:26:44.5522802Z [00:02:58.675]➜  cat >/tmp/go-build548448651/b1025/importcfg << 'EOF' # internal
2025-08-20T21:26:44.5524212Z [00:02:58.675]➜  # import config
2025-08-20T21:26:44.5525537Z [00:02:58.675]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:44.5526630Z [00:02:58.675]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:44.5528261Z [00:02:58.675]➜  packagefile github.com/ipfs/boxo/files=/tmp/go-build548448651/b188/_pkg_.a
2025-08-20T21:26:44.5530890Z [00:02:58.675]➜  packagefile github.com/ipfs/boxo/ipns=/tmp/go-build548448651/b483/_pkg_.a
2025-08-20T21:26:44.5532004Z [00:02:58.675]➜  packagefile github.com/ipfs/boxo/path=/tmp/go-build548448651/b370/_pkg_.a
2025-08-20T21:26:44.5533054Z [00:02:58.675]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:44.5534166Z [00:02:58.675]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build548448651/b263/_pkg_.a
2025-08-20T21:26:44.5535427Z [00:02:58.675]➜  packagefile github.com/ipfs/kubo/core/coreiface/options=/tmp/go-build548448651/b710/_pkg_.a
2025-08-20T21:26:44.5536796Z [00:02:58.675]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build548448651/b417/_pkg_.a
2025-08-20T21:26:44.5538051Z [00:02:58.675]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:44.5540407Z [00:02:58.675]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build548448651/b419/_pkg_.a
2025-08-20T21:26:44.5541969Z [00:02:58.675]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:44.5543240Z [00:02:58.675]➜  packagefile github.com/multiformats/go-multibase=/tmp/go-build548448651/b231/_pkg_.a
2025-08-20T21:26:44.5544250Z [00:02:58.675]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:44.5545066Z [00:02:58.675]➜  packagefile iter=/tmp/go-build548448651/b039/_pkg_.a
2025-08-20T21:26:44.5545863Z [00:02:58.675]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:44.5546678Z [00:02:58.675]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:44.5547317Z [00:02:58.675]➜  EOF
2025-08-20T21:26:44.5567848Z [00:02:58.678]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1025/_pkg_.a -trimpath "/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface=>github.com/ipfs/kubo/core/coreiface;$WORK/b1025=>" -p github.com/ipfs/kubo/core/coreiface -lang=go1.25 -complete -installsuffix shared -buildid QGrTvXFro77ds9QUN4zf/QGrTvXFro77ds9QUN4zf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1025/importcfg -pack /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/block.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/coreapi.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/dag.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/errors.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/idfmt.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/key.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/name.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/object.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/pin.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/pubsub.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/routing.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/swarm.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/unixfs.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/util.go
2025-08-20T21:26:44.5639672Z [00:02:58.686]➜  go tool buildid -w $WORK/b1019/_pkg_.a # internal
2025-08-20T21:26:44.5797021Z [00:02:58.702]➜  cp $WORK/b1019/_pkg_.a /root/.cache/go-build/5c/5cc62959fc125c4ee52cbb590d7b2b91058198527e73f91ef06fd0ec9e40e211-d # internal
2025-08-20T21:26:44.5802215Z [00:02:58.702]➜  bazil.org/fuse/fuseutil
2025-08-20T21:26:44.5802831Z [00:02:58.702]➜  mkdir -p $WORK/b1021/
2025-08-20T21:26:44.5823272Z [00:02:58.705]➜  cat >/tmp/go-build548448651/b1021/importcfg << 'EOF' # internal
2025-08-20T21:26:44.5826620Z [00:02:58.705]➜  # import config
2025-08-20T21:26:44.5827379Z [00:02:58.705]➜  packagefile bazil.org/fuse=/tmp/go-build548448651/b1019/_pkg_.a
2025-08-20T21:26:44.5828068Z [00:02:58.705]➜  EOF
2025-08-20T21:26:44.5832038Z [00:02:58.705]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1021/_pkg_.a -trimpath "/root/go/pkg/mod/bazil.org/fuse@v0.0.0-20200117225306-7b5117fecadc/fuseutil=>bazil.org/fuse@v0.0.0-20200117225306-7b5117fecadc/fuseutil;$WORK/b1021=>" -p bazil.org/fuse/fuseutil -lang=go1.13 -complete -installsuffix shared -buildid 6UG7zRfbhJlmpfDhOiqb/6UG7zRfbhJlmpfDhOiqb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1021/importcfg -pack /root/go/pkg/mod/bazil.org/fuse@v0.0.0-20200117225306-7b5117fecadc/fuseutil/fuseutil.go
2025-08-20T21:26:44.6020980Z [00:02:58.724]➜  go tool buildid -w $WORK/b1021/_pkg_.a # internal
2025-08-20T21:26:44.6029295Z [00:02:58.725]➜  cp $WORK/b1021/_pkg_.a /root/.cache/go-build/37/379e9c3ba74eae031d12bffeaaaf214f4132b2f4cf4ac59a5ae6e7fa5b57e878-d # internal
2025-08-20T21:26:44.6066846Z [00:02:58.729]➜  bazil.org/fuse/fs
2025-08-20T21:26:44.6069997Z [00:02:58.729]➜  mkdir -p $WORK/b1020/
2025-08-20T21:26:44.6080749Z [00:02:58.730]➜  cat >/tmp/go-build548448651/b1020/importcfg << 'EOF' # internal
2025-08-20T21:26:44.6084624Z [00:02:58.730]➜  # import config
2025-08-20T21:26:44.6085386Z [00:02:58.730]➜  packagefile bazil.org/fuse=/tmp/go-build548448651/b1019/_pkg_.a
2025-08-20T21:26:44.6086610Z [00:02:58.730]➜  packagefile bazil.org/fuse/fuseutil=/tmp/go-build548448651/b1021/_pkg_.a
2025-08-20T21:26:44.6087610Z [00:02:58.730]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:44.6088796Z [00:02:58.730]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:44.6089713Z [00:02:58.730]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:44.6090564Z [00:02:58.730]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:44.6091377Z [00:02:58.730]➜  packagefile hash/fnv=/tmp/go-build548448651/b285/_pkg_.a
2025-08-20T21:26:44.6092179Z [00:02:58.730]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:44.6092955Z [00:02:58.730]➜  packagefile log=/tmp/go-build548448651/b071/_pkg_.a
2025-08-20T21:26:44.6093734Z [00:02:58.730]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:44.6094518Z [00:02:58.730]➜  packagefile path=/tmp/go-build548448651/b063/_pkg_.a
2025-08-20T21:26:44.6095320Z [00:02:58.730]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:44.6096148Z [00:02:58.730]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:44.6097000Z [00:02:58.730]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:44.6098046Z [00:02:58.730]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:44.6099175Z [00:02:58.730]➜  packagefile syscall=/tmp/go-build548448651/b047/_pkg_.a
2025-08-20T21:26:44.6100002Z [00:02:58.730]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:44.6100606Z [00:02:58.730]➜  EOF
2025-08-20T21:26:44.6104845Z [00:02:58.730]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1020/_pkg_.a -trimpath "/root/go/pkg/mod/bazil.org/fuse@v0.0.0-20200117225306-7b5117fecadc/fs=>bazil.org/fuse@v0.0.0-20200117225306-7b5117fecadc/fs;$WORK/b1020=>" -p bazil.org/fuse/fs -lang=go1.13 -complete -installsuffix shared -buildid Qn87DuBmG0oXHDJ3svrJ/Qn87DuBmG0oXHDJ3svrJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1020/importcfg -pack /root/go/pkg/mod/bazil.org/fuse@v0.0.0-20200117225306-7b5117fecadc/fs/serve.go /root/go/pkg/mod/bazil.org/fuse@v0.0.0-20200117225306-7b5117fecadc/fs/tree.go
2025-08-20T21:26:44.7048020Z [00:02:58.827]➜  go tool buildid -w $WORK/b1025/_pkg_.a # internal
2025-08-20T21:26:44.7073318Z [00:02:58.830]➜  cp $WORK/b1025/_pkg_.a /root/.cache/go-build/d4/d4459cb7614c2ab9e9e7a0935c4838f54f3d255d997786df54b1dcb551dae15e-d # internal
2025-08-20T21:26:44.7079774Z [00:02:58.830]➜  github.com/ipfs/boxo/ipld/unixfs/importer/balanced
2025-08-20T21:26:44.7082230Z [00:02:58.830]➜  mkdir -p $WORK/b1027/
2025-08-20T21:26:44.7089386Z [00:02:58.831]➜  cat >/tmp/go-build548448651/b1027/importcfg << 'EOF' # internal
2025-08-20T21:26:44.7090369Z [00:02:58.831]➜  # import config
2025-08-20T21:26:44.7091179Z [00:02:58.831]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:44.7093198Z [00:02:58.831]➜  packagefile github.com/ipfs/boxo/ipld/unixfs=/tmp/go-build548448651/b195/_pkg_.a
2025-08-20T21:26:44.7094785Z [00:02:58.831]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/importer/helpers=/tmp/go-build548448651/b480/_pkg_.a
2025-08-20T21:26:44.7096154Z [00:02:58.831]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build548448651/b263/_pkg_.a
2025-08-20T21:26:44.7096933Z [00:02:58.831]➜  EOF
2025-08-20T21:26:44.7107274Z [00:02:58.833]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1027/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/ipld/unixfs/importer/balanced=>github.com/ipfs/boxo@v0.34.0/ipld/unixfs/importer/balanced;$WORK/b1027=>" -p github.com/ipfs/boxo/ipld/unixfs/importer/balanced -lang=go1.24 -complete -installsuffix shared -buildid OKE1Fo6olycOQX410Zsh/OKE1Fo6olycOQX410Zsh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1027/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/ipld/unixfs/importer/balanced/builder.go
2025-08-20T21:26:44.7748737Z [00:02:58.897]➜  go tool buildid -w $WORK/b1027/_pkg_.a # internal
2025-08-20T21:26:44.7766756Z [00:02:58.899]➜  cp $WORK/b1027/_pkg_.a /root/.cache/go-build/96/96252a119f67882a84d215ce7761cd034258451b212d6224dfdf45d8dd2e009c-d # internal
2025-08-20T21:26:44.7810774Z [00:02:58.903]➜  go.opentelemetry.io/otel/sdk/instrumentation
2025-08-20T21:26:44.7815090Z [00:02:58.904]➜  mkdir -p $WORK/b1033/
2025-08-20T21:26:44.7824612Z [00:02:58.905]➜  cat >/tmp/go-build548448651/b1033/importcfg << 'EOF' # internal
2025-08-20T21:26:44.7825644Z [00:02:58.905]➜  # import config
2025-08-20T21:26:44.7827320Z [00:02:58.905]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build548448651/b210/_pkg_.a
2025-08-20T21:26:44.7828736Z [00:02:58.905]➜  EOF
2025-08-20T21:26:44.7840014Z [00:02:58.906]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1033/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/instrumentation=>go.opentelemetry.io/otel/sdk@v1.37.0/instrumentation;$WORK/b1033=>" -p go.opentelemetry.io/otel/sdk/instrumentation -lang=go1.23 -complete -installsuffix shared -buildid pNLKElWj1mxcB_JS89BU/pNLKElWj1mxcB_JS89BU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1033/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/instrumentation/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/instrumentation/library.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/instrumentation/scope.go
2025-08-20T21:26:44.7992204Z [00:02:58.921]➜  go tool buildid -w $WORK/b641/_pkg_.a # internal
2025-08-20T21:26:44.8069680Z [00:02:58.929]➜  cp $WORK/b641/_pkg_.a /root/.cache/go-build/5f/5fcd6a37b1ffdde1207b668a05f2c64421971bdf97a177bf0c17543e79c0a307-d # internal
2025-08-20T21:26:44.8234565Z [00:02:58.946]➜  github.com/cockroachdb/pebble/v2/sstable
2025-08-20T21:26:44.8237534Z [00:02:58.946]➜  mkdir -p $WORK/b620/
2025-08-20T21:26:44.8249006Z [00:02:58.947]➜  cat >/tmp/go-build548448651/b620/importcfg << 'EOF' # internal
2025-08-20T21:26:44.8252825Z [00:02:58.947]➜  # import config
2025-08-20T21:26:44.8253553Z [00:02:58.947]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:44.8254463Z [00:02:58.947]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:44.8255561Z [00:02:58.947]➜  packagefile cmp=/tmp/go-build548448651/b051/_pkg_.a
2025-08-20T21:26:44.8256409Z [00:02:58.947]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:44.8257332Z [00:02:58.947]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:44.8258210Z [00:02:58.947]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:44.8259416Z [00:02:58.947]➜  packagefile github.com/cespare/xxhash/v2=/tmp/go-build548448651/b389/_pkg_.a
2025-08-20T21:26:44.8260582Z [00:02:58.947]➜  packagefile github.com/cockroachdb/errors=/tmp/go-build548448651/b536/_pkg_.a
2025-08-20T21:26:44.8261689Z [00:02:58.947]➜  packagefile github.com/cockroachdb/fifo=/tmp/go-build548448651/b600/_pkg_.a
2025-08-20T21:26:44.8262896Z [00:02:58.947]➜  packagefile github.com/cockroachdb/pebble/v2/bloom=/tmp/go-build548448651/b621/_pkg_.a
2025-08-20T21:26:44.8264420Z [00:02:58.947]➜  packagefile github.com/cockroachdb/pebble/v2/internal/base=/tmp/go-build548448651/b602/_pkg_.a
2025-08-20T21:26:44.8265890Z [00:02:58.947]➜  packagefile github.com/cockroachdb/pebble/v2/internal/binfmt=/tmp/go-build548448651/b622/_pkg_.a
2025-08-20T21:26:44.8267359Z [00:02:58.947]➜  packagefile github.com/cockroachdb/pebble/v2/internal/bytealloc=/tmp/go-build548448651/b610/_pkg_.a
2025-08-20T21:26:44.8269028Z [00:02:58.947]➜  packagefile github.com/cockroachdb/pebble/v2/internal/cache=/tmp/go-build548448651/b612/_pkg_.a
2025-08-20T21:26:44.8270462Z [00:02:58.947]➜  packagefile github.com/cockroachdb/pebble/v2/internal/crc=/tmp/go-build548448651/b623/_pkg_.a
2025-08-20T21:26:44.8271940Z [00:02:58.947]➜  packagefile github.com/cockroachdb/pebble/v2/internal/intern=/tmp/go-build548448651/b624/_pkg_.a
2025-08-20T21:26:44.8273421Z [00:02:58.947]➜  packagefile github.com/cockroachdb/pebble/v2/internal/invariants=/tmp/go-build548448651/b604/_pkg_.a
2025-08-20T21:26:44.8274944Z [00:02:58.947]➜  packagefile github.com/cockroachdb/pebble/v2/internal/keyspan=/tmp/go-build548448651/b617/_pkg_.a
2025-08-20T21:26:44.8276591Z [00:02:58.947]➜  packagefile github.com/cockroachdb/pebble/v2/internal/manual=/tmp/go-build548448651/b613/_pkg_.a
2025-08-20T21:26:44.8278133Z [00:02:58.947]➜  packagefile github.com/cockroachdb/pebble/v2/internal/rangedel=/tmp/go-build548448651/b625/_pkg_.a
2025-08-20T21:26:44.8300755Z [00:02:58.947]➜  packagefile github.com/cockroachdb/pebble/v2/internal/rangekey=/tmp/go-build548448651/b626/_pkg_.a
2025-08-20T21:26:44.8302380Z [00:02:58.947]➜  packagefile github.com/cockroachdb/pebble/v2/internal/sstableinternal=/tmp/go-build548448651/b627/_pkg_.a
2025-08-20T21:26:44.8303971Z [00:02:58.947]➜  packagefile github.com/cockroachdb/pebble/v2/internal/testkeys=/tmp/go-build548448651/b628/_pkg_.a
2025-08-20T21:26:44.8305485Z [00:02:58.947]➜  packagefile github.com/cockroachdb/pebble/v2/internal/treeprinter=/tmp/go-build548448651/b605/_pkg_.a
2025-08-20T21:26:44.8307001Z [00:02:58.947]➜  packagefile github.com/cockroachdb/pebble/v2/objstorage=/tmp/go-build548448651/b629/_pkg_.a
2025-08-20T21:26:44.8308775Z [00:02:58.947]➜  packagefile github.com/cockroachdb/pebble/v2/objstorage/objstorageprovider=/tmp/go-build548448651/b632/_pkg_.a
2025-08-20T21:26:44.8310832Z [00:02:58.947]➜  packagefile github.com/cockroachdb/pebble/v2/objstorage/objstorageprovider/objiotracing=/tmp/go-build548448651/b633/_pkg_.a
2025-08-20T21:26:44.8312496Z [00:02:58.947]➜  packagefile github.com/cockroachdb/pebble/v2/sstable/block=/tmp/go-build548448651/b638/_pkg_.a
2025-08-20T21:26:44.8313960Z [00:02:58.947]➜  packagefile github.com/cockroachdb/pebble/v2/sstable/colblk=/tmp/go-build548448651/b641/_pkg_.a
2025-08-20T21:26:44.8315428Z [00:02:58.947]➜  packagefile github.com/cockroachdb/pebble/v2/sstable/rowblk=/tmp/go-build548448651/b644/_pkg_.a
2025-08-20T21:26:44.8316812Z [00:02:58.947]➜  packagefile github.com/cockroachdb/pebble/v2/vfs=/tmp/go-build548448651/b606/_pkg_.a
2025-08-20T21:26:44.8318011Z [00:02:58.947]➜  packagefile github.com/cockroachdb/redact=/tmp/go-build548448651/b545/_pkg_.a
2025-08-20T21:26:44.8319383Z [00:02:58.947]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:44.8320197Z [00:02:58.947]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:44.8321085Z [00:02:58.947]➜  packagefile math/rand/v2=/tmp/go-build548448651/b104/_pkg_.a
2025-08-20T21:26:44.8321970Z [00:02:58.947]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:44.8322826Z [00:02:58.947]➜  packagefile path/filepath=/tmp/go-build548448651/b168/_pkg_.a
2025-08-20T21:26:44.8323697Z [00:02:58.947]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:44.8324522Z [00:02:58.947]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:44.8325368Z [00:02:58.947]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:44.8326167Z [00:02:58.947]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:44.8327147Z [00:02:58.947]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:44.8328040Z [00:02:58.947]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:44.8329153Z [00:02:58.947]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:44.8330061Z [00:02:58.947]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:44.8330671Z [00:02:58.947]➜  EOF
2025-08-20T21:26:44.8350740Z [00:02:58.947]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b620/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/sstable=>github.com/cockroachdb/pebble/v2@v2.0.6/sstable;$WORK/b620=>" -p github.com/cockroachdb/pebble/v2/sstable -lang=go1.22 -complete -installsuffix shared -buildid 1CqWK2w7wmTdb-I9EHtx/1CqWK2w7wmTdb-I9EHtx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b620/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/sstable/block_property.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/sstable/block_property_obsolete.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/sstable/block_property_test_utils.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/sstable/category_stats.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/sstable/colblk_writer.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/sstable/comparer.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/sstable/copier.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/sstable/filter.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/sstable/format.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/sstable/internal.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/sstable/layout.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/sstable/options.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/sstable/properties.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/sstable/reader.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/sstable/reader_common.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/sstable/reader_iter.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/sstable/reader_iter_single_lvl.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/sstable/reader_iter_two_lvl.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/sstable/reader_virtual.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/sstable/rowblk_writer.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/sstable/suffix_rewriter.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/sstable/table.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/sstable/test_fixtures.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/sstable/test_utils.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/sstable/unsafe.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/sstable/value_block.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/sstable/write_queue.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/sstable/writer.go
2025-08-20T21:26:44.8377853Z [00:02:58.960]➜  go tool buildid -w $WORK/b1033/_pkg_.a # internal
2025-08-20T21:26:44.8390928Z [00:02:58.961]➜  cp $WORK/b1033/_pkg_.a /root/.cache/go-build/18/18e63f5350cc74a58bbcfd52902eb66ea8ed3efac4bcd5d3dcfd47bdca8d8ca0-d # internal
2025-08-20T21:26:44.8399477Z [00:02:58.962]➜  go.opentelemetry.io/otel/sdk/internal/x
2025-08-20T21:26:44.8404110Z [00:02:58.963]➜  mkdir -p $WORK/b1036/
2025-08-20T21:26:44.8414881Z [00:02:58.964]➜  cat >/tmp/go-build548448651/b1036/importcfg << 'EOF' # internal
2025-08-20T21:26:44.8420177Z [00:02:58.964]➜  # import config
2025-08-20T21:26:44.8420876Z [00:02:58.964]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:44.8421693Z [00:02:58.964]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:44.8422314Z [00:02:58.964]➜  EOF
2025-08-20T21:26:44.8427628Z [00:02:58.964]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1036/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/internal/x=>go.opentelemetry.io/otel/sdk@v1.37.0/internal/x;$WORK/b1036=>" -p go.opentelemetry.io/otel/sdk/internal/x -lang=go1.23 -complete -installsuffix shared -buildid ywd2ATswtvyOc6A7pbov/ywd2ATswtvyOc6A7pbov -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1036/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/internal/x/x.go
2025-08-20T21:26:44.8804801Z [00:02:59.003]➜  go tool buildid -w $WORK/b1036/_pkg_.a # internal
2025-08-20T21:26:44.8816710Z [00:02:59.004]➜  cp $WORK/b1036/_pkg_.a /root/.cache/go-build/4b/4b2c4afbec38e9108585c30e6269c893bfbea1420726b713f18d1c2d4b830bcd-d # internal
2025-08-20T21:26:44.8877079Z [00:02:59.010]➜  go.opentelemetry.io/otel/sdk/resource
2025-08-20T21:26:44.8878762Z [00:02:59.010]➜  mkdir -p $WORK/b1034/
2025-08-20T21:26:44.8892879Z [00:02:59.012]➜  cat >/tmp/go-build548448651/b1034/importcfg << 'EOF' # internal
2025-08-20T21:26:44.8893852Z [00:02:59.012]➜  # import config
2025-08-20T21:26:44.8894943Z [00:02:59.012]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:44.8898893Z [00:02:59.012]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:44.8899914Z [00:02:59.012]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:44.8900753Z [00:02:59.012]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:44.8901677Z [00:02:59.012]➜  packagefile github.com/google/uuid=/tmp/go-build548448651/b256/_pkg_.a
2025-08-20T21:26:44.8902723Z [00:02:59.012]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build548448651/b200/_pkg_.a
2025-08-20T21:26:44.8903849Z [00:02:59.012]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build548448651/b210/_pkg_.a
2025-08-20T21:26:44.8905015Z [00:02:59.012]➜  packagefile go.opentelemetry.io/otel/sdk=/tmp/go-build548448651/b1035/_pkg_.a
2025-08-20T21:26:44.8906239Z [00:02:59.012]➜  packagefile go.opentelemetry.io/otel/sdk/internal/x=/tmp/go-build548448651/b1036/_pkg_.a
2025-08-20T21:26:44.8907567Z [00:02:59.012]➜  packagefile go.opentelemetry.io/otel/semconv/v1.34.0=/tmp/go-build548448651/b215/_pkg_.a
2025-08-20T21:26:44.8912032Z [00:02:59.012]➜  packagefile golang.org/x/sys/unix=/tmp/go-build548448651/b194/_pkg_.a
2025-08-20T21:26:44.8913259Z [00:02:59.012]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:44.8914116Z [00:02:59.012]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:44.8914986Z [00:02:59.012]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:44.8915816Z [00:02:59.012]➜  packagefile os/user=/tmp/go-build548448651/b190/_pkg_.a
2025-08-20T21:26:44.8916707Z [00:02:59.012]➜  packagefile path/filepath=/tmp/go-build548448651/b168/_pkg_.a
2025-08-20T21:26:44.8917572Z [00:02:59.012]➜  packagefile regexp=/tmp/go-build548448651/b192/_pkg_.a
2025-08-20T21:26:44.8918371Z [00:02:59.012]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:44.8920091Z [00:02:59.012]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:44.8921141Z [00:02:59.012]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:44.8921773Z [00:02:59.012]➜  EOF
2025-08-20T21:26:44.8932167Z [00:02:59.012]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1034/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/resource=>go.opentelemetry.io/otel/sdk@v1.37.0/resource;$WORK/b1034=>" -p go.opentelemetry.io/otel/sdk/resource -lang=go1.23 -complete -installsuffix shared -buildid _L-4zuY1BWtHCczVCvrL/_L-4zuY1BWtHCczVCvrL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1034/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/resource/auto.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/resource/builtin.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/resource/config.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/resource/container.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/resource/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/resource/env.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/resource/host_id.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/resource/host_id_linux.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/resource/host_id_readfile.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/resource/os.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/resource/os_release_unix.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/resource/os_unix.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/resource/process.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/resource/resource.go
2025-08-20T21:26:44.8972265Z [00:02:59.020]➜  go tool buildid -w $WORK/b1020/_pkg_.a # internal
2025-08-20T21:26:44.8980087Z [00:02:59.020]➜  cp $WORK/b1020/_pkg_.a /root/.cache/go-build/12/12af09501aa11674dac0c414f0ef6e3a922fb5eaed35c4ed28cbd5a5e495f60b-d # internal
2025-08-20T21:26:44.8986339Z [00:02:59.021]➜  github.com/ipfs/kubo/fuse/mount
2025-08-20T21:26:44.8990590Z [00:02:59.021]➜  mkdir -p $WORK/b1018/
2025-08-20T21:26:44.9000700Z [00:02:59.022]➜  cat >/tmp/go-build548448651/b1018/importcfg << 'EOF' # internal
2025-08-20T21:26:44.9002672Z [00:02:59.022]➜  # import config
2025-08-20T21:26:44.9003453Z [00:02:59.022]➜  packagefile bazil.org/fuse=/tmp/go-build548448651/b1019/_pkg_.a
2025-08-20T21:26:44.9004463Z [00:02:59.022]➜  packagefile bazil.org/fuse/fs=/tmp/go-build548448651/b1020/_pkg_.a
2025-08-20T21:26:44.9005377Z [00:02:59.022]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:44.9006257Z [00:02:59.022]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:44.9007201Z [00:02:59.022]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:44.9008116Z [00:02:59.022]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:44.9009299Z [00:02:59.022]➜  packagefile os/exec=/tmp/go-build548448651/b589/_pkg_.a
2025-08-20T21:26:44.9010168Z [00:02:59.022]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:44.9011037Z [00:02:59.023]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:44.9011862Z [00:02:59.023]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:44.9012705Z [00:02:59.023]➜  EOF
2025-08-20T21:26:44.9020712Z [00:02:59.024]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1018/_pkg_.a -trimpath "/tmp/tmp.S0mpzmTmXg/TEMPREPO/fuse/mount=>github.com/ipfs/kubo/fuse/mount;$WORK/b1018=>" -p github.com/ipfs/kubo/fuse/mount -lang=go1.25 -complete -installsuffix shared -buildid X5hxvDRTZ1qj3D441S3E/X5hxvDRTZ1qj3D441S3E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1018/importcfg -pack /tmp/tmp.S0mpzmTmXg/TEMPREPO/fuse/mount/fuse.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/fuse/mount/mount.go
2025-08-20T21:26:44.9633391Z [00:02:59.086]➜  go tool buildid -w $WORK/b1018/_pkg_.a # internal
2025-08-20T21:26:44.9644734Z [00:02:59.087]➜  cp $WORK/b1018/_pkg_.a /root/.cache/go-build/7b/7b649c97e067bc374639922f08aa89d88354f2a491e4cba29fe40c68fc4606bb-d # internal
2025-08-20T21:26:44.9672238Z [00:02:59.090]➜  go.opentelemetry.io/otel/sdk/internal/env
2025-08-20T21:26:44.9673213Z [00:02:59.090]➜  mkdir -p $WORK/b1038/
2025-08-20T21:26:44.9674035Z [00:02:59.090]➜  cat >/tmp/go-build548448651/b1038/importcfg << 'EOF' # internal
2025-08-20T21:26:44.9674723Z [00:02:59.090]➜  # import config
2025-08-20T21:26:44.9675641Z [00:02:59.090]➜  packagefile go.opentelemetry.io/otel/internal/global=/tmp/go-build548448651/b205/_pkg_.a
2025-08-20T21:26:44.9676670Z [00:02:59.090]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:44.9677532Z [00:02:59.090]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:44.9678128Z [00:02:59.090]➜  EOF
2025-08-20T21:26:44.9682406Z [00:02:59.090]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1038/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/internal/env=>go.opentelemetry.io/otel/sdk@v1.37.0/internal/env;$WORK/b1038=>" -p go.opentelemetry.io/otel/sdk/internal/env -lang=go1.23 -complete -installsuffix shared -buildid Q57-LiYrNF_gv_i8ZUZM/Q57-LiYrNF_gv_i8ZUZM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1038/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/internal/env/env.go
2025-08-20T21:26:44.9832273Z [00:02:59.106]➜  go tool buildid -w $WORK/b1038/_pkg_.a # internal
2025-08-20T21:26:44.9841676Z [00:02:59.107]➜  cp $WORK/b1038/_pkg_.a /root/.cache/go-build/27/27624abca2b9a3cdc457dfb153dae92f1f1e79659a23acd047691e9d9d6f8da9-d # internal
2025-08-20T21:26:44.9846165Z [00:02:59.107]➜  go.opentelemetry.io/proto/otlp/common/v1
2025-08-20T21:26:44.9846814Z [00:02:59.107]➜  mkdir -p $WORK/b1039/
2025-08-20T21:26:44.9854176Z [00:02:59.108]➜  cat >/tmp/go-build548448651/b1039/importcfg << 'EOF' # internal
2025-08-20T21:26:44.9855076Z [00:02:59.108]➜  # import config
2025-08-20T21:26:44.9856204Z [00:02:59.108]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build548448651/b281/_pkg_.a
2025-08-20T21:26:44.9857700Z [00:02:59.108]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build548448651/b287/_pkg_.a
2025-08-20T21:26:44.9859085Z [00:02:59.108]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:44.9860090Z [00:02:59.108]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:44.9860834Z [00:02:59.108]➜  EOF
2025-08-20T21:26:44.9864639Z [00:02:59.108]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1039/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/proto/otlp@v1.7.0/common/v1=>go.opentelemetry.io/proto/otlp@v1.7.0/common/v1;$WORK/b1039=>" -p go.opentelemetry.io/proto/otlp/common/v1 -lang=go1.23 -complete -installsuffix shared -buildid 3fwqgCz_oXvvZ00lAovO/3fwqgCz_oXvvZ00lAovO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1039/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/proto/otlp@v1.7.0/common/v1/common.pb.go
2025-08-20T21:26:45.0596759Z [00:02:59.182]➜  go tool buildid -w $WORK/b1039/_pkg_.a # internal
2025-08-20T21:26:45.0613223Z [00:02:59.184]➜  cp $WORK/b1039/_pkg_.a /root/.cache/go-build/8c/8c116fd9bead9eb889d06d30ed984596719587bd67f4e4b62ba10220a7d4e2a8-d # internal
2025-08-20T21:26:45.0654916Z [00:02:59.188]➜  go.opentelemetry.io/proto/otlp/resource/v1
2025-08-20T21:26:45.0655625Z [00:02:59.188]➜  mkdir -p $WORK/b1040/
2025-08-20T21:26:45.0700005Z [00:02:59.188]➜  cat >/tmp/go-build548448651/b1040/importcfg << 'EOF' # internal
2025-08-20T21:26:45.0700663Z [00:02:59.189]➜  # import config
2025-08-20T21:26:45.0701471Z [00:02:59.189]➜  packagefile go.opentelemetry.io/proto/otlp/common/v1=/tmp/go-build548448651/b1039/_pkg_.a
2025-08-20T21:26:45.0702678Z [00:02:59.189]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build548448651/b281/_pkg_.a
2025-08-20T21:26:45.0703889Z [00:02:59.189]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build548448651/b287/_pkg_.a
2025-08-20T21:26:45.0704898Z [00:02:59.190]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:45.0705854Z [00:02:59.190]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:45.0706401Z [00:02:59.190]➜  EOF
2025-08-20T21:26:45.0710076Z [00:02:59.190]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1040/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/proto/otlp@v1.7.0/resource/v1=>go.opentelemetry.io/proto/otlp@v1.7.0/resource/v1;$WORK/b1040=>" -p go.opentelemetry.io/proto/otlp/resource/v1 -lang=go1.23 -complete -installsuffix shared -buildid QtYklrrdFnvDNQkSJlHk/QtYklrrdFnvDNQkSJlHk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1040/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/proto/otlp@v1.7.0/resource/v1/resource.pb.go
2025-08-20T21:26:45.1099319Z [00:02:59.232]➜  go tool buildid -w $WORK/b1002/_pkg_.a # internal
2025-08-20T21:26:45.1114059Z [00:02:59.234]➜  go tool buildid -w $WORK/b1034/_pkg_.a # internal
2025-08-20T21:26:45.1159825Z [00:02:59.238]➜  cp $WORK/b1034/_pkg_.a /root/.cache/go-build/00/00ba386e0d05c8953e3616a60ed049cf50963b43b4cf7f29f7e89956e38c4429-d # internal
2025-08-20T21:26:45.1199717Z [00:02:59.242]➜  go tool buildid -w $WORK/b1040/_pkg_.a # internal
2025-08-20T21:26:45.1213097Z [00:02:59.244]➜  cp $WORK/b1040/_pkg_.a /root/.cache/go-build/b5/b5ae00c938d8dc4a8fca7b0063f7ba7659aa2e748c64990b851c9647c37e391e-d # internal
2025-08-20T21:26:45.1215555Z [00:02:59.244]➜  go.opentelemetry.io/proto/otlp/trace/v1
2025-08-20T21:26:45.1216594Z [00:02:59.244]➜  mkdir -p $WORK/b1041/
2025-08-20T21:26:45.1221339Z [00:02:59.244]➜  cat >/tmp/go-build548448651/b1041/importcfg << 'EOF' # internal
2025-08-20T21:26:45.1223269Z [00:02:59.244]➜  # import config
2025-08-20T21:26:45.1224129Z [00:02:59.244]➜  packagefile go.opentelemetry.io/proto/otlp/common/v1=/tmp/go-build548448651/b1039/_pkg_.a
2025-08-20T21:26:45.1225358Z [00:02:59.244]➜  packagefile go.opentelemetry.io/proto/otlp/resource/v1=/tmp/go-build548448651/b1040/_pkg_.a
2025-08-20T21:26:45.1226628Z [00:02:59.244]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build548448651/b281/_pkg_.a
2025-08-20T21:26:45.1227953Z [00:02:59.244]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build548448651/b287/_pkg_.a
2025-08-20T21:26:45.1229137Z [00:02:59.244]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:45.1229883Z [00:02:59.244]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:45.1230448Z [00:02:59.244]➜  EOF
2025-08-20T21:26:45.1233971Z [00:02:59.245]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1041/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/proto/otlp@v1.7.0/trace/v1=>go.opentelemetry.io/proto/otlp@v1.7.0/trace/v1;$WORK/b1041=>" -p go.opentelemetry.io/proto/otlp/trace/v1 -lang=go1.23 -complete -installsuffix shared -buildid miDAS_Lp0HyE8WrdGoTQ/miDAS_Lp0HyE8WrdGoTQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1041/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/proto/otlp@v1.7.0/trace/v1/trace.pb.go
2025-08-20T21:26:45.1247740Z [00:02:59.247]➜  cp $WORK/b1002/_pkg_.a /root/.cache/go-build/6b/6b4b6a37ad87037581d726b72b3d44972d5c3464803a85913e4cb4f757f3447f-d # internal
2025-08-20T21:26:45.1254723Z [00:02:59.248]➜  github.com/libp2p/go-libp2p-pubsub-router
2025-08-20T21:26:45.1255548Z [00:02:59.248]➜  mkdir -p $WORK/b1008/
2025-08-20T21:26:45.1262044Z [00:02:59.248]➜  cat >/tmp/go-build548448651/b1008/importcfg << 'EOF' # internal
2025-08-20T21:26:45.1262761Z [00:02:59.249]➜  # import config
2025-08-20T21:26:45.1263401Z [00:02:59.249]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:45.1264211Z [00:02:59.249]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:45.1265078Z [00:02:59.249]➜  packagefile encoding/base64=/tmp/go-build548448651/b054/_pkg_.a
2025-08-20T21:26:45.1265914Z [00:02:59.249]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:45.1266857Z [00:02:59.249]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:45.1267819Z [00:02:59.249]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build548448651/b541/_pkg_.a
2025-08-20T21:26:45.1269296Z [00:02:59.249]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build548448651/b255/_pkg_.a
2025-08-20T21:26:45.1270431Z [00:02:59.249]➜  packagefile github.com/ipfs/go-datastore/sync=/tmp/go-build548448651/b487/_pkg_.a
2025-08-20T21:26:45.1271616Z [00:02:59.249]➜  packagefile github.com/ipfs/go-ipfs-ds-help=/tmp/go-build548448651/b1009/_pkg_.a
2025-08-20T21:26:45.1272765Z [00:02:59.249]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:45.1273880Z [00:02:59.249]➜  packagefile github.com/libp2p/go-libp2p-pubsub=/tmp/go-build548448651/b1002/_pkg_.a
2025-08-20T21:26:45.1275116Z [00:02:59.249]➜  packagefile github.com/libp2p/go-libp2p-pubsub-router/pb=/tmp/go-build548448651/b1010/_pkg_.a
2025-08-20T21:26:45.1276344Z [00:02:59.249]➜  packagefile github.com/libp2p/go-libp2p-record=/tmp/go-build548448651/b279/_pkg_.a
2025-08-20T21:26:45.1277739Z [00:02:59.249]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build548448651/b423/_pkg_.a
2025-08-20T21:26:45.1279444Z [00:02:59.249]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build548448651/b417/_pkg_.a
2025-08-20T21:26:45.1280782Z [00:02:59.249]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:45.1282050Z [00:02:59.249]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build548448651/b419/_pkg_.a
2025-08-20T21:26:45.1283331Z [00:02:59.249]➜  packagefile github.com/libp2p/go-libp2p/core/routing=/tmp/go-build548448651/b329/_pkg_.a
2025-08-20T21:26:45.1284559Z [00:02:59.249]➜  packagefile github.com/libp2p/go-msgio/protoio=/tmp/go-build548448651/b1007/_pkg_.a
2025-08-20T21:26:45.1285547Z [00:02:59.249]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:45.1286348Z [00:02:59.249]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:45.1286948Z [00:02:59.249]➜  EOF
2025-08-20T21:26:45.1291464Z [00:02:59.249]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1008/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub-router@v0.6.0=>github.com/libp2p/go-libp2p-pubsub-router@v0.6.0;$WORK/b1008=>" -p github.com/libp2p/go-libp2p-pubsub-router -lang=go1.18 -complete -installsuffix shared -buildid kOxaSnec5kiwCgc1Y4AH/kOxaSnec5kiwCgc1Y4AH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1008/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub-router@v0.6.0/fetch.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub-router@v0.6.0/pubsub.go
2025-08-20T21:26:45.1295409Z [00:02:59.252]➜  go.opentelemetry.io/otel/sdk/trace
2025-08-20T21:26:45.1296053Z [00:02:59.252]➜  mkdir -p $WORK/b1037/
2025-08-20T21:26:45.1330245Z [00:02:59.252]➜  cat >/tmp/go-build548448651/b1037/importcfg << 'EOF' # internal
2025-08-20T21:26:45.1331447Z [00:02:59.252]➜  # import config
2025-08-20T21:26:45.1333989Z [00:02:59.252]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:45.1335053Z [00:02:59.252]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:45.1336677Z [00:02:59.252]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:45.1337772Z [00:02:59.252]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:45.1338907Z [00:02:59.252]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build548448651/b200/_pkg_.a
2025-08-20T21:26:45.1340062Z [00:02:59.252]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build548448651/b210/_pkg_.a
2025-08-20T21:26:45.1341246Z [00:02:59.252]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build548448651/b212/_pkg_.a
2025-08-20T21:26:45.1342475Z [00:02:59.252]➜  packagefile go.opentelemetry.io/otel/internal/global=/tmp/go-build548448651/b205/_pkg_.a
2025-08-20T21:26:45.1343867Z [00:02:59.252]➜  packagefile go.opentelemetry.io/otel/sdk/instrumentation=/tmp/go-build548448651/b1033/_pkg_.a
2025-08-20T21:26:45.1345186Z [00:02:59.252]➜  packagefile go.opentelemetry.io/otel/sdk/internal/env=/tmp/go-build548448651/b1038/_pkg_.a
2025-08-20T21:26:45.1346673Z [00:02:59.252]➜  packagefile go.opentelemetry.io/otel/sdk/resource=/tmp/go-build548448651/b1034/_pkg_.a
2025-08-20T21:26:45.1347955Z [00:02:59.252]➜  packagefile go.opentelemetry.io/otel/semconv/v1.34.0=/tmp/go-build548448651/b215/_pkg_.a
2025-08-20T21:26:45.1349352Z [00:02:59.252]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build548448651/b214/_pkg_.a
2025-08-20T21:26:45.1350516Z [00:02:59.252]➜  packagefile go.opentelemetry.io/otel/trace/embedded=/tmp/go-build548448651/b216/_pkg_.a
2025-08-20T21:26:45.1351670Z [00:02:59.253]➜  packagefile go.opentelemetry.io/otel/trace/noop=/tmp/go-build548448651/b218/_pkg_.a
2025-08-20T21:26:45.1352677Z [00:02:59.253]➜  packagefile math/rand/v2=/tmp/go-build548448651/b104/_pkg_.a
2025-08-20T21:26:45.1353467Z [00:02:59.253]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:45.1354400Z [00:02:59.253]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:45.1355325Z [00:02:59.253]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:45.1356168Z [00:02:59.253]➜  packagefile runtime/trace=/tmp/go-build548448651/b522/_pkg_.a
2025-08-20T21:26:45.1357007Z [00:02:59.253]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:45.1357779Z [00:02:59.253]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:45.1366970Z [00:02:59.253]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:45.1367889Z [00:02:59.253]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:45.1368864Z [00:02:59.253]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:45.1369710Z [00:02:59.253]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:45.1370529Z [00:02:59.253]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:45.1371162Z [00:02:59.253]➜  EOF
2025-08-20T21:26:45.1382692Z [00:02:59.253]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1037/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/trace=>go.opentelemetry.io/otel/sdk@v1.37.0/trace;$WORK/b1037=>" -p go.opentelemetry.io/otel/sdk/trace -lang=go1.23 -complete -installsuffix shared -buildid U_jxw638qQG8h6kyYih7/U_jxw638qQG8h6kyYih7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1037/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/trace/batch_span_processor.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/trace/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/trace/event.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/trace/evictedqueue.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/trace/id_generator.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/trace/link.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/trace/provider.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/trace/sampler_env.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/trace/sampling.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/trace/simple_span_processor.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/trace/snapshot.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/trace/span.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/trace/span_exporter.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/trace/span_limits.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/trace/span_processor.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/trace/tracer.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/trace/version.go
2025-08-20T21:26:45.2083421Z [00:02:59.331]➜  go tool buildid -w $WORK/b1041/_pkg_.a # internal
2025-08-20T21:26:45.2106863Z [00:02:59.333]➜  cp $WORK/b1041/_pkg_.a /root/.cache/go-build/c6/c6a95da8c2dd3e398cb8a294f54d2c3e67356397690081aae7fac5ad0db8a703-d # internal
2025-08-20T21:26:45.2112102Z [00:02:59.334]➜  go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/internal
2025-08-20T21:26:45.2113139Z [00:02:59.334]➜  mkdir -p $WORK/b1042/
2025-08-20T21:26:45.2113869Z [00:02:59.334]➜  cat >/tmp/go-build548448651/b1042/importcfg << 'EOF' # internal
2025-08-20T21:26:45.2114481Z [00:02:59.334]➜  # import config
2025-08-20T21:26:45.2115015Z [00:02:59.334]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:45.2115594Z [00:02:59.334]➜  EOF
2025-08-20T21:26:45.2121638Z [00:02:59.334]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1042/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc@v1.37.0/internal=>go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc@v1.37.0/internal;$WORK/b1042=>" -p go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/internal -lang=go1.23 -complete -installsuffix shared -buildid E6vYvSxPTN2jeO22JUJq/E6vYvSxPTN2jeO22JUJq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1042/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc@v1.37.0/internal/gen.go /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc@v1.37.0/internal/partialsuccess.go
2025-08-20T21:26:45.2251899Z [00:02:59.348]➜  go tool buildid -w $WORK/b1042/_pkg_.a # internal
2025-08-20T21:26:45.2257077Z [00:02:59.348]➜  cp $WORK/b1042/_pkg_.a /root/.cache/go-build/4a/4a6334351eb304c1683113c6cb957b310908221c80c5e7e4b9111110ea88eba5-d # internal
2025-08-20T21:26:45.2259084Z [00:02:59.348]➜  go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/internal/envconfig
2025-08-20T21:26:45.2261338Z [00:02:59.348]➜  mkdir -p $WORK/b1044/
2025-08-20T21:26:45.2265418Z [00:02:59.349]➜  cat >/tmp/go-build548448651/b1044/importcfg << 'EOF' # internal
2025-08-20T21:26:45.2266186Z [00:02:59.349]➜  # import config
2025-08-20T21:26:45.2266935Z [00:02:59.349]➜  packagefile crypto/tls=/tmp/go-build548448651/b110/_pkg_.a
2025-08-20T21:26:45.2267920Z [00:02:59.349]➜  packagefile crypto/x509=/tmp/go-build548448651/b154/_pkg_.a
2025-08-20T21:26:45.2268936Z [00:02:59.349]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:45.2269757Z [00:02:59.349]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:45.2270818Z [00:02:59.349]➜  packagefile go.opentelemetry.io/otel/internal/global=/tmp/go-build548448651/b205/_pkg_.a
2025-08-20T21:26:45.2271904Z [00:02:59.349]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:45.2272748Z [00:02:59.349]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:45.2273579Z [00:02:59.349]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:45.2274419Z [00:02:59.349]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:45.2275240Z [00:02:59.349]➜  packagefile unicode=/tmp/go-build548448651/b041/_pkg_.a
2025-08-20T21:26:45.2275874Z [00:02:59.349]➜  EOF
2025-08-20T21:26:45.2282626Z [00:02:59.349]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1044/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc@v1.37.0/internal/envconfig=>go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc@v1.37.0/internal/envconfig;$WORK/b1044=>" -p go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/internal/envconfig -lang=go1.23 -complete -installsuffix shared -buildid gLy9byIi0K9gNMYIsEgi/gLy9byIi0K9gNMYIsEgi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1044/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc@v1.37.0/internal/envconfig/envconfig.go
2025-08-20T21:26:45.2753113Z [00:02:59.398]➜  go tool buildid -w $WORK/b1044/_pkg_.a # internal
2025-08-20T21:26:45.2757429Z [00:02:59.398]➜  go tool buildid -w $WORK/b1008/_pkg_.a # internal
2025-08-20T21:26:45.2791198Z [00:02:59.399]➜  cp $WORK/b1044/_pkg_.a /root/.cache/go-build/e9/e904edc0a6c9b3683e94e116293c96806f951991698559ae636f2f9925ed6bc5-d # internal
2025-08-20T21:26:45.2800984Z [00:02:59.399]➜  github.com/cenkalti/backoff/v5
2025-08-20T21:26:45.2801874Z [00:02:59.400]➜  mkdir -p $WORK/b1046/
2025-08-20T21:26:45.2802683Z [00:02:59.400]➜  cat >/tmp/go-build548448651/b1046/importcfg << 'EOF' # internal
2025-08-20T21:26:45.2803444Z [00:02:59.400]➜  # import config
2025-08-20T21:26:45.2804158Z [00:02:59.400]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:45.2805022Z [00:02:59.400]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:45.2805876Z [00:02:59.400]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:45.2806737Z [00:02:59.400]➜  packagefile math/rand=/tmp/go-build548448651/b109/_pkg_.a
2025-08-20T21:26:45.2807607Z [00:02:59.400]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:45.2808442Z [00:02:59.400]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:45.2809222Z [00:02:59.400]➜  EOF
2025-08-20T21:26:45.2815212Z [00:02:59.400]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1046/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cenkalti/backoff/v5@v5.0.2=>github.com/cenkalti/backoff/v5@v5.0.2;$WORK/b1046=>" -p github.com/cenkalti/backoff/v5 -lang=go1.23 -complete -installsuffix shared -buildid oovsupN4hXW7-RVn6JPJ/oovsupN4hXW7-RVn6JPJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1046/importcfg -pack /root/go/pkg/mod/github.com/cenkalti/backoff/v5@v5.0.2/backoff.go /root/go/pkg/mod/github.com/cenkalti/backoff/v5@v5.0.2/error.go /root/go/pkg/mod/github.com/cenkalti/backoff/v5@v5.0.2/exponential.go /root/go/pkg/mod/github.com/cenkalti/backoff/v5@v5.0.2/retry.go /root/go/pkg/mod/github.com/cenkalti/backoff/v5@v5.0.2/ticker.go /root/go/pkg/mod/github.com/cenkalti/backoff/v5@v5.0.2/timer.go
2025-08-20T21:26:45.2877075Z [00:02:59.410]➜  cp $WORK/b1008/_pkg_.a /root/.cache/go-build/fa/fa1b576823686adaaaaf12864039625e0513b921ec901c5e809a89254b210d1d-d # internal
2025-08-20T21:26:45.2879195Z [00:02:59.410]➜  golang.org/x/net/internal/timeseries
2025-08-20T21:26:45.2880541Z [00:02:59.410]➜  mkdir -p $WORK/b1049/
2025-08-20T21:26:45.2889348Z [00:02:59.411]➜  cat >/tmp/go-build548448651/b1049/importcfg << 'EOF' # internal
2025-08-20T21:26:45.2890093Z [00:02:59.411]➜  # import config
2025-08-20T21:26:45.2890781Z [00:02:59.411]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:45.2891549Z [00:02:59.411]➜  packagefile log=/tmp/go-build548448651/b071/_pkg_.a
2025-08-20T21:26:45.2892328Z [00:02:59.411]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:45.2892938Z [00:02:59.411]➜  EOF
2025-08-20T21:26:45.2896523Z [00:02:59.411]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1049/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.43.0/internal/timeseries=>golang.org/x/net@v0.43.0/internal/timeseries;$WORK/b1049=>" -p golang.org/x/net/internal/timeseries -lang=go1.23 -complete -installsuffix shared -buildid hPMlGdnQs_VZw2Bcj4xT/hPMlGdnQs_VZw2Bcj4xT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1049/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.43.0/internal/timeseries/timeseries.go
2025-08-20T21:26:45.3252519Z [00:02:59.447]➜  go tool buildid -w $WORK/b1046/_pkg_.a # internal
2025-08-20T21:26:45.3262871Z [00:02:59.449]➜  cp $WORK/b1046/_pkg_.a /root/.cache/go-build/26/2615a6da28609b222998141f4635adb0f2c670e74b1d71e90f6816bea5e74950-d # internal
2025-08-20T21:26:45.3294006Z [00:02:59.452]➜  go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/internal/retry
2025-08-20T21:26:45.3297077Z [00:02:59.452]➜  mkdir -p $WORK/b1045/
2025-08-20T21:26:45.3303013Z [00:02:59.452]➜  cat >/tmp/go-build548448651/b1045/importcfg << 'EOF' # internal
2025-08-20T21:26:45.3303792Z [00:02:59.452]➜  # import config
2025-08-20T21:26:45.3304514Z [00:02:59.452]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:45.3305378Z [00:02:59.452]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:45.3306427Z [00:02:59.452]➜  packagefile github.com/cenkalti/backoff/v5=/tmp/go-build548448651/b1046/_pkg_.a
2025-08-20T21:26:45.3307804Z [00:02:59.452]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:45.3308477Z [00:02:59.452]➜  EOF
2025-08-20T21:26:45.3313890Z [00:02:59.453]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1045/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc@v1.37.0/internal/retry=>go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc@v1.37.0/internal/retry;$WORK/b1045=>" -p go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/internal/retry -lang=go1.23 -complete -installsuffix shared -buildid rgO96mWj-Ae-nNRiCOKt/rgO96mWj-Ae-nNRiCOKt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1045/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc@v1.37.0/internal/retry/retry.go
2025-08-20T21:26:45.3613561Z [00:02:59.484]➜  go tool buildid -w $WORK/b1049/_pkg_.a # internal
2025-08-20T21:26:45.3630531Z [00:02:59.485]➜  cp $WORK/b1049/_pkg_.a /root/.cache/go-build/b4/b418708a20efd7c53fa8815a4a471995e503731ce6118e843ef81e582f223c69-d # internal
2025-08-20T21:26:45.3639976Z [00:02:59.486]➜  golang.org/x/net/trace
2025-08-20T21:26:45.3642294Z [00:02:59.487]➜  mkdir -p $WORK/b1048/
2025-08-20T21:26:45.3650117Z [00:02:59.487]➜  cat >/tmp/go-build548448651/b1048/importcfg << 'EOF' # internal
2025-08-20T21:26:45.3651269Z [00:02:59.487]➜  # import config
2025-08-20T21:26:45.3652224Z [00:02:59.487]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:45.3653570Z [00:02:59.487]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:45.3656330Z [00:02:59.487]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:45.3659216Z [00:02:59.487]➜  packagefile golang.org/x/net/internal/timeseries=/tmp/go-build548448651/b1049/_pkg_.a
2025-08-20T21:26:45.3660772Z [00:02:59.487]➜  packagefile html/template=/tmp/go-build548448651/b669/_pkg_.a
2025-08-20T21:26:45.3662020Z [00:02:59.487]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:45.3663274Z [00:02:59.487]➜  packagefile log=/tmp/go-build548448651/b071/_pkg_.a
2025-08-20T21:26:45.3664328Z [00:02:59.487]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:45.3665370Z [00:02:59.487]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:45.3666530Z [00:02:59.487]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:45.3667608Z [00:02:59.487]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:45.3689731Z [00:02:59.487]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:45.3690855Z [00:02:59.487]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:45.3692670Z [00:02:59.487]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:45.3693543Z [00:02:59.487]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:45.3694400Z [00:02:59.487]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:45.3695497Z [00:02:59.487]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:45.3696464Z [00:02:59.487]➜  packagefile text/tabwriter=/tmp/go-build548448651/b353/_pkg_.a
2025-08-20T21:26:45.3697539Z [00:02:59.488]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:45.3698182Z [00:02:59.488]➜  EOF
2025-08-20T21:26:45.3702448Z [00:02:59.488]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1048/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.43.0/trace=>golang.org/x/net@v0.43.0/trace;$WORK/b1048=>" -p golang.org/x/net/trace -lang=go1.23 -complete -installsuffix shared -buildid WNyIYBXugXNbfaqFmxQc/WNyIYBXugXNbfaqFmxQc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1048/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.43.0/trace/events.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/trace/histogram.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/trace/trace.go
2025-08-20T21:26:45.3706252Z [00:02:59.489]➜  go tool buildid -w $WORK/b1045/_pkg_.a # internal
2025-08-20T21:26:45.3707673Z [00:02:59.490]➜  cp $WORK/b1045/_pkg_.a /root/.cache/go-build/ab/ab063840cc0fcdece00c7e5856e783e54bdc00715e10b224a2bde8c56943c4c5-d # internal
2025-08-20T21:26:45.3709075Z [00:02:59.490]➜  google.golang.org/grpc/backoff
2025-08-20T21:26:45.3709702Z [00:02:59.490]➜  mkdir -p $WORK/b1050/
2025-08-20T21:26:45.3710466Z [00:02:59.490]➜  cat >/tmp/go-build548448651/b1050/importcfg << 'EOF' # internal
2025-08-20T21:26:45.3711189Z [00:02:59.490]➜  # import config
2025-08-20T21:26:45.3711885Z [00:02:59.490]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:45.3712524Z [00:02:59.490]➜  EOF
2025-08-20T21:26:45.3716416Z [00:02:59.491]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1050/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.73.0/backoff=>google.golang.org/grpc@v1.73.0/backoff;$WORK/b1050=>" -p google.golang.org/grpc/backoff -lang=go1.23 -complete -installsuffix shared -buildid PBCRFBrj98NfgUvuoHrB/PBCRFBrj98NfgUvuoHrB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1050/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/backoff/backoff.go
2025-08-20T21:26:45.3843946Z [00:02:59.507]➜  go tool buildid -w $WORK/b1050/_pkg_.a # internal
2025-08-20T21:26:45.3861091Z [00:02:59.508]➜  cp $WORK/b1050/_pkg_.a /root/.cache/go-build/b8/b80df0f5401046681c0cf7b4a0f5050b1762b765a8d1f0aaa54e42a2cb94c359-d # internal
2025-08-20T21:26:45.3898073Z [00:02:59.508]➜  google.golang.org/grpc/grpclog/internal
2025-08-20T21:26:45.3898927Z [00:02:59.508]➜  mkdir -p $WORK/b1056/
2025-08-20T21:26:45.3899691Z [00:02:59.508]➜  cat >/tmp/go-build548448651/b1056/importcfg << 'EOF' # internal
2025-08-20T21:26:45.3900394Z [00:02:59.508]➜  # import config
2025-08-20T21:26:45.3901108Z [00:02:59.508]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:45.3901980Z [00:02:59.508]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:45.3902798Z [00:02:59.508]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:45.3903599Z [00:02:59.508]➜  packagefile log=/tmp/go-build548448651/b071/_pkg_.a
2025-08-20T21:26:45.3904384Z [00:02:59.508]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:45.3905004Z [00:02:59.508]➜  EOF
2025-08-20T21:26:45.3910904Z [00:02:59.508]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1056/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.73.0/grpclog/internal=>google.golang.org/grpc@v1.73.0/grpclog/internal;$WORK/b1056=>" -p google.golang.org/grpc/grpclog/internal -lang=go1.23 -complete -installsuffix shared -buildid 5ZPIrkrSzr0wQAhxOkXc/5ZPIrkrSzr0wQAhxOkXc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1056/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/grpclog/internal/grpclog.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/grpclog/internal/logger.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/grpclog/internal/loggerv2.go
2025-08-20T21:26:45.4262529Z [00:02:59.548]➜  go tool buildid -w $WORK/b1056/_pkg_.a # internal
2025-08-20T21:26:45.4278353Z [00:02:59.550]➜  cp $WORK/b1056/_pkg_.a /root/.cache/go-build/cb/cb79ccf7bc61f122d3908caef0df4ca5ad3e6f5ea2861cf7b13a8ccdb3aef6e0-d # internal
2025-08-20T21:26:45.4289787Z [00:02:59.550]➜  google.golang.org/grpc/grpclog
2025-08-20T21:26:45.4290450Z [00:02:59.550]➜  mkdir -p $WORK/b1055/
2025-08-20T21:26:45.4291190Z [00:02:59.551]➜  cat >/tmp/go-build548448651/b1055/importcfg << 'EOF' # internal
2025-08-20T21:26:45.4291898Z [00:02:59.551]➜  # import config
2025-08-20T21:26:45.4292543Z [00:02:59.551]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:45.4293652Z [00:02:59.551]➜  packagefile google.golang.org/grpc/grpclog/internal=/tmp/go-build548448651/b1056/_pkg_.a
2025-08-20T21:26:45.4294707Z [00:02:59.551]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:45.4295500Z [00:02:59.551]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:45.4296339Z [00:02:59.551]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:45.4297218Z [00:02:59.551]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:45.4297865Z [00:02:59.551]➜  EOF
2025-08-20T21:26:45.4302928Z [00:02:59.551]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1055/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.73.0/grpclog=>google.golang.org/grpc@v1.73.0/grpclog;$WORK/b1055=>" -p google.golang.org/grpc/grpclog -lang=go1.23 -complete -installsuffix shared -buildid kXJ6SR1BTbRkR5S_JANV/kXJ6SR1BTbRkR5S_JANV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1055/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/grpclog/component.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/grpclog/grpclog.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/grpclog/logger.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/grpclog/loggerv2.go
2025-08-20T21:26:45.4900155Z [00:02:59.612]➜  go tool buildid -w $WORK/b1055/_pkg_.a # internal
2025-08-20T21:26:45.4964018Z [00:02:59.619]➜  cp $WORK/b1055/_pkg_.a /root/.cache/go-build/17/17afed391fb73323faa925dcee7be02b84534a7de4352306a5e572210f07344e-d # internal
2025-08-20T21:26:45.4971005Z [00:02:59.619]➜  google.golang.org/grpc/connectivity
2025-08-20T21:26:45.4971659Z [00:02:59.619]➜  mkdir -p $WORK/b1054/
2025-08-20T21:26:45.4974564Z [00:02:59.620]➜  cat >/tmp/go-build548448651/b1054/importcfg << 'EOF' # internal
2025-08-20T21:26:45.4979111Z [00:02:59.620]➜  # import config
2025-08-20T21:26:45.4991373Z [00:02:59.620]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build548448651/b1055/_pkg_.a
2025-08-20T21:26:45.4992192Z [00:02:59.620]➜  EOF
2025-08-20T21:26:45.4997787Z [00:02:59.621]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1054/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.73.0/connectivity=>google.golang.org/grpc@v1.73.0/connectivity;$WORK/b1054=>" -p google.golang.org/grpc/connectivity -lang=go1.23 -complete -installsuffix shared -buildid 85Tfb_OF8PihyB9lTw6C/85Tfb_OF8PihyB9lTw6C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1054/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/connectivity/connectivity.go
2025-08-20T21:26:45.5345036Z [00:02:59.657]➜  go tool buildid -w $WORK/b1037/_pkg_.a # internal
2025-08-20T21:26:45.5382861Z [00:02:59.661]➜  go tool buildid -w $WORK/b1054/_pkg_.a # internal
2025-08-20T21:26:45.5390113Z [00:02:59.661]➜  cp $WORK/b1054/_pkg_.a /root/.cache/go-build/ca/ca9e83dca307d4e8e9f937676c174a312dbf025bb39d0b553b172b03adc87d84-d # internal
2025-08-20T21:26:45.5392501Z [00:02:59.662]➜  google.golang.org/grpc/attributes
2025-08-20T21:26:45.5394966Z [00:02:59.662]➜  mkdir -p $WORK/b1058/
2025-08-20T21:26:45.5401466Z [00:02:59.663]➜  cat >/tmp/go-build548448651/b1058/importcfg << 'EOF' # internal
2025-08-20T21:26:45.5403600Z [00:02:59.663]➜  # import config
2025-08-20T21:26:45.5407622Z [00:02:59.663]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:45.5408450Z [00:02:59.663]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:45.5409473Z [00:02:59.663]➜  EOF
2025-08-20T21:26:45.5442985Z [00:02:59.666]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1058/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.73.0/attributes=>google.golang.org/grpc@v1.73.0/attributes;$WORK/b1058=>" -p google.golang.org/grpc/attributes -lang=go1.23 -complete -installsuffix shared -buildid rV0k_RWMhqDV6_yepDJt/rV0k_RWMhqDV6_yepDJt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1058/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/attributes/attributes.go
2025-08-20T21:26:45.5447425Z [00:02:59.666]➜  cp $WORK/b1037/_pkg_.a /root/.cache/go-build/28/286af57696b08b76faeac29ee173df73003ce57ff8a293948d2c42368d6ab1bf-d # internal
2025-08-20T21:26:45.5450875Z [00:02:59.666]➜  go.opentelemetry.io/otel/exporters/otlp/otlptrace/internal/tracetransform
2025-08-20T21:26:45.5451729Z [00:02:59.666]➜  mkdir -p $WORK/b1032/
2025-08-20T21:26:45.5452507Z [00:02:59.666]➜  cat >/tmp/go-build548448651/b1032/importcfg << 'EOF' # internal
2025-08-20T21:26:45.5453240Z [00:02:59.666]➜  # import config
2025-08-20T21:26:45.5454117Z [00:02:59.666]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build548448651/b210/_pkg_.a
2025-08-20T21:26:45.5455332Z [00:02:59.666]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build548448651/b212/_pkg_.a
2025-08-20T21:26:45.5456531Z [00:02:59.666]➜  packagefile go.opentelemetry.io/otel/sdk/instrumentation=/tmp/go-build548448651/b1033/_pkg_.a
2025-08-20T21:26:45.5457777Z [00:02:59.666]➜  packagefile go.opentelemetry.io/otel/sdk/resource=/tmp/go-build548448651/b1034/_pkg_.a
2025-08-20T21:26:45.5459185Z [00:02:59.666]➜  packagefile go.opentelemetry.io/otel/sdk/trace=/tmp/go-build548448651/b1037/_pkg_.a
2025-08-20T21:26:45.5460357Z [00:02:59.666]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build548448651/b214/_pkg_.a
2025-08-20T21:26:45.5461653Z [00:02:59.666]➜  packagefile go.opentelemetry.io/proto/otlp/common/v1=/tmp/go-build548448651/b1039/_pkg_.a
2025-08-20T21:26:45.5463087Z [00:02:59.666]➜  packagefile go.opentelemetry.io/proto/otlp/resource/v1=/tmp/go-build548448651/b1040/_pkg_.a
2025-08-20T21:26:45.5464375Z [00:02:59.666]➜  packagefile go.opentelemetry.io/proto/otlp/trace/v1=/tmp/go-build548448651/b1041/_pkg_.a
2025-08-20T21:26:45.5465385Z [00:02:59.666]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:45.5466012Z [00:02:59.666]➜  EOF
2025-08-20T21:26:45.5485046Z [00:02:59.666]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1032/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace@v1.37.0/internal/tracetransform=>go.opentelemetry.io/otel/exporters/otlp/otlptrace@v1.37.0/internal/tracetransform;$WORK/b1032=>" -p go.opentelemetry.io/otel/exporters/otlp/otlptrace/internal/tracetransform -lang=go1.23 -complete -installsuffix shared -buildid sguvAPbr9eruzdAkGu-x/sguvAPbr9eruzdAkGu-x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1032/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace@v1.37.0/internal/tracetransform/attribute.go /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace@v1.37.0/internal/tracetransform/instrumentation.go /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace@v1.37.0/internal/tracetransform/resource.go /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace@v1.37.0/internal/tracetransform/span.go
2025-08-20T21:26:45.5727287Z [00:02:59.695]➜  go tool buildid -w $WORK/b1058/_pkg_.a # internal
2025-08-20T21:26:45.5737663Z [00:02:59.696]➜  cp $WORK/b1058/_pkg_.a /root/.cache/go-build/79/79583cbfcaaac9b6467a2536cc257fa76f0b6864ab9f062e50ee905968e21e52-d # internal
2025-08-20T21:26:45.5744723Z [00:02:59.696]➜  google.golang.org/grpc/internal/credentials
2025-08-20T21:26:45.5745428Z [00:02:59.696]➜  mkdir -p $WORK/b1059/
2025-08-20T21:26:45.5761242Z [00:02:59.697]➜  cat >/tmp/go-build548448651/b1059/importcfg << 'EOF' # internal
2025-08-20T21:26:45.5762010Z [00:02:59.697]➜  # import config
2025-08-20T21:26:45.5762911Z [00:02:59.697]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:45.5763774Z [00:02:59.697]➜  packagefile crypto/tls=/tmp/go-build548448651/b110/_pkg_.a
2025-08-20T21:26:45.5764873Z [00:02:59.697]➜  packagefile crypto/x509=/tmp/go-build548448651/b154/_pkg_.a
2025-08-20T21:26:45.5765922Z [00:02:59.697]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build548448651/b1055/_pkg_.a
2025-08-20T21:26:45.5766926Z [00:02:59.697]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:45.5767729Z [00:02:59.697]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:45.5768657Z [00:02:59.697]➜  packagefile syscall=/tmp/go-build548448651/b047/_pkg_.a
2025-08-20T21:26:45.5769273Z [00:02:59.697]➜  EOF
2025-08-20T21:26:45.5774856Z [00:02:59.697]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1059/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/credentials=>google.golang.org/grpc@v1.73.0/internal/credentials;$WORK/b1059=>" -p google.golang.org/grpc/internal/credentials -lang=go1.23 -complete -installsuffix shared -buildid sriAp7G4mzeVVjQZ_837/sriAp7G4mzeVVjQZ_837 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1059/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/credentials/credentials.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/credentials/spiffe.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/credentials/syscallconn.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/credentials/util.go
2025-08-20T21:26:45.5923294Z [00:02:59.715]➜  go tool buildid -w $WORK/b1048/_pkg_.a # internal
2025-08-20T21:26:45.5980232Z [00:02:59.720]➜  cp $WORK/b1048/_pkg_.a /root/.cache/go-build/14/1450815f7931c43364efbe75504a1e19e9825d7f89f0bb61516a899833d12a30-d # internal
2025-08-20T21:26:45.6014650Z [00:02:59.724]➜  google.golang.org/grpc/internal/envconfig
2025-08-20T21:26:45.6017799Z [00:02:59.724]➜  mkdir -p $WORK/b1060/
2025-08-20T21:26:45.6018774Z [00:02:59.724]➜  cat >/tmp/go-build548448651/b1060/importcfg << 'EOF' # internal
2025-08-20T21:26:45.6019637Z [00:02:59.724]➜  # import config
2025-08-20T21:26:45.6020319Z [00:02:59.724]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:45.6021114Z [00:02:59.724]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:45.6021917Z [00:02:59.724]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:45.6022532Z [00:02:59.724]➜  EOF
2025-08-20T21:26:45.6027530Z [00:02:59.724]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1060/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/envconfig=>google.golang.org/grpc@v1.73.0/internal/envconfig;$WORK/b1060=>" -p google.golang.org/grpc/internal/envconfig -lang=go1.23 -complete -installsuffix shared -buildid m87_nai-8Qiriwa-5tkD/m87_nai-8Qiriwa-5tkD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1060/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/envconfig/envconfig.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/envconfig/observability.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/envconfig/xds.go
2025-08-20T21:26:45.6252416Z [00:02:59.747]➜  go tool buildid -w $WORK/b1060/_pkg_.a # internal
2025-08-20T21:26:45.6255339Z [00:02:59.748]➜  go tool buildid -w $WORK/b1059/_pkg_.a # internal
2025-08-20T21:26:45.6257838Z [00:02:59.748]➜  cp $WORK/b1060/_pkg_.a /root/.cache/go-build/3a/3ace25ab52f1372afad8a5893e75b98476f2a2d05a5c0f0ba7cad5a12ffb8ab9-d # internal
2025-08-20T21:26:45.6261738Z [00:02:59.748]➜  google.golang.org/grpc/internal
2025-08-20T21:26:45.6262369Z [00:02:59.748]➜  mkdir -p $WORK/b1061/
2025-08-20T21:26:45.6265785Z [00:02:59.749]➜  cat >/tmp/go-build548448651/b1061/importcfg << 'EOF' # internal
2025-08-20T21:26:45.6281096Z [00:02:59.749]➜  # import config
2025-08-20T21:26:45.6281853Z [00:02:59.749]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:45.6282889Z [00:02:59.749]➜  packagefile golang.org/x/sys/unix=/tmp/go-build548448651/b194/_pkg_.a
2025-08-20T21:26:45.6284308Z [00:02:59.749]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build548448651/b1054/_pkg_.a
2025-08-20T21:26:45.6285784Z [00:02:59.749]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build548448651/b1062/_pkg_.a
2025-08-20T21:26:45.6287068Z [00:02:59.749]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:45.6289462Z [00:02:59.749]➜  packagefile syscall=/tmp/go-build548448651/b047/_pkg_.a
2025-08-20T21:26:45.6290254Z [00:02:59.749]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:45.6290831Z [00:02:59.749]➜  EOF
2025-08-20T21:26:45.6295438Z [00:02:59.749]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1061/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal=>google.golang.org/grpc@v1.73.0/internal;$WORK/b1061=>" -p google.golang.org/grpc/internal -lang=go1.23 -complete -installsuffix shared -buildid cDSaCpEr8YlO1PzwqCu0/cDSaCpEr8YlO1PzwqCu0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1061/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/experimental.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/internal.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/tcp_keepalive_unix.go
2025-08-20T21:26:45.6302093Z [00:02:59.750]➜  go tool buildid -w $WORK/b1032/_pkg_.a # internal
2025-08-20T21:26:45.6303392Z [00:02:59.750]➜  cp $WORK/b1059/_pkg_.a /root/.cache/go-build/fa/fab0e9ac96a07343a5ac09e2d20f0cb5351afd40250c85fd3c374f2799a35296-d # internal
2025-08-20T21:26:45.6304490Z [00:02:59.751]➜  google.golang.org/grpc/credentials
2025-08-20T21:26:45.6305068Z [00:02:59.751]➜  mkdir -p $WORK/b1057/
2025-08-20T21:26:45.6305757Z [00:02:59.751]➜  cat >/tmp/go-build548448651/b1057/importcfg << 'EOF' # internal
2025-08-20T21:26:45.6306418Z [00:02:59.751]➜  # import config
2025-08-20T21:26:45.6307221Z [00:02:59.751]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:45.6308186Z [00:02:59.751]➜  packagefile crypto/tls=/tmp/go-build548448651/b110/_pkg_.a
2025-08-20T21:26:45.6309234Z [00:02:59.751]➜  packagefile crypto/x509=/tmp/go-build548448651/b154/_pkg_.a
2025-08-20T21:26:45.6310102Z [00:02:59.751]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:45.6310907Z [00:02:59.751]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:45.6313038Z [00:02:59.751]➜  packagefile google.golang.org/grpc/attributes=/tmp/go-build548448651/b1058/_pkg_.a
2025-08-20T21:26:45.6315376Z [00:02:59.751]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build548448651/b1055/_pkg_.a
2025-08-20T21:26:45.6316563Z [00:02:59.751]➜  packagefile google.golang.org/grpc/internal/credentials=/tmp/go-build548448651/b1059/_pkg_.a
2025-08-20T21:26:45.6317823Z [00:02:59.751]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build548448651/b1060/_pkg_.a
2025-08-20T21:26:45.6319181Z [00:02:59.751]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build548448651/b300/_pkg_.a
2025-08-20T21:26:45.6320069Z [00:02:59.751]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:45.6320804Z [00:02:59.751]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:45.6321520Z [00:02:59.751]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:45.6322043Z [00:02:59.751]➜  EOF
2025-08-20T21:26:45.6325796Z [00:02:59.751]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1057/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.73.0/credentials=>google.golang.org/grpc@v1.73.0/credentials;$WORK/b1057=>" -p google.golang.org/grpc/credentials -lang=go1.23 -complete -installsuffix shared -buildid xaZ8vpF7uVP0DX1uGGub/xaZ8vpF7uVP0DX1uGGub -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1057/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/credentials/credentials.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/credentials/tls.go
2025-08-20T21:26:45.6330264Z [00:02:59.752]➜  cp $WORK/b1032/_pkg_.a /root/.cache/go-build/65/6506f8cfd607a3d97fac566ecbb6090cd402cae6adc66fed99d92c8da8c50b76-d # internal
2025-08-20T21:26:45.6331527Z [00:02:59.752]➜  go.opentelemetry.io/otel/exporters/otlp/otlptrace
2025-08-20T21:26:45.6332110Z [00:02:59.752]➜  mkdir -p $WORK/b1031/
2025-08-20T21:26:45.6332760Z [00:02:59.754]➜  cat >/tmp/go-build548448651/b1031/importcfg << 'EOF' # internal
2025-08-20T21:26:45.6333359Z [00:02:59.754]➜  # import config
2025-08-20T21:26:45.6333931Z [00:02:59.754]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:45.6334667Z [00:02:59.754]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:45.6335378Z [00:02:59.754]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:45.6336626Z [00:02:59.754]➜  packagefile go.opentelemetry.io/otel/exporters/otlp/otlptrace/internal/tracetransform=/tmp/go-build548448651/b1032/_pkg_.a
2025-08-20T21:26:45.6338041Z [00:02:59.754]➜  packagefile go.opentelemetry.io/otel/sdk/trace=/tmp/go-build548448651/b1037/_pkg_.a
2025-08-20T21:26:45.6340039Z [00:02:59.754]➜  packagefile go.opentelemetry.io/proto/otlp/trace/v1=/tmp/go-build548448651/b1041/_pkg_.a
2025-08-20T21:26:45.6340978Z [00:02:59.754]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:45.6341518Z [00:02:59.754]➜  EOF
2025-08-20T21:26:45.6347280Z [00:02:59.754]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1031/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace@v1.37.0=>go.opentelemetry.io/otel/exporters/otlp/otlptrace@v1.37.0;$WORK/b1031=>" -p go.opentelemetry.io/otel/exporters/otlp/otlptrace -lang=go1.23 -complete -installsuffix shared -buildid M7GPd7vYJaa3Rm6Y9-oB/M7GPd7vYJaa3Rm6Y9-oB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1031/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace@v1.37.0/clients.go /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace@v1.37.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace@v1.37.0/exporter.go /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace@v1.37.0/version.go
2025-08-20T21:26:45.6843345Z [00:02:59.807]➜  go tool buildid -w $WORK/b1061/_pkg_.a # internal
2025-08-20T21:26:45.6848088Z [00:02:59.807]➜  cp $WORK/b1061/_pkg_.a /root/.cache/go-build/a0/a0c744f26296ed2634db70ed733df0b9d540e8171f44e3368dbd238745bded0b-d # internal
2025-08-20T21:26:45.6849509Z [00:02:59.807]➜  google.golang.org/grpc/metadata
2025-08-20T21:26:45.6850132Z [00:02:59.807]➜  mkdir -p $WORK/b1065/
2025-08-20T21:26:45.6854253Z [00:02:59.808]➜  cat >/tmp/go-build548448651/b1065/importcfg << 'EOF' # internal
2025-08-20T21:26:45.6855152Z [00:02:59.808]➜  # import config
2025-08-20T21:26:45.6855938Z [00:02:59.808]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:45.6858861Z [00:02:59.808]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:45.6859814Z [00:02:59.808]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build548448651/b1061/_pkg_.a
2025-08-20T21:26:45.6860748Z [00:02:59.808]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:45.6861323Z [00:02:59.808]➜  EOF
2025-08-20T21:26:45.6864630Z [00:02:59.808]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1065/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.73.0/metadata=>google.golang.org/grpc@v1.73.0/metadata;$WORK/b1065=>" -p google.golang.org/grpc/metadata -lang=go1.23 -complete -installsuffix shared -buildid Kq5ZDg3LpWx9fRVuRGna/Kq5ZDg3LpWx9fRVuRGna -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1065/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/metadata/metadata.go
2025-08-20T21:26:45.6881321Z [00:02:59.810]➜  go tool buildid -w $WORK/b1031/_pkg_.a # internal
2025-08-20T21:26:45.6908822Z [00:02:59.813]➜  cp $WORK/b1031/_pkg_.a /root/.cache/go-build/71/71894402c08e7afc4a84aa339ccb991400b7c6a3b3bd7f0fd2203fb4560c0795-d # internal
2025-08-20T21:26:45.6913680Z [00:02:59.813]➜  google.golang.org/grpc/balancer/pickfirst/internal
2025-08-20T21:26:45.6914527Z [00:02:59.813]➜  mkdir -p $WORK/b1069/
2025-08-20T21:26:45.6944733Z [00:02:59.817]➜  cat >/tmp/go-build548448651/b1069/importcfg << 'EOF' # internal
2025-08-20T21:26:45.6948995Z [00:02:59.817]➜  # import config
2025-08-20T21:26:45.6949758Z [00:02:59.817]➜  packagefile math/rand/v2=/tmp/go-build548448651/b104/_pkg_.a
2025-08-20T21:26:45.6950606Z [00:02:59.817]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:45.6951254Z [00:02:59.817]➜  EOF
2025-08-20T21:26:45.6955699Z [00:02:59.817]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1069/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.73.0/balancer/pickfirst/internal=>google.golang.org/grpc@v1.73.0/balancer/pickfirst/internal;$WORK/b1069=>" -p google.golang.org/grpc/balancer/pickfirst/internal -lang=go1.23 -complete -installsuffix shared -buildid eQ6Xm1THygS1xK6lsr5P/eQ6Xm1THygS1xK6lsr5P -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1069/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/balancer/pickfirst/internal/internal.go
2025-08-20T21:26:45.6967367Z [00:02:59.819]➜  go tool buildid -w $WORK/b1057/_pkg_.a # internal
2025-08-20T21:26:45.6985525Z [00:02:59.821]➜  cp $WORK/b1057/_pkg_.a /root/.cache/go-build/08/089d1ad9ccf0c5be41a07179442f3fd93774d5a4247c69106f7ab8cff45e058b-d # internal
2025-08-20T21:26:45.7034297Z [00:02:59.826]➜  google.golang.org/grpc/internal/channelz
2025-08-20T21:26:45.7035586Z [00:02:59.826]➜  mkdir -p $WORK/b1053/
2025-08-20T21:26:45.7043936Z [00:02:59.827]➜  cat >/tmp/go-build548448651/b1053/importcfg << 'EOF' # internal
2025-08-20T21:26:45.7044906Z [00:02:59.827]➜  # import config
2025-08-20T21:26:45.7045799Z [00:02:59.827]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:45.7049178Z [00:02:59.827]➜  packagefile golang.org/x/sys/unix=/tmp/go-build548448651/b194/_pkg_.a
2025-08-20T21:26:45.7050339Z [00:02:59.827]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build548448651/b1054/_pkg_.a
2025-08-20T21:26:45.7051715Z [00:02:59.827]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build548448651/b1057/_pkg_.a
2025-08-20T21:26:45.7052886Z [00:02:59.827]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build548448651/b1055/_pkg_.a
2025-08-20T21:26:45.7053991Z [00:02:59.827]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build548448651/b1061/_pkg_.a
2025-08-20T21:26:45.7054909Z [00:02:59.827]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:45.7055663Z [00:02:59.827]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:45.7056420Z [00:02:59.827]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:45.7057215Z [00:02:59.827]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:45.7058036Z [00:02:59.827]➜  packagefile syscall=/tmp/go-build548448651/b047/_pkg_.a
2025-08-20T21:26:45.7059057Z [00:02:59.827]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:45.7059616Z [00:02:59.827]➜  EOF
2025-08-20T21:26:45.7067198Z [00:02:59.827]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1053/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/channelz=>google.golang.org/grpc@v1.73.0/internal/channelz;$WORK/b1053=>" -p google.golang.org/grpc/internal/channelz -lang=go1.23 -complete -installsuffix shared -buildid 3phrmF2BHoJWGpDptc4C/3phrmF2BHoJWGpDptc4C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1053/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/channelz/channel.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/channelz/channelmap.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/channelz/funcs.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/channelz/logging.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/channelz/server.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/channelz/socket.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/channelz/subchannel.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/channelz/syscall_linux.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/channelz/trace.go
2025-08-20T21:26:45.7140702Z [00:02:59.836]➜  go tool buildid -w $WORK/b1069/_pkg_.a # internal
2025-08-20T21:26:45.7148082Z [00:02:59.837]➜  cp $WORK/b1069/_pkg_.a /root/.cache/go-build/0b/0b35389c5f2b8df47f0f15ef4f930641e4fc3b1dd2b35384e4d8f0ef51d50644-d # internal
2025-08-20T21:26:45.7152437Z [00:02:59.837]➜  google.golang.org/grpc/internal/grpclog
2025-08-20T21:26:45.7153025Z [00:02:59.838]➜  mkdir -p $WORK/b1071/
2025-08-20T21:26:45.7158893Z [00:02:59.838]➜  cat >/tmp/go-build548448651/b1071/importcfg << 'EOF' # internal
2025-08-20T21:26:45.7164333Z [00:02:59.838]➜  # import config
2025-08-20T21:26:45.7164946Z [00:02:59.838]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:45.7166036Z [00:02:59.838]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build548448651/b1055/_pkg_.a
2025-08-20T21:26:45.7166753Z [00:02:59.838]➜  EOF
2025-08-20T21:26:45.7190505Z [00:02:59.841]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1071/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/grpclog=>google.golang.org/grpc@v1.73.0/internal/grpclog;$WORK/b1071=>" -p google.golang.org/grpc/internal/grpclog -lang=go1.23 -complete -installsuffix shared -buildid EP2FkZJKjqgiORSbKZZ0/EP2FkZJKjqgiORSbKZZ0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1071/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/grpclog/prefix_logger.go
2025-08-20T21:26:45.7280991Z [00:02:59.850]➜  go tool buildid -w $WORK/b1065/_pkg_.a # internal
2025-08-20T21:26:45.7285773Z [00:02:59.851]➜  cp $WORK/b1065/_pkg_.a /root/.cache/go-build/ac/ac42013050b3cd724ffb07182b17f04161774fe191361a8572d0ed603b4381a0-d # internal
2025-08-20T21:26:45.7293399Z [00:02:59.851]➜  google.golang.org/grpc/stats
2025-08-20T21:26:45.7294068Z [00:02:59.851]➜  mkdir -p $WORK/b1064/
2025-08-20T21:26:45.7295061Z [00:02:59.851]➜  cat >/tmp/go-build548448651/b1064/importcfg << 'EOF' # internal
2025-08-20T21:26:45.7295837Z [00:02:59.851]➜  # import config
2025-08-20T21:26:45.7296492Z [00:02:59.851]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:45.7297495Z [00:02:59.851]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build548448651/b1065/_pkg_.a
2025-08-20T21:26:45.7298434Z [00:02:59.851]➜  packagefile maps=/tmp/go-build548448651/b159/_pkg_.a
2025-08-20T21:26:45.7299404Z [00:02:59.851]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:45.7300159Z [00:02:59.852]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:45.7300767Z [00:02:59.852]➜  EOF
2025-08-20T21:26:45.7304999Z [00:02:59.852]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1064/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.73.0/stats=>google.golang.org/grpc@v1.73.0/stats;$WORK/b1064=>" -p google.golang.org/grpc/stats -lang=go1.23 -complete -installsuffix shared -buildid UasW3ntLYNAttHrLZZLs/UasW3ntLYNAttHrLZZLs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1064/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/stats/handlers.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/stats/metrics.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/stats/stats.go
2025-08-20T21:26:45.7487787Z [00:02:59.871]➜  go tool buildid -w $WORK/b1071/_pkg_.a # internal
2025-08-20T21:26:45.7492348Z [00:02:59.872]➜  cp $WORK/b1071/_pkg_.a /root/.cache/go-build/22/22cc2b3950b35aac9f53a2abf3305872787fa8804d35128677346fb8250fa312-d # internal
2025-08-20T21:26:45.7513344Z [00:02:59.874]➜  google.golang.org/protobuf/internal/encoding/json
2025-08-20T21:26:45.7514255Z [00:02:59.874]➜  mkdir -p $WORK/b1074/
2025-08-20T21:26:45.7518821Z [00:02:59.874]➜  cat >/tmp/go-build548448651/b1074/importcfg << 'EOF' # internal
2025-08-20T21:26:45.7519577Z [00:02:59.874]➜  # import config
2025-08-20T21:26:45.7521543Z [00:02:59.874]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:45.7522561Z [00:02:59.874]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:45.7523603Z [00:02:59.874]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build548448651/b284/_pkg_.a
2025-08-20T21:26:45.7524886Z [00:02:59.874]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build548448651/b283/_pkg_.a
2025-08-20T21:26:45.7526131Z [00:02:59.874]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build548448651/b296/_pkg_.a
2025-08-20T21:26:45.7527087Z [00:02:59.874]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:45.7527833Z [00:02:59.874]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:45.7528770Z [00:02:59.874]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:45.7529657Z [00:02:59.874]➜  packagefile regexp=/tmp/go-build548448651/b192/_pkg_.a
2025-08-20T21:26:45.7530728Z [00:02:59.874]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:45.7531682Z [00:02:59.874]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:45.7532542Z [00:02:59.874]➜  packagefile unicode=/tmp/go-build548448651/b041/_pkg_.a
2025-08-20T21:26:45.7533501Z [00:02:59.874]➜  packagefile unicode/utf16=/tmp/go-build548448651/b069/_pkg_.a
2025-08-20T21:26:45.7534449Z [00:02:59.874]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:45.7535133Z [00:02:59.874]➜  EOF
2025-08-20T21:26:45.7542139Z [00:02:59.874]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1074/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/json=>google.golang.org/protobuf@v1.36.7/internal/encoding/json;$WORK/b1074=>" -p google.golang.org/protobuf/internal/encoding/json -lang=go1.22 -complete -installsuffix shared -buildid 4TO_NJRvP2x84GETCdJJ/4TO_NJRvP2x84GETCdJJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1074/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/json/decode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/json/decode_number.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/json/decode_string.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/json/decode_token.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/json/encode.go
2025-08-20T21:26:45.7637886Z [00:02:59.886]➜  go tool buildid -w $WORK/b1064/_pkg_.a # internal
2025-08-20T21:26:45.7648062Z [00:02:59.887]➜  cp $WORK/b1064/_pkg_.a /root/.cache/go-build/91/919e0abb315a148872313ec8e3393f95c5b0ec4af381f324e4f73c273c9047a0-d # internal
2025-08-20T21:26:45.7650256Z [00:02:59.887]➜  google.golang.org/grpc/experimental/stats
2025-08-20T21:26:45.7651607Z [00:02:59.887]➜  mkdir -p $WORK/b1063/
2025-08-20T21:26:45.7652842Z [00:02:59.888]➜  cat >/tmp/go-build548448651/b1063/importcfg << 'EOF' # internal
2025-08-20T21:26:45.7654149Z [00:02:59.888]➜  # import config
2025-08-20T21:26:45.7655325Z [00:02:59.888]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build548448651/b1055/_pkg_.a
2025-08-20T21:26:45.7656733Z [00:02:59.888]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build548448651/b1061/_pkg_.a
2025-08-20T21:26:45.7659395Z [00:02:59.888]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build548448651/b1064/_pkg_.a
2025-08-20T21:26:45.7662157Z [00:02:59.888]➜  packagefile maps=/tmp/go-build548448651/b159/_pkg_.a
2025-08-20T21:26:45.7662787Z [00:02:59.888]➜  EOF
2025-08-20T21:26:45.7667282Z [00:02:59.888]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1063/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.73.0/experimental/stats=>google.golang.org/grpc@v1.73.0/experimental/stats;$WORK/b1063=>" -p google.golang.org/grpc/experimental/stats -lang=go1.23 -complete -installsuffix shared -buildid ip8PhY-ocWq-5q-FBUKv/ip8PhY-ocWq-5q-FBUKv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1063/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/experimental/stats/metricregistry.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/experimental/stats/metrics.go
2025-08-20T21:26:45.7920482Z [00:02:59.914]➜  go tool buildid -w $WORK/b1063/_pkg_.a # internal
2025-08-20T21:26:45.7931929Z [00:02:59.915]➜  cp $WORK/b1063/_pkg_.a /root/.cache/go-build/01/01f9da05bf930ee1fe48ebd750d7f53ee9f3712ca41f643fbebda960bb3ffc39-d # internal
2025-08-20T21:26:45.7936483Z [00:02:59.916]➜  google.golang.org/grpc/resolver
2025-08-20T21:26:45.7937157Z [00:02:59.916]➜  mkdir -p $WORK/b1066/
2025-08-20T21:26:45.7939269Z [00:02:59.916]➜  cat >/tmp/go-build548448651/b1066/importcfg << 'EOF' # internal
2025-08-20T21:26:45.7940035Z [00:02:59.916]➜  # import config
2025-08-20T21:26:45.7940737Z [00:02:59.916]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:45.7941678Z [00:02:59.916]➜  packagefile encoding/base64=/tmp/go-build548448651/b054/_pkg_.a
2025-08-20T21:26:45.7942815Z [00:02:59.916]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:45.7943719Z [00:02:59.916]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:45.7944771Z [00:02:59.916]➜  packagefile google.golang.org/grpc/attributes=/tmp/go-build548448651/b1058/_pkg_.a
2025-08-20T21:26:45.7946047Z [00:02:59.916]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build548448651/b1057/_pkg_.a
2025-08-20T21:26:45.7947390Z [00:02:59.916]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build548448651/b1063/_pkg_.a
2025-08-20T21:26:45.7948867Z [00:02:59.916]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build548448651/b1061/_pkg_.a
2025-08-20T21:26:45.7950128Z [00:02:59.916]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build548448651/b1062/_pkg_.a
2025-08-20T21:26:45.7951160Z [00:02:59.916]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:45.7952005Z [00:02:59.916]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:45.7952855Z [00:02:59.916]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:45.7953918Z [00:02:59.916]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:45.7954722Z [00:02:59.916]➜  EOF
2025-08-20T21:26:45.7973258Z [00:02:59.916]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1066/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.73.0/resolver=>google.golang.org/grpc@v1.73.0/resolver;$WORK/b1066=>" -p google.golang.org/grpc/resolver -lang=go1.23 -complete -installsuffix shared -buildid vSBVw9TqA4VQZvpIsw5q/vSBVw9TqA4VQZvpIsw5q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1066/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/resolver/map.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/resolver/resolver.go
2025-08-20T21:26:45.8744710Z [00:02:59.997]➜  go tool buildid -w $WORK/b1066/_pkg_.a # internal
2025-08-20T21:26:45.8760566Z [00:02:59.998]➜  cp $WORK/b1066/_pkg_.a /root/.cache/go-build/76/764fe1d6cfbe23795f274af1d220e802f9022a3c0a32c2a8b33c0de794c70e0e-d # internal
2025-08-20T21:26:45.8794703Z [00:03:00.002]➜  google.golang.org/protobuf/protoadapt
2025-08-20T21:26:45.8799228Z [00:03:00.002]➜  mkdir -p $WORK/b1075/
2025-08-20T21:26:45.8800304Z [00:03:00.002]➜  cat >/tmp/go-build548448651/b1075/importcfg << 'EOF' # internal
2025-08-20T21:26:45.8801038Z [00:03:00.002]➜  # import config
2025-08-20T21:26:45.8801882Z [00:03:00.002]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build548448651/b300/_pkg_.a
2025-08-20T21:26:45.8803169Z [00:03:00.002]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build548448651/b303/_pkg_.a
2025-08-20T21:26:45.8804537Z [00:03:00.002]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build548448651/b287/_pkg_.a
2025-08-20T21:26:45.8805451Z [00:03:00.002]➜  EOF
2025-08-20T21:26:45.8809460Z [00:03:00.002]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1075/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/protoadapt=>google.golang.org/protobuf@v1.36.7/protoadapt;$WORK/b1075=>" -p google.golang.org/protobuf/protoadapt -lang=go1.22 -complete -installsuffix shared -buildid by9iRsjcwXFcRMkIyChu/by9iRsjcwXFcRMkIyChu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1075/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/protoadapt/convert.go
2025-08-20T21:26:45.9175149Z [00:03:00.040]➜  go tool buildid -w $WORK/b1075/_pkg_.a # internal
2025-08-20T21:26:45.9185859Z [00:03:00.041]➜  cp $WORK/b1075/_pkg_.a /root/.cache/go-build/30/3057133127598ed50eb80e065a5a7a099e71a40bde8a473c2cd96c71ebe55b74-d # internal
2025-08-20T21:26:45.9190401Z [00:03:00.041]➜  google.golang.org/grpc/codes
2025-08-20T21:26:45.9197951Z [00:03:00.041]➜  mkdir -p $WORK/b1078/
2025-08-20T21:26:45.9199026Z [00:03:00.042]➜  cat >/tmp/go-build548448651/b1078/importcfg << 'EOF' # internal
2025-08-20T21:26:45.9199756Z [00:03:00.042]➜  # import config
2025-08-20T21:26:45.9200680Z [00:03:00.042]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:45.9201939Z [00:03:00.042]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build548448651/b1061/_pkg_.a
2025-08-20T21:26:45.9202962Z [00:03:00.042]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:45.9203604Z [00:03:00.042]➜  EOF
2025-08-20T21:26:45.9207475Z [00:03:00.042]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1078/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.73.0/codes=>google.golang.org/grpc@v1.73.0/codes;$WORK/b1078=>" -p google.golang.org/grpc/codes -lang=go1.23 -complete -installsuffix shared -buildid 8LZjomUpB-u5l6s1nO8Y/8LZjomUpB-u5l6s1nO8Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1078/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/codes/code_string.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/codes/codes.go
2025-08-20T21:26:45.9240380Z [00:03:00.046]➜  go tool buildid -w $WORK/b1053/_pkg_.a # internal
2025-08-20T21:26:45.9275003Z [00:03:00.050]➜  cp $WORK/b1053/_pkg_.a /root/.cache/go-build/d4/d4c88c97829ea0ac96045bab0446e6b969163a34c6e5890dfc1677e3d57f8f2a-d # internal
2025-08-20T21:26:45.9276459Z [00:03:00.050]➜  google.golang.org/grpc/channelz
2025-08-20T21:26:45.9277230Z [00:03:00.050]➜  mkdir -p $WORK/b1052/
2025-08-20T21:26:45.9280417Z [00:03:00.050]➜  cat >/tmp/go-build548448651/b1052/importcfg << 'EOF' # internal
2025-08-20T21:26:45.9281177Z [00:03:00.050]➜  # import config
2025-08-20T21:26:45.9282127Z [00:03:00.050]➜  packagefile google.golang.org/grpc/internal/channelz=/tmp/go-build548448651/b1053/_pkg_.a
2025-08-20T21:26:45.9282995Z [00:03:00.050]➜  EOF
2025-08-20T21:26:45.9286550Z [00:03:00.050]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1052/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.73.0/channelz=>google.golang.org/grpc@v1.73.0/channelz;$WORK/b1052=>" -p google.golang.org/grpc/channelz -lang=go1.23 -complete -installsuffix shared -buildid 05wP1qPFVoiIRoDoBd5I/05wP1qPFVoiIRoDoBd5I -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1052/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/channelz/channelz.go
2025-08-20T21:26:45.9371574Z [00:03:00.059]➜  go tool buildid -w $WORK/b1078/_pkg_.a # internal
2025-08-20T21:26:45.9374851Z [00:03:00.060]➜  go tool buildid -w $WORK/b1052/_pkg_.a # internal
2025-08-20T21:26:45.9379546Z [00:03:00.060]➜  cp $WORK/b1078/_pkg_.a /root/.cache/go-build/3d/3dd1480d75b1c8f59615d24dd373b6bac8cac95163019f8bc856f7734505998e-d # internal
2025-08-20T21:26:45.9385290Z [00:03:00.060]➜  google.golang.org/grpc/credentials/insecure
2025-08-20T21:26:45.9385974Z [00:03:00.060]➜  mkdir -p $WORK/b1079/
2025-08-20T21:26:45.9387221Z [00:03:00.061]➜  cp $WORK/b1052/_pkg_.a /root/.cache/go-build/bd/bdeb93550f76faf75f5a498177e925da4dd114256dfc4be26709c1aedee582d6-d # internal
2025-08-20T21:26:45.9405750Z [00:03:00.063]➜  cat >/tmp/go-build548448651/b1079/importcfg << 'EOF' # internal
2025-08-20T21:26:45.9408744Z [00:03:00.063]➜  # import config
2025-08-20T21:26:45.9409492Z [00:03:00.063]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:45.9410800Z [00:03:00.063]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build548448651/b1057/_pkg_.a
2025-08-20T21:26:45.9411783Z [00:03:00.063]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:45.9412377Z [00:03:00.063]➜  EOF
2025-08-20T21:26:45.9416331Z [00:03:00.063]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1079/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.73.0/credentials/insecure=>google.golang.org/grpc@v1.73.0/credentials/insecure;$WORK/b1079=>" -p google.golang.org/grpc/credentials/insecure -lang=go1.23 -complete -installsuffix shared -buildid 2OS6ktL5LG01AHCPGOvZ/2OS6ktL5LG01AHCPGOvZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1079/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/credentials/insecure/insecure.go
2025-08-20T21:26:45.9421036Z [00:03:00.063]➜  google.golang.org/grpc/balancer
2025-08-20T21:26:45.9421849Z [00:03:00.063]➜  mkdir -p $WORK/b1051/
2025-08-20T21:26:45.9422620Z [00:03:00.063]➜  cat >/tmp/go-build548448651/b1051/importcfg << 'EOF' # internal
2025-08-20T21:26:45.9423450Z [00:03:00.063]➜  # import config
2025-08-20T21:26:45.9424136Z [00:03:00.063]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:45.9425006Z [00:03:00.063]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:45.9425891Z [00:03:00.063]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:45.9426911Z [00:03:00.063]➜  packagefile google.golang.org/grpc/channelz=/tmp/go-build548448651/b1052/_pkg_.a
2025-08-20T21:26:45.9428092Z [00:03:00.063]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build548448651/b1054/_pkg_.a
2025-08-20T21:26:45.9429514Z [00:03:00.063]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build548448651/b1057/_pkg_.a
2025-08-20T21:26:45.9430785Z [00:03:00.063]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build548448651/b1063/_pkg_.a
2025-08-20T21:26:45.9432027Z [00:03:00.063]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build548448651/b1055/_pkg_.a
2025-08-20T21:26:45.9433192Z [00:03:00.063]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build548448651/b1061/_pkg_.a
2025-08-20T21:26:45.9434370Z [00:03:00.063]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build548448651/b1065/_pkg_.a
2025-08-20T21:26:45.9435549Z [00:03:00.063]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build548448651/b1066/_pkg_.a
2025-08-20T21:26:45.9436741Z [00:03:00.063]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build548448651/b1062/_pkg_.a
2025-08-20T21:26:45.9437721Z [00:03:00.063]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:45.9438670Z [00:03:00.063]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:45.9439305Z [00:03:00.063]➜  EOF
2025-08-20T21:26:45.9443846Z [00:03:00.063]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1051/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.73.0/balancer=>google.golang.org/grpc@v1.73.0/balancer;$WORK/b1051=>" -p google.golang.org/grpc/balancer -lang=go1.23 -complete -installsuffix shared -buildid uQ3pd2tmNNlu1iJ57_D-/uQ3pd2tmNNlu1iJ57_D- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1051/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/balancer/balancer.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/balancer/conn_state_evaluator.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/balancer/subconn.go
2025-08-20T21:26:45.9607699Z [00:03:00.083]➜  go tool buildid -w $WORK/b1074/_pkg_.a # internal
2025-08-20T21:26:45.9622823Z [00:03:00.085]➜  cp $WORK/b1074/_pkg_.a /root/.cache/go-build/54/545924999e414a8b99019f973bf72a64f698ea31f144f085ef865031f6729ae5-d # internal
2025-08-20T21:26:45.9660583Z [00:03:00.088]➜  google.golang.org/protobuf/encoding/protojson
2025-08-20T21:26:45.9672772Z [00:03:00.088]➜  mkdir -p $WORK/b1073/
2025-08-20T21:26:45.9673578Z [00:03:00.089]➜  cat >/tmp/go-build548448651/b1073/importcfg << 'EOF' # internal
2025-08-20T21:26:45.9674465Z [00:03:00.089]➜  # import config
2025-08-20T21:26:45.9675133Z [00:03:00.089]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:45.9676005Z [00:03:00.089]➜  packagefile encoding/base64=/tmp/go-build548448651/b054/_pkg_.a
2025-08-20T21:26:45.9676829Z [00:03:00.089]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:45.9677885Z [00:03:00.089]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build548448651/b282/_pkg_.a
2025-08-20T21:26:45.9679501Z [00:03:00.089]➜  packagefile google.golang.org/protobuf/internal/encoding/json=/tmp/go-build548448651/b1074/_pkg_.a
2025-08-20T21:26:45.9681023Z [00:03:00.089]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build548448651/b298/_pkg_.a
2025-08-20T21:26:45.9682469Z [00:03:00.089]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build548448651/b283/_pkg_.a
2025-08-20T21:26:45.9683974Z [00:03:00.089]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build548448651/b288/_pkg_.a
2025-08-20T21:26:45.9685433Z [00:03:00.089]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build548448651/b295/_pkg_.a
2025-08-20T21:26:45.9686732Z [00:03:00.089]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build548448651/b299/_pkg_.a
2025-08-20T21:26:45.9688001Z [00:03:00.089]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build548448651/b301/_pkg_.a
2025-08-20T21:26:45.9690432Z [00:03:00.089]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build548448651/b286/_pkg_.a
2025-08-20T21:26:45.9691753Z [00:03:00.089]➜  packagefile google.golang.org/protobuf/internal/set=/tmp/go-build548448651/b307/_pkg_.a
2025-08-20T21:26:45.9692995Z [00:03:00.089]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build548448651/b296/_pkg_.a
2025-08-20T21:26:45.9694184Z [00:03:00.089]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build548448651/b300/_pkg_.a
2025-08-20T21:26:45.9695476Z [00:03:00.089]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build548448651/b281/_pkg_.a
2025-08-20T21:26:45.9696950Z [00:03:00.089]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build548448651/b302/_pkg_.a
2025-08-20T21:26:45.9698074Z [00:03:00.089]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:45.9700586Z [00:03:00.089]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:45.9701446Z [00:03:00.089]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:45.9702244Z [00:03:00.089]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:45.9702847Z [00:03:00.089]➜  EOF
2025-08-20T21:26:45.9709029Z [00:03:00.089]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1073/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/encoding/protojson=>google.golang.org/protobuf@v1.36.7/encoding/protojson;$WORK/b1073=>" -p google.golang.org/protobuf/encoding/protojson -lang=go1.22 -complete -installsuffix shared -buildid Mpl4hE3Ybbk2bpNNKe1C/Mpl4hE3Ybbk2bpNNKe1C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1073/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/encoding/protojson/decode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/encoding/protojson/doc.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/encoding/protojson/encode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/encoding/protojson/well_known_types.go
2025-08-20T21:26:45.9714550Z [00:03:00.092]➜  go tool buildid -w $WORK/b1079/_pkg_.a # internal
2025-08-20T21:26:45.9764994Z [00:03:00.099]➜  cp $WORK/b1079/_pkg_.a /root/.cache/go-build/b8/b8eb03a23f43fd7bb4b6d1ce9b65a95dde346f689015fbb0c95a2ca1c068963b-d # internal
2025-08-20T21:26:45.9793923Z [00:03:00.099]➜  google.golang.org/grpc/internal/grpcutil
2025-08-20T21:26:45.9794564Z [00:03:00.099]➜  mkdir -p $WORK/b1081/
2025-08-20T21:26:45.9795318Z [00:03:00.099]➜  cat >/tmp/go-build548448651/b1081/importcfg << 'EOF' # internal
2025-08-20T21:26:45.9796186Z [00:03:00.099]➜  # import config
2025-08-20T21:26:45.9796842Z [00:03:00.099]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:45.9797652Z [00:03:00.099]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:45.9798836Z [00:03:00.099]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build548448651/b1065/_pkg_.a
2025-08-20T21:26:45.9799818Z [00:03:00.099]➜  packagefile regexp=/tmp/go-build548448651/b192/_pkg_.a
2025-08-20T21:26:45.9800659Z [00:03:00.099]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:45.9801506Z [00:03:00.099]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:45.9802296Z [00:03:00.099]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:45.9802905Z [00:03:00.099]➜  EOF
2025-08-20T21:26:45.9809806Z [00:03:00.099]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1081/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/grpcutil=>google.golang.org/grpc@v1.73.0/internal/grpcutil;$WORK/b1081=>" -p google.golang.org/grpc/internal/grpcutil -lang=go1.23 -complete -installsuffix shared -buildid TG94CVI2o5XOZzYK6W-O/TG94CVI2o5XOZzYK6W-O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1081/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/grpcutil/compressor.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/grpcutil/encode_duration.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/grpcutil/grpcutil.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/grpcutil/metadata.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/grpcutil/method.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/grpcutil/regex.go
2025-08-20T21:26:45.9834516Z [00:03:00.106]➜  go tool buildid -w $WORK/b1051/_pkg_.a # internal
2025-08-20T21:26:45.9850468Z [00:03:00.107]➜  cp $WORK/b1051/_pkg_.a /root/.cache/go-build/7f/7f00b945ef37788858f5deea4ab75d62d1baeecaa87a711e2ad7488cc0fe3c09-d # internal
2025-08-20T21:26:45.9855088Z [00:03:00.108]➜  google.golang.org/grpc/balancer/base
2025-08-20T21:26:45.9855731Z [00:03:00.108]➜  mkdir -p $WORK/b1067/
2025-08-20T21:26:45.9861420Z [00:03:00.108]➜  cat >/tmp/go-build548448651/b1067/importcfg << 'EOF' # internal
2025-08-20T21:26:45.9867986Z [00:03:00.108]➜  # import config
2025-08-20T21:26:45.9868887Z [00:03:00.108]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:45.9869760Z [00:03:00.108]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:45.9870778Z [00:03:00.108]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build548448651/b1051/_pkg_.a
2025-08-20T21:26:45.9872052Z [00:03:00.108]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build548448651/b1054/_pkg_.a
2025-08-20T21:26:45.9873278Z [00:03:00.108]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build548448651/b1055/_pkg_.a
2025-08-20T21:26:45.9874475Z [00:03:00.108]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build548448651/b1066/_pkg_.a
2025-08-20T21:26:45.9875315Z [00:03:00.108]➜  EOF
2025-08-20T21:26:45.9879690Z [00:03:00.109]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1067/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.73.0/balancer/base=>google.golang.org/grpc@v1.73.0/balancer/base;$WORK/b1067=>" -p google.golang.org/grpc/balancer/base -lang=go1.23 -complete -installsuffix shared -buildid Sn98KjN-qI1pmkzKdxC8/Sn98KjN-qI1pmkzKdxC8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1067/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/balancer/base/balancer.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/balancer/base/base.go
2025-08-20T21:26:46.0245889Z [00:03:00.147]➜  go tool buildid -w $WORK/b1081/_pkg_.a # internal
2025-08-20T21:26:46.0252606Z [00:03:00.148]➜  cp $WORK/b1081/_pkg_.a /root/.cache/go-build/3b/3b687f43c117fde997d0c2d14308f06e53cca9b2f6de2dc75d0c882d0fef3424-d # internal
2025-08-20T21:26:46.0257403Z [00:03:00.148]➜  google.golang.org/grpc/mem
2025-08-20T21:26:46.0258030Z [00:03:00.148]➜  mkdir -p $WORK/b1082/
2025-08-20T21:26:46.0283624Z [00:03:00.151]➜  cat >/tmp/go-build548448651/b1082/importcfg << 'EOF' # internal
2025-08-20T21:26:46.0319093Z [00:03:00.151]➜  # import config
2025-08-20T21:26:46.0319891Z [00:03:00.151]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:46.0320929Z [00:03:00.151]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build548448651/b1061/_pkg_.a
2025-08-20T21:26:46.0321968Z [00:03:00.151]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:46.0322751Z [00:03:00.151]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:46.0323540Z [00:03:00.151]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:46.0324389Z [00:03:00.151]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:46.0325035Z [00:03:00.151]➜  EOF
2025-08-20T21:26:46.0329753Z [00:03:00.151]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1082/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.73.0/mem=>google.golang.org/grpc@v1.73.0/mem;$WORK/b1082=>" -p google.golang.org/grpc/mem -lang=go1.23 -complete -installsuffix shared -buildid 6FVdF1lsn92Y2VcdeRnW/6FVdF1lsn92Y2VcdeRnW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1082/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/mem/buffer_pool.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/mem/buffer_slice.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/mem/buffers.go
2025-08-20T21:26:46.0738176Z [00:03:00.196]➜  go tool buildid -w $WORK/b1067/_pkg_.a # internal
2025-08-20T21:26:46.0758287Z [00:03:00.198]➜  cp $WORK/b1067/_pkg_.a /root/.cache/go-build/97/970706f02168f06c2fcec8df5c93bada67cfc0e21112cb3abc035860eec8b857-d # internal
2025-08-20T21:26:46.0759704Z [00:03:00.198]➜  google.golang.org/grpc/balancer/endpointsharding
2025-08-20T21:26:46.0760400Z [00:03:00.198]➜  mkdir -p $WORK/b1077/
2025-08-20T21:26:46.0766715Z [00:03:00.199]➜  cat >/tmp/go-build548448651/b1077/importcfg << 'EOF' # internal
2025-08-20T21:26:46.0767430Z [00:03:00.199]➜  # import config
2025-08-20T21:26:46.0768102Z [00:03:00.199]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:46.0769251Z [00:03:00.199]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build548448651/b1051/_pkg_.a
2025-08-20T21:26:46.0770374Z [00:03:00.199]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build548448651/b1067/_pkg_.a
2025-08-20T21:26:46.0771544Z [00:03:00.199]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build548448651/b1054/_pkg_.a
2025-08-20T21:26:46.0772690Z [00:03:00.199]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build548448651/b1066/_pkg_.a
2025-08-20T21:26:46.0773708Z [00:03:00.199]➜  packagefile math/rand/v2=/tmp/go-build548448651/b104/_pkg_.a
2025-08-20T21:26:46.0774527Z [00:03:00.199]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:46.0775375Z [00:03:00.199]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:46.0776033Z [00:03:00.199]➜  EOF
2025-08-20T21:26:46.0780223Z [00:03:00.199]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1077/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.73.0/balancer/endpointsharding=>google.golang.org/grpc@v1.73.0/balancer/endpointsharding;$WORK/b1077=>" -p google.golang.org/grpc/balancer/endpointsharding -lang=go1.23 -complete -installsuffix shared -buildid UZOJks9crA1b8uhEM1FN/UZOJks9crA1b8uhEM1FN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1077/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/balancer/endpointsharding/endpointsharding.go
2025-08-20T21:26:46.1666339Z [00:03:00.289]➜  go tool buildid -w $WORK/b1077/_pkg_.a # internal
2025-08-20T21:26:46.1687513Z [00:03:00.291]➜  cp $WORK/b1077/_pkg_.a /root/.cache/go-build/94/9431410b61161b2a79d3a32f1f90dcf7159665c3ad4f653e851b780310ac0cef-d # internal
2025-08-20T21:26:46.1689651Z [00:03:00.291]➜  google.golang.org/grpc/internal/backoff
2025-08-20T21:26:46.1691372Z [00:03:00.291]➜  mkdir -p $WORK/b1084/
2025-08-20T21:26:46.1698404Z [00:03:00.292]➜  cat >/tmp/go-build548448651/b1084/importcfg << 'EOF' # internal
2025-08-20T21:26:46.1700643Z [00:03:00.292]➜  # import config
2025-08-20T21:26:46.1701267Z [00:03:00.292]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:46.1702030Z [00:03:00.292]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:46.1702939Z [00:03:00.292]➜  packagefile google.golang.org/grpc/backoff=/tmp/go-build548448651/b1050/_pkg_.a
2025-08-20T21:26:46.1703841Z [00:03:00.292]➜  packagefile math/rand/v2=/tmp/go-build548448651/b104/_pkg_.a
2025-08-20T21:26:46.1704585Z [00:03:00.292]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:46.1705108Z [00:03:00.292]➜  EOF
2025-08-20T21:26:46.1710566Z [00:03:00.292]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1084/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/backoff=>google.golang.org/grpc@v1.73.0/internal/backoff;$WORK/b1084=>" -p google.golang.org/grpc/internal/backoff -lang=go1.23 -complete -installsuffix shared -buildid SJAGBZGvYJIIdMV9CfU2/SJAGBZGvYJIIdMV9CfU2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1084/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/backoff/backoff.go
2025-08-20T21:26:46.1713998Z [00:03:00.293]➜  go tool buildid -w $WORK/b1082/_pkg_.a # internal
2025-08-20T21:26:46.1748015Z [00:03:00.297]➜  cp $WORK/b1082/_pkg_.a /root/.cache/go-build/77/7740bbb0493f5b9abca4d92be96001f3ccfb51cd22752ae4ae5c8ba69ec97667-d # internal
2025-08-20T21:26:46.1757042Z [00:03:00.297]➜  google.golang.org/grpc/encoding
2025-08-20T21:26:46.1757684Z [00:03:00.297]➜  mkdir -p $WORK/b1080/
2025-08-20T21:26:46.1758431Z [00:03:00.298]➜  cat >/tmp/go-build548448651/b1080/importcfg << 'EOF' # internal
2025-08-20T21:26:46.1759319Z [00:03:00.298]➜  # import config
2025-08-20T21:26:46.1760263Z [00:03:00.298]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build548448651/b1081/_pkg_.a
2025-08-20T21:26:46.1761509Z [00:03:00.298]➜  packagefile google.golang.org/grpc/mem=/tmp/go-build548448651/b1082/_pkg_.a
2025-08-20T21:26:46.1762450Z [00:03:00.298]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:46.1763247Z [00:03:00.298]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:46.1763860Z [00:03:00.298]➜  EOF
2025-08-20T21:26:46.1786461Z [00:03:00.301]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1080/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.73.0/encoding=>google.golang.org/grpc@v1.73.0/encoding;$WORK/b1080=>" -p google.golang.org/grpc/encoding -lang=go1.23 -complete -installsuffix shared -buildid 5Sw-8Fj_HEYa9JLVnvH3/5Sw-8Fj_HEYa9JLVnvH3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1080/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/encoding/encoding.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/encoding/encoding_v2.go
2025-08-20T21:26:46.2023474Z [00:03:00.324]➜  go tool buildid -w $WORK/b1084/_pkg_.a # internal
2025-08-20T21:26:46.2025336Z [00:03:00.324]➜  cp $WORK/b1084/_pkg_.a /root/.cache/go-build/5e/5e312338b70c05e4bf6eeadfd25e1f9bfa2886e74e389280449dc133e4597045-d # internal
2025-08-20T21:26:46.2028277Z [00:03:00.324]➜  google.golang.org/grpc/internal/balancer/gracefulswitch
2025-08-20T21:26:46.2029209Z [00:03:00.324]➜  mkdir -p $WORK/b1085/
2025-08-20T21:26:46.2029984Z [00:03:00.325]➜  cat >/tmp/go-build548448651/b1085/importcfg << 'EOF' # internal
2025-08-20T21:26:46.2030710Z [00:03:00.325]➜  # import config
2025-08-20T21:26:46.2031433Z [00:03:00.325]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:46.2032297Z [00:03:00.325]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:46.2033134Z [00:03:00.325]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:46.2034133Z [00:03:00.325]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build548448651/b1051/_pkg_.a
2025-08-20T21:26:46.2035641Z [00:03:00.325]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build548448651/b1067/_pkg_.a
2025-08-20T21:26:46.2036963Z [00:03:00.325]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build548448651/b1054/_pkg_.a
2025-08-20T21:26:46.2038227Z [00:03:00.325]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build548448651/b1066/_pkg_.a
2025-08-20T21:26:46.2039749Z [00:03:00.325]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build548448651/b1062/_pkg_.a
2025-08-20T21:26:46.2040848Z [00:03:00.325]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:46.2041495Z [00:03:00.325]➜  EOF
2025-08-20T21:26:46.2046925Z [00:03:00.325]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1085/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/balancer/gracefulswitch=>google.golang.org/grpc@v1.73.0/internal/balancer/gracefulswitch;$WORK/b1085=>" -p google.golang.org/grpc/internal/balancer/gracefulswitch -lang=go1.23 -complete -installsuffix shared -buildid Nxd-a5Mm_SbEY5tFzW0x/Nxd-a5Mm_SbEY5tFzW0x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1085/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/balancer/gracefulswitch/config.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/balancer/gracefulswitch/gracefulswitch.go
2025-08-20T21:26:46.2204168Z [00:03:00.343]➜  go tool buildid -w $WORK/b1080/_pkg_.a # internal
2025-08-20T21:26:46.2224010Z [00:03:00.344]➜  cp $WORK/b1080/_pkg_.a /root/.cache/go-build/9e/9e0f873782d0183766bf776f148505c5fa30031dd1aee5c0c061c44892beb2e1-d # internal
2025-08-20T21:26:46.2225252Z [00:03:00.344]➜  google.golang.org/grpc/encoding/proto
2025-08-20T21:26:46.2225880Z [00:03:00.344]➜  mkdir -p $WORK/b1083/
2025-08-20T21:26:46.2226644Z [00:03:00.344]➜  cat >/tmp/go-build548448651/b1083/importcfg << 'EOF' # internal
2025-08-20T21:26:46.2227348Z [00:03:00.344]➜  # import config
2025-08-20T21:26:46.2228030Z [00:03:00.344]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:46.2230559Z [00:03:00.344]➜  packagefile google.golang.org/grpc/encoding=/tmp/go-build548448651/b1080/_pkg_.a
2025-08-20T21:26:46.2231896Z [00:03:00.344]➜  packagefile google.golang.org/grpc/mem=/tmp/go-build548448651/b1082/_pkg_.a
2025-08-20T21:26:46.2233104Z [00:03:00.344]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build548448651/b300/_pkg_.a
2025-08-20T21:26:46.2234383Z [00:03:00.344]➜  packagefile google.golang.org/protobuf/protoadapt=/tmp/go-build548448651/b1075/_pkg_.a
2025-08-20T21:26:46.2235309Z [00:03:00.344]➜  EOF
2025-08-20T21:26:46.2239625Z [00:03:00.344]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1083/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.73.0/encoding/proto=>google.golang.org/grpc@v1.73.0/encoding/proto;$WORK/b1083=>" -p google.golang.org/grpc/encoding/proto -lang=go1.23 -complete -installsuffix shared -buildid zCh0WD97JVq-KfeljRSa/zCh0WD97JVq-KfeljRSa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1083/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/encoding/proto/proto.go
2025-08-20T21:26:46.3037864Z [00:03:00.426]➜  go tool buildid -w $WORK/b1083/_pkg_.a # internal
2025-08-20T21:26:46.3064555Z [00:03:00.429]➜  cp $WORK/b1083/_pkg_.a /root/.cache/go-build/3e/3e43904e1f5a145cc732c66e806469ebb2046972cdae8b6623a023db81f4637b-d # internal
2025-08-20T21:26:46.3090815Z [00:03:00.429]➜  google.golang.org/grpc/internal/balancerload
2025-08-20T21:26:46.3091516Z [00:03:00.429]➜  mkdir -p $WORK/b1086/
2025-08-20T21:26:46.3092256Z [00:03:00.429]➜  cat >/tmp/go-build548448651/b1086/importcfg << 'EOF' # internal
2025-08-20T21:26:46.3092951Z [00:03:00.429]➜  # import config
2025-08-20T21:26:46.3093822Z [00:03:00.429]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build548448651/b1065/_pkg_.a
2025-08-20T21:26:46.3094561Z [00:03:00.429]➜  EOF
2025-08-20T21:26:46.3098373Z [00:03:00.429]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1086/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/balancerload=>google.golang.org/grpc@v1.73.0/internal/balancerload;$WORK/b1086=>" -p google.golang.org/grpc/internal/balancerload -lang=go1.23 -complete -installsuffix shared -buildid 7UBZJADIJjbYdfqum3KH/7UBZJADIJjbYdfqum3KH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1086/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/balancerload/load.go
2025-08-20T21:26:46.3232612Z [00:03:00.446]➜  go tool buildid -w $WORK/b1086/_pkg_.a # internal
2025-08-20T21:26:46.3237507Z [00:03:00.446]➜  cp $WORK/b1086/_pkg_.a /root/.cache/go-build/d8/d872ca15b1bb8af9e02911fea01f0083e7f07ce7aa49c58d82d31eb77290e751-d # internal
2025-08-20T21:26:46.3248400Z [00:03:00.447]➜  google.golang.org/protobuf/types/known/durationpb
2025-08-20T21:26:46.3251322Z [00:03:00.447]➜  mkdir -p $WORK/b1089/
2025-08-20T21:26:46.3258014Z [00:03:00.448]➜  cat >/tmp/go-build548448651/b1089/importcfg << 'EOF' # internal
2025-08-20T21:26:46.3264267Z [00:03:00.448]➜  # import config
2025-08-20T21:26:46.3265453Z [00:03:00.448]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build548448651/b281/_pkg_.a
2025-08-20T21:26:46.3266862Z [00:03:00.448]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build548448651/b287/_pkg_.a
2025-08-20T21:26:46.3267927Z [00:03:00.448]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:46.3269005Z [00:03:00.448]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:46.3269836Z [00:03:00.448]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:46.3270604Z [00:03:00.448]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:46.3271199Z [00:03:00.448]➜  EOF
2025-08-20T21:26:46.3275264Z [00:03:00.448]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1089/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/types/known/durationpb=>google.golang.org/protobuf@v1.36.7/types/known/durationpb;$WORK/b1089=>" -p google.golang.org/protobuf/types/known/durationpb -lang=go1.22 -complete -installsuffix shared -buildid 8rY_MZTBJHw57JFZVKU4/8rY_MZTBJHw57JFZVKU4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1089/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/types/known/durationpb/duration.pb.go
2025-08-20T21:26:46.3342722Z [00:03:00.457]➜  go tool buildid -w $WORK/b1085/_pkg_.a # internal
2025-08-20T21:26:46.3359735Z [00:03:00.458]➜  cp $WORK/b1085/_pkg_.a /root/.cache/go-build/df/df3e6398e16accbd4d169300ef2a382fffbc211521b51e59e1ecde25d761ccf5-d # internal
2025-08-20T21:26:46.3372999Z [00:03:00.460]➜  google.golang.org/protobuf/types/known/anypb
2025-08-20T21:26:46.3375452Z [00:03:00.460]➜  mkdir -p $WORK/b1092/
2025-08-20T21:26:46.3376251Z [00:03:00.460]➜  cat >/tmp/go-build548448651/b1092/importcfg << 'EOF' # internal
2025-08-20T21:26:46.3377002Z [00:03:00.460]➜  # import config
2025-08-20T21:26:46.3377917Z [00:03:00.460]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build548448651/b300/_pkg_.a
2025-08-20T21:26:46.3379621Z [00:03:00.460]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build548448651/b281/_pkg_.a
2025-08-20T21:26:46.3381240Z [00:03:00.460]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build548448651/b302/_pkg_.a
2025-08-20T21:26:46.3382750Z [00:03:00.460]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build548448651/b287/_pkg_.a
2025-08-20T21:26:46.3383898Z [00:03:00.460]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:46.3384756Z [00:03:00.460]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:46.3385604Z [00:03:00.460]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:46.3386230Z [00:03:00.460]➜  EOF
2025-08-20T21:26:46.3390410Z [00:03:00.460]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1092/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/types/known/anypb=>google.golang.org/protobuf@v1.36.7/types/known/anypb;$WORK/b1092=>" -p google.golang.org/protobuf/types/known/anypb -lang=go1.22 -complete -installsuffix shared -buildid 2q_hlCs54tMM6sGvVgBQ/2q_hlCs54tMM6sGvVgBQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1092/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/types/known/anypb/any.pb.go
2025-08-20T21:26:46.3904155Z [00:03:00.513]➜  go tool buildid -w $WORK/b1089/_pkg_.a # internal
2025-08-20T21:26:46.3917191Z [00:03:00.514]➜  cp $WORK/b1089/_pkg_.a /root/.cache/go-build/5d/5d30b822d590768e4b1835a6241cb0b07ea3427ea3146c2062e7bc2514c9ffaa-d # internal
2025-08-20T21:26:46.3925885Z [00:03:00.515]➜  go tool buildid -w $WORK/b1073/_pkg_.a # internal
2025-08-20T21:26:46.3930736Z [00:03:00.515]➜  google.golang.org/grpc/binarylog/grpc_binarylog_v1
2025-08-20T21:26:46.3931515Z [00:03:00.515]➜  mkdir -p $WORK/b1088/
2025-08-20T21:26:46.3936856Z [00:03:00.516]➜  cat >/tmp/go-build548448651/b1088/importcfg << 'EOF' # internal
2025-08-20T21:26:46.3947712Z [00:03:00.516]➜  # import config
2025-08-20T21:26:46.3949115Z [00:03:00.516]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build548448651/b281/_pkg_.a
2025-08-20T21:26:46.3950568Z [00:03:00.516]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build548448651/b287/_pkg_.a
2025-08-20T21:26:46.3951986Z [00:03:00.516]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build548448651/b1089/_pkg_.a
2025-08-20T21:26:46.3953488Z [00:03:00.516]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build548448651/b392/_pkg_.a
2025-08-20T21:26:46.3954680Z [00:03:00.516]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:46.3955539Z [00:03:00.516]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:46.3956154Z [00:03:00.516]➜  EOF
2025-08-20T21:26:46.3961009Z [00:03:00.516]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1088/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.73.0/binarylog/grpc_binarylog_v1=>google.golang.org/grpc@v1.73.0/binarylog/grpc_binarylog_v1;$WORK/b1088=>" -p google.golang.org/grpc/binarylog/grpc_binarylog_v1 -lang=go1.23 -complete -installsuffix shared -buildid 6d96WaMBGzcluI4d56eY/6d96WaMBGzcluI4d56eY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1088/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/binarylog/grpc_binarylog_v1/binarylog.pb.go
2025-08-20T21:26:46.4062775Z [00:03:00.528]➜  cp $WORK/b1073/_pkg_.a /root/.cache/go-build/72/7297181f5d6d91bcdd1362251d32ae8015a3de031263db788c0de59dea71b40f-d # internal
2025-08-20T21:26:46.4075933Z [00:03:00.528]➜  google.golang.org/grpc/internal/pretty
2025-08-20T21:26:46.4076580Z [00:03:00.528]➜  mkdir -p $WORK/b1072/
2025-08-20T21:26:46.4077339Z [00:03:00.528]➜  cat >/tmp/go-build548448651/b1072/importcfg << 'EOF' # internal
2025-08-20T21:26:46.4078029Z [00:03:00.528]➜  # import config
2025-08-20T21:26:46.4078991Z [00:03:00.528]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:46.4099087Z [00:03:00.528]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:46.4100085Z [00:03:00.528]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:46.4101434Z [00:03:00.528]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build548448651/b1073/_pkg_.a
2025-08-20T21:26:46.4102776Z [00:03:00.528]➜  packagefile google.golang.org/protobuf/protoadapt=/tmp/go-build548448651/b1075/_pkg_.a
2025-08-20T21:26:46.4103627Z [00:03:00.528]➜  EOF
2025-08-20T21:26:46.4107400Z [00:03:00.528]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1072/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/pretty=>google.golang.org/grpc@v1.73.0/internal/pretty;$WORK/b1072=>" -p google.golang.org/grpc/internal/pretty -lang=go1.23 -complete -installsuffix shared -buildid vzx4zftzRCpt-KSYg-kO/vzx4zftzRCpt-KSYg-kO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1072/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/pretty/pretty.go
2025-08-20T21:26:46.4255644Z [00:03:00.548]➜  go tool buildid -w $WORK/b1092/_pkg_.a # internal
2025-08-20T21:26:46.4269396Z [00:03:00.549]➜  cp $WORK/b1092/_pkg_.a /root/.cache/go-build/cc/cc6c195793a1a4910c1e482ca74391626ad021f801ef9c24e16d8b28c22725d3-d # internal
2025-08-20T21:26:46.4271780Z [00:03:00.550]➜  google.golang.org/genproto/googleapis/rpc/status
2025-08-20T21:26:46.4274217Z [00:03:00.550]➜  mkdir -p $WORK/b1091/
2025-08-20T21:26:46.4282366Z [00:03:00.551]➜  cat >/tmp/go-build548448651/b1091/importcfg << 'EOF' # internal
2025-08-20T21:26:46.4283293Z [00:03:00.551]➜  # import config
2025-08-20T21:26:46.4284477Z [00:03:00.551]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build548448651/b281/_pkg_.a
2025-08-20T21:26:46.4286121Z [00:03:00.551]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build548448651/b287/_pkg_.a
2025-08-20T21:26:46.4288792Z [00:03:00.551]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build548448651/b1092/_pkg_.a
2025-08-20T21:26:46.4290074Z [00:03:00.551]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:46.4290921Z [00:03:00.551]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:46.4291532Z [00:03:00.551]➜  EOF
2025-08-20T21:26:46.4296163Z [00:03:00.551]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1091/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto/googleapis/rpc@v0.0.0-20250603155806-513f23925822/status=>google.golang.org/genproto/googleapis/rpc@v0.0.0-20250603155806-513f23925822/status;$WORK/b1091=>" -p google.golang.org/genproto/googleapis/rpc/status -lang=go1.23 -complete -installsuffix shared -buildid q8-lWlkJtLtAV1e1F-Wq/q8-lWlkJtLtAV1e1F-Wq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1091/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/rpc@v0.0.0-20250603155806-513f23925822/status/status.pb.go
2025-08-20T21:26:46.4562132Z [00:03:00.578]➜  go tool buildid -w $WORK/b1072/_pkg_.a # internal
2025-08-20T21:26:46.4570444Z [00:03:00.579]➜  cp $WORK/b1072/_pkg_.a /root/.cache/go-build/53/533cfdcc1448d082309a51007cb0bd2e79c383a0b7ee14a469c0c036f5fac002-d # internal
2025-08-20T21:26:46.4575018Z [00:03:00.580]➜  google.golang.org/grpc/balancer/pickfirst/pickfirstleaf
2025-08-20T21:26:46.4575789Z [00:03:00.580]➜  mkdir -p $WORK/b1070/
2025-08-20T21:26:46.4581738Z [00:03:00.580]➜  cat >/tmp/go-build548448651/b1070/importcfg << 'EOF' # internal
2025-08-20T21:26:46.4588181Z [00:03:00.580]➜  # import config
2025-08-20T21:26:46.4589115Z [00:03:00.580]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:46.4589996Z [00:03:00.580]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:46.4590795Z [00:03:00.580]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:46.4591777Z [00:03:00.580]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build548448651/b1051/_pkg_.a
2025-08-20T21:26:46.4593268Z [00:03:00.580]➜  packagefile google.golang.org/grpc/balancer/pickfirst/internal=/tmp/go-build548448651/b1069/_pkg_.a
2025-08-20T21:26:46.4594594Z [00:03:00.580]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build548448651/b1054/_pkg_.a
2025-08-20T21:26:46.4596010Z [00:03:00.580]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build548448651/b1063/_pkg_.a
2025-08-20T21:26:46.4597220Z [00:03:00.580]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build548448651/b1055/_pkg_.a
2025-08-20T21:26:46.4598431Z [00:03:00.580]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build548448651/b1060/_pkg_.a
2025-08-20T21:26:46.4599844Z [00:03:00.580]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build548448651/b1071/_pkg_.a
2025-08-20T21:26:46.4626855Z [00:03:00.580]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build548448651/b1072/_pkg_.a
2025-08-20T21:26:46.4628215Z [00:03:00.580]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build548448651/b1066/_pkg_.a
2025-08-20T21:26:46.4629714Z [00:03:00.580]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build548448651/b1062/_pkg_.a
2025-08-20T21:26:46.4630692Z [00:03:00.581]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:46.4631491Z [00:03:00.581]➜  packagefile net/netip=/tmp/go-build548448651/b164/_pkg_.a
2025-08-20T21:26:46.4632307Z [00:03:00.581]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:46.4633089Z [00:03:00.581]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:46.4633694Z [00:03:00.581]➜  EOF
2025-08-20T21:26:46.4638398Z [00:03:00.581]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1070/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.73.0/balancer/pickfirst/pickfirstleaf=>google.golang.org/grpc@v1.73.0/balancer/pickfirst/pickfirstleaf;$WORK/b1070=>" -p google.golang.org/grpc/balancer/pickfirst/pickfirstleaf -lang=go1.23 -complete -installsuffix shared -buildid dHl4wLOBA5lvPOpyp7uX/dHl4wLOBA5lvPOpyp7uX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1070/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/balancer/pickfirst/pickfirstleaf/pickfirstleaf.go
2025-08-20T21:26:46.5203770Z [00:03:00.643]➜  go tool buildid -w $WORK/b1091/_pkg_.a # internal
2025-08-20T21:26:46.5216751Z [00:03:00.644]➜  cp $WORK/b1091/_pkg_.a /root/.cache/go-build/bc/bc49909066edec683be13cacb8db55a82a92f586f733e4397755a1406ac1ae43-d # internal
2025-08-20T21:26:46.5236530Z [00:03:00.645]➜  google.golang.org/grpc/internal/status
2025-08-20T21:26:46.5239369Z [00:03:00.645]➜  mkdir -p $WORK/b1093/
2025-08-20T21:26:46.5240189Z [00:03:00.645]➜  cat >/tmp/go-build548448651/b1093/importcfg << 'EOF' # internal
2025-08-20T21:26:46.5240881Z [00:03:00.645]➜  # import config
2025-08-20T21:26:46.5241540Z [00:03:00.645]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:46.5242431Z [00:03:00.645]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:46.5243629Z [00:03:00.645]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build548448651/b1091/_pkg_.a
2025-08-20T21:26:46.5244943Z [00:03:00.645]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build548448651/b1078/_pkg_.a
2025-08-20T21:26:46.5246155Z [00:03:00.645]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build548448651/b300/_pkg_.a
2025-08-20T21:26:46.5247405Z [00:03:00.645]➜  packagefile google.golang.org/protobuf/protoadapt=/tmp/go-build548448651/b1075/_pkg_.a
2025-08-20T21:26:46.5248945Z [00:03:00.645]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build548448651/b1092/_pkg_.a
2025-08-20T21:26:46.5249880Z [00:03:00.645]➜  EOF
2025-08-20T21:26:46.5253604Z [00:03:00.645]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1093/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/status=>google.golang.org/grpc@v1.73.0/internal/status;$WORK/b1093=>" -p google.golang.org/grpc/internal/status -lang=go1.23 -complete -installsuffix shared -buildid ZPlygh0I_fN0lAamEeHJ/ZPlygh0I_fN0lAamEeHJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1093/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/status/status.go
2025-08-20T21:26:46.5935988Z [00:03:00.716]➜  go tool buildid -w $WORK/b1088/_pkg_.a # internal
2025-08-20T21:26:46.5961378Z [00:03:00.718]➜  cp $WORK/b1088/_pkg_.a /root/.cache/go-build/19/192b15c5eccb9b46a1b189cc48c4d47aed62f55249246ec49e11a7b807530179-d # internal
2025-08-20T21:26:46.5983299Z [00:03:00.721]➜  google.golang.org/grpc/internal/buffer
2025-08-20T21:26:46.5985964Z [00:03:00.721]➜  mkdir -p $WORK/b1095/
2025-08-20T21:26:46.5990424Z [00:03:00.721]➜  cat >/tmp/go-build548448651/b1095/importcfg << 'EOF' # internal
2025-08-20T21:26:46.6002996Z [00:03:00.721]➜  # import config
2025-08-20T21:26:46.6003686Z [00:03:00.721]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:46.6004517Z [00:03:00.721]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:46.6005119Z [00:03:00.721]➜  EOF
2025-08-20T21:26:46.6009007Z [00:03:00.722]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1095/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/buffer=>google.golang.org/grpc@v1.73.0/internal/buffer;$WORK/b1095=>" -p google.golang.org/grpc/internal/buffer -lang=go1.23 -complete -installsuffix shared -buildid zDKYUHw7BCbgSMvezK3S/zDKYUHw7BCbgSMvezK3S -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1095/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/buffer/unbounded.go
2025-08-20T21:26:46.6060876Z [00:03:00.728]➜  go tool buildid -w $WORK/b1093/_pkg_.a # internal
2025-08-20T21:26:46.6076511Z [00:03:00.730]➜  cp $WORK/b1093/_pkg_.a /root/.cache/go-build/51/510f188d0aa52835f46e2bb154b608140fc768d874d85f83ce48e5d37b27c522-d # internal
2025-08-20T21:26:46.6080754Z [00:03:00.730]➜  google.golang.org/grpc/status
2025-08-20T21:26:46.6081608Z [00:03:00.730]➜  mkdir -p $WORK/b1090/
2025-08-20T21:26:46.6104065Z [00:03:00.733]➜  cat >/tmp/go-build548448651/b1090/importcfg << 'EOF' # internal
2025-08-20T21:26:46.6106508Z [00:03:00.733]➜  # import config
2025-08-20T21:26:46.6107215Z [00:03:00.733]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:46.6108056Z [00:03:00.733]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:46.6109038Z [00:03:00.733]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:46.6110167Z [00:03:00.733]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build548448651/b1091/_pkg_.a
2025-08-20T21:26:46.6111398Z [00:03:00.733]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build548448651/b1078/_pkg_.a
2025-08-20T21:26:46.6112619Z [00:03:00.733]➜  packagefile google.golang.org/grpc/internal/status=/tmp/go-build548448651/b1093/_pkg_.a
2025-08-20T21:26:46.6113433Z [00:03:00.733]➜  EOF
2025-08-20T21:26:46.6116845Z [00:03:00.733]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1090/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.73.0/status=>google.golang.org/grpc@v1.73.0/status;$WORK/b1090=>" -p google.golang.org/grpc/status -lang=go1.23 -complete -installsuffix shared -buildid V2WQiyZ98eLwDBvhlIsZ/V2WQiyZ98eLwDBvhlIsZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1090/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/status/status.go
2025-08-20T21:26:46.6177014Z [00:03:00.740]➜  go tool buildid -w $WORK/b1095/_pkg_.a # internal
2025-08-20T21:26:46.6189572Z [00:03:00.741]➜  cp $WORK/b1095/_pkg_.a /root/.cache/go-build/18/18d9e13195b038d3722439301ff6954ffa6afe104fcc339fc3fc06581c374ebc-d # internal
2025-08-20T21:26:46.6193911Z [00:03:00.742]➜  google.golang.org/grpc/internal/grpcsync
2025-08-20T21:26:46.6194621Z [00:03:00.742]➜  mkdir -p $WORK/b1094/
2025-08-20T21:26:46.6200868Z [00:03:00.742]➜  cat >/tmp/go-build548448651/b1094/importcfg << 'EOF' # internal
2025-08-20T21:26:46.6209446Z [00:03:00.742]➜  # import config
2025-08-20T21:26:46.6210174Z [00:03:00.742]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:46.6211487Z [00:03:00.742]➜  packagefile google.golang.org/grpc/internal/buffer=/tmp/go-build548448651/b1095/_pkg_.a
2025-08-20T21:26:46.6212669Z [00:03:00.742]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:46.6213506Z [00:03:00.742]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:46.6214163Z [00:03:00.742]➜  EOF
2025-08-20T21:26:46.6219325Z [00:03:00.743]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1094/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/grpcsync=>google.golang.org/grpc@v1.73.0/internal/grpcsync;$WORK/b1094=>" -p google.golang.org/grpc/internal/grpcsync -lang=go1.23 -complete -installsuffix shared -buildid 2zoDWn2NSNbCMEvJabXe/2zoDWn2NSNbCMEvJabXe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1094/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/grpcsync/callback_serializer.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/grpcsync/event.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/grpcsync/pubsub.go
2025-08-20T21:26:46.6327154Z [00:03:00.755]➜  go tool buildid -w $WORK/b1070/_pkg_.a # internal
2025-08-20T21:26:46.6352488Z [00:03:00.758]➜  cp $WORK/b1070/_pkg_.a /root/.cache/go-build/d5/d5b15e03dc839880b5371ceef45f5ceef55575fe5e88321751febbd095f54018-d # internal
2025-08-20T21:26:46.6359720Z [00:03:00.758]➜  google.golang.org/grpc/balancer/pickfirst
2025-08-20T21:26:46.6362390Z [00:03:00.758]➜  mkdir -p $WORK/b1068/
2025-08-20T21:26:46.6366950Z [00:03:00.759]➜  cat >/tmp/go-build548448651/b1068/importcfg << 'EOF' # internal
2025-08-20T21:26:46.6377517Z [00:03:00.759]➜  # import config
2025-08-20T21:26:46.6378218Z [00:03:00.759]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:46.6379940Z [00:03:00.759]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:46.6381040Z [00:03:00.759]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:46.6382320Z [00:03:00.759]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build548448651/b1051/_pkg_.a
2025-08-20T21:26:46.6383624Z [00:03:00.759]➜  packagefile google.golang.org/grpc/balancer/pickfirst/internal=/tmp/go-build548448651/b1069/_pkg_.a
2025-08-20T21:26:46.6385331Z [00:03:00.759]➜  packagefile google.golang.org/grpc/balancer/pickfirst/pickfirstleaf=/tmp/go-build548448651/b1070/_pkg_.a
2025-08-20T21:26:46.6386695Z [00:03:00.759]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build548448651/b1054/_pkg_.a
2025-08-20T21:26:46.6387824Z [00:03:00.759]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build548448651/b1055/_pkg_.a
2025-08-20T21:26:46.6389254Z [00:03:00.759]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build548448651/b1060/_pkg_.a
2025-08-20T21:26:46.6390582Z [00:03:00.759]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build548448651/b1071/_pkg_.a
2025-08-20T21:26:46.6391878Z [00:03:00.759]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build548448651/b1072/_pkg_.a
2025-08-20T21:26:46.6393060Z [00:03:00.759]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build548448651/b1066/_pkg_.a
2025-08-20T21:26:46.6394276Z [00:03:00.759]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build548448651/b1062/_pkg_.a
2025-08-20T21:26:46.6395361Z [00:03:00.759]➜  packagefile math/rand/v2=/tmp/go-build548448651/b104/_pkg_.a
2025-08-20T21:26:46.6396016Z [00:03:00.759]➜  EOF
2025-08-20T21:26:46.6400064Z [00:03:00.759]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1068/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.73.0/balancer/pickfirst=>google.golang.org/grpc@v1.73.0/balancer/pickfirst;$WORK/b1068=>" -p google.golang.org/grpc/balancer/pickfirst -lang=go1.23 -complete -installsuffix shared -buildid VV5wvLGHXmVK701HCms8/VV5wvLGHXmVK701HCms8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1068/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/balancer/pickfirst/pickfirst.go
2025-08-20T21:26:46.6522783Z [00:03:00.775]➜  go tool buildid -w $WORK/b1094/_pkg_.a # internal
2025-08-20T21:26:46.6532190Z [00:03:00.776]➜  cp $WORK/b1094/_pkg_.a /root/.cache/go-build/fd/fd45fe893bb5f20effcd8136d51a910dec6f1e3d3bdfebf0e8c9abb267888011-d # internal
2025-08-20T21:26:46.6534023Z [00:03:00.776]➜  google.golang.org/grpc/balancer/roundrobin
2025-08-20T21:26:46.6536349Z [00:03:00.776]➜  mkdir -p $WORK/b1076/
2025-08-20T21:26:46.6544478Z [00:03:00.777]➜  cat >/tmp/go-build548448651/b1076/importcfg << 'EOF' # internal
2025-08-20T21:26:46.6545304Z [00:03:00.777]➜  # import config
2025-08-20T21:26:46.6545938Z [00:03:00.777]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:46.6546876Z [00:03:00.777]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build548448651/b1051/_pkg_.a
2025-08-20T21:26:46.6548133Z [00:03:00.777]➜  packagefile google.golang.org/grpc/balancer/endpointsharding=/tmp/go-build548448651/b1077/_pkg_.a
2025-08-20T21:26:46.6549803Z [00:03:00.777]➜  packagefile google.golang.org/grpc/balancer/pickfirst/pickfirstleaf=/tmp/go-build548448651/b1070/_pkg_.a
2025-08-20T21:26:46.6551075Z [00:03:00.777]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build548448651/b1055/_pkg_.a
2025-08-20T21:26:46.6552260Z [00:03:00.777]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build548448651/b1071/_pkg_.a
2025-08-20T21:26:46.6553059Z [00:03:00.777]➜  EOF
2025-08-20T21:26:46.6558134Z [00:03:00.777]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1076/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.73.0/balancer/roundrobin=>google.golang.org/grpc@v1.73.0/balancer/roundrobin;$WORK/b1076=>" -p google.golang.org/grpc/balancer/roundrobin -lang=go1.23 -complete -installsuffix shared -buildid 8UievFGkrjNsfq10ORsU/8UievFGkrjNsfq10ORsU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1076/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/balancer/roundrobin/roundrobin.go
2025-08-20T21:26:46.6629694Z [00:03:00.782]➜  go tool buildid -w $WORK/b1090/_pkg_.a # internal
2025-08-20T21:26:46.6638136Z [00:03:00.786]➜  cp $WORK/b1090/_pkg_.a /root/.cache/go-build/01/01f53bc469827f4419014a119a1f2b87d9b1f71a355ccc410a6bb40d8337e50a-d # internal
2025-08-20T21:26:46.6639793Z [00:03:00.786]➜  google.golang.org/grpc/internal/binarylog
2025-08-20T21:26:46.6640630Z [00:03:00.786]➜  mkdir -p $WORK/b1087/
2025-08-20T21:26:46.6641549Z [00:03:00.786]➜  cat >/tmp/go-build548448651/b1087/importcfg << 'EOF' # internal
2025-08-20T21:26:46.6642417Z [00:03:00.786]➜  # import config
2025-08-20T21:26:46.6643255Z [00:03:00.786]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:46.6644276Z [00:03:00.786]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:46.6646409Z [00:03:00.786]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:46.6658676Z [00:03:00.786]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:46.6659545Z [00:03:00.786]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:46.6660650Z [00:03:00.786]➜  packagefile google.golang.org/grpc/binarylog/grpc_binarylog_v1=/tmp/go-build548448651/b1088/_pkg_.a
2025-08-20T21:26:46.6662067Z [00:03:00.786]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build548448651/b1055/_pkg_.a
2025-08-20T21:26:46.6663203Z [00:03:00.786]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build548448651/b1081/_pkg_.a
2025-08-20T21:26:46.6664381Z [00:03:00.786]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build548448651/b1065/_pkg_.a
2025-08-20T21:26:46.6665478Z [00:03:00.786]➜  packagefile google.golang.org/grpc/status=/tmp/go-build548448651/b1090/_pkg_.a
2025-08-20T21:26:46.6666593Z [00:03:00.786]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build548448651/b300/_pkg_.a
2025-08-20T21:26:46.6667887Z [00:03:00.786]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build548448651/b1089/_pkg_.a
2025-08-20T21:26:46.6669602Z [00:03:00.786]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build548448651/b392/_pkg_.a
2025-08-20T21:26:46.6670670Z [00:03:00.786]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:46.6671442Z [00:03:00.786]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:46.6672226Z [00:03:00.786]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:46.6673006Z [00:03:00.786]➜  packagefile regexp=/tmp/go-build548448651/b192/_pkg_.a
2025-08-20T21:26:46.6673784Z [00:03:00.786]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:46.6674571Z [00:03:00.786]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:46.6675346Z [00:03:00.786]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:46.6693498Z [00:03:00.786]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:46.6694467Z [00:03:00.786]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:46.6695000Z [00:03:00.786]➜  EOF
2025-08-20T21:26:46.6700428Z [00:03:00.786]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1087/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/binarylog=>google.golang.org/grpc@v1.73.0/internal/binarylog;$WORK/b1087=>" -p google.golang.org/grpc/internal/binarylog -lang=go1.23 -complete -installsuffix shared -buildid X1_Kno1iBYmsrZfUQ8nD/X1_Kno1iBYmsrZfUQ8nD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1087/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/binarylog/binarylog.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/binarylog/binarylog_testutil.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/binarylog/env_config.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/binarylog/method_logger.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/binarylog/sink.go
2025-08-20T21:26:46.6878081Z [00:03:00.810]➜  go tool buildid -w $WORK/b1076/_pkg_.a # internal
2025-08-20T21:26:46.6885600Z [00:03:00.811]➜  cp $WORK/b1076/_pkg_.a /root/.cache/go-build/a5/a5de38757b830897172a8c2c956b5a5d94afdb07a2a891ed149d22b681f105c2-d # internal
2025-08-20T21:26:46.6889854Z [00:03:00.811]➜  google.golang.org/grpc/internal/idle
2025-08-20T21:26:46.6890422Z [00:03:00.811]➜  mkdir -p $WORK/b1096/
2025-08-20T21:26:46.6896185Z [00:03:00.812]➜  cat >/tmp/go-build548448651/b1096/importcfg << 'EOF' # internal
2025-08-20T21:26:46.6906437Z [00:03:00.812]➜  # import config
2025-08-20T21:26:46.6907100Z [00:03:00.812]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:46.6907899Z [00:03:00.812]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:46.6908868Z [00:03:00.812]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:46.6909711Z [00:03:00.812]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:46.6910536Z [00:03:00.812]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:46.6911137Z [00:03:00.812]➜  EOF
2025-08-20T21:26:46.6914674Z [00:03:00.812]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1096/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/idle=>google.golang.org/grpc@v1.73.0/internal/idle;$WORK/b1096=>" -p google.golang.org/grpc/internal/idle -lang=go1.23 -complete -installsuffix shared -buildid veUKSqxB1K6hCyGj53BA/veUKSqxB1K6hCyGj53BA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1096/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/idle/idle.go
2025-08-20T21:26:46.6931497Z [00:03:00.815]➜  go tool buildid -w $WORK/b1068/_pkg_.a # internal
2025-08-20T21:26:46.7111264Z [00:03:00.833]➜  cp $WORK/b1068/_pkg_.a /root/.cache/go-build/23/23c0361d387993f94e6cfc08e54ae36c3911d99f5bf7f9b6a30874d3c2bc2ba3-d # internal
2025-08-20T21:26:46.7117291Z [00:03:00.834]➜  google.golang.org/grpc/internal/metadata
2025-08-20T21:26:46.7121833Z [00:03:00.835]➜  mkdir -p $WORK/b1097/
2025-08-20T21:26:46.7129848Z [00:03:00.835]➜  cat >/tmp/go-build548448651/b1097/importcfg << 'EOF' # internal
2025-08-20T21:26:46.7133264Z [00:03:00.835]➜  # import config
2025-08-20T21:26:46.7133823Z [00:03:00.835]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:46.7134727Z [00:03:00.835]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build548448651/b1065/_pkg_.a
2025-08-20T21:26:46.7135769Z [00:03:00.835]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build548448651/b1066/_pkg_.a
2025-08-20T21:26:46.7136616Z [00:03:00.835]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:46.7137154Z [00:03:00.835]➜  EOF
2025-08-20T21:26:46.7147463Z [00:03:00.837]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1097/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/metadata=>google.golang.org/grpc@v1.73.0/internal/metadata;$WORK/b1097=>" -p google.golang.org/grpc/internal/metadata -lang=go1.23 -complete -installsuffix shared -buildid JFRC3wVCQO4ijjlQtpiF/JFRC3wVCQO4ijjlQtpiF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1097/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/metadata/metadata.go
2025-08-20T21:26:46.7155298Z [00:03:00.838]➜  go tool buildid -w $WORK/b1096/_pkg_.a # internal
2025-08-20T21:26:46.7168449Z [00:03:00.839]➜  cp $WORK/b1096/_pkg_.a /root/.cache/go-build/b5/b5f28ae15805a51b5498d1e0f4e11e6c1040daf12afd32c776b83213493ef24e-d # internal
2025-08-20T21:26:46.7170339Z [00:03:00.839]➜  google.golang.org/grpc/internal/serviceconfig
2025-08-20T21:26:46.7170978Z [00:03:00.839]➜  mkdir -p $WORK/b1099/
2025-08-20T21:26:46.7180195Z [00:03:00.839]➜  cat >/tmp/go-build548448651/b1099/importcfg << 'EOF' # internal
2025-08-20T21:26:46.7181061Z [00:03:00.839]➜  # import config
2025-08-20T21:26:46.7182577Z [00:03:00.839]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:46.7183563Z [00:03:00.839]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:46.7184695Z [00:03:00.839]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build548448651/b1051/_pkg_.a
2025-08-20T21:26:46.7187050Z [00:03:00.839]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build548448651/b1078/_pkg_.a
2025-08-20T21:26:46.7188702Z [00:03:00.839]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build548448651/b1055/_pkg_.a
2025-08-20T21:26:46.7191027Z [00:03:00.839]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build548448651/b1062/_pkg_.a
2025-08-20T21:26:46.7192871Z [00:03:00.839]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:46.7193650Z [00:03:00.839]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:46.7194449Z [00:03:00.839]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:46.7195204Z [00:03:00.839]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:46.7195743Z [00:03:00.839]➜  EOF
2025-08-20T21:26:46.7200254Z [00:03:00.839]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1099/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/serviceconfig=>google.golang.org/grpc@v1.73.0/internal/serviceconfig;$WORK/b1099=>" -p google.golang.org/grpc/internal/serviceconfig -lang=go1.23 -complete -installsuffix shared -buildid e6EvbVUUWe1KLSZg-uZE/e6EvbVUUWe1KLSZg-uZE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1099/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/serviceconfig/duration.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/serviceconfig/serviceconfig.go
2025-08-20T21:26:46.7460795Z [00:03:00.866]➜  go tool buildid -w $WORK/b620/_pkg_.a # internal
2025-08-20T21:26:46.7502442Z [00:03:00.873]➜  go tool buildid -w $WORK/b1097/_pkg_.a # internal
2025-08-20T21:26:46.7510724Z [00:03:00.873]➜  cp $WORK/b1097/_pkg_.a /root/.cache/go-build/56/562463c0fd415e3dac31853e7e269b815b9e97e7f934204ba7c68fe83078e674-d # internal
2025-08-20T21:26:46.7516976Z [00:03:00.874]➜  google.golang.org/grpc/internal/proxyattributes
2025-08-20T21:26:46.7523052Z [00:03:00.874]➜  mkdir -p $WORK/b1101/
2025-08-20T21:26:46.7523767Z [00:03:00.874]➜  cat >/tmp/go-build548448651/b1101/importcfg << 'EOF' # internal
2025-08-20T21:26:46.7524420Z [00:03:00.874]➜  # import config
2025-08-20T21:26:46.7525201Z [00:03:00.874]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build548448651/b1066/_pkg_.a
2025-08-20T21:26:46.7526107Z [00:03:00.874]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:46.7526669Z [00:03:00.874]➜  EOF
2025-08-20T21:26:46.7530715Z [00:03:00.875]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1101/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/proxyattributes=>google.golang.org/grpc@v1.73.0/internal/proxyattributes;$WORK/b1101=>" -p google.golang.org/grpc/internal/proxyattributes -lang=go1.23 -complete -installsuffix shared -buildid QJIGCjGwhhn__J4sjbZk/QJIGCjGwhhn__J4sjbZk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1101/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/proxyattributes/proxyattributes.go
2025-08-20T21:26:46.7688808Z [00:03:00.891]➜  cp $WORK/b620/_pkg_.a /root/.cache/go-build/bc/bc29670664ff50543831f01a8159e54f8b665324a6cd2d2b93f9127f8df45881-d # internal
2025-08-20T21:26:46.7711286Z [00:03:00.893]➜  go tool buildid -w $WORK/b1101/_pkg_.a # internal
2025-08-20T21:26:46.7717907Z [00:03:00.894]➜  cp $WORK/b1101/_pkg_.a /root/.cache/go-build/6e/6e13a2f6f84d733d42d70b3c1c48dad4ded37d32f0ac400776d91e076f1e69fe-d # internal
2025-08-20T21:26:46.7724050Z [00:03:00.895]➜  github.com/cockroachdb/pebble/v2/rangekey
2025-08-20T21:26:46.7726456Z [00:03:00.895]➜  mkdir -p $WORK/b650/
2025-08-20T21:26:46.7730004Z [00:03:00.895]➜  cat >/tmp/go-build548448651/b650/importcfg << 'EOF' # internal
2025-08-20T21:26:46.7731943Z [00:03:00.895]➜  # import config
2025-08-20T21:26:46.7733458Z [00:03:00.895]➜  packagefile github.com/cockroachdb/pebble/v2/internal/keyspan=/tmp/go-build548448651/b617/_pkg_.a
2025-08-20T21:26:46.7735461Z [00:03:00.895]➜  packagefile github.com/cockroachdb/pebble/v2/internal/rangekey=/tmp/go-build548448651/b626/_pkg_.a
2025-08-20T21:26:46.7746831Z [00:03:00.895]➜  packagefile github.com/cockroachdb/pebble/v2/sstable=/tmp/go-build548448651/b620/_pkg_.a
2025-08-20T21:26:46.7748173Z [00:03:00.895]➜  EOF
2025-08-20T21:26:46.7749555Z [00:03:00.896]➜  go tool buildid -w $WORK/b1099/_pkg_.a # internal
2025-08-20T21:26:46.7750533Z [00:03:00.896]➜  github.com/cockroachdb/pebble/v2/internal/manifest
2025-08-20T21:26:46.7751174Z [00:03:00.896]➜  mkdir -p $WORK/b619/
2025-08-20T21:26:46.7755150Z [00:03:00.896]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b650/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/rangekey=>github.com/cockroachdb/pebble/v2@v2.0.6/rangekey;$WORK/b650=>" -p github.com/cockroachdb/pebble/v2/rangekey -lang=go1.22 -complete -installsuffix shared -buildid zs6ngbMbTuwE_MXZBcKB/zs6ngbMbTuwE_MXZBcKB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b650/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/rangekey/rangekey.go
2025-08-20T21:26:46.7758927Z [00:03:00.896]➜  cat >/tmp/go-build548448651/b619/importcfg << 'EOF' # internal
2025-08-20T21:26:46.7759843Z [00:03:00.896]➜  # import config
2025-08-20T21:26:46.7760484Z [00:03:00.896]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:46.7761251Z [00:03:00.896]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:46.7761995Z [00:03:00.896]➜  packagefile cmp=/tmp/go-build548448651/b051/_pkg_.a
2025-08-20T21:26:46.7762814Z [00:03:00.896]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:46.7763679Z [00:03:00.896]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:46.7764648Z [00:03:00.896]➜  packagefile github.com/cockroachdb/errors=/tmp/go-build548448651/b536/_pkg_.a
2025-08-20T21:26:46.7765933Z [00:03:00.896]➜  packagefile github.com/cockroachdb/pebble/v2/internal/base=/tmp/go-build548448651/b602/_pkg_.a
2025-08-20T21:26:46.7767550Z [00:03:00.897]➜  packagefile github.com/cockroachdb/pebble/v2/internal/invariants=/tmp/go-build548448651/b604/_pkg_.a
2025-08-20T21:26:46.7769090Z [00:03:00.897]➜  packagefile github.com/cockroachdb/pebble/v2/sstable=/tmp/go-build548448651/b620/_pkg_.a
2025-08-20T21:26:46.7770407Z [00:03:00.897]➜  packagefile github.com/cockroachdb/pebble/v2/sstable/block=/tmp/go-build548448651/b638/_pkg_.a
2025-08-20T21:26:46.7771616Z [00:03:00.897]➜  packagefile github.com/cockroachdb/redact=/tmp/go-build548448651/b545/_pkg_.a
2025-08-20T21:26:46.7772545Z [00:03:00.897]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:46.7773336Z [00:03:00.897]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:46.7774088Z [00:03:00.897]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:46.7774887Z [00:03:00.897]➜  packagefile regexp=/tmp/go-build548448651/b192/_pkg_.a
2025-08-20T21:26:46.7775829Z [00:03:00.897]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:46.7776815Z [00:03:00.897]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:46.7777620Z [00:03:00.897]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:46.7778428Z [00:03:00.897]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:46.7784913Z [00:03:00.897]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:46.7785764Z [00:03:00.897]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:46.7786565Z [00:03:00.897]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:46.7787159Z [00:03:00.897]➜  EOF
2025-08-20T21:26:46.7797202Z [00:03:00.897]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b619/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/manifest=>github.com/cockroachdb/pebble/v2@v2.0.6/internal/manifest;$WORK/b619=>" -p github.com/cockroachdb/pebble/v2/internal/manifest -lang=go1.22 -complete -installsuffix shared -buildid _mGKlpiY7FafZbaEE2Tu/_mGKlpiY7FafZbaEE2Tu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b619/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/manifest/annotator.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/manifest/btree.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/manifest/l0_sublevels.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/manifest/layer.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/manifest/level_metadata.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/manifest/testutils.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/manifest/version.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/manifest/version_edit.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/manifest/virtual_backings.go
2025-08-20T21:26:46.7805878Z [00:03:00.897]➜  cp $WORK/b1099/_pkg_.a /root/.cache/go-build/16/1644b37e42f749d62e6b5b17d4a7e3ca7b8952ecef046f06745fc313f724e28d-d # internal
2025-08-20T21:26:46.7807029Z [00:03:00.898]➜  google.golang.org/grpc/internal/resolver
2025-08-20T21:26:46.7807876Z [00:03:00.898]➜  mkdir -p $WORK/b1098/
2025-08-20T21:26:46.7808995Z [00:03:00.898]➜  cat >/tmp/go-build548448651/b1098/importcfg << 'EOF' # internal
2025-08-20T21:26:46.7809993Z [00:03:00.898]➜  # import config
2025-08-20T21:26:46.7810925Z [00:03:00.898]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:46.7812541Z [00:03:00.898]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build548448651/b1099/_pkg_.a
2025-08-20T21:26:46.7814288Z [00:03:00.898]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build548448651/b1065/_pkg_.a
2025-08-20T21:26:46.7815951Z [00:03:00.898]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build548448651/b1066/_pkg_.a
2025-08-20T21:26:46.7817346Z [00:03:00.898]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:46.7818309Z [00:03:00.898]➜  EOF
2025-08-20T21:26:46.7822954Z [00:03:00.898]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1098/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/resolver=>google.golang.org/grpc@v1.73.0/internal/resolver;$WORK/b1098=>" -p google.golang.org/grpc/internal/resolver -lang=go1.23 -complete -installsuffix shared -buildid OCq6Ad5nWPfdQaMNysze/OCq6Ad5nWPfdQaMNysze -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1098/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/resolver/config_selector.go
2025-08-20T21:26:46.7946455Z [00:03:00.917]➜  go tool buildid -w $WORK/b1087/_pkg_.a # internal
2025-08-20T21:26:46.7973963Z [00:03:00.920]➜  cp $WORK/b1087/_pkg_.a /root/.cache/go-build/e6/e6f33adef43fcd690b35f2f6865810d3ea58ee6a0a0c801c6c0c94b5707a505b-d # internal
2025-08-20T21:26:46.7979477Z [00:03:00.920]➜  golang.org/x/net/internal/httpcommon
2025-08-20T21:26:46.7980541Z [00:03:00.920]➜  mkdir -p $WORK/b1104/
2025-08-20T21:26:46.7990056Z [00:03:00.921]➜  cat >/tmp/go-build548448651/b1104/importcfg << 'EOF' # internal
2025-08-20T21:26:46.7990772Z [00:03:00.921]➜  # import config
2025-08-20T21:26:46.7991434Z [00:03:00.921]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:46.7992238Z [00:03:00.921]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:46.7992980Z [00:03:00.921]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:46.7993900Z [00:03:00.921]➜  packagefile golang.org/x/net/http/httpguts=/tmp/go-build548448651/b929/_pkg_.a
2025-08-20T21:26:46.7994995Z [00:03:00.921]➜  packagefile golang.org/x/net/http2/hpack=/tmp/go-build548448651/b928/_pkg_.a
2025-08-20T21:26:46.7995976Z [00:03:00.921]➜  packagefile net/http/httptrace=/tmp/go-build548448651/b181/_pkg_.a
2025-08-20T21:26:46.7996728Z [00:03:00.921]➜  packagefile net/textproto=/tmp/go-build548448651/b175/_pkg_.a
2025-08-20T21:26:46.7997566Z [00:03:00.921]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:46.7998368Z [00:03:00.921]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:46.7999516Z [00:03:00.921]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:46.8000294Z [00:03:00.921]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:46.8001090Z [00:03:00.921]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:46.8001685Z [00:03:00.921]➜  EOF
2025-08-20T21:26:46.8006318Z [00:03:00.922]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1104/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.43.0/internal/httpcommon=>golang.org/x/net@v0.43.0/internal/httpcommon;$WORK/b1104=>" -p golang.org/x/net/internal/httpcommon -lang=go1.23 -complete -installsuffix shared -buildid -zyjD0gCtFJbA1rWvRNd/-zyjD0gCtFJbA1rWvRNd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1104/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.43.0/internal/httpcommon/ascii.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/internal/httpcommon/headermap.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/internal/httpcommon/request.go
2025-08-20T21:26:46.8010935Z [00:03:00.922]➜  go tool buildid -w $WORK/b650/_pkg_.a # internal
2025-08-20T21:26:46.8015239Z [00:03:00.924]➜  cp $WORK/b650/_pkg_.a /root/.cache/go-build/69/69df72d18372494b4e320b04e16fbfa4d8eeffb398e335083ec1e699d67de3c5-d # internal
2025-08-20T21:26:46.8016335Z [00:03:00.924]➜  google.golang.org/grpc/internal/syscall
2025-08-20T21:26:46.8016943Z [00:03:00.924]➜  mkdir -p $WORK/b1105/
2025-08-20T21:26:46.8017592Z [00:03:00.924]➜  cat >/tmp/go-build548448651/b1105/importcfg << 'EOF' # internal
2025-08-20T21:26:46.8018287Z [00:03:00.924]➜  # import config
2025-08-20T21:26:46.8019142Z [00:03:00.924]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:46.8020025Z [00:03:00.924]➜  packagefile golang.org/x/sys/unix=/tmp/go-build548448651/b194/_pkg_.a
2025-08-20T21:26:46.8021094Z [00:03:00.924]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build548448651/b1055/_pkg_.a
2025-08-20T21:26:46.8022359Z [00:03:00.924]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:46.8023209Z [00:03:00.924]➜  packagefile syscall=/tmp/go-build548448651/b047/_pkg_.a
2025-08-20T21:26:46.8024058Z [00:03:00.924]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:46.8024662Z [00:03:00.924]➜  EOF
2025-08-20T21:26:46.8028361Z [00:03:00.924]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1105/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/syscall=>google.golang.org/grpc@v1.73.0/internal/syscall;$WORK/b1105=>" -p google.golang.org/grpc/internal/syscall -lang=go1.23 -complete -installsuffix shared -buildid E79fqT33-g8GvwIDJwhh/E79fqT33-g8GvwIDJwhh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1105/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/syscall/syscall_linux.go
2025-08-20T21:26:46.8035902Z [00:03:00.924]➜  go tool buildid -w $WORK/b1098/_pkg_.a # internal
2025-08-20T21:26:46.8037804Z [00:03:00.925]➜  cp $WORK/b1098/_pkg_.a /root/.cache/go-build/de/de1fdb19f55e990ae605463490c12233ba79b008f8cd81d449a7ede747a0fa29-d # internal
2025-08-20T21:26:46.8039284Z [00:03:00.925]➜  google.golang.org/grpc/internal/transport/networktype
2025-08-20T21:26:46.8039967Z [00:03:00.925]➜  mkdir -p $WORK/b1106/
2025-08-20T21:26:46.8040677Z [00:03:00.926]➜  cat >/tmp/go-build548448651/b1106/importcfg << 'EOF' # internal
2025-08-20T21:26:46.8041338Z [00:03:00.926]➜  # import config
2025-08-20T21:26:46.8042153Z [00:03:00.926]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build548448651/b1066/_pkg_.a
2025-08-20T21:26:46.8042905Z [00:03:00.926]➜  EOF
2025-08-20T21:26:46.8046993Z [00:03:00.926]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1106/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/transport/networktype=>google.golang.org/grpc@v1.73.0/internal/transport/networktype;$WORK/b1106=>" -p google.golang.org/grpc/internal/transport/networktype -lang=go1.23 -complete -installsuffix shared -buildid wq_KDa3j5PI_g_XPpTHB/wq_KDa3j5PI_g_XPpTHB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1106/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/transport/networktype/networktype.go
2025-08-20T21:26:46.8173862Z [00:03:00.940]➜  go tool buildid -w $WORK/b1106/_pkg_.a # internal
2025-08-20T21:26:46.8184091Z [00:03:00.941]➜  cp $WORK/b1106/_pkg_.a /root/.cache/go-build/a3/a3802367b2e91a2088135103bf3b3f53e5552c99068c72c8ac73b088dd36f27e-d # internal
2025-08-20T21:26:46.8197243Z [00:03:00.942]➜  google.golang.org/grpc/keepalive
2025-08-20T21:26:46.8199708Z [00:03:00.942]➜  mkdir -p $WORK/b1107/
2025-08-20T21:26:46.8200470Z [00:03:00.942]➜  cat >/tmp/go-build548448651/b1107/importcfg << 'EOF' # internal
2025-08-20T21:26:46.8201164Z [00:03:00.942]➜  # import config
2025-08-20T21:26:46.8201826Z [00:03:00.942]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:46.8202513Z [00:03:00.942]➜  EOF
2025-08-20T21:26:46.8206065Z [00:03:00.942]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1107/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.73.0/keepalive=>google.golang.org/grpc@v1.73.0/keepalive;$WORK/b1107=>" -p google.golang.org/grpc/keepalive -lang=go1.23 -complete -installsuffix shared -buildid N7zXdHP7AV9bhxq7gRN3/N7zXdHP7AV9bhxq7gRN3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1107/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/keepalive/keepalive.go
2025-08-20T21:26:46.8291509Z [00:03:00.951]➜  go tool buildid -w $WORK/b1107/_pkg_.a # internal
2025-08-20T21:26:46.8301022Z [00:03:00.952]➜  cp $WORK/b1107/_pkg_.a /root/.cache/go-build/9a/9a1f8f3f2c3e392ee34fb2dbb00e56480a284766eeda2d806a059c99a6e7faba-d # internal
2025-08-20T21:26:46.8302218Z [00:03:00.952]➜  google.golang.org/grpc/peer
2025-08-20T21:26:46.8302827Z [00:03:00.952]➜  mkdir -p $WORK/b1108/
2025-08-20T21:26:46.8303652Z [00:03:00.952]➜  cat >/tmp/go-build548448651/b1108/importcfg << 'EOF' # internal
2025-08-20T21:26:46.8304904Z [00:03:00.952]➜  # import config
2025-08-20T21:26:46.8305798Z [00:03:00.952]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:46.8306799Z [00:03:00.952]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:46.8309274Z [00:03:00.952]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build548448651/b1057/_pkg_.a
2025-08-20T21:26:46.8310299Z [00:03:00.952]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:46.8311105Z [00:03:00.952]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:46.8311725Z [00:03:00.952]➜  EOF
2025-08-20T21:26:46.8315244Z [00:03:00.952]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1108/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.73.0/peer=>google.golang.org/grpc@v1.73.0/peer;$WORK/b1108=>" -p google.golang.org/grpc/peer -lang=go1.23 -complete -installsuffix shared -buildid c47iBcQMdhwjrIxV7ysm/c47iBcQMdhwjrIxV7ysm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1108/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/peer/peer.go
2025-08-20T21:26:46.8488862Z [00:03:00.971]➜  go tool buildid -w $WORK/b1105/_pkg_.a # internal
2025-08-20T21:26:46.8500763Z [00:03:00.972]➜  cp $WORK/b1105/_pkg_.a /root/.cache/go-build/8e/8eba57568a5852e7f249428670b7f9b1f846a4293b22f660f5e428688e9a4d9e-d # internal
2025-08-20T21:26:46.8502325Z [00:03:00.973]➜  google.golang.org/grpc/tap
2025-08-20T21:26:46.8509568Z [00:03:00.973]➜  mkdir -p $WORK/b1109/
2025-08-20T21:26:46.8511190Z [00:03:00.973]➜  cat >/tmp/go-build548448651/b1109/importcfg << 'EOF' # internal
2025-08-20T21:26:46.8512195Z [00:03:00.973]➜  # import config
2025-08-20T21:26:46.8513440Z [00:03:00.973]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:46.8514987Z [00:03:00.973]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build548448651/b1065/_pkg_.a
2025-08-20T21:26:46.8516491Z [00:03:00.973]➜  EOF
2025-08-20T21:26:46.8521247Z [00:03:00.973]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1109/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.73.0/tap=>google.golang.org/grpc@v1.73.0/tap;$WORK/b1109=>" -p google.golang.org/grpc/tap -lang=go1.23 -complete -installsuffix shared -buildid aiiJfdN0UlItcdnLwRm2/aiiJfdN0UlItcdnLwRm2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1109/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/tap/tap.go
2025-08-20T21:26:46.8528733Z [00:03:00.975]➜  go tool buildid -w $WORK/b1108/_pkg_.a # internal
2025-08-20T21:26:46.8536517Z [00:03:00.976]➜  cp $WORK/b1108/_pkg_.a /root/.cache/go-build/b2/b2742b461b0d51a30397276f416eb5f35e07ba98662ea7a319ecaad5aa34f43f-d # internal
2025-08-20T21:26:46.8539727Z [00:03:00.976]➜  google.golang.org/grpc/internal/resolver/passthrough
2025-08-20T21:26:46.8540435Z [00:03:00.976]➜  mkdir -p $WORK/b1110/
2025-08-20T21:26:46.8541209Z [00:03:00.976]➜  cat >/tmp/go-build548448651/b1110/importcfg << 'EOF' # internal
2025-08-20T21:26:46.8541929Z [00:03:00.976]➜  # import config
2025-08-20T21:26:46.8542592Z [00:03:00.976]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:46.8543918Z [00:03:00.976]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build548448651/b1066/_pkg_.a
2025-08-20T21:26:46.8544754Z [00:03:00.976]➜  EOF
2025-08-20T21:26:46.8549133Z [00:03:00.976]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1110/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/resolver/passthrough=>google.golang.org/grpc@v1.73.0/internal/resolver/passthrough;$WORK/b1110=>" -p google.golang.org/grpc/internal/resolver/passthrough -lang=go1.23 -complete -installsuffix shared -buildid EeaCmBEC3hx0NAMy_JAb/EeaCmBEC3hx0NAMy_JAb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1110/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/resolver/passthrough/passthrough.go
2025-08-20T21:26:46.8616980Z [00:03:00.984]➜  go tool buildid -w $WORK/b1109/_pkg_.a # internal
2025-08-20T21:26:46.8631517Z [00:03:00.985]➜  cp $WORK/b1109/_pkg_.a /root/.cache/go-build/9a/9a2d793fd0ee3f6137176a5ad405c8c55d20d3bcdaf957a79b1c2488f0a4c8f7-d # internal
2025-08-20T21:26:46.8642612Z [00:03:00.985]➜  google.golang.org/grpc/internal/resolver/unix
2025-08-20T21:26:46.8643301Z [00:03:00.985]➜  mkdir -p $WORK/b1111/
2025-08-20T21:26:46.8644056Z [00:03:00.985]➜  cat >/tmp/go-build548448651/b1111/importcfg << 'EOF' # internal
2025-08-20T21:26:46.8644769Z [00:03:00.985]➜  # import config
2025-08-20T21:26:46.8645432Z [00:03:00.985]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:46.8646657Z [00:03:00.985]➜  packagefile google.golang.org/grpc/internal/transport/networktype=/tmp/go-build548448651/b1106/_pkg_.a
2025-08-20T21:26:46.8648051Z [00:03:00.985]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build548448651/b1066/_pkg_.a
2025-08-20T21:26:46.8649012Z [00:03:00.985]➜  EOF
2025-08-20T21:26:46.8653111Z [00:03:00.985]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1111/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/resolver/unix=>google.golang.org/grpc@v1.73.0/internal/resolver/unix;$WORK/b1111=>" -p google.golang.org/grpc/internal/resolver/unix -lang=go1.23 -complete -installsuffix shared -buildid n_Dxqpb3-Sa9tZqStS4C/n_Dxqpb3-Sa9tZqStS4C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1111/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/resolver/unix/unix.go
2025-08-20T21:26:46.8720835Z [00:03:00.994]➜  go tool buildid -w $WORK/b1110/_pkg_.a # internal
2025-08-20T21:26:46.8727868Z [00:03:00.995]➜  cp $WORK/b1110/_pkg_.a /root/.cache/go-build/ed/ed1dd85edb8c2701ce6faae3dd57811279bd5c732b2c4757e6a72e1de0c9d382-d # internal
2025-08-20T21:26:46.8734120Z [00:03:00.995]➜  google.golang.org/grpc/internal/stats
2025-08-20T21:26:46.8734746Z [00:03:00.995]➜  mkdir -p $WORK/b1112/
2025-08-20T21:26:46.8735497Z [00:03:00.996]➜  cat >/tmp/go-build548448651/b1112/importcfg << 'EOF' # internal
2025-08-20T21:26:46.8736178Z [00:03:00.996]➜  # import config
2025-08-20T21:26:46.8736848Z [00:03:00.996]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:46.8737662Z [00:03:00.996]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:46.8738795Z [00:03:00.996]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build548448651/b1063/_pkg_.a
2025-08-20T21:26:46.8739972Z [00:03:00.996]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build548448651/b1064/_pkg_.a
2025-08-20T21:26:46.8740695Z [00:03:00.996]➜  EOF
2025-08-20T21:26:46.8745010Z [00:03:00.996]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1112/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/stats=>google.golang.org/grpc@v1.73.0/internal/stats;$WORK/b1112=>" -p google.golang.org/grpc/internal/stats -lang=go1.23 -complete -installsuffix shared -buildid lhAamrk3duL3GM-YWxED/lhAamrk3duL3GM-YWxED -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1112/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/stats/labels.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/stats/metrics_recorder_list.go
2025-08-20T21:26:46.8833402Z [00:03:01.006]➜  go tool buildid -w $WORK/b1104/_pkg_.a # internal
2025-08-20T21:26:46.8842015Z [00:03:01.006]➜  go tool buildid -w $WORK/b1111/_pkg_.a # internal
2025-08-20T21:26:46.8854240Z [00:03:01.008]➜  cp $WORK/b1104/_pkg_.a /root/.cache/go-build/a9/a9499879f1bdb3c961728853e2186d077bd8a6f21eed6e72180cd54a997a6142-d # internal
2025-08-20T21:26:46.8866866Z [00:03:01.008]➜  cp $WORK/b1111/_pkg_.a /root/.cache/go-build/d5/d52853729593bef4a3386d778b0ef243109ed751f623bf8b4fff39da158e112e-d # internal
2025-08-20T21:26:46.8868094Z [00:03:01.008]➜  google.golang.org/grpc/balancer/grpclb/state
2025-08-20T21:26:46.8868918Z [00:03:01.008]➜  mkdir -p $WORK/b1115/
2025-08-20T21:26:46.8869627Z [00:03:01.008]➜  cat >/tmp/go-build548448651/b1115/importcfg << 'EOF' # internal
2025-08-20T21:26:46.8870617Z [00:03:01.008]➜  # import config
2025-08-20T21:26:46.8871515Z [00:03:01.008]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build548448651/b1066/_pkg_.a
2025-08-20T21:26:46.8872332Z [00:03:01.008]➜  EOF
2025-08-20T21:26:46.8872767Z [00:03:01.008]➜  golang.org/x/net/http2
2025-08-20T21:26:46.8873437Z [00:03:01.008]➜  mkdir -p $WORK/b1103/
2025-08-20T21:26:46.8877440Z [00:03:01.009]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1115/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.73.0/balancer/grpclb/state=>google.golang.org/grpc@v1.73.0/balancer/grpclb/state;$WORK/b1115=>" -p google.golang.org/grpc/balancer/grpclb/state -lang=go1.23 -complete -installsuffix shared -buildid 14wXlfgHyT857qTAzHJW/14wXlfgHyT857qTAzHJW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1115/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/balancer/grpclb/state/state.go
2025-08-20T21:26:46.8893328Z [00:03:01.011]➜  cat >/tmp/go-build548448651/b1103/importcfg << 'EOF' # internal
2025-08-20T21:26:46.8896592Z [00:03:01.011]➜  # import config
2025-08-20T21:26:46.8900018Z [00:03:01.011]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:46.8900918Z [00:03:01.011]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:46.8903135Z [00:03:01.011]➜  packagefile compress/gzip=/tmp/go-build548448651/b075/_pkg_.a
2025-08-20T21:26:46.8905269Z [00:03:01.011]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:46.8906595Z [00:03:01.011]➜  packagefile crypto/rand=/tmp/go-build548448651/b082/_pkg_.a
2025-08-20T21:26:46.8908213Z [00:03:01.011]➜  packagefile crypto/tls=/tmp/go-build548448651/b110/_pkg_.a
2025-08-20T21:26:46.8911963Z [00:03:01.011]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:46.8915329Z [00:03:01.011]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:46.8916803Z [00:03:01.011]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:46.8918111Z [00:03:01.011]➜  packagefile golang.org/x/net/http/httpguts=/tmp/go-build548448651/b929/_pkg_.a
2025-08-20T21:26:46.8919765Z [00:03:01.011]➜  packagefile golang.org/x/net/http2/hpack=/tmp/go-build548448651/b928/_pkg_.a
2025-08-20T21:26:46.8921528Z [00:03:01.011]➜  packagefile golang.org/x/net/idna=/tmp/go-build548448651/b721/_pkg_.a
2025-08-20T21:26:46.8923499Z [00:03:01.011]➜  packagefile golang.org/x/net/internal/httpcommon=/tmp/go-build548448651/b1104/_pkg_.a
2025-08-20T21:26:46.8924871Z [00:03:01.011]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:46.8925872Z [00:03:01.011]➜  packagefile io/fs=/tmp/go-build548448651/b062/_pkg_.a
2025-08-20T21:26:46.8927342Z [00:03:01.011]➜  packagefile log=/tmp/go-build548448651/b071/_pkg_.a
2025-08-20T21:26:46.8928808Z [00:03:01.011]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:46.8931064Z [00:03:01.011]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:46.8931935Z [00:03:01.011]➜  packagefile math/rand=/tmp/go-build548448651/b109/_pkg_.a
2025-08-20T21:26:46.8932777Z [00:03:01.011]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:46.8933795Z [00:03:01.011]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:46.8934712Z [00:03:01.011]➜  packagefile net/http/httptrace=/tmp/go-build548448651/b181/_pkg_.a
2025-08-20T21:26:46.8935657Z [00:03:01.011]➜  packagefile net/textproto=/tmp/go-build548448651/b175/_pkg_.a
2025-08-20T21:26:46.8936509Z [00:03:01.011]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:46.8937293Z [00:03:01.011]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:46.8938106Z [00:03:01.012]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:46.8940234Z [00:03:01.012]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:46.8941051Z [00:03:01.012]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:46.8941873Z [00:03:01.012]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:46.8942855Z [00:03:01.012]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:46.8943654Z [00:03:01.012]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:46.8944496Z [00:03:01.012]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:46.8945329Z [00:03:01.012]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:46.8945931Z [00:03:01.012]➜  EOF
2025-08-20T21:26:46.8957488Z [00:03:01.012]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1103/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.43.0/http2=>golang.org/x/net@v0.43.0/http2;$WORK/b1103=>" -p golang.org/x/net/http2 -lang=go1.23 -complete -installsuffix shared -buildid f0Zu-4M0I8Z20DHTWZ5i/f0Zu-4M0I8Z20DHTWZ5i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1103/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.43.0/http2/ascii.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/http2/ciphers.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/http2/client_conn_pool.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/http2/config.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/http2/config_go124.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/http2/databuffer.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/http2/errors.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/http2/flow.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/http2/frame.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/http2/gotrack.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/http2/http2.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/http2/pipe.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/http2/server.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/http2/timer.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/http2/transport.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/http2/unencrypted.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/http2/write.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/http2/writesched.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/http2/writesched_priority.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/http2/writesched_random.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/http2/writesched_roundrobin.go
2025-08-20T21:26:46.8975011Z [00:03:01.020]➜  go tool buildid -w $WORK/b1112/_pkg_.a # internal
2025-08-20T21:26:46.8989673Z [00:03:01.021]➜  cp $WORK/b1112/_pkg_.a /root/.cache/go-build/e9/e9ab98ef000fb49f3d4a3ee4d7c2b8d547e924a1660dab20d35042bdae7e6f6d-d # internal
2025-08-20T21:26:46.8991208Z [00:03:01.021]➜  google.golang.org/grpc/internal/resolver/dns/internal
2025-08-20T21:26:46.8991887Z [00:03:01.021]➜  mkdir -p $WORK/b1116/
2025-08-20T21:26:46.8992627Z [00:03:01.021]➜  cat >/tmp/go-build548448651/b1116/importcfg << 'EOF' # internal
2025-08-20T21:26:46.8993320Z [00:03:01.021]➜  # import config
2025-08-20T21:26:46.8994000Z [00:03:01.021]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:46.8994854Z [00:03:01.021]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:46.8995683Z [00:03:01.021]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:46.8996502Z [00:03:01.021]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:46.8997307Z [00:03:01.021]➜  EOF
2025-08-20T21:26:46.9001606Z [00:03:01.021]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1116/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/resolver/dns/internal=>google.golang.org/grpc@v1.73.0/internal/resolver/dns/internal;$WORK/b1116=>" -p google.golang.org/grpc/internal/resolver/dns/internal -lang=go1.23 -complete -installsuffix shared -buildid SdKGnv9ckNCjSxU7o_3g/SdKGnv9ckNCjSxU7o_3g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1116/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/resolver/dns/internal/internal.go
2025-08-20T21:26:46.9035475Z [00:03:01.026]➜  go tool buildid -w $WORK/b1115/_pkg_.a # internal
2025-08-20T21:26:46.9063363Z [00:03:01.029]➜  cp $WORK/b1115/_pkg_.a /root/.cache/go-build/ee/ee39d9b8fdb38fed5b0e10f635ae3d350d83c0c49fe77684b9ecb9f2e88571c7-d # internal
2025-08-20T21:26:46.9086963Z [00:03:01.031]➜  google.golang.org/grpc/encoding/gzip
2025-08-20T21:26:46.9087655Z [00:03:01.031]➜  mkdir -p $WORK/b1117/
2025-08-20T21:26:46.9099712Z [00:03:01.032]➜  cat >/tmp/go-build548448651/b1117/importcfg << 'EOF' # internal
2025-08-20T21:26:46.9100524Z [00:03:01.032]➜  # import config
2025-08-20T21:26:46.9101306Z [00:03:01.032]➜  packagefile compress/gzip=/tmp/go-build548448651/b075/_pkg_.a
2025-08-20T21:26:46.9102266Z [00:03:01.032]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:46.9103153Z [00:03:01.032]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:46.9104109Z [00:03:01.032]➜  packagefile google.golang.org/grpc/encoding=/tmp/go-build548448651/b1080/_pkg_.a
2025-08-20T21:26:46.9105054Z [00:03:01.032]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:46.9105996Z [00:03:01.032]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:46.9106627Z [00:03:01.032]➜  EOF
2025-08-20T21:26:46.9110412Z [00:03:01.032]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1117/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.73.0/encoding/gzip=>google.golang.org/grpc@v1.73.0/encoding/gzip;$WORK/b1117=>" -p google.golang.org/grpc/encoding/gzip -lang=go1.23 -complete -installsuffix shared -buildid B68p7smqx4hKBxo3c-FR/B68p7smqx4hKBxo3c-FR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1117/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/encoding/gzip/gzip.go
2025-08-20T21:26:46.9148248Z [00:03:01.037]➜  go tool buildid -w $WORK/b1116/_pkg_.a # internal
2025-08-20T21:26:46.9153557Z [00:03:01.038]➜  cp $WORK/b1116/_pkg_.a /root/.cache/go-build/bf/bf5e548ae1038df7884a82b1cc482b07568b88b2ff848d6b48c5050bc0c6c1fc-d # internal
2025-08-20T21:26:46.9164665Z [00:03:01.038]➜  google.golang.org/grpc/internal/resolver/dns
2025-08-20T21:26:46.9165369Z [00:03:01.038]➜  mkdir -p $WORK/b1114/
2025-08-20T21:26:46.9166147Z [00:03:01.038]➜  cat >/tmp/go-build548448651/b1114/importcfg << 'EOF' # internal
2025-08-20T21:26:46.9166805Z [00:03:01.038]➜  # import config
2025-08-20T21:26:46.9167450Z [00:03:01.038]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:46.9168290Z [00:03:01.038]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:46.9169335Z [00:03:01.038]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:46.9170406Z [00:03:01.038]➜  packagefile google.golang.org/grpc/balancer/grpclb/state=/tmp/go-build548448651/b1115/_pkg_.a
2025-08-20T21:26:46.9171624Z [00:03:01.038]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build548448651/b1055/_pkg_.a
2025-08-20T21:26:46.9172821Z [00:03:01.038]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build548448651/b1084/_pkg_.a
2025-08-20T21:26:46.9174063Z [00:03:01.038]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build548448651/b1060/_pkg_.a
2025-08-20T21:26:46.9175433Z [00:03:01.038]➜  packagefile google.golang.org/grpc/internal/resolver/dns/internal=/tmp/go-build548448651/b1116/_pkg_.a
2025-08-20T21:26:46.9176692Z [00:03:01.038]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build548448651/b1066/_pkg_.a
2025-08-20T21:26:46.9178013Z [00:03:01.038]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build548448651/b1062/_pkg_.a
2025-08-20T21:26:46.9179302Z [00:03:01.038]➜  packagefile math/rand/v2=/tmp/go-build548448651/b104/_pkg_.a
2025-08-20T21:26:46.9180119Z [00:03:01.038]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:46.9180901Z [00:03:01.038]➜  packagefile net/netip=/tmp/go-build548448651/b164/_pkg_.a
2025-08-20T21:26:46.9181670Z [00:03:01.038]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:46.9182430Z [00:03:01.038]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:46.9183249Z [00:03:01.038]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:46.9184019Z [00:03:01.038]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:46.9184949Z [00:03:01.038]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:46.9185533Z [00:03:01.038]➜  EOF
2025-08-20T21:26:46.9189410Z [00:03:01.039]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1114/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/resolver/dns=>google.golang.org/grpc@v1.73.0/internal/resolver/dns;$WORK/b1114=>" -p google.golang.org/grpc/internal/resolver/dns -lang=go1.23 -complete -installsuffix shared -buildid l9q_0c7IzjwXx0fWpuL9/l9q_0c7IzjwXx0fWpuL9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1114/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/resolver/dns/dns_resolver.go
2025-08-20T21:26:46.9541800Z [00:03:01.076]➜  go tool buildid -w $WORK/b1117/_pkg_.a # internal
2025-08-20T21:26:46.9554976Z [00:03:01.078]➜  cp $WORK/b1117/_pkg_.a /root/.cache/go-build/a5/a5093c3ba319b21d76f6b07537d85dafd96ac7ac981f657463e0b5f38cefa214-d # internal
2025-08-20T21:26:46.9557039Z [00:03:01.078]➜  github.com/grpc-ecosystem/grpc-gateway/v2/utilities
2025-08-20T21:26:46.9557932Z [00:03:01.078]➜  mkdir -p $WORK/b1121/
2025-08-20T21:26:46.9563799Z [00:03:01.079]➜  cat >/tmp/go-build548448651/b1121/importcfg << 'EOF' # internal
2025-08-20T21:26:46.9564557Z [00:03:01.079]➜  # import config
2025-08-20T21:26:46.9565242Z [00:03:01.079]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:46.9566068Z [00:03:01.079]➜  packagefile flag=/tmp/go-build548448651/b247/_pkg_.a
2025-08-20T21:26:46.9566820Z [00:03:01.079]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:46.9567598Z [00:03:01.079]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:46.9568415Z [00:03:01.079]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:46.9569218Z [00:03:01.079]➜  EOF
2025-08-20T21:26:46.9575953Z [00:03:01.079]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1121/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.1/utilities=>github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.1/utilities;$WORK/b1121=>" -p github.com/grpc-ecosystem/grpc-gateway/v2/utilities -lang=go1.23 -complete -installsuffix shared -buildid Cd9s6N7ZGX3ux44eRs4A/Cd9s6N7ZGX3ux44eRs4A -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1121/importcfg -pack /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.1/utilities/doc.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.1/utilities/pattern.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.1/utilities/readerfactory.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.1/utilities/string_array_flag.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.1/utilities/trie.go
2025-08-20T21:26:46.9763853Z [00:03:01.099]➜  go tool buildid -w $WORK/b1114/_pkg_.a # internal
2025-08-20T21:26:46.9790083Z [00:03:01.101]➜  cp $WORK/b1114/_pkg_.a /root/.cache/go-build/76/761055d7036cfd6ac532d18ca504cb6c3fc30dd504e061b249ff551149fbf58a-d # internal
2025-08-20T21:26:46.9795280Z [00:03:01.102]➜  google.golang.org/grpc/resolver/dns
2025-08-20T21:26:46.9796057Z [00:03:01.102]➜  mkdir -p $WORK/b1113/
2025-08-20T21:26:46.9805281Z [00:03:01.103]➜  cat >/tmp/go-build548448651/b1113/importcfg << 'EOF' # internal
2025-08-20T21:26:46.9805936Z [00:03:01.103]➜  # import config
2025-08-20T21:26:46.9806810Z [00:03:01.103]➜  packagefile google.golang.org/grpc/internal/resolver/dns=/tmp/go-build548448651/b1114/_pkg_.a
2025-08-20T21:26:46.9807897Z [00:03:01.103]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build548448651/b1066/_pkg_.a
2025-08-20T21:26:46.9811045Z [00:03:01.103]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:46.9811644Z [00:03:01.103]➜  EOF
2025-08-20T21:26:46.9831468Z [00:03:01.105]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1113/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.73.0/resolver/dns=>google.golang.org/grpc@v1.73.0/resolver/dns;$WORK/b1113=>" -p google.golang.org/grpc/resolver/dns -lang=go1.23 -complete -installsuffix shared -buildid pIu9JlzLv1BWtZfwe0nT/pIu9JlzLv1BWtZfwe0nT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1113/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/resolver/dns/dns_resolver.go
2025-08-20T21:26:46.9953368Z [00:03:01.118]➜  go tool buildid -w $WORK/b1121/_pkg_.a # internal
2025-08-20T21:26:46.9967302Z [00:03:01.119]➜  cp $WORK/b1121/_pkg_.a /root/.cache/go-build/73/731eefdd721796aeb30ba959b58fe4797acc96cfba542913fe3a27ad7ca426fc-d # internal
2025-08-20T21:26:46.9973711Z [00:03:01.120]➜  github.com/grpc-ecosystem/grpc-gateway/v2/internal/httprule
2025-08-20T21:26:46.9975941Z [00:03:01.120]➜  mkdir -p $WORK/b1120/
2025-08-20T21:26:46.9976592Z [00:03:01.120]➜  go tool buildid -w $WORK/b1113/_pkg_.a # internal
2025-08-20T21:26:46.9981337Z [00:03:01.120]➜  cp $WORK/b1113/_pkg_.a /root/.cache/go-build/63/63591a23ae2748f50f14e58f775fba5a3e5125d567cd6a10e9f95d25297ca8ec-d # internal
2025-08-20T21:26:46.9983512Z [00:03:01.121]➜  google.golang.org/genproto/googleapis/api/httpbody
2025-08-20T21:26:46.9985667Z [00:03:01.121]➜  mkdir -p $WORK/b1122/
2025-08-20T21:26:46.9986625Z [00:03:01.121]➜  cat >/tmp/go-build548448651/b1122/importcfg << 'EOF' # internal
2025-08-20T21:26:46.9987286Z [00:03:01.121]➜  # import config
2025-08-20T21:26:46.9988229Z [00:03:01.121]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build548448651/b281/_pkg_.a
2025-08-20T21:26:46.9989816Z [00:03:01.121]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build548448651/b287/_pkg_.a
2025-08-20T21:26:46.9991237Z [00:03:01.121]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build548448651/b1092/_pkg_.a
2025-08-20T21:26:46.9992477Z [00:03:01.121]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:46.9993322Z [00:03:01.121]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:46.9993996Z [00:03:01.121]➜  EOF
2025-08-20T21:26:46.9998774Z [00:03:01.121]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1122/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250603155806-513f23925822/httpbody=>google.golang.org/genproto/googleapis/api@v0.0.0-20250603155806-513f23925822/httpbody;$WORK/b1122=>" -p google.golang.org/genproto/googleapis/api/httpbody -lang=go1.23 -complete -installsuffix shared -buildid bhGKZ7Q0I66yYoSLEt9d/bhGKZ7Q0I66yYoSLEt9d -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1122/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250603155806-513f23925822/httpbody/httpbody.pb.go
2025-08-20T21:26:47.0003042Z [00:03:01.122]➜  cat >/tmp/go-build548448651/b1120/importcfg << 'EOF' # internal
2025-08-20T21:26:47.0003713Z [00:03:01.122]➜  # import config
2025-08-20T21:26:47.0004350Z [00:03:01.122]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:47.0005124Z [00:03:01.122]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:47.0006396Z [00:03:01.122]➜  packagefile github.com/grpc-ecosystem/grpc-gateway/v2/utilities=/tmp/go-build548448651/b1121/_pkg_.a
2025-08-20T21:26:47.0007530Z [00:03:01.122]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:47.0008152Z [00:03:01.122]➜  EOF
2025-08-20T21:26:47.0014167Z [00:03:01.122]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1120/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.1/internal/httprule=>github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.1/internal/httprule;$WORK/b1120=>" -p github.com/grpc-ecosystem/grpc-gateway/v2/internal/httprule -lang=go1.23 -complete -installsuffix shared -buildid x2GcGVjiX9-McQUIqxxj/x2GcGVjiX9-McQUIqxxj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1120/importcfg -pack /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.1/internal/httprule/compile.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.1/internal/httprule/parse.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.1/internal/httprule/types.go
2025-08-20T21:26:47.0396258Z [00:03:01.162]➜  go tool buildid -w $WORK/b1122/_pkg_.a # internal
2025-08-20T21:26:47.0406752Z [00:03:01.163]➜  cp $WORK/b1122/_pkg_.a /root/.cache/go-build/f1/f100fb10e6139224bf72afdf25b3aee978319b57a325675ffed70c99535ed97d-d # internal
2025-08-20T21:26:47.0453159Z [00:03:01.168]➜  google.golang.org/protobuf/types/known/fieldmaskpb
2025-08-20T21:26:47.0453931Z [00:03:01.168]➜  mkdir -p $WORK/b1124/
2025-08-20T21:26:47.0457478Z [00:03:01.168]➜  cat >/tmp/go-build548448651/b1124/importcfg << 'EOF' # internal
2025-08-20T21:26:47.0460128Z [00:03:01.168]➜  # import config
2025-08-20T21:26:47.0461012Z [00:03:01.168]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build548448651/b300/_pkg_.a
2025-08-20T21:26:47.0462489Z [00:03:01.168]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build548448651/b281/_pkg_.a
2025-08-20T21:26:47.0464061Z [00:03:01.168]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build548448651/b287/_pkg_.a
2025-08-20T21:26:47.0465195Z [00:03:01.168]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:47.0466046Z [00:03:01.168]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:47.0466882Z [00:03:01.168]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:47.0467713Z [00:03:01.168]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:47.0468329Z [00:03:01.168]➜  EOF
2025-08-20T21:26:47.0472751Z [00:03:01.168]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1124/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/types/known/fieldmaskpb=>google.golang.org/protobuf@v1.36.7/types/known/fieldmaskpb;$WORK/b1124=>" -p google.golang.org/protobuf/types/known/fieldmaskpb -lang=go1.22 -complete -installsuffix shared -buildid xRZsJyqPGobhTDmKL3bh/xRZsJyqPGobhTDmKL3bh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1124/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/types/known/fieldmaskpb/field_mask.pb.go
2025-08-20T21:26:47.0575618Z [00:03:01.180]➜  go tool buildid -w $WORK/b1120/_pkg_.a # internal
2025-08-20T21:26:47.0587147Z [00:03:01.181]➜  cp $WORK/b1120/_pkg_.a /root/.cache/go-build/1d/1d8d67c622cdc042447b5971add991527c48b1467f0d4a2370903b992f706af2-d # internal
2025-08-20T21:26:47.0596212Z [00:03:01.182]➜  google.golang.org/protobuf/types/known/structpb
2025-08-20T21:26:47.0603482Z [00:03:01.182]➜  mkdir -p $WORK/b1125/
2025-08-20T21:26:47.0604290Z [00:03:01.182]➜  cat >/tmp/go-build548448651/b1125/importcfg << 'EOF' # internal
2025-08-20T21:26:47.0605002Z [00:03:01.182]➜  # import config
2025-08-20T21:26:47.0605734Z [00:03:01.182]➜  packagefile encoding/base64=/tmp/go-build548448651/b054/_pkg_.a
2025-08-20T21:26:47.0606705Z [00:03:01.182]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:47.0611338Z [00:03:01.182]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build548448651/b1073/_pkg_.a
2025-08-20T21:26:47.0613018Z [00:03:01.182]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build548448651/b281/_pkg_.a
2025-08-20T21:26:47.0614602Z [00:03:01.182]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build548448651/b287/_pkg_.a
2025-08-20T21:26:47.0615689Z [00:03:01.182]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:47.0616556Z [00:03:01.182]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:47.0617388Z [00:03:01.182]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:47.0618194Z [00:03:01.182]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:47.0618953Z [00:03:01.182]➜  EOF
2025-08-20T21:26:47.0623066Z [00:03:01.182]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1125/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/types/known/structpb=>google.golang.org/protobuf@v1.36.7/types/known/structpb;$WORK/b1125=>" -p google.golang.org/protobuf/types/known/structpb -lang=go1.22 -complete -installsuffix shared -buildid 8icR8bbHSLwCWF4Ftrt4/8icR8bbHSLwCWF4Ftrt4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1125/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/types/known/structpb/struct.pb.go
2025-08-20T21:26:47.1074742Z [00:03:01.230]➜  go tool buildid -w $WORK/b1124/_pkg_.a # internal
2025-08-20T21:26:47.1088282Z [00:03:01.231]➜  cp $WORK/b1124/_pkg_.a /root/.cache/go-build/55/558347bb3091b6cf673e92796a73bee6bd66132619b0fd6c7f4f590417960670-d # internal
2025-08-20T21:26:47.1107134Z [00:03:01.233]➜  google.golang.org/protobuf/types/known/wrapperspb
2025-08-20T21:26:47.1109874Z [00:03:01.233]➜  mkdir -p $WORK/b1126/
2025-08-20T21:26:47.1115942Z [00:03:01.234]➜  cat >/tmp/go-build548448651/b1126/importcfg << 'EOF' # internal
2025-08-20T21:26:47.1117104Z [00:03:01.234]➜  # import config
2025-08-20T21:26:47.1120488Z [00:03:01.234]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build548448651/b281/_pkg_.a
2025-08-20T21:26:47.1121933Z [00:03:01.234]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build548448651/b287/_pkg_.a
2025-08-20T21:26:47.1123035Z [00:03:01.234]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:47.1123850Z [00:03:01.234]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:47.1124476Z [00:03:01.234]➜  EOF
2025-08-20T21:26:47.1128844Z [00:03:01.234]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1126/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/types/known/wrapperspb=>google.golang.org/protobuf@v1.36.7/types/known/wrapperspb;$WORK/b1126=>" -p google.golang.org/protobuf/types/known/wrapperspb -lang=go1.22 -complete -installsuffix shared -buildid F33k390kUZJwWyeihmrE/F33k390kUZJwWyeihmrE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1126/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/types/known/wrapperspb/wrappers.pb.go
2025-08-20T21:26:47.1460882Z [00:03:01.268]➜  go tool buildid -w $WORK/b1125/_pkg_.a # internal
2025-08-20T21:26:47.1488871Z [00:03:01.270]➜  cp $WORK/b1125/_pkg_.a /root/.cache/go-build/10/10e85a7bf8e1064cef904d2aec5f2d9679275331eca49c8812ba91b85f69ee04-d # internal
2025-08-20T21:26:47.1500340Z [00:03:01.271]➜  google.golang.org/genproto/googleapis/rpc/errdetails
2025-08-20T21:26:47.1501051Z [00:03:01.271]➜  mkdir -p $WORK/b1127/
2025-08-20T21:26:47.1501775Z [00:03:01.272]➜  cat >/tmp/go-build548448651/b1127/importcfg << 'EOF' # internal
2025-08-20T21:26:47.1502374Z [00:03:01.272]➜  # import config
2025-08-20T21:26:47.1503240Z [00:03:01.272]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build548448651/b281/_pkg_.a
2025-08-20T21:26:47.1504625Z [00:03:01.272]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build548448651/b287/_pkg_.a
2025-08-20T21:26:47.1506058Z [00:03:01.272]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build548448651/b1089/_pkg_.a
2025-08-20T21:26:47.1507744Z [00:03:01.272]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:47.1530239Z [00:03:01.272]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:47.1530929Z [00:03:01.272]➜  EOF
2025-08-20T21:26:47.1535904Z [00:03:01.272]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1127/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto/googleapis/rpc@v0.0.0-20250603155806-513f23925822/errdetails=>google.golang.org/genproto/googleapis/rpc@v0.0.0-20250603155806-513f23925822/errdetails;$WORK/b1127=>" -p google.golang.org/genproto/googleapis/rpc/errdetails -lang=go1.23 -complete -installsuffix shared -buildid Mm-0AEoiAXtxMhZBXHHd/Mm-0AEoiAXtxMhZBXHHd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1127/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/rpc@v0.0.0-20250603155806-513f23925822/errdetails/error_details.pb.go
2025-08-20T21:26:47.2305262Z [00:03:01.353]➜  go tool buildid -w $WORK/b1126/_pkg_.a # internal
2025-08-20T21:26:47.2326199Z [00:03:01.355]➜  cp $WORK/b1126/_pkg_.a /root/.cache/go-build/34/34cdf98e4858e344ceb3fa10d7f419fb1e7f5970c18073b659a588067fb126fd-d # internal
2025-08-20T21:26:47.2329778Z [00:03:01.355]➜  go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp/internal
2025-08-20T21:26:47.2337058Z [00:03:01.356]➜  mkdir -p $WORK/b1129/
2025-08-20T21:26:47.2344137Z [00:03:01.356]➜  cat >/tmp/go-build548448651/b1129/importcfg << 'EOF' # internal
2025-08-20T21:26:47.2344829Z [00:03:01.356]➜  # import config
2025-08-20T21:26:47.2345448Z [00:03:01.356]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:47.2346013Z [00:03:01.356]➜  EOF
2025-08-20T21:26:47.2355037Z [00:03:01.356]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1129/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp@v1.37.0/internal=>go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp@v1.37.0/internal;$WORK/b1129=>" -p go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp/internal -lang=go1.23 -complete -installsuffix shared -buildid vpHZxmbYPddrUXSKw1Bu/vpHZxmbYPddrUXSKw1Bu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1129/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp@v1.37.0/internal/gen.go /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp@v1.37.0/internal/partialsuccess.go
2025-08-20T21:26:47.2554589Z [00:03:01.378]➜  go tool buildid -w $WORK/b1127/_pkg_.a # internal
2025-08-20T21:26:47.2584570Z [00:03:01.381]➜  cp $WORK/b1127/_pkg_.a /root/.cache/go-build/1e/1e5c2f8c1e3e0e22b14abf0a096911c493f830af39472197c6f043834ca25c7e-d # internal
2025-08-20T21:26:47.2591006Z [00:03:01.381]➜  go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp/internal/envconfig
2025-08-20T21:26:47.2592012Z [00:03:01.381]➜  mkdir -p $WORK/b1131/
2025-08-20T21:26:47.2592807Z [00:03:01.381]➜  cat >/tmp/go-build548448651/b1131/importcfg << 'EOF' # internal
2025-08-20T21:26:47.2593509Z [00:03:01.381]➜  # import config
2025-08-20T21:26:47.2594232Z [00:03:01.381]➜  packagefile crypto/tls=/tmp/go-build548448651/b110/_pkg_.a
2025-08-20T21:26:47.2595074Z [00:03:01.381]➜  packagefile crypto/x509=/tmp/go-build548448651/b154/_pkg_.a
2025-08-20T21:26:47.2595884Z [00:03:01.381]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:47.2596689Z [00:03:01.381]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:47.2597744Z [00:03:01.381]➜  packagefile go.opentelemetry.io/otel/internal/global=/tmp/go-build548448651/b205/_pkg_.a
2025-08-20T21:26:47.2598990Z [00:03:01.381]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:47.2599883Z [00:03:01.381]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:47.2600747Z [00:03:01.381]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:47.2601798Z [00:03:01.381]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:47.2602630Z [00:03:01.381]➜  packagefile unicode=/tmp/go-build548448651/b041/_pkg_.a
2025-08-20T21:26:47.2603454Z [00:03:01.381]➜  EOF
2025-08-20T21:26:47.2610714Z [00:03:01.383]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1131/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp@v1.37.0/internal/envconfig=>go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp@v1.37.0/internal/envconfig;$WORK/b1131=>" -p go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp/internal/envconfig -lang=go1.23 -complete -installsuffix shared -buildid jkXoYSWs9ICrhttVvP_C/jkXoYSWs9ICrhttVvP_C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1131/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp@v1.37.0/internal/envconfig/envconfig.go
2025-08-20T21:26:47.2618897Z [00:03:01.383]➜  go tool buildid -w $WORK/b1129/_pkg_.a # internal
2025-08-20T21:26:47.2620304Z [00:03:01.384]➜  cp $WORK/b1129/_pkg_.a /root/.cache/go-build/da/dac1f14aa3ab083eb46c730eb3caf6e44b289ea0b0315e84e8ac78a2adc35129-d # internal
2025-08-20T21:26:47.2624374Z [00:03:01.385]➜  go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp/internal/retry
2025-08-20T21:26:47.2629311Z [00:03:01.385]➜  mkdir -p $WORK/b1132/
2025-08-20T21:26:47.2630270Z [00:03:01.385]➜  cat >/tmp/go-build548448651/b1132/importcfg << 'EOF' # internal
2025-08-20T21:26:47.2631000Z [00:03:01.385]➜  # import config
2025-08-20T21:26:47.2631671Z [00:03:01.385]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:47.2632492Z [00:03:01.385]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:47.2633481Z [00:03:01.385]➜  packagefile github.com/cenkalti/backoff/v5=/tmp/go-build548448651/b1046/_pkg_.a
2025-08-20T21:26:47.2634561Z [00:03:01.385]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:47.2635175Z [00:03:01.385]➜  EOF
2025-08-20T21:26:47.2657220Z [00:03:01.388]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1132/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp@v1.37.0/internal/retry=>go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp@v1.37.0/internal/retry;$WORK/b1132=>" -p go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp/internal/retry -lang=go1.23 -complete -installsuffix shared -buildid sb76f_wwxWgrA9R83VYx/sb76f_wwxWgrA9R83VYx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1132/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp@v1.37.0/internal/retry/retry.go
2025-08-20T21:26:47.2982706Z [00:03:01.420]➜  go tool buildid -w $WORK/b1132/_pkg_.a # internal
2025-08-20T21:26:47.3026252Z [00:03:01.425]➜  cp $WORK/b1132/_pkg_.a /root/.cache/go-build/ef/ef7e8caf4d04b9d24a7e7b487adddd947e53c11c5ec54a587156a37215b13aee-d # internal
2025-08-20T21:26:47.3027569Z [00:03:01.425]➜  go.opentelemetry.io/otel/sdk/trace/tracetest
2025-08-20T21:26:47.3028264Z [00:03:01.425]➜  mkdir -p $WORK/b1134/
2025-08-20T21:26:47.3032536Z [00:03:01.425]➜  cat >/tmp/go-build548448651/b1134/importcfg << 'EOF' # internal
2025-08-20T21:26:47.3033292Z [00:03:01.425]➜  # import config
2025-08-20T21:26:47.3033990Z [00:03:01.425]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:47.3035071Z [00:03:01.425]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build548448651/b210/_pkg_.a
2025-08-20T21:26:47.3036442Z [00:03:01.425]➜  packagefile go.opentelemetry.io/otel/sdk/instrumentation=/tmp/go-build548448651/b1033/_pkg_.a
2025-08-20T21:26:47.3037737Z [00:03:01.425]➜  packagefile go.opentelemetry.io/otel/sdk/resource=/tmp/go-build548448651/b1034/_pkg_.a
2025-08-20T21:26:47.3039148Z [00:03:01.425]➜  packagefile go.opentelemetry.io/otel/sdk/trace=/tmp/go-build548448651/b1037/_pkg_.a
2025-08-20T21:26:47.3040338Z [00:03:01.425]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build548448651/b214/_pkg_.a
2025-08-20T21:26:47.3041571Z [00:03:01.425]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:47.3042476Z [00:03:01.425]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:47.3043127Z [00:03:01.425]➜  EOF
2025-08-20T21:26:47.3048175Z [00:03:01.425]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1134/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/trace/tracetest=>go.opentelemetry.io/otel/sdk@v1.37.0/trace/tracetest;$WORK/b1134=>" -p go.opentelemetry.io/otel/sdk/trace/tracetest -lang=go1.23 -complete -installsuffix shared -buildid uAijr-fh557AZEeMzJkG/uAijr-fh557AZEeMzJkG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1134/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/trace/tracetest/exporter.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/trace/tracetest/recorder.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/trace/tracetest/span.go
2025-08-20T21:26:47.3325830Z [00:03:01.455]➜  go tool buildid -w $WORK/b1131/_pkg_.a # internal
2025-08-20T21:26:47.3339790Z [00:03:01.456]➜  cp $WORK/b1131/_pkg_.a /root/.cache/go-build/7e/7edee82b6418a307b013bdcaf57995bbe83400fe2ba019bfab2a918864d5158f-d # internal
2025-08-20T21:26:47.3350072Z [00:03:01.457]➜  github.com/openzipkin/zipkin-go/model
2025-08-20T21:26:47.3350775Z [00:03:01.457]➜  mkdir -p $WORK/b1136/
2025-08-20T21:26:47.3354160Z [00:03:01.457]➜  cat >/tmp/go-build548448651/b1136/importcfg << 'EOF' # internal
2025-08-20T21:26:47.3354938Z [00:03:01.458]➜  # import config
2025-08-20T21:26:47.3355669Z [00:03:01.458]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:47.3356577Z [00:03:01.458]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:47.3357417Z [00:03:01.458]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:47.3358214Z [00:03:01.458]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:47.3359452Z [00:03:01.458]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:47.3360471Z [00:03:01.458]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:47.3361343Z [00:03:01.458]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:47.3361954Z [00:03:01.458]➜  EOF
2025-08-20T21:26:47.3379850Z [00:03:01.458]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1136/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/openzipkin/zipkin-go@v0.4.3/model=>github.com/openzipkin/zipkin-go@v0.4.3/model;$WORK/b1136=>" -p github.com/openzipkin/zipkin-go/model -lang=go1.20 -complete -installsuffix shared -buildid sdKfUkhsOxKa2tMjPQ5n/sdKfUkhsOxKa2tMjPQ5n -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1136/importcfg -pack /root/go/pkg/mod/github.com/openzipkin/zipkin-go@v0.4.3/model/annotation.go /root/go/pkg/mod/github.com/openzipkin/zipkin-go@v0.4.3/model/doc.go /root/go/pkg/mod/github.com/openzipkin/zipkin-go@v0.4.3/model/endpoint.go /root/go/pkg/mod/github.com/openzipkin/zipkin-go@v0.4.3/model/kind.go /root/go/pkg/mod/github.com/openzipkin/zipkin-go@v0.4.3/model/span.go /root/go/pkg/mod/github.com/openzipkin/zipkin-go@v0.4.3/model/span_id.go /root/go/pkg/mod/github.com/openzipkin/zipkin-go@v0.4.3/model/traceid.go
2025-08-20T21:26:47.3781269Z [00:03:01.500]➜  go tool buildid -w $WORK/b1136/_pkg_.a # internal
2025-08-20T21:26:47.3792899Z [00:03:01.502]➜  cp $WORK/b1136/_pkg_.a /root/.cache/go-build/b8/b878a26ece42a02abb627ba43bcf0ee5fb4929a21f40cce5d9445cb74c77d463-d # internal
2025-08-20T21:26:47.3848139Z [00:03:01.507]➜  go.opentelemetry.io/otel/semconv/v1.21.0
2025-08-20T21:26:47.3849127Z [00:03:01.507]➜  mkdir -p $WORK/b1137/
2025-08-20T21:26:47.3859122Z [00:03:01.508]➜  cat >/tmp/go-build548448651/b1137/importcfg << 'EOF' # internal
2025-08-20T21:26:47.3859833Z [00:03:01.508]➜  # import config
2025-08-20T21:26:47.3860661Z [00:03:01.508]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build548448651/b210/_pkg_.a
2025-08-20T21:26:47.3861686Z [00:03:01.508]➜  EOF
2025-08-20T21:26:47.3868483Z [00:03:01.508]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1137/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.21.0=>go.opentelemetry.io/otel@v1.37.0/semconv/v1.21.0;$WORK/b1137=>" -p go.opentelemetry.io/otel/semconv/v1.21.0 -lang=go1.23 -complete -installsuffix shared -buildid bgdlX-kqPJHupJaJZYio/bgdlX-kqPJHupJaJZYio -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1137/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.21.0/attribute_group.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.21.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.21.0/event.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.21.0/exception.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.21.0/resource.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.21.0/schema.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.21.0/trace.go
2025-08-20T21:26:47.4006224Z [00:03:01.523]➜  go tool buildid -w $WORK/b1134/_pkg_.a # internal
2025-08-20T21:26:47.4026289Z [00:03:01.525]➜  cp $WORK/b1134/_pkg_.a /root/.cache/go-build/6d/6d2ca3f1804b892245322008c60fcaf7843a9a50e38e23c6aef5199c976fe577-d # internal
2025-08-20T21:26:47.4041002Z [00:03:01.526]➜  go.opentelemetry.io/otel/exporters/stdout/stdouttrace
2025-08-20T21:26:47.4041654Z [00:03:01.526]➜  mkdir -p $WORK/b1133/
2025-08-20T21:26:47.4042371Z [00:03:01.526]➜  cat >/tmp/go-build548448651/b1133/importcfg << 'EOF' # internal
2025-08-20T21:26:47.4043094Z [00:03:01.526]➜  # import config
2025-08-20T21:26:47.4043793Z [00:03:01.526]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:47.4044634Z [00:03:01.526]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:47.4045674Z [00:03:01.526]➜  packagefile go.opentelemetry.io/otel/sdk/trace=/tmp/go-build548448651/b1037/_pkg_.a
2025-08-20T21:26:47.4046970Z [00:03:01.526]➜  packagefile go.opentelemetry.io/otel/sdk/trace/tracetest=/tmp/go-build548448651/b1134/_pkg_.a
2025-08-20T21:26:47.4048272Z [00:03:01.526]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:47.4060990Z [00:03:01.526]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:47.4061792Z [00:03:01.526]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:47.4062551Z [00:03:01.526]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:47.4063128Z [00:03:01.526]➜  EOF
2025-08-20T21:26:47.4068412Z [00:03:01.526]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1133/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/exporters/stdout/stdouttrace@v1.37.0=>go.opentelemetry.io/otel/exporters/stdout/stdouttrace@v1.37.0;$WORK/b1133=>" -p go.opentelemetry.io/otel/exporters/stdout/stdouttrace -lang=go1.23 -complete -installsuffix shared -buildid eUYLGED1A_R_CflWlmvN/eUYLGED1A_R_CflWlmvN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1133/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/stdout/stdouttrace@v1.37.0/config.go /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/stdout/stdouttrace@v1.37.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/stdout/stdouttrace@v1.37.0/trace.go
2025-08-20T21:26:47.4775908Z [00:03:01.600]➜  go tool buildid -w $WORK/b1133/_pkg_.a # internal
2025-08-20T21:26:47.4791091Z [00:03:01.601]➜  cp $WORK/b1133/_pkg_.a /root/.cache/go-build/12/12ef44168c6884f41af1c927a981199e7b9c9ebae072e5514b040beba2b063e2-d # internal
2025-08-20T21:26:47.4881390Z [00:03:01.610]➜  go.opentelemetry.io/otel/semconv/v1.25.0
2025-08-20T21:26:47.4885638Z [00:03:01.611]➜  mkdir -p $WORK/b1138/
2025-08-20T21:26:47.4894568Z [00:03:01.612]➜  cat >/tmp/go-build548448651/b1138/importcfg << 'EOF' # internal
2025-08-20T21:26:47.4897778Z [00:03:01.612]➜  # import config
2025-08-20T21:26:47.4899257Z [00:03:01.612]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build548448651/b210/_pkg_.a
2025-08-20T21:26:47.4900678Z [00:03:01.612]➜  EOF
2025-08-20T21:26:47.4917560Z [00:03:01.613]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1138/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.25.0=>go.opentelemetry.io/otel@v1.37.0/semconv/v1.25.0;$WORK/b1138=>" -p go.opentelemetry.io/otel/semconv/v1.25.0 -lang=go1.23 -complete -installsuffix shared -buildid MsNeOisCTDs-cfqdltTx/MsNeOisCTDs-cfqdltTx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1138/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.25.0/attribute_group.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.25.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.25.0/event.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.25.0/exception.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.25.0/metric.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.25.0/resource.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.25.0/schema.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.25.0/trace.go
2025-08-20T21:26:47.6352190Z [00:03:01.757]➜  go tool buildid -w $WORK/b1137/_pkg_.a # internal
2025-08-20T21:26:47.6450108Z [00:03:01.767]➜  cp $WORK/b1137/_pkg_.a /root/.cache/go-build/3f/3f5c46417d740e606048b39da269c8080443bbcb79a413894cac053b539a5a02-d # internal
2025-08-20T21:26:47.6534261Z [00:03:01.776]➜  go.opentelemetry.io/otel/semconv/internal
2025-08-20T21:26:47.6537312Z [00:03:01.776]➜  mkdir -p $WORK/b1140/
2025-08-20T21:26:47.6543792Z [00:03:01.777]➜  cat >/tmp/go-build548448651/b1140/importcfg << 'EOF' # internal
2025-08-20T21:26:47.6548062Z [00:03:01.777]➜  # import config
2025-08-20T21:26:47.6548945Z [00:03:01.777]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:47.6550019Z [00:03:01.777]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build548448651/b210/_pkg_.a
2025-08-20T21:26:47.6551247Z [00:03:01.777]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build548448651/b212/_pkg_.a
2025-08-20T21:26:47.6552693Z [00:03:01.777]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build548448651/b214/_pkg_.a
2025-08-20T21:26:47.6553757Z [00:03:01.777]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:47.6554619Z [00:03:01.777]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:47.6555466Z [00:03:01.777]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:47.6556288Z [00:03:01.777]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:47.6556936Z [00:03:01.777]➜  EOF
2025-08-20T21:26:47.6560999Z [00:03:01.777]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1140/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/internal=>go.opentelemetry.io/otel@v1.37.0/semconv/internal;$WORK/b1140=>" -p go.opentelemetry.io/otel/semconv/internal -lang=go1.23 -complete -installsuffix shared -buildid YESTegLXkaSD2FHk4v2U/YESTegLXkaSD2FHk4v2U -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1140/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/internal/http.go
2025-08-20T21:26:47.6965845Z [00:03:01.819]➜  go tool buildid -w $WORK/b619/_pkg_.a # internal
2025-08-20T21:26:47.7257147Z [00:03:01.848]➜  cp $WORK/b619/_pkg_.a /root/.cache/go-build/c5/c508d6c7e6bd828f5f409ecd0b1e5952b18c22a9d26f61edd27e2cff217a09f3-d # internal
2025-08-20T21:26:47.7318745Z [00:03:01.854]➜  github.com/cockroachdb/pebble/v2/internal/compact
2025-08-20T21:26:47.7324210Z [00:03:01.855]➜  mkdir -p $WORK/b615/
2025-08-20T21:26:47.7341071Z [00:03:01.856]➜  cat >/tmp/go-build548448651/b615/importcfg << 'EOF' # internal
2025-08-20T21:26:47.7354692Z [00:03:01.856]➜  # import config
2025-08-20T21:26:47.7355386Z [00:03:01.856]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:47.7356279Z [00:03:01.856]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:47.7357169Z [00:03:01.856]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:47.7358376Z [00:03:01.856]➜  packagefile github.com/cockroachdb/errors=/tmp/go-build548448651/b536/_pkg_.a
2025-08-20T21:26:47.7359963Z [00:03:01.856]➜  packagefile github.com/cockroachdb/pebble/v2/internal/base=/tmp/go-build548448651/b602/_pkg_.a
2025-08-20T21:26:47.7361389Z [00:03:01.856]➜  packagefile github.com/cockroachdb/pebble/v2/internal/invalidating=/tmp/go-build548448651/b616/_pkg_.a
2025-08-20T21:26:47.7362839Z [00:03:01.856]➜  packagefile github.com/cockroachdb/pebble/v2/internal/invariants=/tmp/go-build548448651/b604/_pkg_.a
2025-08-20T21:26:47.7364289Z [00:03:01.856]➜  packagefile github.com/cockroachdb/pebble/v2/internal/keyspan=/tmp/go-build548448651/b617/_pkg_.a
2025-08-20T21:26:47.7365699Z [00:03:01.856]➜  packagefile github.com/cockroachdb/pebble/v2/internal/manifest=/tmp/go-build548448651/b619/_pkg_.a
2025-08-20T21:26:47.7367318Z [00:03:01.856]➜  packagefile github.com/cockroachdb/pebble/v2/internal/rangekey=/tmp/go-build548448651/b626/_pkg_.a
2025-08-20T21:26:47.7373953Z [00:03:01.856]➜  packagefile github.com/cockroachdb/pebble/v2/objstorage=/tmp/go-build548448651/b629/_pkg_.a
2025-08-20T21:26:47.7375529Z [00:03:01.856]➜  packagefile github.com/cockroachdb/pebble/v2/sstable=/tmp/go-build548448651/b620/_pkg_.a
2025-08-20T21:26:47.7376812Z [00:03:01.856]➜  packagefile github.com/cockroachdb/redact=/tmp/go-build548448651/b545/_pkg_.a
2025-08-20T21:26:47.7377785Z [00:03:01.856]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:47.7378813Z [00:03:01.856]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:47.7379655Z [00:03:01.856]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:47.7380468Z [00:03:01.856]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:47.7381311Z [00:03:01.856]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:47.7382117Z [00:03:01.856]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:47.7382747Z [00:03:01.856]➜  EOF
2025-08-20T21:26:47.7396966Z [00:03:01.861]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b615/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/compact=>github.com/cockroachdb/pebble/v2@v2.0.6/internal/compact;$WORK/b615=>" -p github.com/cockroachdb/pebble/v2/internal/compact -lang=go1.22 -complete -installsuffix shared -buildid B7YVZkb4xZfVzvnCOhHi/B7YVZkb4xZfVzvnCOhHi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b615/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/compact/iterator.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/compact/run.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/compact/snapshots.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/compact/spans.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/compact/splitting.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/compact/tombstone_elision.go
2025-08-20T21:26:47.7691468Z [00:03:01.891]➜  go tool buildid -w $WORK/b1140/_pkg_.a # internal
2025-08-20T21:26:47.7698959Z [00:03:01.892]➜  cp $WORK/b1140/_pkg_.a /root/.cache/go-build/b4/b4fb3bfbce79cd214d11857e4765ac4ab4bbbaa46b3926b8d66b079c1ddf4b68-d # internal
2025-08-20T21:26:47.7704972Z [00:03:01.893]➜  github.com/cockroachdb/pebble/v2/internal/keyspan/keyspanimpl
2025-08-20T21:26:47.7707143Z [00:03:01.893]➜  mkdir -p $WORK/b645/
2025-08-20T21:26:47.7712993Z [00:03:01.893]➜  cat >/tmp/go-build548448651/b645/importcfg << 'EOF' # internal
2025-08-20T21:26:47.7713687Z [00:03:01.894]➜  # import config
2025-08-20T21:26:47.7714369Z [00:03:01.894]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:47.7715163Z [00:03:01.894]➜  packagefile cmp=/tmp/go-build548448651/b051/_pkg_.a
2025-08-20T21:26:47.7715946Z [00:03:01.894]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:47.7716775Z [00:03:01.894]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:47.7718053Z [00:03:01.894]➜  packagefile github.com/cockroachdb/pebble/v2/internal/base=/tmp/go-build548448651/b602/_pkg_.a
2025-08-20T21:26:47.7719776Z [00:03:01.894]➜  packagefile github.com/cockroachdb/pebble/v2/internal/invariants=/tmp/go-build548448651/b604/_pkg_.a
2025-08-20T21:26:47.7721279Z [00:03:01.894]➜  packagefile github.com/cockroachdb/pebble/v2/internal/keyspan=/tmp/go-build548448651/b617/_pkg_.a
2025-08-20T21:26:47.7722759Z [00:03:01.894]➜  packagefile github.com/cockroachdb/pebble/v2/internal/manifest=/tmp/go-build548448651/b619/_pkg_.a
2025-08-20T21:26:47.7724268Z [00:03:01.894]➜  packagefile github.com/cockroachdb/pebble/v2/internal/treeprinter=/tmp/go-build548448651/b605/_pkg_.a
2025-08-20T21:26:47.7725429Z [00:03:01.894]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:47.7726066Z [00:03:01.894]➜  EOF
2025-08-20T21:26:47.7734092Z [00:03:01.895]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b645/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/keyspan/keyspanimpl=>github.com/cockroachdb/pebble/v2@v2.0.6/internal/keyspan/keyspanimpl;$WORK/b645=>" -p github.com/cockroachdb/pebble/v2/internal/keyspan/keyspanimpl -lang=go1.22 -complete -installsuffix shared -buildid BPL4BYW6mjj7z895UzpF/BPL4BYW6mjj7z895UzpF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b645/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/keyspan/keyspanimpl/doc.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/keyspan/keyspanimpl/level_iter.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/keyspan/keyspanimpl/merging_iter.go
2025-08-20T21:26:47.8415948Z [00:03:01.964]➜  go tool buildid -w $WORK/b1138/_pkg_.a # internal
2025-08-20T21:26:47.8515491Z [00:03:01.974]➜  cp $WORK/b1138/_pkg_.a /root/.cache/go-build/05/05e4a1303693d298060c95e018277f0cbc02118f21d26364728764c0192a8feb-d # internal
2025-08-20T21:26:47.8532290Z [00:03:01.976]➜  github.com/cockroachdb/pebble/v2/internal/overlap
2025-08-20T21:26:47.8536247Z [00:03:01.976]➜  mkdir -p $WORK/b647/
2025-08-20T21:26:47.8547148Z [00:03:01.977]➜  cat >/tmp/go-build548448651/b647/importcfg << 'EOF' # internal
2025-08-20T21:26:47.8548252Z [00:03:01.977]➜  # import config
2025-08-20T21:26:47.8549594Z [00:03:01.977]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:47.8551036Z [00:03:01.977]➜  packagefile github.com/cockroachdb/pebble/v2/internal/base=/tmp/go-build548448651/b602/_pkg_.a
2025-08-20T21:26:47.8552961Z [00:03:01.977]➜  packagefile github.com/cockroachdb/pebble/v2/internal/keyspan=/tmp/go-build548448651/b617/_pkg_.a
2025-08-20T21:26:47.8554724Z [00:03:01.977]➜  packagefile github.com/cockroachdb/pebble/v2/internal/manifest=/tmp/go-build548448651/b619/_pkg_.a
2025-08-20T21:26:47.8556100Z [00:03:01.977]➜  EOF
2025-08-20T21:26:47.8569204Z [00:03:01.979]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b647/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/overlap=>github.com/cockroachdb/pebble/v2@v2.0.6/internal/overlap;$WORK/b647=>" -p github.com/cockroachdb/pebble/v2/internal/overlap -lang=go1.22 -complete -installsuffix shared -buildid YQUK2YuGmSfDd6o3EiEL/YQUK2YuGmSfDd6o3EiEL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b647/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/overlap/checker.go
2025-08-20T21:26:47.9078991Z [00:03:02.030]➜  go tool buildid -w $WORK/b645/_pkg_.a # internal
2025-08-20T21:26:47.9101567Z [00:03:02.032]➜  cp $WORK/b645/_pkg_.a /root/.cache/go-build/12/1203ca74b70f6a92d38490886d9ae25249c1e3cdf5d76365d6ce44a07b131c42-d # internal
2025-08-20T21:26:47.9133906Z [00:03:02.036]➜  github.com/cockroachdb/pebble/v2/internal/rangekeystack
2025-08-20T21:26:47.9137758Z [00:03:02.036]➜  mkdir -p $WORK/b649/
2025-08-20T21:26:47.9143458Z [00:03:02.037]➜  cat >/tmp/go-build548448651/b649/importcfg << 'EOF' # internal
2025-08-20T21:26:47.9149445Z [00:03:02.037]➜  # import config
2025-08-20T21:26:47.9150393Z [00:03:02.037]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:47.9151571Z [00:03:02.037]➜  packagefile github.com/cockroachdb/pebble/v2/internal/base=/tmp/go-build548448651/b602/_pkg_.a
2025-08-20T21:26:47.9153275Z [00:03:02.037]➜  packagefile github.com/cockroachdb/pebble/v2/internal/invariants=/tmp/go-build548448651/b604/_pkg_.a
2025-08-20T21:26:47.9154772Z [00:03:02.037]➜  packagefile github.com/cockroachdb/pebble/v2/internal/keyspan=/tmp/go-build548448651/b617/_pkg_.a
2025-08-20T21:26:47.9156323Z [00:03:02.037]➜  packagefile github.com/cockroachdb/pebble/v2/internal/keyspan/keyspanimpl=/tmp/go-build548448651/b645/_pkg_.a
2025-08-20T21:26:47.9157870Z [00:03:02.037]➜  packagefile github.com/cockroachdb/pebble/v2/internal/manifest=/tmp/go-build548448651/b619/_pkg_.a
2025-08-20T21:26:47.9159498Z [00:03:02.037]➜  packagefile github.com/cockroachdb/pebble/v2/internal/rangekey=/tmp/go-build548448651/b626/_pkg_.a
2025-08-20T21:26:47.9160610Z [00:03:02.037]➜  EOF
2025-08-20T21:26:47.9165045Z [00:03:02.037]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b649/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/rangekeystack=>github.com/cockroachdb/pebble/v2@v2.0.6/internal/rangekeystack;$WORK/b649=>" -p github.com/cockroachdb/pebble/v2/internal/rangekeystack -lang=go1.22 -complete -installsuffix shared -buildid i-KFtd1fbTuU1CcChQY_/i-KFtd1fbTuU1CcChQY_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b649/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal/rangekeystack/user_iterator.go
2025-08-20T21:26:47.9375155Z [00:03:02.060]➜  go tool buildid -w $WORK/b647/_pkg_.a # internal
2025-08-20T21:26:47.9413573Z [00:03:02.064]➜  cp $WORK/b647/_pkg_.a /root/.cache/go-build/d2/d201bdb9b2eb23b1b8705efd1930ff50952156240a88362fe065324f4f86eaaa-d # internal
2025-08-20T21:26:47.9421300Z [00:03:02.064]➜  go.opentelemetry.io/otel/exporters/zipkin
2025-08-20T21:26:47.9421997Z [00:03:02.064]➜  mkdir -p $WORK/b1135/
2025-08-20T21:26:47.9422750Z [00:03:02.064]➜  cat >/tmp/go-build548448651/b1135/importcfg << 'EOF' # internal
2025-08-20T21:26:47.9423400Z [00:03:02.064]➜  # import config
2025-08-20T21:26:47.9424055Z [00:03:02.064]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:47.9424859Z [00:03:02.064]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:47.9425742Z [00:03:02.064]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:47.9426659Z [00:03:02.064]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:47.9427509Z [00:03:02.064]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:47.9428385Z [00:03:02.064]➜  packagefile github.com/go-logr/logr=/tmp/go-build548448651/b201/_pkg_.a
2025-08-20T21:26:47.9429535Z [00:03:02.064]➜  packagefile github.com/go-logr/stdr=/tmp/go-build548448651/b206/_pkg_.a
2025-08-20T21:26:47.9430597Z [00:03:02.064]➜  packagefile github.com/openzipkin/zipkin-go/model=/tmp/go-build548448651/b1136/_pkg_.a
2025-08-20T21:26:47.9431735Z [00:03:02.064]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build548448651/b210/_pkg_.a
2025-08-20T21:26:47.9432998Z [00:03:02.064]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build548448651/b212/_pkg_.a
2025-08-20T21:26:47.9434074Z [00:03:02.064]➜  packagefile go.opentelemetry.io/otel/sdk/resource=/tmp/go-build548448651/b1034/_pkg_.a
2025-08-20T21:26:47.9435151Z [00:03:02.064]➜  packagefile go.opentelemetry.io/otel/sdk/trace=/tmp/go-build548448651/b1037/_pkg_.a
2025-08-20T21:26:47.9436277Z [00:03:02.064]➜  packagefile go.opentelemetry.io/otel/semconv/v1.20.0=/tmp/go-build548448651/b707/_pkg_.a
2025-08-20T21:26:47.9437436Z [00:03:02.064]➜  packagefile go.opentelemetry.io/otel/semconv/v1.21.0=/tmp/go-build548448651/b1137/_pkg_.a
2025-08-20T21:26:47.9439228Z [00:03:02.064]➜  packagefile go.opentelemetry.io/otel/semconv/v1.25.0=/tmp/go-build548448651/b1138/_pkg_.a
2025-08-20T21:26:47.9440453Z [00:03:02.064]➜  packagefile go.opentelemetry.io/otel/semconv/v1.34.0=/tmp/go-build548448651/b215/_pkg_.a
2025-08-20T21:26:47.9441747Z [00:03:02.064]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build548448651/b214/_pkg_.a
2025-08-20T21:26:47.9442688Z [00:03:02.064]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:47.9443447Z [00:03:02.064]➜  packagefile log=/tmp/go-build548448651/b071/_pkg_.a
2025-08-20T21:26:47.9444168Z [00:03:02.064]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:47.9444921Z [00:03:02.064]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:47.9455929Z [00:03:02.064]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:47.9456740Z [00:03:02.064]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:47.9457552Z [00:03:02.064]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:47.9458349Z [00:03:02.064]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:47.9459582Z [00:03:02.064]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:47.9460382Z [00:03:02.064]➜  EOF
2025-08-20T21:26:47.9465596Z [00:03:02.064]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1135/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/exporters/zipkin@v1.37.0=>go.opentelemetry.io/otel/exporters/zipkin@v1.37.0;$WORK/b1135=>" -p go.opentelemetry.io/otel/exporters/zipkin -lang=go1.23 -complete -installsuffix shared -buildid UGTwgjqTiB2kJtxTEueP/UGTwgjqTiB2kJtxTEueP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1135/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/zipkin@v1.37.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/zipkin@v1.37.0/env.go /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/zipkin@v1.37.0/model.go /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/zipkin@v1.37.0/zipkin.go
2025-08-20T21:26:47.9579947Z [00:03:02.080]➜  go tool buildid -w $WORK/b649/_pkg_.a # internal
2025-08-20T21:26:47.9589018Z [00:03:02.081]➜  cp $WORK/b649/_pkg_.a /root/.cache/go-build/73/73486a682524e32e06ea2c00729eeeee8fa3fc32b171699a29057576355081fe-d # internal
2025-08-20T21:26:47.9627405Z [00:03:02.085]➜  go.opentelemetry.io/otel/semconv/v1.4.0
2025-08-20T21:26:47.9630430Z [00:03:02.085]➜  mkdir -p $WORK/b1139/
2025-08-20T21:26:47.9639898Z [00:03:02.086]➜  cat >/tmp/go-build548448651/b1139/importcfg << 'EOF' # internal
2025-08-20T21:26:47.9641227Z [00:03:02.086]➜  # import config
2025-08-20T21:26:47.9642244Z [00:03:02.086]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build548448651/b210/_pkg_.a
2025-08-20T21:26:47.9644851Z [00:03:02.086]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build548448651/b212/_pkg_.a
2025-08-20T21:26:47.9646338Z [00:03:02.086]➜  packagefile go.opentelemetry.io/otel/semconv/internal=/tmp/go-build548448651/b1140/_pkg_.a
2025-08-20T21:26:47.9647686Z [00:03:02.086]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build548448651/b214/_pkg_.a
2025-08-20T21:26:47.9649017Z [00:03:02.086]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:47.9649810Z [00:03:02.086]➜  EOF
2025-08-20T21:26:47.9656167Z [00:03:02.087]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1139/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.4.0=>go.opentelemetry.io/otel@v1.37.0/semconv/v1.4.0;$WORK/b1139=>" -p go.opentelemetry.io/otel/semconv/v1.4.0 -lang=go1.23 -complete -installsuffix shared -buildid LAaBRvfwp5nSZju6ekRv/LAaBRvfwp5nSZju6ekRv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1139/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.4.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.4.0/exception.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.4.0/http.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.4.0/resource.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.4.0/schema.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.4.0/trace.go
2025-08-20T21:26:48.0599738Z [00:03:02.182]➜  go tool buildid -w $WORK/b1139/_pkg_.a # internal
2025-08-20T21:26:48.0611081Z [00:03:02.183]➜  cp $WORK/b1139/_pkg_.a /root/.cache/go-build/88/886bf2f7667a03fdc550fee416bc8877a764d94beec6f548d43dde23ad648aae-d # internal
2025-08-20T21:26:48.0643064Z [00:03:02.187]➜  github.com/ipfs/kubo/client/rpc/auth
2025-08-20T21:26:48.0647542Z [00:03:02.187]➜  mkdir -p $WORK/b1141/
2025-08-20T21:26:48.0651647Z [00:03:02.187]➜  cat >/tmp/go-build548448651/b1141/importcfg << 'EOF' # internal
2025-08-20T21:26:48.0657394Z [00:03:02.188]➜  # import config
2025-08-20T21:26:48.0658121Z [00:03:02.188]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:48.0659004Z [00:03:02.188]➜  EOF
2025-08-20T21:26:48.0665231Z [00:03:02.188]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1141/_pkg_.a -trimpath "/tmp/tmp.S0mpzmTmXg/TEMPREPO/client/rpc/auth=>github.com/ipfs/kubo/client/rpc/auth;$WORK/b1141=>" -p github.com/ipfs/kubo/client/rpc/auth -lang=go1.25 -complete -installsuffix shared -buildid SacLY679xE3LH7rm5ani/SacLY679xE3LH7rm5ani -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1141/importcfg -pack /tmp/tmp.S0mpzmTmXg/TEMPREPO/client/rpc/auth/auth.go
2025-08-20T21:26:48.1024366Z [00:03:02.225]➜  go tool buildid -w $WORK/b1141/_pkg_.a # internal
2025-08-20T21:26:48.1032447Z [00:03:02.226]➜  cp $WORK/b1141/_pkg_.a /root/.cache/go-build/85/854768f93f91791fcd6ef120cdd2c60cc1f78469c491f47d43b639e32900de22-d # internal
2025-08-20T21:26:48.1035226Z [00:03:02.226]➜  github.com/ipfs/kubo/cmd/ipfs/util
2025-08-20T21:26:48.1039282Z [00:03:02.226]➜  mkdir -p $WORK/b1142/
2025-08-20T21:26:48.1040808Z [00:03:02.226]➜  cat >/tmp/go-build548448651/b1142/importcfg << 'EOF' # internal
2025-08-20T21:26:48.1042412Z [00:03:02.226]➜  # import config
2025-08-20T21:26:48.1045146Z [00:03:02.226]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:48.1046088Z [00:03:02.226]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:48.1047014Z [00:03:02.226]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:48.1048001Z [00:03:02.226]➜  packagefile golang.org/x/sys/unix=/tmp/go-build548448651/b194/_pkg_.a
2025-08-20T21:26:48.1049060Z [00:03:02.226]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:48.1049804Z [00:03:02.226]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:48.1050607Z [00:03:02.226]➜  packagefile os/signal=/tmp/go-build548448651/b952/_pkg_.a
2025-08-20T21:26:48.1051434Z [00:03:02.226]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:48.1052241Z [00:03:02.226]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:48.1053103Z [00:03:02.226]➜  packagefile syscall=/tmp/go-build548448651/b047/_pkg_.a
2025-08-20T21:26:48.1053742Z [00:03:02.226]➜  EOF
2025-08-20T21:26:48.1057267Z [00:03:02.227]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1142/_pkg_.a -trimpath "/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs/util=>github.com/ipfs/kubo/cmd/ipfs/util;$WORK/b1142=>" -p github.com/ipfs/kubo/cmd/ipfs/util -lang=go1.25 -complete -installsuffix shared -buildid SQkNJwQlVQI9UkVet1U9/SQkNJwQlVQI9UkVet1U9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1142/importcfg -pack ./util/signal.go ./util/ui.go ./util/ulimit.go ./util/ulimit_unix.go
2025-08-20T21:26:48.1244248Z [00:03:02.247]➜  go tool buildid -w $WORK/b1135/_pkg_.a # internal
2025-08-20T21:26:48.1267913Z [00:03:02.249]➜  cp $WORK/b1135/_pkg_.a /root/.cache/go-build/85/8543e208f659e3362a0b88e2054b4573ccd78e4c533ef968baf2401c25ebc50b-d # internal
2025-08-20T21:26:48.1303217Z [00:03:02.253]➜  github.com/ipfs/go-datastore/mount
2025-08-20T21:26:48.1306121Z [00:03:02.253]➜  mkdir -p $WORK/b1147/
2025-08-20T21:26:48.1310847Z [00:03:02.253]➜  cat >/tmp/go-build548448651/b1147/importcfg << 'EOF' # internal
2025-08-20T21:26:48.1317869Z [00:03:02.253]➜  # import config
2025-08-20T21:26:48.1318822Z [00:03:02.253]➜  packagefile container/heap=/tmp/go-build548448651/b460/_pkg_.a
2025-08-20T21:26:48.1319950Z [00:03:02.253]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:48.1320764Z [00:03:02.253]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:48.1321581Z [00:03:02.253]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:48.1329705Z [00:03:02.253]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build548448651/b255/_pkg_.a
2025-08-20T21:26:48.1330914Z [00:03:02.254]➜  packagefile github.com/ipfs/go-datastore/query=/tmp/go-build548448651/b257/_pkg_.a
2025-08-20T21:26:48.1331884Z [00:03:02.254]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:48.1332687Z [00:03:02.254]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:48.1333481Z [00:03:02.254]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:48.1334100Z [00:03:02.254]➜  EOF
2025-08-20T21:26:48.1337944Z [00:03:02.254]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1147/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-datastore@v0.8.3/mount=>github.com/ipfs/go-datastore@v0.8.3/mount;$WORK/b1147=>" -p github.com/ipfs/go-datastore/mount -lang=go1.23 -complete -installsuffix shared -buildid J42XCrxmqMruo5yaJOQM/J42XCrxmqMruo5yaJOQM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1147/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-datastore@v0.8.3/mount/mount.go
2025-08-20T21:26:48.1739660Z [00:03:02.296]➜  go tool buildid -w $WORK/b1103/_pkg_.a # internal
2025-08-20T21:26:48.1756943Z [00:03:02.298]➜  go tool buildid -w $WORK/b1142/_pkg_.a # internal
2025-08-20T21:26:48.1767219Z [00:03:02.299]➜  cp $WORK/b1142/_pkg_.a /root/.cache/go-build/1c/1ca353e2c3db63f8236b2a4b29541fa19497caa21f3ac22605909744877a35d9-d # internal
2025-08-20T21:26:48.1774430Z [00:03:02.300]➜  github.com/ipfs/go-ds-measure
2025-08-20T21:26:48.1780399Z [00:03:02.300]➜  mkdir -p $WORK/b1148/
2025-08-20T21:26:48.1791254Z [00:03:02.301]➜  cat >/tmp/go-build548448651/b1148/importcfg << 'EOF' # internal
2025-08-20T21:26:48.1795856Z [00:03:02.301]➜  # import config
2025-08-20T21:26:48.1796599Z [00:03:02.301]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:48.1797651Z [00:03:02.301]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build548448651/b255/_pkg_.a
2025-08-20T21:26:48.1799035Z [00:03:02.301]➜  packagefile github.com/ipfs/go-datastore/query=/tmp/go-build548448651/b257/_pkg_.a
2025-08-20T21:26:48.1800311Z [00:03:02.301]➜  packagefile github.com/ipfs/go-metrics-interface=/tmp/go-build548448651/b276/_pkg_.a
2025-08-20T21:26:48.1801345Z [00:03:02.301]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:48.1802199Z [00:03:02.301]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:48.1802819Z [00:03:02.301]➜  EOF
2025-08-20T21:26:48.1814852Z [00:03:02.303]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1148/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-ds-measure@v0.2.2=>github.com/ipfs/go-ds-measure@v0.2.2;$WORK/b1148=>" -p github.com/ipfs/go-ds-measure -lang=go1.23 -complete -installsuffix shared -buildid iphhGTyOpAPYmcD8o0Xe/iphhGTyOpAPYmcD8o0Xe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1148/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-ds-measure@v0.2.2/measure.go
2025-08-20T21:26:48.1907211Z [00:03:02.313]➜  cp $WORK/b1103/_pkg_.a /root/.cache/go-build/25/25e8633236351b700823982b9b9bd8ebf1e6a8931da02f2e5ef36d1b87c520c3-d # internal
2025-08-20T21:26:48.1914018Z [00:03:02.314]➜  google.golang.org/grpc/internal/transport
2025-08-20T21:26:48.1943415Z [00:03:02.314]➜  mkdir -p $WORK/b1102/
2025-08-20T21:26:48.1944185Z [00:03:02.314]➜  cat >/tmp/go-build548448651/b1102/importcfg << 'EOF' # internal
2025-08-20T21:26:48.1944857Z [00:03:02.314]➜  # import config
2025-08-20T21:26:48.1945503Z [00:03:02.314]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:48.1946331Z [00:03:02.314]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:48.1947335Z [00:03:02.314]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:48.1948230Z [00:03:02.314]➜  packagefile encoding/base64=/tmp/go-build548448651/b054/_pkg_.a
2025-08-20T21:26:48.1949319Z [00:03:02.314]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:48.1950154Z [00:03:02.314]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:48.1951251Z [00:03:02.314]➜  packagefile golang.org/x/net/http2=/tmp/go-build548448651/b1103/_pkg_.a
2025-08-20T21:26:48.1952351Z [00:03:02.314]➜  packagefile golang.org/x/net/http2/hpack=/tmp/go-build548448651/b928/_pkg_.a
2025-08-20T21:26:48.1953559Z [00:03:02.314]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build548448651/b1078/_pkg_.a
2025-08-20T21:26:48.1954738Z [00:03:02.314]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build548448651/b1057/_pkg_.a
2025-08-20T21:26:48.1956085Z [00:03:02.314]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build548448651/b1055/_pkg_.a
2025-08-20T21:26:48.1957434Z [00:03:02.314]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build548448651/b1061/_pkg_.a
2025-08-20T21:26:48.1963420Z [00:03:02.314]➜  packagefile google.golang.org/grpc/internal/channelz=/tmp/go-build548448651/b1053/_pkg_.a
2025-08-20T21:26:48.1964841Z [00:03:02.314]➜  packagefile google.golang.org/grpc/internal/credentials=/tmp/go-build548448651/b1059/_pkg_.a
2025-08-20T21:26:48.1966163Z [00:03:02.314]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build548448651/b1071/_pkg_.a
2025-08-20T21:26:48.1967427Z [00:03:02.314]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build548448651/b1094/_pkg_.a
2025-08-20T21:26:48.1968847Z [00:03:02.314]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build548448651/b1081/_pkg_.a
2025-08-20T21:26:48.1970174Z [00:03:02.314]➜  packagefile google.golang.org/grpc/internal/metadata=/tmp/go-build548448651/b1097/_pkg_.a
2025-08-20T21:26:48.1971481Z [00:03:02.314]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build548448651/b1072/_pkg_.a
2025-08-20T21:26:48.1972864Z [00:03:02.314]➜  packagefile google.golang.org/grpc/internal/proxyattributes=/tmp/go-build548448651/b1101/_pkg_.a
2025-08-20T21:26:48.1974258Z [00:03:02.314]➜  packagefile google.golang.org/grpc/internal/status=/tmp/go-build548448651/b1093/_pkg_.a
2025-08-20T21:26:48.1975586Z [00:03:02.314]➜  packagefile google.golang.org/grpc/internal/syscall=/tmp/go-build548448651/b1105/_pkg_.a
2025-08-20T21:26:48.1977044Z [00:03:02.314]➜  packagefile google.golang.org/grpc/internal/transport/networktype=/tmp/go-build548448651/b1106/_pkg_.a
2025-08-20T21:26:48.1978406Z [00:03:02.314]➜  packagefile google.golang.org/grpc/keepalive=/tmp/go-build548448651/b1107/_pkg_.a
2025-08-20T21:26:48.1979776Z [00:03:02.314]➜  packagefile google.golang.org/grpc/mem=/tmp/go-build548448651/b1082/_pkg_.a
2025-08-20T21:26:48.1980881Z [00:03:02.314]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build548448651/b1065/_pkg_.a
2025-08-20T21:26:48.1981955Z [00:03:02.314]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build548448651/b1108/_pkg_.a
2025-08-20T21:26:48.1983027Z [00:03:02.314]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build548448651/b1066/_pkg_.a
2025-08-20T21:26:48.1984312Z [00:03:02.314]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build548448651/b1064/_pkg_.a
2025-08-20T21:26:48.1985406Z [00:03:02.315]➜  packagefile google.golang.org/grpc/status=/tmp/go-build548448651/b1090/_pkg_.a
2025-08-20T21:26:48.1986497Z [00:03:02.315]➜  packagefile google.golang.org/grpc/tap=/tmp/go-build548448651/b1109/_pkg_.a
2025-08-20T21:26:48.1987597Z [00:03:02.315]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build548448651/b300/_pkg_.a
2025-08-20T21:26:48.1988723Z [00:03:02.315]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:48.1989495Z [00:03:02.315]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:48.1990318Z [00:03:02.315]➜  packagefile math/rand/v2=/tmp/go-build548448651/b104/_pkg_.a
2025-08-20T21:26:48.1991263Z [00:03:02.315]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:48.1992043Z [00:03:02.315]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:48.1992960Z [00:03:02.315]➜  packagefile net/http/httputil=/tmp/go-build548448651/b376/_pkg_.a
2025-08-20T21:26:48.1993829Z [00:03:02.315]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:48.1994672Z [00:03:02.315]➜  packagefile path/filepath=/tmp/go-build548448651/b168/_pkg_.a
2025-08-20T21:26:48.1995572Z [00:03:02.315]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:48.1996399Z [00:03:02.315]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:48.1997232Z [00:03:02.315]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:48.1998060Z [00:03:02.315]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:48.1999381Z [00:03:02.315]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:48.2000231Z [00:03:02.315]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:48.2001171Z [00:03:02.315]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:48.2001802Z [00:03:02.315]➜  EOF
2025-08-20T21:26:48.2012254Z [00:03:02.319]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1102/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/transport=>google.golang.org/grpc@v1.73.0/internal/transport;$WORK/b1102=>" -p google.golang.org/grpc/internal/transport -lang=go1.23 -complete -installsuffix shared -buildid hxH30gGMny8W2sM8Yptn/hxH30gGMny8W2sM8Yptn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1102/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/transport/bdp_estimator.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/transport/client_stream.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/transport/controlbuf.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/transport/defaults.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/transport/flowcontrol.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/transport/handler_server.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/transport/http2_client.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/transport/http2_server.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/transport/http_util.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/transport/logging.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/transport/proxy.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/transport/server_stream.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/transport/transport.go
2025-08-20T21:26:48.2356448Z [00:03:02.358]➜  go tool buildid -w $WORK/b615/_pkg_.a # internal
2025-08-20T21:26:48.2442907Z [00:03:02.367]➜  cp $WORK/b615/_pkg_.a /root/.cache/go-build/4e/4e84e6bb5307372d59a36f64ca523ee3d9c56ad7c395b7925f09847aa63e1baa-d # internal
2025-08-20T21:26:48.2586508Z [00:03:02.381]➜  go tool buildid -w $WORK/b1148/_pkg_.a # internal
2025-08-20T21:26:48.2588080Z [00:03:02.381]➜  cp $WORK/b1148/_pkg_.a /root/.cache/go-build/a4/a4ecfa113113fc7e1f356616d6feba7c6edf87e90abf783e74bf1b6e3e73a448-d # internal
2025-08-20T21:26:48.2590915Z [00:03:02.381]➜  go4.org/lock
2025-08-20T21:26:48.2596473Z [00:03:02.381]➜  mkdir -p $WORK/b1150/
2025-08-20T21:26:48.2597291Z [00:03:02.381]➜  cat >/tmp/go-build548448651/b1150/importcfg << 'EOF' # internal
2025-08-20T21:26:48.2598006Z [00:03:02.381]➜  # import config
2025-08-20T21:26:48.2598834Z [00:03:02.381]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:48.2599671Z [00:03:02.381]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:48.2600573Z [00:03:02.381]➜  packagefile golang.org/x/sys/unix=/tmp/go-build548448651/b194/_pkg_.a
2025-08-20T21:26:48.2601470Z [00:03:02.381]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:48.2602719Z [00:03:02.381]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:48.2603587Z [00:03:02.381]➜  packagefile path/filepath=/tmp/go-build548448651/b168/_pkg_.a
2025-08-20T21:26:48.2604445Z [00:03:02.381]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:48.2605240Z [00:03:02.381]➜  packagefile syscall=/tmp/go-build548448651/b047/_pkg_.a
2025-08-20T21:26:48.2605866Z [00:03:02.381]➜  EOF
2025-08-20T21:26:48.2610797Z [00:03:02.381]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1150/_pkg_.a -trimpath "/root/go/pkg/mod/go4.org@v0.0.0-20230225012048-214862532bf5/lock=>go4.org@v0.0.0-20230225012048-214862532bf5/lock;$WORK/b1150=>" -p go4.org/lock -lang=go1.13 -complete -installsuffix shared -buildid n61rZ10EgjPv2J-SqGj5/n61rZ10EgjPv2J-SqGj5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1150/importcfg -pack /root/go/pkg/mod/go4.org@v0.0.0-20230225012048-214862532bf5/lock/lock.go /root/go/pkg/mod/go4.org@v0.0.0-20230225012048-214862532bf5/lock/lock_sigzero.go /root/go/pkg/mod/go4.org@v0.0.0-20230225012048-214862532bf5/lock/lock_unix.go
2025-08-20T21:26:48.2696281Z [00:03:02.392]➜  github.com/cockroachdb/pebble/v2
2025-08-20T21:26:48.2697468Z [00:03:02.392]➜  mkdir -p $WORK/b535/
2025-08-20T21:26:48.2706020Z [00:03:02.393]➜  go tool buildid -w $WORK/b1147/_pkg_.a # internal
2025-08-20T21:26:48.2707369Z [00:03:02.393]➜  cat >/tmp/go-build548448651/b535/importcfg << 'EOF' # internal
2025-08-20T21:26:48.2710520Z [00:03:02.393]➜  # import config
2025-08-20T21:26:48.2712549Z [00:03:02.393]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:48.2713552Z [00:03:02.393]➜  packagefile cmp=/tmp/go-build548448651/b051/_pkg_.a
2025-08-20T21:26:48.2715670Z [00:03:02.393]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:48.2716534Z [00:03:02.393]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:48.2717381Z [00:03:02.393]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:48.2718333Z [00:03:02.393]➜  packagefile github.com/cockroachdb/errors=/tmp/go-build548448651/b536/_pkg_.a
2025-08-20T21:26:48.2719672Z [00:03:02.393]➜  packagefile github.com/cockroachdb/errors/oserror=/tmp/go-build548448651/b599/_pkg_.a
2025-08-20T21:26:48.2720790Z [00:03:02.393]➜  packagefile github.com/cockroachdb/fifo=/tmp/go-build548448651/b600/_pkg_.a
2025-08-20T21:26:48.2721957Z [00:03:02.393]➜  packagefile github.com/cockroachdb/pebble/v2/batchrepr=/tmp/go-build548448651/b601/_pkg_.a
2025-08-20T21:26:48.2723286Z [00:03:02.393]➜  packagefile github.com/cockroachdb/pebble/v2/internal/arenaskl=/tmp/go-build548448651/b607/_pkg_.a
2025-08-20T21:26:48.2724634Z [00:03:02.393]➜  packagefile github.com/cockroachdb/pebble/v2/internal/base=/tmp/go-build548448651/b602/_pkg_.a
2025-08-20T21:26:48.2725972Z [00:03:02.393]➜  packagefile github.com/cockroachdb/pebble/v2/internal/batchskl=/tmp/go-build548448651/b609/_pkg_.a
2025-08-20T21:26:48.2727369Z [00:03:02.393]➜  packagefile github.com/cockroachdb/pebble/v2/internal/bytealloc=/tmp/go-build548448651/b610/_pkg_.a
2025-08-20T21:26:48.2728888Z [00:03:02.393]➜  packagefile github.com/cockroachdb/pebble/v2/internal/cache=/tmp/go-build548448651/b612/_pkg_.a
2025-08-20T21:26:48.2730397Z [00:03:02.393]➜  packagefile github.com/cockroachdb/pebble/v2/internal/compact=/tmp/go-build548448651/b615/_pkg_.a
2025-08-20T21:26:48.2731806Z [00:03:02.393]➜  packagefile github.com/cockroachdb/pebble/v2/internal/constants=/tmp/go-build548448651/b608/_pkg_.a
2025-08-20T21:26:48.2733197Z [00:03:02.393]➜  packagefile github.com/cockroachdb/pebble/v2/internal/humanize=/tmp/go-build548448651/b603/_pkg_.a
2025-08-20T21:26:48.2734620Z [00:03:02.393]➜  packagefile github.com/cockroachdb/pebble/v2/internal/invalidating=/tmp/go-build548448651/b616/_pkg_.a
2025-08-20T21:26:48.2736053Z [00:03:02.393]➜  packagefile github.com/cockroachdb/pebble/v2/internal/invariants=/tmp/go-build548448651/b604/_pkg_.a
2025-08-20T21:26:48.2737492Z [00:03:02.393]➜  packagefile github.com/cockroachdb/pebble/v2/internal/keyspan=/tmp/go-build548448651/b617/_pkg_.a
2025-08-20T21:26:48.2739278Z [00:03:02.393]➜  packagefile github.com/cockroachdb/pebble/v2/internal/keyspan/keyspanimpl=/tmp/go-build548448651/b645/_pkg_.a
2025-08-20T21:26:48.2741026Z [00:03:02.393]➜  packagefile github.com/cockroachdb/pebble/v2/internal/lsmview=/tmp/go-build548448651/b646/_pkg_.a
2025-08-20T21:26:48.2742430Z [00:03:02.393]➜  packagefile github.com/cockroachdb/pebble/v2/internal/manifest=/tmp/go-build548448651/b619/_pkg_.a
2025-08-20T21:26:48.2743807Z [00:03:02.393]➜  packagefile github.com/cockroachdb/pebble/v2/internal/manual=/tmp/go-build548448651/b613/_pkg_.a
2025-08-20T21:26:48.2745201Z [00:03:02.393]➜  packagefile github.com/cockroachdb/pebble/v2/internal/overlap=/tmp/go-build548448651/b647/_pkg_.a
2025-08-20T21:26:48.2746563Z [00:03:02.393]➜  packagefile github.com/cockroachdb/pebble/v2/internal/private=/tmp/go-build548448651/b648/_pkg_.a
2025-08-20T21:26:48.2748091Z [00:03:02.393]➜  packagefile github.com/cockroachdb/pebble/v2/internal/rangedel=/tmp/go-build548448651/b625/_pkg_.a
2025-08-20T21:26:48.2749790Z [00:03:02.393]➜  packagefile github.com/cockroachdb/pebble/v2/internal/rangekey=/tmp/go-build548448651/b626/_pkg_.a
2025-08-20T21:26:48.2751307Z [00:03:02.393]➜  packagefile github.com/cockroachdb/pebble/v2/internal/rangekeystack=/tmp/go-build548448651/b649/_pkg_.a
2025-08-20T21:26:48.2752771Z [00:03:02.393]➜  packagefile github.com/cockroachdb/pebble/v2/internal/rawalloc=/tmp/go-build548448651/b611/_pkg_.a
2025-08-20T21:26:48.2754312Z [00:03:02.393]➜  packagefile github.com/cockroachdb/pebble/v2/internal/sstableinternal=/tmp/go-build548448651/b627/_pkg_.a
2025-08-20T21:26:48.2755784Z [00:03:02.393]➜  packagefile github.com/cockroachdb/pebble/v2/internal/testkeys=/tmp/go-build548448651/b628/_pkg_.a
2025-08-20T21:26:48.2757221Z [00:03:02.393]➜  packagefile github.com/cockroachdb/pebble/v2/internal/treeprinter=/tmp/go-build548448651/b605/_pkg_.a
2025-08-20T21:26:48.2764379Z [00:03:02.393]➜  packagefile github.com/cockroachdb/pebble/v2/objstorage=/tmp/go-build548448651/b629/_pkg_.a
2025-08-20T21:26:48.2765994Z [00:03:02.393]➜  packagefile github.com/cockroachdb/pebble/v2/objstorage/objstorageprovider=/tmp/go-build548448651/b632/_pkg_.a
2025-08-20T21:26:48.2767767Z [00:03:02.393]➜  packagefile github.com/cockroachdb/pebble/v2/objstorage/objstorageprovider/objiotracing=/tmp/go-build548448651/b633/_pkg_.a
2025-08-20T21:26:48.2769747Z [00:03:02.393]➜  packagefile github.com/cockroachdb/pebble/v2/objstorage/objstorageprovider/sharedcache=/tmp/go-build548448651/b630/_pkg_.a
2025-08-20T21:26:48.2771364Z [00:03:02.393]➜  packagefile github.com/cockroachdb/pebble/v2/objstorage/remote=/tmp/go-build548448651/b631/_pkg_.a
2025-08-20T21:26:48.2772717Z [00:03:02.393]➜  packagefile github.com/cockroachdb/pebble/v2/rangekey=/tmp/go-build548448651/b650/_pkg_.a
2025-08-20T21:26:48.2773970Z [00:03:02.393]➜  packagefile github.com/cockroachdb/pebble/v2/record=/tmp/go-build548448651/b635/_pkg_.a
2025-08-20T21:26:48.2775235Z [00:03:02.393]➜  packagefile github.com/cockroachdb/pebble/v2/sstable=/tmp/go-build548448651/b620/_pkg_.a
2025-08-20T21:26:48.2776683Z [00:03:02.393]➜  packagefile github.com/cockroachdb/pebble/v2/sstable/block=/tmp/go-build548448651/b638/_pkg_.a
2025-08-20T21:26:48.2778126Z [00:03:02.393]➜  packagefile github.com/cockroachdb/pebble/v2/sstable/colblk=/tmp/go-build548448651/b641/_pkg_.a
2025-08-20T21:26:48.2779513Z [00:03:02.393]➜  packagefile github.com/cockroachdb/pebble/v2/vfs=/tmp/go-build548448651/b606/_pkg_.a
2025-08-20T21:26:48.2780741Z [00:03:02.393]➜  packagefile github.com/cockroachdb/pebble/v2/vfs/atomicfs=/tmp/go-build548448651/b637/_pkg_.a
2025-08-20T21:26:48.2781950Z [00:03:02.393]➜  packagefile github.com/cockroachdb/pebble/v2/wal=/tmp/go-build548448651/b651/_pkg_.a
2025-08-20T21:26:48.2783079Z [00:03:02.393]➜  packagefile github.com/cockroachdb/redact=/tmp/go-build548448651/b545/_pkg_.a
2025-08-20T21:26:48.2784203Z [00:03:02.393]➜  packagefile github.com/cockroachdb/tokenbucket=/tmp/go-build548448651/b652/_pkg_.a
2025-08-20T21:26:48.2785425Z [00:03:02.393]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build548448651/b387/_pkg_.a
2025-08-20T21:26:48.2786400Z [00:03:02.393]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:48.2787134Z [00:03:02.393]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:48.2787934Z [00:03:02.393]➜  packagefile math/rand/v2=/tmp/go-build548448651/b104/_pkg_.a
2025-08-20T21:26:48.2788866Z [00:03:02.393]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:48.2789649Z [00:03:02.393]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:48.2790482Z [00:03:02.393]➜  packagefile runtime/debug=/tmp/go-build548448651/b260/_pkg_.a
2025-08-20T21:26:48.2791339Z [00:03:02.393]➜  packagefile runtime/pprof=/tmp/go-build548448651/b636/_pkg_.a
2025-08-20T21:26:48.2792151Z [00:03:02.393]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:48.2793028Z [00:03:02.393]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:48.2793888Z [00:03:02.393]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:48.2794668Z [00:03:02.393]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:48.2795430Z [00:03:02.393]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:48.2796210Z [00:03:02.393]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:48.2796988Z [00:03:02.393]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:48.2797739Z [00:03:02.393]➜  packagefile unicode=/tmp/go-build548448651/b041/_pkg_.a
2025-08-20T21:26:48.2798314Z [00:03:02.394]➜  EOF
2025-08-20T21:26:48.2822546Z [00:03:02.394]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b535/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6=>github.com/cockroachdb/pebble/v2@v2.0.6;$WORK/b535=>" -p github.com/cockroachdb/pebble/v2 -lang=go1.22 -complete -installsuffix shared -buildid fkDANJnWKgnYK7xaRiMi/fkDANJnWKgnYK7xaRiMi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b535/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/batch.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/cache.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/checkpoint.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/commit.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/compaction.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/compaction_picker.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/comparer.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/db.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/db_internals.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/download.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/error_iter.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/event.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/external_iterator.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/filenames.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/flushable.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/format_major_version.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/get_iter.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/ingest.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/internal.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/iterator.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/level_checker.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/level_iter.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/logger.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/lsm_view.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/mem_table.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/merger.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/merging_iter.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/merging_iter_heap.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/metrics.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/obsolete_files.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/open.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/options.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/overlap.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/pacer.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/range_keys.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/read_compaction_queue.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/read_state.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/scan_internal.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/snapshot.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/table_cache.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/table_stats.go /root/go/pkg/mod/github.com/cockroachdb/pebble/v2@v2.0.6/version_set.go
2025-08-20T21:26:48.2844275Z [00:03:02.396]➜  cp $WORK/b1147/_pkg_.a /root/.cache/go-build/02/02452a13dcaaecc77ff532823bd984106a304bb1e261e287086cb59769a0163d-d # internal
2025-08-20T21:26:48.2860970Z [00:03:02.407]➜  github.com/facebookgo/atomicfile
2025-08-20T21:26:48.2861573Z [00:03:02.407]➜  mkdir -p $WORK/b1152/
2025-08-20T21:26:48.2862263Z [00:03:02.408]➜  cat >/tmp/go-build548448651/b1152/importcfg << 'EOF' # internal
2025-08-20T21:26:48.2862937Z [00:03:02.408]➜  # import config
2025-08-20T21:26:48.2863579Z [00:03:02.408]➜  packagefile io/ioutil=/tmp/go-build548448651/b509/_pkg_.a
2025-08-20T21:26:48.2864330Z [00:03:02.408]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:48.2865198Z [00:03:02.408]➜  packagefile path/filepath=/tmp/go-build548448651/b168/_pkg_.a
2025-08-20T21:26:48.2865859Z [00:03:02.408]➜  EOF
2025-08-20T21:26:48.2870163Z [00:03:02.408]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1152/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/facebookgo/atomicfile@v0.0.0-20151019160806-2de1f203e7d5=>github.com/facebookgo/atomicfile@v0.0.0-20151019160806-2de1f203e7d5;$WORK/b1152=>" -p github.com/facebookgo/atomicfile -lang=go1.16 -complete -installsuffix shared -buildid OkIadw1XH-HQJBn6PA6H/OkIadw1XH-HQJBn6PA6H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1152/importcfg -pack /root/go/pkg/mod/github.com/facebookgo/atomicfile@v0.0.0-20151019160806-2de1f203e7d5/atomicfile.go
2025-08-20T21:26:48.3226103Z [00:03:02.445]➜  go tool buildid -w $WORK/b1150/_pkg_.a # internal
2025-08-20T21:26:48.3229724Z [00:03:02.445]➜  cp $WORK/b1150/_pkg_.a /root/.cache/go-build/0d/0dafabab01b4499e82f5403bceaa1cf92e528987e622919b7e9c8bc4b585aed5-d # internal
2025-08-20T21:26:48.3262708Z [00:03:02.449]➜  github.com/ipfs/go-fs-lock
2025-08-20T21:26:48.3266934Z [00:03:02.449]➜  mkdir -p $WORK/b1149/
2025-08-20T21:26:48.3275483Z [00:03:02.450]➜  cat >/tmp/go-build548448651/b1149/importcfg << 'EOF' # internal
2025-08-20T21:26:48.3291006Z [00:03:02.450]➜  # import config
2025-08-20T21:26:48.3291978Z [00:03:02.450]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:48.3292823Z [00:03:02.450]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:48.3293920Z [00:03:02.450]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:48.3294855Z [00:03:02.450]➜  packagefile go4.org/lock=/tmp/go-build548448651/b1150/_pkg_.a
2025-08-20T21:26:48.3295670Z [00:03:02.450]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:48.3296430Z [00:03:02.450]➜  packagefile io/fs=/tmp/go-build548448651/b062/_pkg_.a
2025-08-20T21:26:48.3297172Z [00:03:02.450]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:48.3297981Z [00:03:02.450]➜  packagefile path/filepath=/tmp/go-build548448651/b168/_pkg_.a
2025-08-20T21:26:48.3299440Z [00:03:02.450]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:48.3300296Z [00:03:02.450]➜  packagefile syscall=/tmp/go-build548448651/b047/_pkg_.a
2025-08-20T21:26:48.3301081Z [00:03:02.450]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:48.3301599Z [00:03:02.450]➜  EOF
2025-08-20T21:26:48.3309301Z [00:03:02.453]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1149/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-fs-lock@v0.1.1=>github.com/ipfs/go-fs-lock@v0.1.1;$WORK/b1149=>" -p github.com/ipfs/go-fs-lock -lang=go1.23 -complete -installsuffix shared -buildid cYt2nhMZSKjJmQW4yRrw/cYt2nhMZSKjJmQW4yRrw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1149/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-fs-lock@v0.1.1/fslock.go /root/go/pkg/mod/github.com/ipfs/go-fs-lock@v0.1.1/fslock_posix.go
2025-08-20T21:26:48.3332762Z [00:03:02.456]➜  go tool buildid -w $WORK/b1152/_pkg_.a # internal
2025-08-20T21:26:48.3350617Z [00:03:02.457]➜  cp $WORK/b1152/_pkg_.a /root/.cache/go-build/f6/f6b8a0e54cd7307d81f02e333e15f016b88527f4ef876cb4f260e04c97e9e8d8-d # internal
2025-08-20T21:26:48.3356174Z [00:03:02.458]➜  github.com/ipfs/kubo/repo/common
2025-08-20T21:26:48.3356859Z [00:03:02.458]➜  mkdir -p $WORK/b1153/
2025-08-20T21:26:48.3359943Z [00:03:02.458]➜  cat >/tmp/go-build548448651/b1153/importcfg << 'EOF' # internal
2025-08-20T21:26:48.3362194Z [00:03:02.458]➜  # import config
2025-08-20T21:26:48.3362886Z [00:03:02.458]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:48.3363730Z [00:03:02.458]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:48.3364378Z [00:03:02.458]➜  EOF
2025-08-20T21:26:48.3367756Z [00:03:02.459]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1153/_pkg_.a -trimpath "/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/common=>github.com/ipfs/kubo/repo/common;$WORK/b1153=>" -p github.com/ipfs/kubo/repo/common -lang=go1.25 -complete -installsuffix shared -buildid BZ8YL1XetBWAt-rakNBr/BZ8YL1XetBWAt-rakNBr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1153/importcfg -pack /tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/common/common.go
2025-08-20T21:26:48.3530563Z [00:03:02.473]➜  go tool buildid -w $WORK/b1153/_pkg_.a # internal
2025-08-20T21:26:48.3544559Z [00:03:02.475]➜  cp $WORK/b1153/_pkg_.a /root/.cache/go-build/89/89503c3a37f3fd5f96b1568ec0f591ef174c8da3ed9b8436c9fcd91ca112610c-d # internal
2025-08-20T21:26:48.3545709Z [00:03:02.475]➜  archive/zip
2025-08-20T21:26:48.3546241Z [00:03:02.475]➜  mkdir -p $WORK/b1155/
2025-08-20T21:26:48.3547030Z [00:03:02.476]➜  cat >/tmp/go-build548448651/b1155/importcfg << 'EOF' # internal
2025-08-20T21:26:48.3547748Z [00:03:02.476]➜  # import config
2025-08-20T21:26:48.3548442Z [00:03:02.476]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:48.3549554Z [00:03:02.476]➜  packagefile compress/flate=/tmp/go-build548448651/b076/_pkg_.a
2025-08-20T21:26:48.3550661Z [00:03:02.476]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:48.3551541Z [00:03:02.476]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:48.3552386Z [00:03:02.476]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:48.3553498Z [00:03:02.476]➜  packagefile hash=/tmp/go-build548448651/b080/_pkg_.a
2025-08-20T21:26:48.3554422Z [00:03:02.476]➜  packagefile hash/crc32=/tmp/go-build548448651/b079/_pkg_.a
2025-08-20T21:26:48.3555556Z [00:03:02.476]➜  packagefile internal/godebug=/tmp/go-build548448651/b045/_pkg_.a
2025-08-20T21:26:48.3556434Z [00:03:02.476]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:48.3557251Z [00:03:02.476]➜  packagefile io/fs=/tmp/go-build548448651/b062/_pkg_.a
2025-08-20T21:26:48.3558071Z [00:03:02.476]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:48.3559111Z [00:03:02.476]➜  packagefile path=/tmp/go-build548448651/b063/_pkg_.a
2025-08-20T21:26:48.3560005Z [00:03:02.476]➜  packagefile path/filepath=/tmp/go-build548448651/b168/_pkg_.a
2025-08-20T21:26:48.3560883Z [00:03:02.476]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:48.3561729Z [00:03:02.476]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:48.3562576Z [00:03:02.476]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:48.3563395Z [00:03:02.476]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:48.3564265Z [00:03:02.476]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:48.3564935Z [00:03:02.476]➜  EOF
2025-08-20T21:26:48.3568469Z [00:03:02.476]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1155/_pkg_.a -trimpath "/root/.go/src/archive/zip=>archive/zip;$WORK/b1155=>" -p archive/zip -lang=go1.25 -std -complete -installsuffix shared -buildid POmn5GHYG7XLbkAGVbpy/POmn5GHYG7XLbkAGVbpy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1155/importcfg -pack /root/.go/src/archive/zip/reader.go /root/.go/src/archive/zip/register.go /root/.go/src/archive/zip/struct.go /root/.go/src/archive/zip/writer.go
2025-08-20T21:26:48.3699496Z [00:03:02.492]➜  go tool buildid -w $WORK/b1149/_pkg_.a # internal
2025-08-20T21:26:48.3707215Z [00:03:02.493]➜  cp $WORK/b1149/_pkg_.a /root/.cache/go-build/1e/1ed438074068a8a5a256e22a7013bb181b1e63faba99e765fe7ea8ac2755baf9-d # internal
2025-08-20T21:26:48.3712904Z [00:03:02.493]➜  github.com/ipfs/kubo/repo/fsrepo/migrations/atomicfile
2025-08-20T21:26:48.3713661Z [00:03:02.493]➜  mkdir -p $WORK/b1157/
2025-08-20T21:26:48.3714426Z [00:03:02.493]➜  cat >/tmp/go-build548448651/b1157/importcfg << 'EOF' # internal
2025-08-20T21:26:48.3715149Z [00:03:02.493]➜  # import config
2025-08-20T21:26:48.3715825Z [00:03:02.493]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:48.3716624Z [00:03:02.493]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:48.3717495Z [00:03:02.494]➜  packagefile path/filepath=/tmp/go-build548448651/b168/_pkg_.a
2025-08-20T21:26:48.3718189Z [00:03:02.494]➜  EOF
2025-08-20T21:26:48.3722588Z [00:03:02.494]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1157/_pkg_.a -trimpath "/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/migrations/atomicfile=>github.com/ipfs/kubo/repo/fsrepo/migrations/atomicfile;$WORK/b1157=>" -p github.com/ipfs/kubo/repo/fsrepo/migrations/atomicfile -lang=go1.25 -complete -installsuffix shared -buildid D37X4z26KFj6NaHDJATa/D37X4z26KFj6NaHDJATa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1157/importcfg -pack /tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/migrations/atomicfile/atomicfile.go
2025-08-20T21:26:48.4302993Z [00:03:02.553]➜  go tool buildid -w $WORK/b1157/_pkg_.a # internal
2025-08-20T21:26:48.4328235Z [00:03:02.555]➜  cp $WORK/b1157/_pkg_.a /root/.cache/go-build/d4/d40aab8c400b17d641605366ef21b07fc07de2c5dc37193982436f73706c349a-d # internal
2025-08-20T21:26:48.4342374Z [00:03:02.557]➜  github.com/opentracing/opentracing-go/log
2025-08-20T21:26:48.4349723Z [00:03:02.557]➜  mkdir -p $WORK/b1159/
2025-08-20T21:26:48.4350530Z [00:03:02.557]➜  cat >/tmp/go-build548448651/b1159/importcfg << 'EOF' # internal
2025-08-20T21:26:48.4351270Z [00:03:02.557]➜  # import config
2025-08-20T21:26:48.4352220Z [00:03:02.557]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:48.4353069Z [00:03:02.557]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:48.4354096Z [00:03:02.557]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:48.4355201Z [00:03:02.557]➜  EOF
2025-08-20T21:26:48.4359925Z [00:03:02.557]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1159/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/opentracing/opentracing-go@v1.2.0/log=>github.com/opentracing/opentracing-go@v1.2.0/log;$WORK/b1159=>" -p github.com/opentracing/opentracing-go/log -lang=go1.14 -complete -installsuffix shared -buildid l0QyBysml8tn7v5rOA_7/l0QyBysml8tn7v5rOA_7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1159/importcfg -pack /root/go/pkg/mod/github.com/opentracing/opentracing-go@v1.2.0/log/field.go /root/go/pkg/mod/github.com/opentracing/opentracing-go@v1.2.0/log/util.go
2025-08-20T21:26:48.4993026Z [00:03:02.622]➜  go tool buildid -w $WORK/b1159/_pkg_.a # internal
2025-08-20T21:26:48.5004476Z [00:03:02.623]➜  cp $WORK/b1159/_pkg_.a /root/.cache/go-build/f8/f876ab619e6f5d7ef707ddd33aa811478b14b25d3d5b913b31f925d886cbe33c-d # internal
2025-08-20T21:26:48.5110962Z [00:03:02.632]➜  github.com/opentracing/opentracing-go
2025-08-20T21:26:48.5113332Z [00:03:02.632]➜  mkdir -p $WORK/b1158/
2025-08-20T21:26:48.5114084Z [00:03:02.633]➜  cat >/tmp/go-build548448651/b1158/importcfg << 'EOF' # internal
2025-08-20T21:26:48.5114778Z [00:03:02.633]➜  # import config
2025-08-20T21:26:48.5115453Z [00:03:02.633]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:48.5116266Z [00:03:02.633]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:48.5117335Z [00:03:02.633]➜  packagefile github.com/opentracing/opentracing-go/log=/tmp/go-build548448651/b1159/_pkg_.a
2025-08-20T21:26:48.5118416Z [00:03:02.633]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:48.5119688Z [00:03:02.633]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:48.5120328Z [00:03:02.633]➜  EOF
2025-08-20T21:26:48.5127122Z [00:03:02.633]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1158/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/opentracing/opentracing-go@v1.2.0=>github.com/opentracing/opentracing-go@v1.2.0;$WORK/b1158=>" -p github.com/opentracing/opentracing-go -lang=go1.14 -complete -installsuffix shared -buildid joc3n7n2WsvDZpgiSyBy/joc3n7n2WsvDZpgiSyBy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1158/importcfg -pack /root/go/pkg/mod/github.com/opentracing/opentracing-go@v1.2.0/ext.go /root/go/pkg/mod/github.com/opentracing/opentracing-go@v1.2.0/globaltracer.go /root/go/pkg/mod/github.com/opentracing/opentracing-go@v1.2.0/gocontext.go /root/go/pkg/mod/github.com/opentracing/opentracing-go@v1.2.0/noop.go /root/go/pkg/mod/github.com/opentracing/opentracing-go@v1.2.0/propagation.go /root/go/pkg/mod/github.com/opentracing/opentracing-go@v1.2.0/span.go /root/go/pkg/mod/github.com/opentracing/opentracing-go@v1.2.0/tracer.go
2025-08-20T21:26:48.6696702Z [00:03:02.792]➜  go tool buildid -w $WORK/b1158/_pkg_.a # internal
2025-08-20T21:26:48.6716397Z [00:03:02.794]➜  cp $WORK/b1158/_pkg_.a /root/.cache/go-build/70/7010b2998aa0cadfc7030ba937eeb57d46dd80165d22233638d6a2317f210ac5-d # internal
2025-08-20T21:26:48.6767267Z [00:03:02.799]➜  google.golang.org/protobuf/types/descriptorpb
2025-08-20T21:26:48.6778381Z [00:03:02.799]➜  mkdir -p $WORK/b1168/
2025-08-20T21:26:48.6779343Z [00:03:02.799]➜  cat >/tmp/go-build548448651/b1168/importcfg << 'EOF' # internal
2025-08-20T21:26:48.6780020Z [00:03:02.799]➜  # import config
2025-08-20T21:26:48.6780984Z [00:03:02.799]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build548448651/b281/_pkg_.a
2025-08-20T21:26:48.6782309Z [00:03:02.799]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build548448651/b287/_pkg_.a
2025-08-20T21:26:48.6783385Z [00:03:02.799]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:48.6784977Z [00:03:02.799]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:48.6786118Z [00:03:02.800]➜  EOF
2025-08-20T21:26:48.6790807Z [00:03:02.800]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1168/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/types/descriptorpb=>google.golang.org/protobuf@v1.36.7/types/descriptorpb;$WORK/b1168=>" -p google.golang.org/protobuf/types/descriptorpb -lang=go1.22 -complete -installsuffix shared -buildid OePW-HRwsPkjg3piZhw-/OePW-HRwsPkjg3piZhw- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1168/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/types/descriptorpb/descriptor.pb.go
2025-08-20T21:26:48.7860391Z [00:03:02.906]➜  go tool buildid -w $WORK/b1155/_pkg_.a # internal
2025-08-20T21:26:48.8017406Z [00:03:02.924]➜  cp $WORK/b1155/_pkg_.a /root/.cache/go-build/1c/1cafd0e5ff9450d48acd602b17e3bfb853fb8216a2705901746de2900322870f-d # internal
2025-08-20T21:26:48.8019602Z [00:03:02.924]➜  github.com/dgraph-io/badger/y
2025-08-20T21:26:48.8021823Z [00:03:02.924]➜  mkdir -p $WORK/b1171/
2025-08-20T21:26:48.8025353Z [00:03:02.925]➜  cat >/tmp/go-build548448651/b1171/importcfg << 'EOF' # internal
2025-08-20T21:26:48.8040493Z [00:03:02.925]➜  # import config
2025-08-20T21:26:48.8041130Z [00:03:02.925]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:48.8041934Z [00:03:02.925]➜  packagefile container/heap=/tmp/go-build548448651/b460/_pkg_.a
2025-08-20T21:26:48.8042841Z [00:03:02.925]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:48.8043692Z [00:03:02.925]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:48.8044518Z [00:03:02.925]➜  packagefile expvar=/tmp/go-build548448651/b070/_pkg_.a
2025-08-20T21:26:48.8045277Z [00:03:02.925]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:48.8046338Z [00:03:02.925]➜  packagefile github.com/pkg/errors=/tmp/go-build548448651/b558/_pkg_.a
2025-08-20T21:26:48.8047485Z [00:03:02.925]➜  packagefile golang.org/x/net/trace=/tmp/go-build548448651/b1048/_pkg_.a
2025-08-20T21:26:48.8048666Z [00:03:02.925]➜  packagefile golang.org/x/sys/unix=/tmp/go-build548448651/b194/_pkg_.a
2025-08-20T21:26:48.8049600Z [00:03:02.925]➜  packagefile hash/crc32=/tmp/go-build548448651/b079/_pkg_.a
2025-08-20T21:26:48.8050414Z [00:03:02.925]➜  packagefile log=/tmp/go-build548448651/b071/_pkg_.a
2025-08-20T21:26:48.8051171Z [00:03:02.925]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:48.8051923Z [00:03:02.925]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:48.8052663Z [00:03:02.925]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:48.8053496Z [00:03:02.925]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:48.8054311Z [00:03:02.925]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:48.8054897Z [00:03:02.925]➜  EOF
2025-08-20T21:26:48.8062367Z [00:03:02.925]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1171/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dgraph-io/badger@v1.6.2/y=>github.com/dgraph-io/badger@v1.6.2/y;$WORK/b1171=>" -p github.com/dgraph-io/badger/y -lang=go1.12 -complete -installsuffix shared -buildid YQizniMGJmm9-tgSqBjk/YQizniMGJmm9-tgSqBjk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1171/importcfg -pack /root/go/pkg/mod/github.com/dgraph-io/badger@v1.6.2/y/error.go /root/go/pkg/mod/github.com/dgraph-io/badger@v1.6.2/y/event_log.go /root/go/pkg/mod/github.com/dgraph-io/badger@v1.6.2/y/file_dsync.go /root/go/pkg/mod/github.com/dgraph-io/badger@v1.6.2/y/file_sync.go /root/go/pkg/mod/github.com/dgraph-io/badger@v1.6.2/y/iterator.go /root/go/pkg/mod/github.com/dgraph-io/badger@v1.6.2/y/metrics.go /root/go/pkg/mod/github.com/dgraph-io/badger@v1.6.2/y/mmap.go /root/go/pkg/mod/github.com/dgraph-io/badger@v1.6.2/y/mmap_unix.go /root/go/pkg/mod/github.com/dgraph-io/badger@v1.6.2/y/watermark.go /root/go/pkg/mod/github.com/dgraph-io/badger@v1.6.2/y/y.go
2025-08-20T21:26:48.9724396Z [00:03:03.095]➜  go tool buildid -w $WORK/b1102/_pkg_.a # internal
2025-08-20T21:26:48.9914072Z [00:03:03.114]➜  cp $WORK/b1102/_pkg_.a /root/.cache/go-build/e1/e105b55dc859eacdf269143e6c77775e1d300181256e72f55484776b3fdd01ea-d # internal
2025-08-20T21:26:48.9943582Z [00:03:03.117]➜  google.golang.org/grpc/internal/resolver/delegatingresolver
2025-08-20T21:26:48.9948828Z [00:03:03.117]➜  mkdir -p $WORK/b1100/
2025-08-20T21:26:48.9959511Z [00:03:03.118]➜  cat >/tmp/go-build548448651/b1100/importcfg << 'EOF' # internal
2025-08-20T21:26:48.9975245Z [00:03:03.118]➜  # import config
2025-08-20T21:26:48.9975942Z [00:03:03.118]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:48.9976998Z [00:03:03.118]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build548448651/b1055/_pkg_.a
2025-08-20T21:26:48.9978726Z [00:03:03.118]➜  packagefile google.golang.org/grpc/internal/proxyattributes=/tmp/go-build548448651/b1101/_pkg_.a
2025-08-20T21:26:48.9980262Z [00:03:03.118]➜  packagefile google.golang.org/grpc/internal/transport=/tmp/go-build548448651/b1102/_pkg_.a
2025-08-20T21:26:48.9981758Z [00:03:03.118]➜  packagefile google.golang.org/grpc/internal/transport/networktype=/tmp/go-build548448651/b1106/_pkg_.a
2025-08-20T21:26:48.9983159Z [00:03:03.118]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build548448651/b1066/_pkg_.a
2025-08-20T21:26:48.9984416Z [00:03:03.118]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build548448651/b1062/_pkg_.a
2025-08-20T21:26:48.9985473Z [00:03:03.118]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:48.9986352Z [00:03:03.118]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:48.9987263Z [00:03:03.118]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:48.9987898Z [00:03:03.118]➜  EOF
2025-08-20T21:26:48.9998010Z [00:03:03.122]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1100/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/resolver/delegatingresolver=>google.golang.org/grpc@v1.73.0/internal/resolver/delegatingresolver;$WORK/b1100=>" -p google.golang.org/grpc/internal/resolver/delegatingresolver -lang=go1.23 -complete -installsuffix shared -buildid l9FVXXHC3ec5CnY9sdON/l9FVXXHC3ec5CnY9sdON -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1100/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/internal/resolver/delegatingresolver/delegatingresolver.go
2025-08-20T21:26:49.0562708Z [00:03:03.178]➜  go tool buildid -w $WORK/b1171/_pkg_.a # internal
2025-08-20T21:26:49.0629136Z [00:03:03.185]➜  cp $WORK/b1171/_pkg_.a /root/.cache/go-build/bb/bb542e6c0ee3230aec56f798a0e30cbe15afd5ff185f5298f9ef1f9b24e61f00-d # internal
2025-08-20T21:26:49.0655754Z [00:03:03.188]➜  go tool buildid -w $WORK/b1168/_pkg_.a # internal
2025-08-20T21:26:49.0694202Z [00:03:03.192]➜  github.com/cespare/xxhash
2025-08-20T21:26:49.0697287Z [00:03:03.192]➜  mkdir -p $WORK/b1173/
2025-08-20T21:26:49.0700601Z [00:03:03.192]➜  echo -n > $WORK/b1173/go_asm.h # internal
2025-08-20T21:26:49.0702115Z [00:03:03.192]➜  cd /root/go/pkg/mod/github.com/cespare/xxhash@v1.1.0
2025-08-20T21:26:49.0705393Z [00:03:03.192]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/cespare/xxhash -trimpath "/root/go/pkg/mod/github.com/cespare/xxhash@v1.1.0=>github.com/cespare/xxhash@v1.1.0;$WORK/b1173=>" -I $WORK/b1173/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b1173/symabis ./xxhash_amd64.s
2025-08-20T21:26:49.0800528Z [00:03:03.202]➜  cp $WORK/b1168/_pkg_.a /root/.cache/go-build/21/21b55fecbbd1023de1513d4cb8ec084457dcb56efe311583264f686030a496ae-d # internal
2025-08-20T21:26:49.0806653Z [00:03:03.203]➜  cat >/tmp/go-build548448651/b1173/importcfg << 'EOF' # internal
2025-08-20T21:26:49.0807400Z [00:03:03.203]➜  # import config
2025-08-20T21:26:49.0808198Z [00:03:03.203]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:49.0809317Z [00:03:03.203]➜  packagefile hash=/tmp/go-build548448651/b080/_pkg_.a
2025-08-20T21:26:49.0813371Z [00:03:03.203]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:49.0814280Z [00:03:03.203]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:49.0814974Z [00:03:03.203]➜  EOF
2025-08-20T21:26:49.0815527Z [00:03:03.203]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:49.0820939Z [00:03:03.203]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1173/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cespare/xxhash@v1.1.0=>github.com/cespare/xxhash@v1.1.0;$WORK/b1173=>" -p github.com/cespare/xxhash -lang=go1.16 -installsuffix shared -buildid qcqptjZoPIvVe-sHVIke/qcqptjZoPIvVe-sHVIke -goversion go1.25.0 -symabis $WORK/b1173/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b1173/importcfg -pack -asmhdr $WORK/b1173/go_asm.h /root/go/pkg/mod/github.com/cespare/xxhash@v1.1.0/rotate19.go /root/go/pkg/mod/github.com/cespare/xxhash@v1.1.0/xxhash.go /root/go/pkg/mod/github.com/cespare/xxhash@v1.1.0/xxhash_amd64.go /root/go/pkg/mod/github.com/cespare/xxhash@v1.1.0/xxhash_unsafe.go
2025-08-20T21:26:49.0825453Z [00:03:03.204]➜  google.golang.org/protobuf/internal/editionssupport
2025-08-20T21:26:49.0826115Z [00:03:03.204]➜  mkdir -p $WORK/b1167/
2025-08-20T21:26:49.0826814Z [00:03:03.204]➜  cat >/tmp/go-build548448651/b1167/importcfg << 'EOF' # internal
2025-08-20T21:26:49.0827482Z [00:03:03.204]➜  # import config
2025-08-20T21:26:49.0828421Z [00:03:03.204]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/tmp/go-build548448651/b1168/_pkg_.a
2025-08-20T21:26:49.0829448Z [00:03:03.204]➜  EOF
2025-08-20T21:26:49.0833750Z [00:03:03.204]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1167/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/editionssupport=>google.golang.org/protobuf@v1.36.7/internal/editionssupport;$WORK/b1167=>" -p google.golang.org/protobuf/internal/editionssupport -lang=go1.22 -complete -installsuffix shared -buildid YVnt6bHAo0MYDueMPw2N/YVnt6bHAo0MYDueMPw2N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1167/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/editionssupport/editions.go
2025-08-20T21:26:49.0891540Z [00:03:03.211]➜  go tool buildid -w $WORK/b1100/_pkg_.a # internal
2025-08-20T21:26:49.0915615Z [00:03:03.214]➜  cp $WORK/b1100/_pkg_.a /root/.cache/go-build/5a/5aedcd1f569a39bdde385f2358244c2b898156656994cc0d916a7ad639dc7537-d # internal
2025-08-20T21:26:49.0931682Z [00:03:03.216]➜  google.golang.org/grpc
2025-08-20T21:26:49.0938177Z [00:03:03.216]➜  mkdir -p $WORK/b1047/
2025-08-20T21:26:49.0944900Z [00:03:03.217]➜  go tool buildid -w $WORK/b1167/_pkg_.a # internal
2025-08-20T21:26:49.0946242Z [00:03:03.217]➜  cp $WORK/b1167/_pkg_.a /root/.cache/go-build/d5/d5b67b627c2af96b28222209ed742b86b26a28bec786a755699ea9f0b7d5505d-d # internal
2025-08-20T21:26:49.0960010Z [00:03:03.218]➜  cat >/tmp/go-build548448651/b1047/importcfg << 'EOF' # internal
2025-08-20T21:26:49.0972150Z [00:03:03.218]➜  # import config
2025-08-20T21:26:49.0976210Z [00:03:03.218]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:49.0977411Z [00:03:03.218]➜  packagefile compress/gzip=/tmp/go-build548448651/b075/_pkg_.a
2025-08-20T21:26:49.0980110Z [00:03:03.218]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:49.0984669Z [00:03:03.218]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:49.0986645Z [00:03:03.218]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:49.0988136Z [00:03:03.218]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:49.0989825Z [00:03:03.218]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:49.0991509Z [00:03:03.218]➜  packagefile golang.org/x/net/trace=/tmp/go-build548448651/b1048/_pkg_.a
2025-08-20T21:26:49.0993010Z [00:03:03.218]➜  packagefile google.golang.org/grpc/backoff=/tmp/go-build548448651/b1050/_pkg_.a
2025-08-20T21:26:49.0998813Z [00:03:03.218]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build548448651/b1051/_pkg_.a
2025-08-20T21:26:49.1000150Z [00:03:03.218]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build548448651/b1067/_pkg_.a
2025-08-20T21:26:49.1001427Z [00:03:03.218]➜  packagefile google.golang.org/grpc/balancer/pickfirst=/tmp/go-build548448651/b1068/_pkg_.a
2025-08-20T21:26:49.1002680Z [00:03:03.218]➜  packagefile google.golang.org/grpc/balancer/roundrobin=/tmp/go-build548448651/b1076/_pkg_.a
2025-08-20T21:26:49.1003892Z [00:03:03.220]➜  packagefile google.golang.org/grpc/channelz=/tmp/go-build548448651/b1052/_pkg_.a
2025-08-20T21:26:49.1005021Z [00:03:03.220]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build548448651/b1078/_pkg_.a
2025-08-20T21:26:49.1006175Z [00:03:03.220]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build548448651/b1054/_pkg_.a
2025-08-20T21:26:49.1007588Z [00:03:03.220]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build548448651/b1057/_pkg_.a
2025-08-20T21:26:49.1010236Z [00:03:03.220]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build548448651/b1079/_pkg_.a
2025-08-20T21:26:49.1011527Z [00:03:03.220]➜  packagefile google.golang.org/grpc/encoding=/tmp/go-build548448651/b1080/_pkg_.a
2025-08-20T21:26:49.1012744Z [00:03:03.220]➜  packagefile google.golang.org/grpc/encoding/proto=/tmp/go-build548448651/b1083/_pkg_.a
2025-08-20T21:26:49.1014008Z [00:03:03.220]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build548448651/b1063/_pkg_.a
2025-08-20T21:26:49.1015191Z [00:03:03.220]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build548448651/b1055/_pkg_.a
2025-08-20T21:26:49.1016286Z [00:03:03.220]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build548448651/b1061/_pkg_.a
2025-08-20T21:26:49.1017509Z [00:03:03.220]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build548448651/b1084/_pkg_.a
2025-08-20T21:26:49.1019115Z [00:03:03.220]➜  packagefile google.golang.org/grpc/internal/balancer/gracefulswitch=/tmp/go-build548448651/b1085/_pkg_.a
2025-08-20T21:26:49.1020747Z [00:03:03.220]➜  packagefile google.golang.org/grpc/internal/balancerload=/tmp/go-build548448651/b1086/_pkg_.a
2025-08-20T21:26:49.1022133Z [00:03:03.220]➜  packagefile google.golang.org/grpc/internal/binarylog=/tmp/go-build548448651/b1087/_pkg_.a
2025-08-20T21:26:49.1023425Z [00:03:03.220]➜  packagefile google.golang.org/grpc/internal/channelz=/tmp/go-build548448651/b1053/_pkg_.a
2025-08-20T21:26:49.1024703Z [00:03:03.220]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build548448651/b1094/_pkg_.a
2025-08-20T21:26:49.1025964Z [00:03:03.220]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build548448651/b1081/_pkg_.a
2025-08-20T21:26:49.1027251Z [00:03:03.220]➜  packagefile google.golang.org/grpc/internal/idle=/tmp/go-build548448651/b1096/_pkg_.a
2025-08-20T21:26:49.1028692Z [00:03:03.220]➜  packagefile google.golang.org/grpc/internal/metadata=/tmp/go-build548448651/b1097/_pkg_.a
2025-08-20T21:26:49.1030010Z [00:03:03.220]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build548448651/b1072/_pkg_.a
2025-08-20T21:26:49.1031277Z [00:03:03.220]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build548448651/b1098/_pkg_.a
2025-08-20T21:26:49.1032894Z [00:03:03.220]➜  packagefile google.golang.org/grpc/internal/resolver/delegatingresolver=/tmp/go-build548448651/b1100/_pkg_.a
2025-08-20T21:26:49.1034434Z [00:03:03.220]➜  packagefile google.golang.org/grpc/internal/resolver/passthrough=/tmp/go-build548448651/b1110/_pkg_.a
2025-08-20T21:26:49.1035844Z [00:03:03.220]➜  packagefile google.golang.org/grpc/internal/resolver/unix=/tmp/go-build548448651/b1111/_pkg_.a
2025-08-20T21:26:49.1037205Z [00:03:03.220]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build548448651/b1099/_pkg_.a
2025-08-20T21:26:49.1045918Z [00:03:03.220]➜  packagefile google.golang.org/grpc/internal/stats=/tmp/go-build548448651/b1112/_pkg_.a
2025-08-20T21:26:49.1047336Z [00:03:03.220]➜  packagefile google.golang.org/grpc/internal/status=/tmp/go-build548448651/b1093/_pkg_.a
2025-08-20T21:26:49.1049006Z [00:03:03.220]➜  packagefile google.golang.org/grpc/internal/transport=/tmp/go-build548448651/b1102/_pkg_.a
2025-08-20T21:26:49.1050229Z [00:03:03.220]➜  packagefile google.golang.org/grpc/keepalive=/tmp/go-build548448651/b1107/_pkg_.a
2025-08-20T21:26:49.1051371Z [00:03:03.220]➜  packagefile google.golang.org/grpc/mem=/tmp/go-build548448651/b1082/_pkg_.a
2025-08-20T21:26:49.1052508Z [00:03:03.220]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build548448651/b1065/_pkg_.a
2025-08-20T21:26:49.1053634Z [00:03:03.220]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build548448651/b1108/_pkg_.a
2025-08-20T21:26:49.1054739Z [00:03:03.220]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build548448651/b1066/_pkg_.a
2025-08-20T21:26:49.1055912Z [00:03:03.220]➜  packagefile google.golang.org/grpc/resolver/dns=/tmp/go-build548448651/b1113/_pkg_.a
2025-08-20T21:26:49.1057276Z [00:03:03.220]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build548448651/b1062/_pkg_.a
2025-08-20T21:26:49.1058803Z [00:03:03.220]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build548448651/b1064/_pkg_.a
2025-08-20T21:26:49.1059991Z [00:03:03.220]➜  packagefile google.golang.org/grpc/status=/tmp/go-build548448651/b1090/_pkg_.a
2025-08-20T21:26:49.1061093Z [00:03:03.220]➜  packagefile google.golang.org/grpc/tap=/tmp/go-build548448651/b1109/_pkg_.a
2025-08-20T21:26:49.1062019Z [00:03:03.220]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:49.1062822Z [00:03:03.220]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:49.1063677Z [00:03:03.220]➜  packagefile math/rand/v2=/tmp/go-build548448651/b104/_pkg_.a
2025-08-20T21:26:49.1064509Z [00:03:03.220]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:49.1065307Z [00:03:03.220]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:49.1066145Z [00:03:03.220]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:49.1066972Z [00:03:03.220]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:49.1067788Z [00:03:03.220]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:49.1068872Z [00:03:03.220]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:49.1069746Z [00:03:03.220]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:49.1070573Z [00:03:03.220]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:49.1071381Z [00:03:03.220]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:49.1072217Z [00:03:03.220]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:49.1073056Z [00:03:03.220]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:49.1073664Z [00:03:03.220]➜  EOF
2025-08-20T21:26:49.1083681Z [00:03:03.220]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1047/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.73.0=>google.golang.org/grpc@v1.73.0;$WORK/b1047=>" -p google.golang.org/grpc -lang=go1.23 -complete -installsuffix shared -buildid 6CPyh__gqmBp8ML-T-V4/6CPyh__gqmBp8ML-T-V4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1047/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/backoff.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/balancer_wrapper.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/call.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/clientconn.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/codec.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/dialoptions.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/doc.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/interceptor.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/picker_wrapper.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/preloader.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/resolver_wrapper.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/rpc_util.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/server.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/service_config.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/stream.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/stream_interfaces.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/trace.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/trace_withtrace.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/version.go
2025-08-20T21:26:49.1093491Z [00:03:03.220]➜  google.golang.org/protobuf/types/gofeaturespb
2025-08-20T21:26:49.1094158Z [00:03:03.220]➜  mkdir -p $WORK/b1169/
2025-08-20T21:26:49.1094899Z [00:03:03.220]➜  cat >/tmp/go-build548448651/b1169/importcfg << 'EOF' # internal
2025-08-20T21:26:49.1095592Z [00:03:03.220]➜  # import config
2025-08-20T21:26:49.1096542Z [00:03:03.220]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build548448651/b281/_pkg_.a
2025-08-20T21:26:49.1098048Z [00:03:03.220]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build548448651/b287/_pkg_.a
2025-08-20T21:26:49.1110013Z [00:03:03.220]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/tmp/go-build548448651/b1168/_pkg_.a
2025-08-20T21:26:49.1111182Z [00:03:03.220]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:49.1112016Z [00:03:03.220]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:49.1112627Z [00:03:03.220]➜  EOF
2025-08-20T21:26:49.1116617Z [00:03:03.220]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1169/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/types/gofeaturespb=>google.golang.org/protobuf@v1.36.7/types/gofeaturespb;$WORK/b1169=>" -p google.golang.org/protobuf/types/gofeaturespb -lang=go1.22 -complete -installsuffix shared -buildid rbAUottI6wLWtN-LSHlE/rbAUottI6wLWtN-LSHlE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1169/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/types/gofeaturespb/go_features.pb.go
2025-08-20T21:26:49.1144689Z [00:03:03.237]➜  cd /root/go/pkg/mod/github.com/cespare/xxhash@v1.1.0
2025-08-20T21:26:49.1149656Z [00:03:03.237]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/cespare/xxhash -trimpath "/root/go/pkg/mod/github.com/cespare/xxhash@v1.1.0=>github.com/cespare/xxhash@v1.1.0;$WORK/b1173=>" -I $WORK/b1173/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b1173/xxhash_amd64.o ./xxhash_amd64.s
2025-08-20T21:26:49.1207489Z [00:03:03.243]➜  go tool pack r $WORK/b1173/_pkg_.a $WORK/b1173/xxhash_amd64.o # internal
2025-08-20T21:26:49.1210932Z [00:03:03.243]➜  go tool buildid -w $WORK/b1173/_pkg_.a # internal
2025-08-20T21:26:49.1222652Z [00:03:03.245]➜  cp $WORK/b1173/_pkg_.a /root/.cache/go-build/57/575e216e39ec2a622d31e52f0ee698b42ed413eff65d5e1ec405dc96a9c84c7f-d # internal
2025-08-20T21:26:49.1229113Z [00:03:03.245]➜  github.com/dgraph-io/ristretto/z
2025-08-20T21:26:49.1231863Z [00:03:03.245]➜  mkdir -p $WORK/b1172/
2025-08-20T21:26:49.1239479Z [00:03:03.246]➜  echo -n > $WORK/b1172/go_asm.h # internal
2025-08-20T21:26:49.1241845Z [00:03:03.246]➜  cd /root/go/pkg/mod/github.com/dgraph-io/ristretto@v0.0.2/z
2025-08-20T21:26:49.1244764Z [00:03:03.246]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/dgraph-io/ristretto/z -trimpath "/root/go/pkg/mod/github.com/dgraph-io/ristretto@v0.0.2/z=>github.com/dgraph-io/ristretto@v0.0.2/z;$WORK/b1172=>" -I $WORK/b1172/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b1172/symabis ./rtutil.s
2025-08-20T21:26:49.1330273Z [00:03:03.253]➜  cat >/tmp/go-build548448651/b1172/importcfg << 'EOF' # internal
2025-08-20T21:26:49.1334528Z [00:03:03.253]➜  # import config
2025-08-20T21:26:49.1335230Z [00:03:03.253]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:49.1336118Z [00:03:03.253]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:49.1337161Z [00:03:03.253]➜  packagefile github.com/cespare/xxhash=/tmp/go-build548448651/b1173/_pkg_.a
2025-08-20T21:26:49.1338343Z [00:03:03.253]➜  packagefile log=/tmp/go-build548448651/b071/_pkg_.a
2025-08-20T21:26:49.1339372Z [00:03:03.253]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:49.1340010Z [00:03:03.253]➜  EOF
2025-08-20T21:26:49.1340540Z [00:03:03.253]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:49.1345445Z [00:03:03.253]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1172/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dgraph-io/ristretto@v0.0.2/z=>github.com/dgraph-io/ristretto@v0.0.2/z;$WORK/b1172=>" -p github.com/dgraph-io/ristretto/z -lang=go1.12 -installsuffix shared -buildid KMb0T99Mg_cJpv27zcY-/KMb0T99Mg_cJpv27zcY- -goversion go1.25.0 -symabis $WORK/b1172/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b1172/importcfg -pack -asmhdr $WORK/b1172/go_asm.h /root/go/pkg/mod/github.com/dgraph-io/ristretto@v0.0.2/z/bbloom.go /root/go/pkg/mod/github.com/dgraph-io/ristretto@v0.0.2/z/rtutil.go /root/go/pkg/mod/github.com/dgraph-io/ristretto@v0.0.2/z/z.go
2025-08-20T21:26:49.1576728Z [00:03:03.280]➜  cd /root/go/pkg/mod/github.com/dgraph-io/ristretto@v0.0.2/z
2025-08-20T21:26:49.1580968Z [00:03:03.280]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/dgraph-io/ristretto/z -trimpath "/root/go/pkg/mod/github.com/dgraph-io/ristretto@v0.0.2/z=>github.com/dgraph-io/ristretto@v0.0.2/z;$WORK/b1172=>" -I $WORK/b1172/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b1172/rtutil.o ./rtutil.s
2025-08-20T21:26:49.1601012Z [00:03:03.282]➜  go tool buildid -w $WORK/b1169/_pkg_.a # internal
2025-08-20T21:26:49.1608267Z [00:03:03.283]➜  go tool pack r $WORK/b1172/_pkg_.a $WORK/b1172/rtutil.o # internal
2025-08-20T21:26:49.1609424Z [00:03:03.283]➜  go tool buildid -w $WORK/b1172/_pkg_.a # internal
2025-08-20T21:26:49.1620151Z [00:03:03.284]➜  cp $WORK/b1172/_pkg_.a /root/.cache/go-build/41/41e47baeef1526bbc21dd2b38be6b58b44a5e8d3a2709b8fa64d28594385b58f-d # internal
2025-08-20T21:26:49.1624470Z [00:03:03.284]➜  cp $WORK/b1169/_pkg_.a /root/.cache/go-build/0f/0f34db2720ab987a2d84a6f128f67d06793acf0bf36d10d87d6be0395b0585fa-d # internal
2025-08-20T21:26:49.1625596Z [00:03:03.284]➜  github.com/dgraph-io/badger/skl
2025-08-20T21:26:49.1626155Z [00:03:03.284]➜  mkdir -p $WORK/b1170/
2025-08-20T21:26:49.1626845Z [00:03:03.285]➜  cat >/tmp/go-build548448651/b1170/importcfg << 'EOF' # internal
2025-08-20T21:26:49.1627482Z [00:03:03.285]➜  # import config
2025-08-20T21:26:49.1628263Z [00:03:03.285]➜  packagefile github.com/dgraph-io/badger/y=/tmp/go-build548448651/b1171/_pkg_.a
2025-08-20T21:26:49.1630706Z [00:03:03.285]➜  packagefile github.com/dgraph-io/ristretto/z=/tmp/go-build548448651/b1172/_pkg_.a
2025-08-20T21:26:49.1631847Z [00:03:03.285]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:49.1633004Z [00:03:03.285]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:49.1633812Z [00:03:03.285]➜  EOF
2025-08-20T21:26:49.1634487Z [00:03:03.285]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:49.1639138Z [00:03:03.285]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1170/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dgraph-io/badger@v1.6.2/skl=>github.com/dgraph-io/badger@v1.6.2/skl;$WORK/b1170=>" -p github.com/dgraph-io/badger/skl -lang=go1.12 -complete -installsuffix shared -buildid DfIeWzY70If7NV6qQKx2/DfIeWzY70If7NV6qQKx2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1170/importcfg -pack /root/go/pkg/mod/github.com/dgraph-io/badger@v1.6.2/skl/arena.go /root/go/pkg/mod/github.com/dgraph-io/badger@v1.6.2/skl/skl.go
2025-08-20T21:26:49.1656353Z [00:03:03.287]➜  google.golang.org/protobuf/reflect/protodesc
2025-08-20T21:26:49.1659303Z [00:03:03.287]➜  mkdir -p $WORK/b1166/
2025-08-20T21:26:49.1665915Z [00:03:03.289]➜  cat >/tmp/go-build548448651/b1166/importcfg << 'EOF' # internal
2025-08-20T21:26:49.1671990Z [00:03:03.289]➜  # import config
2025-08-20T21:26:49.1672702Z [00:03:03.289]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:49.1677373Z [00:03:03.289]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build548448651/b282/_pkg_.a
2025-08-20T21:26:49.1679139Z [00:03:03.289]➜  packagefile google.golang.org/protobuf/internal/editiondefaults=/tmp/go-build548448651/b291/_pkg_.a
2025-08-20T21:26:49.1680620Z [00:03:03.289]➜  packagefile google.golang.org/protobuf/internal/editionssupport=/tmp/go-build548448651/b1167/_pkg_.a
2025-08-20T21:26:49.1682069Z [00:03:03.289]➜  packagefile google.golang.org/protobuf/internal/encoding/defval=/tmp/go-build548448651/b293/_pkg_.a
2025-08-20T21:26:49.1683416Z [00:03:03.289]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build548448651/b283/_pkg_.a
2025-08-20T21:26:49.1685578Z [00:03:03.289]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build548448651/b288/_pkg_.a
2025-08-20T21:26:49.1687278Z [00:03:03.289]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build548448651/b295/_pkg_.a
2025-08-20T21:26:49.1689201Z [00:03:03.289]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build548448651/b299/_pkg_.a
2025-08-20T21:26:49.1691277Z [00:03:03.289]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build548448651/b286/_pkg_.a
2025-08-20T21:26:49.1692698Z [00:03:03.289]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build548448651/b296/_pkg_.a
2025-08-20T21:26:49.1693953Z [00:03:03.289]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build548448651/b300/_pkg_.a
2025-08-20T21:26:49.1695260Z [00:03:03.289]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build548448651/b281/_pkg_.a
2025-08-20T21:26:49.1696661Z [00:03:03.289]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build548448651/b302/_pkg_.a
2025-08-20T21:26:49.1698042Z [00:03:03.289]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/tmp/go-build548448651/b1168/_pkg_.a
2025-08-20T21:26:49.1699618Z [00:03:03.289]➜  packagefile google.golang.org/protobuf/types/gofeaturespb=/tmp/go-build548448651/b1169/_pkg_.a
2025-08-20T21:26:49.1701189Z [00:03:03.289]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:49.1702247Z [00:03:03.289]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:49.1703295Z [00:03:03.289]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:49.1704525Z [00:03:03.289]➜  packagefile unicode=/tmp/go-build548448651/b041/_pkg_.a
2025-08-20T21:26:49.1705364Z [00:03:03.289]➜  EOF
2025-08-20T21:26:49.1713310Z [00:03:03.289]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1166/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/reflect/protodesc=>google.golang.org/protobuf@v1.36.7/reflect/protodesc;$WORK/b1166=>" -p google.golang.org/protobuf/reflect/protodesc -lang=go1.22 -complete -installsuffix shared -buildid pKERsgmp5GhqbSzrxdn5/pKERsgmp5GhqbSzrxdn5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1166/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/reflect/protodesc/desc.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/reflect/protodesc/desc_init.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/reflect/protodesc/desc_resolve.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/reflect/protodesc/desc_validate.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/reflect/protodesc/editions.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/reflect/protodesc/proto.go
2025-08-20T21:26:49.2180486Z [00:03:03.340]➜  go tool buildid -w $WORK/b1170/_pkg_.a # internal
2025-08-20T21:26:49.2189076Z [00:03:03.341]➜  cp $WORK/b1170/_pkg_.a /root/.cache/go-build/a2/a292b4d2cbffe7466cb1fd3515e6417492a6202f058646632ace44b440137789-d # internal
2025-08-20T21:26:49.2220803Z [00:03:03.341]➜  github.com/AndreasBriese/bbloom
2025-08-20T21:26:49.2221446Z [00:03:03.341]➜  mkdir -p $WORK/b1175/
2025-08-20T21:26:49.2222214Z [00:03:03.342]➜  cat >/tmp/go-build548448651/b1175/importcfg << 'EOF' # internal
2025-08-20T21:26:49.2222932Z [00:03:03.342]➜  # import config
2025-08-20T21:26:49.2223961Z [00:03:03.342]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:49.2224875Z [00:03:03.342]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:49.2225760Z [00:03:03.342]➜  packagefile log=/tmp/go-build548448651/b071/_pkg_.a
2025-08-20T21:26:49.2226539Z [00:03:03.342]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:49.2228192Z [00:03:03.342]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:49.2229570Z [00:03:03.344]➜  EOF
2025-08-20T21:26:49.2235315Z [00:03:03.344]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1175/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!andreas!briese/bbloom@v0.0.0-20190825152654-46b345b51c96=>github.com/AndreasBriese/bbloom@v0.0.0-20190825152654-46b345b51c96;$WORK/b1175=>" -p github.com/AndreasBriese/bbloom -lang=go1.16 -complete -installsuffix shared -buildid QQPmdZgEMWsdodSng9Ap/QQPmdZgEMWsdodSng9Ap -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1175/importcfg -pack /root/go/pkg/mod/github.com/!andreas!briese/bbloom@v0.0.0-20190825152654-46b345b51c96/bbloom.go /root/go/pkg/mod/github.com/!andreas!briese/bbloom@v0.0.0-20190825152654-46b345b51c96/sipHash.go
2025-08-20T21:26:49.2603696Z [00:03:03.383]➜  go tool buildid -w $WORK/b1175/_pkg_.a # internal
2025-08-20T21:26:49.2616588Z [00:03:03.384]➜  cp $WORK/b1175/_pkg_.a /root/.cache/go-build/cf/cf7d9e8e82cc9c88e88b9547d93616e28c4f8d97986b9cd983dd3832fb0bd753-d # internal
2025-08-20T21:26:49.2617818Z [00:03:03.384]➜  github.com/dgraph-io/badger/table
2025-08-20T21:26:49.2630684Z [00:03:03.384]➜  mkdir -p $WORK/b1174/
2025-08-20T21:26:49.2631438Z [00:03:03.385]➜  cat >/tmp/go-build548448651/b1174/importcfg << 'EOF' # internal
2025-08-20T21:26:49.2632104Z [00:03:03.385]➜  # import config
2025-08-20T21:26:49.2632726Z [00:03:03.385]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:49.2633582Z [00:03:03.385]➜  packagefile crypto/sha256=/tmp/go-build548448651/b151/_pkg_.a
2025-08-20T21:26:49.2634563Z [00:03:03.385]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:49.2635388Z [00:03:03.385]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:49.2636321Z [00:03:03.385]➜  packagefile github.com/AndreasBriese/bbloom=/tmp/go-build548448651/b1175/_pkg_.a
2025-08-20T21:26:49.2637492Z [00:03:03.385]➜  packagefile github.com/dgraph-io/badger/options=/tmp/go-build548448651/b1163/_pkg_.a
2025-08-20T21:26:49.2639447Z [00:03:03.385]➜  packagefile github.com/dgraph-io/badger/y=/tmp/go-build548448651/b1171/_pkg_.a
2025-08-20T21:26:49.2640474Z [00:03:03.385]➜  packagefile github.com/pkg/errors=/tmp/go-build548448651/b558/_pkg_.a
2025-08-20T21:26:49.2641297Z [00:03:03.385]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:49.2642031Z [00:03:03.385]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:49.2642840Z [00:03:03.385]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:49.2643594Z [00:03:03.385]➜  packagefile path=/tmp/go-build548448651/b063/_pkg_.a
2025-08-20T21:26:49.2644417Z [00:03:03.385]➜  packagefile path/filepath=/tmp/go-build548448651/b168/_pkg_.a
2025-08-20T21:26:49.2645496Z [00:03:03.385]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:49.2646407Z [00:03:03.385]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:49.2647177Z [00:03:03.385]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:49.2647931Z [00:03:03.385]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:49.2648840Z [00:03:03.385]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:49.2649448Z [00:03:03.385]➜  EOF
2025-08-20T21:26:49.2654364Z [00:03:03.385]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1174/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dgraph-io/badger@v1.6.2/table=>github.com/dgraph-io/badger@v1.6.2/table;$WORK/b1174=>" -p github.com/dgraph-io/badger/table -lang=go1.12 -complete -installsuffix shared -buildid qs8tMcpNk1A-ZUQmNblo/qs8tMcpNk1A-ZUQmNblo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1174/importcfg -pack /root/go/pkg/mod/github.com/dgraph-io/badger@v1.6.2/table/builder.go /root/go/pkg/mod/github.com/dgraph-io/badger@v1.6.2/table/iterator.go /root/go/pkg/mod/github.com/dgraph-io/badger@v1.6.2/table/merge_iterator.go /root/go/pkg/mod/github.com/dgraph-io/badger@v1.6.2/table/table.go
2025-08-20T21:26:49.4156974Z [00:03:03.538]➜  go tool buildid -w $WORK/b1174/_pkg_.a # internal
2025-08-20T21:26:49.4183618Z [00:03:03.541]➜  cp $WORK/b1174/_pkg_.a /root/.cache/go-build/23/232fef73fbd557d972ce96ac06ec144d8a10ae9ee3c7db5cda10430f706a65b9-d # internal
2025-08-20T21:26:49.4215813Z [00:03:03.544]➜  github.com/go-jose/go-jose/v4/json
2025-08-20T21:26:49.4219963Z [00:03:03.544]➜  mkdir -p $WORK/b1179/
2025-08-20T21:26:49.4223322Z [00:03:03.545]➜  cat >/tmp/go-build548448651/b1179/importcfg << 'EOF' # internal
2025-08-20T21:26:49.4224358Z [00:03:03.545]➜  # import config
2025-08-20T21:26:49.4227609Z [00:03:03.545]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:49.4228767Z [00:03:03.545]➜  packagefile encoding=/tmp/go-build548448651/b053/_pkg_.a
2025-08-20T21:26:49.4230546Z [00:03:03.545]➜  packagefile encoding/base64=/tmp/go-build548448651/b054/_pkg_.a
2025-08-20T21:26:49.4231848Z [00:03:03.545]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:49.4233865Z [00:03:03.545]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:49.4234650Z [00:03:03.545]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:49.4235395Z [00:03:03.545]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:49.4236159Z [00:03:03.545]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:49.4236940Z [00:03:03.545]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:49.4237729Z [00:03:03.545]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:49.4242018Z [00:03:03.545]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:49.4242912Z [00:03:03.545]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:49.4243710Z [00:03:03.545]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:49.4244497Z [00:03:03.545]➜  packagefile unicode=/tmp/go-build548448651/b041/_pkg_.a
2025-08-20T21:26:49.4245364Z [00:03:03.545]➜  packagefile unicode/utf16=/tmp/go-build548448651/b069/_pkg_.a
2025-08-20T21:26:49.4246347Z [00:03:03.545]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:49.4246994Z [00:03:03.545]➜  EOF
2025-08-20T21:26:49.4252761Z [00:03:03.545]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1179/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.0.5/json=>github.com/go-jose/go-jose/v4@v4.0.5/json;$WORK/b1179=>" -p github.com/go-jose/go-jose/v4/json -lang=go1.21 -complete -installsuffix shared -buildid ORGEPJAI1ndino2G181-/ORGEPJAI1ndino2G181- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1179/importcfg -pack /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.0.5/json/decode.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.0.5/json/encode.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.0.5/json/indent.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.0.5/json/scanner.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.0.5/json/stream.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.0.5/json/tags.go
2025-08-20T21:26:49.5083628Z [00:03:03.631]➜  go tool buildid -w $WORK/b1166/_pkg_.a # internal
2025-08-20T21:26:49.5202296Z [00:03:03.642]➜  cp $WORK/b1166/_pkg_.a /root/.cache/go-build/ff/ff9b81daff275b2bf2d64d8c31a331450853cb4e8f6c033a4c869619803da18f-d # internal
2025-08-20T21:26:49.5212604Z [00:03:03.644]➜  github.com/golang/protobuf/proto
2025-08-20T21:26:49.5242853Z [00:03:03.647]➜  mkdir -p $WORK/b1165/
2025-08-20T21:26:49.5252411Z [00:03:03.648]➜  cat >/tmp/go-build548448651/b1165/importcfg << 'EOF' # internal
2025-08-20T21:26:49.5255978Z [00:03:03.648]➜  # import config
2025-08-20T21:26:49.5259271Z [00:03:03.648]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:49.5261174Z [00:03:03.648]➜  packagefile compress/gzip=/tmp/go-build548448651/b075/_pkg_.a
2025-08-20T21:26:49.5262727Z [00:03:03.648]➜  packagefile encoding=/tmp/go-build548448651/b053/_pkg_.a
2025-08-20T21:26:49.5264216Z [00:03:03.648]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:49.5265695Z [00:03:03.648]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:49.5266770Z [00:03:03.648]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:49.5268693Z [00:03:03.648]➜  packagefile google.golang.org/protobuf/encoding/prototext=/tmp/go-build548448651/b306/_pkg_.a
2025-08-20T21:26:49.5270415Z [00:03:03.648]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build548448651/b282/_pkg_.a
2025-08-20T21:26:49.5272357Z [00:03:03.648]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build548448651/b300/_pkg_.a
2025-08-20T21:26:49.5274963Z [00:03:03.648]➜  packagefile google.golang.org/protobuf/reflect/protodesc=/tmp/go-build548448651/b1166/_pkg_.a
2025-08-20T21:26:49.5276472Z [00:03:03.648]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build548448651/b281/_pkg_.a
2025-08-20T21:26:49.5278068Z [00:03:03.648]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build548448651/b302/_pkg_.a
2025-08-20T21:26:49.5279691Z [00:03:03.648]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build548448651/b303/_pkg_.a
2025-08-20T21:26:49.5281133Z [00:03:03.648]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build548448651/b287/_pkg_.a
2025-08-20T21:26:49.5282242Z [00:03:03.648]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:49.5283109Z [00:03:03.648]➜  packagefile io/ioutil=/tmp/go-build548448651/b509/_pkg_.a
2025-08-20T21:26:49.5283793Z [00:03:03.648]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:49.5284495Z [00:03:03.648]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:49.5285325Z [00:03:03.648]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:49.5286179Z [00:03:03.648]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:49.5287042Z [00:03:03.648]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:49.5297493Z [00:03:03.648]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:49.5298480Z [00:03:03.648]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:49.5322838Z [00:03:03.648]➜  EOF
2025-08-20T21:26:49.5332111Z [00:03:03.648]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1165/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/golang/protobuf@v1.5.4/proto=>github.com/golang/protobuf@v1.5.4/proto;$WORK/b1165=>" -p github.com/golang/protobuf/proto -lang=go1.17 -complete -installsuffix shared -buildid 0BhxSISj-U2iCEM4s4vR/0BhxSISj-U2iCEM4s4vR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1165/importcfg -pack /root/go/pkg/mod/github.com/golang/protobuf@v1.5.4/proto/buffer.go /root/go/pkg/mod/github.com/golang/protobuf@v1.5.4/proto/defaults.go /root/go/pkg/mod/github.com/golang/protobuf@v1.5.4/proto/deprecated.go /root/go/pkg/mod/github.com/golang/protobuf@v1.5.4/proto/discard.go /root/go/pkg/mod/github.com/golang/protobuf@v1.5.4/proto/extensions.go /root/go/pkg/mod/github.com/golang/protobuf@v1.5.4/proto/properties.go /root/go/pkg/mod/github.com/golang/protobuf@v1.5.4/proto/proto.go /root/go/pkg/mod/github.com/golang/protobuf@v1.5.4/proto/registry.go /root/go/pkg/mod/github.com/golang/protobuf@v1.5.4/proto/text_decode.go /root/go/pkg/mod/github.com/golang/protobuf@v1.5.4/proto/text_encode.go /root/go/pkg/mod/github.com/golang/protobuf@v1.5.4/proto/wire.go /root/go/pkg/mod/github.com/golang/protobuf@v1.5.4/proto/wrappers.go
2025-08-20T21:26:49.8172235Z [00:03:03.939]➜  go tool buildid -w $WORK/b1179/_pkg_.a # internal
2025-08-20T21:26:49.8248053Z [00:03:03.947]➜  cp $WORK/b1179/_pkg_.a /root/.cache/go-build/1d/1dc47e78aa55a94de425da64e27e1f0a362de1c217b82f907b5e36142ac19976-d # internal
2025-08-20T21:26:49.8301750Z [00:03:03.952]➜  github.com/ceramicnetwork/go-dag-jose/dagjose
2025-08-20T21:26:49.8305035Z [00:03:03.953]➜  mkdir -p $WORK/b1178/
2025-08-20T21:26:49.8310979Z [00:03:03.953]➜  cat >/tmp/go-build548448651/b1178/importcfg << 'EOF' # internal
2025-08-20T21:26:49.8321790Z [00:03:03.953]➜  # import config
2025-08-20T21:26:49.8333611Z [00:03:03.953]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:49.8334533Z [00:03:03.953]➜  packagefile encoding/base64=/tmp/go-build548448651/b054/_pkg_.a
2025-08-20T21:26:49.8335397Z [00:03:03.953]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:49.8336157Z [00:03:03.953]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:49.8337264Z [00:03:03.953]➜  packagefile github.com/go-jose/go-jose/v4/json=/tmp/go-build548448651/b1179/_pkg_.a
2025-08-20T21:26:49.8360061Z [00:03:03.953]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:49.8361380Z [00:03:03.953]➜  packagefile github.com/ipld/go-ipld-prime/codec=/tmp/go-build548448651/b337/_pkg_.a
2025-08-20T21:26:49.8362638Z [00:03:03.953]➜  packagefile github.com/ipld/go-ipld-prime/codec/dagcbor=/tmp/go-build548448651/b485/_pkg_.a
2025-08-20T21:26:49.8363942Z [00:03:03.953]➜  packagefile github.com/ipld/go-ipld-prime/codec/dagjson=/tmp/go-build548448651/b356/_pkg_.a
2025-08-20T21:26:49.8365202Z [00:03:03.953]➜  packagefile github.com/ipld/go-ipld-prime/datamodel=/tmp/go-build548448651/b336/_pkg_.a
2025-08-20T21:26:49.8366442Z [00:03:03.953]➜  packagefile github.com/ipld/go-ipld-prime/linking/cid=/tmp/go-build548448651/b343/_pkg_.a
2025-08-20T21:26:49.8367688Z [00:03:03.953]➜  packagefile github.com/ipld/go-ipld-prime/multicodec=/tmp/go-build548448651/b344/_pkg_.a
2025-08-20T21:26:49.8369183Z [00:03:03.953]➜  packagefile github.com/ipld/go-ipld-prime/node/basicnode=/tmp/go-build548448651/b340/_pkg_.a
2025-08-20T21:26:49.8370472Z [00:03:03.953]➜  packagefile github.com/ipld/go-ipld-prime/node/mixins=/tmp/go-build548448651/b341/_pkg_.a
2025-08-20T21:26:49.8371669Z [00:03:03.953]➜  packagefile github.com/ipld/go-ipld-prime/schema=/tmp/go-build548448651/b345/_pkg_.a
2025-08-20T21:26:49.8372861Z [00:03:03.953]➜  packagefile github.com/multiformats/go-multibase=/tmp/go-build548448651/b231/_pkg_.a
2025-08-20T21:26:49.8373815Z [00:03:03.953]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:49.8374586Z [00:03:03.953]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:49.8375159Z [00:03:03.953]➜  EOF
2025-08-20T21:26:49.8383271Z [00:03:03.956]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1178/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ceramicnetwork/go-dag-jose@v0.1.1/dagjose=>github.com/ceramicnetwork/go-dag-jose@v0.1.1/dagjose;$WORK/b1178=>" -p github.com/ceramicnetwork/go-dag-jose/dagjose -lang=go1.22 -complete -installsuffix shared -buildid _ENn-fkOrWtlsLm9qz-p/_ENn-fkOrWtlsLm9qz-p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1178/importcfg -pack /root/go/pkg/mod/github.com/ceramicnetwork/go-dag-jose@v0.1.1/dagjose/ipldsch_minima.go /root/go/pkg/mod/github.com/ceramicnetwork/go-dag-jose@v0.1.1/dagjose/ipldsch_satisfaction.go /root/go/pkg/mod/github.com/ceramicnetwork/go-dag-jose@v0.1.1/dagjose/ipldsch_types.go /root/go/pkg/mod/github.com/ceramicnetwork/go-dag-jose@v0.1.1/dagjose/jose_bytes.go /root/go/pkg/mod/github.com/ceramicnetwork/go-dag-jose@v0.1.1/dagjose/jose_decode.go /root/go/pkg/mod/github.com/ceramicnetwork/go-dag-jose@v0.1.1/dagjose/jose_encode.go /root/go/pkg/mod/github.com/ceramicnetwork/go-dag-jose@v0.1.1/dagjose/jose_utils.go /root/go/pkg/mod/github.com/ceramicnetwork/go-dag-jose@v0.1.1/dagjose/multicodec.go
2025-08-20T21:26:50.1459765Z [00:03:04.268]➜  go tool buildid -w $WORK/b1047/_pkg_.a # internal
2025-08-20T21:26:50.1603031Z [00:03:04.282]➜  cp $WORK/b1047/_pkg_.a /root/.cache/go-build/2f/2f70e557c81d169432180aa2ee23604e0da2a2c6002f3bce9997747e81a0894b-d # internal
2025-08-20T21:26:50.1606084Z [00:03:04.283]➜  go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/internal/otlpconfig
2025-08-20T21:26:50.1608254Z [00:03:04.283]➜  mkdir -p $WORK/b1043/
2025-08-20T21:26:50.1609670Z [00:03:04.283]➜  cat >/tmp/go-build548448651/b1043/importcfg << 'EOF' # internal
2025-08-20T21:26:50.1613390Z [00:03:04.283]➜  # import config
2025-08-20T21:26:50.1618723Z [00:03:04.284]➜  packagefile crypto/tls=/tmp/go-build548448651/b110/_pkg_.a
2025-08-20T21:26:50.1619661Z [00:03:04.284]➜  packagefile crypto/x509=/tmp/go-build548448651/b154/_pkg_.a
2025-08-20T21:26:50.1620771Z [00:03:04.284]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:50.1622551Z [00:03:04.284]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:50.1623923Z [00:03:04.284]➜  packagefile go.opentelemetry.io/otel/exporters/otlp/otlptrace=/tmp/go-build548448651/b1031/_pkg_.a
2025-08-20T21:26:50.1625947Z [00:03:04.284]➜  packagefile go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/internal/envconfig=/tmp/go-build548448651/b1044/_pkg_.a
2025-08-20T21:26:50.1628004Z [00:03:04.284]➜  packagefile go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/internal/retry=/tmp/go-build548448651/b1045/_pkg_.a
2025-08-20T21:26:50.1630884Z [00:03:04.284]➜  packagefile go.opentelemetry.io/otel/internal/global=/tmp/go-build548448651/b205/_pkg_.a
2025-08-20T21:26:50.1632151Z [00:03:04.284]➜  packagefile google.golang.org/grpc=/tmp/go-build548448651/b1047/_pkg_.a
2025-08-20T21:26:50.1633264Z [00:03:04.284]➜  packagefile google.golang.org/grpc/backoff=/tmp/go-build548448651/b1050/_pkg_.a
2025-08-20T21:26:50.1634444Z [00:03:04.284]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build548448651/b1057/_pkg_.a
2025-08-20T21:26:50.1635756Z [00:03:04.284]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build548448651/b1079/_pkg_.a
2025-08-20T21:26:50.1637053Z [00:03:04.284]➜  packagefile google.golang.org/grpc/encoding/gzip=/tmp/go-build548448651/b1117/_pkg_.a
2025-08-20T21:26:50.1638119Z [00:03:04.284]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:50.1639176Z [00:03:04.284]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:50.1639950Z [00:03:04.284]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:50.1640723Z [00:03:04.284]➜  packagefile path=/tmp/go-build548448651/b063/_pkg_.a
2025-08-20T21:26:50.1641519Z [00:03:04.284]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:50.1642309Z [00:03:04.284]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:50.1642882Z [00:03:04.284]➜  EOF
2025-08-20T21:26:50.1651209Z [00:03:04.284]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1043/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc@v1.37.0/internal/otlpconfig=>go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc@v1.37.0/internal/otlpconfig;$WORK/b1043=>" -p go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/internal/otlpconfig -lang=go1.23 -complete -installsuffix shared -buildid e17vh15zB7uKE7DIn_qk/e17vh15zB7uKE7DIn_qk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1043/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc@v1.37.0/internal/otlpconfig/envconfig.go /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc@v1.37.0/internal/otlpconfig/options.go /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc@v1.37.0/internal/otlpconfig/optiontypes.go /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc@v1.37.0/internal/otlpconfig/tls.go
2025-08-20T21:26:50.2466378Z [00:03:04.369]➜  go tool buildid -w $WORK/b1165/_pkg_.a # internal
2025-08-20T21:26:50.2544216Z [00:03:04.377]➜  cp $WORK/b1165/_pkg_.a /root/.cache/go-build/36/36d157f995e1df70216873ed83bd6227e6d10995c2ec52710db748f84c64ad40-d # internal
2025-08-20T21:26:50.2552477Z [00:03:04.378]➜  google.golang.org/grpc/health/grpc_health_v1
2025-08-20T21:26:50.2557695Z [00:03:04.378]➜  mkdir -p $WORK/b1123/
2025-08-20T21:26:50.2567665Z [00:03:04.379]➜  cat >/tmp/go-build548448651/b1123/importcfg << 'EOF' # internal
2025-08-20T21:26:50.2569232Z [00:03:04.379]➜  # import config
2025-08-20T21:26:50.2570369Z [00:03:04.379]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:50.2571542Z [00:03:04.379]➜  packagefile google.golang.org/grpc=/tmp/go-build548448651/b1047/_pkg_.a
2025-08-20T21:26:50.2573013Z [00:03:04.379]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build548448651/b1078/_pkg_.a
2025-08-20T21:26:50.2574347Z [00:03:04.379]➜  packagefile google.golang.org/grpc/status=/tmp/go-build548448651/b1090/_pkg_.a
2025-08-20T21:26:50.2576212Z [00:03:04.379]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build548448651/b281/_pkg_.a
2025-08-20T21:26:50.2578715Z [00:03:04.379]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build548448651/b287/_pkg_.a
2025-08-20T21:26:50.2579856Z [00:03:04.379]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:50.2580719Z [00:03:04.379]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:50.2581369Z [00:03:04.379]➜  EOF
2025-08-20T21:26:50.2595084Z [00:03:04.381]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1123/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.73.0/health/grpc_health_v1=>google.golang.org/grpc@v1.73.0/health/grpc_health_v1;$WORK/b1123=>" -p google.golang.org/grpc/health/grpc_health_v1 -lang=go1.23 -complete -installsuffix shared -buildid lOPt5a8pj7UQn_PjPG1t/lOPt5a8pj7UQn_PjPG1t -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1123/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/health/grpc_health_v1/health.pb.go /root/go/pkg/mod/google.golang.org/grpc@v1.73.0/health/grpc_health_v1/health_grpc.pb.go
2025-08-20T21:26:50.4296403Z [00:03:04.552]➜  go tool buildid -w $WORK/b1043/_pkg_.a # internal
2025-08-20T21:26:50.4392784Z [00:03:04.561]➜  cp $WORK/b1043/_pkg_.a /root/.cache/go-build/d2/d29ccc2cb4f22501bbf2219655e93a7f96b302cf14b1da2b53aba96c3354d97b-d # internal
2025-08-20T21:26:50.4411356Z [00:03:04.563]➜  go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp/internal/otlpconfig
2025-08-20T21:26:50.4414995Z [00:03:04.564]➜  mkdir -p $WORK/b1130/
2025-08-20T21:26:50.4460248Z [00:03:04.568]➜  cat >/tmp/go-build548448651/b1130/importcfg << 'EOF' # internal
2025-08-20T21:26:50.4462120Z [00:03:04.569]➜  # import config
2025-08-20T21:26:50.4465283Z [00:03:04.569]➜  packagefile crypto/tls=/tmp/go-build548448651/b110/_pkg_.a
2025-08-20T21:26:50.4466373Z [00:03:04.569]➜  packagefile crypto/x509=/tmp/go-build548448651/b154/_pkg_.a
2025-08-20T21:26:50.4467414Z [00:03:04.569]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:50.4468679Z [00:03:04.569]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:50.4470207Z [00:03:04.569]➜  packagefile go.opentelemetry.io/otel/exporters/otlp/otlptrace=/tmp/go-build548448651/b1031/_pkg_.a
2025-08-20T21:26:50.4472165Z [00:03:04.569]➜  packagefile go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp/internal/envconfig=/tmp/go-build548448651/b1131/_pkg_.a
2025-08-20T21:26:50.4474221Z [00:03:04.569]➜  packagefile go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp/internal/retry=/tmp/go-build548448651/b1132/_pkg_.a
2025-08-20T21:26:50.4480061Z [00:03:04.569]➜  packagefile go.opentelemetry.io/otel/internal/global=/tmp/go-build548448651/b205/_pkg_.a
2025-08-20T21:26:50.4481135Z [00:03:04.569]➜  packagefile google.golang.org/grpc=/tmp/go-build548448651/b1047/_pkg_.a
2025-08-20T21:26:50.4482134Z [00:03:04.569]➜  packagefile google.golang.org/grpc/backoff=/tmp/go-build548448651/b1050/_pkg_.a
2025-08-20T21:26:50.4483212Z [00:03:04.569]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build548448651/b1057/_pkg_.a
2025-08-20T21:26:50.4484398Z [00:03:04.569]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build548448651/b1079/_pkg_.a
2025-08-20T21:26:50.4485612Z [00:03:04.569]➜  packagefile google.golang.org/grpc/encoding/gzip=/tmp/go-build548448651/b1117/_pkg_.a
2025-08-20T21:26:50.4486560Z [00:03:04.569]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:50.4487328Z [00:03:04.569]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:50.4488061Z [00:03:04.569]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:50.4494228Z [00:03:04.569]➜  packagefile path=/tmp/go-build548448651/b063/_pkg_.a
2025-08-20T21:26:50.4495007Z [00:03:04.569]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:50.4495748Z [00:03:04.569]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:50.4496536Z [00:03:04.569]➜  EOF
2025-08-20T21:26:50.4504398Z [00:03:04.569]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1130/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp@v1.37.0/internal/otlpconfig=>go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp@v1.37.0/internal/otlpconfig;$WORK/b1130=>" -p go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp/internal/otlpconfig -lang=go1.23 -complete -installsuffix shared -buildid Ay20b5o2chMX_0OoZXig/Ay20b5o2chMX_0OoZXig -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1130/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp@v1.37.0/internal/otlpconfig/envconfig.go /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp@v1.37.0/internal/otlpconfig/options.go /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp@v1.37.0/internal/otlpconfig/optiontypes.go /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp@v1.37.0/internal/otlpconfig/tls.go
2025-08-20T21:26:50.4711934Z [00:03:04.593]➜  go tool buildid -w $WORK/b1123/_pkg_.a # internal
2025-08-20T21:26:50.4776855Z [00:03:04.600]➜  cp $WORK/b1123/_pkg_.a /root/.cache/go-build/ff/ffa6ae84b3f3a52d5d5d0935c4fa0bd958eb314e833832ca63821d5e5a56ebd8-d # internal
2025-08-20T21:26:50.4790493Z [00:03:04.601]➜  github.com/grpc-ecosystem/grpc-gateway/v2/runtime
2025-08-20T21:26:50.4796260Z [00:03:04.602]➜  mkdir -p $WORK/b1119/
2025-08-20T21:26:50.4807276Z [00:03:04.603]➜  cat >/tmp/go-build548448651/b1119/importcfg << 'EOF' # internal
2025-08-20T21:26:50.4811305Z [00:03:04.603]➜  # import config
2025-08-20T21:26:50.4813422Z [00:03:04.603]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:50.4814316Z [00:03:04.603]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:50.4818164Z [00:03:04.603]➜  packagefile encoding/base64=/tmp/go-build548448651/b054/_pkg_.a
2025-08-20T21:26:50.4819201Z [00:03:04.603]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:50.4820151Z [00:03:04.603]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:50.4821000Z [00:03:04.603]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:50.4822040Z [00:03:04.603]➜  packagefile github.com/grpc-ecosystem/grpc-gateway/v2/internal/httprule=/tmp/go-build548448651/b1120/_pkg_.a
2025-08-20T21:26:50.4823338Z [00:03:04.603]➜  packagefile github.com/grpc-ecosystem/grpc-gateway/v2/utilities=/tmp/go-build548448651/b1121/_pkg_.a
2025-08-20T21:26:50.4824674Z [00:03:04.603]➜  packagefile google.golang.org/genproto/googleapis/api/httpbody=/tmp/go-build548448651/b1122/_pkg_.a
2025-08-20T21:26:50.4825762Z [00:03:04.603]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build548448651/b1078/_pkg_.a
2025-08-20T21:26:50.4826724Z [00:03:04.603]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build548448651/b1055/_pkg_.a
2025-08-20T21:26:50.4827810Z [00:03:04.603]➜  packagefile google.golang.org/grpc/health/grpc_health_v1=/tmp/go-build548448651/b1123/_pkg_.a
2025-08-20T21:26:50.4838362Z [00:03:04.603]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build548448651/b1065/_pkg_.a
2025-08-20T21:26:50.4840407Z [00:03:04.603]➜  packagefile google.golang.org/grpc/status=/tmp/go-build548448651/b1090/_pkg_.a
2025-08-20T21:26:50.4841736Z [00:03:04.603]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build548448651/b1073/_pkg_.a
2025-08-20T21:26:50.4843034Z [00:03:04.603]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build548448651/b300/_pkg_.a
2025-08-20T21:26:50.4844361Z [00:03:04.603]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build548448651/b281/_pkg_.a
2025-08-20T21:26:50.4845794Z [00:03:04.603]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build548448651/b302/_pkg_.a
2025-08-20T21:26:50.4847469Z [00:03:04.603]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build548448651/b1089/_pkg_.a
2025-08-20T21:26:50.4851172Z [00:03:04.603]➜  packagefile google.golang.org/protobuf/types/known/fieldmaskpb=/tmp/go-build548448651/b1124/_pkg_.a
2025-08-20T21:26:50.4852515Z [00:03:04.603]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build548448651/b1125/_pkg_.a
2025-08-20T21:26:50.4854007Z [00:03:04.604]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build548448651/b392/_pkg_.a
2025-08-20T21:26:50.4855523Z [00:03:04.604]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build548448651/b1126/_pkg_.a
2025-08-20T21:26:50.4856612Z [00:03:04.604]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:50.4857403Z [00:03:04.604]➜  packagefile mime=/tmp/go-build548448651/b178/_pkg_.a
2025-08-20T21:26:50.4858199Z [00:03:04.604]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:50.4859364Z [00:03:04.604]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:50.4860267Z [00:03:04.604]➜  packagefile net/textproto=/tmp/go-build548448651/b175/_pkg_.a
2025-08-20T21:26:50.4861155Z [00:03:04.604]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:50.4861985Z [00:03:04.604]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:50.4862801Z [00:03:04.604]➜  packagefile regexp=/tmp/go-build548448651/b192/_pkg_.a
2025-08-20T21:26:50.4863614Z [00:03:04.604]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:50.4864414Z [00:03:04.604]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:50.4865232Z [00:03:04.604]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:50.4866023Z [00:03:04.604]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:50.4866806Z [00:03:04.604]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:50.4867402Z [00:03:04.604]➜  EOF
2025-08-20T21:26:50.4881665Z [00:03:04.606]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1119/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.1/runtime=>github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.1/runtime;$WORK/b1119=>" -p github.com/grpc-ecosystem/grpc-gateway/v2/runtime -lang=go1.23 -complete -installsuffix shared -buildid ct0Q8tIeszRZx8sCnkxk/ct0Q8tIeszRZx8sCnkxk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1119/importcfg -pack /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.1/runtime/context.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.1/runtime/convert.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.1/runtime/doc.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.1/runtime/errors.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.1/runtime/fieldmask.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.1/runtime/handler.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.1/runtime/marshal_httpbodyproto.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.1/runtime/marshal_json.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.1/runtime/marshal_jsonpb.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.1/runtime/marshal_proto.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.1/runtime/marshaler.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.1/runtime/marshaler_registry.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.1/runtime/mux.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.1/runtime/pattern.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.1/runtime/proto2_convert.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.1/runtime/query.go
2025-08-20T21:26:50.6905944Z [00:03:04.813]➜  go tool buildid -w $WORK/b1130/_pkg_.a # internal
2025-08-20T21:26:50.7021352Z [00:03:04.824]➜  cp $WORK/b1130/_pkg_.a /root/.cache/go-build/b0/b0b27598f1a578444946c22801c3626c39db4394134ea440a69c407ce54179a4-d # internal
2025-08-20T21:26:50.7030385Z [00:03:04.825]➜  github.com/dgraph-io/badger/pb
2025-08-20T21:26:50.7035566Z [00:03:04.826]➜  mkdir -p $WORK/b1164/
2025-08-20T21:26:50.7047436Z [00:03:04.827]➜  cat >/tmp/go-build548448651/b1164/importcfg << 'EOF' # internal
2025-08-20T21:26:50.7048783Z [00:03:04.827]➜  # import config
2025-08-20T21:26:50.7051153Z [00:03:04.827]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:50.7052074Z [00:03:04.827]➜  packagefile github.com/golang/protobuf/proto=/tmp/go-build548448651/b1165/_pkg_.a
2025-08-20T21:26:50.7052968Z [00:03:04.827]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:50.7053674Z [00:03:04.827]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:50.7054420Z [00:03:04.827]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:26:50.7054992Z [00:03:04.827]➜  EOF
2025-08-20T21:26:50.7062971Z [00:03:04.828]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1164/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dgraph-io/badger@v1.6.2/pb=>github.com/dgraph-io/badger@v1.6.2/pb;$WORK/b1164=>" -p github.com/dgraph-io/badger/pb -lang=go1.12 -complete -installsuffix shared -buildid BBjUXSi4GrqmcDEVgbV0/BBjUXSi4GrqmcDEVgbV0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1164/importcfg -pack /root/go/pkg/mod/github.com/dgraph-io/badger@v1.6.2/pb/pb.pb.go
2025-08-20T21:26:50.8275772Z [00:03:04.950]➜  go tool buildid -w $WORK/b1164/_pkg_.a # internal
2025-08-20T21:26:50.8293333Z [00:03:04.952]➜  cp $WORK/b1164/_pkg_.a /root/.cache/go-build/08/080b2bd0014c90c00ff6b5a38831ea9f77c9b3c749ea4a12915778ecee0c4d33-d # internal
2025-08-20T21:26:50.8331123Z [00:03:04.955]➜  github.com/dgraph-io/badger
2025-08-20T21:26:50.8333732Z [00:03:04.955]➜  mkdir -p $WORK/b1162/
2025-08-20T21:26:50.8340122Z [00:03:04.956]➜  cat >/tmp/go-build548448651/b1162/importcfg << 'EOF' # internal
2025-08-20T21:26:50.8340889Z [00:03:04.956]➜  # import config
2025-08-20T21:26:50.8341764Z [00:03:04.956]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:50.8342555Z [00:03:04.956]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:50.8343517Z [00:03:04.956]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:50.8344367Z [00:03:04.956]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:50.8345250Z [00:03:04.956]➜  packagefile encoding/hex=/tmp/go-build548448651/b157/_pkg_.a
2025-08-20T21:26:50.8346118Z [00:03:04.956]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:50.8346958Z [00:03:04.956]➜  packagefile expvar=/tmp/go-build548448651/b070/_pkg_.a
2025-08-20T21:26:50.8347729Z [00:03:04.956]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:50.8348882Z [00:03:04.956]➜  packagefile github.com/dgraph-io/badger/options=/tmp/go-build548448651/b1163/_pkg_.a
2025-08-20T21:26:50.8350054Z [00:03:04.956]➜  packagefile github.com/dgraph-io/badger/pb=/tmp/go-build548448651/b1164/_pkg_.a
2025-08-20T21:26:50.8351196Z [00:03:04.956]➜  packagefile github.com/dgraph-io/badger/skl=/tmp/go-build548448651/b1170/_pkg_.a
2025-08-20T21:26:50.8352350Z [00:03:04.956]➜  packagefile github.com/dgraph-io/badger/table=/tmp/go-build548448651/b1174/_pkg_.a
2025-08-20T21:26:50.8353504Z [00:03:04.956]➜  packagefile github.com/dgraph-io/badger/trie=/tmp/go-build548448651/b1176/_pkg_.a
2025-08-20T21:26:50.8354621Z [00:03:04.956]➜  packagefile github.com/dgraph-io/badger/y=/tmp/go-build548448651/b1171/_pkg_.a
2025-08-20T21:26:50.8355674Z [00:03:04.956]➜  packagefile github.com/dgraph-io/ristretto/z=/tmp/go-build548448651/b1172/_pkg_.a
2025-08-20T21:26:50.8356751Z [00:03:04.956]➜  packagefile github.com/dustin/go-humanize=/tmp/go-build548448651/b655/_pkg_.a
2025-08-20T21:26:50.8357860Z [00:03:04.956]➜  packagefile github.com/golang/protobuf/proto=/tmp/go-build548448651/b1165/_pkg_.a
2025-08-20T21:26:50.8374081Z [00:03:04.956]➜  packagefile github.com/pkg/errors=/tmp/go-build548448651/b558/_pkg_.a
2025-08-20T21:26:50.8375269Z [00:03:04.956]➜  packagefile golang.org/x/net/trace=/tmp/go-build548448651/b1048/_pkg_.a
2025-08-20T21:26:50.8376286Z [00:03:04.956]➜  packagefile golang.org/x/sys/unix=/tmp/go-build548448651/b194/_pkg_.a
2025-08-20T21:26:50.8377201Z [00:03:04.956]➜  packagefile hash/crc32=/tmp/go-build548448651/b079/_pkg_.a
2025-08-20T21:26:50.8378001Z [00:03:04.956]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:50.8379067Z [00:03:04.956]➜  packagefile io/ioutil=/tmp/go-build548448651/b509/_pkg_.a
2025-08-20T21:26:50.8379903Z [00:03:04.956]➜  packagefile log=/tmp/go-build548448651/b071/_pkg_.a
2025-08-20T21:26:50.8380705Z [00:03:04.956]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:50.8381521Z [00:03:04.956]➜  packagefile math/rand=/tmp/go-build548448651/b109/_pkg_.a
2025-08-20T21:26:50.8382349Z [00:03:04.956]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:50.8383247Z [00:03:04.956]➜  packagefile path/filepath=/tmp/go-build548448651/b168/_pkg_.a
2025-08-20T21:26:50.8384125Z [00:03:04.959]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:50.8384950Z [00:03:04.959]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:50.8385799Z [00:03:04.959]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:50.8386615Z [00:03:04.959]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:50.8387454Z [00:03:04.959]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:50.8388291Z [00:03:04.959]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:50.8399286Z [00:03:04.959]➜  EOF
2025-08-20T21:26:50.8412150Z [00:03:04.959]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1162/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dgraph-io/badger@v1.6.2=>github.com/dgraph-io/badger@v1.6.2;$WORK/b1162=>" -p github.com/dgraph-io/badger -lang=go1.12 -complete -installsuffix shared -buildid 9iplOy0OkvlMXi5spa_k/9iplOy0OkvlMXi5spa_k -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1162/importcfg -pack /root/go/pkg/mod/github.com/dgraph-io/badger@v1.6.2/backup.go /root/go/pkg/mod/github.com/dgraph-io/badger@v1.6.2/batch.go /root/go/pkg/mod/github.com/dgraph-io/badger@v1.6.2/compaction.go /root/go/pkg/mod/github.com/dgraph-io/badger@v1.6.2/db.go /root/go/pkg/mod/github.com/dgraph-io/badger@v1.6.2/dir_unix.go /root/go/pkg/mod/github.com/dgraph-io/badger@v1.6.2/doc.go /root/go/pkg/mod/github.com/dgraph-io/badger@v1.6.2/errors.go /root/go/pkg/mod/github.com/dgraph-io/badger@v1.6.2/histogram.go /root/go/pkg/mod/github.com/dgraph-io/badger@v1.6.2/iterator.go /root/go/pkg/mod/github.com/dgraph-io/badger@v1.6.2/level_handler.go /root/go/pkg/mod/github.com/dgraph-io/badger@v1.6.2/levels.go /root/go/pkg/mod/github.com/dgraph-io/badger@v1.6.2/logger.go /root/go/pkg/mod/github.com/dgraph-io/badger@v1.6.2/managed_db.go /root/go/pkg/mod/github.com/dgraph-io/badger@v1.6.2/manifest.go /root/go/pkg/mod/github.com/dgraph-io/badger@v1.6.2/merge.go /root/go/pkg/mod/github.com/dgraph-io/badger@v1.6.2/options.go /root/go/pkg/mod/github.com/dgraph-io/badger@v1.6.2/publisher.go /root/go/pkg/mod/github.com/dgraph-io/badger@v1.6.2/stream.go /root/go/pkg/mod/github.com/dgraph-io/badger@v1.6.2/stream_writer.go /root/go/pkg/mod/github.com/dgraph-io/badger@v1.6.2/structs.go /root/go/pkg/mod/github.com/dgraph-io/badger@v1.6.2/txn.go /root/go/pkg/mod/github.com/dgraph-io/badger@v1.6.2/util.go /root/go/pkg/mod/github.com/dgraph-io/badger@v1.6.2/value.go
2025-08-20T21:26:51.2567417Z [00:03:05.379]➜  go tool buildid -w $WORK/b1119/_pkg_.a # internal
2025-08-20T21:26:51.2670835Z [00:03:05.386]➜  cp $WORK/b1119/_pkg_.a /root/.cache/go-build/4d/4d529195b1d4359ff36c51b7075d4ddddcfd98c718c1724326f04578785d88e2-d # internal
2025-08-20T21:26:51.5510222Z [00:03:05.388]➜  go.opentelemetry.io/proto/otlp/collector/trace/v1
2025-08-20T21:26:51.5510974Z [00:03:05.389]➜  mkdir -p $WORK/b1118/
2025-08-20T21:26:51.5511889Z [00:03:05.389]➜  cat >/tmp/go-build548448651/b1118/importcfg << 'EOF' # internal
2025-08-20T21:26:51.5512637Z [00:03:05.389]➜  # import config
2025-08-20T21:26:51.5513243Z [00:03:05.389]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:51.5514290Z [00:03:05.389]➜  packagefile github.com/grpc-ecosystem/grpc-gateway/v2/runtime=/tmp/go-build548448651/b1119/_pkg_.a
2025-08-20T21:26:51.5515548Z [00:03:05.389]➜  packagefile github.com/grpc-ecosystem/grpc-gateway/v2/utilities=/tmp/go-build548448651/b1121/_pkg_.a
2025-08-20T21:26:51.5516728Z [00:03:05.389]➜  packagefile go.opentelemetry.io/proto/otlp/trace/v1=/tmp/go-build548448651/b1041/_pkg_.a
2025-08-20T21:26:51.5517729Z [00:03:05.389]➜  packagefile google.golang.org/grpc=/tmp/go-build548448651/b1047/_pkg_.a
2025-08-20T21:26:51.5518954Z [00:03:05.389]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build548448651/b1078/_pkg_.a
2025-08-20T21:26:51.5519970Z [00:03:05.389]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build548448651/b1055/_pkg_.a
2025-08-20T21:26:51.5520981Z [00:03:05.389]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build548448651/b1065/_pkg_.a
2025-08-20T21:26:51.5521976Z [00:03:05.389]➜  packagefile google.golang.org/grpc/status=/tmp/go-build548448651/b1090/_pkg_.a
2025-08-20T21:26:51.5522968Z [00:03:05.389]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build548448651/b300/_pkg_.a
2025-08-20T21:26:51.5524112Z [00:03:05.389]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build548448651/b281/_pkg_.a
2025-08-20T21:26:51.5525352Z [00:03:05.389]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build548448651/b287/_pkg_.a
2025-08-20T21:26:51.5526392Z [00:03:05.389]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:51.5527149Z [00:03:05.389]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:51.5527941Z [00:03:05.389]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:51.5528886Z [00:03:05.389]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:51.5529644Z [00:03:05.389]➜  EOF
2025-08-20T21:26:51.5535142Z [00:03:05.389]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1118/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/proto/otlp@v1.7.0/collector/trace/v1=>go.opentelemetry.io/proto/otlp@v1.7.0/collector/trace/v1;$WORK/b1118=>" -p go.opentelemetry.io/proto/otlp/collector/trace/v1 -lang=go1.23 -complete -installsuffix shared -buildid DkzJftPI-vDXl-tsw9Yo/DkzJftPI-vDXl-tsw9Yo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1118/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/proto/otlp@v1.7.0/collector/trace/v1/trace_service.pb.go /root/go/pkg/mod/go.opentelemetry.io/proto/otlp@v1.7.0/collector/trace/v1/trace_service.pb.gw.go /root/go/pkg/mod/go.opentelemetry.io/proto/otlp@v1.7.0/collector/trace/v1/trace_service_grpc.pb.go
2025-08-20T21:26:51.5540805Z [00:03:05.673]➜  go tool buildid -w $WORK/b1118/_pkg_.a # internal
2025-08-20T21:26:51.5566561Z [00:03:05.679]➜  cp $WORK/b1118/_pkg_.a /root/.cache/go-build/ff/ff88906aff2166eb7db48945f75265c332517f8c44524707420ba3bd20eac973-d # internal
2025-08-20T21:26:51.5571153Z [00:03:05.679]➜  go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
2025-08-20T21:26:51.5573236Z [00:03:05.680]➜  mkdir -p $WORK/b1030/
2025-08-20T21:26:51.5579779Z [00:03:05.680]➜  cat >/tmp/go-build548448651/b1030/importcfg << 'EOF' # internal
2025-08-20T21:26:51.5589451Z [00:03:05.680]➜  # import config
2025-08-20T21:26:51.5590188Z [00:03:05.680]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:51.5591079Z [00:03:05.680]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:51.5591911Z [00:03:05.680]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:51.5592873Z [00:03:05.680]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build548448651/b200/_pkg_.a
2025-08-20T21:26:51.5599237Z [00:03:05.680]➜  packagefile go.opentelemetry.io/otel/exporters/otlp/otlptrace=/tmp/go-build548448651/b1031/_pkg_.a
2025-08-20T21:26:51.5603184Z [00:03:05.680]➜  packagefile go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/internal=/tmp/go-build548448651/b1042/_pkg_.a
2025-08-20T21:26:51.5607891Z [00:03:05.680]➜  packagefile go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/internal/otlpconfig=/tmp/go-build548448651/b1043/_pkg_.a
2025-08-20T21:26:51.5611884Z [00:03:05.680]➜  packagefile go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/internal/retry=/tmp/go-build548448651/b1045/_pkg_.a
2025-08-20T21:26:51.5614660Z [00:03:05.680]➜  packagefile go.opentelemetry.io/proto/otlp/collector/trace/v1=/tmp/go-build548448651/b1118/_pkg_.a
2025-08-20T21:26:51.5617048Z [00:03:05.680]➜  packagefile go.opentelemetry.io/proto/otlp/trace/v1=/tmp/go-build548448651/b1041/_pkg_.a
2025-08-20T21:26:51.5619910Z [00:03:05.680]➜  packagefile google.golang.org/genproto/googleapis/rpc/errdetails=/tmp/go-build548448651/b1127/_pkg_.a
2025-08-20T21:26:51.5621150Z [00:03:05.680]➜  packagefile google.golang.org/grpc=/tmp/go-build548448651/b1047/_pkg_.a
2025-08-20T21:26:51.5622193Z [00:03:05.681]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build548448651/b1078/_pkg_.a
2025-08-20T21:26:51.5623447Z [00:03:05.681]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build548448651/b1057/_pkg_.a
2025-08-20T21:26:51.5624585Z [00:03:05.681]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build548448651/b1065/_pkg_.a
2025-08-20T21:26:51.5625684Z [00:03:05.681]➜  packagefile google.golang.org/grpc/status=/tmp/go-build548448651/b1090/_pkg_.a
2025-08-20T21:26:51.5626586Z [00:03:05.681]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:51.5627339Z [00:03:05.681]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:51.5627910Z [00:03:05.681]➜  EOF
2025-08-20T21:26:51.5634645Z [00:03:05.683]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1030/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc@v1.37.0=>go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc@v1.37.0;$WORK/b1030=>" -p go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc -lang=go1.23 -complete -installsuffix shared -buildid MQZOsNsdqnOJOoAtFhxK/MQZOsNsdqnOJOoAtFhxK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1030/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc@v1.37.0/client.go /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc@v1.37.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc@v1.37.0/exporter.go /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc@v1.37.0/options.go
2025-08-20T21:26:51.9163998Z [00:03:06.039]➜  go tool buildid -w $WORK/b1030/_pkg_.a # internal
2025-08-20T21:26:51.9200201Z [00:03:06.042]➜  cp $WORK/b1030/_pkg_.a /root/.cache/go-build/e1/e1f28413d7f242309ba5cc9734052f1c4324ae67dcb4cf45d097238df03aa6ab-d # internal
2025-08-20T21:26:51.9205581Z [00:03:06.043]➜  go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp
2025-08-20T21:26:51.9232058Z [00:03:06.046]➜  mkdir -p $WORK/b1128/
2025-08-20T21:26:51.9239387Z [00:03:06.046]➜  cat >/tmp/go-build548448651/b1128/importcfg << 'EOF' # internal
2025-08-20T21:26:51.9241641Z [00:03:06.046]➜  # import config
2025-08-20T21:26:51.9244242Z [00:03:06.046]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:51.9245142Z [00:03:06.046]➜  packagefile compress/gzip=/tmp/go-build548448651/b075/_pkg_.a
2025-08-20T21:26:51.9246024Z [00:03:06.046]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:51.9246815Z [00:03:06.046]➜  packagefile crypto/tls=/tmp/go-build548448651/b110/_pkg_.a
2025-08-20T21:26:51.9247620Z [00:03:06.046]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:51.9248384Z [00:03:06.046]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:51.9249488Z [00:03:06.046]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build548448651/b200/_pkg_.a
2025-08-20T21:26:51.9250903Z [00:03:06.046]➜  packagefile go.opentelemetry.io/otel/exporters/otlp/otlptrace=/tmp/go-build548448651/b1031/_pkg_.a
2025-08-20T21:26:51.9252550Z [00:03:06.046]➜  packagefile go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp/internal=/tmp/go-build548448651/b1129/_pkg_.a
2025-08-20T21:26:51.9254425Z [00:03:06.046]➜  packagefile go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp/internal/otlpconfig=/tmp/go-build548448651/b1130/_pkg_.a
2025-08-20T21:26:51.9256344Z [00:03:06.046]➜  packagefile go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp/internal/retry=/tmp/go-build548448651/b1132/_pkg_.a
2025-08-20T21:26:51.9257956Z [00:03:06.046]➜  packagefile go.opentelemetry.io/proto/otlp/collector/trace/v1=/tmp/go-build548448651/b1118/_pkg_.a
2025-08-20T21:26:51.9259472Z [00:03:06.046]➜  packagefile go.opentelemetry.io/proto/otlp/trace/v1=/tmp/go-build548448651/b1041/_pkg_.a
2025-08-20T21:26:51.9260667Z [00:03:06.046]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build548448651/b300/_pkg_.a
2025-08-20T21:26:51.9261632Z [00:03:06.046]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:51.9262573Z [00:03:06.046]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:51.9263379Z [00:03:06.046]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:51.9264154Z [00:03:06.046]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:51.9264909Z [00:03:06.046]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:51.9265693Z [00:03:06.046]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:51.9266484Z [00:03:06.046]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:51.9267231Z [00:03:06.046]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:51.9267790Z [00:03:06.046]➜  EOF
2025-08-20T21:26:51.9288697Z [00:03:06.047]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1128/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp@v1.37.0=>go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp@v1.37.0;$WORK/b1128=>" -p go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp -lang=go1.23 -complete -installsuffix shared -buildid TkxQDWpU8ZLmOiUnmxgM/TkxQDWpU8ZLmOiUnmxgM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1128/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp@v1.37.0/client.go /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp@v1.37.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp@v1.37.0/exporter.go /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp@v1.37.0/options.go
2025-08-20T21:26:52.4255818Z [00:03:06.548]➜  go tool buildid -w $WORK/b1128/_pkg_.a # internal
2025-08-20T21:26:52.4423558Z [00:03:06.565]➜  cp $WORK/b1128/_pkg_.a /root/.cache/go-build/a6/a6cb2d79d96aa166996a083e1306cad6db93e82c1ea0477829b7a77d894940fa-d # internal
2025-08-20T21:26:52.4439435Z [00:03:06.565]➜  github.com/ipfs/boxo/tracing
2025-08-20T21:26:52.4450294Z [00:03:06.565]➜  mkdir -p $WORK/b1029/
2025-08-20T21:26:52.4451079Z [00:03:06.566]➜  cat >/tmp/go-build548448651/b1029/importcfg << 'EOF' # internal
2025-08-20T21:26:52.4451764Z [00:03:06.566]➜  # import config
2025-08-20T21:26:52.4452438Z [00:03:06.566]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:52.4453257Z [00:03:06.566]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:52.4456543Z [00:03:06.566]➜  packagefile go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc=/tmp/go-build548448651/b1030/_pkg_.a
2025-08-20T21:26:52.4464793Z [00:03:06.566]➜  packagefile go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp=/tmp/go-build548448651/b1128/_pkg_.a
2025-08-20T21:26:52.4466406Z [00:03:06.566]➜  packagefile go.opentelemetry.io/otel/exporters/stdout/stdouttrace=/tmp/go-build548448651/b1133/_pkg_.a
2025-08-20T21:26:52.4468018Z [00:03:06.566]➜  packagefile go.opentelemetry.io/otel/exporters/zipkin=/tmp/go-build548448651/b1135/_pkg_.a
2025-08-20T21:26:52.4469506Z [00:03:06.566]➜  packagefile go.opentelemetry.io/otel/sdk/trace=/tmp/go-build548448651/b1037/_pkg_.a
2025-08-20T21:26:52.4470468Z [00:03:06.566]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:52.4471253Z [00:03:06.566]➜  packagefile path=/tmp/go-build548448651/b063/_pkg_.a
2025-08-20T21:26:52.4472067Z [00:03:06.566]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:52.4472678Z [00:03:06.566]➜  EOF
2025-08-20T21:26:52.4476545Z [00:03:06.569]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1029/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/tracing=>github.com/ipfs/boxo@v0.34.0/tracing;$WORK/b1029=>" -p github.com/ipfs/boxo/tracing -lang=go1.24 -complete -installsuffix shared -buildid k44Y3lGn6CFOo9Lc0gRJ/k44Y3lGn6CFOo9Lc0gRJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1029/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/tracing/exporters.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/tracing/file_exporter.go
2025-08-20T21:26:52.5896178Z [00:03:06.712]➜  go tool buildid -w $WORK/b1029/_pkg_.a # internal
2025-08-20T21:26:52.5919341Z [00:03:06.714]➜  cp $WORK/b1029/_pkg_.a /root/.cache/go-build/52/52c5988e6f3a0e21c9b47d6f049ab168d9115ff867642b387f6375a9cb26937c-d # internal
2025-08-20T21:26:52.5925430Z [00:03:06.714]➜  github.com/ipfs/kubo/tracing
2025-08-20T21:26:52.5926103Z [00:03:06.714]➜  mkdir -p $WORK/b1028/
2025-08-20T21:26:52.5926866Z [00:03:06.714]➜  cat >/tmp/go-build548448651/b1028/importcfg << 'EOF' # internal
2025-08-20T21:26:52.5927564Z [00:03:06.714]➜  # import config
2025-08-20T21:26:52.5928245Z [00:03:06.714]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:52.5929296Z [00:03:06.714]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:52.5930601Z [00:03:06.714]➜  packagefile github.com/ipfs/boxo/tracing=/tmp/go-build548448651/b1029/_pkg_.a
2025-08-20T21:26:52.5931716Z [00:03:06.715]➜  packagefile github.com/ipfs/kubo=/tmp/go-build548448651/b401/_pkg_.a
2025-08-20T21:26:52.5932810Z [00:03:06.715]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build548448651/b200/_pkg_.a
2025-08-20T21:26:52.5934008Z [00:03:06.715]➜  packagefile go.opentelemetry.io/otel/sdk/resource=/tmp/go-build548448651/b1034/_pkg_.a
2025-08-20T21:26:52.5935272Z [00:03:06.715]➜  packagefile go.opentelemetry.io/otel/sdk/trace=/tmp/go-build548448651/b1037/_pkg_.a
2025-08-20T21:26:52.5936584Z [00:03:06.715]➜  packagefile go.opentelemetry.io/otel/semconv/v1.4.0=/tmp/go-build548448651/b1139/_pkg_.a
2025-08-20T21:26:52.5937878Z [00:03:06.715]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build548448651/b214/_pkg_.a
2025-08-20T21:26:52.5970111Z [00:03:06.715]➜  packagefile go.opentelemetry.io/otel/trace/noop=/tmp/go-build548448651/b218/_pkg_.a
2025-08-20T21:26:52.5971199Z [00:03:06.715]➜  EOF
2025-08-20T21:26:52.5974806Z [00:03:06.715]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1028/_pkg_.a -trimpath "/tmp/tmp.S0mpzmTmXg/TEMPREPO/tracing=>github.com/ipfs/kubo/tracing;$WORK/b1028=>" -p github.com/ipfs/kubo/tracing -lang=go1.25 -complete -installsuffix shared -buildid gRI6hRxLBGS5a38GfJky/gRI6hRxLBGS5a38GfJky -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1028/importcfg -pack /tmp/tmp.S0mpzmTmXg/TEMPREPO/tracing/doc.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/tracing/tracing.go
2025-08-20T21:26:52.6186065Z [00:03:06.741]➜  go tool buildid -w $WORK/b1162/_pkg_.a # internal
2025-08-20T21:26:52.6322010Z [00:03:06.754]➜  cp $WORK/b1162/_pkg_.a /root/.cache/go-build/b8/b8a65c1f5e4f6cae179a311c9c32ae85eda3baac29b65926621ac26c3ed74e6b-d # internal
2025-08-20T21:26:52.6345442Z [00:03:06.757]➜  github.com/ipfs/go-ds-badger
2025-08-20T21:26:52.6362243Z [00:03:06.757]➜  mkdir -p $WORK/b1161/
2025-08-20T21:26:52.6363014Z [00:03:06.757]➜  cat >/tmp/go-build548448651/b1161/importcfg << 'EOF' # internal
2025-08-20T21:26:52.6363680Z [00:03:06.757]➜  # import config
2025-08-20T21:26:52.6364479Z [00:03:06.757]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:52.6365276Z [00:03:06.757]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:52.6366031Z [00:03:06.757]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:52.6366933Z [00:03:06.757]➜  packagefile github.com/dgraph-io/badger=/tmp/go-build548448651/b1162/_pkg_.a
2025-08-20T21:26:52.6368024Z [00:03:06.757]➜  packagefile github.com/dgraph-io/badger/options=/tmp/go-build548448651/b1163/_pkg_.a
2025-08-20T21:26:52.6370496Z [00:03:06.757]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build548448651/b255/_pkg_.a
2025-08-20T21:26:52.6371574Z [00:03:06.757]➜  packagefile github.com/ipfs/go-datastore/query=/tmp/go-build548448651/b257/_pkg_.a
2025-08-20T21:26:52.6372632Z [00:03:06.757]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:52.6373485Z [00:03:06.757]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:52.6374244Z [00:03:06.757]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:52.6375184Z [00:03:06.757]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:52.6375945Z [00:03:06.757]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:52.6376688Z [00:03:06.757]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:52.6377249Z [00:03:06.757]➜  EOF
2025-08-20T21:26:52.6380672Z [00:03:06.758]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1161/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-ds-badger@v0.3.4=>github.com/ipfs/go-ds-badger@v0.3.4;$WORK/b1161=>" -p github.com/ipfs/go-ds-badger -lang=go1.23 -complete -installsuffix shared -buildid QIhhQGBvY9qx2opXU8Jt/QIhhQGBvY9qx2opXU8Jt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1161/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-ds-badger@v0.3.4/datastore.go
2025-08-20T21:26:52.6995742Z [00:03:06.822]➜  go tool buildid -w $WORK/b1028/_pkg_.a # internal
2025-08-20T21:26:52.7036392Z [00:03:06.826]➜  cp $WORK/b1028/_pkg_.a /root/.cache/go-build/74/745c363c82d7020049bbf46f0e46506f52132147521963c4aa274e975f786de2-d # internal
2025-08-20T21:26:52.7059691Z [00:03:06.828]➜  github.com/ipfs/go-ds-flatfs
2025-08-20T21:26:52.7062388Z [00:03:06.828]➜  mkdir -p $WORK/b1181/
2025-08-20T21:26:52.7069019Z [00:03:06.829]➜  cat >/tmp/go-build548448651/b1181/importcfg << 'EOF' # internal
2025-08-20T21:26:52.7069941Z [00:03:06.829]➜  # import config
2025-08-20T21:26:52.7072193Z [00:03:06.829]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:52.7073287Z [00:03:06.829]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:52.7074406Z [00:03:06.829]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:52.7076291Z [00:03:06.829]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:52.7077809Z [00:03:06.829]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build548448651/b255/_pkg_.a
2025-08-20T21:26:52.7079256Z [00:03:06.829]➜  packagefile github.com/ipfs/go-datastore/query=/tmp/go-build548448651/b257/_pkg_.a
2025-08-20T21:26:52.7080775Z [00:03:06.829]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:52.7081979Z [00:03:06.829]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:52.7083044Z [00:03:06.829]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:52.7083971Z [00:03:06.829]➜  packagefile math/rand=/tmp/go-build548448651/b109/_pkg_.a
2025-08-20T21:26:52.7084824Z [00:03:06.829]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:52.7085707Z [00:03:06.829]➜  packagefile path/filepath=/tmp/go-build548448651/b168/_pkg_.a
2025-08-20T21:26:52.7086619Z [00:03:06.829]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:52.7087496Z [00:03:06.829]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:52.7088372Z [00:03:06.829]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:52.7089448Z [00:03:06.829]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:52.7090326Z [00:03:06.829]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:52.7091171Z [00:03:06.829]➜  packagefile syscall=/tmp/go-build548448651/b047/_pkg_.a
2025-08-20T21:26:52.7091976Z [00:03:06.829]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:52.7092569Z [00:03:06.829]➜  EOF
2025-08-20T21:26:52.7099541Z [00:03:06.830]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1181/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-ds-flatfs@v0.5.5=>github.com/ipfs/go-ds-flatfs@v0.5.5;$WORK/b1181=>" -p github.com/ipfs/go-ds-flatfs -lang=go1.23 -complete -installsuffix shared -buildid ofs5dkLMpxcQwpPlceY3/ofs5dkLMpxcQwpPlceY3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1181/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-ds-flatfs@v0.5.5/convert.go /root/go/pkg/mod/github.com/ipfs/go-ds-flatfs@v0.5.5/flatfs.go /root/go/pkg/mod/github.com/ipfs/go-ds-flatfs@v0.5.5/key.go /root/go/pkg/mod/github.com/ipfs/go-ds-flatfs@v0.5.5/readme.go /root/go/pkg/mod/github.com/ipfs/go-ds-flatfs@v0.5.5/rename.go /root/go/pkg/mod/github.com/ipfs/go-ds-flatfs@v0.5.5/shard.go /root/go/pkg/mod/github.com/ipfs/go-ds-flatfs@v0.5.5/sync.go /root/go/pkg/mod/github.com/ipfs/go-ds-flatfs@v0.5.5/util.go /root/go/pkg/mod/github.com/ipfs/go-ds-flatfs@v0.5.5/util_unix.go
2025-08-20T21:26:52.8248074Z [00:03:06.947]➜  go tool buildid -w $WORK/b535/_pkg_.a # internal
2025-08-20T21:26:52.8701806Z [00:03:06.992]➜  cp $WORK/b535/_pkg_.a /root/.cache/go-build/10/1052c5013056be1cf615141a6bb13ed415668c5da3c027b94a36bc1b6e48da51-d # internal
2025-08-20T21:26:52.8715019Z [00:03:06.994]➜  github.com/ipfs/kubo/config
2025-08-20T21:26:52.8717562Z [00:03:06.994]➜  mkdir -p $WORK/b534/
2025-08-20T21:26:52.8727374Z [00:03:06.995]➜  cat >/tmp/go-build548448651/b534/importcfg << 'EOF' # internal
2025-08-20T21:26:52.8731747Z [00:03:06.995]➜  # import config
2025-08-20T21:26:52.8733198Z [00:03:06.995]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:52.8734489Z [00:03:06.995]➜  packagefile crypto/rand=/tmp/go-build548448651/b082/_pkg_.a
2025-08-20T21:26:52.8735731Z [00:03:06.995]➜  packagefile encoding/base64=/tmp/go-build548448651/b054/_pkg_.a
2025-08-20T21:26:52.8737218Z [00:03:06.995]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:52.8738460Z [00:03:06.995]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:52.8741786Z [00:03:06.995]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:52.8742810Z [00:03:06.995]➜  packagefile github.com/cockroachdb/pebble/v2=/tmp/go-build548448651/b535/_pkg_.a
2025-08-20T21:26:52.8744178Z [00:03:06.995]➜  packagefile github.com/ipfs/boxo/autoconf=/tmp/go-build548448651/b653/_pkg_.a
2025-08-20T21:26:52.8745403Z [00:03:06.995]➜  packagefile github.com/ipfs/boxo/gateway=/tmp/go-build548448651/b654/_pkg_.a
2025-08-20T21:26:52.8746890Z [00:03:06.995]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/importer/helpers=/tmp/go-build548448651/b480/_pkg_.a
2025-08-20T21:26:52.8748280Z [00:03:06.995]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/io=/tmp/go-build548448651/b472/_pkg_.a
2025-08-20T21:26:52.8753029Z [00:03:06.995]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:52.8754079Z [00:03:06.995]➜  packagefile github.com/ipfs/kubo=/tmp/go-build548448651/b401/_pkg_.a
2025-08-20T21:26:52.8755255Z [00:03:06.995]➜  packagefile github.com/ipfs/kubo/core/coreiface/options=/tmp/go-build548448651/b710/_pkg_.a
2025-08-20T21:26:52.8756495Z [00:03:06.995]➜  packagefile github.com/ipfs/kubo/misc/fsutil=/tmp/go-build548448651/b711/_pkg_.a
2025-08-20T21:26:52.8757713Z [00:03:06.995]➜  packagefile github.com/ipshipyard/p2p-forge/client=/tmp/go-build548448651/b712/_pkg_.a
2025-08-20T21:26:52.8759141Z [00:03:06.996]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build548448651/b311/_pkg_.a
2025-08-20T21:26:52.8760330Z [00:03:06.996]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:52.8761402Z [00:03:06.996]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:52.8762414Z [00:03:06.996]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:52.8763252Z [00:03:06.996]➜  packagefile maps=/tmp/go-build548448651/b159/_pkg_.a
2025-08-20T21:26:52.8764068Z [00:03:06.996]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:52.8764931Z [00:03:06.996]➜  packagefile math/rand=/tmp/go-build548448651/b109/_pkg_.a
2025-08-20T21:26:52.8765727Z [00:03:06.996]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:52.8766503Z [00:03:06.996]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:52.8767345Z [00:03:06.996]➜  packagefile path/filepath=/tmp/go-build548448651/b168/_pkg_.a
2025-08-20T21:26:52.8768226Z [00:03:06.996]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:52.8769447Z [00:03:06.996]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:52.8770286Z [00:03:06.996]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:52.8771111Z [00:03:06.996]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:52.8771933Z [00:03:06.996]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:52.8772549Z [00:03:06.996]➜  EOF
2025-08-20T21:26:52.8786716Z [00:03:06.996]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b534/_pkg_.a -trimpath "/tmp/tmp.S0mpzmTmXg/TEMPREPO/config=>github.com/ipfs/kubo/config;$WORK/b534=>" -p github.com/ipfs/kubo/config -lang=go1.25 -complete -installsuffix shared -buildid enhApTNCqn10Ulo5LcFc/enhApTNCqn10Ulo5LcFc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b534/importcfg -pack /tmp/tmp.S0mpzmTmXg/TEMPREPO/config/addresses.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/config/api.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/config/autoconf.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/config/autoconf_client.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/config/autonat.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/config/autotls.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/config/bitswap.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/config/bootstrap_peers.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/config/config.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/config/datastore.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/config/discovery.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/config/dns.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/config/experiments.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/config/gateway.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/config/http_retrieval.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/config/identity.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/config/import.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/config/init.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/config/internal.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/config/ipns.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/config/migration.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/config/mounts.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/config/peering.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/config/plugins.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/config/profile.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/config/provider.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/config/pubsub.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/config/remotepin.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/config/reprovider.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/config/routing.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/config/swarm.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/config/types.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/config/version.go
2025-08-20T21:26:52.9037184Z [00:03:07.026]➜  go tool buildid -w $WORK/b1161/_pkg_.a # internal
2025-08-20T21:26:52.9083285Z [00:03:07.030]➜  cp $WORK/b1161/_pkg_.a /root/.cache/go-build/93/93f3026103ecb2c013b91a9b0789cdd50baeb42ba67a687d279308a2950bcbb4-d # internal
2025-08-20T21:26:52.9169906Z [00:03:07.039]➜  github.com/ipfs/go-ipld-git
2025-08-20T21:26:52.9171756Z [00:03:07.040]➜  mkdir -p $WORK/b1184/
2025-08-20T21:26:52.9176451Z [00:03:07.040]➜  cat >/tmp/go-build548448651/b1184/importcfg << 'EOF' # internal
2025-08-20T21:26:52.9177790Z [00:03:07.040]➜  # import config
2025-08-20T21:26:52.9179496Z [00:03:07.040]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:52.9180773Z [00:03:07.040]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:52.9181931Z [00:03:07.040]➜  packagefile compress/zlib=/tmp/go-build548448651/b313/_pkg_.a
2025-08-20T21:26:52.9183629Z [00:03:07.040]➜  packagefile encoding/hex=/tmp/go-build548448651/b157/_pkg_.a
2025-08-20T21:26:52.9186648Z [00:03:07.040]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:52.9187502Z [00:03:07.040]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:52.9188717Z [00:03:07.040]➜  packagefile github.com/ipfs/go-block-format=/tmp/go-build548448651/b258/_pkg_.a
2025-08-20T21:26:52.9189877Z [00:03:07.040]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:52.9191014Z [00:03:07.040]➜  packagefile github.com/ipld/go-ipld-prime=/tmp/go-build548448651/b334/_pkg_.a
2025-08-20T21:26:52.9192266Z [00:03:07.040]➜  packagefile github.com/ipld/go-ipld-prime/linking/cid=/tmp/go-build548448651/b343/_pkg_.a
2025-08-20T21:26:52.9193740Z [00:03:07.040]➜  packagefile github.com/ipld/go-ipld-prime/multicodec=/tmp/go-build548448651/b344/_pkg_.a
2025-08-20T21:26:52.9195032Z [00:03:07.040]➜  packagefile github.com/ipld/go-ipld-prime/node/mixins=/tmp/go-build548448651/b341/_pkg_.a
2025-08-20T21:26:52.9196257Z [00:03:07.040]➜  packagefile github.com/ipld/go-ipld-prime/schema=/tmp/go-build548448651/b345/_pkg_.a
2025-08-20T21:26:52.9197484Z [00:03:07.040]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build548448651/b235/_pkg_.a
2025-08-20T21:26:52.9198485Z [00:03:07.040]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:52.9200637Z [00:03:07.040]➜  packagefile io/ioutil=/tmp/go-build548448651/b509/_pkg_.a
2025-08-20T21:26:52.9201686Z [00:03:07.040]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:52.9202785Z [00:03:07.040]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:52.9203490Z [00:03:07.040]➜  EOF
2025-08-20T21:26:52.9212291Z [00:03:07.040]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1184/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-ipld-git@v0.1.1=>github.com/ipfs/go-ipld-git@v0.1.1;$WORK/b1184=>" -p github.com/ipfs/go-ipld-git -lang=go1.16 -complete -installsuffix shared -buildid DEWh3bC4RZHqw8lzL97h/DEWh3bC4RZHqw8lzL97h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1184/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-ipld-git@v0.1.1/blob.go /root/go/pkg/mod/github.com/ipfs/go-ipld-git@v0.1.1/commit.go /root/go/pkg/mod/github.com/ipfs/go-ipld-git@v0.1.1/helper.go /root/go/pkg/mod/github.com/ipfs/go-ipld-git@v0.1.1/init.go /root/go/pkg/mod/github.com/ipfs/go-ipld-git@v0.1.1/ipldsch_minima.go /root/go/pkg/mod/github.com/ipfs/go-ipld-git@v0.1.1/ipldsch_satisfaction.go /root/go/pkg/mod/github.com/ipfs/go-ipld-git@v0.1.1/ipldsch_types.go /root/go/pkg/mod/github.com/ipfs/go-ipld-git@v0.1.1/marshal.go /root/go/pkg/mod/github.com/ipfs/go-ipld-git@v0.1.1/personinfo.go /root/go/pkg/mod/github.com/ipfs/go-ipld-git@v0.1.1/tag.go /root/go/pkg/mod/github.com/ipfs/go-ipld-git@v0.1.1/tree.go /root/go/pkg/mod/github.com/ipfs/go-ipld-git@v0.1.1/unmarshal.go /root/go/pkg/mod/github.com/ipfs/go-ipld-git@v0.1.1/util.go
2025-08-20T21:26:53.1806224Z [00:03:07.303]➜  go tool buildid -w $WORK/b1181/_pkg_.a # internal
2025-08-20T21:26:53.1904343Z [00:03:07.313]➜  cp $WORK/b1181/_pkg_.a /root/.cache/go-build/cd/cde976405c1d3876fe13e4c02c7fdc98b41ec5fc1dc45aa399943c05f387e5f2-d # internal
2025-08-20T21:26:53.1925685Z [00:03:07.315]➜  github.com/syndtr/goleveldb/leveldb/util
2025-08-20T21:26:53.1929268Z [00:03:07.315]➜  mkdir -p $WORK/b1189/
2025-08-20T21:26:53.1933979Z [00:03:07.316]➜  cat >/tmp/go-build548448651/b1189/importcfg << 'EOF' # internal
2025-08-20T21:26:53.1938011Z [00:03:07.316]➜  # import config
2025-08-20T21:26:53.1938976Z [00:03:07.316]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:53.1939920Z [00:03:07.316]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:53.1940825Z [00:03:07.316]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:53.1948936Z [00:03:07.316]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:53.1949634Z [00:03:07.316]➜  packagefile hash/crc32=/tmp/go-build548448651/b079/_pkg_.a
2025-08-20T21:26:53.1950477Z [00:03:07.316]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:53.1951263Z [00:03:07.316]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:53.1952098Z [00:03:07.316]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:53.1952739Z [00:03:07.316]➜  EOF
2025-08-20T21:26:53.1960618Z [00:03:07.317]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1189/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/util=>github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/util;$WORK/b1189=>" -p github.com/syndtr/goleveldb/leveldb/util -lang=go1.14 -complete -installsuffix shared -buildid FGN5MuXs9ngeBqnl-YhS/FGN5MuXs9ngeBqnl-YhS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1189/importcfg -pack /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/util/buffer.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/util/buffer_pool.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/util/crc32.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/util/hash.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/util/range.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/util/util.go
2025-08-20T21:26:53.2390025Z [00:03:07.361]➜  go tool buildid -w $WORK/b534/_pkg_.a # internal
2025-08-20T21:26:53.2436065Z [00:03:07.366]➜  cp $WORK/b534/_pkg_.a /root/.cache/go-build/4e/4ed8631c0ec8fa746b843a0b3ae5705fc8036158557a3810cdd811fe735fbf68-d # internal
2025-08-20T21:26:53.2437994Z [00:03:07.366]➜  github.com/ipfs/kubo/repo
2025-08-20T21:26:53.2439304Z [00:03:07.366]➜  mkdir -p $WORK/b967/
2025-08-20T21:26:53.2461266Z [00:03:07.369]➜  cat >/tmp/go-build548448651/b967/importcfg << 'EOF' # internal
2025-08-20T21:26:53.2462326Z [00:03:07.369]➜  # import config
2025-08-20T21:26:53.2463345Z [00:03:07.369]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:53.2467484Z [00:03:07.369]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:53.2468697Z [00:03:07.369]➜  packagefile github.com/ipfs/boxo/filestore=/tmp/go-build548448651/b465/_pkg_.a
2025-08-20T21:26:53.2469639Z [00:03:07.369]➜  packagefile github.com/ipfs/boxo/keystore=/tmp/go-build548448651/b525/_pkg_.a
2025-08-20T21:26:53.2470923Z [00:03:07.369]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build548448651/b255/_pkg_.a
2025-08-20T21:26:53.2472189Z [00:03:07.369]➜  packagefile github.com/ipfs/kubo/config=/tmp/go-build548448651/b534/_pkg_.a
2025-08-20T21:26:53.2473518Z [00:03:07.369]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/resource-manager=/tmp/go-build548448651/b933/_pkg_.a
2025-08-20T21:26:53.2474897Z [00:03:07.369]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:53.2476459Z [00:03:07.369]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:53.2477683Z [00:03:07.369]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:53.2479070Z [00:03:07.369]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:53.2479925Z [00:03:07.369]➜  EOF
2025-08-20T21:26:53.2483898Z [00:03:07.369]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b967/_pkg_.a -trimpath "/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo=>github.com/ipfs/kubo/repo;$WORK/b967=>" -p github.com/ipfs/kubo/repo -lang=go1.25 -complete -installsuffix shared -buildid tuUHXXhTAbuqSUkJUHMr/tuUHXXhTAbuqSUkJUHMr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b967/importcfg -pack /tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/mock.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/onlyone.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/repo.go
2025-08-20T21:26:53.2487596Z [00:03:07.369]➜  go tool buildid -w $WORK/b1189/_pkg_.a # internal
2025-08-20T21:26:53.2489349Z [00:03:07.370]➜  cp $WORK/b1189/_pkg_.a /root/.cache/go-build/1a/1ac83cc574ebaaefe152312bc4c63527a915f8573e4b15e2b92d99ffb4a752e0-d # internal
2025-08-20T21:26:53.2492439Z [00:03:07.372]➜  github.com/ipfs/kubo/routing
2025-08-20T21:26:53.2494045Z [00:03:07.372]➜  mkdir -p $WORK/b968/
2025-08-20T21:26:53.2503189Z [00:03:07.373]➜  cat >/tmp/go-build548448651/b968/importcfg << 'EOF' # internal
2025-08-20T21:26:53.2503885Z [00:03:07.373]➜  # import config
2025-08-20T21:26:53.2504592Z [00:03:07.373]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:53.2505462Z [00:03:07.373]➜  packagefile encoding/base64=/tmp/go-build548448651/b054/_pkg_.a
2025-08-20T21:26:53.2506299Z [00:03:07.373]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:53.2507235Z [00:03:07.373]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:53.2508218Z [00:03:07.373]➜  packagefile github.com/ipfs/boxo/routing/http/client=/tmp/go-build548448651/b969/_pkg_.a
2025-08-20T21:26:53.2513192Z [00:03:07.373]➜  packagefile github.com/ipfs/boxo/routing/http/contentrouter=/tmp/go-build548448651/b970/_pkg_.a
2025-08-20T21:26:53.2514297Z [00:03:07.373]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:53.2515312Z [00:03:07.373]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build548448651/b255/_pkg_.a
2025-08-20T21:26:53.2516282Z [00:03:07.373]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:53.2517222Z [00:03:07.373]➜  packagefile github.com/ipfs/kubo=/tmp/go-build548448651/b401/_pkg_.a
2025-08-20T21:26:53.2518319Z [00:03:07.373]➜  packagefile github.com/ipfs/kubo/config=/tmp/go-build548448651/b534/_pkg_.a
2025-08-20T21:26:53.2519534Z [00:03:07.373]➜  packagefile github.com/libp2p/go-libp2p-kad-dht=/tmp/go-build548448651/b488/_pkg_.a
2025-08-20T21:26:53.2520655Z [00:03:07.373]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/dual=/tmp/go-build548448651/b986/_pkg_.a
2025-08-20T21:26:53.2521805Z [00:03:07.373]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/fullrt=/tmp/go-build548448651/b987/_pkg_.a
2025-08-20T21:26:53.2522909Z [00:03:07.373]➜  packagefile github.com/libp2p/go-libp2p-record=/tmp/go-build548448651/b279/_pkg_.a
2025-08-20T21:26:53.2524061Z [00:03:07.373]➜  packagefile github.com/libp2p/go-libp2p-routing-helpers=/tmp/go-build548448651/b277/_pkg_.a
2025-08-20T21:26:53.2525208Z [00:03:07.373]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build548448651/b311/_pkg_.a
2025-08-20T21:26:53.2526422Z [00:03:07.373]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build548448651/b423/_pkg_.a
2025-08-20T21:26:53.2527618Z [00:03:07.373]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:53.2528884Z [00:03:07.373]➜  packagefile github.com/libp2p/go-libp2p/core/routing=/tmp/go-build548448651/b329/_pkg_.a
2025-08-20T21:26:53.2530020Z [00:03:07.373]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:53.2531143Z [00:03:07.373]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build548448651/b235/_pkg_.a
2025-08-20T21:26:53.2532215Z [00:03:07.373]➜  packagefile go.opencensus.io/stats/view=/tmp/go-build548448651/b983/_pkg_.a
2025-08-20T21:26:53.2533066Z [00:03:07.373]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:53.2533612Z [00:03:07.373]➜  EOF
2025-08-20T21:26:53.2577749Z [00:03:07.380]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b968/_pkg_.a -trimpath "/tmp/tmp.S0mpzmTmXg/TEMPREPO/routing=>github.com/ipfs/kubo/routing;$WORK/b968=>" -p github.com/ipfs/kubo/routing -lang=go1.25 -complete -installsuffix shared -buildid MAHBDlH-evhq9tSnNZMn/MAHBDlH-evhq9tSnNZMn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b968/importcfg -pack /tmp/tmp.S0mpzmTmXg/TEMPREPO/routing/composer.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/routing/delegated.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/routing/error.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/routing/wrapper.go
2025-08-20T21:26:53.3230664Z [00:03:07.445]➜  go tool buildid -w $WORK/b967/_pkg_.a # internal
2025-08-20T21:26:53.3258657Z [00:03:07.448]➜  cp $WORK/b967/_pkg_.a /root/.cache/go-build/33/331dcd8523856bd4dd3daa0a866dc5aca81464906c3655c8dd6ba6cc3e4899fc-d # internal
2025-08-20T21:26:53.3264261Z [00:03:07.448]➜  github.com/ipfs/kubo/config/serialize
2025-08-20T21:26:53.3264938Z [00:03:07.448]➜  mkdir -p $WORK/b1151/
2025-08-20T21:26:53.3275274Z [00:03:07.450]➜  cat >/tmp/go-build548448651/b1151/importcfg << 'EOF' # internal
2025-08-20T21:26:53.3276074Z [00:03:07.450]➜  # import config
2025-08-20T21:26:53.3276849Z [00:03:07.450]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:53.3277757Z [00:03:07.450]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:53.3279039Z [00:03:07.450]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:53.3280063Z [00:03:07.450]➜  packagefile github.com/facebookgo/atomicfile=/tmp/go-build548448651/b1152/_pkg_.a
2025-08-20T21:26:53.3281263Z [00:03:07.450]➜  packagefile github.com/ipfs/kubo/config=/tmp/go-build548448651/b534/_pkg_.a
2025-08-20T21:26:53.3282222Z [00:03:07.450]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:53.3283027Z [00:03:07.450]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:53.3283887Z [00:03:07.450]➜  packagefile path/filepath=/tmp/go-build548448651/b168/_pkg_.a
2025-08-20T21:26:53.3284575Z [00:03:07.450]➜  EOF
2025-08-20T21:26:53.3288082Z [00:03:07.450]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1151/_pkg_.a -trimpath "/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/serialize=>github.com/ipfs/kubo/config/serialize;$WORK/b1151=>" -p github.com/ipfs/kubo/config/serialize -lang=go1.25 -complete -installsuffix shared -buildid EjEgAE4B8xd1pWTQzo7M/EjEgAE4B8xd1pWTQzo7M -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1151/importcfg -pack /tmp/tmp.S0mpzmTmXg/TEMPREPO/config/serialize/serialize.go
2025-08-20T21:26:53.3481304Z [00:03:07.470]➜  go tool buildid -w $WORK/b1178/_pkg_.a # internal
2025-08-20T21:26:53.3808374Z [00:03:07.503]➜  go tool buildid -w $WORK/b1151/_pkg_.a # internal
2025-08-20T21:26:53.3824119Z [00:03:07.505]➜  cp $WORK/b1151/_pkg_.a /root/.cache/go-build/48/48fd4b53a1fcb1a5bde3565665b90308bfb31c8f8dd7cf0bfda4904dc52e029d-d # internal
2025-08-20T21:26:53.3825502Z [00:03:07.505]➜  github.com/ipfs/kubo/repo/fsrepo/migrations/fs-repo-16-to-17/migration
2025-08-20T21:26:53.3827496Z [00:03:07.505]➜  mkdir -p $WORK/b1156/
2025-08-20T21:26:53.3840704Z [00:03:07.506]➜  cat >/tmp/go-build548448651/b1156/importcfg << 'EOF' # internal
2025-08-20T21:26:53.3846850Z [00:03:07.506]➜  # import config
2025-08-20T21:26:53.3847589Z [00:03:07.506]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:53.3848415Z [00:03:07.506]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:53.3849494Z [00:03:07.506]➜  packagefile github.com/ipfs/kubo/config=/tmp/go-build548448651/b534/_pkg_.a
2025-08-20T21:26:53.3850770Z [00:03:07.506]➜  packagefile github.com/ipfs/kubo/repo/fsrepo/migrations/atomicfile=/tmp/go-build548448651/b1157/_pkg_.a
2025-08-20T21:26:53.3851831Z [00:03:07.506]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:53.3852571Z [00:03:07.506]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:53.3853374Z [00:03:07.506]➜  packagefile path/filepath=/tmp/go-build548448651/b168/_pkg_.a
2025-08-20T21:26:53.3854203Z [00:03:07.506]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:53.3854989Z [00:03:07.506]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:53.3855777Z [00:03:07.506]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:53.3856371Z [00:03:07.506]➜  EOF
2025-08-20T21:26:53.3860783Z [00:03:07.507]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1156/_pkg_.a -trimpath "/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/migrations/fs-repo-16-to-17/migration=>github.com/ipfs/kubo/repo/fsrepo/migrations/fs-repo-16-to-17/migration;$WORK/b1156=>" -p github.com/ipfs/kubo/repo/fsrepo/migrations/fs-repo-16-to-17/migration -lang=go1.25 -complete -installsuffix shared -buildid t04xY717DQRM0D2Ml-JM/t04xY717DQRM0D2Ml-JM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1156/importcfg -pack /tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/migrations/fs-repo-16-to-17/migration/migration.go
2025-08-20T21:26:53.3946914Z [00:03:07.517]➜  cp $WORK/b1178/_pkg_.a /root/.cache/go-build/c3/c36beb26a3635dd7bde2723b8c16e0ad0bf600e25ab5a3aadc4355d33ac6a989-d # internal
2025-08-20T21:26:53.3956124Z [00:03:07.518]➜  github.com/syndtr/goleveldb/leveldb/cache
2025-08-20T21:26:53.3960263Z [00:03:07.518]➜  mkdir -p $WORK/b1188/
2025-08-20T21:26:53.3963847Z [00:03:07.519]➜  cat >/tmp/go-build548448651/b1188/importcfg << 'EOF' # internal
2025-08-20T21:26:53.3973363Z [00:03:07.519]➜  # import config
2025-08-20T21:26:53.3974323Z [00:03:07.519]➜  packagefile github.com/syndtr/goleveldb/leveldb/util=/tmp/go-build548448651/b1189/_pkg_.a
2025-08-20T21:26:53.3975429Z [00:03:07.519]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:53.3976249Z [00:03:07.519]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:53.3977283Z [00:03:07.519]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:53.3977952Z [00:03:07.519]➜  EOF
2025-08-20T21:26:53.3983405Z [00:03:07.519]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1188/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/cache=>github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/cache;$WORK/b1188=>" -p github.com/syndtr/goleveldb/leveldb/cache -lang=go1.14 -complete -installsuffix shared -buildid s4nXEJKQ9mua86KPe4q9/s4nXEJKQ9mua86KPe4q9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1188/importcfg -pack /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/cache/cache.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/cache/lru.go
2025-08-20T21:26:53.3989072Z [00:03:07.521]➜  go tool buildid -w $WORK/b968/_pkg_.a # internal
2025-08-20T21:26:53.4010763Z [00:03:07.523]➜  cp $WORK/b968/_pkg_.a /root/.cache/go-build/1b/1b468c07c7220a1ddf7413746c3dc397d2c0d6161f9d8d6c5fab570c95f2dfab-d # internal
2025-08-20T21:26:53.4015505Z [00:03:07.524]➜  github.com/ipfs/kubo/core/node/libp2p
2025-08-20T21:26:53.4017954Z [00:03:07.524]➜  mkdir -p $WORK/b963/
2025-08-20T21:26:53.4041976Z [00:03:07.526]➜  cat >/tmp/go-build548448651/b963/importcfg << 'EOF' # internal
2025-08-20T21:26:53.4069954Z [00:03:07.526]➜  # import config
2025-08-20T21:26:53.4070652Z [00:03:07.526]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:53.4071384Z [00:03:07.526]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:53.4072118Z [00:03:07.526]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:53.4072846Z [00:03:07.526]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:53.4073514Z [00:03:07.526]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:53.4074347Z [00:03:07.526]➜  packagefile github.com/caddyserver/certmagic=/tmp/go-build548448651/b713/_pkg_.a
2025-08-20T21:26:53.4075301Z [00:03:07.526]➜  packagefile github.com/cenkalti/backoff/v4=/tmp/go-build548448651/b964/_pkg_.a
2025-08-20T21:26:53.4076235Z [00:03:07.526]➜  packagefile github.com/dustin/go-humanize=/tmp/go-build548448651/b655/_pkg_.a
2025-08-20T21:26:53.4077218Z [00:03:07.526]➜  packagefile github.com/filecoin-project/go-clock=/tmp/go-build548448651/b413/_pkg_.a
2025-08-20T21:26:53.4078172Z [00:03:07.526]➜  packagefile github.com/ipfs/boxo/autoconf=/tmp/go-build548448651/b653/_pkg_.a
2025-08-20T21:26:53.4079428Z [00:03:07.526]➜  packagefile github.com/ipfs/boxo/routing/offline=/tmp/go-build548448651/b965/_pkg_.a
2025-08-20T21:26:53.4080378Z [00:03:07.526]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build548448651/b255/_pkg_.a
2025-08-20T21:26:53.4081324Z [00:03:07.526]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:53.4082183Z [00:03:07.526]➜  packagefile github.com/ipfs/kubo=/tmp/go-build548448651/b401/_pkg_.a
2025-08-20T21:26:53.4083054Z [00:03:07.526]➜  packagefile github.com/ipfs/kubo/config=/tmp/go-build548448651/b534/_pkg_.a
2025-08-20T21:26:53.4084039Z [00:03:07.526]➜  packagefile github.com/ipfs/kubo/core/node/helpers=/tmp/go-build548448651/b962/_pkg_.a
2025-08-20T21:26:53.4085037Z [00:03:07.526]➜  packagefile github.com/ipfs/kubo/core/node/libp2p/fd=/tmp/go-build548448651/b966/_pkg_.a
2025-08-20T21:26:53.4085995Z [00:03:07.526]➜  packagefile github.com/ipfs/kubo/repo=/tmp/go-build548448651/b967/_pkg_.a
2025-08-20T21:26:53.4087148Z [00:03:07.526]➜  packagefile github.com/ipfs/kubo/routing=/tmp/go-build548448651/b968/_pkg_.a
2025-08-20T21:26:53.4088092Z [00:03:07.526]➜  packagefile github.com/ipshipyard/p2p-forge/client=/tmp/go-build548448651/b712/_pkg_.a
2025-08-20T21:26:53.4089206Z [00:03:07.526]➜  packagefile github.com/libp2p/go-libp2p=/tmp/go-build548448651/b992/_pkg_.a
2025-08-20T21:26:53.4090175Z [00:03:07.526]➜  packagefile github.com/libp2p/go-libp2p-kad-dht=/tmp/go-build548448651/b488/_pkg_.a
2025-08-20T21:26:53.4091212Z [00:03:07.526]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/dual=/tmp/go-build548448651/b986/_pkg_.a
2025-08-20T21:26:53.4092209Z [00:03:07.526]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/fullrt=/tmp/go-build548448651/b987/_pkg_.a
2025-08-20T21:26:53.4093200Z [00:03:07.526]➜  packagefile github.com/libp2p/go-libp2p-pubsub=/tmp/go-build548448651/b1002/_pkg_.a
2025-08-20T21:26:53.4094347Z [00:03:07.526]➜  packagefile github.com/libp2p/go-libp2p-pubsub-router=/tmp/go-build548448651/b1008/_pkg_.a
2025-08-20T21:26:53.4095447Z [00:03:07.526]➜  packagefile github.com/libp2p/go-libp2p-record=/tmp/go-build548448651/b279/_pkg_.a
2025-08-20T21:26:53.4096533Z [00:03:07.526]➜  packagefile github.com/libp2p/go-libp2p-routing-helpers=/tmp/go-build548448651/b277/_pkg_.a
2025-08-20T21:26:53.4097630Z [00:03:07.526]➜  packagefile github.com/libp2p/go-libp2p/core/connmgr=/tmp/go-build548448651/b424/_pkg_.a
2025-08-20T21:26:53.4098894Z [00:03:07.526]➜  packagefile github.com/libp2p/go-libp2p/core/control=/tmp/go-build548448651/b425/_pkg_.a
2025-08-20T21:26:53.4100003Z [00:03:07.526]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build548448651/b311/_pkg_.a
2025-08-20T21:26:53.4101235Z [00:03:07.526]➜  packagefile github.com/libp2p/go-libp2p/core/discovery=/tmp/go-build548448651/b1005/_pkg_.a
2025-08-20T21:26:53.4102418Z [00:03:07.526]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build548448651/b423/_pkg_.a
2025-08-20T21:26:53.4103524Z [00:03:07.526]➜  packagefile github.com/libp2p/go-libp2p/core/metrics=/tmp/go-build548448651/b444/_pkg_.a
2025-08-20T21:26:53.4104616Z [00:03:07.526]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build548448651/b417/_pkg_.a
2025-08-20T21:26:53.4105676Z [00:03:07.526]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:53.4106771Z [00:03:07.526]➜  packagefile github.com/libp2p/go-libp2p/core/peerstore=/tmp/go-build548448651/b418/_pkg_.a
2025-08-20T21:26:53.4107851Z [00:03:07.526]➜  packagefile github.com/libp2p/go-libp2p/core/pnet=/tmp/go-build548448651/b737/_pkg_.a
2025-08-20T21:26:53.4109166Z [00:03:07.526]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build548448651/b419/_pkg_.a
2025-08-20T21:26:53.4110296Z [00:03:07.526]➜  packagefile github.com/libp2p/go-libp2p/core/routing=/tmp/go-build548448651/b329/_pkg_.a
2025-08-20T21:26:53.4111484Z [00:03:07.526]➜  packagefile github.com/libp2p/go-libp2p/p2p/discovery/backoff=/tmp/go-build548448651/b1006/_pkg_.a
2025-08-20T21:26:53.4112712Z [00:03:07.526]➜  packagefile github.com/libp2p/go-libp2p/p2p/discovery/mdns=/tmp/go-build548448651/b1011/_pkg_.a
2025-08-20T21:26:53.4113902Z [00:03:07.526]➜  packagefile github.com/libp2p/go-libp2p/p2p/discovery/routing=/tmp/go-build548448651/b1013/_pkg_.a
2025-08-20T21:26:53.4115107Z [00:03:07.526]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/autorelay=/tmp/go-build548448651/b743/_pkg_.a
2025-08-20T21:26:53.4116249Z [00:03:07.526]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/basic=/tmp/go-build548448651/b753/_pkg_.a
2025-08-20T21:26:53.4117470Z [00:03:07.526]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/peerstore/pstoremem=/tmp/go-build548448651/b932/_pkg_.a
2025-08-20T21:26:53.4118925Z [00:03:07.526]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/resource-manager=/tmp/go-build548448651/b933/_pkg_.a
2025-08-20T21:26:53.4120261Z [00:03:07.526]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/routed=/tmp/go-build548448651/b935/_pkg_.a
2025-08-20T21:26:53.4121518Z [00:03:07.526]➜  packagefile github.com/libp2p/go-libp2p/p2p/muxer/yamux=/tmp/go-build548448651/b993/_pkg_.a
2025-08-20T21:26:53.4122625Z [00:03:07.526]➜  packagefile github.com/libp2p/go-libp2p/p2p/net/connmgr=/tmp/go-build548448651/b995/_pkg_.a
2025-08-20T21:26:53.4123758Z [00:03:07.526]➜  packagefile github.com/libp2p/go-libp2p/p2p/net/swarm=/tmp/go-build548448651/b442/_pkg_.a
2025-08-20T21:26:53.4124972Z [00:03:07.526]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/relay=/tmp/go-build548448651/b758/_pkg_.a
2025-08-20T21:26:53.4126212Z [00:03:07.526]➜  packagefile github.com/libp2p/go-libp2p/p2p/security/noise=/tmp/go-build548448651/b777/_pkg_.a
2025-08-20T21:26:53.4127375Z [00:03:07.526]➜  packagefile github.com/libp2p/go-libp2p/p2p/security/tls=/tmp/go-build548448651/b791/_pkg_.a
2025-08-20T21:26:53.4128705Z [00:03:07.526]➜  packagefile github.com/libp2p/go-libp2p/p2p/transport/quic=/tmp/go-build548448651/b790/_pkg_.a
2025-08-20T21:26:53.4129902Z [00:03:07.526]➜  packagefile github.com/libp2p/go-libp2p/p2p/transport/tcp=/tmp/go-build548448651/b996/_pkg_.a
2025-08-20T21:26:53.4131079Z [00:03:07.526]➜  packagefile github.com/libp2p/go-libp2p/p2p/transport/webrtc=/tmp/go-build548448651/b776/_pkg_.a
2025-08-20T21:26:53.4132312Z [00:03:07.526]➜  packagefile github.com/libp2p/go-libp2p/p2p/transport/websocket=/tmp/go-build548448651/b1000/_pkg_.a
2025-08-20T21:26:53.4133600Z [00:03:07.526]➜  packagefile github.com/libp2p/go-libp2p/p2p/transport/webtransport=/tmp/go-build548448651/b925/_pkg_.a
2025-08-20T21:26:53.4134792Z [00:03:07.526]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:53.4135880Z [00:03:07.526]➜  packagefile github.com/multiformats/go-multiaddr-dns=/tmp/go-build548448651/b448/_pkg_.a
2025-08-20T21:26:53.4137010Z [00:03:07.526]➜  packagefile github.com/pbnjay/memory=/tmp/go-build548448651/b934/_pkg_.a
2025-08-20T21:26:53.4138186Z [00:03:07.526]➜  packagefile github.com/whyrusleeping/multiaddr-filter=/tmp/go-build548448651/b1014/_pkg_.a
2025-08-20T21:26:53.4139374Z [00:03:07.526]➜  packagefile go.uber.org/fx=/tmp/go-build548448651/b940/_pkg_.a
2025-08-20T21:26:53.4140175Z [00:03:07.526]➜  packagefile go.uber.org/zap=/tmp/go-build548448651/b266/_pkg_.a
2025-08-20T21:26:53.4141075Z [00:03:07.526]➜  packagefile golang.org/x/crypto/salsa20=/tmp/go-build548448651/b1015/_pkg_.a
2025-08-20T21:26:53.4142017Z [00:03:07.526]➜  packagefile golang.org/x/crypto/sha3=/tmp/go-build548448651/b251/_pkg_.a
2025-08-20T21:26:53.4142826Z [00:03:07.526]➜  packagefile math/rand=/tmp/go-build548448651/b109/_pkg_.a
2025-08-20T21:26:53.4143583Z [00:03:07.526]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:53.4144251Z [00:03:07.526]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:53.4144989Z [00:03:07.526]➜  packagefile path/filepath=/tmp/go-build548448651/b168/_pkg_.a
2025-08-20T21:26:53.4145784Z [00:03:07.526]➜  packagefile runtime/debug=/tmp/go-build548448651/b260/_pkg_.a
2025-08-20T21:26:53.4146528Z [00:03:07.526]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:53.4147224Z [00:03:07.526]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:53.4147905Z [00:03:07.526]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:53.4148726Z [00:03:07.526]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:53.4149257Z [00:03:07.526]➜  EOF
2025-08-20T21:26:53.4160028Z [00:03:07.526]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b963/_pkg_.a -trimpath "/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p=>github.com/ipfs/kubo/core/node/libp2p;$WORK/b963=>" -p github.com/ipfs/kubo/core/node/libp2p -lang=go1.25 -complete -installsuffix shared -buildid ASfNd6UUGatdRfZNWhIo/ASfNd6UUGatdRfZNWhIo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b963/importcfg -pack /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/addrs.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/discovery.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/dns.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/filters.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/host.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/hostopt.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/libp2p.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/nat.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/peerstore.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/pnet.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/pubsub.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/rcmgr.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/rcmgr_defaults.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/rcmgr_logging.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/relay.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/routing.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/routingopt.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/sec.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/smux.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/topicdiscovery.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/transport.go
2025-08-20T21:26:53.4743452Z [00:03:07.595]➜  go tool buildid -w $WORK/b1156/_pkg_.a # internal
2025-08-20T21:26:53.4745259Z [00:03:07.597]➜  cp $WORK/b1156/_pkg_.a /root/.cache/go-build/bc/bc53b16f8a1ac420e2cced867bd468058a73244ebc91dc874e7ac2b610d5346c-d # internal
2025-08-20T21:26:53.4747978Z [00:03:07.597]➜  github.com/ipfs/kubo/repo/fsrepo/migrations
2025-08-20T21:26:53.4749489Z [00:03:07.597]➜  mkdir -p $WORK/b1154/
2025-08-20T21:26:53.4757363Z [00:03:07.598]➜  cat >/tmp/go-build548448651/b1154/importcfg << 'EOF' # internal
2025-08-20T21:26:53.4758084Z [00:03:07.598]➜  # import config
2025-08-20T21:26:53.4758936Z [00:03:07.598]➜  packagefile archive/tar=/tmp/go-build548448651/b189/_pkg_.a
2025-08-20T21:26:53.4760086Z [00:03:07.598]➜  packagefile archive/zip=/tmp/go-build548448651/b1155/_pkg_.a
2025-08-20T21:26:53.4761026Z [00:03:07.598]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:53.4791224Z [00:03:07.598]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:53.4792230Z [00:03:07.598]➜  packagefile compress/gzip=/tmp/go-build548448651/b075/_pkg_.a
2025-08-20T21:26:53.4802020Z [00:03:07.598]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:53.4803086Z [00:03:07.598]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:53.4803981Z [00:03:07.598]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:53.4804793Z [00:03:07.598]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:53.4805837Z [00:03:07.598]➜  packagefile github.com/blang/semver/v4=/tmp/go-build548448651/b185/_pkg_.a
2025-08-20T21:26:53.4806977Z [00:03:07.598]➜  packagefile github.com/ipfs/boxo/blockservice=/tmp/go-build548448651/b198/_pkg_.a
2025-08-20T21:26:53.4808139Z [00:03:07.598]➜  packagefile github.com/ipfs/boxo/blockstore=/tmp/go-build548448651/b224/_pkg_.a
2025-08-20T21:26:53.4810019Z [00:03:07.598]➜  packagefile github.com/ipfs/boxo/exchange/offline=/tmp/go-build548448651/b666/_pkg_.a
2025-08-20T21:26:53.4811320Z [00:03:07.598]➜  packagefile github.com/ipfs/boxo/fetcher/impl/blockservice=/tmp/go-build548448651/b667/_pkg_.a
2025-08-20T21:26:53.4812508Z [00:03:07.598]➜  packagefile github.com/ipfs/boxo/files=/tmp/go-build548448651/b188/_pkg_.a
2025-08-20T21:26:53.4813612Z [00:03:07.598]➜  packagefile github.com/ipfs/boxo/ipld/merkledag=/tmp/go-build548448651/b196/_pkg_.a
2025-08-20T21:26:53.4814798Z [00:03:07.598]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/file=/tmp/go-build548448651/b671/_pkg_.a
2025-08-20T21:26:53.4815826Z [00:03:07.598]➜  packagefile github.com/ipfs/boxo/ipns=/tmp/go-build548448651/b483/_pkg_.a
2025-08-20T21:26:53.4816789Z [00:03:07.598]➜  packagefile github.com/ipfs/boxo/namesys=/tmp/go-build548448651/b482/_pkg_.a
2025-08-20T21:26:53.4817808Z [00:03:07.598]➜  packagefile github.com/ipfs/boxo/path=/tmp/go-build548448651/b370/_pkg_.a
2025-08-20T21:26:53.4819235Z [00:03:07.598]➜  packagefile github.com/ipfs/boxo/path/resolver=/tmp/go-build548448651/b526/_pkg_.a
2025-08-20T21:26:53.4820460Z [00:03:07.598]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build548448651/b255/_pkg_.a
2025-08-20T21:26:53.4821555Z [00:03:07.598]➜  packagefile github.com/ipfs/go-datastore/sync=/tmp/go-build548448651/b487/_pkg_.a
2025-08-20T21:26:53.4822671Z [00:03:07.598]➜  packagefile github.com/ipfs/go-unixfsnode=/tmp/go-build548448651/b674/_pkg_.a
2025-08-20T21:26:53.4823722Z [00:03:07.598]➜  packagefile github.com/ipfs/kubo/config=/tmp/go-build548448651/b534/_pkg_.a
2025-08-20T21:26:53.4824800Z [00:03:07.598]➜  packagefile github.com/ipfs/kubo/misc/fsutil=/tmp/go-build548448651/b711/_pkg_.a
2025-08-20T21:26:53.4826233Z [00:03:07.598]➜  packagefile github.com/ipfs/kubo/repo/fsrepo/migrations/fs-repo-16-to-17/migration=/tmp/go-build548448651/b1156/_pkg_.a
2025-08-20T21:26:53.4827570Z [00:03:07.598]➜  packagefile github.com/ipld/go-car/v2=/tmp/go-build548448651/b681/_pkg_.a
2025-08-20T21:26:53.4828815Z [00:03:07.598]➜  packagefile github.com/ipld/go-codec-dagpb=/tmp/go-build548448651/b366/_pkg_.a
2025-08-20T21:26:53.4829999Z [00:03:07.598]➜  packagefile github.com/multiformats/go-multiaddr-dns=/tmp/go-build548448651/b448/_pkg_.a
2025-08-20T21:26:53.4830968Z [00:03:07.598]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:53.4831711Z [00:03:07.598]➜  packagefile log=/tmp/go-build548448651/b071/_pkg_.a
2025-08-20T21:26:53.4832489Z [00:03:07.598]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:53.4833296Z [00:03:07.598]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:53.4834080Z [00:03:07.598]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:53.4834853Z [00:03:07.598]➜  packagefile os/exec=/tmp/go-build548448651/b589/_pkg_.a
2025-08-20T21:26:53.4835762Z [00:03:07.598]➜  packagefile path=/tmp/go-build548448651/b063/_pkg_.a
2025-08-20T21:26:53.4836728Z [00:03:07.598]➜  packagefile path/filepath=/tmp/go-build548448651/b168/_pkg_.a
2025-08-20T21:26:53.4837582Z [00:03:07.598]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:53.4838387Z [00:03:07.598]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:53.4849665Z [00:03:07.598]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:53.4850524Z [00:03:07.598]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:53.4851324Z [00:03:07.598]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:53.4851938Z [00:03:07.599]➜  EOF
2025-08-20T21:26:53.4859796Z [00:03:07.599]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1154/_pkg_.a -trimpath "/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/migrations=>github.com/ipfs/kubo/repo/fsrepo/migrations;$WORK/b1154=>" -p github.com/ipfs/kubo/repo/fsrepo/migrations -lang=go1.25 -complete -installsuffix shared -buildid FRwEL5C-kfdd6mF-QZFR/FRwEL5C-kfdd6mF-QZFR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1154/importcfg -pack /tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/migrations/embedded.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/migrations/fetch.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/migrations/fetcher.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/migrations/httpfetcher.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/migrations/ipfsdir.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/migrations/migrations.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/migrations/retryfetcher.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/migrations/unpack.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/migrations/versions.go
2025-08-20T21:26:53.5106633Z [00:03:07.633]➜  go tool buildid -w $WORK/b1188/_pkg_.a # internal
2025-08-20T21:26:53.5129002Z [00:03:07.635]➜  cp $WORK/b1188/_pkg_.a /root/.cache/go-build/d0/d0620097418936b11d870c46a5c8b4aafeedcdf7e5d098610b146c416b322b60-d # internal
2025-08-20T21:26:53.5142484Z [00:03:07.637]➜  github.com/syndtr/goleveldb/leveldb/comparer
2025-08-20T21:26:53.5147866Z [00:03:07.637]➜  mkdir -p $WORK/b1190/
2025-08-20T21:26:53.5156396Z [00:03:07.638]➜  cat >/tmp/go-build548448651/b1190/importcfg << 'EOF' # internal
2025-08-20T21:26:53.5157507Z [00:03:07.638]➜  # import config
2025-08-20T21:26:53.5158227Z [00:03:07.638]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:53.5161720Z [00:03:07.638]➜  EOF
2025-08-20T21:26:53.5172584Z [00:03:07.639]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1190/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/comparer=>github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/comparer;$WORK/b1190=>" -p github.com/syndtr/goleveldb/leveldb/comparer -lang=go1.14 -complete -installsuffix shared -buildid iHPWTPi8yfae2qOWYVxG/iHPWTPi8yfae2qOWYVxG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1190/importcfg -pack /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/comparer/bytes_comparer.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/comparer/comparer.go
2025-08-20T21:26:53.5519209Z [00:03:07.674]➜  go tool buildid -w $WORK/b1190/_pkg_.a # internal
2025-08-20T21:26:53.5528150Z [00:03:07.675]➜  cp $WORK/b1190/_pkg_.a /root/.cache/go-build/9c/9c9b1fce33378fbba3c163d17cc8fa2f8f050a0c9d35b5da085a75071dbd2cf9-d # internal
2025-08-20T21:26:53.5541068Z [00:03:07.676]➜  github.com/syndtr/goleveldb/leveldb/storage
2025-08-20T21:26:53.5550125Z [00:03:07.677]➜  mkdir -p $WORK/b1192/
2025-08-20T21:26:53.5551076Z [00:03:07.677]➜  cat >/tmp/go-build548448651/b1192/importcfg << 'EOF' # internal
2025-08-20T21:26:53.5551783Z [00:03:07.677]➜  # import config
2025-08-20T21:26:53.5552441Z [00:03:07.677]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:53.5553241Z [00:03:07.677]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:53.5554109Z [00:03:07.677]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:53.5555042Z [00:03:07.677]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:53.5555837Z [00:03:07.677]➜  packagefile io/ioutil=/tmp/go-build548448651/b509/_pkg_.a
2025-08-20T21:26:53.5556649Z [00:03:07.677]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:53.5557480Z [00:03:07.677]➜  packagefile path/filepath=/tmp/go-build548448651/b168/_pkg_.a
2025-08-20T21:26:53.5558336Z [00:03:07.677]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:53.5560731Z [00:03:07.677]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:53.5561527Z [00:03:07.677]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:53.5562403Z [00:03:07.677]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:53.5563151Z [00:03:07.677]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:53.5563950Z [00:03:07.677]➜  packagefile syscall=/tmp/go-build548448651/b047/_pkg_.a
2025-08-20T21:26:53.5564746Z [00:03:07.677]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:53.5565380Z [00:03:07.677]➜  EOF
2025-08-20T21:26:53.5592584Z [00:03:07.678]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1192/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/storage=>github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/storage;$WORK/b1192=>" -p github.com/syndtr/goleveldb/leveldb/storage -lang=go1.14 -complete -installsuffix shared -buildid -OaFIqMT1jvkhUagncfJ/-OaFIqMT1jvkhUagncfJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1192/importcfg -pack /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/storage/file_storage.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/storage/file_storage_unix.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/storage/mem_storage.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/storage/storage.go
2025-08-20T21:26:53.7619910Z [00:03:07.884]➜  go tool buildid -w $WORK/b1154/_pkg_.a # internal
2025-08-20T21:26:53.7685850Z [00:03:07.891]➜  cp $WORK/b1154/_pkg_.a /root/.cache/go-build/c0/c0fcef9c7b916bd9dbce5698af1a40deee1d7ccd012c88b77376263e29be2e0b-d # internal
2025-08-20T21:26:53.7697898Z [00:03:07.892]➜  github.com/ipfs/kubo/repo/fsrepo
2025-08-20T21:26:53.7700217Z [00:03:07.892]➜  mkdir -p $WORK/b1146/
2025-08-20T21:26:53.7717311Z [00:03:07.894]➜  cat >/tmp/go-build548448651/b1146/importcfg << 'EOF' # internal
2025-08-20T21:26:53.7718262Z [00:03:07.894]➜  # import config
2025-08-20T21:26:53.7720515Z [00:03:07.894]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:53.7721354Z [00:03:07.894]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:53.7722218Z [00:03:07.894]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:53.7723039Z [00:03:07.894]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:53.7723772Z [00:03:07.894]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:53.7724668Z [00:03:07.894]➜  packagefile github.com/ipfs/boxo/filestore=/tmp/go-build548448651/b465/_pkg_.a
2025-08-20T21:26:53.7725672Z [00:03:07.894]➜  packagefile github.com/ipfs/boxo/keystore=/tmp/go-build548448651/b525/_pkg_.a
2025-08-20T21:26:53.7726693Z [00:03:07.894]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build548448651/b255/_pkg_.a
2025-08-20T21:26:53.7727736Z [00:03:07.894]➜  packagefile github.com/ipfs/go-datastore/mount=/tmp/go-build548448651/b1147/_pkg_.a
2025-08-20T21:26:53.7728993Z [00:03:07.894]➜  packagefile github.com/ipfs/go-datastore/sync=/tmp/go-build548448651/b487/_pkg_.a
2025-08-20T21:26:53.7730043Z [00:03:07.894]➜  packagefile github.com/ipfs/go-ds-measure=/tmp/go-build548448651/b1148/_pkg_.a
2025-08-20T21:26:53.7731219Z [00:03:07.894]➜  packagefile github.com/ipfs/go-fs-lock=/tmp/go-build548448651/b1149/_pkg_.a
2025-08-20T21:26:53.7732307Z [00:03:07.894]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:53.7733263Z [00:03:07.894]➜  packagefile github.com/ipfs/kubo=/tmp/go-build548448651/b401/_pkg_.a
2025-08-20T21:26:53.7734217Z [00:03:07.894]➜  packagefile github.com/ipfs/kubo/config=/tmp/go-build548448651/b534/_pkg_.a
2025-08-20T21:26:53.7735299Z [00:03:07.894]➜  packagefile github.com/ipfs/kubo/config/serialize=/tmp/go-build548448651/b1151/_pkg_.a
2025-08-20T21:26:53.7736408Z [00:03:07.894]➜  packagefile github.com/ipfs/kubo/misc/fsutil=/tmp/go-build548448651/b711/_pkg_.a
2025-08-20T21:26:53.7737411Z [00:03:07.894]➜  packagefile github.com/ipfs/kubo/repo=/tmp/go-build548448651/b967/_pkg_.a
2025-08-20T21:26:53.7738437Z [00:03:07.894]➜  packagefile github.com/ipfs/kubo/repo/common=/tmp/go-build548448651/b1153/_pkg_.a
2025-08-20T21:26:53.7739778Z [00:03:07.894]➜  packagefile github.com/ipfs/kubo/repo/fsrepo/migrations=/tmp/go-build548448651/b1154/_pkg_.a
2025-08-20T21:26:53.7741084Z [00:03:07.894]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/resource-manager=/tmp/go-build548448651/b933/_pkg_.a
2025-08-20T21:26:53.7742299Z [00:03:07.894]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:53.7743198Z [00:03:07.894]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:53.7743889Z [00:03:07.894]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:53.7744580Z [00:03:07.894]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:53.7745334Z [00:03:07.894]➜  packagefile path/filepath=/tmp/go-build548448651/b168/_pkg_.a
2025-08-20T21:26:53.7746096Z [00:03:07.894]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:53.7746820Z [00:03:07.894]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:53.7747539Z [00:03:07.894]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:53.7748382Z [00:03:07.894]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:53.7762384Z [00:03:07.894]➜  EOF
2025-08-20T21:26:53.7766746Z [00:03:07.894]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1146/_pkg_.a -trimpath "/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo=>github.com/ipfs/kubo/repo/fsrepo;$WORK/b1146=>" -p github.com/ipfs/kubo/repo/fsrepo -lang=go1.25 -complete -installsuffix shared -buildid viDIeA49leU7r_qfkUNu/viDIeA49leU7r_qfkUNu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1146/importcfg -pack /tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/datastores.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/doc.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/fsrepo.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/misc.go
2025-08-20T21:26:53.7860029Z [00:03:07.908]➜  go tool buildid -w $WORK/b1192/_pkg_.a # internal
2025-08-20T21:26:53.7945874Z [00:03:07.917]➜  cp $WORK/b1192/_pkg_.a /root/.cache/go-build/54/54b276710fa5f8f909d3599f22b168c6b983af8e20bbfaae15625fae17c381fe-d # internal
2025-08-20T21:26:53.7963100Z [00:03:07.918]➜  github.com/syndtr/goleveldb/leveldb/errors
2025-08-20T21:26:53.7979173Z [00:03:07.918]➜  mkdir -p $WORK/b1191/
2025-08-20T21:26:53.7979897Z [00:03:07.919]➜  cat >/tmp/go-build548448651/b1191/importcfg << 'EOF' # internal
2025-08-20T21:26:53.7980542Z [00:03:07.919]➜  # import config
2025-08-20T21:26:53.7981142Z [00:03:07.919]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:53.7981871Z [00:03:07.919]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:53.7982866Z [00:03:07.919]➜  packagefile github.com/syndtr/goleveldb/leveldb/storage=/tmp/go-build548448651/b1192/_pkg_.a
2025-08-20T21:26:53.7985239Z [00:03:07.919]➜  packagefile github.com/syndtr/goleveldb/leveldb/util=/tmp/go-build548448651/b1189/_pkg_.a
2025-08-20T21:26:53.7989549Z [00:03:07.919]➜  EOF
2025-08-20T21:26:53.7994283Z [00:03:07.919]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1191/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/errors=>github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/errors;$WORK/b1191=>" -p github.com/syndtr/goleveldb/leveldb/errors -lang=go1.14 -complete -installsuffix shared -buildid 1myhBTWQp6y-qNfBFPjo/1myhBTWQp6y-qNfBFPjo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1191/importcfg -pack /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/errors/errors.go
2025-08-20T21:26:53.8235874Z [00:03:07.946]➜  go tool buildid -w $WORK/b1191/_pkg_.a # internal
2025-08-20T21:26:53.8255405Z [00:03:07.948]➜  cp $WORK/b1191/_pkg_.a /root/.cache/go-build/7d/7df3329558a7512050f140aac7b76ea222851aff3d560f6fc68208910d54da7d-d # internal
2025-08-20T21:26:53.8264905Z [00:03:07.949]➜  github.com/syndtr/goleveldb/leveldb/filter
2025-08-20T21:26:53.8268391Z [00:03:07.949]➜  mkdir -p $WORK/b1193/
2025-08-20T21:26:53.8279605Z [00:03:07.950]➜  cat >/tmp/go-build548448651/b1193/importcfg << 'EOF' # internal
2025-08-20T21:26:53.8280828Z [00:03:07.950]➜  # import config
2025-08-20T21:26:53.8282724Z [00:03:07.950]➜  packagefile github.com/syndtr/goleveldb/leveldb/util=/tmp/go-build548448651/b1189/_pkg_.a
2025-08-20T21:26:53.8284112Z [00:03:07.950]➜  EOF
2025-08-20T21:26:53.8289802Z [00:03:07.951]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1193/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/filter=>github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/filter;$WORK/b1193=>" -p github.com/syndtr/goleveldb/leveldb/filter -lang=go1.14 -complete -installsuffix shared -buildid NjlpyZv5SLHz5qcFzPEZ/NjlpyZv5SLHz5qcFzPEZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1193/importcfg -pack /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/filter/bloom.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/filter/filter.go
2025-08-20T21:26:53.8705797Z [00:03:07.993]➜  go tool buildid -w $WORK/b1193/_pkg_.a # internal
2025-08-20T21:26:53.8731934Z [00:03:07.995]➜  cp $WORK/b1193/_pkg_.a /root/.cache/go-build/9c/9cf3980a2c432185705f9c6edf90ad4c1f36305a54ab9c936603a5a6ec8266c1-d # internal
2025-08-20T21:26:53.8741596Z [00:03:07.995]➜  github.com/syndtr/goleveldb/leveldb/iterator
2025-08-20T21:26:53.8742272Z [00:03:07.996]➜  mkdir -p $WORK/b1194/
2025-08-20T21:26:53.8743030Z [00:03:07.996]➜  cat >/tmp/go-build548448651/b1194/importcfg << 'EOF' # internal
2025-08-20T21:26:53.8743739Z [00:03:07.996]➜  # import config
2025-08-20T21:26:53.8744471Z [00:03:07.996]➜  packagefile container/heap=/tmp/go-build548448651/b460/_pkg_.a
2025-08-20T21:26:53.8745362Z [00:03:07.996]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:53.8746469Z [00:03:07.996]➜  packagefile github.com/syndtr/goleveldb/leveldb/comparer=/tmp/go-build548448651/b1190/_pkg_.a
2025-08-20T21:26:53.8748024Z [00:03:07.996]➜  packagefile github.com/syndtr/goleveldb/leveldb/errors=/tmp/go-build548448651/b1191/_pkg_.a
2025-08-20T21:26:53.8749592Z [00:03:07.996]➜  packagefile github.com/syndtr/goleveldb/leveldb/util=/tmp/go-build548448651/b1189/_pkg_.a
2025-08-20T21:26:53.8750435Z [00:03:07.996]➜  EOF
2025-08-20T21:26:53.8757681Z [00:03:07.996]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1194/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/iterator=>github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/iterator;$WORK/b1194=>" -p github.com/syndtr/goleveldb/leveldb/iterator -lang=go1.14 -complete -installsuffix shared -buildid Fsjbb0LutC3cq3b2brNB/Fsjbb0LutC3cq3b2brNB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1194/importcfg -pack /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/iterator/array_iter.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/iterator/indexed_iter.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/iterator/iter.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/iterator/merged_iter.go
2025-08-20T21:26:54.0209582Z [00:03:08.143]➜  go tool buildid -w $WORK/b1146/_pkg_.a # internal
2025-08-20T21:26:54.0269403Z [00:03:08.149]➜  cp $WORK/b1146/_pkg_.a /root/.cache/go-build/3d/3d8f0e8f2eb1dad96dd1098494b9c0358e13fcfd094e3c4935f1029942ca84e1-d # internal
2025-08-20T21:26:54.0274272Z [00:03:08.150]➜  github.com/syndtr/goleveldb/leveldb/journal
2025-08-20T21:26:54.0276901Z [00:03:08.150]➜  mkdir -p $WORK/b1195/
2025-08-20T21:26:54.0282606Z [00:03:08.150]➜  cat >/tmp/go-build548448651/b1195/importcfg << 'EOF' # internal
2025-08-20T21:26:54.0283322Z [00:03:08.150]➜  # import config
2025-08-20T21:26:54.0283979Z [00:03:08.150]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:54.0284787Z [00:03:08.150]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:54.0285805Z [00:03:08.150]➜  packagefile github.com/syndtr/goleveldb/leveldb/errors=/tmp/go-build548448651/b1191/_pkg_.a
2025-08-20T21:26:54.0287254Z [00:03:08.150]➜  packagefile github.com/syndtr/goleveldb/leveldb/storage=/tmp/go-build548448651/b1192/_pkg_.a
2025-08-20T21:26:54.0288448Z [00:03:08.150]➜  packagefile github.com/syndtr/goleveldb/leveldb/util=/tmp/go-build548448651/b1189/_pkg_.a
2025-08-20T21:26:54.0289540Z [00:03:08.150]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:54.0290089Z [00:03:08.150]➜  EOF
2025-08-20T21:26:54.0294336Z [00:03:08.151]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1195/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/journal=>github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/journal;$WORK/b1195=>" -p github.com/syndtr/goleveldb/leveldb/journal -lang=go1.14 -complete -installsuffix shared -buildid NS96HE4G29tFnpDGZgqZ/NS96HE4G29tFnpDGZgqZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1195/importcfg -pack /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/journal/journal.go
2025-08-20T21:26:54.0638082Z [00:03:08.186]➜  go tool buildid -w $WORK/b1194/_pkg_.a # internal
2025-08-20T21:26:54.0681803Z [00:03:08.190]➜  cp $WORK/b1194/_pkg_.a /root/.cache/go-build/9c/9c9619465a3c807d456f5d91ac231a86388ce690fd61d61a42a7a0e5537bf6ac-d # internal
2025-08-20T21:26:54.0692061Z [00:03:08.192]➜  github.com/syndtr/goleveldb/leveldb/memdb
2025-08-20T21:26:54.0694857Z [00:03:08.192]➜  mkdir -p $WORK/b1196/
2025-08-20T21:26:54.0703625Z [00:03:08.192]➜  cat >/tmp/go-build548448651/b1196/importcfg << 'EOF' # internal
2025-08-20T21:26:54.0712801Z [00:03:08.192]➜  # import config
2025-08-20T21:26:54.0713805Z [00:03:08.192]➜  packagefile github.com/syndtr/goleveldb/leveldb/comparer=/tmp/go-build548448651/b1190/_pkg_.a
2025-08-20T21:26:54.0715403Z [00:03:08.192]➜  packagefile github.com/syndtr/goleveldb/leveldb/errors=/tmp/go-build548448651/b1191/_pkg_.a
2025-08-20T21:26:54.0716820Z [00:03:08.192]➜  packagefile github.com/syndtr/goleveldb/leveldb/iterator=/tmp/go-build548448651/b1194/_pkg_.a
2025-08-20T21:26:54.0718199Z [00:03:08.192]➜  packagefile github.com/syndtr/goleveldb/leveldb/util=/tmp/go-build548448651/b1189/_pkg_.a
2025-08-20T21:26:54.0719434Z [00:03:08.192]➜  packagefile math/rand=/tmp/go-build548448651/b109/_pkg_.a
2025-08-20T21:26:54.0720189Z [00:03:08.192]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:54.0720741Z [00:03:08.192]➜  EOF
2025-08-20T21:26:54.0724978Z [00:03:08.193]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1196/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/memdb=>github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/memdb;$WORK/b1196=>" -p github.com/syndtr/goleveldb/leveldb/memdb -lang=go1.14 -complete -installsuffix shared -buildid -30eUO77ZD1sO2RG2AR9/-30eUO77ZD1sO2RG2AR9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1196/importcfg -pack /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/memdb/memdb.go
2025-08-20T21:26:54.1186244Z [00:03:08.241]➜  go tool buildid -w $WORK/b1195/_pkg_.a # internal
2025-08-20T21:26:54.1199247Z [00:03:08.242]➜  cp $WORK/b1195/_pkg_.a /root/.cache/go-build/79/7930ddd48ef1b7b9a34123016c727fd9a1f950d99ae690040bad032a318e4a87-d # internal
2025-08-20T21:26:54.1274854Z [00:03:08.250]➜  github.com/syndtr/goleveldb/leveldb/opt
2025-08-20T21:26:54.1277681Z [00:03:08.250]➜  mkdir -p $WORK/b1197/
2025-08-20T21:26:54.1280744Z [00:03:08.250]➜  cat >/tmp/go-build548448651/b1197/importcfg << 'EOF' # internal
2025-08-20T21:26:54.1286830Z [00:03:08.250]➜  # import config
2025-08-20T21:26:54.1287706Z [00:03:08.250]➜  packagefile github.com/syndtr/goleveldb/leveldb/cache=/tmp/go-build548448651/b1188/_pkg_.a
2025-08-20T21:26:54.1289142Z [00:03:08.250]➜  packagefile github.com/syndtr/goleveldb/leveldb/comparer=/tmp/go-build548448651/b1190/_pkg_.a
2025-08-20T21:26:54.1290399Z [00:03:08.250]➜  packagefile github.com/syndtr/goleveldb/leveldb/filter=/tmp/go-build548448651/b1193/_pkg_.a
2025-08-20T21:26:54.1291560Z [00:03:08.250]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:54.1292112Z [00:03:08.250]➜  EOF
2025-08-20T21:26:54.1296934Z [00:03:08.251]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1197/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/opt=>github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/opt;$WORK/b1197=>" -p github.com/syndtr/goleveldb/leveldb/opt -lang=go1.14 -complete -installsuffix shared -buildid KDP-k8Hy_shnVso3jeot/KDP-k8Hy_shnVso3jeot -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1197/importcfg -pack /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/opt/options.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/opt/options_default.go
2025-08-20T21:26:54.1524238Z [00:03:08.275]➜  go tool buildid -w $WORK/b1196/_pkg_.a # internal
2025-08-20T21:26:54.1544939Z [00:03:08.275]➜  cp $WORK/b1196/_pkg_.a /root/.cache/go-build/12/1220179bbfa836e17e036c27b0516468202bf5342727c861601dd6b7a8522bb9-d # internal
2025-08-20T21:26:54.1546073Z [00:03:08.275]➜  github.com/fsnotify/fsnotify
2025-08-20T21:26:54.1546617Z [00:03:08.275]➜  mkdir -p $WORK/b1201/
2025-08-20T21:26:54.1547294Z [00:03:08.276]➜  cat >/tmp/go-build548448651/b1201/importcfg << 'EOF' # internal
2025-08-20T21:26:54.1547912Z [00:03:08.276]➜  # import config
2025-08-20T21:26:54.1550077Z [00:03:08.276]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:54.1550853Z [00:03:08.276]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:54.1551679Z [00:03:08.276]➜  packagefile golang.org/x/sys/unix=/tmp/go-build548448651/b194/_pkg_.a
2025-08-20T21:26:54.1552704Z [00:03:08.276]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:54.1553439Z [00:03:08.276]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:54.1554187Z [00:03:08.276]➜  packagefile path/filepath=/tmp/go-build548448651/b168/_pkg_.a
2025-08-20T21:26:54.1554952Z [00:03:08.276]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:54.1555675Z [00:03:08.276]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:54.1556244Z [00:03:08.276]➜  EOF
2025-08-20T21:26:54.1578842Z [00:03:08.277]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1201/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/fsnotify/fsnotify@v1.7.0=>github.com/fsnotify/fsnotify@v1.7.0;$WORK/b1201=>" -p github.com/fsnotify/fsnotify -lang=go1.17 -complete -installsuffix shared -buildid 84O98jSytU0Ll9owhmeq/84O98jSytU0Ll9owhmeq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1201/importcfg -pack /root/go/pkg/mod/github.com/fsnotify/fsnotify@v1.7.0/backend_inotify.go /root/go/pkg/mod/github.com/fsnotify/fsnotify@v1.7.0/fsnotify.go
2025-08-20T21:26:54.1965588Z [00:03:08.319]➜  go tool buildid -w $WORK/b1197/_pkg_.a # internal
2025-08-20T21:26:54.1975798Z [00:03:08.320]➜  cp $WORK/b1197/_pkg_.a /root/.cache/go-build/89/8905c49464563bb596172d12ee780b463e85c63479f6c5f985ebaceec8cab242-d # internal
2025-08-20T21:26:54.2040061Z [00:03:08.326]➜  github.com/syndtr/goleveldb/leveldb/table
2025-08-20T21:26:54.2041502Z [00:03:08.326]➜  mkdir -p $WORK/b1198/
2025-08-20T21:26:54.2045219Z [00:03:08.327]➜  cat >/tmp/go-build548448651/b1198/importcfg << 'EOF' # internal
2025-08-20T21:26:54.2046122Z [00:03:08.327]➜  # import config
2025-08-20T21:26:54.2046994Z [00:03:08.327]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:54.2049744Z [00:03:08.327]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:54.2051413Z [00:03:08.327]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:54.2052947Z [00:03:08.327]➜  packagefile github.com/golang/snappy=/tmp/go-build548448651/b640/_pkg_.a
2025-08-20T21:26:54.2055326Z [00:03:08.327]➜  packagefile github.com/syndtr/goleveldb/leveldb/cache=/tmp/go-build548448651/b1188/_pkg_.a
2025-08-20T21:26:54.2056823Z [00:03:08.327]➜  packagefile github.com/syndtr/goleveldb/leveldb/comparer=/tmp/go-build548448651/b1190/_pkg_.a
2025-08-20T21:26:54.2058162Z [00:03:08.327]➜  packagefile github.com/syndtr/goleveldb/leveldb/errors=/tmp/go-build548448651/b1191/_pkg_.a
2025-08-20T21:26:54.2059687Z [00:03:08.327]➜  packagefile github.com/syndtr/goleveldb/leveldb/filter=/tmp/go-build548448651/b1193/_pkg_.a
2025-08-20T21:26:54.2061051Z [00:03:08.327]➜  packagefile github.com/syndtr/goleveldb/leveldb/iterator=/tmp/go-build548448651/b1194/_pkg_.a
2025-08-20T21:26:54.2062367Z [00:03:08.327]➜  packagefile github.com/syndtr/goleveldb/leveldb/opt=/tmp/go-build548448651/b1197/_pkg_.a
2025-08-20T21:26:54.2063682Z [00:03:08.327]➜  packagefile github.com/syndtr/goleveldb/leveldb/storage=/tmp/go-build548448651/b1192/_pkg_.a
2025-08-20T21:26:54.2065224Z [00:03:08.327]➜  packagefile github.com/syndtr/goleveldb/leveldb/util=/tmp/go-build548448651/b1189/_pkg_.a
2025-08-20T21:26:54.2066260Z [00:03:08.327]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:54.2067072Z [00:03:08.327]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:54.2067893Z [00:03:08.327]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:54.2069991Z [00:03:08.327]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:54.2070647Z [00:03:08.327]➜  EOF
2025-08-20T21:26:54.2076861Z [00:03:08.327]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1198/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/table=>github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/table;$WORK/b1198=>" -p github.com/syndtr/goleveldb/leveldb/table -lang=go1.14 -complete -installsuffix shared -buildid ZQykXVx6rHf_gMy1QcWH/ZQykXVx6rHf_gMy1QcWH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1198/importcfg -pack /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/table/reader.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/table/table.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/table/writer.go
2025-08-20T21:26:54.2989371Z [00:03:08.421]➜  go tool buildid -w $WORK/b1201/_pkg_.a # internal
2025-08-20T21:26:54.3005192Z [00:03:08.423]➜  cp $WORK/b1201/_pkg_.a /root/.cache/go-build/60/6017c106e7d163164bb8b486b1dd0180af2586d05d17b5933ade0e88b99623fb-d # internal
2025-08-20T21:26:54.3043792Z [00:03:08.427]➜  gopkg.in/yaml.v3
2025-08-20T21:26:54.3047941Z [00:03:08.427]➜  mkdir -p $WORK/b1202/
2025-08-20T21:26:54.3101265Z [00:03:08.431]➜  cat >/tmp/go-build548448651/b1202/importcfg << 'EOF' # internal
2025-08-20T21:26:54.3108965Z [00:03:08.431]➜  # import config
2025-08-20T21:26:54.3109713Z [00:03:08.431]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:54.3110592Z [00:03:08.431]➜  packagefile encoding=/tmp/go-build548448651/b053/_pkg_.a
2025-08-20T21:26:54.3111504Z [00:03:08.431]➜  packagefile encoding/base64=/tmp/go-build548448651/b054/_pkg_.a
2025-08-20T21:26:54.3112434Z [00:03:08.431]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:54.3113258Z [00:03:08.431]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:54.3114344Z [00:03:08.431]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:54.3116351Z [00:03:08.431]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:54.3117175Z [00:03:08.431]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:54.3118002Z [00:03:08.431]➜  packagefile regexp=/tmp/go-build548448651/b192/_pkg_.a
2025-08-20T21:26:54.3118996Z [00:03:08.431]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:54.3119804Z [00:03:08.431]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:54.3123052Z [00:03:08.431]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:54.3123923Z [00:03:08.431]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:54.3125032Z [00:03:08.431]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:54.3125856Z [00:03:08.431]➜  packagefile unicode=/tmp/go-build548448651/b041/_pkg_.a
2025-08-20T21:26:54.3126758Z [00:03:08.431]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:54.3127432Z [00:03:08.431]➜  EOF
2025-08-20T21:26:54.3134561Z [00:03:08.431]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1202/_pkg_.a -trimpath "/root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1=>gopkg.in/yaml.v3@v3.0.1;$WORK/b1202=>" -p gopkg.in/yaml.v3 -lang=go1.16 -complete -installsuffix shared -buildid 7xeNoW1_O8WLaAVuvFBZ/7xeNoW1_O8WLaAVuvFBZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1202/importcfg -pack /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/apic.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/decode.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/emitterc.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/encode.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/parserc.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/readerc.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/resolve.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/scannerc.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/sorter.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/writerc.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/yaml.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/yamlh.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/yamlprivateh.go
2025-08-20T21:26:54.4854881Z [00:03:08.608]➜  go tool buildid -w $WORK/b963/_pkg_.a # internal
2025-08-20T21:26:54.5035037Z [00:03:08.626]➜  cp $WORK/b963/_pkg_.a /root/.cache/go-build/90/901db6322f2ef6f507a82ea0ff0a16bb785d9e450b5475270a6f1a10888eb4fa-d # internal
2025-08-20T21:26:54.5044050Z [00:03:08.627]➜  github.com/ipfs/kubo/core/node
2025-08-20T21:26:54.5047216Z [00:03:08.627]➜  mkdir -p $WORK/b955/
2025-08-20T21:26:54.5057549Z [00:03:08.628]➜  cat >/tmp/go-build548448651/b955/importcfg << 'EOF' # internal
2025-08-20T21:26:54.5062675Z [00:03:08.628]➜  # import config
2025-08-20T21:26:54.5063634Z [00:03:08.628]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:54.5065979Z [00:03:08.628]➜  packagefile crypto/rand=/tmp/go-build548448651/b082/_pkg_.a
2025-08-20T21:26:54.5066946Z [00:03:08.628]➜  packagefile encoding/base64=/tmp/go-build548448651/b054/_pkg_.a
2025-08-20T21:26:54.5067842Z [00:03:08.628]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:54.5068873Z [00:03:08.628]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:54.5069856Z [00:03:08.628]➜  packagefile github.com/dustin/go-humanize=/tmp/go-build548448651/b655/_pkg_.a
2025-08-20T21:26:54.5070971Z [00:03:08.628]➜  packagefile github.com/ipfs/boxo/autoconf=/tmp/go-build548448651/b653/_pkg_.a
2025-08-20T21:26:54.5072133Z [00:03:08.628]➜  packagefile github.com/ipfs/boxo/bitswap=/tmp/go-build548448651/b404/_pkg_.a
2025-08-20T21:26:54.5073400Z [00:03:08.628]➜  packagefile github.com/ipfs/boxo/bitswap/client=/tmp/go-build548448651/b405/_pkg_.a
2025-08-20T21:26:54.5074646Z [00:03:08.628]➜  packagefile github.com/ipfs/boxo/bitswap/network=/tmp/go-build548448651/b422/_pkg_.a
2025-08-20T21:26:54.5075969Z [00:03:08.628]➜  packagefile github.com/ipfs/boxo/bitswap/network/bsnet=/tmp/go-build548448651/b956/_pkg_.a
2025-08-20T21:26:54.5077343Z [00:03:08.628]➜  packagefile github.com/ipfs/boxo/bitswap/network/httpnet=/tmp/go-build548448651/b958/_pkg_.a
2025-08-20T21:26:54.5078793Z [00:03:08.628]➜  packagefile github.com/ipfs/boxo/blockservice=/tmp/go-build548448651/b198/_pkg_.a
2025-08-20T21:26:54.5080000Z [00:03:08.628]➜  packagefile github.com/ipfs/boxo/blockstore=/tmp/go-build548448651/b224/_pkg_.a
2025-08-20T21:26:54.5081137Z [00:03:08.628]➜  packagefile github.com/ipfs/boxo/exchange=/tmp/go-build548448651/b330/_pkg_.a
2025-08-20T21:26:54.5082345Z [00:03:08.628]➜  packagefile github.com/ipfs/boxo/exchange/offline=/tmp/go-build548448651/b666/_pkg_.a
2025-08-20T21:26:54.5083581Z [00:03:08.628]➜  packagefile github.com/ipfs/boxo/fetcher=/tmp/go-build548448651/b464/_pkg_.a
2025-08-20T21:26:54.5085094Z [00:03:08.628]➜  packagefile github.com/ipfs/boxo/fetcher/impl/blockservice=/tmp/go-build548448651/b667/_pkg_.a
2025-08-20T21:26:54.5086374Z [00:03:08.628]➜  packagefile github.com/ipfs/boxo/filestore=/tmp/go-build548448651/b465/_pkg_.a
2025-08-20T21:26:54.5087531Z [00:03:08.628]➜  packagefile github.com/ipfs/boxo/gateway=/tmp/go-build548448651/b654/_pkg_.a
2025-08-20T21:26:54.5101647Z [00:03:08.628]➜  packagefile github.com/ipfs/boxo/ipld/merkledag=/tmp/go-build548448651/b196/_pkg_.a
2025-08-20T21:26:54.5102948Z [00:03:08.628]➜  packagefile github.com/ipfs/boxo/ipld/unixfs=/tmp/go-build548448651/b195/_pkg_.a
2025-08-20T21:26:54.5104140Z [00:03:08.628]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/io=/tmp/go-build548448651/b472/_pkg_.a
2025-08-20T21:26:54.5105269Z [00:03:08.628]➜  packagefile github.com/ipfs/boxo/ipns=/tmp/go-build548448651/b483/_pkg_.a
2025-08-20T21:26:54.5106569Z [00:03:08.628]➜  packagefile github.com/ipfs/boxo/mfs=/tmp/go-build548448651/b469/_pkg_.a
2025-08-20T21:26:54.5107703Z [00:03:08.628]➜  packagefile github.com/ipfs/boxo/namesys=/tmp/go-build548448651/b482/_pkg_.a
2025-08-20T21:26:54.5109122Z [00:03:08.628]➜  packagefile github.com/ipfs/boxo/namesys/republisher=/tmp/go-build548448651/b524/_pkg_.a
2025-08-20T21:26:54.5110420Z [00:03:08.628]➜  packagefile github.com/ipfs/boxo/path/resolver=/tmp/go-build548448651/b526/_pkg_.a
2025-08-20T21:26:54.5111603Z [00:03:08.628]➜  packagefile github.com/ipfs/boxo/peering=/tmp/go-build548448651/b429/_pkg_.a
2025-08-20T21:26:54.5112796Z [00:03:08.628]➜  packagefile github.com/ipfs/boxo/pinning/pinner=/tmp/go-build548448651/b530/_pkg_.a
2025-08-20T21:26:54.5114118Z [00:03:08.628]➜  packagefile github.com/ipfs/boxo/pinning/pinner/dspinner=/tmp/go-build548448651/b959/_pkg_.a
2025-08-20T21:26:54.5115526Z [00:03:08.628]➜  packagefile github.com/ipfs/boxo/provider=/tmp/go-build548448651/b531/_pkg_.a
2025-08-20T21:26:54.5117022Z [00:03:08.628]➜  packagefile github.com/ipfs/boxo/routing/providerquerymanager=/tmp/go-build548448651/b441/_pkg_.a
2025-08-20T21:26:54.5118339Z [00:03:08.628]➜  packagefile github.com/ipfs/boxo/util=/tmp/go-build548448651/b259/_pkg_.a
2025-08-20T21:26:54.5119645Z [00:03:08.628]➜  packagefile github.com/ipfs/go-block-format=/tmp/go-build548448651/b258/_pkg_.a
2025-08-20T21:26:54.5120755Z [00:03:08.628]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:54.5121851Z [00:03:08.628]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build548448651/b255/_pkg_.a
2025-08-20T21:26:54.5123053Z [00:03:08.628]➜  packagefile github.com/ipfs/go-datastore/query=/tmp/go-build548448651/b257/_pkg_.a
2025-08-20T21:26:54.5124260Z [00:03:08.628]➜  packagefile github.com/ipfs/go-datastore/sync=/tmp/go-build548448651/b487/_pkg_.a
2025-08-20T21:26:54.5125423Z [00:03:08.628]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build548448651/b263/_pkg_.a
2025-08-20T21:26:54.5126567Z [00:03:08.628]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:54.5127691Z [00:03:08.628]➜  packagefile github.com/ipfs/go-unixfsnode=/tmp/go-build548448651/b674/_pkg_.a
2025-08-20T21:26:54.5128996Z [00:03:08.629]➜  packagefile github.com/ipfs/kubo=/tmp/go-build548448651/b401/_pkg_.a
2025-08-20T21:26:54.5130096Z [00:03:08.629]➜  packagefile github.com/ipfs/kubo/config=/tmp/go-build548448651/b534/_pkg_.a
2025-08-20T21:26:54.5131299Z [00:03:08.629]➜  packagefile github.com/ipfs/kubo/core/node/helpers=/tmp/go-build548448651/b962/_pkg_.a
2025-08-20T21:26:54.5132567Z [00:03:08.629]➜  packagefile github.com/ipfs/kubo/core/node/libp2p=/tmp/go-build548448651/b963/_pkg_.a
2025-08-20T21:26:54.5133725Z [00:03:08.629]➜  packagefile github.com/ipfs/kubo/p2p=/tmp/go-build548448651/b1016/_pkg_.a
2025-08-20T21:26:54.5134834Z [00:03:08.629]➜  packagefile github.com/ipfs/kubo/repo=/tmp/go-build548448651/b967/_pkg_.a
2025-08-20T21:26:54.5135972Z [00:03:08.629]➜  packagefile github.com/ipfs/kubo/routing=/tmp/go-build548448651/b968/_pkg_.a
2025-08-20T21:26:54.5137366Z [00:03:08.629]➜  packagefile github.com/ipfs/kubo/thirdparty/verifbs=/tmp/go-build548448651/b1017/_pkg_.a
2025-08-20T21:26:54.5138799Z [00:03:08.629]➜  packagefile github.com/ipld/go-codec-dagpb=/tmp/go-build548448651/b366/_pkg_.a
2025-08-20T21:26:54.5140075Z [00:03:08.629]➜  packagefile github.com/libp2p/go-doh-resolver=/tmp/go-build548448651/b701/_pkg_.a
2025-08-20T21:26:54.5141279Z [00:03:08.629]➜  packagefile github.com/libp2p/go-libp2p-pubsub=/tmp/go-build548448651/b1002/_pkg_.a
2025-08-20T21:26:54.5142574Z [00:03:08.629]➜  packagefile github.com/libp2p/go-libp2p-pubsub/timecache=/tmp/go-build548448651/b1004/_pkg_.a
2025-08-20T21:26:54.5143837Z [00:03:08.629]➜  packagefile github.com/libp2p/go-libp2p-record=/tmp/go-build548448651/b279/_pkg_.a
2025-08-20T21:26:54.5145090Z [00:03:08.629]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build548448651/b311/_pkg_.a
2025-08-20T21:26:54.5146527Z [00:03:08.629]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build548448651/b423/_pkg_.a
2025-08-20T21:26:54.5147787Z [00:03:08.629]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:54.5149439Z [00:03:08.629]➜  packagefile github.com/libp2p/go-libp2p/core/peerstore=/tmp/go-build548448651/b418/_pkg_.a
2025-08-20T21:26:54.5150766Z [00:03:08.629]➜  packagefile github.com/libp2p/go-libp2p/core/routing=/tmp/go-build548448651/b329/_pkg_.a
2025-08-20T21:26:54.5152165Z [00:03:08.629]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/resource-manager=/tmp/go-build548448651/b933/_pkg_.a
2025-08-20T21:26:54.5153382Z [00:03:08.629]➜  packagefile github.com/multiformats/go-multiaddr-dns=/tmp/go-build548448651/b448/_pkg_.a
2025-08-20T21:26:54.5154322Z [00:03:08.629]➜  packagefile go.uber.org/fx=/tmp/go-build548448651/b940/_pkg_.a
2025-08-20T21:26:54.5155191Z [00:03:08.629]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:54.5155980Z [00:03:08.629]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:54.5156672Z [00:03:08.629]➜  packagefile regexp=/tmp/go-build548448651/b192/_pkg_.a
2025-08-20T21:26:54.5157358Z [00:03:08.629]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:54.5158045Z [00:03:08.629]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:54.5160717Z [00:03:08.629]➜  EOF
2025-08-20T21:26:54.5166997Z [00:03:08.629]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b955/_pkg_.a -trimpath "/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node=>github.com/ipfs/kubo/core/node;$WORK/b955=>" -p github.com/ipfs/kubo/core/node -lang=go1.25 -complete -installsuffix shared -buildid 0dMkiXD3BCodS9yFUbl_/0dMkiXD3BCodS9yFUbl_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b955/importcfg -pack /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/bitswap.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/builder.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/core.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/dns.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/groups.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/helpers.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/identity.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/ipns.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/peering.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/provider.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/storage.go
2025-08-20T21:26:54.5432148Z [00:03:08.665]➜  go tool buildid -w $WORK/b1198/_pkg_.a # internal
2025-08-20T21:26:54.5501045Z [00:03:08.669]➜  cp $WORK/b1198/_pkg_.a /root/.cache/go-build/38/38c20915325ccaed7946fa8fbfab6c6362610a1be9d4794a7a64e704237f76f5-d # internal
2025-08-20T21:26:54.5596870Z [00:03:08.682]➜  github.com/syndtr/goleveldb/leveldb
2025-08-20T21:26:54.5599734Z [00:03:08.682]➜  mkdir -p $WORK/b1187/
2025-08-20T21:26:54.5603120Z [00:03:08.683]➜  cat >/tmp/go-build548448651/b1187/importcfg << 'EOF' # internal
2025-08-20T21:26:54.5613659Z [00:03:08.683]➜  # import config
2025-08-20T21:26:54.5614374Z [00:03:08.683]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:54.5615236Z [00:03:08.683]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:54.5616350Z [00:03:08.683]➜  packagefile container/list=/tmp/go-build548448651/b081/_pkg_.a
2025-08-20T21:26:54.5617305Z [00:03:08.683]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:54.5618213Z [00:03:08.683]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:54.5619243Z [00:03:08.683]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:54.5620295Z [00:03:08.683]➜  packagefile github.com/syndtr/goleveldb/leveldb/cache=/tmp/go-build548448651/b1188/_pkg_.a
2025-08-20T21:26:54.5624811Z [00:03:08.683]➜  packagefile github.com/syndtr/goleveldb/leveldb/comparer=/tmp/go-build548448651/b1190/_pkg_.a
2025-08-20T21:26:54.5626218Z [00:03:08.683]➜  packagefile github.com/syndtr/goleveldb/leveldb/errors=/tmp/go-build548448651/b1191/_pkg_.a
2025-08-20T21:26:54.5627910Z [00:03:08.683]➜  packagefile github.com/syndtr/goleveldb/leveldb/filter=/tmp/go-build548448651/b1193/_pkg_.a
2025-08-20T21:26:54.5629437Z [00:03:08.683]➜  packagefile github.com/syndtr/goleveldb/leveldb/iterator=/tmp/go-build548448651/b1194/_pkg_.a
2025-08-20T21:26:54.5630808Z [00:03:08.683]➜  packagefile github.com/syndtr/goleveldb/leveldb/journal=/tmp/go-build548448651/b1195/_pkg_.a
2025-08-20T21:26:54.5632130Z [00:03:08.683]➜  packagefile github.com/syndtr/goleveldb/leveldb/memdb=/tmp/go-build548448651/b1196/_pkg_.a
2025-08-20T21:26:54.5633451Z [00:03:08.683]➜  packagefile github.com/syndtr/goleveldb/leveldb/opt=/tmp/go-build548448651/b1197/_pkg_.a
2025-08-20T21:26:54.5634759Z [00:03:08.683]➜  packagefile github.com/syndtr/goleveldb/leveldb/storage=/tmp/go-build548448651/b1192/_pkg_.a
2025-08-20T21:26:54.5636081Z [00:03:08.683]➜  packagefile github.com/syndtr/goleveldb/leveldb/table=/tmp/go-build548448651/b1198/_pkg_.a
2025-08-20T21:26:54.5637605Z [00:03:08.683]➜  packagefile github.com/syndtr/goleveldb/leveldb/util=/tmp/go-build548448651/b1189/_pkg_.a
2025-08-20T21:26:54.5638965Z [00:03:08.683]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:54.5639838Z [00:03:08.683]➜  packagefile math/rand=/tmp/go-build548448651/b109/_pkg_.a
2025-08-20T21:26:54.5640672Z [00:03:08.683]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:54.5641476Z [00:03:08.683]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:54.5642282Z [00:03:08.683]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:54.5643087Z [00:03:08.683]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:54.5643892Z [00:03:08.683]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:54.5644744Z [00:03:08.683]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:54.5645626Z [00:03:08.683]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:54.5646287Z [00:03:08.683]➜  EOF
2025-08-20T21:26:54.5666720Z [00:03:08.683]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1187/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb=>github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb;$WORK/b1187=>" -p github.com/syndtr/goleveldb/leveldb -lang=go1.14 -complete -installsuffix shared -buildid IvtvNzfeSdm_D9J4k0vk/IvtvNzfeSdm_D9J4k0vk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1187/importcfg -pack /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/batch.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/comparer.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/db.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/db_compaction.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/db_iter.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/db_snapshot.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/db_state.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/db_transaction.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/db_util.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/db_write.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/doc.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/errors.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/filter.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/key.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/options.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/session.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/session_compaction.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/session_record.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/session_util.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/storage.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/table.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/util.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/version.go
2025-08-20T21:26:54.7565996Z [00:03:08.879]➜  go tool buildid -w $WORK/b1184/_pkg_.a # internal
2025-08-20T21:26:54.7978088Z [00:03:08.920]➜  cp $WORK/b1184/_pkg_.a /root/.cache/go-build/03/03d8eec37dd985f1279c59485cc35d2bf966c99258d8770aa8398e2c9137bb48-d # internal
2025-08-20T21:26:54.7992517Z [00:03:08.921]➜  github.com/ipfs/go-ds-pebble
2025-08-20T21:26:54.7993172Z [00:03:08.921]➜  mkdir -p $WORK/b1205/
2025-08-20T21:26:54.7993911Z [00:03:08.921]➜  cat >/tmp/go-build548448651/b1205/importcfg << 'EOF' # internal
2025-08-20T21:26:54.7994589Z [00:03:08.921]➜  # import config
2025-08-20T21:26:54.7995236Z [00:03:08.921]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:54.7996037Z [00:03:08.921]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:54.7997029Z [00:03:08.921]➜  packagefile github.com/cockroachdb/pebble/v2=/tmp/go-build548448651/b535/_pkg_.a
2025-08-20T21:26:54.7998201Z [00:03:08.921]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build548448651/b255/_pkg_.a
2025-08-20T21:26:54.7999626Z [00:03:08.921]➜  packagefile github.com/ipfs/go-datastore/query=/tmp/go-build548448651/b257/_pkg_.a
2025-08-20T21:26:54.8000751Z [00:03:08.921]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:54.8001667Z [00:03:08.921]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:54.8002499Z [00:03:08.921]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:54.8003126Z [00:03:08.921]➜  EOF
2025-08-20T21:26:54.8006873Z [00:03:08.921]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1205/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-ds-pebble@v0.5.1=>github.com/ipfs/go-ds-pebble@v0.5.1;$WORK/b1205=>" -p github.com/ipfs/go-ds-pebble -lang=go1.23 -complete -installsuffix shared -buildid scQ_4r-_cqpZvBimnDVy/scQ_4r-_cqpZvBimnDVy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1205/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-ds-pebble@v0.5.1/datastore.go /root/go/pkg/mod/github.com/ipfs/go-ds-pebble@v0.5.1/option.go
2025-08-20T21:26:55.1344393Z [00:03:09.257]➜  go tool buildid -w $WORK/b1202/_pkg_.a # internal
2025-08-20T21:26:55.1442511Z [00:03:09.266]➜  cp $WORK/b1202/_pkg_.a /root/.cache/go-build/52/523508b84ca488dc76f0ffce0ca5b3d903e536900f98926ac0f4be5607051b60-d # internal
2025-08-20T21:26:55.1473227Z [00:03:09.270]➜  github.com/ipfs-shipyard/nopfs
2025-08-20T21:26:55.1475185Z [00:03:09.270]➜  mkdir -p $WORK/b1200/
2025-08-20T21:26:55.1486749Z [00:03:09.271]➜  cat >/tmp/go-build548448651/b1200/importcfg << 'EOF' # internal
2025-08-20T21:26:55.1487851Z [00:03:09.271]➜  # import config
2025-08-20T21:26:55.1488965Z [00:03:09.271]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:55.1489745Z [00:03:09.271]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:55.1490488Z [00:03:09.271]➜  packagefile encoding/hex=/tmp/go-build548448651/b157/_pkg_.a
2025-08-20T21:26:55.1491322Z [00:03:09.271]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:55.1492076Z [00:03:09.271]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:55.1493031Z [00:03:09.271]➜  packagefile github.com/fsnotify/fsnotify=/tmp/go-build548448651/b1201/_pkg_.a
2025-08-20T21:26:55.1494330Z [00:03:09.271]➜  packagefile github.com/ipfs/boxo/path=/tmp/go-build548448651/b370/_pkg_.a
2025-08-20T21:26:55.1495410Z [00:03:09.271]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:55.1496451Z [00:03:09.271]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:55.1497596Z [00:03:09.271]➜  packagefile github.com/multiformats/go-multibase=/tmp/go-build548448651/b231/_pkg_.a
2025-08-20T21:26:55.1498968Z [00:03:09.271]➜  packagefile github.com/multiformats/go-multicodec=/tmp/go-build548448651/b327/_pkg_.a
2025-08-20T21:26:55.1500106Z [00:03:09.271]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build548448651/b235/_pkg_.a
2025-08-20T21:26:55.1501311Z [00:03:09.271]➜  packagefile github.com/multiformats/go-multihash/core=/tmp/go-build548448651/b236/_pkg_.a
2025-08-20T21:26:55.1502748Z [00:03:09.271]➜  packagefile go.uber.org/multierr=/tmp/go-build548448651/b267/_pkg_.a
2025-08-20T21:26:55.1503988Z [00:03:09.271]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build548448651/b1202/_pkg_.a
2025-08-20T21:26:55.1504921Z [00:03:09.271]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:55.1505716Z [00:03:09.271]➜  packagefile io/fs=/tmp/go-build548448651/b062/_pkg_.a
2025-08-20T21:26:55.1506562Z [00:03:09.271]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:55.1507404Z [00:03:09.271]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:55.1508194Z [00:03:09.271]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:55.1509372Z [00:03:09.271]➜  packagefile path/filepath=/tmp/go-build548448651/b168/_pkg_.a
2025-08-20T21:26:55.1510307Z [00:03:09.271]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:55.1511222Z [00:03:09.271]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:55.1512044Z [00:03:09.271]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:55.1512609Z [00:03:09.271]➜  EOF
2025-08-20T21:26:55.1539532Z [00:03:09.271]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1200/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs-shipyard/nopfs@v0.0.14=>github.com/ipfs-shipyard/nopfs@v0.0.14;$WORK/b1200=>" -p github.com/ipfs-shipyard/nopfs -lang=go1.18 -complete -installsuffix shared -buildid VeRGHQTqUKC7jFAS0f_c/VeRGHQTqUKC7jFAS0f_c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1200/importcfg -pack /root/go/pkg/mod/github.com/ipfs-shipyard/nopfs@v0.0.14/blocker.go /root/go/pkg/mod/github.com/ipfs-shipyard/nopfs@v0.0.14/blocksdb.go /root/go/pkg/mod/github.com/ipfs-shipyard/nopfs@v0.0.14/denylist.go /root/go/pkg/mod/github.com/ipfs-shipyard/nopfs@v0.0.14/entry.go /root/go/pkg/mod/github.com/ipfs-shipyard/nopfs@v0.0.14/nopfs.go /root/go/pkg/mod/github.com/ipfs-shipyard/nopfs@v0.0.14/status.go /root/go/pkg/mod/github.com/ipfs-shipyard/nopfs@v0.0.14/subscription.go /root/go/pkg/mod/github.com/ipfs-shipyard/nopfs@v0.0.14/util.go
2025-08-20T21:26:55.3540887Z [00:03:09.476]➜  go tool buildid -w $WORK/b1205/_pkg_.a # internal
2025-08-20T21:26:55.3760282Z [00:03:09.498]➜  cp $WORK/b1205/_pkg_.a /root/.cache/go-build/ad/ad5676265078e940903fcb654f387b1f965097e49d548b100dd786fefea4a4d7-d # internal
2025-08-20T21:26:55.3762270Z [00:03:09.498]➜  github.com/ipfs/kubo/gc
2025-08-20T21:26:55.3762836Z [00:03:09.498]➜  mkdir -p $WORK/b1209/
2025-08-20T21:26:55.3763589Z [00:03:09.499]➜  cat >/tmp/go-build548448651/b1209/importcfg << 'EOF' # internal
2025-08-20T21:26:55.3764289Z [00:03:09.499]➜  # import config
2025-08-20T21:26:55.3764935Z [00:03:09.499]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:55.3765747Z [00:03:09.499]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:55.3766561Z [00:03:09.499]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:55.3767553Z [00:03:09.499]➜  packagefile github.com/ipfs/boxo/blockservice=/tmp/go-build548448651/b198/_pkg_.a
2025-08-20T21:26:55.3769156Z [00:03:09.499]➜  packagefile github.com/ipfs/boxo/blockstore=/tmp/go-build548448651/b224/_pkg_.a
2025-08-20T21:26:55.3770435Z [00:03:09.499]➜  packagefile github.com/ipfs/boxo/exchange/offline=/tmp/go-build548448651/b666/_pkg_.a
2025-08-20T21:26:55.3771700Z [00:03:09.499]➜  packagefile github.com/ipfs/boxo/ipld/merkledag=/tmp/go-build548448651/b196/_pkg_.a
2025-08-20T21:26:55.3772893Z [00:03:09.499]➜  packagefile github.com/ipfs/boxo/pinning/pinner=/tmp/go-build548448651/b530/_pkg_.a
2025-08-20T21:26:55.3774366Z [00:03:09.499]➜  packagefile github.com/ipfs/boxo/verifcid=/tmp/go-build548448651/b331/_pkg_.a
2025-08-20T21:26:55.3775674Z [00:03:09.499]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:55.3776983Z [00:03:09.499]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build548448651/b255/_pkg_.a
2025-08-20T21:26:55.3778698Z [00:03:09.499]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build548448651/b263/_pkg_.a
2025-08-20T21:26:55.3780256Z [00:03:09.499]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:55.3781471Z [00:03:09.499]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:55.3782324Z [00:03:09.499]➜  EOF
2025-08-20T21:26:55.3826523Z [00:03:09.505]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1209/_pkg_.a -trimpath "/tmp/tmp.S0mpzmTmXg/TEMPREPO/gc=>github.com/ipfs/kubo/gc;$WORK/b1209=>" -p github.com/ipfs/kubo/gc -lang=go1.25 -complete -installsuffix shared -buildid eiG9YWi4QmeoVG0G21lf/eiG9YWi4QmeoVG0G21lf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1209/importcfg -pack /tmp/tmp.S0mpzmTmXg/TEMPREPO/gc/gc.go
2025-08-20T21:26:55.5232876Z [00:03:09.645]➜  go tool buildid -w $WORK/b1209/_pkg_.a # internal
2025-08-20T21:26:55.5255083Z [00:03:09.648]➜  cp $WORK/b1209/_pkg_.a /root/.cache/go-build/2c/2c81b38e780d77041f1fd92182f7141556c025b82fde38a9a5455df34bf94b84-d # internal
2025-08-20T21:26:55.5260625Z [00:03:09.648]➜  plugin
2025-08-20T21:26:55.5275185Z [00:03:09.650]➜  mkdir -p $WORK/b1210/
2025-08-20T21:26:55.5275890Z [00:03:09.650]➜  echo -n > $WORK/b1210/preferlinkext # internal
2025-08-20T21:26:55.5276603Z [00:03:09.650]➜  cd /root/.go/src/plugin
2025-08-20T21:26:55.5280270Z [00:03:09.650]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_amd64/cgo -objdir $WORK/b1210/ -importpath plugin "-ldflags=\"-O2\" \"-g\" \"-ldl\"" -- -I $WORK/b1210/ -O2 -flto=auto -fPIE -fpie -static -w -pipe ./plugin_dlopen.go
2025-08-20T21:26:55.6401119Z [00:03:09.762]➜  go tool buildid -w $WORK/b1200/_pkg_.a # internal
2025-08-20T21:26:55.6459894Z [00:03:09.768]➜  cp $WORK/b1200/_pkg_.a /root/.cache/go-build/e5/e5ecd2e0fdcef05101c4589c22bc128701140714a9d5e57201a93402a3af76b8-d # internal
2025-08-20T21:26:55.6482691Z [00:03:09.770]➜  github.com/ipfs-shipyard/nopfs/ipfs
2025-08-20T21:26:55.6485565Z [00:03:09.770]➜  mkdir -p $WORK/b1203/
2025-08-20T21:26:55.6486319Z [00:03:09.771]➜  cat >/tmp/go-build548448651/b1203/importcfg << 'EOF' # internal
2025-08-20T21:26:55.6487032Z [00:03:09.771]➜  # import config
2025-08-20T21:26:55.6487742Z [00:03:09.771]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:55.6489200Z [00:03:09.771]➜  packagefile github.com/ipfs-shipyard/nopfs=/tmp/go-build548448651/b1200/_pkg_.a
2025-08-20T21:26:55.6490416Z [00:03:09.771]➜  packagefile github.com/ipfs/boxo/blockservice=/tmp/go-build548448651/b198/_pkg_.a
2025-08-20T21:26:55.6491635Z [00:03:09.771]➜  packagefile github.com/ipfs/boxo/blockstore=/tmp/go-build548448651/b224/_pkg_.a
2025-08-20T21:26:55.6492758Z [00:03:09.771]➜  packagefile github.com/ipfs/boxo/exchange=/tmp/go-build548448651/b330/_pkg_.a
2025-08-20T21:26:55.6493912Z [00:03:09.771]➜  packagefile github.com/ipfs/boxo/namesys=/tmp/go-build548448651/b482/_pkg_.a
2025-08-20T21:26:55.6495062Z [00:03:09.771]➜  packagefile github.com/ipfs/boxo/path=/tmp/go-build548448651/b370/_pkg_.a
2025-08-20T21:26:55.6496275Z [00:03:09.771]➜  packagefile github.com/ipfs/boxo/path/resolver=/tmp/go-build548448651/b526/_pkg_.a
2025-08-20T21:26:55.6502596Z [00:03:09.771]➜  packagefile github.com/ipfs/go-block-format=/tmp/go-build548448651/b258/_pkg_.a
2025-08-20T21:26:55.6503659Z [00:03:09.771]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:55.6504646Z [00:03:09.771]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:55.6505704Z [00:03:09.771]➜  packagefile github.com/ipld/go-ipld-prime=/tmp/go-build548448651/b334/_pkg_.a
2025-08-20T21:26:55.6506837Z [00:03:09.771]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build548448651/b311/_pkg_.a
2025-08-20T21:26:55.6507604Z [00:03:09.771]➜  EOF
2025-08-20T21:26:55.6508114Z [00:03:09.773]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:55.6517634Z [00:03:09.774]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1203/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs-shipyard/nopfs/ipfs@v0.25.0=>github.com/ipfs-shipyard/nopfs/ipfs@v0.25.0;$WORK/b1203=>" -p github.com/ipfs-shipyard/nopfs/ipfs -lang=go1.22 -complete -installsuffix shared -buildid YHv6879N0f8iPh2bKXTj/YHv6879N0f8iPh2bKXTj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1203/importcfg -pack /root/go/pkg/mod/github.com/ipfs-shipyard/nopfs/ipfs@v0.25.0/blockservice.go /root/go/pkg/mod/github.com/ipfs-shipyard/nopfs/ipfs@v0.25.0/ipfs.go /root/go/pkg/mod/github.com/ipfs-shipyard/nopfs/ipfs@v0.25.0/namesys.go /root/go/pkg/mod/github.com/ipfs-shipyard/nopfs/ipfs@v0.25.0/resolver.go
2025-08-20T21:26:55.7286465Z [00:03:09.851]➜  go tool buildid -w $WORK/b1187/_pkg_.a # internal
2025-08-20T21:26:55.7498783Z [00:03:09.872]➜  cp $WORK/b1187/_pkg_.a /root/.cache/go-build/cf/cf4dc8eaa6931314d29ce6042920aae63a5b6f6f9ce9132f61f69c53316de23c-d # internal
2025-08-20T21:26:55.7523497Z [00:03:09.875]➜  github.com/ipfs/go-ds-leveldb
2025-08-20T21:26:55.7526633Z [00:03:09.875]➜  mkdir -p $WORK/b1186/
2025-08-20T21:26:55.7529785Z [00:03:09.875]➜  cat >/tmp/go-build548448651/b1186/importcfg << 'EOF' # internal
2025-08-20T21:26:55.7535289Z [00:03:09.875]➜  # import config
2025-08-20T21:26:55.7536026Z [00:03:09.875]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:55.7537009Z [00:03:09.875]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build548448651/b255/_pkg_.a
2025-08-20T21:26:55.7538158Z [00:03:09.875]➜  packagefile github.com/ipfs/go-datastore/query=/tmp/go-build548448651/b257/_pkg_.a
2025-08-20T21:26:55.7539627Z [00:03:09.875]➜  packagefile github.com/syndtr/goleveldb/leveldb=/tmp/go-build548448651/b1187/_pkg_.a
2025-08-20T21:26:55.7540938Z [00:03:09.875]➜  packagefile github.com/syndtr/goleveldb/leveldb/errors=/tmp/go-build548448651/b1191/_pkg_.a
2025-08-20T21:26:55.7542306Z [00:03:09.875]➜  packagefile github.com/syndtr/goleveldb/leveldb/iterator=/tmp/go-build548448651/b1194/_pkg_.a
2025-08-20T21:26:55.7543672Z [00:03:09.875]➜  packagefile github.com/syndtr/goleveldb/leveldb/opt=/tmp/go-build548448651/b1197/_pkg_.a
2025-08-20T21:26:55.7545021Z [00:03:09.875]➜  packagefile github.com/syndtr/goleveldb/leveldb/storage=/tmp/go-build548448651/b1192/_pkg_.a
2025-08-20T21:26:55.7546563Z [00:03:09.875]➜  packagefile github.com/syndtr/goleveldb/leveldb/util=/tmp/go-build548448651/b1189/_pkg_.a
2025-08-20T21:26:55.7547737Z [00:03:09.875]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:55.7581122Z [00:03:09.875]➜  packagefile path/filepath=/tmp/go-build548448651/b168/_pkg_.a
2025-08-20T21:26:55.7582196Z [00:03:09.875]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:55.7582877Z [00:03:09.875]➜  EOF
2025-08-20T21:26:55.7586387Z [00:03:09.876]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1186/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-ds-leveldb@v0.5.2=>github.com/ipfs/go-ds-leveldb@v0.5.2;$WORK/b1186=>" -p github.com/ipfs/go-ds-leveldb -lang=go1.23 -complete -installsuffix shared -buildid OKpSU5V7xEdZKungZvOe/OKpSU5V7xEdZKungZvOe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1186/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-ds-leveldb@v0.5.2/datastore.go
2025-08-20T21:26:55.7820470Z [00:03:09.904]➜  go tool buildid -w $WORK/b955/_pkg_.a # internal
2025-08-20T21:26:55.7877935Z [00:03:09.910]➜  go tool buildid -w $WORK/b1203/_pkg_.a # internal
2025-08-20T21:26:55.7916525Z [00:03:09.914]➜  cp $WORK/b1203/_pkg_.a /root/.cache/go-build/cd/cd7ad15dad041065cdd563b48786406bb7af1824413452527bad1b4987b17e8e-d # internal
2025-08-20T21:26:55.7933581Z [00:03:09.916]➜  github.com/anmitsu/go-shlex
2025-08-20T21:26:55.7937950Z [00:03:09.916]➜  mkdir -p $WORK/b1212/
2025-08-20T21:26:55.7938968Z [00:03:09.916]➜  cat >/tmp/go-build548448651/b1212/importcfg << 'EOF' # internal
2025-08-20T21:26:55.7939620Z [00:03:09.916]➜  # import config
2025-08-20T21:26:55.7940436Z [00:03:09.916]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:55.7942083Z [00:03:09.916]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:55.7943048Z [00:03:09.916]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:55.7943923Z [00:03:09.916]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:55.7944690Z [00:03:09.916]➜  packagefile unicode=/tmp/go-build548448651/b041/_pkg_.a
2025-08-20T21:26:55.7945249Z [00:03:09.916]➜  EOF
2025-08-20T21:26:55.7948967Z [00:03:09.916]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1212/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anmitsu/go-shlex@v0.0.0-20161002113705-648efa622239=>github.com/anmitsu/go-shlex@v0.0.0-20161002113705-648efa622239;$WORK/b1212=>" -p github.com/anmitsu/go-shlex -lang=go1.16 -complete -installsuffix shared -buildid p9rlFdXvP4RblARvBKC6/p9rlFdXvP4RblARvBKC6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1212/importcfg -pack /root/go/pkg/mod/github.com/anmitsu/go-shlex@v0.0.0-20161002113705-648efa622239/shlex.go
2025-08-20T21:26:55.8113303Z [00:03:09.933]➜  cp $WORK/b955/_pkg_.a /root/.cache/go-build/4d/4d20ff8b02b3f7af8afba6d6e56c36ca92e5e23cb18112ee44c7457f3741f62d-d # internal
2025-08-20T21:26:55.8115121Z [00:03:09.934]➜  github.com/ipfs/kubo/core
2025-08-20T21:26:55.8117702Z [00:03:09.934]➜  mkdir -p $WORK/b403/
2025-08-20T21:26:55.8132758Z [00:03:09.935]➜  cat >/tmp/go-build548448651/b403/importcfg << 'EOF' # internal
2025-08-20T21:26:55.8142718Z [00:03:09.936]➜  # import config
2025-08-20T21:26:55.8143458Z [00:03:09.936]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:55.8144624Z [00:03:09.936]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:55.8154796Z [00:03:09.936]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:55.8155763Z [00:03:09.936]➜  packagefile github.com/ipfs/boxo/bitswap=/tmp/go-build548448651/b404/_pkg_.a
2025-08-20T21:26:55.8156918Z [00:03:09.936]➜  packagefile github.com/ipfs/boxo/blockservice=/tmp/go-build548448651/b198/_pkg_.a
2025-08-20T21:26:55.8158135Z [00:03:09.936]➜  packagefile github.com/ipfs/boxo/blockstore=/tmp/go-build548448651/b224/_pkg_.a
2025-08-20T21:26:55.8159745Z [00:03:09.936]➜  packagefile github.com/ipfs/boxo/bootstrap=/tmp/go-build548448651/b463/_pkg_.a
2025-08-20T21:26:55.8160899Z [00:03:09.936]➜  packagefile github.com/ipfs/boxo/exchange=/tmp/go-build548448651/b330/_pkg_.a
2025-08-20T21:26:55.8162175Z [00:03:09.936]➜  packagefile github.com/ipfs/boxo/fetcher=/tmp/go-build548448651/b464/_pkg_.a
2025-08-20T21:26:55.8163283Z [00:03:09.936]➜  packagefile github.com/ipfs/boxo/filestore=/tmp/go-build548448651/b465/_pkg_.a
2025-08-20T21:26:55.8164386Z [00:03:09.936]➜  packagefile github.com/ipfs/boxo/mfs=/tmp/go-build548448651/b469/_pkg_.a
2025-08-20T21:26:55.8165473Z [00:03:09.936]➜  packagefile github.com/ipfs/boxo/namesys=/tmp/go-build548448651/b482/_pkg_.a
2025-08-20T21:26:55.8166673Z [00:03:09.936]➜  packagefile github.com/ipfs/boxo/namesys/republisher=/tmp/go-build548448651/b524/_pkg_.a
2025-08-20T21:26:55.8167929Z [00:03:09.936]➜  packagefile github.com/ipfs/boxo/path/resolver=/tmp/go-build548448651/b526/_pkg_.a
2025-08-20T21:26:55.8169317Z [00:03:09.936]➜  packagefile github.com/ipfs/boxo/peering=/tmp/go-build548448651/b429/_pkg_.a
2025-08-20T21:26:55.8170511Z [00:03:09.936]➜  packagefile github.com/ipfs/boxo/pinning/pinner=/tmp/go-build548448651/b530/_pkg_.a
2025-08-20T21:26:55.8171691Z [00:03:09.936]➜  packagefile github.com/ipfs/boxo/provider=/tmp/go-build548448651/b531/_pkg_.a
2025-08-20T21:26:55.8172811Z [00:03:09.936]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build548448651/b255/_pkg_.a
2025-08-20T21:26:55.8173915Z [00:03:09.936]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build548448651/b263/_pkg_.a
2025-08-20T21:26:55.8175010Z [00:03:09.936]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:55.8176152Z [00:03:09.936]➜  packagefile github.com/ipfs/go-metrics-interface=/tmp/go-build548448651/b276/_pkg_.a
2025-08-20T21:26:55.8177308Z [00:03:09.936]➜  packagefile github.com/ipfs/kubo/config=/tmp/go-build548448651/b534/_pkg_.a
2025-08-20T21:26:55.8180040Z [00:03:09.936]➜  packagefile github.com/ipfs/kubo/core/node=/tmp/go-build548448651/b955/_pkg_.a
2025-08-20T21:26:55.8181581Z [00:03:09.936]➜  packagefile github.com/ipfs/kubo/core/node/libp2p=/tmp/go-build548448651/b963/_pkg_.a
2025-08-20T21:26:55.8182904Z [00:03:09.936]➜  packagefile github.com/ipfs/kubo/fuse/mount=/tmp/go-build548448651/b1018/_pkg_.a
2025-08-20T21:26:55.8184096Z [00:03:09.936]➜  packagefile github.com/ipfs/kubo/p2p=/tmp/go-build548448651/b1016/_pkg_.a
2025-08-20T21:26:55.8185197Z [00:03:09.936]➜  packagefile github.com/ipfs/kubo/repo=/tmp/go-build548448651/b967/_pkg_.a
2025-08-20T21:26:55.8186324Z [00:03:09.936]➜  packagefile github.com/ipfs/kubo/routing=/tmp/go-build548448651/b968/_pkg_.a
2025-08-20T21:26:55.8187570Z [00:03:09.936]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/dual=/tmp/go-build548448651/b986/_pkg_.a
2025-08-20T21:26:55.8189128Z [00:03:09.936]➜  packagefile github.com/libp2p/go-libp2p-pubsub=/tmp/go-build548448651/b1002/_pkg_.a
2025-08-20T21:26:55.8190465Z [00:03:09.936]➜  packagefile github.com/libp2p/go-libp2p-pubsub-router=/tmp/go-build548448651/b1008/_pkg_.a
2025-08-20T21:26:55.8191791Z [00:03:09.936]➜  packagefile github.com/libp2p/go-libp2p-record=/tmp/go-build548448651/b279/_pkg_.a
2025-08-20T21:26:55.8193103Z [00:03:09.936]➜  packagefile github.com/libp2p/go-libp2p/core/connmgr=/tmp/go-build548448651/b424/_pkg_.a
2025-08-20T21:26:55.8194372Z [00:03:09.936]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build548448651/b311/_pkg_.a
2025-08-20T21:26:55.8195606Z [00:03:09.936]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build548448651/b423/_pkg_.a
2025-08-20T21:26:55.8196853Z [00:03:09.936]➜  packagefile github.com/libp2p/go-libp2p/core/metrics=/tmp/go-build548448651/b444/_pkg_.a
2025-08-20T21:26:55.8198150Z [00:03:09.936]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build548448651/b417/_pkg_.a
2025-08-20T21:26:55.8199748Z [00:03:09.936]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:55.8201057Z [00:03:09.936]➜  packagefile github.com/libp2p/go-libp2p/core/peerstore=/tmp/go-build548448651/b418/_pkg_.a
2025-08-20T21:26:55.8202503Z [00:03:09.936]➜  packagefile github.com/libp2p/go-libp2p/core/routing=/tmp/go-build548448651/b329/_pkg_.a
2025-08-20T21:26:55.8203948Z [00:03:09.936]➜  packagefile github.com/libp2p/go-libp2p/p2p/discovery/mdns=/tmp/go-build548448651/b1011/_pkg_.a
2025-08-20T21:26:55.8205298Z [00:03:09.936]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/basic=/tmp/go-build548448651/b753/_pkg_.a
2025-08-20T21:26:55.8206525Z [00:03:09.936]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:55.8207762Z [00:03:09.936]➜  packagefile github.com/multiformats/go-multiaddr-dns=/tmp/go-build548448651/b448/_pkg_.a
2025-08-20T21:26:55.8209061Z [00:03:09.936]➜  packagefile go.uber.org/dig=/tmp/go-build548448651/b941/_pkg_.a
2025-08-20T21:26:55.8210022Z [00:03:09.936]➜  packagefile go.uber.org/fx=/tmp/go-build548448651/b940/_pkg_.a
2025-08-20T21:26:55.8210857Z [00:03:09.936]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:55.8211678Z [00:03:09.936]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:55.8212550Z [00:03:09.936]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:55.8213362Z [00:03:09.936]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:55.8213972Z [00:03:09.936]➜  EOF
2025-08-20T21:26:55.8217437Z [00:03:09.938]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b403/_pkg_.a -trimpath "/tmp/tmp.S0mpzmTmXg/TEMPREPO/core=>github.com/ipfs/kubo/core;$WORK/b403=>" -p github.com/ipfs/kubo/core -lang=go1.25 -complete -installsuffix shared -buildid BuvtihQo2Qf8OH0OFJJD/BuvtihQo2Qf8OH0OFJJD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b403/importcfg -pack /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/builder.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/core.go
2025-08-20T21:26:55.8220756Z [00:03:09.938]➜  cd $WORK/b1210
2025-08-20T21:26:55.8223609Z [00:03:09.938]➜  TERM='dumb' gcc -I /root/.go/src/plugin -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1210=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1210/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=rQbzK9zOiWMcFhE4fjlP -o $WORK/b1210/_x001.o -c _cgo_export.c
2025-08-20T21:26:55.8293616Z [00:03:09.952]➜  go tool buildid -w $WORK/b1212/_pkg_.a # internal
2025-08-20T21:26:55.8306156Z [00:03:09.953]➜  cp $WORK/b1212/_pkg_.a /root/.cache/go-build/4c/4cd723a33892df7bcde1ce58ea786dcf1cd78c342b7cfde293bdecb879d01602-d # internal
2025-08-20T21:26:55.8321779Z [00:03:09.955]➜  github.com/mattn/go-runewidth
2025-08-20T21:26:55.8322712Z [00:03:09.955]➜  mkdir -p $WORK/b1214/
2025-08-20T21:26:55.8323856Z [00:03:09.955]➜  cat >/tmp/go-build548448651/b1214/importcfg << 'EOF' # internal
2025-08-20T21:26:55.8324707Z [00:03:09.955]➜  # import config
2025-08-20T21:26:55.8325665Z [00:03:09.955]➜  packagefile github.com/rivo/uniseg=/tmp/go-build548448651/b1215/_pkg_.a
2025-08-20T21:26:55.8326759Z [00:03:09.955]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:55.8327916Z [00:03:09.955]➜  packagefile regexp=/tmp/go-build548448651/b192/_pkg_.a
2025-08-20T21:26:55.8329017Z [00:03:09.955]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:55.8329836Z [00:03:09.955]➜  EOF
2025-08-20T21:26:55.8330471Z [00:03:09.955]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:55.8337236Z [00:03:09.955]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1214/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mattn/go-runewidth@v0.0.15=>github.com/mattn/go-runewidth@v0.0.15;$WORK/b1214=>" -p github.com/mattn/go-runewidth -lang=go1.9 -complete -installsuffix shared -buildid JGAwLvzxKySjDoYUFv7I/JGAwLvzxKySjDoYUFv7I -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1214/importcfg -pack /root/go/pkg/mod/github.com/mattn/go-runewidth@v0.0.15/runewidth.go /root/go/pkg/mod/github.com/mattn/go-runewidth@v0.0.15/runewidth_posix.go /root/go/pkg/mod/github.com/mattn/go-runewidth@v0.0.15/runewidth_table.go
2025-08-20T21:26:55.8343976Z [00:03:09.956]➜  go tool buildid -w $WORK/b1186/_pkg_.a # internal
2025-08-20T21:26:55.8362696Z [00:03:09.959]➜  cp $WORK/b1186/_pkg_.a /root/.cache/go-build/ef/efee53bd7bc4ad65348c6781b00ff335f9921fbbe6042f27fa23e99328bc9d9b-d # internal
2025-08-20T21:26:55.8373137Z [00:03:09.960]➜  github.com/mattn/go-colorable
2025-08-20T21:26:55.8373791Z [00:03:09.960]➜  mkdir -p $WORK/b1218/
2025-08-20T21:26:55.8379661Z [00:03:09.960]➜  cat >/tmp/go-build548448651/b1218/importcfg << 'EOF' # internal
2025-08-20T21:26:55.8383077Z [00:03:09.960]➜  # import config
2025-08-20T21:26:55.8384540Z [00:03:09.960]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:55.8387291Z [00:03:09.960]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build548448651/b265/_pkg_.a
2025-08-20T21:26:55.8392508Z [00:03:09.960]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:55.8394968Z [00:03:09.960]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:55.8395736Z [00:03:09.960]➜  EOF
2025-08-20T21:26:55.8400108Z [00:03:09.961]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1218/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mattn/go-colorable@v0.1.13=>github.com/mattn/go-colorable@v0.1.13;$WORK/b1218=>" -p github.com/mattn/go-colorable -lang=go1.15 -complete -installsuffix shared -buildid A6M89v2AaivK_TALyTUf/A6M89v2AaivK_TALyTUf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1218/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-20T21:26:55.8469654Z [00:03:09.969]➜  cd $WORK/b1210
2025-08-20T21:26:55.8483645Z [00:03:09.970]➜  TERM='dumb' gcc -I /root/.go/src/plugin -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1210=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1210/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=rQbzK9zOiWMcFhE4fjlP -o $WORK/b1210/_x002.o -c plugin_dlopen.cgo2.c
2025-08-20T21:26:55.8633733Z [00:03:09.986]➜  go tool buildid -w $WORK/b1218/_pkg_.a # internal
2025-08-20T21:26:55.8640618Z [00:03:09.986]➜  cp $WORK/b1218/_pkg_.a /root/.cache/go-build/e8/e85c8449314669393b9521c259cf7237ef2cfbeaeeffcc020f32a654774cb2de-d # internal
2025-08-20T21:26:55.8659391Z [00:03:09.988]➜  github.com/mgutz/ansi
2025-08-20T21:26:55.8661681Z [00:03:09.988]➜  mkdir -p $WORK/b1217/
2025-08-20T21:26:55.8662481Z [00:03:09.988]➜  cat >/tmp/go-build548448651/b1217/importcfg << 'EOF' # internal
2025-08-20T21:26:55.8663168Z [00:03:09.988]➜  # import config
2025-08-20T21:26:55.8663810Z [00:03:09.988]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:55.8664598Z [00:03:09.988]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:55.8665560Z [00:03:09.988]➜  packagefile github.com/mattn/go-colorable=/tmp/go-build548448651/b1218/_pkg_.a
2025-08-20T21:26:55.8666532Z [00:03:09.988]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:55.8667308Z [00:03:09.988]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:55.8668161Z [00:03:09.988]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:55.8668956Z [00:03:09.988]➜  EOF
2025-08-20T21:26:55.8669460Z [00:03:09.988]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:55.8674661Z [00:03:09.988]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1217/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mgutz/ansi@v0.0.0-20170206155736-9520e82c474b=>github.com/mgutz/ansi@v0.0.0-20170206155736-9520e82c474b;$WORK/b1217=>" -p github.com/mgutz/ansi -lang=go1.16 -complete -installsuffix shared -buildid R2BnIcKvjj35Qi0aOf88/R2BnIcKvjj35Qi0aOf88 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1217/importcfg -pack /root/go/pkg/mod/github.com/mgutz/ansi@v0.0.0-20170206155736-9520e82c474b/ansi.go /root/go/pkg/mod/github.com/mgutz/ansi@v0.0.0-20170206155736-9520e82c474b/doc.go /root/go/pkg/mod/github.com/mgutz/ansi@v0.0.0-20170206155736-9520e82c474b/print.go
2025-08-20T21:26:55.8906130Z [00:03:10.013]➜  go tool buildid -w $WORK/b1214/_pkg_.a # internal
2025-08-20T21:26:55.8915047Z [00:03:10.014]➜  cp $WORK/b1214/_pkg_.a /root/.cache/go-build/61/619158b2f095f411cf9c6c2de03ea599a8ca88f7fb0fe3330661c9c67a4e2751-d # internal
2025-08-20T21:26:55.8954382Z [00:03:10.016]➜  github.com/cheggaaa/pb
2025-08-20T21:26:55.8955329Z [00:03:10.016]➜  mkdir -p $WORK/b1213/
2025-08-20T21:26:55.8956118Z [00:03:10.017]➜  cat >/tmp/go-build548448651/b1213/importcfg << 'EOF' # internal
2025-08-20T21:26:55.8956816Z [00:03:10.017]➜  # import config
2025-08-20T21:26:55.8957483Z [00:03:10.017]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:55.8958293Z [00:03:10.017]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:55.8959497Z [00:03:10.017]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build548448651/b1214/_pkg_.a
2025-08-20T21:26:55.8960598Z [00:03:10.017]➜  packagefile golang.org/x/sys/unix=/tmp/go-build548448651/b194/_pkg_.a
2025-08-20T21:26:55.8961545Z [00:03:10.017]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:55.8962404Z [00:03:10.017]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:55.8963226Z [00:03:10.017]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:55.8964073Z [00:03:10.017]➜  packagefile os/signal=/tmp/go-build548448651/b952/_pkg_.a
2025-08-20T21:26:55.8964934Z [00:03:10.017]➜  packagefile regexp=/tmp/go-build548448651/b192/_pkg_.a
2025-08-20T21:26:55.8965794Z [00:03:10.017]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:55.8966628Z [00:03:10.017]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:55.8967482Z [00:03:10.017]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:55.8971880Z [00:03:10.017]➜  packagefile syscall=/tmp/go-build548448651/b047/_pkg_.a
2025-08-20T21:26:55.8973028Z [00:03:10.017]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:55.8973935Z [00:03:10.017]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:55.8974625Z [00:03:10.017]➜  EOF
2025-08-20T21:26:55.8981212Z [00:03:10.017]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1213/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cheggaaa/pb@v1.0.29=>github.com/cheggaaa/pb@v1.0.29;$WORK/b1213=>" -p github.com/cheggaaa/pb -lang=go1.12 -complete -installsuffix shared -buildid sDY2yGWuGuVukOTLKw0P/sDY2yGWuGuVukOTLKw0P -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1213/importcfg -pack /root/go/pkg/mod/github.com/cheggaaa/pb@v1.0.29/format.go /root/go/pkg/mod/github.com/cheggaaa/pb@v1.0.29/pb.go /root/go/pkg/mod/github.com/cheggaaa/pb@v1.0.29/pb_x.go /root/go/pkg/mod/github.com/cheggaaa/pb@v1.0.29/pool.go /root/go/pkg/mod/github.com/cheggaaa/pb@v1.0.29/pool_x.go /root/go/pkg/mod/github.com/cheggaaa/pb@v1.0.29/reader.go /root/go/pkg/mod/github.com/cheggaaa/pb@v1.0.29/runecount.go /root/go/pkg/mod/github.com/cheggaaa/pb@v1.0.29/termios_sysv.go /root/go/pkg/mod/github.com/cheggaaa/pb@v1.0.29/writer.go
2025-08-20T21:26:55.9027418Z [00:03:10.025]➜  cd $WORK/b1210
2025-08-20T21:26:55.9030225Z [00:03:10.025]➜  TERM='dumb' gcc -I /root/.go/src/plugin -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1210=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1210/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=rQbzK9zOiWMcFhE4fjlP -o $WORK/b1210/_cgo_main.o -c _cgo_main.c
2025-08-20T21:26:55.9243503Z [00:03:10.047]➜  go tool buildid -w $WORK/b1217/_pkg_.a # internal
2025-08-20T21:26:55.9252920Z [00:03:10.048]➜  cp $WORK/b1217/_pkg_.a /root/.cache/go-build/a9/a946f2f90bc9a5c1ab416a5db11b6f21f778aaad7c7701872322b3224923ee10-d # internal
2025-08-20T21:26:55.9259723Z [00:03:10.048]➜  github.com/elgris/jsondiff
2025-08-20T21:26:55.9260574Z [00:03:10.048]➜  mkdir -p $WORK/b1216/
2025-08-20T21:26:55.9282271Z [00:03:10.051]➜  cat >/tmp/go-build548448651/b1216/importcfg << 'EOF' # internal
2025-08-20T21:26:55.9283474Z [00:03:10.051]➜  # import config
2025-08-20T21:26:55.9284620Z [00:03:10.051]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:55.9285668Z [00:03:10.051]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:55.9287350Z [00:03:10.051]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:55.9288329Z [00:03:10.051]➜  packagefile github.com/mgutz/ansi=/tmp/go-build548448651/b1217/_pkg_.a
2025-08-20T21:26:55.9289359Z [00:03:10.051]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:55.9290132Z [00:03:10.051]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:55.9290881Z [00:03:10.051]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:55.9291465Z [00:03:10.051]➜  EOF
2025-08-20T21:26:55.9292129Z [00:03:10.051]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:55.9296242Z [00:03:10.051]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1216/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elgris/jsondiff@v0.0.0-20160530203242-765b5c24c302=>github.com/elgris/jsondiff@v0.0.0-20160530203242-765b5c24c302;$WORK/b1216=>" -p github.com/elgris/jsondiff -lang=go1.16 -complete -installsuffix shared -buildid Z0l4UodoFxb9Pnmhdeqm/Z0l4UodoFxb9Pnmhdeqm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1216/importcfg -pack /root/go/pkg/mod/github.com/elgris/jsondiff@v0.0.0-20160530203242-765b5c24c302/diff.go
2025-08-20T21:26:55.9323355Z [00:03:10.055]➜  TERM='dumb' gcc -I /root/.go/src/plugin -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1210=/tmp/go-build -gno-record-gcc-switches -o $WORK/b1210/_cgo_.o $WORK/b1210/_cgo_main.o $WORK/b1210/preferlinkext $WORK/b1210/_x001.o $WORK/b1210/_x002.o -O2 -g -ldl
2025-08-20T21:26:55.9720496Z [00:03:10.093]➜  go tool buildid -w $WORK/b1216/_pkg_.a # internal
2025-08-20T21:26:55.9722038Z [00:03:10.093]➜  cp $WORK/b1216/_pkg_.a /root/.cache/go-build/97/976c43c4b568ecc3c0354be7030c5e7c33e567fb285c91399ef397cb20376e60-d # internal
2025-08-20T21:26:55.9744800Z [00:03:10.097]➜  github.com/hashicorp/go-version
2025-08-20T21:26:55.9746328Z [00:03:10.097]➜  mkdir -p $WORK/b1219/
2025-08-20T21:26:55.9752123Z [00:03:10.098]➜  cat >/tmp/go-build548448651/b1219/importcfg << 'EOF' # internal
2025-08-20T21:26:55.9753166Z [00:03:10.098]➜  # import config
2025-08-20T21:26:55.9754061Z [00:03:10.098]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:55.9755225Z [00:03:10.098]➜  packagefile database/sql/driver=/tmp/go-build548448651/b186/_pkg_.a
2025-08-20T21:26:55.9756264Z [00:03:10.098]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:55.9757028Z [00:03:10.098]➜  packagefile regexp=/tmp/go-build548448651/b192/_pkg_.a
2025-08-20T21:26:55.9757867Z [00:03:10.098]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:55.9758891Z [00:03:10.098]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:55.9759763Z [00:03:10.098]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:55.9760633Z [00:03:10.098]➜  EOF
2025-08-20T21:26:55.9765371Z [00:03:10.098]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1219/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/go-version@v1.7.0=>github.com/hashicorp/go-version@v1.7.0;$WORK/b1219=>" -p github.com/hashicorp/go-version -lang=go1.16 -complete -installsuffix shared -buildid DE9ec0y72bNwRqba6u61/DE9ec0y72bNwRqba6u61 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1219/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/go-version@v1.7.0/constraint.go /root/go/pkg/mod/github.com/hashicorp/go-version@v1.7.0/version.go /root/go/pkg/mod/github.com/hashicorp/go-version@v1.7.0/version_collection.go
2025-08-20T21:26:56.0163273Z [00:03:10.139]➜  go tool buildid -w $WORK/b1213/_pkg_.a # internal
2025-08-20T21:26:56.0187617Z [00:03:10.141]➜  cp $WORK/b1213/_pkg_.a /root/.cache/go-build/f9/f96278ce96b1ec3e4d30474d487ae2bf4e943cbf7d90464eec6f534f4417c7dd-d # internal
2025-08-20T21:26:56.0204410Z [00:03:10.143]➜  github.com/ipfs/boxo/tar
2025-08-20T21:26:56.0208140Z [00:03:10.143]➜  mkdir -p $WORK/b1220/
2025-08-20T21:26:56.0218097Z [00:03:10.144]➜  cat >/tmp/go-build548448651/b1220/importcfg << 'EOF' # internal
2025-08-20T21:26:56.0220612Z [00:03:10.144]➜  # import config
2025-08-20T21:26:56.0221415Z [00:03:10.144]➜  packagefile archive/tar=/tmp/go-build548448651/b189/_pkg_.a
2025-08-20T21:26:56.0222363Z [00:03:10.144]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:56.0223188Z [00:03:10.144]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:56.0224188Z [00:03:10.144]➜  packagefile github.com/ipfs/boxo/files=/tmp/go-build548448651/b188/_pkg_.a
2025-08-20T21:26:56.0225437Z [00:03:10.144]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:56.0226398Z [00:03:10.144]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:56.0227301Z [00:03:10.144]➜  packagefile path/filepath=/tmp/go-build548448651/b168/_pkg_.a
2025-08-20T21:26:56.0228232Z [00:03:10.144]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:56.0229679Z [00:03:10.144]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:56.0230576Z [00:03:10.144]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:56.0231217Z [00:03:10.144]➜  EOF
2025-08-20T21:26:56.0240109Z [00:03:10.146]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1220/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/tar=>github.com/ipfs/boxo@v0.34.0/tar;$WORK/b1220=>" -p github.com/ipfs/boxo/tar -lang=go1.24 -complete -installsuffix shared -buildid d-oF3QtoDGf_ttdGMCkG/d-oF3QtoDGf_ttdGMCkG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1220/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/tar/extractor.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/tar/sanitize.go
2025-08-20T21:26:56.0330091Z [00:03:10.155]➜  gcc -I /root/.go/src/plugin -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1210=/tmp/go-build -gno-record-gcc-switches -o $WORK/b1210/_cgo_.o $WORK/b1210/_cgo_main.o $WORK/b1210/preferlinkext $WORK/b1210/_x001.o $WORK/b1210/_x002.o -O2 -g -ldl # test for internal linking errors (succeeded)
2025-08-20T21:26:56.0334645Z [00:03:10.156]➜  TERM='dumb' /root/.go/pkg/tool/linux_amd64/cgo -dynpackage plugin -dynimport $WORK/b1210/_cgo_.o -dynout $WORK/b1210/_cgo_import.go
2025-08-20T21:26:56.0388736Z [00:03:10.161]➜  cat >/tmp/go-build548448651/b1210/importcfg << 'EOF' # internal
2025-08-20T21:26:56.0392059Z [00:03:10.161]➜  # import config
2025-08-20T21:26:56.0392770Z [00:03:10.161]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:56.0393652Z [00:03:10.161]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:56.0394553Z [00:03:10.161]➜  packagefile runtime/cgo=/tmp/go-build548448651/b166/_pkg_.a
2025-08-20T21:26:56.0395468Z [00:03:10.161]➜  packagefile syscall=/tmp/go-build548448651/b047/_pkg_.a
2025-08-20T21:26:56.0396398Z [00:03:10.161]➜  EOF
2025-08-20T21:26:56.0399822Z [00:03:10.162]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1210/_pkg_.a -trimpath "/root/.go/src/plugin=>plugin;$WORK/b1210=>" -p plugin -lang=go1.25 -std -installsuffix shared -buildid rQbzK9zOiWMcFhE4fjlP/rQbzK9zOiWMcFhE4fjlP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1210/importcfg -pack /root/.go/src/plugin/plugin.go $WORK/b1210/_cgo_gotypes.go $WORK/b1210/plugin_dlopen.cgo1.go $WORK/b1210/_cgo_import.go
2025-08-20T21:26:56.0512198Z [00:03:10.173]➜  go tool buildid -w $WORK/b1219/_pkg_.a # internal
2025-08-20T21:26:56.0513579Z [00:03:10.173]➜  cp $WORK/b1219/_pkg_.a /root/.cache/go-build/43/43ca0c445c8f1ce6c0958c350591d21e4d86674537538765097d51bf42dda206-d # internal
2025-08-20T21:26:56.0519829Z [00:03:10.174]➜  github.com/ipfs/go-cidutil/cidenc
2025-08-20T21:26:56.0522576Z [00:03:10.174]➜  mkdir -p $WORK/b1221/
2025-08-20T21:26:56.0530023Z [00:03:10.175]➜  cat >/tmp/go-build548448651/b1221/importcfg << 'EOF' # internal
2025-08-20T21:26:56.0533724Z [00:03:10.175]➜  # import config
2025-08-20T21:26:56.0534559Z [00:03:10.175]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:56.0535752Z [00:03:10.175]➜  packagefile github.com/multiformats/go-multibase=/tmp/go-build548448651/b231/_pkg_.a
2025-08-20T21:26:56.0536596Z [00:03:10.175]➜  EOF
2025-08-20T21:26:56.0540481Z [00:03:10.175]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1221/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-cidutil@v0.1.0/cidenc=>github.com/ipfs/go-cidutil@v0.1.0/cidenc;$WORK/b1221=>" -p github.com/ipfs/go-cidutil/cidenc -lang=go1.17 -complete -installsuffix shared -buildid _PfBNwIJjD-kfRHDTPHt/_PfBNwIJjD-kfRHDTPHt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1221/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-cidutil@v0.1.0/cidenc/encoder.go
2025-08-20T21:26:56.0741199Z [00:03:10.196]➜  go tool buildid -w $WORK/b1221/_pkg_.a # internal
2025-08-20T21:26:56.0747376Z [00:03:10.197]➜  cp $WORK/b1221/_pkg_.a /root/.cache/go-build/99/99acc63d44fd0b2ea719edd41a2ec4217a0c29f13fc0f1ee8bc1319dafe63503-d # internal
2025-08-20T21:26:56.0761290Z [00:03:10.197]➜  github.com/ipfs/kubo/core/commands/cmdutils
2025-08-20T21:26:56.0761931Z [00:03:10.197]➜  mkdir -p $WORK/b1223/
2025-08-20T21:26:56.0762628Z [00:03:10.197]➜  cat >/tmp/go-build548448651/b1223/importcfg << 'EOF' # internal
2025-08-20T21:26:56.0763326Z [00:03:10.197]➜  # import config
2025-08-20T21:26:56.0764014Z [00:03:10.197]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:56.0766506Z [00:03:10.197]➜  packagefile github.com/ipfs/boxo/path=/tmp/go-build548448651/b370/_pkg_.a
2025-08-20T21:26:56.0767629Z [00:03:10.197]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:56.0771270Z [00:03:10.197]➜  packagefile github.com/ipfs/go-ipfs-cmds=/tmp/go-build548448651/b377/_pkg_.a
2025-08-20T21:26:56.0772718Z [00:03:10.197]➜  packagefile github.com/ipfs/kubo/core/coreiface=/tmp/go-build548448651/b1025/_pkg_.a
2025-08-20T21:26:56.0773625Z [00:03:10.197]➜  EOF
2025-08-20T21:26:56.0777348Z [00:03:10.198]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1223/_pkg_.a -trimpath "/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/cmdutils=>github.com/ipfs/kubo/core/commands/cmdutils;$WORK/b1223=>" -p github.com/ipfs/kubo/core/commands/cmdutils -lang=go1.25 -complete -installsuffix shared -buildid EjpO1j4tsFL6lp54UPSZ/EjpO1j4tsFL6lp54UPSZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1223/importcfg -pack /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/cmdutils/utils.go
2025-08-20T21:26:56.0780905Z [00:03:10.198]➜  cd /root/.go/src/plugin
2025-08-20T21:26:56.0782002Z [00:03:10.198]➜  go tool pack r $WORK/b1210/_pkg_.a $WORK/b1210/preferlinkext $WORK/b1210/_x001.o $WORK/b1210/_x002.o # internal
2025-08-20T21:26:56.0783117Z [00:03:10.198]➜  go tool buildid -w $WORK/b1210/_pkg_.a # internal
2025-08-20T21:26:56.0789266Z [00:03:10.199]➜  cp $WORK/b1210/_pkg_.a /root/.cache/go-build/b3/b3eae32d59a9b33c01e187639551b737abe961639eecf03cbb9f5e7a9562296b-d # internal
2025-08-20T21:26:56.0795881Z [00:03:10.202]➜  github.com/ipfs/boxo/ipld/merkledag/traverse
2025-08-20T21:26:56.0798871Z [00:03:10.202]➜  mkdir -p $WORK/b1225/
2025-08-20T21:26:56.0800283Z [00:03:10.202]➜  cat >/tmp/go-build548448651/b1225/importcfg << 'EOF' # internal
2025-08-20T21:26:56.0802983Z [00:03:10.202]➜  # import config
2025-08-20T21:26:56.0803702Z [00:03:10.202]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:56.0804550Z [00:03:10.202]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:56.0805500Z [00:03:10.202]➜  packagefile github.com/gammazero/deque=/tmp/go-build548448651/b197/_pkg_.a
2025-08-20T21:26:56.0806586Z [00:03:10.202]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build548448651/b263/_pkg_.a
2025-08-20T21:26:56.0807487Z [00:03:10.202]➜  EOF
2025-08-20T21:26:56.0807999Z [00:03:10.202]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs
2025-08-20T21:26:56.0812194Z [00:03:10.202]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1225/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/ipld/merkledag/traverse=>github.com/ipfs/boxo@v0.34.0/ipld/merkledag/traverse;$WORK/b1225=>" -p github.com/ipfs/boxo/ipld/merkledag/traverse -lang=go1.24 -complete -installsuffix shared -buildid qQGc3XqPaj58pqaoUfq1/qQGc3XqPaj58pqaoUfq1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1225/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/ipld/merkledag/traverse/traverse.go
2025-08-20T21:26:56.1090748Z [00:03:10.229]➜  go tool buildid -w $WORK/b1223/_pkg_.a # internal
2025-08-20T21:26:56.1102342Z [00:03:10.230]➜  cp $WORK/b1223/_pkg_.a /root/.cache/go-build/b4/b42641c0116883112f5aa22d90d4018d194eec559d8702444f55a59da921716a-d # internal
2025-08-20T21:26:56.1103659Z [00:03:10.230]➜  github.com/ipfs/kubo/core/commands/e
2025-08-20T21:26:56.1104475Z [00:03:10.230]➜  mkdir -p $WORK/b1226/
2025-08-20T21:26:56.1122817Z [00:03:10.235]➜  cat >/tmp/go-build548448651/b1226/importcfg << 'EOF' # internal
2025-08-20T21:26:56.1126867Z [00:03:10.235]➜  # import config
2025-08-20T21:26:56.1127543Z [00:03:10.235]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:56.1128429Z [00:03:10.235]➜  packagefile runtime/debug=/tmp/go-build548448651/b260/_pkg_.a
2025-08-20T21:26:56.1129317Z [00:03:10.235]➜  EOF
2025-08-20T21:26:56.1132800Z [00:03:10.235]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1226/_pkg_.a -trimpath "/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/e=>github.com/ipfs/kubo/core/commands/e;$WORK/b1226=>" -p github.com/ipfs/kubo/core/commands/e -lang=go1.25 -complete -installsuffix shared -buildid l-FFjuogd2Ctfu-9sdtb/l-FFjuogd2Ctfu-9sdtb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1226/importcfg -pack /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/e/error.go
2025-08-20T21:26:56.1361376Z [00:03:10.258]➜  go tool buildid -w $WORK/b1226/_pkg_.a # internal
2025-08-20T21:26:56.1373222Z [00:03:10.260]➜  cp $WORK/b1226/_pkg_.a /root/.cache/go-build/89/89d0a7fdd8155ee302b3451e603f023e66a4f1ab21297d63262026d8addff3db-d # internal
2025-08-20T21:26:56.1383028Z [00:03:10.260]➜  github.com/ipfs/kubo/core/commands/keyencode
2025-08-20T21:26:56.1383711Z [00:03:10.260]➜  mkdir -p $WORK/b1227/
2025-08-20T21:26:56.1384487Z [00:03:10.260]➜  cat >/tmp/go-build548448651/b1227/importcfg << 'EOF' # internal
2025-08-20T21:26:56.1385196Z [00:03:10.260]➜  # import config
2025-08-20T21:26:56.1386023Z [00:03:10.260]➜  packagefile github.com/ipfs/go-ipfs-cmds=/tmp/go-build548448651/b377/_pkg_.a
2025-08-20T21:26:56.1387226Z [00:03:10.260]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:56.1388673Z [00:03:10.260]➜  packagefile github.com/multiformats/go-multibase=/tmp/go-build548448651/b231/_pkg_.a
2025-08-20T21:26:56.1389588Z [00:03:10.260]➜  EOF
2025-08-20T21:26:56.1409708Z [00:03:10.262]➜  go tool buildid -w $WORK/b1220/_pkg_.a # internal
2025-08-20T21:26:56.1414226Z [00:03:10.262]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1227/_pkg_.a -trimpath "/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/keyencode=>github.com/ipfs/kubo/core/commands/keyencode;$WORK/b1227=>" -p github.com/ipfs/kubo/core/commands/keyencode -lang=go1.25 -complete -installsuffix shared -buildid gAtTyYka-IfaFDhJlXeM/gAtTyYka-IfaFDhJlXeM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1227/importcfg -pack /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/keyencode/keyencode.go
2025-08-20T21:26:56.1418949Z [00:03:10.263]➜  cp $WORK/b1220/_pkg_.a /root/.cache/go-build/e0/e01c6acc57b5de600acc04e77e2ed58fd29994ace1ffb1e9f9631130de268f57-d # internal
2025-08-20T21:26:56.1420522Z [00:03:10.263]➜  github.com/ipfs/kubo/profile
2025-08-20T21:26:56.1421296Z [00:03:10.263]➜  mkdir -p $WORK/b1235/
2025-08-20T21:26:56.1422333Z [00:03:10.263]➜  cat >/tmp/go-build548448651/b1235/importcfg << 'EOF' # internal
2025-08-20T21:26:56.1423567Z [00:03:10.263]➜  # import config
2025-08-20T21:26:56.1425309Z [00:03:10.263]➜  packagefile archive/zip=/tmp/go-build548448651/b1155/_pkg_.a
2025-08-20T21:26:56.1426241Z [00:03:10.263]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:56.1427096Z [00:03:10.263]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:56.1428004Z [00:03:10.263]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:56.1429144Z [00:03:10.263]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:56.1430125Z [00:03:10.263]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:56.1431196Z [00:03:10.263]➜  packagefile github.com/ipfs/kubo=/tmp/go-build548448651/b401/_pkg_.a
2025-08-20T21:26:56.1432123Z [00:03:10.263]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:56.1433092Z [00:03:10.263]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:56.1434113Z [00:03:10.263]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:56.1435067Z [00:03:10.263]➜  packagefile runtime/pprof=/tmp/go-build548448651/b636/_pkg_.a
2025-08-20T21:26:56.1436008Z [00:03:10.263]➜  packagefile runtime/trace=/tmp/go-build548448651/b522/_pkg_.a
2025-08-20T21:26:56.1436862Z [00:03:10.263]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:56.1437670Z [00:03:10.263]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:56.1438297Z [00:03:10.263]➜  EOF
2025-08-20T21:26:56.1442197Z [00:03:10.265]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1235/_pkg_.a -trimpath "/tmp/tmp.S0mpzmTmXg/TEMPREPO/profile=>github.com/ipfs/kubo/profile;$WORK/b1235=>" -p github.com/ipfs/kubo/profile -lang=go1.25 -complete -installsuffix shared -buildid 7Q5O5MaemKkU4sdceI9l/7Q5O5MaemKkU4sdceI9l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1235/importcfg -pack /tmp/tmp.S0mpzmTmXg/TEMPREPO/profile/goroutines.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/profile/profile.go
2025-08-20T21:26:56.1823796Z [00:03:10.305]➜  go tool buildid -w $WORK/b1227/_pkg_.a # internal
2025-08-20T21:26:56.1831468Z [00:03:10.305]➜  cp $WORK/b1227/_pkg_.a /root/.cache/go-build/bf/bf9234955ecc1fbaba615cf5ac279f3167217561e9524f9c47cc05f65b26c72e-d # internal
2025-08-20T21:26:56.1837211Z [00:03:10.306]➜  github.com/whyrusleeping/go-sysinfo
2025-08-20T21:26:56.1840143Z [00:03:10.306]➜  mkdir -p $WORK/b1236/
2025-08-20T21:26:56.1842947Z [00:03:10.307]➜  cat >/tmp/go-build548448651/b1236/importcfg << 'EOF' # internal
2025-08-20T21:26:56.1851349Z [00:03:10.307]➜  # import config
2025-08-20T21:26:56.1852017Z [00:03:10.307]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:56.1852822Z [00:03:10.307]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:56.1853608Z [00:03:10.307]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:56.1860014Z [00:03:10.307]➜  packagefile github.com/dustin/go-humanize=/tmp/go-build548448651/b655/_pkg_.a
2025-08-20T21:26:56.1861315Z [00:03:10.307]➜  packagefile io/ioutil=/tmp/go-build548448651/b509/_pkg_.a
2025-08-20T21:26:56.1862354Z [00:03:10.307]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:56.1863136Z [00:03:10.307]➜  packagefile syscall=/tmp/go-build548448651/b047/_pkg_.a
2025-08-20T21:26:56.1863729Z [00:03:10.307]➜  EOF
2025-08-20T21:26:56.1870856Z [00:03:10.307]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1236/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/whyrusleeping/go-sysinfo@v0.0.0-20190219211824-4a357d4b90b1=>github.com/whyrusleeping/go-sysinfo@v0.0.0-20190219211824-4a357d4b90b1;$WORK/b1236=>" -p github.com/whyrusleeping/go-sysinfo -lang=go1.16 -complete -installsuffix shared -buildid hQ4BvNB79RJMdA8kBV2Z/hQ4BvNB79RJMdA8kBV2Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1236/importcfg -pack /root/go/pkg/mod/github.com/whyrusleeping/go-sysinfo@v0.0.0-20190219211824-4a357d4b90b1/info.go /root/go/pkg/mod/github.com/whyrusleeping/go-sysinfo@v0.0.0-20190219211824-4a357d4b90b1/info_linux.go
2025-08-20T21:26:56.1945384Z [00:03:10.317]➜  go tool buildid -w $WORK/b1225/_pkg_.a # internal
2025-08-20T21:26:56.1961076Z [00:03:10.318]➜  cp $WORK/b1225/_pkg_.a /root/.cache/go-build/7a/7ab26b564d7647abc11bd60e3f6e3f211f2ed24875e8af85f67994be485e2433-d # internal
2025-08-20T21:26:56.1996293Z [00:03:10.322]➜  github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil/header
2025-08-20T21:26:56.1997416Z [00:03:10.322]➜  mkdir -p $WORK/b1241/
2025-08-20T21:26:56.2006083Z [00:03:10.323]➜  cat >/tmp/go-build548448651/b1241/importcfg << 'EOF' # internal
2025-08-20T21:26:56.2007041Z [00:03:10.323]➜  # import config
2025-08-20T21:26:56.2009694Z [00:03:10.323]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:56.2010520Z [00:03:10.323]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:56.2011303Z [00:03:10.323]➜  EOF
2025-08-20T21:26:56.2016659Z [00:03:10.323]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1241/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/client_golang@v1.23.0/internal/github.com/golang/gddo/httputil/header=>github.com/prometheus/client_golang@v1.23.0/internal/github.com/golang/gddo/httputil/header;$WORK/b1241=>" -p github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil/header -lang=go1.23 -complete -installsuffix shared -buildid A4t1sTVP3q8pwoYl1jmJ/A4t1sTVP3q8pwoYl1jmJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1241/importcfg -pack /root/go/pkg/mod/github.com/prometheus/client_golang@v1.23.0/internal/github.com/golang/gddo/httputil/header/header.go
2025-08-20T21:26:56.2234624Z [00:03:10.346]➜  go tool buildid -w $WORK/b1235/_pkg_.a # internal
2025-08-20T21:26:56.2245465Z [00:03:10.347]➜  cp $WORK/b1235/_pkg_.a /root/.cache/go-build/6c/6cdd2712d935e6a902a799bb2879a344997f00f8c285aa9d083defe2a5a4a785-d # internal
2025-08-20T21:26:56.2250185Z [00:03:10.347]➜  github.com/prometheus/client_golang/prometheus/promhttp/internal
2025-08-20T21:26:56.2251942Z [00:03:10.347]➜  mkdir -p $WORK/b1242/
2025-08-20T21:26:56.2252633Z [00:03:10.348]➜  go tool buildid -w $WORK/b1236/_pkg_.a # internal
2025-08-20T21:26:56.2263447Z [00:03:10.348]➜  cp $WORK/b1236/_pkg_.a /root/.cache/go-build/6b/6bd56c4a6521ecc6b4c79c5cf43f7c790444e23a7fac0e94d30add8f5ed4c689-d # internal
2025-08-20T21:26:56.2265160Z [00:03:10.349]➜  cat >/tmp/go-build548448651/b1242/importcfg << 'EOF' # internal
2025-08-20T21:26:56.2266739Z [00:03:10.349]➜  # import config
2025-08-20T21:26:56.2267483Z [00:03:10.349]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:56.2268058Z [00:03:10.349]➜  EOF
2025-08-20T21:26:56.2272577Z [00:03:10.349]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1242/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/client_golang@v1.23.0/prometheus/promhttp/internal=>github.com/prometheus/client_golang@v1.23.0/prometheus/promhttp/internal;$WORK/b1242=>" -p github.com/prometheus/client_golang/prometheus/promhttp/internal -lang=go1.23 -complete -installsuffix shared -buildid 1-WaiRhBLgn6icg9IvEK/1-WaiRhBLgn6icg9IvEK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1242/importcfg -pack /root/go/pkg/mod/github.com/prometheus/client_golang@v1.23.0/prometheus/promhttp/internal/compression.go
2025-08-20T21:26:56.2278487Z [00:03:10.349]➜  github.com/go-logfmt/logfmt
2025-08-20T21:26:56.2279322Z [00:03:10.349]➜  mkdir -p $WORK/b1245/
2025-08-20T21:26:56.2280070Z [00:03:10.350]➜  cat >/tmp/go-build548448651/b1245/importcfg << 'EOF' # internal
2025-08-20T21:26:56.2280676Z [00:03:10.350]➜  # import config
2025-08-20T21:26:56.2281342Z [00:03:10.350]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:56.2282135Z [00:03:10.350]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:56.2282966Z [00:03:10.350]➜  packagefile encoding=/tmp/go-build548448651/b053/_pkg_.a
2025-08-20T21:26:56.2283996Z [00:03:10.350]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:56.2284798Z [00:03:10.350]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:56.2285586Z [00:03:10.350]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:56.2286358Z [00:03:10.350]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:56.2287154Z [00:03:10.350]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:56.2287937Z [00:03:10.350]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:56.2288922Z [00:03:10.350]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:56.2289742Z [00:03:10.350]➜  packagefile unicode=/tmp/go-build548448651/b041/_pkg_.a
2025-08-20T21:26:56.2290606Z [00:03:10.350]➜  packagefile unicode/utf16=/tmp/go-build548448651/b069/_pkg_.a
2025-08-20T21:26:56.2291660Z [00:03:10.350]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:56.2292330Z [00:03:10.350]➜  EOF
2025-08-20T21:26:56.2297033Z [00:03:10.350]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1245/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-logfmt/logfmt@v0.6.0=>github.com/go-logfmt/logfmt@v0.6.0;$WORK/b1245=>" -p github.com/go-logfmt/logfmt -lang=go1.17 -complete -installsuffix shared -buildid BFPFx_3M2h-hpxwW8A58/BFPFx_3M2h-hpxwW8A58 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1245/importcfg -pack /root/go/pkg/mod/github.com/go-logfmt/logfmt@v0.6.0/decode.go /root/go/pkg/mod/github.com/go-logfmt/logfmt@v0.6.0/doc.go /root/go/pkg/mod/github.com/go-logfmt/logfmt@v0.6.0/encode.go /root/go/pkg/mod/github.com/go-logfmt/logfmt@v0.6.0/jsonstring.go
2025-08-20T21:26:56.2349618Z [00:03:10.357]➜  go tool buildid -w $WORK/b1241/_pkg_.a # internal
2025-08-20T21:26:56.2354710Z [00:03:10.358]➜  go tool buildid -w $WORK/b1242/_pkg_.a # internal
2025-08-20T21:26:56.2366162Z [00:03:10.359]➜  cp $WORK/b1242/_pkg_.a /root/.cache/go-build/c5/c522526f3078792ae23e44161360277bb16f5215a93a16621facd0d8ea36488f-d # internal
2025-08-20T21:26:56.2369489Z [00:03:10.359]➜  cp $WORK/b1241/_pkg_.a /root/.cache/go-build/44/44add2d9f23b873fe9cd42cdeac966eb15bc181de7bd2cd114e9c9a5daef01b7-d # internal
2025-08-20T21:26:56.2377172Z [00:03:10.359]➜  github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil
2025-08-20T21:26:56.2378076Z [00:03:10.360]➜  mkdir -p $WORK/b1240/
2025-08-20T21:26:56.2379019Z [00:03:10.360]➜  cat >/tmp/go-build548448651/b1240/importcfg << 'EOF' # internal
2025-08-20T21:26:56.2380400Z [00:03:10.360]➜  # import config
2025-08-20T21:26:56.2382149Z [00:03:10.360]➜  packagefile github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil/header=/tmp/go-build548448651/b1241/_pkg_.a
2025-08-20T21:26:56.2383786Z [00:03:10.360]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:56.2384636Z [00:03:10.360]➜  EOF
2025-08-20T21:26:56.2395815Z [00:03:10.360]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1240/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/client_golang@v1.23.0/internal/github.com/golang/gddo/httputil=>github.com/prometheus/client_golang@v1.23.0/internal/github.com/golang/gddo/httputil;$WORK/b1240=>" -p github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil -lang=go1.23 -complete -installsuffix shared -buildid GGqidm6zN25CNaJHPsjF/GGqidm6zN25CNaJHPsjF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1240/importcfg -pack /root/go/pkg/mod/github.com/prometheus/client_golang@v1.23.0/internal/github.com/golang/gddo/httputil/negotiate.go
2025-08-20T21:26:56.2400513Z [00:03:10.361]➜  gopkg.in/yaml.v2
2025-08-20T21:26:56.2401067Z [00:03:10.361]➜  mkdir -p $WORK/b1249/
2025-08-20T21:26:56.2401792Z [00:03:10.361]➜  cat >/tmp/go-build548448651/b1249/importcfg << 'EOF' # internal
2025-08-20T21:26:56.2402463Z [00:03:10.361]➜  # import config
2025-08-20T21:26:56.2403091Z [00:03:10.361]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:56.2404056Z [00:03:10.361]➜  packagefile encoding=/tmp/go-build548448651/b053/_pkg_.a
2025-08-20T21:26:56.2404945Z [00:03:10.361]➜  packagefile encoding/base64=/tmp/go-build548448651/b054/_pkg_.a
2025-08-20T21:26:56.2405838Z [00:03:10.361]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:56.2406673Z [00:03:10.361]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:56.2407483Z [00:03:10.362]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:56.2408291Z [00:03:10.362]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:56.2409341Z [00:03:10.362]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:56.2410201Z [00:03:10.362]➜  packagefile regexp=/tmp/go-build548448651/b192/_pkg_.a
2025-08-20T21:26:56.2411038Z [00:03:10.362]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:56.2411837Z [00:03:10.362]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:56.2412922Z [00:03:10.362]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:56.2413941Z [00:03:10.362]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:56.2414790Z [00:03:10.362]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:56.2415614Z [00:03:10.362]➜  packagefile unicode=/tmp/go-build548448651/b041/_pkg_.a
2025-08-20T21:26:56.2416505Z [00:03:10.362]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:56.2417185Z [00:03:10.362]➜  EOF
2025-08-20T21:26:56.2427300Z [00:03:10.362]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1249/_pkg_.a -trimpath "/root/go/pkg/mod/gopkg.in/yaml.v2@v2.4.0=>gopkg.in/yaml.v2@v2.4.0;$WORK/b1249=>" -p gopkg.in/yaml.v2 -lang=go1.15 -complete -installsuffix shared -buildid gu-TbjL_AyIN-WHQ_nrS/gu-TbjL_AyIN-WHQ_nrS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1249/importcfg -pack /root/go/pkg/mod/gopkg.in/yaml.v2@v2.4.0/apic.go /root/go/pkg/mod/gopkg.in/yaml.v2@v2.4.0/decode.go /root/go/pkg/mod/gopkg.in/yaml.v2@v2.4.0/emitterc.go /root/go/pkg/mod/gopkg.in/yaml.v2@v2.4.0/encode.go /root/go/pkg/mod/gopkg.in/yaml.v2@v2.4.0/parserc.go /root/go/pkg/mod/gopkg.in/yaml.v2@v2.4.0/readerc.go /root/go/pkg/mod/gopkg.in/yaml.v2@v2.4.0/resolve.go /root/go/pkg/mod/gopkg.in/yaml.v2@v2.4.0/scannerc.go /root/go/pkg/mod/gopkg.in/yaml.v2@v2.4.0/sorter.go /root/go/pkg/mod/gopkg.in/yaml.v2@v2.4.0/writerc.go /root/go/pkg/mod/gopkg.in/yaml.v2@v2.4.0/yaml.go /root/go/pkg/mod/gopkg.in/yaml.v2@v2.4.0/yamlh.go /root/go/pkg/mod/gopkg.in/yaml.v2@v2.4.0/yamlprivateh.go
2025-08-20T21:26:56.2586280Z [00:03:10.381]➜  go tool buildid -w $WORK/b403/_pkg_.a # internal
2025-08-20T21:26:56.2592353Z [00:03:10.382]➜  go tool buildid -w $WORK/b1240/_pkg_.a # internal
2025-08-20T21:26:56.2602747Z [00:03:10.383]➜  cp $WORK/b1240/_pkg_.a /root/.cache/go-build/3b/3b3cd0bcb054f64e41d2580bbf07099807ae04f100394113475deff8507a2338-d # internal
2025-08-20T21:26:56.2621110Z [00:03:10.384]➜  github.com/prometheus/client_golang/prometheus/promhttp
2025-08-20T21:26:56.2623600Z [00:03:10.385]➜  mkdir -p $WORK/b1239/
2025-08-20T21:26:56.2631726Z [00:03:10.386]➜  cat >/tmp/go-build548448651/b1239/importcfg << 'EOF' # internal
2025-08-20T21:26:56.2635630Z [00:03:10.386]➜  # import config
2025-08-20T21:26:56.2636231Z [00:03:10.386]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:56.2636990Z [00:03:10.386]➜  packagefile compress/gzip=/tmp/go-build548448651/b075/_pkg_.a
2025-08-20T21:26:56.2637739Z [00:03:10.386]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:56.2638466Z [00:03:10.386]➜  packagefile crypto/tls=/tmp/go-build548448651/b110/_pkg_.a
2025-08-20T21:26:56.2639397Z [00:03:10.386]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:56.2640233Z [00:03:10.386]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:56.2641475Z [00:03:10.386]➜  packagefile github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil=/tmp/go-build548448651/b1240/_pkg_.a
2025-08-20T21:26:56.2643062Z [00:03:10.386]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build548448651/b387/_pkg_.a
2025-08-20T21:26:56.2644483Z [00:03:10.386]➜  packagefile github.com/prometheus/client_golang/prometheus/promhttp/internal=/tmp/go-build548448651/b1242/_pkg_.a
2025-08-20T21:26:56.2645806Z [00:03:10.386]➜  packagefile github.com/prometheus/client_model/go=/tmp/go-build548448651/b391/_pkg_.a
2025-08-20T21:26:56.2646923Z [00:03:10.386]➜  packagefile github.com/prometheus/common/expfmt=/tmp/go-build548448651/b395/_pkg_.a
2025-08-20T21:26:56.2647827Z [00:03:10.386]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:56.2648738Z [00:03:10.386]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:56.2649525Z [00:03:10.386]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:56.2650363Z [00:03:10.386]➜  packagefile net/http/httptrace=/tmp/go-build548448651/b181/_pkg_.a
2025-08-20T21:26:56.2651318Z [00:03:10.386]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:56.2652192Z [00:03:10.386]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:56.2652954Z [00:03:10.386]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:56.2653681Z [00:03:10.386]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:56.2654250Z [00:03:10.386]➜  EOF
2025-08-20T21:26:56.2662090Z [00:03:10.386]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1239/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/client_golang@v1.23.0/prometheus/promhttp=>github.com/prometheus/client_golang@v1.23.0/prometheus/promhttp;$WORK/b1239=>" -p github.com/prometheus/client_golang/prometheus/promhttp -lang=go1.23 -complete -installsuffix shared -buildid nH5PdyURYfLdcuaXfOQn/nH5PdyURYfLdcuaXfOQn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1239/importcfg -pack /root/go/pkg/mod/github.com/prometheus/client_golang@v1.23.0/prometheus/promhttp/delegator.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.23.0/prometheus/promhttp/http.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.23.0/prometheus/promhttp/instrument_client.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.23.0/prometheus/promhttp/instrument_server.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.23.0/prometheus/promhttp/option.go
2025-08-20T21:26:56.2687823Z [00:03:10.391]➜  cp $WORK/b403/_pkg_.a /root/.cache/go-build/8d/8dcc0fce97dcef5f3b9bc4881e16f4e5d8587e392fba55b2d89c4be38a74e7a9-d # internal
2025-08-20T21:26:56.2689375Z [00:03:10.391]➜  github.com/ipfs/kubo/core/coreunix
2025-08-20T21:26:56.2690006Z [00:03:10.391]➜  mkdir -p $WORK/b1026/
2025-08-20T21:26:56.2694735Z [00:03:10.392]➜  cat >/tmp/go-build548448651/b1026/importcfg << 'EOF' # internal
2025-08-20T21:26:56.2704176Z [00:03:10.392]➜  # import config
2025-08-20T21:26:56.2704847Z [00:03:10.392]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:56.2705666Z [00:03:10.392]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:56.2706459Z [00:03:10.392]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:56.2707549Z [00:03:10.392]➜  packagefile github.com/ipfs/boxo/blockstore=/tmp/go-build548448651/b224/_pkg_.a
2025-08-20T21:26:56.2708849Z [00:03:10.392]➜  packagefile github.com/ipfs/boxo/chunker=/tmp/go-build548448651/b470/_pkg_.a
2025-08-20T21:26:56.2709971Z [00:03:10.392]➜  packagefile github.com/ipfs/boxo/files=/tmp/go-build548448651/b188/_pkg_.a
2025-08-20T21:26:56.2711131Z [00:03:10.392]➜  packagefile github.com/ipfs/boxo/filestore/posinfo=/tmp/go-build548448651/b467/_pkg_.a
2025-08-20T21:26:56.2712704Z [00:03:10.392]➜  packagefile github.com/ipfs/boxo/ipld/merkledag=/tmp/go-build548448651/b196/_pkg_.a
2025-08-20T21:26:56.2714314Z [00:03:10.392]➜  packagefile github.com/ipfs/boxo/ipld/unixfs=/tmp/go-build548448651/b195/_pkg_.a
2025-08-20T21:26:56.2715986Z [00:03:10.392]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/importer/balanced=/tmp/go-build548448651/b1027/_pkg_.a
2025-08-20T21:26:56.2718820Z [00:03:10.392]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/importer/helpers=/tmp/go-build548448651/b480/_pkg_.a
2025-08-20T21:26:56.2720341Z [00:03:10.392]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/importer/trickle=/tmp/go-build548448651/b481/_pkg_.a
2025-08-20T21:26:56.2721685Z [00:03:10.392]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/io=/tmp/go-build548448651/b472/_pkg_.a
2025-08-20T21:26:56.2722814Z [00:03:10.392]➜  packagefile github.com/ipfs/boxo/mfs=/tmp/go-build548448651/b469/_pkg_.a
2025-08-20T21:26:56.2723893Z [00:03:10.392]➜  packagefile github.com/ipfs/boxo/path=/tmp/go-build548448651/b370/_pkg_.a
2025-08-20T21:26:56.2725023Z [00:03:10.392]➜  packagefile github.com/ipfs/boxo/pinning/pinner=/tmp/go-build548448651/b530/_pkg_.a
2025-08-20T21:26:56.2726127Z [00:03:10.392]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:56.2727518Z [00:03:10.392]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build548448651/b263/_pkg_.a
2025-08-20T21:26:56.2729011Z [00:03:10.392]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:56.2730155Z [00:03:10.392]➜  packagefile github.com/ipfs/kubo/core=/tmp/go-build548448651/b403/_pkg_.a
2025-08-20T21:26:56.2731346Z [00:03:10.392]➜  packagefile github.com/ipfs/kubo/core/coreiface=/tmp/go-build548448651/b1025/_pkg_.a
2025-08-20T21:26:56.2732549Z [00:03:10.392]➜  packagefile github.com/ipfs/kubo/tracing=/tmp/go-build548448651/b1028/_pkg_.a
2025-08-20T21:26:56.2733516Z [00:03:10.392]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:56.2734321Z [00:03:10.392]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:56.2735141Z [00:03:10.392]➜  packagefile path=/tmp/go-build548448651/b063/_pkg_.a
2025-08-20T21:26:56.2735990Z [00:03:10.392]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:56.2736818Z [00:03:10.392]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:56.2737447Z [00:03:10.392]➜  EOF
2025-08-20T21:26:56.2741383Z [00:03:10.392]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1026/_pkg_.a -trimpath "/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreunix=>github.com/ipfs/kubo/core/coreunix;$WORK/b1026=>" -p github.com/ipfs/kubo/core/coreunix -lang=go1.25 -complete -installsuffix shared -buildid MfQvsgIXDLrZmcm9AT_H/MfQvsgIXDLrZmcm9AT_H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1026/importcfg -pack /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreunix/add.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreunix/metadata.go
2025-08-20T21:26:56.3246282Z [00:03:10.447]➜  go tool buildid -w $WORK/b1245/_pkg_.a # internal
2025-08-20T21:26:56.3263759Z [00:03:10.449]➜  cp $WORK/b1245/_pkg_.a /root/.cache/go-build/3a/3a67ef7a3875c842a1babf18190cd8ce9331d232c38c14e1bbda4c197fa6f17f-d # internal
2025-08-20T21:26:56.3266498Z [00:03:10.449]➜  github.com/ipfs/kubo/plugin
2025-08-20T21:26:56.3268058Z [00:03:10.449]➜  mkdir -p $WORK/b1145/
2025-08-20T21:26:56.3274206Z [00:03:10.450]➜  cat >/tmp/go-build548448651/b1145/importcfg << 'EOF' # internal
2025-08-20T21:26:56.3274931Z [00:03:10.450]➜  # import config
2025-08-20T21:26:56.3275927Z [00:03:10.450]➜  packagefile github.com/ipfs/kubo/core=/tmp/go-build548448651/b403/_pkg_.a
2025-08-20T21:26:56.3277055Z [00:03:10.450]➜  packagefile github.com/ipfs/kubo/core/coreiface=/tmp/go-build548448651/b1025/_pkg_.a
2025-08-20T21:26:56.3278210Z [00:03:10.450]➜  packagefile github.com/ipfs/kubo/repo/fsrepo=/tmp/go-build548448651/b1146/_pkg_.a
2025-08-20T21:26:56.3279757Z [00:03:10.450]➜  packagefile github.com/ipld/go-ipld-prime/multicodec=/tmp/go-build548448651/b344/_pkg_.a
2025-08-20T21:26:56.3281071Z [00:03:10.450]➜  packagefile github.com/opentracing/opentracing-go=/tmp/go-build548448651/b1158/_pkg_.a
2025-08-20T21:26:56.3282177Z [00:03:10.450]➜  packagefile go.uber.org/fx=/tmp/go-build548448651/b940/_pkg_.a
2025-08-20T21:26:56.3282882Z [00:03:10.450]➜  EOF
2025-08-20T21:26:56.3288236Z [00:03:10.450]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1145/_pkg_.a -trimpath "/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin=>github.com/ipfs/kubo/plugin;$WORK/b1145=>" -p github.com/ipfs/kubo/plugin -lang=go1.25 -complete -installsuffix shared -buildid mcBsRxr9Ym8gmegWk8KH/mcBsRxr9Ym8gmegWk8KH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1145/importcfg -pack /tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/daemon.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/daemoninternal.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/datastore.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/fx.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/ipld.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/plugin.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/tracer.go
2025-08-20T21:26:56.6846881Z [00:03:10.807]➜  go tool buildid -w $WORK/b1145/_pkg_.a # internal
2025-08-20T21:26:56.6919929Z [00:03:10.814]➜  cp $WORK/b1145/_pkg_.a /root/.cache/go-build/c3/c3ae96f8fa9ced680d0f0817411139e6c1fe84eabecfae970546d7edbb3e489e-d # internal
2025-08-20T21:26:56.6922815Z [00:03:10.814]➜  github.com/ipfs/kubo/plugin/plugins/badgerds
2025-08-20T21:26:56.6925498Z [00:03:10.815]➜  mkdir -p $WORK/b1160/
2025-08-20T21:26:56.6929330Z [00:03:10.815]➜  cat >/tmp/go-build548448651/b1160/importcfg << 'EOF' # internal
2025-08-20T21:26:56.6930571Z [00:03:10.815]➜  # import config
2025-08-20T21:26:56.6931803Z [00:03:10.815]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:56.6933682Z [00:03:10.815]➜  packagefile github.com/dustin/go-humanize=/tmp/go-build548448651/b655/_pkg_.a
2025-08-20T21:26:56.6934829Z [00:03:10.815]➜  packagefile github.com/ipfs/go-ds-badger=/tmp/go-build548448651/b1161/_pkg_.a
2025-08-20T21:26:56.6935943Z [00:03:10.815]➜  packagefile github.com/ipfs/kubo/plugin=/tmp/go-build548448651/b1145/_pkg_.a
2025-08-20T21:26:56.6937040Z [00:03:10.815]➜  packagefile github.com/ipfs/kubo/repo=/tmp/go-build548448651/b967/_pkg_.a
2025-08-20T21:26:56.6938165Z [00:03:10.815]➜  packagefile github.com/ipfs/kubo/repo/fsrepo=/tmp/go-build548448651/b1146/_pkg_.a
2025-08-20T21:26:56.6939377Z [00:03:10.815]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:56.6940278Z [00:03:10.815]➜  packagefile path/filepath=/tmp/go-build548448651/b168/_pkg_.a
2025-08-20T21:26:56.6940969Z [00:03:10.815]➜  EOF
2025-08-20T21:26:56.6944693Z [00:03:10.815]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1160/_pkg_.a -trimpath "/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/plugins/badgerds=>github.com/ipfs/kubo/plugin/plugins/badgerds;$WORK/b1160=>" -p github.com/ipfs/kubo/plugin/plugins/badgerds -lang=go1.25 -complete -installsuffix shared -buildid lVdbtUE567-ndRbIEskB/lVdbtUE567-ndRbIEskB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1160/importcfg -pack /tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/plugins/badgerds/badgerds.go
2025-08-20T21:26:56.7736836Z [00:03:10.896]➜  go tool buildid -w $WORK/b1026/_pkg_.a # internal
2025-08-20T21:26:56.7766646Z [00:03:10.899]➜  go tool buildid -w $WORK/b1160/_pkg_.a # internal
2025-08-20T21:26:56.7780412Z [00:03:10.900]➜  cp $WORK/b1160/_pkg_.a /root/.cache/go-build/eb/eb9c5e202379333a884630135862b36bfaefaeb837feab5720206a6746dba6b7-d # internal
2025-08-20T21:26:56.7813198Z [00:03:10.904]➜  github.com/ipfs/kubo/plugin/plugins/dagjose
2025-08-20T21:26:56.7816098Z [00:03:10.904]➜  mkdir -p $WORK/b1177/
2025-08-20T21:26:56.7837783Z [00:03:10.904]➜  cat >/tmp/go-build548448651/b1177/importcfg << 'EOF' # internal
2025-08-20T21:26:56.7844863Z [00:03:10.904]➜  # import config
2025-08-20T21:26:56.7845857Z [00:03:10.904]➜  packagefile github.com/ceramicnetwork/go-dag-jose/dagjose=/tmp/go-build548448651/b1178/_pkg_.a
2025-08-20T21:26:56.7847087Z [00:03:10.904]➜  packagefile github.com/ipfs/kubo/plugin=/tmp/go-build548448651/b1145/_pkg_.a
2025-08-20T21:26:56.7848267Z [00:03:10.904]➜  packagefile github.com/ipld/go-ipld-prime/multicodec=/tmp/go-build548448651/b344/_pkg_.a
2025-08-20T21:26:56.7849718Z [00:03:10.904]➜  packagefile github.com/multiformats/go-multicodec=/tmp/go-build548448651/b327/_pkg_.a
2025-08-20T21:26:56.7850522Z [00:03:10.904]➜  EOF
2025-08-20T21:26:56.7854506Z [00:03:10.905]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1177/_pkg_.a -trimpath "/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/plugins/dagjose=>github.com/ipfs/kubo/plugin/plugins/dagjose;$WORK/b1177=>" -p github.com/ipfs/kubo/plugin/plugins/dagjose -lang=go1.25 -complete -installsuffix shared -buildid V5_I4pPW9pr-02FtMYGy/V5_I4pPW9pr-02FtMYGy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1177/importcfg -pack /tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/plugins/dagjose/dagjose.go
2025-08-20T21:26:56.7901837Z [00:03:10.912]➜  cp $WORK/b1026/_pkg_.a /root/.cache/go-build/8c/8ce241941b54ab5dd01e97afc86cea18b49045c3218d279e56983bdd42a7f27d-d # internal
2025-08-20T21:26:56.7908882Z [00:03:10.913]➜  github.com/ipfs/kubo/core/coreapi
2025-08-20T21:26:56.7911491Z [00:03:10.913]➜  mkdir -p $WORK/b1022/
2025-08-20T21:26:56.7927984Z [00:03:10.915]➜  cat >/tmp/go-build548448651/b1022/importcfg << 'EOF' # internal
2025-08-20T21:26:56.7936720Z [00:03:10.915]➜  # import config
2025-08-20T21:26:56.7937610Z [00:03:10.915]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:56.7938872Z [00:03:10.915]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:56.7939829Z [00:03:10.915]➜  packagefile crypto/rand=/tmp/go-build548448651/b082/_pkg_.a
2025-08-20T21:26:56.7940661Z [00:03:10.915]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:56.7941459Z [00:03:10.915]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:56.7942444Z [00:03:10.915]➜  packagefile github.com/ipfs/boxo/blockservice=/tmp/go-build548448651/b198/_pkg_.a
2025-08-20T21:26:56.7943607Z [00:03:10.915]➜  packagefile github.com/ipfs/boxo/blockstore=/tmp/go-build548448651/b224/_pkg_.a
2025-08-20T21:26:56.7944741Z [00:03:10.915]➜  packagefile github.com/ipfs/boxo/exchange=/tmp/go-build548448651/b330/_pkg_.a
2025-08-20T21:26:56.7945948Z [00:03:10.915]➜  packagefile github.com/ipfs/boxo/exchange/offline=/tmp/go-build548448651/b666/_pkg_.a
2025-08-20T21:26:56.7947106Z [00:03:10.915]➜  packagefile github.com/ipfs/boxo/fetcher=/tmp/go-build548448651/b464/_pkg_.a
2025-08-20T21:26:56.7948233Z [00:03:10.915]➜  packagefile github.com/ipfs/boxo/files=/tmp/go-build548448651/b188/_pkg_.a
2025-08-20T21:26:56.7949759Z [00:03:10.915]➜  packagefile github.com/ipfs/boxo/filestore=/tmp/go-build548448651/b465/_pkg_.a
2025-08-20T21:26:56.7950897Z [00:03:10.915]➜  packagefile github.com/ipfs/boxo/ipld/merkledag=/tmp/go-build548448651/b196/_pkg_.a
2025-08-20T21:26:56.7952177Z [00:03:10.915]➜  packagefile github.com/ipfs/boxo/ipld/merkledag/dagutils=/tmp/go-build548448651/b960/_pkg_.a
2025-08-20T21:26:56.7953516Z [00:03:10.915]➜  packagefile github.com/ipfs/boxo/ipld/merkledag/test=/tmp/go-build548448651/b1023/_pkg_.a
2025-08-20T21:26:56.7954729Z [00:03:10.915]➜  packagefile github.com/ipfs/boxo/ipld/unixfs=/tmp/go-build548448651/b195/_pkg_.a
2025-08-20T21:26:56.7956018Z [00:03:10.915]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/file=/tmp/go-build548448651/b671/_pkg_.a
2025-08-20T21:26:56.7957265Z [00:03:10.915]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/io=/tmp/go-build548448651/b472/_pkg_.a
2025-08-20T21:26:56.7958778Z [00:03:10.915]➜  packagefile github.com/ipfs/boxo/ipns=/tmp/go-build548448651/b483/_pkg_.a
2025-08-20T21:26:56.7960054Z [00:03:10.915]➜  packagefile github.com/ipfs/boxo/keystore=/tmp/go-build548448651/b525/_pkg_.a
2025-08-20T21:26:56.7961147Z [00:03:10.915]➜  packagefile github.com/ipfs/boxo/mfs=/tmp/go-build548448651/b469/_pkg_.a
2025-08-20T21:26:56.7962222Z [00:03:10.915]➜  packagefile github.com/ipfs/boxo/namesys=/tmp/go-build548448651/b482/_pkg_.a
2025-08-20T21:26:56.7963328Z [00:03:10.915]➜  packagefile github.com/ipfs/boxo/path=/tmp/go-build548448651/b370/_pkg_.a
2025-08-20T21:26:56.7964467Z [00:03:10.915]➜  packagefile github.com/ipfs/boxo/path/resolver=/tmp/go-build548448651/b526/_pkg_.a
2025-08-20T21:26:56.7965653Z [00:03:10.915]➜  packagefile github.com/ipfs/boxo/pinning/pinner=/tmp/go-build548448651/b530/_pkg_.a
2025-08-20T21:26:56.7966794Z [00:03:10.915]➜  packagefile github.com/ipfs/boxo/provider=/tmp/go-build548448651/b531/_pkg_.a
2025-08-20T21:26:56.7967997Z [00:03:10.915]➜  packagefile github.com/ipfs/boxo/routing/offline=/tmp/go-build548448651/b965/_pkg_.a
2025-08-20T21:26:56.7969397Z [00:03:10.915]➜  packagefile github.com/ipfs/go-block-format=/tmp/go-build548448651/b258/_pkg_.a
2025-08-20T21:26:56.7970448Z [00:03:10.915]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:56.7971468Z [00:03:10.915]➜  packagefile github.com/ipfs/go-cidutil=/tmp/go-build548448651/b533/_pkg_.a
2025-08-20T21:26:56.7972535Z [00:03:10.915]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build548448651/b255/_pkg_.a
2025-08-20T21:26:56.7973632Z [00:03:10.915]➜  packagefile github.com/ipfs/go-datastore/sync=/tmp/go-build548448651/b487/_pkg_.a
2025-08-20T21:26:56.7974747Z [00:03:10.915]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build548448651/b263/_pkg_.a
2025-08-20T21:26:56.7975961Z [00:03:10.915]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:56.7977328Z [00:03:10.915]➜  packagefile github.com/ipfs/kubo/blocks/blockstoreutil=/tmp/go-build548448651/b1024/_pkg_.a
2025-08-20T21:26:56.7978772Z [00:03:10.915]➜  packagefile github.com/ipfs/kubo/config=/tmp/go-build548448651/b534/_pkg_.a
2025-08-20T21:26:56.7979871Z [00:03:10.915]➜  packagefile github.com/ipfs/kubo/core=/tmp/go-build548448651/b403/_pkg_.a
2025-08-20T21:26:56.7981003Z [00:03:10.915]➜  packagefile github.com/ipfs/kubo/core/coreiface=/tmp/go-build548448651/b1025/_pkg_.a
2025-08-20T21:26:56.7982265Z [00:03:10.915]➜  packagefile github.com/ipfs/kubo/core/coreiface/options=/tmp/go-build548448651/b710/_pkg_.a
2025-08-20T21:26:56.7983674Z [00:03:10.915]➜  packagefile github.com/ipfs/kubo/core/coreunix=/tmp/go-build548448651/b1026/_pkg_.a
2025-08-20T21:26:56.7984864Z [00:03:10.915]➜  packagefile github.com/ipfs/kubo/core/node=/tmp/go-build548448651/b955/_pkg_.a
2025-08-20T21:26:56.7985958Z [00:03:10.915]➜  packagefile github.com/ipfs/kubo/repo=/tmp/go-build548448651/b967/_pkg_.a
2025-08-20T21:26:56.7987068Z [00:03:10.915]➜  packagefile github.com/ipfs/kubo/tracing=/tmp/go-build548448651/b1028/_pkg_.a
2025-08-20T21:26:56.7988247Z [00:03:10.915]➜  packagefile github.com/libp2p/go-libp2p-pubsub=/tmp/go-build548448651/b1002/_pkg_.a
2025-08-20T21:26:56.7989720Z [00:03:10.915]➜  packagefile github.com/libp2p/go-libp2p-record=/tmp/go-build548448651/b279/_pkg_.a
2025-08-20T21:26:56.7990982Z [00:03:10.915]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build548448651/b311/_pkg_.a
2025-08-20T21:26:56.7992220Z [00:03:10.915]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build548448651/b423/_pkg_.a
2025-08-20T21:26:56.7993458Z [00:03:10.915]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build548448651/b417/_pkg_.a
2025-08-20T21:26:56.7994711Z [00:03:10.915]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:56.7995971Z [00:03:10.915]➜  packagefile github.com/libp2p/go-libp2p/core/peerstore=/tmp/go-build548448651/b418/_pkg_.a
2025-08-20T21:26:56.7997496Z [00:03:10.915]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build548448651/b419/_pkg_.a
2025-08-20T21:26:56.7999353Z [00:03:10.915]➜  packagefile github.com/libp2p/go-libp2p/core/routing=/tmp/go-build548448651/b329/_pkg_.a
2025-08-20T21:26:56.8000678Z [00:03:10.915]➜  packagefile github.com/libp2p/go-libp2p/p2p/net/swarm=/tmp/go-build548448651/b442/_pkg_.a
2025-08-20T21:26:56.8001921Z [00:03:10.915]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:56.8003197Z [00:03:10.915]➜  packagefile github.com/multiformats/go-multiaddr-dns=/tmp/go-build548448651/b448/_pkg_.a
2025-08-20T21:26:56.8004448Z [00:03:10.915]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build548448651/b210/_pkg_.a
2025-08-20T21:26:56.8005617Z [00:03:10.915]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build548448651/b214/_pkg_.a
2025-08-20T21:26:56.8006582Z [00:03:10.915]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:56.8007381Z [00:03:10.915]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:56.8008223Z [00:03:10.915]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:56.8012881Z [00:03:10.915]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:56.8013515Z [00:03:10.915]➜  EOF
2025-08-20T21:26:56.8021544Z [00:03:10.915]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1022/_pkg_.a -trimpath "/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreapi=>github.com/ipfs/kubo/core/coreapi;$WORK/b1022=>" -p github.com/ipfs/kubo/core/coreapi -lang=go1.25 -complete -installsuffix shared -buildid TLtp7lQdvA3dK4eW1ba0/TLtp7lQdvA3dK4eW1ba0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1022/importcfg -pack /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreapi/block.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreapi/coreapi.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreapi/dag.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreapi/key.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreapi/name.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreapi/object.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreapi/path.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreapi/pin.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreapi/pubsub.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreapi/routing.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreapi/swarm.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreapi/unixfs.go
2025-08-20T21:26:56.8187661Z [00:03:10.941]➜  go tool buildid -w $WORK/b1177/_pkg_.a # internal
2025-08-20T21:26:56.8196972Z [00:03:10.942]➜  cp $WORK/b1177/_pkg_.a /root/.cache/go-build/a4/a47f96779e824324d137596eed586c3988323fa36c21f01bc76e1fe4620fd5de-d # internal
2025-08-20T21:26:56.8203594Z [00:03:10.943]➜  github.com/ipfs/kubo/plugin/plugins/flatfs
2025-08-20T21:26:56.8210114Z [00:03:10.943]➜  mkdir -p $WORK/b1180/
2025-08-20T21:26:56.8210938Z [00:03:10.943]➜  cat >/tmp/go-build548448651/b1180/importcfg << 'EOF' # internal
2025-08-20T21:26:56.8211676Z [00:03:10.943]➜  # import config
2025-08-20T21:26:56.8212355Z [00:03:10.943]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:56.8214756Z [00:03:10.943]➜  packagefile github.com/ipfs/go-ds-flatfs=/tmp/go-build548448651/b1181/_pkg_.a
2025-08-20T21:26:56.8217622Z [00:03:10.943]➜  packagefile github.com/ipfs/kubo/plugin=/tmp/go-build548448651/b1145/_pkg_.a
2025-08-20T21:26:56.8219724Z [00:03:10.943]➜  packagefile github.com/ipfs/kubo/repo=/tmp/go-build548448651/b967/_pkg_.a
2025-08-20T21:26:56.8220989Z [00:03:10.943]➜  packagefile github.com/ipfs/kubo/repo/fsrepo=/tmp/go-build548448651/b1146/_pkg_.a
2025-08-20T21:26:56.8222042Z [00:03:10.943]➜  packagefile path/filepath=/tmp/go-build548448651/b168/_pkg_.a
2025-08-20T21:26:56.8222724Z [00:03:10.943]➜  EOF
2025-08-20T21:26:56.8226293Z [00:03:10.944]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1180/_pkg_.a -trimpath "/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/plugins/flatfs=>github.com/ipfs/kubo/plugin/plugins/flatfs;$WORK/b1180=>" -p github.com/ipfs/kubo/plugin/plugins/flatfs -lang=go1.25 -complete -installsuffix shared -buildid nAKfktbL02-hFj7RT6fw/nAKfktbL02-hFj7RT6fw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1180/importcfg -pack /tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/plugins/flatfs/flatfs.go
2025-08-20T21:26:56.8479595Z [00:03:10.970]➜  go tool buildid -w $WORK/b1239/_pkg_.a # internal
2025-08-20T21:26:56.8760833Z [00:03:10.998]➜  cp $WORK/b1239/_pkg_.a /root/.cache/go-build/a5/a56750b67b510856f143ca718b19b0e8b174f11c38936d00627a5d6a9aa268e8-d # internal
2025-08-20T21:26:56.8783767Z [00:03:10.998]➜  github.com/ipfs/kubo/plugin/plugins/fxtest
2025-08-20T21:26:56.8784421Z [00:03:10.999]➜  mkdir -p $WORK/b1182/
2025-08-20T21:26:56.8785155Z [00:03:10.999]➜  cat >/tmp/go-build548448651/b1182/importcfg << 'EOF' # internal
2025-08-20T21:26:56.8785843Z [00:03:10.999]➜  # import config
2025-08-20T21:26:56.8786622Z [00:03:10.999]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:56.8787715Z [00:03:10.999]➜  packagefile github.com/ipfs/kubo/core=/tmp/go-build548448651/b403/_pkg_.a
2025-08-20T21:26:56.8789004Z [00:03:10.999]➜  packagefile github.com/ipfs/kubo/plugin=/tmp/go-build548448651/b1145/_pkg_.a
2025-08-20T21:26:56.8790038Z [00:03:10.999]➜  packagefile go.uber.org/fx=/tmp/go-build548448651/b940/_pkg_.a
2025-08-20T21:26:56.8790866Z [00:03:10.999]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:56.8791464Z [00:03:10.999]➜  EOF
2025-08-20T21:26:56.8795097Z [00:03:10.999]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1182/_pkg_.a -trimpath "/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/plugins/fxtest=>github.com/ipfs/kubo/plugin/plugins/fxtest;$WORK/b1182=>" -p github.com/ipfs/kubo/plugin/plugins/fxtest -lang=go1.25 -complete -installsuffix shared -buildid 8E9shVk8qErOpFGQd6Km/8E9shVk8qErOpFGQd6Km -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1182/importcfg -pack /tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/plugins/fxtest/fxtest.go
2025-08-20T21:26:56.9350483Z [00:03:11.057]➜  go tool buildid -w $WORK/b1182/_pkg_.a # internal
2025-08-20T21:26:56.9361680Z [00:03:11.058]➜  cp $WORK/b1182/_pkg_.a /root/.cache/go-build/1d/1d8fcbb3c58c87b284e4d97c3a76f05c8521b97a42bcc8e045b295ed29660037-d # internal
2025-08-20T21:26:56.9364741Z [00:03:11.059]➜  github.com/ipfs/kubo/plugin/plugins/git
2025-08-20T21:26:56.9366389Z [00:03:11.059]➜  mkdir -p $WORK/b1183/
2025-08-20T21:26:56.9367119Z [00:03:11.059]➜  cat >/tmp/go-build548448651/b1183/importcfg << 'EOF' # internal
2025-08-20T21:26:56.9367792Z [00:03:11.059]➜  # import config
2025-08-20T21:26:56.9368678Z [00:03:11.059]➜  packagefile compress/zlib=/tmp/go-build548448651/b313/_pkg_.a
2025-08-20T21:26:56.9369702Z [00:03:11.059]➜  packagefile github.com/ipfs/go-ipld-git=/tmp/go-build548448651/b1184/_pkg_.a
2025-08-20T21:26:56.9370735Z [00:03:11.059]➜  packagefile github.com/ipfs/kubo/plugin=/tmp/go-build548448651/b1145/_pkg_.a
2025-08-20T21:26:56.9371816Z [00:03:11.059]➜  packagefile github.com/ipld/go-ipld-prime=/tmp/go-build548448651/b334/_pkg_.a
2025-08-20T21:26:56.9372988Z [00:03:11.059]➜  packagefile github.com/ipld/go-ipld-prime/multicodec=/tmp/go-build548448651/b344/_pkg_.a
2025-08-20T21:26:56.9374193Z [00:03:11.059]➜  packagefile github.com/multiformats/go-multicodec=/tmp/go-build548448651/b327/_pkg_.a
2025-08-20T21:26:56.9375150Z [00:03:11.059]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:56.9375712Z [00:03:11.059]➜  EOF
2025-08-20T21:26:56.9379595Z [00:03:11.059]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1183/_pkg_.a -trimpath "/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/plugins/git=>github.com/ipfs/kubo/plugin/plugins/git;$WORK/b1183=>" -p github.com/ipfs/kubo/plugin/plugins/git -lang=go1.25 -complete -installsuffix shared -buildid XL3Jsn4AsolJbiXOXt9d/XL3Jsn4AsolJbiXOXt9d -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1183/importcfg -pack /tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/plugins/git/git.go
2025-08-20T21:26:56.9752858Z [00:03:11.097]➜  go tool buildid -w $WORK/b1183/_pkg_.a # internal
2025-08-20T21:26:56.9766857Z [00:03:11.099]➜  go tool buildid -w $WORK/b1180/_pkg_.a # internal
2025-08-20T21:26:56.9777108Z [00:03:11.100]➜  cp $WORK/b1183/_pkg_.a /root/.cache/go-build/25/255797ca7b9d6fcf2a6c66a7659d583ee8747fc008924bc05397f8162f1b18fd-d # internal
2025-08-20T21:26:56.9780931Z [00:03:11.100]➜  github.com/ipfs/kubo/plugin/plugins/levelds
2025-08-20T21:26:56.9783435Z [00:03:11.100]➜  mkdir -p $WORK/b1185/
2025-08-20T21:26:56.9790388Z [00:03:11.101]➜  cat >/tmp/go-build548448651/b1185/importcfg << 'EOF' # internal
2025-08-20T21:26:56.9799070Z [00:03:11.101]➜  # import config
2025-08-20T21:26:56.9799720Z [00:03:11.101]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:56.9803452Z [00:03:11.101]➜  packagefile github.com/ipfs/go-ds-leveldb=/tmp/go-build548448651/b1186/_pkg_.a
2025-08-20T21:26:56.9804598Z [00:03:11.101]➜  packagefile github.com/ipfs/kubo/plugin=/tmp/go-build548448651/b1145/_pkg_.a
2025-08-20T21:26:56.9805730Z [00:03:11.101]➜  packagefile github.com/ipfs/kubo/repo=/tmp/go-build548448651/b967/_pkg_.a
2025-08-20T21:26:56.9806864Z [00:03:11.101]➜  packagefile github.com/ipfs/kubo/repo/fsrepo=/tmp/go-build548448651/b1146/_pkg_.a
2025-08-20T21:26:56.9808126Z [00:03:11.101]➜  packagefile github.com/syndtr/goleveldb/leveldb/opt=/tmp/go-build548448651/b1197/_pkg_.a
2025-08-20T21:26:56.9809395Z [00:03:11.101]➜  packagefile path/filepath=/tmp/go-build548448651/b168/_pkg_.a
2025-08-20T21:26:56.9810072Z [00:03:11.101]➜  EOF
2025-08-20T21:26:56.9811147Z [00:03:11.102]➜  cp $WORK/b1180/_pkg_.a /root/.cache/go-build/49/494b04f254222987624ffd9fd52b575909c8c4422b79d840981a1fb83c408c9a-d # internal
2025-08-20T21:26:56.9812292Z [00:03:11.102]➜  github.com/ipfs/kubo/plugin/plugins/nopfs
2025-08-20T21:26:56.9812911Z [00:03:11.102]➜  mkdir -p $WORK/b1199/
2025-08-20T21:26:56.9835190Z [00:03:11.103]➜  cat >/tmp/go-build548448651/b1199/importcfg << 'EOF' # internal
2025-08-20T21:26:56.9835884Z [00:03:11.103]➜  # import config
2025-08-20T21:26:56.9836868Z [00:03:11.103]➜  packagefile github.com/ipfs-shipyard/nopfs=/tmp/go-build548448651/b1200/_pkg_.a
2025-08-20T21:26:56.9838189Z [00:03:11.103]➜  packagefile github.com/ipfs-shipyard/nopfs/ipfs=/tmp/go-build548448651/b1203/_pkg_.a
2025-08-20T21:26:56.9839521Z [00:03:11.103]➜  packagefile github.com/ipfs/kubo/core=/tmp/go-build548448651/b403/_pkg_.a
2025-08-20T21:26:56.9840638Z [00:03:11.103]➜  packagefile github.com/ipfs/kubo/core/node=/tmp/go-build548448651/b955/_pkg_.a
2025-08-20T21:26:56.9841740Z [00:03:11.103]➜  packagefile github.com/ipfs/kubo/plugin=/tmp/go-build548448651/b1145/_pkg_.a
2025-08-20T21:26:56.9842708Z [00:03:11.103]➜  packagefile go.uber.org/fx=/tmp/go-build548448651/b940/_pkg_.a
2025-08-20T21:26:56.9843545Z [00:03:11.103]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:56.9844376Z [00:03:11.103]➜  packagefile path/filepath=/tmp/go-build548448651/b168/_pkg_.a
2025-08-20T21:26:56.9845039Z [00:03:11.103]➜  EOF
2025-08-20T21:26:56.9848787Z [00:03:11.103]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1199/_pkg_.a -trimpath "/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/plugins/nopfs=>github.com/ipfs/kubo/plugin/plugins/nopfs;$WORK/b1199=>" -p github.com/ipfs/kubo/plugin/plugins/nopfs -lang=go1.25 -complete -installsuffix shared -buildid hg7JIHE4hIBlrHyHgOHU/hg7JIHE4hIBlrHyHgOHU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1199/importcfg -pack /tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/plugins/nopfs/nopfs.go
2025-08-20T21:26:56.9855222Z [00:03:11.106]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1185/_pkg_.a -trimpath "/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/plugins/levelds=>github.com/ipfs/kubo/plugin/plugins/levelds;$WORK/b1185=>" -p github.com/ipfs/kubo/plugin/plugins/levelds -lang=go1.25 -complete -installsuffix shared -buildid ElLFO9kc_g3SBdQ5nKP_/ElLFO9kc_g3SBdQ5nKP_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1185/importcfg -pack /tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/plugins/levelds/levelds.go
2025-08-20T21:26:57.0249367Z [00:03:11.147]➜  go tool buildid -w $WORK/b1185/_pkg_.a # internal
2025-08-20T21:26:57.0261840Z [00:03:11.149]➜  cp $WORK/b1185/_pkg_.a /root/.cache/go-build/62/622687477e0197af9d8152eb50e8d9c065d8f0ba25faa6c4c1709024497b34d7-d # internal
2025-08-20T21:26:57.0263838Z [00:03:11.149]➜  github.com/ipfs/kubo/plugin/plugins/pebbleds
2025-08-20T21:26:57.0264592Z [00:03:11.149]➜  mkdir -p $WORK/b1204/
2025-08-20T21:26:57.0271268Z [00:03:11.149]➜  cat >/tmp/go-build548448651/b1204/importcfg << 'EOF' # internal
2025-08-20T21:26:57.0272235Z [00:03:11.149]➜  # import config
2025-08-20T21:26:57.0274255Z [00:03:11.149]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:57.0275185Z [00:03:11.149]➜  packagefile github.com/cockroachdb/pebble/v2=/tmp/go-build548448651/b535/_pkg_.a
2025-08-20T21:26:57.0276131Z [00:03:11.149]➜  packagefile github.com/ipfs/go-ds-pebble=/tmp/go-build548448651/b1205/_pkg_.a
2025-08-20T21:26:57.0277151Z [00:03:11.149]➜  packagefile github.com/ipfs/kubo/misc/fsutil=/tmp/go-build548448651/b711/_pkg_.a
2025-08-20T21:26:57.0278170Z [00:03:11.150]➜  packagefile github.com/ipfs/kubo/plugin=/tmp/go-build548448651/b1145/_pkg_.a
2025-08-20T21:26:57.0279334Z [00:03:11.150]➜  packagefile github.com/ipfs/kubo/repo=/tmp/go-build548448651/b967/_pkg_.a
2025-08-20T21:26:57.0280278Z [00:03:11.150]➜  packagefile github.com/ipfs/kubo/repo/fsrepo=/tmp/go-build548448651/b1146/_pkg_.a
2025-08-20T21:26:57.0281137Z [00:03:11.150]➜  packagefile path/filepath=/tmp/go-build548448651/b168/_pkg_.a
2025-08-20T21:26:57.0281893Z [00:03:11.150]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:57.0282454Z [00:03:11.150]➜  EOF
2025-08-20T21:26:57.0286165Z [00:03:11.150]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1204/_pkg_.a -trimpath "/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/plugins/pebbleds=>github.com/ipfs/kubo/plugin/plugins/pebbleds;$WORK/b1204=>" -p github.com/ipfs/kubo/plugin/plugins/pebbleds -lang=go1.25 -complete -installsuffix shared -buildid 1Ry6vCbicAjIJkmC9EKg/1Ry6vCbicAjIJkmC9EKg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1204/importcfg -pack /tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/plugins/pebbleds/pebbleds.go
2025-08-20T21:26:57.0306486Z [00:03:11.153]➜  go tool buildid -w $WORK/b1249/_pkg_.a # internal
2025-08-20T21:26:57.0373701Z [00:03:11.160]➜  cp $WORK/b1249/_pkg_.a /root/.cache/go-build/cf/cf5393b21a0b4e18161887c081fd7a9961ef80336910180fb86df7a611db56ad-d # internal
2025-08-20T21:26:57.0378406Z [00:03:11.160]➜  github.com/ipfs/kubo/plugin/plugins/peerlog
2025-08-20T21:26:57.0382951Z [00:03:11.161]➜  mkdir -p $WORK/b1206/
2025-08-20T21:26:57.0392253Z [00:03:11.161]➜  cat >/tmp/go-build548448651/b1206/importcfg << 'EOF' # internal
2025-08-20T21:26:57.0395736Z [00:03:11.162]➜  # import config
2025-08-20T21:26:57.0401595Z [00:03:11.162]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:57.0402582Z [00:03:11.162]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:57.0406922Z [00:03:11.162]➜  packagefile github.com/ipfs/kubo/core=/tmp/go-build548448651/b403/_pkg_.a
2025-08-20T21:26:57.0420563Z [00:03:11.163]➜  packagefile github.com/ipfs/kubo/plugin=/tmp/go-build548448651/b1145/_pkg_.a
2025-08-20T21:26:57.0421818Z [00:03:11.163]➜  packagefile github.com/libp2p/go-libp2p/core/event=/tmp/go-build548448651/b426/_pkg_.a
2025-08-20T21:26:57.0423095Z [00:03:11.163]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build548448651/b417/_pkg_.a
2025-08-20T21:26:57.0424367Z [00:03:11.163]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:57.0425622Z [00:03:11.163]➜  packagefile github.com/libp2p/go-libp2p/core/peerstore=/tmp/go-build548448651/b418/_pkg_.a
2025-08-20T21:26:57.0426731Z [00:03:11.163]➜  packagefile go.uber.org/zap=/tmp/go-build548448651/b266/_pkg_.a
2025-08-20T21:26:57.0427660Z [00:03:11.163]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:57.0428819Z [00:03:11.163]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:57.0429462Z [00:03:11.163]➜  EOF
2025-08-20T21:26:57.0433370Z [00:03:11.163]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1206/_pkg_.a -trimpath "/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/plugins/peerlog=>github.com/ipfs/kubo/plugin/plugins/peerlog;$WORK/b1206=>" -p github.com/ipfs/kubo/plugin/plugins/peerlog -lang=go1.25 -complete -installsuffix shared -buildid ieARKD2DTWQH1Mm8mRrj/ieARKD2DTWQH1Mm8mRrj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1206/importcfg -pack /tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/plugins/peerlog/peerlog.go
2025-08-20T21:26:57.1423700Z [00:03:11.265]➜  go tool buildid -w $WORK/b1199/_pkg_.a # internal
2025-08-20T21:26:57.1467898Z [00:03:11.269]➜  cp $WORK/b1199/_pkg_.a /root/.cache/go-build/fa/faf9ac4cc00bad39dd0b42762c2af2208ea4855ce1ccb97fe78cce31a780fef1-d # internal
2025-08-20T21:26:57.1476330Z [00:03:11.269]➜  github.com/ipfs/kubo/core/corerepo
2025-08-20T21:26:57.1476971Z [00:03:11.269]➜  mkdir -p $WORK/b1208/
2025-08-20T21:26:57.1477785Z [00:03:11.270]➜  cat >/tmp/go-build548448651/b1208/importcfg << 'EOF' # internal
2025-08-20T21:26:57.1478713Z [00:03:11.270]➜  # import config
2025-08-20T21:26:57.1483189Z [00:03:11.270]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:57.1484083Z [00:03:11.270]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:57.1484965Z [00:03:11.270]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:57.1485820Z [00:03:11.270]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:57.1486820Z [00:03:11.271]➜  packagefile github.com/dustin/go-humanize=/tmp/go-build548448651/b655/_pkg_.a
2025-08-20T21:26:57.1487917Z [00:03:11.271]➜  packagefile github.com/ipfs/boxo/mfs=/tmp/go-build548448651/b469/_pkg_.a
2025-08-20T21:26:57.1489162Z [00:03:11.271]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:57.1490128Z [00:03:11.271]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:57.1491206Z [00:03:11.271]➜  packagefile github.com/ipfs/kubo/core=/tmp/go-build548448651/b403/_pkg_.a
2025-08-20T21:26:57.1492379Z [00:03:11.271]➜  packagefile github.com/ipfs/kubo/gc=/tmp/go-build548448651/b1209/_pkg_.a
2025-08-20T21:26:57.1493427Z [00:03:11.271]➜  packagefile github.com/ipfs/kubo/repo=/tmp/go-build548448651/b967/_pkg_.a
2025-08-20T21:26:57.1494521Z [00:03:11.271]➜  packagefile github.com/ipfs/kubo/repo/fsrepo=/tmp/go-build548448651/b1146/_pkg_.a
2025-08-20T21:26:57.1495475Z [00:03:11.271]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:57.1496253Z [00:03:11.271]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:57.1496871Z [00:03:11.271]➜  EOF
2025-08-20T21:26:57.1500755Z [00:03:11.271]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1208/_pkg_.a -trimpath "/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/corerepo=>github.com/ipfs/kubo/core/corerepo;$WORK/b1208=>" -p github.com/ipfs/kubo/core/corerepo -lang=go1.25 -complete -installsuffix shared -buildid x9UZ4lgQk4NjNfBATjM8/x9UZ4lgQk4NjNfBATjM8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1208/importcfg -pack /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/corerepo/gc.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/corerepo/stat.go
2025-08-20T21:26:57.3858888Z [00:03:11.508]➜  go tool buildid -w $WORK/b1206/_pkg_.a # internal
2025-08-20T21:26:57.3949730Z [00:03:11.517]➜  cp $WORK/b1206/_pkg_.a /root/.cache/go-build/03/0305c2dc437898db85ffeced2f5bdacc02e5d7c1d8922cafd00a701251f8d4bc-d # internal
2025-08-20T21:26:57.3955226Z [00:03:11.518]➜  github.com/ipfs/kubo/fuse/mfs
2025-08-20T21:26:57.3955867Z [00:03:11.518]➜  mkdir -p $WORK/b1233/
2025-08-20T21:26:57.4009475Z [00:03:11.523]➜  cat >/tmp/go-build548448651/b1233/importcfg << 'EOF' # internal
2025-08-20T21:26:57.4011538Z [00:03:11.524]➜  # import config
2025-08-20T21:26:57.4013140Z [00:03:11.524]➜  packagefile bazil.org/fuse=/tmp/go-build548448651/b1019/_pkg_.a
2025-08-20T21:26:57.4014180Z [00:03:11.524]➜  packagefile bazil.org/fuse/fs=/tmp/go-build548448651/b1020/_pkg_.a
2025-08-20T21:26:57.4015120Z [00:03:11.524]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:57.4016408Z [00:03:11.524]➜  packagefile github.com/ipfs/boxo/ipld/merkledag=/tmp/go-build548448651/b196/_pkg_.a
2025-08-20T21:26:57.4017604Z [00:03:11.524]➜  packagefile github.com/ipfs/boxo/ipld/unixfs=/tmp/go-build548448651/b195/_pkg_.a
2025-08-20T21:26:57.4018888Z [00:03:11.524]➜  packagefile github.com/ipfs/boxo/mfs=/tmp/go-build548448651/b469/_pkg_.a
2025-08-20T21:26:57.4019989Z [00:03:11.524]➜  packagefile github.com/ipfs/kubo/core=/tmp/go-build548448651/b403/_pkg_.a
2025-08-20T21:26:57.4021095Z [00:03:11.524]➜  packagefile github.com/ipfs/kubo/fuse/mount=/tmp/go-build548448651/b1018/_pkg_.a
2025-08-20T21:26:57.4022037Z [00:03:11.524]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:57.4022834Z [00:03:11.525]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:57.4023615Z [00:03:11.525]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:57.4024607Z [00:03:11.525]➜  packagefile syscall=/tmp/go-build548448651/b047/_pkg_.a
2025-08-20T21:26:57.4025452Z [00:03:11.525]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:57.4026061Z [00:03:11.525]➜  EOF
2025-08-20T21:26:57.4046776Z [00:03:11.527]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1233/_pkg_.a -trimpath "/tmp/tmp.S0mpzmTmXg/TEMPREPO/fuse/mfs=>github.com/ipfs/kubo/fuse/mfs;$WORK/b1233=>" -p github.com/ipfs/kubo/fuse/mfs -lang=go1.25 -complete -installsuffix shared -buildid KGRt5FsP30HsTkgN0G9M/KGRt5FsP30HsTkgN0G9M -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1233/importcfg -pack /tmp/tmp.S0mpzmTmXg/TEMPREPO/fuse/mfs/mfs_unix.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/fuse/mfs/mount_unix.go
2025-08-20T21:26:57.4825008Z [00:03:11.605]➜  go tool buildid -w $WORK/b1204/_pkg_.a # internal
2025-08-20T21:26:57.4951051Z [00:03:11.617]➜  cp $WORK/b1204/_pkg_.a /root/.cache/go-build/91/91f4d3d0cc465944276ae5f5e4e75939526c8b9279af3f96d3b4cc0ffdf2ca27-d # internal
2025-08-20T21:26:57.4980556Z [00:03:11.620]➜  github.com/ipfs/kubo/fuse/readonly
2025-08-20T21:26:57.4981386Z [00:03:11.620]➜  mkdir -p $WORK/b1234/
2025-08-20T21:26:57.4988250Z [00:03:11.621]➜  cat >/tmp/go-build548448651/b1234/importcfg << 'EOF' # internal
2025-08-20T21:26:57.4989181Z [00:03:11.621]➜  # import config
2025-08-20T21:26:57.4989873Z [00:03:11.621]➜  packagefile bazil.org/fuse=/tmp/go-build548448651/b1019/_pkg_.a
2025-08-20T21:26:57.4990736Z [00:03:11.621]➜  packagefile bazil.org/fuse/fs=/tmp/go-build548448651/b1020/_pkg_.a
2025-08-20T21:26:57.4991502Z [00:03:11.621]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:57.4992322Z [00:03:11.621]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:57.4993314Z [00:03:11.621]➜  packagefile github.com/ipfs/boxo/ipld/merkledag=/tmp/go-build548448651/b196/_pkg_.a
2025-08-20T21:26:57.4994512Z [00:03:11.621]➜  packagefile github.com/ipfs/boxo/ipld/unixfs=/tmp/go-build548448651/b195/_pkg_.a
2025-08-20T21:26:57.4995718Z [00:03:11.621]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/io=/tmp/go-build548448651/b472/_pkg_.a
2025-08-20T21:26:57.4997039Z [00:03:11.621]➜  packagefile github.com/ipfs/boxo/path=/tmp/go-build548448651/b370/_pkg_.a
2025-08-20T21:26:57.4998288Z [00:03:11.621]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:57.4999550Z [00:03:11.621]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build548448651/b263/_pkg_.a
2025-08-20T21:26:57.5000650Z [00:03:11.621]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:57.5001710Z [00:03:11.621]➜  packagefile github.com/ipfs/kubo/core=/tmp/go-build548448651/b403/_pkg_.a
2025-08-20T21:26:57.5002829Z [00:03:11.621]➜  packagefile github.com/ipfs/kubo/fuse/mount=/tmp/go-build548448651/b1018/_pkg_.a
2025-08-20T21:26:57.5003976Z [00:03:11.621]➜  packagefile github.com/ipld/go-ipld-prime=/tmp/go-build548448651/b334/_pkg_.a
2025-08-20T21:26:57.5005203Z [00:03:11.621]➜  packagefile github.com/ipld/go-ipld-prime/linking/cid=/tmp/go-build548448651/b343/_pkg_.a
2025-08-20T21:26:57.5006394Z [00:03:11.621]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:57.5007165Z [00:03:11.621]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:57.5007943Z [00:03:11.621]➜  packagefile syscall=/tmp/go-build548448651/b047/_pkg_.a
2025-08-20T21:26:57.5008765Z [00:03:11.621]➜  EOF
2025-08-20T21:26:57.5012823Z [00:03:11.621]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1234/_pkg_.a -trimpath "/tmp/tmp.S0mpzmTmXg/TEMPREPO/fuse/readonly=>github.com/ipfs/kubo/fuse/readonly;$WORK/b1234=>" -p github.com/ipfs/kubo/fuse/readonly -lang=go1.25 -complete -installsuffix shared -buildid vHmDCD9nKu8u0fIVFmYa/vHmDCD9nKu8u0fIVFmYa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1234/importcfg -pack /tmp/tmp.S0mpzmTmXg/TEMPREPO/fuse/readonly/doc.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/fuse/readonly/mount_unix.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/fuse/readonly/readonly_unix.go
2025-08-20T21:26:57.6076404Z [00:03:11.730]➜  go tool buildid -w $WORK/b1208/_pkg_.a # internal
2025-08-20T21:26:57.6304100Z [00:03:11.752]➜  cp $WORK/b1208/_pkg_.a /root/.cache/go-build/14/14d9d486dbdf0589b7acfe3333632efc1a2b4c9f1e6f913be3928b111a872697-d # internal
2025-08-20T21:26:57.6305432Z [00:03:11.753]➜  github.com/ipfs/kubo/plugin/plugins/telemetry
2025-08-20T21:26:57.6310453Z [00:03:11.753]➜  mkdir -p $WORK/b1207/
2025-08-20T21:26:57.6320996Z [00:03:11.754]➜  cat >/tmp/go-build548448651/b1207/importcfg << 'EOF' # internal
2025-08-20T21:26:57.6321764Z [00:03:11.754]➜  # import config
2025-08-20T21:26:57.6322455Z [00:03:11.754]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:57.6323328Z [00:03:11.754]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:57.6324221Z [00:03:11.754]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:57.6325088Z [00:03:11.754]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:57.6326027Z [00:03:11.754]➜  packagefile github.com/google/uuid=/tmp/go-build548448651/b256/_pkg_.a
2025-08-20T21:26:57.6327298Z [00:03:11.754]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:57.6328414Z [00:03:11.754]➜  packagefile github.com/ipfs/kubo=/tmp/go-build548448651/b401/_pkg_.a
2025-08-20T21:26:57.6329714Z [00:03:11.754]➜  packagefile github.com/ipfs/kubo/config=/tmp/go-build548448651/b534/_pkg_.a
2025-08-20T21:26:57.6330814Z [00:03:11.754]➜  packagefile github.com/ipfs/kubo/core=/tmp/go-build548448651/b403/_pkg_.a
2025-08-20T21:26:57.6332002Z [00:03:11.754]➜  packagefile github.com/ipfs/kubo/core/corerepo=/tmp/go-build548448651/b1208/_pkg_.a
2025-08-20T21:26:57.6333205Z [00:03:11.754]➜  packagefile github.com/ipfs/kubo/plugin=/tmp/go-build548448651/b1145/_pkg_.a
2025-08-20T21:26:57.6334451Z [00:03:11.754]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build548448651/b417/_pkg_.a
2025-08-20T21:26:57.6335769Z [00:03:11.754]➜  packagefile github.com/libp2p/go-libp2p/core/pnet=/tmp/go-build548448651/b737/_pkg_.a
2025-08-20T21:26:57.6337038Z [00:03:11.754]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:57.6338727Z [00:03:11.754]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build548448651/b430/_pkg_.a
2025-08-20T21:26:57.6339828Z [00:03:11.754]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:57.6340668Z [00:03:11.754]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:57.6341509Z [00:03:11.754]➜  packagefile path=/tmp/go-build548448651/b063/_pkg_.a
2025-08-20T21:26:57.6342341Z [00:03:11.754]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:57.6343166Z [00:03:11.754]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:57.6343992Z [00:03:11.754]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:57.6344629Z [00:03:11.754]➜  EOF
2025-08-20T21:26:57.6376993Z [00:03:11.760]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1207/_pkg_.a -trimpath "/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/plugins/telemetry=>github.com/ipfs/kubo/plugin/plugins/telemetry;$WORK/b1207=>" -p github.com/ipfs/kubo/plugin/plugins/telemetry -lang=go1.25 -complete -installsuffix shared -buildid BJtfqCDHI-9x0C8OcHns/BJtfqCDHI-9x0C8OcHns -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1207/importcfg -pack /tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/plugins/telemetry/telemetry.go
2025-08-20T21:26:57.7183671Z [00:03:11.841]➜  go tool buildid -w $WORK/b1022/_pkg_.a # internal
2025-08-20T21:26:57.7355855Z [00:03:11.858]➜  cp $WORK/b1022/_pkg_.a /root/.cache/go-build/93/93d622cca4a7448565f33c5776cd57d43183dbba20aab4e777b774fc64397c61-d # internal
2025-08-20T21:26:57.7363285Z [00:03:11.858]➜  github.com/ipfs/kubo/assets
2025-08-20T21:26:57.7363866Z [00:03:11.858]➜  mkdir -p $WORK/b402/
2025-08-20T21:26:57.7373899Z [00:03:11.860]➜  cat >/tmp/go-build548448651/b402/importcfg << 'EOF' # internal
2025-08-20T21:26:57.7374846Z [00:03:11.860]➜  # import config
2025-08-20T21:26:57.7375711Z [00:03:11.860]➜  packagefile embed=/tmp/go-build548448651/b292/_pkg_.a
2025-08-20T21:26:57.7376603Z [00:03:11.860]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:57.7377690Z [00:03:11.860]➜  packagefile github.com/ipfs/boxo/files=/tmp/go-build548448651/b188/_pkg_.a
2025-08-20T21:26:57.7379033Z [00:03:11.860]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:57.7380121Z [00:03:11.860]➜  packagefile github.com/ipfs/kubo/core=/tmp/go-build548448651/b403/_pkg_.a
2025-08-20T21:26:57.7381276Z [00:03:11.860]➜  packagefile github.com/ipfs/kubo/core/coreapi=/tmp/go-build548448651/b1022/_pkg_.a
2025-08-20T21:26:57.7382279Z [00:03:11.860]➜  packagefile path=/tmp/go-build548448651/b063/_pkg_.a
2025-08-20T21:26:57.7382893Z [00:03:11.860]➜  EOF
2025-08-20T21:26:57.7383512Z [00:03:11.860]➜  cat >/tmp/go-build548448651/b402/embedcfg << 'EOF' # internal
2025-08-20T21:26:57.7384153Z [00:03:11.860]➜  {
2025-08-20T21:26:57.7384579Z [00:03:11.860]➜  	"Patterns": {
2025-08-20T21:26:57.7385080Z [00:03:11.860]➜  		"init-doc": [
2025-08-20T21:26:57.7385577Z [00:03:11.860]➜  			"init-doc/about",
2025-08-20T21:26:57.7386109Z [00:03:11.860]➜  			"init-doc/contact",
2025-08-20T21:26:57.7386655Z [00:03:11.860]➜  			"init-doc/docs/index",
2025-08-20T21:26:57.7387209Z [00:03:11.860]➜  			"init-doc/help",
2025-08-20T21:26:57.7387705Z [00:03:11.860]➜  			"init-doc/ping",
2025-08-20T21:26:57.7388221Z [00:03:11.860]➜  			"init-doc/quick-start",
2025-08-20T21:26:57.7388963Z [00:03:11.860]➜  			"init-doc/readme",
2025-08-20T21:26:57.7389489Z [00:03:11.860]➜  			"init-doc/security-notes"
2025-08-20T21:26:57.7390001Z [00:03:11.860]➜  		]
2025-08-20T21:26:57.7390386Z [00:03:11.860]➜  	},
2025-08-20T21:26:57.7390802Z [00:03:11.860]➜  	"Files": {
2025-08-20T21:26:57.7391809Z [00:03:11.860]➜  		"init-doc/about": "/tmp/tmp.S0mpzmTmXg/TEMPREPO/assets/init-doc/about",
2025-08-20T21:26:57.7393165Z [00:03:11.860]➜  		"init-doc/contact": "/tmp/tmp.S0mpzmTmXg/TEMPREPO/assets/init-doc/contact",
2025-08-20T21:26:57.7394460Z [00:03:11.860]➜  		"init-doc/docs/index": "/tmp/tmp.S0mpzmTmXg/TEMPREPO/assets/init-doc/docs/index",
2025-08-20T21:26:57.7395932Z [00:03:11.860]➜  		"init-doc/help": "/tmp/tmp.S0mpzmTmXg/TEMPREPO/assets/init-doc/help",
2025-08-20T21:26:57.7397116Z [00:03:11.860]➜  		"init-doc/ping": "/tmp/tmp.S0mpzmTmXg/TEMPREPO/assets/init-doc/ping",
2025-08-20T21:26:57.7398442Z [00:03:11.860]➜  		"init-doc/quick-start": "/tmp/tmp.S0mpzmTmXg/TEMPREPO/assets/init-doc/quick-start",
2025-08-20T21:26:57.7400958Z [00:03:11.860]➜  		"init-doc/readme": "/tmp/tmp.S0mpzmTmXg/TEMPREPO/assets/init-doc/readme",
2025-08-20T21:26:57.7402156Z [00:03:11.860]➜  		"init-doc/security-notes": "/tmp/tmp.S0mpzmTmXg/TEMPREPO/assets/init-doc/security-notes"
2025-08-20T21:26:57.7403004Z [00:03:11.860]➜  	}
2025-08-20T21:26:57.7403374Z [00:03:11.860]➜  }EOF
2025-08-20T21:26:57.7406778Z [00:03:11.860]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b402/_pkg_.a -trimpath "/tmp/tmp.S0mpzmTmXg/TEMPREPO/assets=>github.com/ipfs/kubo/assets;$WORK/b402=>" -p github.com/ipfs/kubo/assets -lang=go1.25 -complete -installsuffix shared -buildid 1AvrIsNTiqtmJoxjgOnl/1AvrIsNTiqtmJoxjgOnl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b402/importcfg -embedcfg $WORK/b402/embedcfg -pack /tmp/tmp.S0mpzmTmXg/TEMPREPO/assets/assets.go
2025-08-20T21:26:57.8629129Z [00:03:11.985]➜  go tool buildid -w $WORK/b1233/_pkg_.a # internal
2025-08-20T21:26:57.8764577Z [00:03:11.999]➜  cp $WORK/b1233/_pkg_.a /root/.cache/go-build/d0/d0b98291c25868e611a9c7e9b56c5511e949251d5f577e0ac6b565d6256d2c1b-d # internal
2025-08-20T21:26:57.8771344Z [00:03:11.999]➜  github.com/ipfs/kubo/fuse/ipns
2025-08-20T21:26:57.8797877Z [00:03:12.002]➜  mkdir -p $WORK/b1232/
2025-08-20T21:26:57.8807431Z [00:03:12.003]➜  cat >/tmp/go-build548448651/b1232/importcfg << 'EOF' # internal
2025-08-20T21:26:57.8822420Z [00:03:12.003]➜  # import config
2025-08-20T21:26:57.8823430Z [00:03:12.003]➜  packagefile bazil.org/fuse=/tmp/go-build548448651/b1019/_pkg_.a
2025-08-20T21:26:57.8824667Z [00:03:12.003]➜  packagefile bazil.org/fuse/fs=/tmp/go-build548448651/b1020/_pkg_.a
2025-08-20T21:26:57.8825708Z [00:03:12.003]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:57.8826555Z [00:03:12.003]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:57.8827366Z [00:03:12.003]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:57.8828380Z [00:03:12.003]➜  packagefile github.com/ipfs/boxo/ipld/merkledag=/tmp/go-build548448651/b196/_pkg_.a
2025-08-20T21:26:57.8830291Z [00:03:12.003]➜  packagefile github.com/ipfs/boxo/ipld/unixfs=/tmp/go-build548448651/b195/_pkg_.a
2025-08-20T21:26:57.8832335Z [00:03:12.003]➜  packagefile github.com/ipfs/boxo/mfs=/tmp/go-build548448651/b469/_pkg_.a
2025-08-20T21:26:57.8833522Z [00:03:12.003]➜  packagefile github.com/ipfs/boxo/namesys=/tmp/go-build548448651/b482/_pkg_.a
2025-08-20T21:26:57.8834655Z [00:03:12.003]➜  packagefile github.com/ipfs/boxo/path=/tmp/go-build548448651/b370/_pkg_.a
2025-08-20T21:26:57.8835769Z [00:03:12.003]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:57.8836895Z [00:03:12.003]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:57.8837988Z [00:03:12.003]➜  packagefile github.com/ipfs/kubo/core=/tmp/go-build548448651/b403/_pkg_.a
2025-08-20T21:26:57.8839349Z [00:03:12.003]➜  packagefile github.com/ipfs/kubo/core/coreapi=/tmp/go-build548448651/b1022/_pkg_.a
2025-08-20T21:26:57.8840596Z [00:03:12.003]➜  packagefile github.com/ipfs/kubo/core/coreiface=/tmp/go-build548448651/b1025/_pkg_.a
2025-08-20T21:26:57.8841971Z [00:03:12.003]➜  packagefile github.com/ipfs/kubo/core/coreiface/options=/tmp/go-build548448651/b710/_pkg_.a
2025-08-20T21:26:57.8843262Z [00:03:12.004]➜  packagefile github.com/ipfs/kubo/fuse/mount=/tmp/go-build548448651/b1018/_pkg_.a
2025-08-20T21:26:57.8844548Z [00:03:12.004]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build548448651/b311/_pkg_.a
2025-08-20T21:26:57.8845616Z [00:03:12.004]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:57.8846424Z [00:03:12.004]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:57.8847481Z [00:03:12.004]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:57.8848318Z [00:03:12.004]➜  packagefile syscall=/tmp/go-build548448651/b047/_pkg_.a
2025-08-20T21:26:57.8849184Z [00:03:12.004]➜  EOF
2025-08-20T21:26:57.8853679Z [00:03:12.004]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1232/_pkg_.a -trimpath "/tmp/tmp.S0mpzmTmXg/TEMPREPO/fuse/ipns=>github.com/ipfs/kubo/fuse/ipns;$WORK/b1232=>" -p github.com/ipfs/kubo/fuse/ipns -lang=go1.25 -complete -installsuffix shared -buildid t7szFGIMYUt3UKs1Udw3/t7szFGIMYUt3UKs1Udw3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1232/importcfg -pack /tmp/tmp.S0mpzmTmXg/TEMPREPO/fuse/ipns/common.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/fuse/ipns/ipns_unix.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/fuse/ipns/link_unix.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/fuse/ipns/mount_unix.go
2025-08-20T21:26:58.0140445Z [00:03:12.136]➜  go tool buildid -w $WORK/b1207/_pkg_.a # internal
2025-08-20T21:26:58.0199578Z [00:03:12.142]➜  go tool buildid -w $WORK/b1234/_pkg_.a # internal
2025-08-20T21:26:58.0209100Z [00:03:12.143]➜  cp $WORK/b1207/_pkg_.a /root/.cache/go-build/d2/d239de5a9773e713ca8cf42a2b71bf4920577649a3a0419df400ae1ec9e377ed-d # internal
2025-08-20T21:26:58.0210247Z [00:03:12.143]➜  github.com/ipfs/kubo/plugin/loader
2025-08-20T21:26:58.0210830Z [00:03:12.143]➜  mkdir -p $WORK/b1144/
2025-08-20T21:26:58.0211459Z [00:03:12.143]➜  cat >/tmp/go-build548448651/b1144/importcfg << 'EOF' # internal
2025-08-20T21:26:58.0212063Z [00:03:12.143]➜  # import config
2025-08-20T21:26:58.0212750Z [00:03:12.143]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:58.0216227Z [00:03:12.144]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:58.0218462Z [00:03:12.144]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:58.0224337Z [00:03:12.144]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:58.0225635Z [00:03:12.144]➜  packagefile github.com/ipfs/kubo/config=/tmp/go-build548448651/b534/_pkg_.a
2025-08-20T21:26:58.0226701Z [00:03:12.144]➜  packagefile github.com/ipfs/kubo/core=/tmp/go-build548448651/b403/_pkg_.a
2025-08-20T21:26:58.0227852Z [00:03:12.144]➜  packagefile github.com/ipfs/kubo/core/coreapi=/tmp/go-build548448651/b1022/_pkg_.a
2025-08-20T21:26:58.0229257Z [00:03:12.144]➜  packagefile github.com/ipfs/kubo/plugin=/tmp/go-build548448651/b1145/_pkg_.a
2025-08-20T21:26:58.0230500Z [00:03:12.144]➜  packagefile github.com/ipfs/kubo/plugin/plugins/badgerds=/tmp/go-build548448651/b1160/_pkg_.a
2025-08-20T21:26:58.0231832Z [00:03:12.144]➜  packagefile github.com/ipfs/kubo/plugin/plugins/dagjose=/tmp/go-build548448651/b1177/_pkg_.a
2025-08-20T21:26:58.0233155Z [00:03:12.144]➜  packagefile github.com/ipfs/kubo/plugin/plugins/flatfs=/tmp/go-build548448651/b1180/_pkg_.a
2025-08-20T21:26:58.0234468Z [00:03:12.144]➜  packagefile github.com/ipfs/kubo/plugin/plugins/fxtest=/tmp/go-build548448651/b1182/_pkg_.a
2025-08-20T21:26:58.0235747Z [00:03:12.144]➜  packagefile github.com/ipfs/kubo/plugin/plugins/git=/tmp/go-build548448651/b1183/_pkg_.a
2025-08-20T21:26:58.0237047Z [00:03:12.144]➜  packagefile github.com/ipfs/kubo/plugin/plugins/levelds=/tmp/go-build548448651/b1185/_pkg_.a
2025-08-20T21:26:58.0238357Z [00:03:12.144]➜  packagefile github.com/ipfs/kubo/plugin/plugins/nopfs=/tmp/go-build548448651/b1199/_pkg_.a
2025-08-20T21:26:58.0239844Z [00:03:12.144]➜  packagefile github.com/ipfs/kubo/plugin/plugins/pebbleds=/tmp/go-build548448651/b1204/_pkg_.a
2025-08-20T21:26:58.0241188Z [00:03:12.144]➜  packagefile github.com/ipfs/kubo/plugin/plugins/peerlog=/tmp/go-build548448651/b1206/_pkg_.a
2025-08-20T21:26:58.0242554Z [00:03:12.144]➜  packagefile github.com/ipfs/kubo/plugin/plugins/telemetry=/tmp/go-build548448651/b1207/_pkg_.a
2025-08-20T21:26:58.0243802Z [00:03:12.144]➜  packagefile github.com/ipfs/kubo/repo/fsrepo=/tmp/go-build548448651/b1146/_pkg_.a
2025-08-20T21:26:58.0245211Z [00:03:12.144]➜  packagefile github.com/ipld/go-ipld-prime/multicodec=/tmp/go-build548448651/b344/_pkg_.a
2025-08-20T21:26:58.0246449Z [00:03:12.144]➜  packagefile github.com/opentracing/opentracing-go=/tmp/go-build548448651/b1158/_pkg_.a
2025-08-20T21:26:58.0247448Z [00:03:12.144]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:58.0248202Z [00:03:12.144]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:58.0249407Z [00:03:12.144]➜  packagefile path/filepath=/tmp/go-build548448651/b168/_pkg_.a
2025-08-20T21:26:58.0250669Z [00:03:12.144]➜  packagefile plugin=/tmp/go-build548448651/b1210/_pkg_.a
2025-08-20T21:26:58.0251655Z [00:03:12.144]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:58.0252641Z [00:03:12.144]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:58.0253822Z [00:03:12.144]➜  EOF
2025-08-20T21:26:58.0259487Z [00:03:12.144]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1144/_pkg_.a -trimpath "/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/loader=>github.com/ipfs/kubo/plugin/loader;$WORK/b1144=>" -p github.com/ipfs/kubo/plugin/loader -lang=go1.25 -complete -installsuffix shared -buildid 5wpoDWL5BTpHosqIBN_N/5wpoDWL5BTpHosqIBN_N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1144/importcfg -pack /tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/loader/load_unix.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/loader/loader.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/loader/preload.go
2025-08-20T21:26:58.0316367Z [00:03:12.154]➜  cp $WORK/b1234/_pkg_.a /root/.cache/go-build/54/5453e689db45a04fbc7ab0791a428c9f51020a5771683861017b66b39f6c1de0-d # internal
2025-08-20T21:26:58.0324266Z [00:03:12.155]➜  github.com/go-kit/log
2025-08-20T21:26:58.0327861Z [00:03:12.155]➜  mkdir -p $WORK/b1244/
2025-08-20T21:26:58.0338073Z [00:03:12.156]➜  cat >/tmp/go-build548448651/b1244/importcfg << 'EOF' # internal
2025-08-20T21:26:58.0338966Z [00:03:12.156]➜  # import config
2025-08-20T21:26:58.0339719Z [00:03:12.156]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:58.0340536Z [00:03:12.156]➜  packagefile encoding=/tmp/go-build548448651/b053/_pkg_.a
2025-08-20T21:26:58.0341445Z [00:03:12.156]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:58.0342352Z [00:03:12.156]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:58.0343202Z [00:03:12.156]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:58.0344162Z [00:03:12.156]➜  packagefile github.com/go-logfmt/logfmt=/tmp/go-build548448651/b1245/_pkg_.a
2025-08-20T21:26:58.0345122Z [00:03:12.156]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:58.0345931Z [00:03:12.156]➜  packagefile log=/tmp/go-build548448651/b071/_pkg_.a
2025-08-20T21:26:58.0346758Z [00:03:12.156]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:26:58.0347630Z [00:03:12.156]➜  packagefile regexp=/tmp/go-build548448651/b192/_pkg_.a
2025-08-20T21:26:58.0348482Z [00:03:12.156]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:58.0349626Z [00:03:12.156]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:58.0350397Z [00:03:12.156]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:58.0351058Z [00:03:12.156]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:58.0351897Z [00:03:12.156]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:58.0352749Z [00:03:12.156]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:58.0353369Z [00:03:12.156]➜  EOF
2025-08-20T21:26:58.0361990Z [00:03:12.158]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1244/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-kit/log@v0.2.1=>github.com/go-kit/log@v0.2.1;$WORK/b1244=>" -p github.com/go-kit/log -lang=go1.17 -complete -installsuffix shared -buildid ImyO6jl9jeeXKqoAcQ8k/ImyO6jl9jeeXKqoAcQ8k -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1244/importcfg -pack /root/go/pkg/mod/github.com/go-kit/log@v0.2.1/doc.go /root/go/pkg/mod/github.com/go-kit/log@v0.2.1/json_logger.go /root/go/pkg/mod/github.com/go-kit/log@v0.2.1/log.go /root/go/pkg/mod/github.com/go-kit/log@v0.2.1/logfmt_logger.go /root/go/pkg/mod/github.com/go-kit/log@v0.2.1/nop_logger.go /root/go/pkg/mod/github.com/go-kit/log@v0.2.1/stdlib.go /root/go/pkg/mod/github.com/go-kit/log@v0.2.1/sync.go /root/go/pkg/mod/github.com/go-kit/log@v0.2.1/value.go
2025-08-20T21:26:58.0740158Z [00:03:12.196]➜  go tool buildid -w $WORK/b402/_pkg_.a # internal
2025-08-20T21:26:58.0813219Z [00:03:12.204]➜  cp $WORK/b402/_pkg_.a /root/.cache/go-build/92/928c775b27f0903c8085d68eb5bb95066bc20f41b738bbeffd8a5d63ad960fb1-d # internal
2025-08-20T21:26:58.0823858Z [00:03:12.205]➜  go.opencensus.io/internal
2025-08-20T21:26:58.0826753Z [00:03:12.205]➜  mkdir -p $WORK/b1253/
2025-08-20T21:26:58.0827784Z [00:03:12.205]➜  cat >/tmp/go-build548448651/b1253/importcfg << 'EOF' # internal
2025-08-20T21:26:58.0828704Z [00:03:12.205]➜  # import config
2025-08-20T21:26:58.0829434Z [00:03:12.205]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:58.0830370Z [00:03:12.205]➜  packagefile go.opencensus.io=/tmp/go-build548448651/b1254/_pkg_.a
2025-08-20T21:26:58.0831310Z [00:03:12.205]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:58.0832152Z [00:03:12.205]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:58.0832981Z [00:03:12.205]➜  packagefile unicode=/tmp/go-build548448651/b041/_pkg_.a
2025-08-20T21:26:58.0833623Z [00:03:12.205]➜  EOF
2025-08-20T21:26:58.0838153Z [00:03:12.205]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1253/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/internal=>go.opencensus.io@v0.24.0/internal;$WORK/b1253=>" -p go.opencensus.io/internal -lang=go1.13 -complete -installsuffix shared -buildid EjiBHhATMG9eXTlaw8sz/EjiBHhATMG9eXTlaw8sz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1253/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/internal/internal.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/internal/sanitize.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/internal/traceinternals.go
2025-08-20T21:26:58.1012484Z [00:03:12.224]➜  go tool buildid -w $WORK/b1253/_pkg_.a # internal
2025-08-20T21:26:58.1026517Z [00:03:12.225]➜  cp $WORK/b1253/_pkg_.a /root/.cache/go-build/77/77cf4b9295c57a54b6840ea3b9e3e17879ef4ba2d380c9f297cfce714dcb63a3-d # internal
2025-08-20T21:26:58.1033782Z [00:03:12.226]➜  go.opencensus.io/trace/tracestate
2025-08-20T21:26:58.1036753Z [00:03:12.226]➜  mkdir -p $WORK/b1256/
2025-08-20T21:26:58.1046668Z [00:03:12.227]➜  cat >/tmp/go-build548448651/b1256/importcfg << 'EOF' # internal
2025-08-20T21:26:58.1049480Z [00:03:12.227]➜  # import config
2025-08-20T21:26:58.1050162Z [00:03:12.227]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:58.1050945Z [00:03:12.227]➜  packagefile regexp=/tmp/go-build548448651/b192/_pkg_.a
2025-08-20T21:26:58.1051574Z [00:03:12.227]➜  EOF
2025-08-20T21:26:58.1062766Z [00:03:12.228]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1256/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/tracestate=>go.opencensus.io@v0.24.0/trace/tracestate;$WORK/b1256=>" -p go.opencensus.io/trace/tracestate -lang=go1.13 -complete -installsuffix shared -buildid VID4isTYUKXv0RdrEbyL/VID4isTYUKXv0RdrEbyL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1256/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/tracestate/tracestate.go
2025-08-20T21:26:58.1463489Z [00:03:12.269]➜  go tool buildid -w $WORK/b1244/_pkg_.a # internal
2025-08-20T21:26:58.1501313Z [00:03:12.273]➜  go tool buildid -w $WORK/b1256/_pkg_.a # internal
2025-08-20T21:26:58.1508410Z [00:03:12.273]➜  cp $WORK/b1256/_pkg_.a /root/.cache/go-build/66/6649e1f67ab57e773364a1ce7199aec32f268a044731c8ad460fd7ab86febc66-d # internal
2025-08-20T21:26:58.1535557Z [00:03:12.276]➜  cp $WORK/b1244/_pkg_.a /root/.cache/go-build/f7/f7ac0a15ea1525d84bb6285082057b707f5df600755d4a8363a26c66d218446f-d # internal
2025-08-20T21:26:58.1555332Z [00:03:12.278]➜  github.com/go-kit/log/level
2025-08-20T21:26:58.1556893Z [00:03:12.278]➜  mkdir -p $WORK/b1247/
2025-08-20T21:26:58.1559889Z [00:03:12.278]➜  cat >/tmp/go-build548448651/b1247/importcfg << 'EOF' # internal
2025-08-20T21:26:58.1560852Z [00:03:12.278]➜  # import config
2025-08-20T21:26:58.1561678Z [00:03:12.278]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:58.1562598Z [00:03:12.278]➜  packagefile github.com/go-kit/log=/tmp/go-build548448651/b1244/_pkg_.a
2025-08-20T21:26:58.1563559Z [00:03:12.278]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:58.1564214Z [00:03:12.278]➜  EOF
2025-08-20T21:26:58.1570782Z [00:03:12.278]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1247/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-kit/log@v0.2.1/level=>github.com/go-kit/log@v0.2.1/level;$WORK/b1247=>" -p github.com/go-kit/log/level -lang=go1.17 -complete -installsuffix shared -buildid fheb3uLhO6oSh_9RKB_W/fheb3uLhO6oSh_9RKB_W -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1247/importcfg -pack /root/go/pkg/mod/github.com/go-kit/log@v0.2.1/level/doc.go /root/go/pkg/mod/github.com/go-kit/log@v0.2.1/level/level.go
2025-08-20T21:26:58.1609652Z [00:03:12.283]➜  go.opencensus.io/trace
2025-08-20T21:26:58.1610298Z [00:03:12.283]➜  mkdir -p $WORK/b1251/
2025-08-20T21:26:58.1611072Z [00:03:12.283]➜  cat >/tmp/go-build548448651/b1251/importcfg << 'EOF' # internal
2025-08-20T21:26:58.1611798Z [00:03:12.283]➜  # import config
2025-08-20T21:26:58.1612491Z [00:03:12.283]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:58.1613400Z [00:03:12.283]➜  packagefile crypto/rand=/tmp/go-build548448651/b082/_pkg_.a
2025-08-20T21:26:58.1614559Z [00:03:12.283]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:58.1615643Z [00:03:12.283]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:58.1616670Z [00:03:12.283]➜  packagefile github.com/golang/groupcache/lru=/tmp/go-build548448651/b1252/_pkg_.a
2025-08-20T21:26:58.1617828Z [00:03:12.283]➜  packagefile go.opencensus.io/internal=/tmp/go-build548448651/b1253/_pkg_.a
2025-08-20T21:26:58.1629804Z [00:03:12.283]➜  packagefile go.opencensus.io/trace/internal=/tmp/go-build548448651/b1255/_pkg_.a
2025-08-20T21:26:58.1631029Z [00:03:12.283]➜  packagefile go.opencensus.io/trace/tracestate=/tmp/go-build548448651/b1256/_pkg_.a
2025-08-20T21:26:58.1632082Z [00:03:12.283]➜  packagefile math/rand=/tmp/go-build548448651/b109/_pkg_.a
2025-08-20T21:26:58.1632966Z [00:03:12.283]➜  packagefile runtime/trace=/tmp/go-build548448651/b522/_pkg_.a
2025-08-20T21:26:58.1633830Z [00:03:12.283]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:58.1634700Z [00:03:12.283]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:58.1635567Z [00:03:12.283]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:58.1636197Z [00:03:12.283]➜  EOF
2025-08-20T21:26:58.1644337Z [00:03:12.283]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1251/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/trace=>go.opencensus.io@v0.24.0/trace;$WORK/b1251=>" -p go.opencensus.io/trace -lang=go1.13 -complete -installsuffix shared -buildid ziSVsrs4h_TEl_XTSaHD/ziSVsrs4h_TEl_XTSaHD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1251/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/basetypes.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/config.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/doc.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/evictedqueue.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/export.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/lrumap.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/sampling.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/spanbucket.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/spanstore.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/status_codes.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/trace.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/trace_api.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/trace_go11.go
2025-08-20T21:26:58.1963284Z [00:03:12.319]➜  go tool buildid -w $WORK/b1247/_pkg_.a # internal
2025-08-20T21:26:58.1977129Z [00:03:12.320]➜  cp $WORK/b1247/_pkg_.a /root/.cache/go-build/46/4671034acc40127647523cfa228e2ded13db093f6857a6cd8bd0d7208f70000a-d # internal
2025-08-20T21:26:58.1982784Z [00:03:12.321]➜  github.com/prometheus/statsd_exporter/pkg/level
2025-08-20T21:26:58.1983437Z [00:03:12.321]➜  mkdir -p $WORK/b1246/
2025-08-20T21:26:58.1990286Z [00:03:12.321]➜  cat >/tmp/go-build548448651/b1246/importcfg << 'EOF' # internal
2025-08-20T21:26:58.1990947Z [00:03:12.321]➜  # import config
2025-08-20T21:26:58.1991549Z [00:03:12.321]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:58.1992647Z [00:03:12.321]➜  packagefile github.com/go-kit/log=/tmp/go-build548448651/b1244/_pkg_.a
2025-08-20T21:26:58.1993623Z [00:03:12.321]➜  packagefile github.com/go-kit/log/level=/tmp/go-build548448651/b1247/_pkg_.a
2025-08-20T21:26:58.1994291Z [00:03:12.321]➜  EOF
2025-08-20T21:26:58.2016289Z [00:03:12.324]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1246/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/statsd_exporter@v0.27.1/pkg/level=>github.com/prometheus/statsd_exporter@v0.27.1/pkg/level;$WORK/b1246=>" -p github.com/prometheus/statsd_exporter/pkg/level -lang=go1.21 -complete -installsuffix shared -buildid 6OEbAcS2ch_DU48dX7qe/6OEbAcS2ch_DU48dX7qe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1246/importcfg -pack /root/go/pkg/mod/github.com/prometheus/statsd_exporter@v0.27.1/pkg/level/level.go
2025-08-20T21:26:58.2292860Z [00:03:12.352]➜  go tool buildid -w $WORK/b1246/_pkg_.a # internal
2025-08-20T21:26:58.2302157Z [00:03:12.353]➜  cp $WORK/b1246/_pkg_.a /root/.cache/go-build/a0/a0131fc989bb0db0cf0128960f96441df29008c06a7a009265f2281aee0e5b0a-d # internal
2025-08-20T21:26:58.2314466Z [00:03:12.354]➜  github.com/prometheus/statsd_exporter/pkg/mapper/fsm
2025-08-20T21:26:58.2325263Z [00:03:12.354]➜  mkdir -p $WORK/b1248/
2025-08-20T21:26:58.2326004Z [00:03:12.355]➜  cat >/tmp/go-build548448651/b1248/importcfg << 'EOF' # internal
2025-08-20T21:26:58.2326727Z [00:03:12.355]➜  # import config
2025-08-20T21:26:58.2327380Z [00:03:12.355]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:58.2328304Z [00:03:12.355]➜  packagefile github.com/go-kit/log=/tmp/go-build548448651/b1244/_pkg_.a
2025-08-20T21:26:58.2331744Z [00:03:12.355]➜  packagefile github.com/prometheus/statsd_exporter/pkg/level=/tmp/go-build548448651/b1246/_pkg_.a
2025-08-20T21:26:58.2332791Z [00:03:12.355]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:58.2333614Z [00:03:12.355]➜  packagefile regexp=/tmp/go-build548448651/b192/_pkg_.a
2025-08-20T21:26:58.2334472Z [00:03:12.355]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:58.2335241Z [00:03:12.355]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:58.2335830Z [00:03:12.355]➜  EOF
2025-08-20T21:26:58.2352122Z [00:03:12.355]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1248/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/statsd_exporter@v0.27.1/pkg/mapper/fsm=>github.com/prometheus/statsd_exporter@v0.27.1/pkg/mapper/fsm;$WORK/b1248=>" -p github.com/prometheus/statsd_exporter/pkg/mapper/fsm -lang=go1.21 -complete -installsuffix shared -buildid LimeoGWjyrMoCr2-1ach/LimeoGWjyrMoCr2-1ach -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1248/importcfg -pack /root/go/pkg/mod/github.com/prometheus/statsd_exporter@v0.27.1/pkg/mapper/fsm/dump.go /root/go/pkg/mod/github.com/prometheus/statsd_exporter@v0.27.1/pkg/mapper/fsm/formatter.go /root/go/pkg/mod/github.com/prometheus/statsd_exporter@v0.27.1/pkg/mapper/fsm/fsm.go /root/go/pkg/mod/github.com/prometheus/statsd_exporter@v0.27.1/pkg/mapper/fsm/minmax.go
2025-08-20T21:26:58.2881147Z [00:03:12.410]➜  go tool buildid -w $WORK/b1248/_pkg_.a # internal
2025-08-20T21:26:58.2894978Z [00:03:12.412]➜  cp $WORK/b1248/_pkg_.a /root/.cache/go-build/e2/e229cd8bff6475550a83b9c489daa8cab8aca0214305d2b090d1be0b05c2d135-d # internal
2025-08-20T21:26:58.2986979Z [00:03:12.421]➜  github.com/prometheus/statsd_exporter/pkg/mapper
2025-08-20T21:26:58.2990530Z [00:03:12.421]➜  mkdir -p $WORK/b1243/
2025-08-20T21:26:58.2994489Z [00:03:12.422]➜  cat >/tmp/go-build548448651/b1243/importcfg << 'EOF' # internal
2025-08-20T21:26:58.2995582Z [00:03:12.422]➜  # import config
2025-08-20T21:26:58.2998317Z [00:03:12.422]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:58.3000892Z [00:03:12.422]➜  packagefile github.com/go-kit/log=/tmp/go-build548448651/b1244/_pkg_.a
2025-08-20T21:26:58.3009844Z [00:03:12.422]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build548448651/b387/_pkg_.a
2025-08-20T21:26:58.3011669Z [00:03:12.422]➜  packagefile github.com/prometheus/statsd_exporter/pkg/level=/tmp/go-build548448651/b1246/_pkg_.a
2025-08-20T21:26:58.3013161Z [00:03:12.422]➜  packagefile github.com/prometheus/statsd_exporter/pkg/mapper/fsm=/tmp/go-build548448651/b1248/_pkg_.a
2025-08-20T21:26:58.3014405Z [00:03:12.422]➜  packagefile gopkg.in/yaml.v2=/tmp/go-build548448651/b1249/_pkg_.a
2025-08-20T21:26:58.3015301Z [00:03:12.422]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:58.3016139Z [00:03:12.422]➜  packagefile regexp=/tmp/go-build548448651/b192/_pkg_.a
2025-08-20T21:26:58.3017007Z [00:03:12.422]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:58.3017855Z [00:03:12.422]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:58.3021122Z [00:03:12.422]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:58.3022282Z [00:03:12.422]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:26:58.3023020Z [00:03:12.422]➜  EOF
2025-08-20T21:26:58.3032686Z [00:03:12.422]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1243/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/statsd_exporter@v0.27.1/pkg/mapper=>github.com/prometheus/statsd_exporter@v0.27.1/pkg/mapper;$WORK/b1243=>" -p github.com/prometheus/statsd_exporter/pkg/mapper -lang=go1.21 -complete -installsuffix shared -buildid LefSeFWO76lZs_7AeX9j/LefSeFWO76lZs_7AeX9j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1243/importcfg -pack /root/go/pkg/mod/github.com/prometheus/statsd_exporter@v0.27.1/pkg/mapper/action.go /root/go/pkg/mod/github.com/prometheus/statsd_exporter@v0.27.1/pkg/mapper/escape.go /root/go/pkg/mod/github.com/prometheus/statsd_exporter@v0.27.1/pkg/mapper/mapper.go /root/go/pkg/mod/github.com/prometheus/statsd_exporter@v0.27.1/pkg/mapper/mapper_cache.go /root/go/pkg/mod/github.com/prometheus/statsd_exporter@v0.27.1/pkg/mapper/mapper_defaults.go /root/go/pkg/mod/github.com/prometheus/statsd_exporter@v0.27.1/pkg/mapper/mapping.go /root/go/pkg/mod/github.com/prometheus/statsd_exporter@v0.27.1/pkg/mapper/match.go /root/go/pkg/mod/github.com/prometheus/statsd_exporter@v0.27.1/pkg/mapper/metric_type.go /root/go/pkg/mod/github.com/prometheus/statsd_exporter@v0.27.1/pkg/mapper/observer.go
2025-08-20T21:26:58.3744028Z [00:03:12.497]➜  go tool buildid -w $WORK/b1251/_pkg_.a # internal
2025-08-20T21:26:58.3778050Z [00:03:12.500]➜  cp $WORK/b1251/_pkg_.a /root/.cache/go-build/9c/9c7c3aeabf124e973a9990e3bb09f5065a6e2f2b323957571de47ddefbe3c9e6-d # internal
2025-08-20T21:26:58.3799081Z [00:03:12.502]➜  go.opencensus.io/metric/metricexport
2025-08-20T21:26:58.3801777Z [00:03:12.502]➜  mkdir -p $WORK/b1250/
2025-08-20T21:26:58.3841268Z [00:03:12.506]➜  cat >/tmp/go-build548448651/b1250/importcfg << 'EOF' # internal
2025-08-20T21:26:58.3843636Z [00:03:12.507]➜  # import config
2025-08-20T21:26:58.3845809Z [00:03:12.507]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:58.3846859Z [00:03:12.507]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:58.3851465Z [00:03:12.507]➜  packagefile go.opencensus.io/metric/metricdata=/tmp/go-build548448651/b979/_pkg_.a
2025-08-20T21:26:58.3852968Z [00:03:12.507]➜  packagefile go.opencensus.io/metric/metricproducer=/tmp/go-build548448651/b985/_pkg_.a
2025-08-20T21:26:58.3854093Z [00:03:12.507]➜  packagefile go.opencensus.io/trace=/tmp/go-build548448651/b1251/_pkg_.a
2025-08-20T21:26:58.3854988Z [00:03:12.507]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:58.3855759Z [00:03:12.507]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:58.3856306Z [00:03:12.507]➜  EOF
2025-08-20T21:26:58.3860889Z [00:03:12.507]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1250/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/metric/metricexport=>go.opencensus.io@v0.24.0/metric/metricexport;$WORK/b1250=>" -p go.opencensus.io/metric/metricexport -lang=go1.13 -complete -installsuffix shared -buildid 5cGbobTJJSYRCtkdSKUN/5cGbobTJJSYRCtkdSKUN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1250/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/metric/metricexport/doc.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/metric/metricexport/export.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/metric/metricexport/reader.go
2025-08-20T21:26:58.3975268Z [00:03:12.520]➜  go tool buildid -w $WORK/b1243/_pkg_.a # internal
2025-08-20T21:26:58.4015720Z [00:03:12.524]➜  cp $WORK/b1243/_pkg_.a /root/.cache/go-build/7a/7a13294aaaf19487adec9939f28051f0249fca3e3fed5c964f1bcfcb4e2c12e0-d # internal
2025-08-20T21:26:58.4031412Z [00:03:12.525]➜  github.com/gorilla/mux
2025-08-20T21:26:58.4034009Z [00:03:12.525]➜  mkdir -p $WORK/b1258/
2025-08-20T21:26:58.4037834Z [00:03:12.526]➜  cat >/tmp/go-build548448651/b1258/importcfg << 'EOF' # internal
2025-08-20T21:26:58.4046340Z [00:03:12.526]➜  # import config
2025-08-20T21:26:58.4047160Z [00:03:12.526]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:58.4048101Z [00:03:12.526]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:58.4049705Z [00:03:12.526]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:58.4050531Z [00:03:12.526]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:58.4051315Z [00:03:12.526]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:58.4052102Z [00:03:12.526]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:58.4052854Z [00:03:12.526]➜  packagefile path=/tmp/go-build548448651/b063/_pkg_.a
2025-08-20T21:26:58.4053601Z [00:03:12.526]➜  packagefile regexp=/tmp/go-build548448651/b192/_pkg_.a
2025-08-20T21:26:58.4054363Z [00:03:12.526]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:58.4055123Z [00:03:12.526]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:58.4055679Z [00:03:12.526]➜  EOF
2025-08-20T21:26:58.4060881Z [00:03:12.526]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1258/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gorilla/mux@v1.8.1=>github.com/gorilla/mux@v1.8.1;$WORK/b1258=>" -p github.com/gorilla/mux -lang=go1.20 -complete -installsuffix shared -buildid oXr4euAO_o4phkwJTeFZ/oXr4euAO_o4phkwJTeFZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1258/importcfg -pack /root/go/pkg/mod/github.com/gorilla/mux@v1.8.1/doc.go /root/go/pkg/mod/github.com/gorilla/mux@v1.8.1/middleware.go /root/go/pkg/mod/github.com/gorilla/mux@v1.8.1/mux.go /root/go/pkg/mod/github.com/gorilla/mux@v1.8.1/regexp.go /root/go/pkg/mod/github.com/gorilla/mux@v1.8.1/route.go /root/go/pkg/mod/github.com/gorilla/mux@v1.8.1/test_helpers.go
2025-08-20T21:26:58.4180770Z [00:03:12.540]➜  go tool buildid -w $WORK/b1232/_pkg_.a # internal
2025-08-20T21:26:58.4266808Z [00:03:12.549]➜  cp $WORK/b1232/_pkg_.a /root/.cache/go-build/4a/4ae63dde187ef2c7d2e0f755fe85a78b28227042540ac6edf7d0a8dbf588b624-d # internal
2025-08-20T21:26:58.4269772Z [00:03:12.549]➜  github.com/ipfs/kubo/fuse/node
2025-08-20T21:26:58.4271898Z [00:03:12.549]➜  mkdir -p $WORK/b1231/
2025-08-20T21:26:58.4272982Z [00:03:12.549]➜  cat >/tmp/go-build548448651/b1231/importcfg << 'EOF' # internal
2025-08-20T21:26:58.4274547Z [00:03:12.549]➜  # import config
2025-08-20T21:26:58.4275576Z [00:03:12.550]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:58.4276510Z [00:03:12.550]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:58.4277686Z [00:03:12.550]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:58.4278928Z [00:03:12.550]➜  packagefile github.com/ipfs/kubo/core=/tmp/go-build548448651/b403/_pkg_.a
2025-08-20T21:26:58.4280374Z [00:03:12.550]➜  packagefile github.com/ipfs/kubo/fuse/ipns=/tmp/go-build548448651/b1232/_pkg_.a
2025-08-20T21:26:58.4281844Z [00:03:12.550]➜  packagefile github.com/ipfs/kubo/fuse/mfs=/tmp/go-build548448651/b1233/_pkg_.a
2025-08-20T21:26:58.4283353Z [00:03:12.550]➜  packagefile github.com/ipfs/kubo/fuse/mount=/tmp/go-build548448651/b1018/_pkg_.a
2025-08-20T21:26:58.4284726Z [00:03:12.550]➜  packagefile github.com/ipfs/kubo/fuse/readonly=/tmp/go-build548448651/b1234/_pkg_.a
2025-08-20T21:26:58.4286066Z [00:03:12.550]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:58.4287097Z [00:03:12.550]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:58.4287885Z [00:03:12.550]➜  EOF
2025-08-20T21:26:58.4302331Z [00:03:12.552]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1231/_pkg_.a -trimpath "/tmp/tmp.S0mpzmTmXg/TEMPREPO/fuse/node=>github.com/ipfs/kubo/fuse/node;$WORK/b1231=>" -p github.com/ipfs/kubo/fuse/node -lang=go1.25 -complete -installsuffix shared -buildid Zll5OEKlRVih12Pw-P5W/Zll5OEKlRVih12Pw-P5W -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1231/importcfg -pack /tmp/tmp.S0mpzmTmXg/TEMPREPO/fuse/node/mount_unix.go
2025-08-20T21:26:58.4306124Z [00:03:12.553]➜  go tool buildid -w $WORK/b1250/_pkg_.a # internal
2025-08-20T21:26:58.4318437Z [00:03:12.554]➜  cp $WORK/b1250/_pkg_.a /root/.cache/go-build/e0/e09f1f0183b86842db8c46fd60f997af7992680ca1a23d911c0188ffbe0b2d7b-d # internal
2025-08-20T21:26:58.4353988Z [00:03:12.558]➜  contrib.go.opencensus.io/exporter/prometheus
2025-08-20T21:26:58.4354710Z [00:03:12.558]➜  mkdir -p $WORK/b1238/
2025-08-20T21:26:58.4356776Z [00:03:12.558]➜  cat >/tmp/go-build548448651/b1238/importcfg << 'EOF' # internal
2025-08-20T21:26:58.4359906Z [00:03:12.558]➜  # import config
2025-08-20T21:26:58.4360704Z [00:03:12.558]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:58.4361537Z [00:03:12.558]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:58.4362637Z [00:03:12.558]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build548448651/b387/_pkg_.a
2025-08-20T21:26:58.4364147Z [00:03:12.558]➜  packagefile github.com/prometheus/client_golang/prometheus/promhttp=/tmp/go-build548448651/b1239/_pkg_.a
2025-08-20T21:26:58.4365692Z [00:03:12.558]➜  packagefile github.com/prometheus/statsd_exporter/pkg/mapper=/tmp/go-build548448651/b1243/_pkg_.a
2025-08-20T21:26:58.4367013Z [00:03:12.558]➜  packagefile go.opencensus.io/metric/metricdata=/tmp/go-build548448651/b979/_pkg_.a
2025-08-20T21:26:58.4368247Z [00:03:12.558]➜  packagefile go.opencensus.io/metric/metricexport=/tmp/go-build548448651/b1250/_pkg_.a
2025-08-20T21:26:58.4369590Z [00:03:12.558]➜  packagefile go.opencensus.io/stats/view=/tmp/go-build548448651/b983/_pkg_.a
2025-08-20T21:26:58.4370558Z [00:03:12.558]➜  packagefile log=/tmp/go-build548448651/b071/_pkg_.a
2025-08-20T21:26:58.4371545Z [00:03:12.558]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:58.4372538Z [00:03:12.558]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:58.4373175Z [00:03:12.558]➜  EOF
2025-08-20T21:26:58.4377916Z [00:03:12.558]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1238/_pkg_.a -trimpath "/root/go/pkg/mod/contrib.go.opencensus.io/exporter/prometheus@v0.4.2=>contrib.go.opencensus.io/exporter/prometheus@v0.4.2;$WORK/b1238=>" -p contrib.go.opencensus.io/exporter/prometheus -lang=go1.13 -complete -installsuffix shared -buildid Eej00nf5HGwI9fRQcDfg/Eej00nf5HGwI9fRQcDfg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1238/importcfg -pack /root/go/pkg/mod/contrib.go.opencensus.io/exporter/prometheus@v0.4.2/prometheus.go /root/go/pkg/mod/contrib.go.opencensus.io/exporter/prometheus@v0.4.2/sanitize.go
2025-08-20T21:26:58.4926117Z [00:03:12.614]➜  go tool buildid -w $WORK/b1144/_pkg_.a # internal
2025-08-20T21:26:58.5070333Z [00:03:12.629]➜  cp $WORK/b1144/_pkg_.a /root/.cache/go-build/ca/cab2a87bb2bf8858274a0650653fde33b7497a29d6b3d5a056e65db00b2bbe82-d # internal
2025-08-20T21:26:58.5071501Z [00:03:12.629]➜  github.com/ipfs/kubo/commands
2025-08-20T21:26:58.5072072Z [00:03:12.629]➜  mkdir -p $WORK/b1143/
2025-08-20T21:26:58.5105285Z [00:03:12.632]➜  cat >/tmp/go-build548448651/b1143/importcfg << 'EOF' # internal
2025-08-20T21:26:58.5106055Z [00:03:12.632]➜  # import config
2025-08-20T21:26:58.5106751Z [00:03:12.632]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:58.5107605Z [00:03:12.632]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:58.5108867Z [00:03:12.632]➜  packagefile github.com/ipfs/go-ipfs-cmds=/tmp/go-build548448651/b377/_pkg_.a
2025-08-20T21:26:58.5110036Z [00:03:12.632]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:58.5111117Z [00:03:12.632]➜  packagefile github.com/ipfs/kubo/config=/tmp/go-build548448651/b534/_pkg_.a
2025-08-20T21:26:58.5112210Z [00:03:12.632]➜  packagefile github.com/ipfs/kubo/core=/tmp/go-build548448651/b403/_pkg_.a
2025-08-20T21:26:58.5113379Z [00:03:12.633]➜  packagefile github.com/ipfs/kubo/core/coreapi=/tmp/go-build548448651/b1022/_pkg_.a
2025-08-20T21:26:58.5114677Z [00:03:12.633]➜  packagefile github.com/ipfs/kubo/core/coreiface=/tmp/go-build548448651/b1025/_pkg_.a
2025-08-20T21:26:58.5116369Z [00:03:12.633]➜  packagefile github.com/ipfs/kubo/core/coreiface/options=/tmp/go-build548448651/b710/_pkg_.a
2025-08-20T21:26:58.5117750Z [00:03:12.633]➜  packagefile github.com/ipfs/kubo/plugin/loader=/tmp/go-build548448651/b1144/_pkg_.a
2025-08-20T21:26:58.5119062Z [00:03:12.633]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:58.5119930Z [00:03:12.633]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:58.5120800Z [00:03:12.633]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:58.5121441Z [00:03:12.633]➜  EOF
2025-08-20T21:26:58.5125117Z [00:03:12.633]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1143/_pkg_.a -trimpath "/tmp/tmp.S0mpzmTmXg/TEMPREPO/commands=>github.com/ipfs/kubo/commands;$WORK/b1143=>" -p github.com/ipfs/kubo/commands -lang=go1.25 -complete -installsuffix shared -buildid yEFM3WG1wBHS6Zj9irZX/yEFM3WG1wBHS6Zj9irZX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1143/importcfg -pack /tmp/tmp.S0mpzmTmXg/TEMPREPO/commands/context.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/commands/reqlog.go
2025-08-20T21:26:58.5340746Z [00:03:12.656]➜  go tool buildid -w $WORK/b1238/_pkg_.a # internal
2025-08-20T21:26:58.5362898Z [00:03:12.659]➜  cp $WORK/b1238/_pkg_.a /root/.cache/go-build/4a/4a4d14754a8a4ec606d3923e3532fb024cc3d60fc3528e6503782b650c222779-d # internal
2025-08-20T21:26:58.5367086Z [00:03:12.659]➜  github.com/slok/go-http-metrics/metrics
2025-08-20T21:26:58.5368195Z [00:03:12.659]➜  mkdir -p $WORK/b1260/
2025-08-20T21:26:58.5373320Z [00:03:12.660]➜  cat >/tmp/go-build548448651/b1260/importcfg << 'EOF' # internal
2025-08-20T21:26:58.5374024Z [00:03:12.660]➜  # import config
2025-08-20T21:26:58.5374640Z [00:03:12.660]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:58.5375374Z [00:03:12.660]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:58.5375986Z [00:03:12.660]➜  EOF
2025-08-20T21:26:58.5381602Z [00:03:12.660]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1260/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/slok/go-http-metrics@v0.13.0/metrics=>github.com/slok/go-http-metrics@v0.13.0/metrics;$WORK/b1260=>" -p github.com/slok/go-http-metrics/metrics -lang=go1.23 -complete -installsuffix shared -buildid 2eeAK53FwCKTd0VB2nvy/2eeAK53FwCKTd0VB2nvy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1260/importcfg -pack /root/go/pkg/mod/github.com/slok/go-http-metrics@v0.13.0/metrics/metrics.go
2025-08-20T21:26:58.5469857Z [00:03:12.669]➜  go tool buildid -w $WORK/b1258/_pkg_.a # internal
2025-08-20T21:26:58.5495736Z [00:03:12.672]➜  cp $WORK/b1258/_pkg_.a /root/.cache/go-build/5e/5ef5769cd5b0e8abe0d93516bcece8345bc6d27a1552799add362308e9f05f3e-d # internal
2025-08-20T21:26:58.5507529Z [00:03:12.673]➜  github.com/libp2p/go-libp2p-gostream
2025-08-20T21:26:58.5508338Z [00:03:12.673]➜  mkdir -p $WORK/b1264/
2025-08-20T21:26:58.5514941Z [00:03:12.674]➜  cat >/tmp/go-build548448651/b1264/importcfg << 'EOF' # internal
2025-08-20T21:26:58.5516880Z [00:03:12.674]➜  # import config
2025-08-20T21:26:58.5517562Z [00:03:12.674]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:58.5518719Z [00:03:12.674]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build548448651/b423/_pkg_.a
2025-08-20T21:26:58.5519944Z [00:03:12.674]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build548448651/b417/_pkg_.a
2025-08-20T21:26:58.5521147Z [00:03:12.674]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:58.5522325Z [00:03:12.674]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build548448651/b419/_pkg_.a
2025-08-20T21:26:58.5523285Z [00:03:12.674]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:58.5523841Z [00:03:12.674]➜  EOF
2025-08-20T21:26:58.5529238Z [00:03:12.674]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1264/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p-gostream@v0.6.0=>github.com/libp2p/go-libp2p-gostream@v0.6.0;$WORK/b1264=>" -p github.com/libp2p/go-libp2p-gostream -lang=go1.19 -complete -installsuffix shared -buildid dcu75OSpAV5hB_L-bDB2/dcu75OSpAV5hB_L-bDB2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1264/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p-gostream@v0.6.0/addr.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-gostream@v0.6.0/conn.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-gostream@v0.6.0/gostream.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-gostream@v0.6.0/listener.go
2025-08-20T21:26:58.5534462Z [00:03:12.676]➜  go tool buildid -w $WORK/b1260/_pkg_.a # internal
2025-08-20T21:26:58.5538985Z [00:03:12.676]➜  cp $WORK/b1260/_pkg_.a /root/.cache/go-build/2c/2c878e4931777c46e13ff2a824a81fc09eaba500ea1831904d0182dfff14707c-d # internal
2025-08-20T21:26:58.5558285Z [00:03:12.678]➜  github.com/slok/go-http-metrics/metrics/prometheus
2025-08-20T21:26:58.5559229Z [00:03:12.678]➜  mkdir -p $WORK/b1259/
2025-08-20T21:26:58.5562621Z [00:03:12.679]➜  cat >/tmp/go-build548448651/b1259/importcfg << 'EOF' # internal
2025-08-20T21:26:58.5563568Z [00:03:12.679]➜  # import config
2025-08-20T21:26:58.5564348Z [00:03:12.679]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:58.5565415Z [00:03:12.679]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build548448651/b387/_pkg_.a
2025-08-20T21:26:58.5566701Z [00:03:12.679]➜  packagefile github.com/slok/go-http-metrics/metrics=/tmp/go-build548448651/b1260/_pkg_.a
2025-08-20T21:26:58.5567701Z [00:03:12.679]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:58.5568296Z [00:03:12.679]➜  EOF
2025-08-20T21:26:58.5572574Z [00:03:12.679]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1259/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/slok/go-http-metrics@v0.13.0/metrics/prometheus=>github.com/slok/go-http-metrics@v0.13.0/metrics/prometheus;$WORK/b1259=>" -p github.com/slok/go-http-metrics/metrics/prometheus -lang=go1.23 -complete -installsuffix shared -buildid czDOzdD1k1Iac1gOw4nI/czDOzdD1k1Iac1gOw4nI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1259/importcfg -pack /root/go/pkg/mod/github.com/slok/go-http-metrics@v0.13.0/metrics/prometheus/prometheus.go
2025-08-20T21:26:58.6056464Z [00:03:12.728]➜  go tool buildid -w $WORK/b1264/_pkg_.a # internal
2025-08-20T21:26:58.6071254Z [00:03:12.730]➜  cp $WORK/b1264/_pkg_.a /root/.cache/go-build/4d/4d85528934cd8cd9e2879daf4a05125351f10828b09394c3658869d65db944f3-d # internal
2025-08-20T21:26:58.6111981Z [00:03:12.734]➜  github.com/slok/go-http-metrics/middleware
2025-08-20T21:26:58.6112972Z [00:03:12.734]➜  mkdir -p $WORK/b1261/
2025-08-20T21:26:58.6117660Z [00:03:12.734]➜  cat >/tmp/go-build548448651/b1261/importcfg << 'EOF' # internal
2025-08-20T21:26:58.6118385Z [00:03:12.734]➜  # import config
2025-08-20T21:26:58.6119189Z [00:03:12.734]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:58.6120014Z [00:03:12.734]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:58.6121170Z [00:03:12.734]➜  packagefile github.com/slok/go-http-metrics/metrics=/tmp/go-build548448651/b1260/_pkg_.a
2025-08-20T21:26:58.6122220Z [00:03:12.734]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:58.6123072Z [00:03:12.734]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:58.6124520Z [00:03:12.735]➜  EOF
2025-08-20T21:26:58.6129443Z [00:03:12.735]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1261/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/slok/go-http-metrics@v0.13.0/middleware=>github.com/slok/go-http-metrics@v0.13.0/middleware;$WORK/b1261=>" -p github.com/slok/go-http-metrics/middleware -lang=go1.23 -complete -installsuffix shared -buildid UBL60w8MHgG9mCCKNdpR/UBL60w8MHgG9mCCKNdpR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1261/importcfg -pack /root/go/pkg/mod/github.com/slok/go-http-metrics@v0.13.0/middleware/middleware.go
2025-08-20T21:26:58.6213621Z [00:03:12.744]➜  go tool buildid -w $WORK/b1259/_pkg_.a # internal
2025-08-20T21:26:58.6231855Z [00:03:12.746]➜  cp $WORK/b1259/_pkg_.a /root/.cache/go-build/1d/1d95b0fefee82f3d7b3b3bcca8badd6920fc23eeb8e0e5cfd6e57a316c58f73e-d # internal
2025-08-20T21:26:58.6251678Z [00:03:12.748]➜  github.com/libp2p/go-libp2p-http
2025-08-20T21:26:58.6253212Z [00:03:12.748]➜  mkdir -p $WORK/b1263/
2025-08-20T21:26:58.6258221Z [00:03:12.748]➜  cat >/tmp/go-build548448651/b1263/importcfg << 'EOF' # internal
2025-08-20T21:26:58.6259422Z [00:03:12.748]➜  # import config
2025-08-20T21:26:58.6260067Z [00:03:12.748]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:58.6261048Z [00:03:12.748]➜  packagefile github.com/libp2p/go-libp2p-gostream=/tmp/go-build548448651/b1264/_pkg_.a
2025-08-20T21:26:58.6262209Z [00:03:12.748]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build548448651/b423/_pkg_.a
2025-08-20T21:26:58.6263351Z [00:03:12.748]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:58.6264602Z [00:03:12.748]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build548448651/b419/_pkg_.a
2025-08-20T21:26:58.6265613Z [00:03:12.748]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:58.6269476Z [00:03:12.749]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:58.6270711Z [00:03:12.749]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:58.6272186Z [00:03:12.749]➜  EOF
2025-08-20T21:26:58.6275752Z [00:03:12.749]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1263/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p-http@v0.5.0=>github.com/libp2p/go-libp2p-http@v0.5.0;$WORK/b1263=>" -p github.com/libp2p/go-libp2p-http -lang=go1.19 -complete -installsuffix shared -buildid xh-xGmhqkdS1625wu4Xp/xh-xGmhqkdS1625wu4Xp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1263/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p-http@v0.5.0/p2phttp.go
2025-08-20T21:26:58.6500690Z [00:03:12.772]➜  go tool buildid -w $WORK/b1261/_pkg_.a # internal
2025-08-20T21:26:58.6507618Z [00:03:12.773]➜  cp $WORK/b1261/_pkg_.a /root/.cache/go-build/f0/f02c294eca55fcd8565218aafc59faedf1e894ef5906c10b33c12b4e5c474fc9-d # internal
2025-08-20T21:26:58.6515183Z [00:03:12.774]➜  github.com/slok/go-http-metrics/middleware/std
2025-08-20T21:26:58.6517767Z [00:03:12.774]➜  mkdir -p $WORK/b1262/
2025-08-20T21:26:58.6528244Z [00:03:12.775]➜  cat >/tmp/go-build548448651/b1262/importcfg << 'EOF' # internal
2025-08-20T21:26:58.6530968Z [00:03:12.775]➜  # import config
2025-08-20T21:26:58.6531637Z [00:03:12.775]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:58.6532412Z [00:03:12.775]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:58.6533177Z [00:03:12.775]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:58.6534209Z [00:03:12.776]➜  packagefile github.com/slok/go-http-metrics/middleware=/tmp/go-build548448651/b1261/_pkg_.a
2025-08-20T21:26:58.6535299Z [00:03:12.776]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:58.6536260Z [00:03:12.776]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:58.6536945Z [00:03:12.776]➜  EOF
2025-08-20T21:26:58.6573872Z [00:03:12.778]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1262/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/slok/go-http-metrics@v0.13.0/middleware/std=>github.com/slok/go-http-metrics@v0.13.0/middleware/std;$WORK/b1262=>" -p github.com/slok/go-http-metrics/middleware/std -lang=go1.23 -complete -installsuffix shared -buildid hELrlCsk-6kAZoAKcTcP/hELrlCsk-6kAZoAKcTcP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1262/importcfg -pack /root/go/pkg/mod/github.com/slok/go-http-metrics@v0.13.0/middleware/std/std.go
2025-08-20T21:26:58.7032603Z [00:03:12.825]➜  go tool buildid -w $WORK/b1262/_pkg_.a # internal
2025-08-20T21:26:58.7063231Z [00:03:12.829]➜  cp $WORK/b1262/_pkg_.a /root/.cache/go-build/22/22f1d3cf9bf5cb25a41312d802723e3180b4135d23d09229c49549562c5781ff-d # internal
2025-08-20T21:26:58.7072721Z [00:03:12.830]➜  github.com/ipfs/boxo/routing/http/server
2025-08-20T21:26:58.7074815Z [00:03:12.830]➜  mkdir -p $WORK/b1257/
2025-08-20T21:26:58.7089683Z [00:03:12.831]➜  cat >/tmp/go-build548448651/b1257/importcfg << 'EOF' # internal
2025-08-20T21:26:58.7092154Z [00:03:12.831]➜  # import config
2025-08-20T21:26:58.7092812Z [00:03:12.831]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:58.7093586Z [00:03:12.831]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:58.7094402Z [00:03:12.831]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:58.7095232Z [00:03:12.832]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:58.7096053Z [00:03:12.832]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:58.7097073Z [00:03:12.832]➜  packagefile github.com/cespare/xxhash/v2=/tmp/go-build548448651/b389/_pkg_.a
2025-08-20T21:26:58.7098227Z [00:03:12.832]➜  packagefile github.com/gorilla/mux=/tmp/go-build548448651/b1258/_pkg_.a
2025-08-20T21:26:58.7099628Z [00:03:12.832]➜  packagefile github.com/ipfs/boxo/ipns=/tmp/go-build548448651/b483/_pkg_.a
2025-08-20T21:26:58.7100881Z [00:03:12.832]➜  packagefile github.com/ipfs/boxo/routing/http/filters=/tmp/go-build548448651/b975/_pkg_.a
2025-08-20T21:26:58.7102301Z [00:03:12.832]➜  packagefile github.com/ipfs/boxo/routing/http/internal/drjson=/tmp/go-build548448651/b973/_pkg_.a
2025-08-20T21:26:58.7103714Z [00:03:12.832]➜  packagefile github.com/ipfs/boxo/routing/http/types=/tmp/go-build548448651/b972/_pkg_.a
2025-08-20T21:26:58.7105058Z [00:03:12.832]➜  packagefile github.com/ipfs/boxo/routing/http/types/iter=/tmp/go-build548448651/b974/_pkg_.a
2025-08-20T21:26:58.7106470Z [00:03:12.832]➜  packagefile github.com/ipfs/boxo/routing/http/types/json=/tmp/go-build548448651/b976/_pkg_.a
2025-08-20T21:26:58.7107728Z [00:03:12.832]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:58.7109702Z [00:03:12.832]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:58.7110921Z [00:03:12.832]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:58.7112449Z [00:03:12.832]➜  packagefile github.com/libp2p/go-libp2p/core/routing=/tmp/go-build548448651/b329/_pkg_.a
2025-08-20T21:26:58.7113714Z [00:03:12.832]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:58.7114999Z [00:03:12.832]➜  packagefile github.com/multiformats/go-multibase=/tmp/go-build548448651/b231/_pkg_.a
2025-08-20T21:26:58.7116369Z [00:03:12.832]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build548448651/b387/_pkg_.a
2025-08-20T21:26:58.7117845Z [00:03:12.832]➜  packagefile github.com/slok/go-http-metrics/metrics/prometheus=/tmp/go-build548448651/b1259/_pkg_.a
2025-08-20T21:26:58.7119633Z [00:03:12.832]➜  packagefile github.com/slok/go-http-metrics/middleware=/tmp/go-build548448651/b1261/_pkg_.a
2025-08-20T21:26:58.7121121Z [00:03:12.832]➜  packagefile github.com/slok/go-http-metrics/middleware/std=/tmp/go-build548448651/b1262/_pkg_.a
2025-08-20T21:26:58.7122286Z [00:03:12.832]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:58.7123106Z [00:03:12.832]➜  packagefile mime=/tmp/go-build548448651/b178/_pkg_.a
2025-08-20T21:26:58.7123969Z [00:03:12.832]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:58.7124870Z [00:03:12.832]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:58.7125756Z [00:03:12.832]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:58.7126608Z [00:03:12.832]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:58.7127238Z [00:03:12.832]➜  EOF
2025-08-20T21:26:58.7132960Z [00:03:12.832]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1257/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/routing/http/server=>github.com/ipfs/boxo@v0.34.0/routing/http/server;$WORK/b1257=>" -p github.com/ipfs/boxo/routing/http/server -lang=go1.24 -complete -installsuffix shared -buildid YewyFx-zONPkz9IgpUrw/YewyFx-zONPkz9IgpUrw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1257/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.34.0/routing/http/server/server.go
2025-08-20T21:26:58.7136642Z [00:03:12.836]➜  go tool buildid -w $WORK/b1263/_pkg_.a # internal
2025-08-20T21:26:58.7145390Z [00:03:12.837]➜  cp $WORK/b1263/_pkg_.a /root/.cache/go-build/47/472911ae2c57653f23c592d0a6605b836db1d5cacb6fadfb3cb9199a411c7375-d # internal
2025-08-20T21:26:58.7193156Z [00:03:12.842]➜  go.opencensus.io/trace/propagation
2025-08-20T21:26:58.7195911Z [00:03:12.842]➜  mkdir -p $WORK/b1267/
2025-08-20T21:26:58.7197684Z [00:03:12.842]➜  cat >/tmp/go-build548448651/b1267/importcfg << 'EOF' # internal
2025-08-20T21:26:58.7198341Z [00:03:12.842]➜  # import config
2025-08-20T21:26:58.7199245Z [00:03:12.842]➜  packagefile go.opencensus.io/trace=/tmp/go-build548448651/b1251/_pkg_.a
2025-08-20T21:26:58.7200176Z [00:03:12.842]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:58.7200967Z [00:03:12.842]➜  EOF
2025-08-20T21:26:58.7204565Z [00:03:12.842]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1267/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/propagation=>go.opencensus.io@v0.24.0/trace/propagation;$WORK/b1267=>" -p go.opencensus.io/trace/propagation -lang=go1.13 -complete -installsuffix shared -buildid 5Uvbc42ZehOgzKeIbCb5/5Uvbc42ZehOgzKeIbCb5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1267/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/propagation/propagation.go
2025-08-20T21:26:58.7535205Z [00:03:12.876]➜  go tool buildid -w $WORK/b1267/_pkg_.a # internal
2025-08-20T21:26:58.7545438Z [00:03:12.877]➜  cp $WORK/b1267/_pkg_.a /root/.cache/go-build/0c/0c488bc080e3519f47be4e8dd66ced0d6d1fd333836f1081fe306f22256d37b3-d # internal
2025-08-20T21:26:58.7575504Z [00:03:12.880]➜  go.opencensus.io/plugin/ocgrpc
2025-08-20T21:26:58.7577727Z [00:03:12.880]➜  mkdir -p $WORK/b1266/
2025-08-20T21:26:58.7583780Z [00:03:12.881]➜  cat >/tmp/go-build548448651/b1266/importcfg << 'EOF' # internal
2025-08-20T21:26:58.7588761Z [00:03:12.881]➜  # import config
2025-08-20T21:26:58.7589508Z [00:03:12.881]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:58.7590537Z [00:03:12.881]➜  packagefile go.opencensus.io/metric/metricdata=/tmp/go-build548448651/b979/_pkg_.a
2025-08-20T21:26:58.7591662Z [00:03:12.881]➜  packagefile go.opencensus.io/stats=/tmp/go-build548448651/b978/_pkg_.a
2025-08-20T21:26:58.7592751Z [00:03:12.881]➜  packagefile go.opencensus.io/stats/view=/tmp/go-build548448651/b983/_pkg_.a
2025-08-20T21:26:58.7593811Z [00:03:12.881]➜  packagefile go.opencensus.io/tag=/tmp/go-build548448651/b982/_pkg_.a
2025-08-20T21:26:58.7595079Z [00:03:12.881]➜  packagefile go.opencensus.io/trace=/tmp/go-build548448651/b1251/_pkg_.a
2025-08-20T21:26:58.7596278Z [00:03:12.881]➜  packagefile go.opencensus.io/trace/propagation=/tmp/go-build548448651/b1267/_pkg_.a
2025-08-20T21:26:58.7597436Z [00:03:12.881]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build548448651/b1078/_pkg_.a
2025-08-20T21:26:58.7598765Z [00:03:12.881]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build548448651/b1055/_pkg_.a
2025-08-20T21:26:58.7599929Z [00:03:12.881]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build548448651/b1065/_pkg_.a
2025-08-20T21:26:58.7601035Z [00:03:12.881]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build548448651/b1064/_pkg_.a
2025-08-20T21:26:58.7602166Z [00:03:12.881]➜  packagefile google.golang.org/grpc/status=/tmp/go-build548448651/b1090/_pkg_.a
2025-08-20T21:26:58.7603151Z [00:03:12.881]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:58.7604017Z [00:03:12.881]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:58.7604872Z [00:03:12.881]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:26:58.7605874Z [00:03:12.881]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:58.7606511Z [00:03:12.881]➜  EOF
2025-08-20T21:26:58.7626634Z [00:03:12.884]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1266/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/plugin/ocgrpc=>go.opencensus.io@v0.24.0/plugin/ocgrpc;$WORK/b1266=>" -p go.opencensus.io/plugin/ocgrpc -lang=go1.13 -complete -installsuffix shared -buildid lfWxn7oOUtKy3ljIgSHD/lfWxn7oOUtKy3ljIgSHD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1266/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/plugin/ocgrpc/client.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/plugin/ocgrpc/client_metrics.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/plugin/ocgrpc/client_stats_handler.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/plugin/ocgrpc/doc.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/plugin/ocgrpc/server.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/plugin/ocgrpc/server_metrics.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/plugin/ocgrpc/server_stats_handler.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/plugin/ocgrpc/stats_common.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/plugin/ocgrpc/trace_common.go
2025-08-20T21:26:58.7786237Z [00:03:12.901]➜  go tool buildid -w $WORK/b1231/_pkg_.a # internal
2025-08-20T21:26:58.7870997Z [00:03:12.909]➜  cp $WORK/b1231/_pkg_.a /root/.cache/go-build/e0/e00d2e0b06168aaa005cbc94150904b9569914965eb8fa00390aa927a8c6864a-d # internal
2025-08-20T21:26:58.7905523Z [00:03:12.913]➜  go.opencensus.io/zpages/internal
2025-08-20T21:26:58.7908899Z [00:03:12.913]➜  mkdir -p $WORK/b1268/
2025-08-20T21:26:58.7941112Z [00:03:12.914]➜  cat >/tmp/go-build548448651/b1268/importcfg << 'EOF' # internal
2025-08-20T21:26:58.7941850Z [00:03:12.914]➜  # import config
2025-08-20T21:26:58.7942498Z [00:03:12.914]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:58.7943345Z [00:03:12.914]➜  packagefile compress/gzip=/tmp/go-build548448651/b075/_pkg_.a
2025-08-20T21:26:58.7947528Z [00:03:12.914]➜  packagefile encoding/base64=/tmp/go-build548448651/b054/_pkg_.a
2025-08-20T21:26:58.7948485Z [00:03:12.914]➜  packagefile io/ioutil=/tmp/go-build548448651/b509/_pkg_.a
2025-08-20T21:26:58.7949525Z [00:03:12.914]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:58.7950303Z [00:03:12.914]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:58.7951038Z [00:03:12.914]➜  packagefile path=/tmp/go-build548448651/b063/_pkg_.a
2025-08-20T21:26:58.7951796Z [00:03:12.914]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:58.7952544Z [00:03:12.914]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:58.7953142Z [00:03:12.914]➜  EOF
2025-08-20T21:26:58.7957159Z [00:03:12.914]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1268/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/zpages/internal=>go.opencensus.io@v0.24.0/zpages/internal;$WORK/b1268=>" -p go.opencensus.io/zpages/internal -lang=go1.13 -complete -installsuffix shared -buildid zTuttTMiJVSqegWQrX0i/zTuttTMiJVSqegWQrX0i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1268/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/zpages/internal/gen.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/zpages/internal/resources.go
2025-08-20T21:26:58.8542173Z [00:03:12.977]➜  go tool buildid -w $WORK/b1266/_pkg_.a # internal
2025-08-20T21:26:58.8569777Z [00:03:12.979]➜  cp $WORK/b1266/_pkg_.a /root/.cache/go-build/31/31660a93258fe60bcab4bdf4d31702cf7610bb480b24991d3a8739507a199c3e-d # internal
2025-08-20T21:26:58.8571866Z [00:03:12.980]➜  github.com/ipfs/kubo/repo/fsrepo/migrations/ipfsfetcher
2025-08-20T21:26:58.8572600Z [00:03:12.980]➜  mkdir -p $WORK/b1269/
2025-08-20T21:26:58.8583546Z [00:03:12.981]➜  cat >/tmp/go-build548448651/b1269/importcfg << 'EOF' # internal
2025-08-20T21:26:58.8587613Z [00:03:12.981]➜  # import config
2025-08-20T21:26:58.8588639Z [00:03:12.981]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:58.8589976Z [00:03:12.981]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:58.8591099Z [00:03:12.981]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:58.8592245Z [00:03:12.981]➜  packagefile github.com/ipfs/boxo/files=/tmp/go-build548448651/b188/_pkg_.a
2025-08-20T21:26:58.8593543Z [00:03:12.981]➜  packagefile github.com/ipfs/boxo/path=/tmp/go-build548448651/b370/_pkg_.a
2025-08-20T21:26:58.8594905Z [00:03:12.981]➜  packagefile github.com/ipfs/kubo/config=/tmp/go-build548448651/b534/_pkg_.a
2025-08-20T21:26:58.8596205Z [00:03:12.981]➜  packagefile github.com/ipfs/kubo/core=/tmp/go-build548448651/b403/_pkg_.a
2025-08-20T21:26:58.8597567Z [00:03:12.981]➜  packagefile github.com/ipfs/kubo/core/coreapi=/tmp/go-build548448651/b1022/_pkg_.a
2025-08-20T21:26:58.8599203Z [00:03:12.981]➜  packagefile github.com/ipfs/kubo/core/coreiface=/tmp/go-build548448651/b1025/_pkg_.a
2025-08-20T21:26:58.8600741Z [00:03:12.981]➜  packagefile github.com/ipfs/kubo/core/coreiface/options=/tmp/go-build548448651/b710/_pkg_.a
2025-08-20T21:26:58.8602277Z [00:03:12.981]➜  packagefile github.com/ipfs/kubo/core/node/libp2p=/tmp/go-build548448651/b963/_pkg_.a
2025-08-20T21:26:58.8603963Z [00:03:12.981]➜  packagefile github.com/ipfs/kubo/repo/fsrepo=/tmp/go-build548448651/b1146/_pkg_.a
2025-08-20T21:26:58.8605506Z [00:03:12.981]➜  packagefile github.com/ipfs/kubo/repo/fsrepo/migrations=/tmp/go-build548448651/b1154/_pkg_.a
2025-08-20T21:26:58.8607021Z [00:03:12.981]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:58.8608276Z [00:03:12.981]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:58.8609473Z [00:03:12.981]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:58.8624750Z [00:03:12.981]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:58.8625689Z [00:03:12.981]➜  packagefile path=/tmp/go-build548448651/b063/_pkg_.a
2025-08-20T21:26:58.8626769Z [00:03:12.981]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:58.8627660Z [00:03:12.981]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:58.8628333Z [00:03:12.981]➜  EOF
2025-08-20T21:26:58.8632807Z [00:03:12.984]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1269/_pkg_.a -trimpath "/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/migrations/ipfsfetcher=>github.com/ipfs/kubo/repo/fsrepo/migrations/ipfsfetcher;$WORK/b1269=>" -p github.com/ipfs/kubo/repo/fsrepo/migrations/ipfsfetcher -lang=go1.25 -complete -installsuffix shared -buildid wBjOYGMBpXQ224jBC8IK/wBjOYGMBpXQ224jBC8IK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1269/importcfg -pack /tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/migrations/ipfsfetcher/ipfsfetcher.go
2025-08-20T21:26:58.8654120Z [00:03:12.988]➜  go tool buildid -w $WORK/b1268/_pkg_.a # internal
2025-08-20T21:26:58.8670045Z [00:03:12.989]➜  cp $WORK/b1268/_pkg_.a /root/.cache/go-build/7a/7a10961e30f67ee1213053c4d21ef9f7edd2644d913d8b06139038ecd9527ce2-d # internal
2025-08-20T21:26:58.8708434Z [00:03:12.993]➜  go.opencensus.io/zpages
2025-08-20T21:26:58.8709257Z [00:03:12.993]➜  mkdir -p $WORK/b1265/
2025-08-20T21:26:58.8715064Z [00:03:12.994]➜  cat >/tmp/go-build548448651/b1265/importcfg << 'EOF' # internal
2025-08-20T21:26:58.8718095Z [00:03:12.994]➜  # import config
2025-08-20T21:26:58.8718888Z [00:03:12.994]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:58.8722852Z [00:03:12.994]➜  packagefile go.opencensus.io/internal=/tmp/go-build548448651/b1253/_pkg_.a
2025-08-20T21:26:58.8724073Z [00:03:12.994]➜  packagefile go.opencensus.io/plugin/ocgrpc=/tmp/go-build548448651/b1266/_pkg_.a
2025-08-20T21:26:58.8725248Z [00:03:12.994]➜  packagefile go.opencensus.io/stats/view=/tmp/go-build548448651/b983/_pkg_.a
2025-08-20T21:26:58.8726314Z [00:03:12.994]➜  packagefile go.opencensus.io/trace=/tmp/go-build548448651/b1251/_pkg_.a
2025-08-20T21:26:58.8727404Z [00:03:12.994]➜  packagefile go.opencensus.io/zpages/internal=/tmp/go-build548448651/b1268/_pkg_.a
2025-08-20T21:26:58.8728418Z [00:03:12.994]➜  packagefile html/template=/tmp/go-build548448651/b669/_pkg_.a
2025-08-20T21:26:58.8729451Z [00:03:12.994]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:58.8730233Z [00:03:12.994]➜  packagefile io/ioutil=/tmp/go-build548448651/b509/_pkg_.a
2025-08-20T21:26:58.8731017Z [00:03:12.994]➜  packagefile log=/tmp/go-build548448651/b071/_pkg_.a
2025-08-20T21:26:58.8731774Z [00:03:12.994]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:26:58.8732561Z [00:03:12.994]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:58.8733347Z [00:03:12.994]➜  packagefile path=/tmp/go-build548448651/b063/_pkg_.a
2025-08-20T21:26:58.8734097Z [00:03:12.994]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:58.8734862Z [00:03:12.994]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:58.8735651Z [00:03:12.995]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:58.8736416Z [00:03:12.995]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:58.8737349Z [00:03:12.995]➜  packagefile text/tabwriter=/tmp/go-build548448651/b353/_pkg_.a
2025-08-20T21:26:58.8738151Z [00:03:12.995]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:58.8738906Z [00:03:12.995]➜  EOF
2025-08-20T21:26:58.8743410Z [00:03:12.995]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1265/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/zpages=>go.opencensus.io@v0.24.0/zpages;$WORK/b1265=>" -p go.opencensus.io/zpages -lang=go1.13 -complete -installsuffix shared -buildid FkqDP1hIoZKTDxm0IEoJ/FkqDP1hIoZKTDxm0IEoJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1265/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/zpages/rpcz.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/zpages/templates.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/zpages/tracez.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/zpages/zpages.go
2025-08-20T21:26:58.8879923Z [00:03:13.010]➜  go tool buildid -w $WORK/b1143/_pkg_.a # internal
2025-08-20T21:26:58.8975106Z [00:03:13.020]➜  cp $WORK/b1143/_pkg_.a /root/.cache/go-build/42/424a3bcb985d0abfe0a3d5235c83d8181513df8e6fb718daf39ed61c510a1b5d-d # internal
2025-08-20T21:26:58.8979786Z [00:03:13.020]➜  github.com/ipfs/kubo/core/commands/cmdenv
2025-08-20T21:26:58.8980423Z [00:03:13.020]➜  mkdir -p $WORK/b1222/
2025-08-20T21:26:58.8983838Z [00:03:13.021]➜  cat >/tmp/go-build548448651/b1222/importcfg << 'EOF' # internal
2025-08-20T21:26:58.8984534Z [00:03:13.021]➜  # import config
2025-08-20T21:26:58.8985176Z [00:03:13.021]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:58.8985758Z [00:03:13.021]➜  packagefile github.com/ipfs/boxo/files=/tmp/go-build548448651/b188/_pkg_.a
2025-08-20T21:26:58.8986339Z [00:03:13.021]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:58.8987124Z [00:03:13.021]➜  packagefile github.com/ipfs/go-cidutil/cidenc=/tmp/go-build548448651/b1221/_pkg_.a
2025-08-20T21:26:58.8987846Z [00:03:13.021]➜  packagefile github.com/ipfs/go-ipfs-cmds=/tmp/go-build548448651/b377/_pkg_.a
2025-08-20T21:26:58.8988442Z [00:03:13.021]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:58.8989322Z [00:03:13.021]➜  packagefile github.com/ipfs/kubo/commands=/tmp/go-build548448651/b1143/_pkg_.a
2025-08-20T21:26:58.8989937Z [00:03:13.021]➜  packagefile github.com/ipfs/kubo/core=/tmp/go-build548448651/b403/_pkg_.a
2025-08-20T21:26:58.8990565Z [00:03:13.021]➜  packagefile github.com/ipfs/kubo/core/coreiface=/tmp/go-build548448651/b1025/_pkg_.a
2025-08-20T21:26:58.8991248Z [00:03:13.021]➜  packagefile github.com/ipfs/kubo/core/coreiface/options=/tmp/go-build548448651/b710/_pkg_.a
2025-08-20T21:26:58.8991921Z [00:03:13.021]➜  packagefile github.com/multiformats/go-multibase=/tmp/go-build548448651/b231/_pkg_.a
2025-08-20T21:26:58.8992457Z [00:03:13.021]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:58.8992908Z [00:03:13.021]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:58.8993241Z [00:03:13.021]➜  EOF
2025-08-20T21:26:58.8995708Z [00:03:13.021]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1222/_pkg_.a -trimpath "/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/cmdenv=>github.com/ipfs/kubo/core/commands/cmdenv;$WORK/b1222=>" -p github.com/ipfs/kubo/core/commands/cmdenv -lang=go1.25 -complete -installsuffix shared -buildid W3DZGacoPm7GEmXHwoOb/W3DZGacoPm7GEmXHwoOb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1222/importcfg -pack /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/cmdenv/cidbase.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/cmdenv/env.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/cmdenv/file.go
2025-08-20T21:26:58.9273344Z [00:03:13.050]➜  go tool buildid -w $WORK/b1257/_pkg_.a # internal
2025-08-20T21:26:58.9309872Z [00:03:13.053]➜  cp $WORK/b1257/_pkg_.a /root/.cache/go-build/cd/cd1a36311cd3b13e8c08c68d39b924c4605671e887a7133b6491c5cb99d7ed27-d # internal
2025-08-20T21:26:58.9325098Z [00:03:13.055]➜  github.com/libp2p/go-libp2p/p2p/net/gostream
2025-08-20T21:26:58.9330900Z [00:03:13.055]➜  mkdir -p $WORK/b1271/
2025-08-20T21:26:58.9340047Z [00:03:13.056]➜  cat >/tmp/go-build548448651/b1271/importcfg << 'EOF' # internal
2025-08-20T21:26:58.9341106Z [00:03:13.056]➜  # import config
2025-08-20T21:26:58.9342151Z [00:03:13.056]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:58.9343524Z [00:03:13.056]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build548448651/b423/_pkg_.a
2025-08-20T21:26:58.9345090Z [00:03:13.056]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build548448651/b417/_pkg_.a
2025-08-20T21:26:58.9346544Z [00:03:13.056]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:58.9349026Z [00:03:13.056]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build548448651/b419/_pkg_.a
2025-08-20T21:26:58.9350333Z [00:03:13.056]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:58.9351115Z [00:03:13.056]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:58.9351715Z [00:03:13.056]➜  EOF
2025-08-20T21:26:58.9366319Z [00:03:13.058]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1271/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/net/gostream=>github.com/libp2p/go-libp2p@v0.43.0/p2p/net/gostream;$WORK/b1271=>" -p github.com/libp2p/go-libp2p/p2p/net/gostream -lang=go1.23 -complete -installsuffix shared -buildid z63MvCwON9OCMLsIy9YJ/z63MvCwON9OCMLsIy9YJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1271/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/net/gostream/addr.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/net/gostream/conn.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/net/gostream/gostream.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/net/gostream/listener.go
2025-08-20T21:26:59.0025080Z [00:03:13.125]➜  go tool buildid -w $WORK/b1271/_pkg_.a # internal
2025-08-20T21:26:59.0039741Z [00:03:13.126]➜  cp $WORK/b1271/_pkg_.a /root/.cache/go-build/00/00917f63439d681dee15bb6db7e93ae139a09714282b8c5428445f5bb47b3965-d # internal
2025-08-20T21:26:59.0049392Z [00:03:13.127]➜  github.com/libp2p/go-libp2p/p2p/http
2025-08-20T21:26:59.0054828Z [00:03:13.128]➜  mkdir -p $WORK/b1270/
2025-08-20T21:26:59.0066460Z [00:03:13.129]➜  cat >/tmp/go-build548448651/b1270/importcfg << 'EOF' # internal
2025-08-20T21:26:59.0072940Z [00:03:13.129]➜  # import config
2025-08-20T21:26:59.0073654Z [00:03:13.129]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:59.0074490Z [00:03:13.129]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:59.0075348Z [00:03:13.130]➜  packagefile crypto/tls=/tmp/go-build548448651/b110/_pkg_.a
2025-08-20T21:26:59.0079122Z [00:03:13.130]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:59.0080951Z [00:03:13.130]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:59.0081811Z [00:03:13.130]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:59.0082800Z [00:03:13.130]➜  packagefile github.com/hashicorp/golang-lru/v2=/tmp/go-build548448651/b225/_pkg_.a
2025-08-20T21:26:59.0083920Z [00:03:13.130]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:59.0085082Z [00:03:13.130]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build548448651/b423/_pkg_.a
2025-08-20T21:26:59.0086334Z [00:03:13.130]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build548448651/b417/_pkg_.a
2025-08-20T21:26:59.0087533Z [00:03:13.130]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:59.0090796Z [00:03:13.130]➜  packagefile github.com/libp2p/go-libp2p/core/peerstore=/tmp/go-build548448651/b418/_pkg_.a
2025-08-20T21:26:59.0092159Z [00:03:13.130]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build548448651/b419/_pkg_.a
2025-08-20T21:26:59.0093459Z [00:03:13.130]➜  packagefile github.com/libp2p/go-libp2p/p2p/http/auth=/tmp/go-build548448651/b953/_pkg_.a
2025-08-20T21:26:59.0094992Z [00:03:13.130]➜  packagefile github.com/libp2p/go-libp2p/p2p/net/gostream=/tmp/go-build548448651/b1271/_pkg_.a
2025-08-20T21:26:59.0096270Z [00:03:13.130]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:59.0097263Z [00:03:13.130]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:59.0098040Z [00:03:13.130]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:59.0099066Z [00:03:13.130]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:59.0099912Z [00:03:13.130]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:59.0100764Z [00:03:13.130]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:59.0101781Z [00:03:13.130]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:59.0102598Z [00:03:13.130]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:59.0103394Z [00:03:13.130]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:59.0103941Z [00:03:13.130]➜  EOF
2025-08-20T21:26:59.0113602Z [00:03:13.133]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1270/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/http=>github.com/libp2p/go-libp2p@v0.43.0/p2p/http;$WORK/b1270=>" -p github.com/libp2p/go-libp2p/p2p/http -lang=go1.23 -complete -installsuffix shared -buildid 5K51Fp6EQjBX7g7g5bvv/5K51Fp6EQjBX7g7g5bvv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1270/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/http/libp2phttp.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.43.0/p2p/http/options.go
2025-08-20T21:26:59.0196027Z [00:03:13.142]➜  go tool buildid -w $WORK/b1265/_pkg_.a # internal
2025-08-20T21:26:59.0221846Z [00:03:13.144]➜  cp $WORK/b1265/_pkg_.a /root/.cache/go-build/75/751c01df79d0de641c2f58934c72ef95f9ab96870e3c816de67f436f96f9a630-d # internal
2025-08-20T21:26:59.0237720Z [00:03:13.145]➜  github.com/coreos/go-systemd/v22/activation
2025-08-20T21:26:59.0238400Z [00:03:13.145]➜  mkdir -p $WORK/b1273/
2025-08-20T21:26:59.0239352Z [00:03:13.146]➜  cat >/tmp/go-build548448651/b1273/importcfg << 'EOF' # internal
2025-08-20T21:26:59.0241610Z [00:03:13.146]➜  # import config
2025-08-20T21:26:59.0245421Z [00:03:13.146]➜  packagefile crypto/tls=/tmp/go-build548448651/b110/_pkg_.a
2025-08-20T21:26:59.0246462Z [00:03:13.146]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:59.0247255Z [00:03:13.146]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:59.0248079Z [00:03:13.146]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:59.0249125Z [00:03:13.146]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:59.0249988Z [00:03:13.146]➜  packagefile syscall=/tmp/go-build548448651/b047/_pkg_.a
2025-08-20T21:26:59.0250591Z [00:03:13.146]➜  EOF
2025-08-20T21:26:59.0255584Z [00:03:13.146]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1273/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/coreos/go-systemd/v22@v22.5.0/activation=>github.com/coreos/go-systemd/v22@v22.5.0/activation;$WORK/b1273=>" -p github.com/coreos/go-systemd/v22/activation -lang=go1.12 -complete -installsuffix shared -buildid HFpI-EQUPBr3NM13qAP8/HFpI-EQUPBr3NM13qAP8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1273/importcfg -pack /root/go/pkg/mod/github.com/coreos/go-systemd/v22@v22.5.0/activation/files_unix.go /root/go/pkg/mod/github.com/coreos/go-systemd/v22@v22.5.0/activation/listeners.go /root/go/pkg/mod/github.com/coreos/go-systemd/v22@v22.5.0/activation/packetconns.go
2025-08-20T21:26:59.0713768Z [00:03:13.194]➜  go tool buildid -w $WORK/b1273/_pkg_.a # internal
2025-08-20T21:26:59.0723948Z [00:03:13.195]➜  cp $WORK/b1273/_pkg_.a /root/.cache/go-build/e9/e9a76e5ebc3f30286f7d1eac8070c546bba2556d556dd54edf5f6ac8ae208642-d # internal
2025-08-20T21:26:59.0758330Z [00:03:13.197]➜  github.com/libp2p/go-socket-activation
2025-08-20T21:26:59.0759293Z [00:03:13.197]➜  mkdir -p $WORK/b1272/
2025-08-20T21:26:59.0760081Z [00:03:13.198]➜  cat >/tmp/go-build548448651/b1272/importcfg << 'EOF' # internal
2025-08-20T21:26:59.0760824Z [00:03:13.198]➜  # import config
2025-08-20T21:26:59.0776309Z [00:03:13.198]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:59.0777683Z [00:03:13.198]➜  packagefile github.com/coreos/go-systemd/v22/activation=/tmp/go-build548448651/b1273/_pkg_.a
2025-08-20T21:26:59.0779447Z [00:03:13.198]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:59.0780946Z [00:03:13.198]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build548448651/b430/_pkg_.a
2025-08-20T21:26:59.0783056Z [00:03:13.198]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:26:59.0784097Z [00:03:13.198]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:59.0784927Z [00:03:13.198]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:59.0785796Z [00:03:13.198]➜  packagefile syscall=/tmp/go-build548448651/b047/_pkg_.a
2025-08-20T21:26:59.0786433Z [00:03:13.198]➜  EOF
2025-08-20T21:26:59.0794150Z [00:03:13.198]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1272/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-socket-activation@v0.1.1=>github.com/libp2p/go-socket-activation@v0.1.1;$WORK/b1272=>" -p github.com/libp2p/go-socket-activation -lang=go1.23 -complete -installsuffix shared -buildid UZKpFfxdSs27saPoaQ9S/UZKpFfxdSs27saPoaQ9S -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1272/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-socket-activation@v0.1.1/sockets.go /root/go/pkg/mod/github.com/libp2p/go-socket-activation@v0.1.1/sockets_linux.go
2025-08-20T21:26:59.1647181Z [00:03:13.287]➜  go tool buildid -w $WORK/b1272/_pkg_.a # internal
2025-08-20T21:26:59.1666965Z [00:03:13.288]➜  cp $WORK/b1272/_pkg_.a /root/.cache/go-build/ed/ed0f69d8f15a782ce2dc3f90be2482d85ed6556e21a7b3bf070a3f228d4735c9-d # internal
2025-08-20T21:26:59.1681366Z [00:03:13.289]➜  github.com/prometheus/client_golang/prometheus/promauto
2025-08-20T21:26:59.1682168Z [00:03:13.289]➜  mkdir -p $WORK/b1274/
2025-08-20T21:26:59.1683540Z [00:03:13.291]➜  cat >/tmp/go-build548448651/b1274/importcfg << 'EOF' # internal
2025-08-20T21:26:59.1685560Z [00:03:13.291]➜  # import config
2025-08-20T21:26:59.1687461Z [00:03:13.291]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build548448651/b387/_pkg_.a
2025-08-20T21:26:59.1688362Z [00:03:13.291]➜  EOF
2025-08-20T21:26:59.1692905Z [00:03:13.291]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1274/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/client_golang@v1.23.0/prometheus/promauto=>github.com/prometheus/client_golang@v1.23.0/prometheus/promauto;$WORK/b1274=>" -p github.com/prometheus/client_golang/prometheus/promauto -lang=go1.23 -complete -installsuffix shared -buildid ifcpvhgq4fX_uch1VgnW/ifcpvhgq4fX_uch1VgnW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1274/importcfg -pack /root/go/pkg/mod/github.com/prometheus/client_golang@v1.23.0/prometheus/promauto/auto.go
2025-08-20T21:26:59.2415078Z [00:03:13.364]➜  go tool buildid -w $WORK/b1274/_pkg_.a # internal
2025-08-20T21:26:59.2433480Z [00:03:13.366]➜  cp $WORK/b1274/_pkg_.a /root/.cache/go-build/e8/e81a9435b70c4c3326f22a0bc3b99a686b169c43ea47b93d455dbf59264e84e0-d # internal
2025-08-20T21:26:59.2443037Z [00:03:13.367]➜  go.opentelemetry.io/contrib/propagators/aws/xray
2025-08-20T21:26:59.2449186Z [00:03:13.367]➜  mkdir -p $WORK/b1276/
2025-08-20T21:26:59.2457245Z [00:03:13.367]➜  cat >/tmp/go-build548448651/b1276/importcfg << 'EOF' # internal
2025-08-20T21:26:59.2457974Z [00:03:13.367]➜  # import config
2025-08-20T21:26:59.2458801Z [00:03:13.367]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:59.2459659Z [00:03:13.367]➜  packagefile crypto/rand=/tmp/go-build548448651/b082/_pkg_.a
2025-08-20T21:26:59.2460703Z [00:03:13.367]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:26:59.2461590Z [00:03:13.367]➜  packagefile encoding/hex=/tmp/go-build548448651/b157/_pkg_.a
2025-08-20T21:26:59.2462420Z [00:03:13.367]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:59.2463407Z [00:03:13.367]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build548448651/b221/_pkg_.a
2025-08-20T21:26:59.2464583Z [00:03:13.367]➜  packagefile go.opentelemetry.io/otel/sdk/trace=/tmp/go-build548448651/b1037/_pkg_.a
2025-08-20T21:26:59.2465702Z [00:03:13.367]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build548448651/b214/_pkg_.a
2025-08-20T21:26:59.2466656Z [00:03:13.367]➜  packagefile math/rand=/tmp/go-build548448651/b109/_pkg_.a
2025-08-20T21:26:59.2467590Z [00:03:13.367]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:59.2468397Z [00:03:13.367]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:59.2480536Z [00:03:13.367]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:59.2481321Z [00:03:13.367]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:59.2481888Z [00:03:13.367]➜  EOF
2025-08-20T21:26:59.2486688Z [00:03:13.368]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1276/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/contrib/propagators/aws@v1.21.1/xray=>go.opentelemetry.io/contrib/propagators/aws@v1.21.1/xray;$WORK/b1276=>" -p go.opentelemetry.io/contrib/propagators/aws/xray -lang=go1.20 -complete -installsuffix shared -buildid 8q8qXHITeD59WNv5rBxR/8q8qXHITeD59WNv5rBxR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1276/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/contrib/propagators/aws@v1.21.1/xray/idgenerator.go /root/go/pkg/mod/go.opentelemetry.io/contrib/propagators/aws@v1.21.1/xray/propagator.go
2025-08-20T21:26:59.2538695Z [00:03:13.376]➜  go tool buildid -w $WORK/b1222/_pkg_.a # internal
2025-08-20T21:26:59.2573407Z [00:03:13.380]➜  go tool buildid -w $WORK/b1269/_pkg_.a # internal
2025-08-20T21:26:59.2611360Z [00:03:13.383]➜  cp $WORK/b1222/_pkg_.a /root/.cache/go-build/e1/e1169de02c6c43da0fb6e2d4e42ecae3e5ae04899a04936ed1391aa241f7211f-d # internal
2025-08-20T21:26:59.2614317Z [00:03:13.384]➜  github.com/ipfs/kubo/core/commands/dag
2025-08-20T21:26:59.2614941Z [00:03:13.384]➜  mkdir -p $WORK/b1224/
2025-08-20T21:26:59.2626695Z [00:03:13.385]➜  cat >/tmp/go-build548448651/b1224/importcfg << 'EOF' # internal
2025-08-20T21:26:59.2630502Z [00:03:13.385]➜  # import config
2025-08-20T21:26:59.2633227Z [00:03:13.385]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:59.2634154Z [00:03:13.385]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:59.2635467Z [00:03:13.385]➜  packagefile encoding/csv=/tmp/go-build548448651/b664/_pkg_.a
2025-08-20T21:26:59.2636661Z [00:03:13.385]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:59.2637899Z [00:03:13.385]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:59.2639984Z [00:03:13.385]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:59.2640940Z [00:03:13.385]➜  packagefile github.com/cheggaaa/pb=/tmp/go-build548448651/b1213/_pkg_.a
2025-08-20T21:26:59.2642074Z [00:03:13.385]➜  packagefile github.com/ipfs/boxo/files=/tmp/go-build548448651/b188/_pkg_.a
2025-08-20T21:26:59.2643301Z [00:03:13.385]➜  packagefile github.com/ipfs/boxo/ipld/merkledag=/tmp/go-build548448651/b196/_pkg_.a
2025-08-20T21:26:59.2644612Z [00:03:13.385]➜  packagefile github.com/ipfs/boxo/ipld/merkledag/traverse=/tmp/go-build548448651/b1225/_pkg_.a
2025-08-20T21:26:59.2645809Z [00:03:13.385]➜  packagefile github.com/ipfs/boxo/path=/tmp/go-build548448651/b370/_pkg_.a
2025-08-20T21:26:59.2646944Z [00:03:13.385]➜  packagefile github.com/ipfs/go-block-format=/tmp/go-build548448651/b258/_pkg_.a
2025-08-20T21:26:59.2648061Z [00:03:13.385]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:59.2650507Z [00:03:13.385]➜  packagefile github.com/ipfs/go-cidutil/cidenc=/tmp/go-build548448651/b1221/_pkg_.a
2025-08-20T21:26:59.2651649Z [00:03:13.385]➜  packagefile github.com/ipfs/go-ipfs-cmds=/tmp/go-build548448651/b377/_pkg_.a
2025-08-20T21:26:59.2652774Z [00:03:13.385]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build548448651/b263/_pkg_.a
2025-08-20T21:26:59.2653895Z [00:03:13.385]➜  packagefile github.com/ipfs/go-ipld-legacy=/tmp/go-build548448651/b333/_pkg_.a
2025-08-20T21:26:59.2654989Z [00:03:13.385]➜  packagefile github.com/ipfs/kubo/config=/tmp/go-build548448651/b534/_pkg_.a
2025-08-20T21:26:59.2656218Z [00:03:13.385]➜  packagefile github.com/ipfs/kubo/core/commands/cmdenv=/tmp/go-build548448651/b1222/_pkg_.a
2025-08-20T21:26:59.2657555Z [00:03:13.385]➜  packagefile github.com/ipfs/kubo/core/commands/cmdutils=/tmp/go-build548448651/b1223/_pkg_.a
2025-08-20T21:26:59.2659221Z [00:03:13.385]➜  packagefile github.com/ipfs/kubo/core/commands/e=/tmp/go-build548448651/b1226/_pkg_.a
2025-08-20T21:26:59.2660485Z [00:03:13.385]➜  packagefile github.com/ipfs/kubo/core/coreiface=/tmp/go-build548448651/b1025/_pkg_.a
2025-08-20T21:26:59.2661782Z [00:03:13.385]➜  packagefile github.com/ipfs/kubo/core/coreiface/options=/tmp/go-build548448651/b710/_pkg_.a
2025-08-20T21:26:59.2662953Z [00:03:13.385]➜  packagefile github.com/ipld/go-car/v2=/tmp/go-build548448651/b681/_pkg_.a
2025-08-20T21:26:59.2664029Z [00:03:13.385]➜  packagefile github.com/ipld/go-codec-dagpb=/tmp/go-build548448651/b366/_pkg_.a
2025-08-20T21:26:59.2665136Z [00:03:13.385]➜  packagefile github.com/ipld/go-ipld-prime=/tmp/go-build548448651/b334/_pkg_.a
2025-08-20T21:26:59.2666302Z [00:03:13.385]➜  packagefile github.com/ipld/go-ipld-prime/codec/cbor=/tmp/go-build548448651/b698/_pkg_.a
2025-08-20T21:26:59.2667734Z [00:03:13.385]➜  packagefile github.com/ipld/go-ipld-prime/codec/dagcbor=/tmp/go-build548448651/b485/_pkg_.a
2025-08-20T21:26:59.2669413Z [00:03:13.385]➜  packagefile github.com/ipld/go-ipld-prime/codec/dagjson=/tmp/go-build548448651/b356/_pkg_.a
2025-08-20T21:26:59.2670685Z [00:03:13.385]➜  packagefile github.com/ipld/go-ipld-prime/codec/json=/tmp/go-build548448651/b699/_pkg_.a
2025-08-20T21:26:59.2671889Z [00:03:13.385]➜  packagefile github.com/ipld/go-ipld-prime/codec/raw=/tmp/go-build548448651/b367/_pkg_.a
2025-08-20T21:26:59.2673130Z [00:03:13.385]➜  packagefile github.com/ipld/go-ipld-prime/linking/cid=/tmp/go-build548448651/b343/_pkg_.a
2025-08-20T21:26:59.2674359Z [00:03:13.385]➜  packagefile github.com/ipld/go-ipld-prime/multicodec=/tmp/go-build548448651/b344/_pkg_.a
2025-08-20T21:26:59.2675575Z [00:03:13.385]➜  packagefile github.com/ipld/go-ipld-prime/node/basic=/tmp/go-build548448651/b362/_pkg_.a
2025-08-20T21:26:59.2676813Z [00:03:13.385]➜  packagefile github.com/ipld/go-ipld-prime/traversal=/tmp/go-build548448651/b363/_pkg_.a
2025-08-20T21:26:59.2678138Z [00:03:13.385]➜  packagefile github.com/ipld/go-ipld-prime/traversal/selector/parse=/tmp/go-build548448651/b700/_pkg_.a
2025-08-20T21:26:59.2691756Z [00:03:13.385]➜  packagefile github.com/multiformats/go-multicodec=/tmp/go-build548448651/b327/_pkg_.a
2025-08-20T21:26:59.2692849Z [00:03:13.385]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:59.2693657Z [00:03:13.385]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:59.2694448Z [00:03:13.385]➜  packagefile path=/tmp/go-build548448651/b063/_pkg_.a
2025-08-20T21:26:59.2709296Z [00:03:13.385]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:59.2715240Z [00:03:13.385]➜  EOF
2025-08-20T21:26:59.2728411Z [00:03:13.385]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1224/_pkg_.a -trimpath "/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/dag=>github.com/ipfs/kubo/core/commands/dag;$WORK/b1224=>" -p github.com/ipfs/kubo/core/commands/dag -lang=go1.25 -complete -installsuffix shared -buildid 7opZfRywMb5CuYjC2hY2/7opZfRywMb5CuYjC2hY2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1224/importcfg -pack /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/dag/dag.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/dag/export.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/dag/get.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/dag/import.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/dag/put.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/dag/resolve.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/dag/stat.go
2025-08-20T21:26:59.2737474Z [00:03:13.393]➜  cp $WORK/b1269/_pkg_.a /root/.cache/go-build/03/037ead7c104e5dde7a55918879b4d679b35a7c5b7e89144387b2b254d389e061-d # internal
2025-08-20T21:26:59.2739190Z [00:03:13.393]➜  github.com/ipfs/kubo/core/commands/name
2025-08-20T21:26:59.2740194Z [00:03:13.393]➜  mkdir -p $WORK/b1228/
2025-08-20T21:26:59.2741522Z [00:03:13.394]➜  cat >/tmp/go-build548448651/b1228/importcfg << 'EOF' # internal
2025-08-20T21:26:59.2757641Z [00:03:13.394]➜  # import config
2025-08-20T21:26:59.2758338Z [00:03:13.394]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:59.2759532Z [00:03:13.394]➜  packagefile encoding/hex=/tmp/go-build548448651/b157/_pkg_.a
2025-08-20T21:26:59.2760539Z [00:03:13.394]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:59.2761413Z [00:03:13.394]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:59.2762390Z [00:03:13.394]➜  packagefile github.com/ipfs/boxo/ipns=/tmp/go-build548448651/b483/_pkg_.a
2025-08-20T21:26:59.2763531Z [00:03:13.394]➜  packagefile github.com/ipfs/boxo/ipns/pb=/tmp/go-build548448651/b484/_pkg_.a
2025-08-20T21:26:59.2764676Z [00:03:13.394]➜  packagefile github.com/ipfs/boxo/namesys=/tmp/go-build548448651/b482/_pkg_.a
2025-08-20T21:26:59.2765797Z [00:03:13.394]➜  packagefile github.com/ipfs/boxo/path=/tmp/go-build548448651/b370/_pkg_.a
2025-08-20T21:26:59.2767090Z [00:03:13.394]➜  packagefile github.com/ipfs/go-ipfs-cmds=/tmp/go-build548448651/b377/_pkg_.a
2025-08-20T21:26:59.2768378Z [00:03:13.394]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:59.2769839Z [00:03:13.394]➜  packagefile github.com/ipfs/kubo/core/commands/cmdenv=/tmp/go-build548448651/b1222/_pkg_.a
2025-08-20T21:26:59.2771196Z [00:03:13.394]➜  packagefile github.com/ipfs/kubo/core/commands/cmdutils=/tmp/go-build548448651/b1223/_pkg_.a
2025-08-20T21:26:59.2772561Z [00:03:13.394]➜  packagefile github.com/ipfs/kubo/core/commands/keyencode=/tmp/go-build548448651/b1227/_pkg_.a
2025-08-20T21:26:59.2773884Z [00:03:13.394]➜  packagefile github.com/ipfs/kubo/core/coreiface=/tmp/go-build548448651/b1025/_pkg_.a
2025-08-20T21:26:59.2775195Z [00:03:13.394]➜  packagefile github.com/ipfs/kubo/core/coreiface/options=/tmp/go-build548448651/b710/_pkg_.a
2025-08-20T21:26:59.2776464Z [00:03:13.394]➜  packagefile github.com/libp2p/go-libp2p-record=/tmp/go-build548448651/b279/_pkg_.a
2025-08-20T21:26:59.2777663Z [00:03:13.394]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:59.2779697Z [00:03:13.394]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build548448651/b300/_pkg_.a
2025-08-20T21:26:59.2780699Z [00:03:13.394]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:59.2781504Z [00:03:13.394]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:59.2782375Z [00:03:13.394]➜  packagefile text/tabwriter=/tmp/go-build548448651/b353/_pkg_.a
2025-08-20T21:26:59.2783272Z [00:03:13.394]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:59.2783920Z [00:03:13.394]➜  EOF
2025-08-20T21:26:59.2788982Z [00:03:13.397]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1228/_pkg_.a -trimpath "/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/name=>github.com/ipfs/kubo/core/commands/name;$WORK/b1228=>" -p github.com/ipfs/kubo/core/commands/name -lang=go1.25 -complete -installsuffix shared -buildid R1OhSaCe-J8AzGFGJRQ0/R1OhSaCe-J8AzGFGJRQ0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1228/importcfg -pack /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/name/ipns.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/name/ipnsps.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/name/name.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/name/publish.go
2025-08-20T21:26:59.3300639Z [00:03:13.452]➜  go tool buildid -w $WORK/b1276/_pkg_.a # internal
2025-08-20T21:26:59.3320860Z [00:03:13.454]➜  cp $WORK/b1276/_pkg_.a /root/.cache/go-build/b5/b5f095f24a44f376a9cd1d97dc9e7376b9554d82895e0985f2b63bb1d4342779-d # internal
2025-08-20T21:26:59.3340204Z [00:03:13.454]➜  github.com/ipfs/kubo/core/commands/object
2025-08-20T21:26:59.3341002Z [00:03:13.454]➜  mkdir -p $WORK/b1229/
2025-08-20T21:26:59.3341752Z [00:03:13.454]➜  cat >/tmp/go-build548448651/b1229/importcfg << 'EOF' # internal
2025-08-20T21:26:59.3342448Z [00:03:13.454]➜  # import config
2025-08-20T21:26:59.3343155Z [00:03:13.454]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:59.3344230Z [00:03:13.454]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:59.3345338Z [00:03:13.454]➜  packagefile github.com/ipfs/boxo/ipld/merkledag/dagutils=/tmp/go-build548448651/b960/_pkg_.a
2025-08-20T21:26:59.3346568Z [00:03:13.454]➜  packagefile github.com/ipfs/boxo/path=/tmp/go-build548448651/b370/_pkg_.a
2025-08-20T21:26:59.3347664Z [00:03:13.454]➜  packagefile github.com/ipfs/go-ipfs-cmds=/tmp/go-build548448651/b377/_pkg_.a
2025-08-20T21:26:59.3349077Z [00:03:13.454]➜  packagefile github.com/ipfs/kubo/core/commands/cmdenv=/tmp/go-build548448651/b1222/_pkg_.a
2025-08-20T21:26:59.3350413Z [00:03:13.454]➜  packagefile github.com/ipfs/kubo/core/commands/cmdutils=/tmp/go-build548448651/b1223/_pkg_.a
2025-08-20T21:26:59.3351728Z [00:03:13.454]➜  packagefile github.com/ipfs/kubo/core/coreiface/options=/tmp/go-build548448651/b710/_pkg_.a
2025-08-20T21:26:59.3352732Z [00:03:13.454]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:59.3353468Z [00:03:13.454]➜  EOF
2025-08-20T21:26:59.3358133Z [00:03:13.454]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1229/_pkg_.a -trimpath "/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/object=>github.com/ipfs/kubo/core/commands/object;$WORK/b1229=>" -p github.com/ipfs/kubo/core/commands/object -lang=go1.25 -complete -installsuffix shared -buildid TTBYLx8NMkfQbQ6Td_hb/TTBYLx8NMkfQbQ6Td_hb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1229/importcfg -pack /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/object/diff.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/object/object.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/object/patch.go
2025-08-20T21:26:59.3627190Z [00:03:13.485]➜  go tool buildid -w $WORK/b1270/_pkg_.a # internal
2025-08-20T21:26:59.3680582Z [00:03:13.490]➜  cp $WORK/b1270/_pkg_.a /root/.cache/go-build/61/61286ab576c8de08be4aac5018389515ca626ca290b11eb251e5c3a4562869b8-d # internal
2025-08-20T21:26:59.3682241Z [00:03:13.491]➜  github.com/ipfs/kubo/core/commands/pin
2025-08-20T21:26:59.3683111Z [00:03:13.491]➜  mkdir -p $WORK/b1230/
2025-08-20T21:26:59.3691460Z [00:03:13.491]➜  cat >/tmp/go-build548448651/b1230/importcfg << 'EOF' # internal
2025-08-20T21:26:59.3692240Z [00:03:13.491]➜  # import config
2025-08-20T21:26:59.3692937Z [00:03:13.491]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:59.3693823Z [00:03:13.491]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:59.3694660Z [00:03:13.491]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:59.3695652Z [00:03:13.491]➜  packagefile github.com/ipfs/boxo/blockservice=/tmp/go-build548448651/b198/_pkg_.a
2025-08-20T21:26:59.3696911Z [00:03:13.491]➜  packagefile github.com/ipfs/boxo/exchange/offline=/tmp/go-build548448651/b666/_pkg_.a
2025-08-20T21:26:59.3698129Z [00:03:13.491]➜  packagefile github.com/ipfs/boxo/ipld/merkledag=/tmp/go-build548448651/b196/_pkg_.a
2025-08-20T21:26:59.3699597Z [00:03:13.491]➜  packagefile github.com/ipfs/boxo/pinning/remote/client=/tmp/go-build548448651/b371/_pkg_.a
2025-08-20T21:26:59.3701021Z [00:03:13.491]➜  packagefile github.com/ipfs/boxo/verifcid=/tmp/go-build548448651/b331/_pkg_.a
2025-08-20T21:26:59.3702075Z [00:03:13.491]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:59.3703327Z [00:03:13.491]➜  packagefile github.com/ipfs/go-cidutil/cidenc=/tmp/go-build548448651/b1221/_pkg_.a
2025-08-20T21:26:59.3704448Z [00:03:13.491]➜  packagefile github.com/ipfs/go-ipfs-cmds=/tmp/go-build548448651/b377/_pkg_.a
2025-08-20T21:26:59.3705517Z [00:03:13.491]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:59.3706576Z [00:03:13.491]➜  packagefile github.com/ipfs/kubo/config=/tmp/go-build548448651/b534/_pkg_.a
2025-08-20T21:26:59.3707660Z [00:03:13.491]➜  packagefile github.com/ipfs/kubo/core=/tmp/go-build548448651/b403/_pkg_.a
2025-08-20T21:26:59.3709091Z [00:03:13.491]➜  packagefile github.com/ipfs/kubo/core/commands/cmdenv=/tmp/go-build548448651/b1222/_pkg_.a
2025-08-20T21:26:59.3710449Z [00:03:13.491]➜  packagefile github.com/ipfs/kubo/core/commands/cmdutils=/tmp/go-build548448651/b1223/_pkg_.a
2025-08-20T21:26:59.3711715Z [00:03:13.491]➜  packagefile github.com/ipfs/kubo/core/commands/e=/tmp/go-build548448651/b1226/_pkg_.a
2025-08-20T21:26:59.3712934Z [00:03:13.491]➜  packagefile github.com/ipfs/kubo/core/coreiface=/tmp/go-build548448651/b1025/_pkg_.a
2025-08-20T21:26:59.3714204Z [00:03:13.491]➜  packagefile github.com/ipfs/kubo/core/coreiface/options=/tmp/go-build548448651/b710/_pkg_.a
2025-08-20T21:26:59.3715440Z [00:03:13.491]➜  packagefile github.com/ipfs/kubo/repo/fsrepo=/tmp/go-build548448651/b1146/_pkg_.a
2025-08-20T21:26:59.3716617Z [00:03:13.492]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build548448651/b423/_pkg_.a
2025-08-20T21:26:59.3717821Z [00:03:13.492]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:59.3725256Z [00:03:13.492]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build548448651/b477/_pkg_.a
2025-08-20T21:26:59.3726243Z [00:03:13.492]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:59.3727161Z [00:03:13.492]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:59.3727979Z [00:03:13.492]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:59.3729016Z [00:03:13.492]➜  packagefile path=/tmp/go-build548448651/b063/_pkg_.a
2025-08-20T21:26:59.3729805Z [00:03:13.492]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:59.3730584Z [00:03:13.492]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:59.3731434Z [00:03:13.492]➜  packagefile text/tabwriter=/tmp/go-build548448651/b353/_pkg_.a
2025-08-20T21:26:59.3732269Z [00:03:13.492]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:59.3732904Z [00:03:13.492]➜  EOF
2025-08-20T21:26:59.3736884Z [00:03:13.492]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1230/_pkg_.a -trimpath "/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/pin=>github.com/ipfs/kubo/core/commands/pin;$WORK/b1230=>" -p github.com/ipfs/kubo/core/commands/pin -lang=go1.25 -complete -installsuffix shared -buildid mz38N1smC9OiMIiawoW0/mz38N1smC9OiMIiawoW0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1230/importcfg -pack /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/pin/pin.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/pin/remotepin.go
2025-08-20T21:26:59.3908161Z [00:03:13.513]➜  go tool buildid -w $WORK/b1229/_pkg_.a # internal
2025-08-20T21:26:59.3922856Z [00:03:13.515]➜  cp $WORK/b1229/_pkg_.a /root/.cache/go-build/b3/b390af9706693ffbfa1396c2d946a4348f26cbbc299b16edba229cf8c9585a90-d # internal
2025-08-20T21:26:59.3939478Z [00:03:13.516]➜  go.opentelemetry.io/contrib/propagators/b3
2025-08-20T21:26:59.3959437Z [00:03:13.516]➜  mkdir -p $WORK/b1277/
2025-08-20T21:26:59.3960217Z [00:03:13.516]➜  cat >/tmp/go-build548448651/b1277/importcfg << 'EOF' # internal
2025-08-20T21:26:59.3960906Z [00:03:13.516]➜  # import config
2025-08-20T21:26:59.3961799Z [00:03:13.516]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:59.3962655Z [00:03:13.516]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:59.3963876Z [00:03:13.516]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build548448651/b221/_pkg_.a
2025-08-20T21:26:59.3965325Z [00:03:13.516]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build548448651/b214/_pkg_.a
2025-08-20T21:26:59.3970178Z [00:03:13.516]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:59.3971063Z [00:03:13.516]➜  EOF
2025-08-20T21:26:59.3976947Z [00:03:13.518]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1277/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/contrib/propagators/b3@v1.21.1=>go.opentelemetry.io/contrib/propagators/b3@v1.21.1;$WORK/b1277=>" -p go.opentelemetry.io/contrib/propagators/b3 -lang=go1.20 -complete -installsuffix shared -buildid KQWv02Z5uamPiyBZQO04/KQWv02Z5uamPiyBZQO04 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1277/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/contrib/propagators/b3@v1.21.1/b3_config.go /root/go/pkg/mod/go.opentelemetry.io/contrib/propagators/b3@v1.21.1/b3_propagator.go /root/go/pkg/mod/go.opentelemetry.io/contrib/propagators/b3@v1.21.1/context.go /root/go/pkg/mod/go.opentelemetry.io/contrib/propagators/b3@v1.21.1/doc.go /root/go/pkg/mod/go.opentelemetry.io/contrib/propagators/b3@v1.21.1/version.go
2025-08-20T21:26:59.4599381Z [00:03:13.582]➜  go tool buildid -w $WORK/b1277/_pkg_.a # internal
2025-08-20T21:26:59.4605136Z [00:03:13.583]➜  cp $WORK/b1277/_pkg_.a /root/.cache/go-build/38/3812c1e0fdbd179aafa382415ee2b559fd2d4c6c8f8c3b6609311545842fac40-d # internal
2025-08-20T21:26:59.4652803Z [00:03:13.587]➜  go.opentelemetry.io/contrib/propagators/jaeger
2025-08-20T21:26:59.4656199Z [00:03:13.587]➜  mkdir -p $WORK/b1278/
2025-08-20T21:26:59.4660076Z [00:03:13.587]➜  cat >/tmp/go-build548448651/b1278/importcfg << 'EOF' # internal
2025-08-20T21:26:59.4666897Z [00:03:13.587]➜  # import config
2025-08-20T21:26:59.4669704Z [00:03:13.587]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:59.4670586Z [00:03:13.587]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:59.4671405Z [00:03:13.587]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:59.4672407Z [00:03:13.587]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build548448651/b221/_pkg_.a
2025-08-20T21:26:59.4673554Z [00:03:13.587]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build548448651/b214/_pkg_.a
2025-08-20T21:26:59.4674503Z [00:03:13.587]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:59.4675290Z [00:03:13.587]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:59.4675892Z [00:03:13.587]➜  EOF
2025-08-20T21:26:59.4684701Z [00:03:13.588]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1278/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/contrib/propagators/jaeger@v1.21.1=>go.opentelemetry.io/contrib/propagators/jaeger@v1.21.1;$WORK/b1278=>" -p go.opentelemetry.io/contrib/propagators/jaeger -lang=go1.20 -complete -installsuffix shared -buildid f7ChyXdr3oYAZp58G_3J/f7ChyXdr3oYAZp58G_3J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1278/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/contrib/propagators/jaeger@v1.21.1/context.go /root/go/pkg/mod/go.opentelemetry.io/contrib/propagators/jaeger@v1.21.1/doc.go /root/go/pkg/mod/go.opentelemetry.io/contrib/propagators/jaeger@v1.21.1/jaeger_propagator.go /root/go/pkg/mod/go.opentelemetry.io/contrib/propagators/jaeger@v1.21.1/version.go
2025-08-20T21:26:59.5430479Z [00:03:13.665]➜  go tool buildid -w $WORK/b1278/_pkg_.a # internal
2025-08-20T21:26:59.5441393Z [00:03:13.666]➜  cp $WORK/b1278/_pkg_.a /root/.cache/go-build/51/513bf6bba41b04ba3cdeda80b4ce9a30361b32666ed3d271e060245e6b724d0b-d # internal
2025-08-20T21:26:59.5460533Z [00:03:13.668]➜  go.opentelemetry.io/contrib/propagators/ot
2025-08-20T21:26:59.5468091Z [00:03:13.668]➜  mkdir -p $WORK/b1279/
2025-08-20T21:26:59.5469128Z [00:03:13.669]➜  cat >/tmp/go-build548448651/b1279/importcfg << 'EOF' # internal
2025-08-20T21:26:59.5470020Z [00:03:13.669]➜  # import config
2025-08-20T21:26:59.5470696Z [00:03:13.669]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:59.5471524Z [00:03:13.669]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:59.5472338Z [00:03:13.669]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:59.5473312Z [00:03:13.669]➜  packagefile go.opentelemetry.io/otel/baggage=/tmp/go-build548448651/b222/_pkg_.a
2025-08-20T21:26:59.5474520Z [00:03:13.669]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build548448651/b221/_pkg_.a
2025-08-20T21:26:59.5475689Z [00:03:13.669]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build548448651/b214/_pkg_.a
2025-08-20T21:26:59.5476753Z [00:03:13.669]➜  packagefile go.uber.org/multierr=/tmp/go-build548448651/b267/_pkg_.a
2025-08-20T21:26:59.5477722Z [00:03:13.669]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:59.5478356Z [00:03:13.669]➜  EOF
2025-08-20T21:26:59.5510953Z [00:03:13.673]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1279/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/contrib/propagators/ot@v1.21.1=>go.opentelemetry.io/contrib/propagators/ot@v1.21.1;$WORK/b1279=>" -p go.opentelemetry.io/contrib/propagators/ot -lang=go1.20 -complete -installsuffix shared -buildid bamOFsws9gB6fjl2hl2h/bamOFsws9gB6fjl2hl2h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1279/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/contrib/propagators/ot@v1.21.1/doc.go /root/go/pkg/mod/go.opentelemetry.io/contrib/propagators/ot@v1.21.1/ot_propagator.go /root/go/pkg/mod/go.opentelemetry.io/contrib/propagators/ot@v1.21.1/version.go
2025-08-20T21:26:59.6237473Z [00:03:13.746]➜  go tool buildid -w $WORK/b1279/_pkg_.a # internal
2025-08-20T21:26:59.6251373Z [00:03:13.747]➜  cp $WORK/b1279/_pkg_.a /root/.cache/go-build/bd/bd7e93900c1764bc368109bd5e133e17c0e51a3873d090f49dc5d283453e80f8-d # internal
2025-08-20T21:26:59.6261445Z [00:03:13.748]➜  go.opentelemetry.io/contrib/propagators/autoprop
2025-08-20T21:26:59.6266561Z [00:03:13.748]➜  mkdir -p $WORK/b1275/
2025-08-20T21:26:59.6281221Z [00:03:13.749]➜  cat >/tmp/go-build548448651/b1275/importcfg << 'EOF' # internal
2025-08-20T21:26:59.6287403Z [00:03:13.749]➜  # import config
2025-08-20T21:26:59.6288117Z [00:03:13.749]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:59.6289155Z [00:03:13.749]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:59.6290280Z [00:03:13.749]➜  packagefile go.opentelemetry.io/contrib/propagators/aws/xray=/tmp/go-build548448651/b1276/_pkg_.a
2025-08-20T21:26:59.6291674Z [00:03:13.749]➜  packagefile go.opentelemetry.io/contrib/propagators/b3=/tmp/go-build548448651/b1277/_pkg_.a
2025-08-20T21:26:59.6293077Z [00:03:13.749]➜  packagefile go.opentelemetry.io/contrib/propagators/jaeger=/tmp/go-build548448651/b1278/_pkg_.a
2025-08-20T21:26:59.6294479Z [00:03:13.749]➜  packagefile go.opentelemetry.io/contrib/propagators/ot=/tmp/go-build548448651/b1279/_pkg_.a
2025-08-20T21:26:59.6295708Z [00:03:13.749]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build548448651/b200/_pkg_.a
2025-08-20T21:26:59.6296875Z [00:03:13.749]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build548448651/b221/_pkg_.a
2025-08-20T21:26:59.6297886Z [00:03:13.749]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:59.6298887Z [00:03:13.749]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:59.6299754Z [00:03:13.749]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:59.6300372Z [00:03:13.749]➜  EOF
2025-08-20T21:26:59.6305685Z [00:03:13.750]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1275/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/contrib/propagators/autoprop@v0.46.1=>go.opentelemetry.io/contrib/propagators/autoprop@v0.46.1;$WORK/b1275=>" -p go.opentelemetry.io/contrib/propagators/autoprop -lang=go1.20 -complete -installsuffix shared -buildid cdzkb3YNn-QYo9N18Xhv/cdzkb3YNn-QYo9N18Xhv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1275/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/contrib/propagators/autoprop@v0.46.1/doc.go /root/go/pkg/mod/go.opentelemetry.io/contrib/propagators/autoprop@v0.46.1/propagator.go /root/go/pkg/mod/go.opentelemetry.io/contrib/propagators/autoprop@v0.46.1/registry.go
2025-08-20T21:26:59.6727208Z [00:03:13.795]➜  go tool buildid -w $WORK/b1228/_pkg_.a # internal
2025-08-20T21:26:59.6786278Z [00:03:13.801]➜  cp $WORK/b1228/_pkg_.a /root/.cache/go-build/27/27a4917a2e624c5d447e698514c29aa7fe413e4007998ec2ee442573259dad40-d # internal
2025-08-20T21:26:59.6790035Z [00:03:13.801]➜  internal/profile
2025-08-20T21:26:59.6792537Z [00:03:13.801]➜  mkdir -p $WORK/b1281/
2025-08-20T21:26:59.6797883Z [00:03:13.802]➜  cat >/tmp/go-build548448651/b1281/importcfg << 'EOF' # internal
2025-08-20T21:26:59.6811463Z [00:03:13.802]➜  # import config
2025-08-20T21:26:59.6812221Z [00:03:13.802]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:59.6813125Z [00:03:13.802]➜  packagefile compress/gzip=/tmp/go-build548448651/b075/_pkg_.a
2025-08-20T21:26:59.6813996Z [00:03:13.802]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:59.6814804Z [00:03:13.802]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:59.6815589Z [00:03:13.802]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:59.6816401Z [00:03:13.802]➜  packagefile regexp=/tmp/go-build548448651/b192/_pkg_.a
2025-08-20T21:26:59.6817239Z [00:03:13.802]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:26:59.6818060Z [00:03:13.802]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:59.6819133Z [00:03:13.802]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:59.6820156Z [00:03:13.802]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:59.6820779Z [00:03:13.802]➜  EOF
2025-08-20T21:26:59.6834381Z [00:03:13.802]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1281/_pkg_.a -trimpath "/root/.go/src/internal/profile=>internal/profile;$WORK/b1281=>" -p internal/profile -lang=go1.25 -std -complete -installsuffix shared -buildid d08rTBwf4vEWLaiMeAif/d08rTBwf4vEWLaiMeAif -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1281/importcfg -pack /root/.go/src/internal/profile/encode.go /root/.go/src/internal/profile/filter.go /root/.go/src/internal/profile/graph.go /root/.go/src/internal/profile/merge.go /root/.go/src/internal/profile/profile.go /root/.go/src/internal/profile/proto.go /root/.go/src/internal/profile/prune.go
2025-08-20T21:26:59.6838951Z [00:03:13.803]➜  go tool buildid -w $WORK/b1275/_pkg_.a # internal
2025-08-20T21:26:59.6840294Z [00:03:13.803]➜  cp $WORK/b1275/_pkg_.a /root/.cache/go-build/91/917ed6fb75c16da68a8b8152025ff13a164ee083a50e5e67a898940c7e9b93b8-d # internal
2025-08-20T21:26:59.7284984Z [00:03:13.851]➜  go tool buildid -w $WORK/b1224/_pkg_.a # internal
2025-08-20T21:26:59.7423546Z [00:03:13.865]➜  cp $WORK/b1224/_pkg_.a /root/.cache/go-build/d9/d9708eb10bee0d62b6f4f449159c5f6290de39f253b9dbb6a65fca20005c34c8-d # internal
2025-08-20T21:26:59.8910827Z [00:03:14.013]➜  go tool buildid -w $WORK/b1230/_pkg_.a # internal
2025-08-20T21:26:59.8972705Z [00:03:14.020]➜  cp $WORK/b1230/_pkg_.a /root/.cache/go-build/43/43e88281da156566a1a5c6b2dc4cb060d567512483b47b3c26635ae0c0167586-d # internal
2025-08-20T21:26:59.8980653Z [00:03:14.021]➜  github.com/ipfs/kubo/core/commands
2025-08-20T21:26:59.8981282Z [00:03:14.021]➜  mkdir -p $WORK/b1211/
2025-08-20T21:26:59.8989621Z [00:03:14.021]➜  cat >/tmp/go-build548448651/b1211/importcfg << 'EOF' # internal
2025-08-20T21:26:59.8990454Z [00:03:14.021]➜  # import config
2025-08-20T21:26:59.8991561Z [00:03:14.021]➜  packagefile archive/tar=/tmp/go-build548448651/b189/_pkg_.a
2025-08-20T21:26:59.8993487Z [00:03:14.021]➜  packagefile archive/zip=/tmp/go-build548448651/b1155/_pkg_.a
2025-08-20T21:26:59.8996340Z [00:03:14.021]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:59.8997309Z [00:03:14.021]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:59.8998108Z [00:03:14.021]➜  packagefile cmp=/tmp/go-build548448651/b051/_pkg_.a
2025-08-20T21:26:59.8999450Z [00:03:14.021]➜  packagefile compress/gzip=/tmp/go-build548448651/b075/_pkg_.a
2025-08-20T21:26:59.9000382Z [00:03:14.021]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:59.9001228Z [00:03:14.021]➜  packagefile crypto/ed25519=/tmp/go-build548448651/b131/_pkg_.a
2025-08-20T21:26:59.9002085Z [00:03:14.021]➜  packagefile crypto/x509=/tmp/go-build548448651/b154/_pkg_.a
2025-08-20T21:26:59.9002948Z [00:03:14.021]➜  packagefile encoding/base64=/tmp/go-build548448651/b054/_pkg_.a
2025-08-20T21:26:59.9003836Z [00:03:14.021]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:26:59.9004713Z [00:03:14.021]➜  packagefile encoding/pem=/tmp/go-build548448651/b158/_pkg_.a
2025-08-20T21:26:59.9005566Z [00:03:14.021]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:26:59.9006354Z [00:03:14.021]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:59.9007253Z [00:03:14.021]➜  packagefile github.com/anmitsu/go-shlex=/tmp/go-build548448651/b1212/_pkg_.a
2025-08-20T21:26:59.9008368Z [00:03:14.021]➜  packagefile github.com/cheggaaa/pb=/tmp/go-build548448651/b1213/_pkg_.a
2025-08-20T21:26:59.9009707Z [00:03:14.021]➜  packagefile github.com/dustin/go-humanize=/tmp/go-build548448651/b655/_pkg_.a
2025-08-20T21:26:59.9010807Z [00:03:14.021]➜  packagefile github.com/elgris/jsondiff=/tmp/go-build548448651/b1216/_pkg_.a
2025-08-20T21:26:59.9011944Z [00:03:14.021]➜  packagefile github.com/hashicorp/go-version=/tmp/go-build548448651/b1219/_pkg_.a
2025-08-20T21:26:59.9013384Z [00:03:14.021]➜  packagefile github.com/ipfs/boxo/bitswap=/tmp/go-build548448651/b404/_pkg_.a
2025-08-20T21:26:59.9014690Z [00:03:14.021]➜  packagefile github.com/ipfs/boxo/bitswap/server=/tmp/go-build548448651/b456/_pkg_.a
2025-08-20T21:26:59.9016256Z [00:03:14.021]➜  packagefile github.com/ipfs/boxo/blockservice=/tmp/go-build548448651/b198/_pkg_.a
2025-08-20T21:26:59.9017415Z [00:03:14.021]➜  packagefile github.com/ipfs/boxo/blockstore=/tmp/go-build548448651/b224/_pkg_.a
2025-08-20T21:26:59.9018759Z [00:03:14.021]➜  packagefile github.com/ipfs/boxo/exchange/offline=/tmp/go-build548448651/b666/_pkg_.a
2025-08-20T21:26:59.9019855Z [00:03:14.021]➜  packagefile github.com/ipfs/boxo/files=/tmp/go-build548448651/b188/_pkg_.a
2025-08-20T21:26:59.9020981Z [00:03:14.021]➜  packagefile github.com/ipfs/boxo/filestore=/tmp/go-build548448651/b465/_pkg_.a
2025-08-20T21:26:59.9022150Z [00:03:14.021]➜  packagefile github.com/ipfs/boxo/ipld/merkledag=/tmp/go-build548448651/b196/_pkg_.a
2025-08-20T21:26:59.9023359Z [00:03:14.021]➜  packagefile github.com/ipfs/boxo/ipld/unixfs=/tmp/go-build548448651/b195/_pkg_.a
2025-08-20T21:26:59.9024536Z [00:03:14.021]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/pb=/tmp/go-build548448651/b369/_pkg_.a
2025-08-20T21:26:59.9025642Z [00:03:14.021]➜  packagefile github.com/ipfs/boxo/ipns=/tmp/go-build548448651/b483/_pkg_.a
2025-08-20T21:26:59.9026788Z [00:03:14.021]➜  packagefile github.com/ipfs/boxo/keystore=/tmp/go-build548448651/b525/_pkg_.a
2025-08-20T21:26:59.9027849Z [00:03:14.021]➜  packagefile github.com/ipfs/boxo/mfs=/tmp/go-build548448651/b469/_pkg_.a
2025-08-20T21:26:59.9029040Z [00:03:14.021]➜  packagefile github.com/ipfs/boxo/namesys=/tmp/go-build548448651/b482/_pkg_.a
2025-08-20T21:26:59.9030152Z [00:03:14.021]➜  packagefile github.com/ipfs/boxo/path=/tmp/go-build548448651/b370/_pkg_.a
2025-08-20T21:26:59.9031262Z [00:03:14.021]➜  packagefile github.com/ipfs/boxo/provider=/tmp/go-build548448651/b531/_pkg_.a
2025-08-20T21:26:59.9032345Z [00:03:14.021]➜  packagefile github.com/ipfs/boxo/tar=/tmp/go-build548448651/b1220/_pkg_.a
2025-08-20T21:26:59.9033420Z [00:03:14.021]➜  packagefile github.com/ipfs/boxo/verifcid=/tmp/go-build548448651/b331/_pkg_.a
2025-08-20T21:26:59.9034663Z [00:03:14.021]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:26:59.9035820Z [00:03:14.021]➜  packagefile github.com/ipfs/go-cidutil=/tmp/go-build548448651/b533/_pkg_.a
2025-08-20T21:26:59.9036930Z [00:03:14.021]➜  packagefile github.com/ipfs/go-cidutil/cidenc=/tmp/go-build548448651/b1221/_pkg_.a
2025-08-20T21:26:59.9038044Z [00:03:14.021]➜  packagefile github.com/ipfs/go-ipfs-cmds=/tmp/go-build548448651/b377/_pkg_.a
2025-08-20T21:26:59.9070216Z [00:03:14.021]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build548448651/b263/_pkg_.a
2025-08-20T21:26:59.9071345Z [00:03:14.021]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:26:59.9072389Z [00:03:14.022]➜  packagefile github.com/ipfs/kubo=/tmp/go-build548448651/b401/_pkg_.a
2025-08-20T21:26:59.9074909Z [00:03:14.022]➜  packagefile github.com/ipfs/kubo/commands=/tmp/go-build548448651/b1143/_pkg_.a
2025-08-20T21:26:59.9076102Z [00:03:14.022]➜  packagefile github.com/ipfs/kubo/config=/tmp/go-build548448651/b534/_pkg_.a
2025-08-20T21:26:59.9077169Z [00:03:14.022]➜  packagefile github.com/ipfs/kubo/core=/tmp/go-build548448651/b403/_pkg_.a
2025-08-20T21:26:59.9078356Z [00:03:14.022]➜  packagefile github.com/ipfs/kubo/core/commands/cmdenv=/tmp/go-build548448651/b1222/_pkg_.a
2025-08-20T21:26:59.9079862Z [00:03:14.022]➜  packagefile github.com/ipfs/kubo/core/commands/cmdutils=/tmp/go-build548448651/b1223/_pkg_.a
2025-08-20T21:26:59.9081146Z [00:03:14.022]➜  packagefile github.com/ipfs/kubo/core/commands/dag=/tmp/go-build548448651/b1224/_pkg_.a
2025-08-20T21:26:59.9082379Z [00:03:14.022]➜  packagefile github.com/ipfs/kubo/core/commands/e=/tmp/go-build548448651/b1226/_pkg_.a
2025-08-20T21:26:59.9083686Z [00:03:14.022]➜  packagefile github.com/ipfs/kubo/core/commands/keyencode=/tmp/go-build548448651/b1227/_pkg_.a
2025-08-20T21:26:59.9084989Z [00:03:14.022]➜  packagefile github.com/ipfs/kubo/core/commands/name=/tmp/go-build548448651/b1228/_pkg_.a
2025-08-20T21:26:59.9086433Z [00:03:14.022]➜  packagefile github.com/ipfs/kubo/core/commands/object=/tmp/go-build548448651/b1229/_pkg_.a
2025-08-20T21:26:59.9087783Z [00:03:14.022]➜  packagefile github.com/ipfs/kubo/core/commands/pin=/tmp/go-build548448651/b1230/_pkg_.a
2025-08-20T21:26:59.9089210Z [00:03:14.022]➜  packagefile github.com/ipfs/kubo/core/coreiface=/tmp/go-build548448651/b1025/_pkg_.a
2025-08-20T21:26:59.9090461Z [00:03:14.022]➜  packagefile github.com/ipfs/kubo/core/coreiface/options=/tmp/go-build548448651/b710/_pkg_.a
2025-08-20T21:26:59.9091665Z [00:03:14.022]➜  packagefile github.com/ipfs/kubo/core/corerepo=/tmp/go-build548448651/b1208/_pkg_.a
2025-08-20T21:26:59.9092888Z [00:03:14.022]➜  packagefile github.com/ipfs/kubo/core/node/libp2p=/tmp/go-build548448651/b963/_pkg_.a
2025-08-20T21:26:59.9094006Z [00:03:14.022]➜  packagefile github.com/ipfs/kubo/fuse/node=/tmp/go-build548448651/b1231/_pkg_.a
2025-08-20T21:26:59.9095059Z [00:03:14.022]➜  packagefile github.com/ipfs/kubo/p2p=/tmp/go-build548448651/b1016/_pkg_.a
2025-08-20T21:26:59.9096116Z [00:03:14.022]➜  packagefile github.com/ipfs/kubo/profile=/tmp/go-build548448651/b1235/_pkg_.a
2025-08-20T21:26:59.9097273Z [00:03:14.022]➜  packagefile github.com/ipfs/kubo/repo=/tmp/go-build548448651/b967/_pkg_.a
2025-08-20T21:26:59.9098341Z [00:03:14.022]➜  packagefile github.com/ipfs/kubo/repo/fsrepo=/tmp/go-build548448651/b1146/_pkg_.a
2025-08-20T21:26:59.9100163Z [00:03:14.022]➜  packagefile github.com/ipfs/kubo/repo/fsrepo/migrations=/tmp/go-build548448651/b1154/_pkg_.a
2025-08-20T21:26:59.9101445Z [00:03:14.022]➜  packagefile github.com/ipld/go-ipld-prime/multicodec=/tmp/go-build548448651/b344/_pkg_.a
2025-08-20T21:26:59.9102657Z [00:03:14.022]➜  packagefile github.com/libp2p/go-libp2p-kad-dht=/tmp/go-build548448651/b488/_pkg_.a
2025-08-20T21:26:59.9103830Z [00:03:14.022]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/fullrt=/tmp/go-build548448651/b987/_pkg_.a
2025-08-20T21:26:59.9105033Z [00:03:14.022]➜  packagefile github.com/libp2p/go-libp2p-kbucket=/tmp/go-build548448651/b506/_pkg_.a
2025-08-20T21:26:59.9106451Z [00:03:14.022]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build548448651/b311/_pkg_.a
2025-08-20T21:26:59.9107647Z [00:03:14.022]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build548448651/b423/_pkg_.a
2025-08-20T21:26:59.9108986Z [00:03:14.022]➜  packagefile github.com/libp2p/go-libp2p/core/metrics=/tmp/go-build548448651/b444/_pkg_.a
2025-08-20T21:26:59.9110200Z [00:03:14.022]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build548448651/b417/_pkg_.a
2025-08-20T21:26:59.9111400Z [00:03:14.022]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:26:59.9112736Z [00:03:14.022]➜  packagefile github.com/libp2p/go-libp2p/core/peerstore=/tmp/go-build548448651/b418/_pkg_.a
2025-08-20T21:26:59.9114118Z [00:03:14.022]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build548448651/b419/_pkg_.a
2025-08-20T21:26:59.9115366Z [00:03:14.022]➜  packagefile github.com/libp2p/go-libp2p/core/routing=/tmp/go-build548448651/b329/_pkg_.a
2025-08-20T21:26:59.9116704Z [00:03:14.022]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/resource-manager=/tmp/go-build548448651/b933/_pkg_.a
2025-08-20T21:26:59.9118064Z [00:03:14.022]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/ping=/tmp/go-build548448651/b427/_pkg_.a
2025-08-20T21:26:59.9119467Z [00:03:14.022]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:26:59.9120791Z [00:03:14.022]➜  packagefile github.com/multiformats/go-multiaddr-dns=/tmp/go-build548448651/b448/_pkg_.a
2025-08-20T21:26:59.9122020Z [00:03:14.022]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build548448651/b430/_pkg_.a
2025-08-20T21:26:59.9123213Z [00:03:14.022]➜  packagefile github.com/multiformats/go-multibase=/tmp/go-build548448651/b231/_pkg_.a
2025-08-20T21:26:59.9124403Z [00:03:14.022]➜  packagefile github.com/multiformats/go-multicodec=/tmp/go-build548448651/b327/_pkg_.a
2025-08-20T21:26:59.9125717Z [00:03:14.022]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build548448651/b235/_pkg_.a
2025-08-20T21:26:59.9126928Z [00:03:14.022]➜  packagefile github.com/whyrusleeping/go-sysinfo=/tmp/go-build548448651/b1236/_pkg_.a
2025-08-20T21:26:59.9128173Z [00:03:14.022]➜  packagefile github.com/whyrusleeping/multiaddr-filter=/tmp/go-build548448651/b1014/_pkg_.a
2025-08-20T21:26:59.9129547Z [00:03:14.022]➜  packagefile golang.org/x/exp/constraints=/tmp/go-build548448651/b643/_pkg_.a
2025-08-20T21:26:59.9130458Z [00:03:14.022]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:59.9131223Z [00:03:14.022]➜  packagefile maps=/tmp/go-build548448651/b159/_pkg_.a
2025-08-20T21:26:59.9132039Z [00:03:14.022]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:59.9132852Z [00:03:14.022]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:59.9133637Z [00:03:14.022]➜  packagefile os/exec=/tmp/go-build548448651/b589/_pkg_.a
2025-08-20T21:26:59.9134412Z [00:03:14.022]➜  packagefile path=/tmp/go-build548448651/b063/_pkg_.a
2025-08-20T21:26:59.9135355Z [00:03:14.022]➜  packagefile path/filepath=/tmp/go-build548448651/b168/_pkg_.a
2025-08-20T21:26:59.9136195Z [00:03:14.022]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:59.9137039Z [00:03:14.022]➜  packagefile runtime/debug=/tmp/go-build548448651/b260/_pkg_.a
2025-08-20T21:26:59.9137904Z [00:03:14.022]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:59.9138899Z [00:03:14.022]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:59.9139719Z [00:03:14.022]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:59.9140503Z [00:03:14.022]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:26:59.9141343Z [00:03:14.022]➜  packagefile text/tabwriter=/tmp/go-build548448651/b353/_pkg_.a
2025-08-20T21:26:59.9142333Z [00:03:14.022]➜  packagefile text/template=/tmp/go-build548448651/b381/_pkg_.a
2025-08-20T21:26:59.9143131Z [00:03:14.022]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:59.9143897Z [00:03:14.022]➜  packagefile unicode=/tmp/go-build548448651/b041/_pkg_.a
2025-08-20T21:26:59.9144490Z [00:03:14.022]➜  EOF
2025-08-20T21:26:59.9164248Z [00:03:14.022]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1211/_pkg_.a -trimpath "/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands=>github.com/ipfs/kubo/core/commands;$WORK/b1211=>" -p github.com/ipfs/kubo/core/commands -lang=go1.25 -complete -installsuffix shared -buildid ICsTw-zHCtsjx1gZHVZw/ICsTw-zHCtsjx1gZHVZw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1211/importcfg -pack /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/active.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/add.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/bitswap.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/block.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/bootstrap.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/cat.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/cid.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/commands.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/completion.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/config.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/dht.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/diag.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/external.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/extra.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/files.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/filestore.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/get.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/id.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/keystore.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/log.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/ls.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/mount_unix.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/multibase.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/p2p.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/ping.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/profile.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/provide.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/pubsub.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/refs.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/repo.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/resolve.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/root.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/routing.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/shutdown.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/stat.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/stat_dht.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/stat_provide.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/stat_reprovide.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/swarm.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/sysdiag.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/version.go
2025-08-20T21:26:59.9181708Z [00:03:14.030]➜  go tool buildid -w $WORK/b1281/_pkg_.a # internal
2025-08-20T21:26:59.9182992Z [00:03:14.031]➜  cp $WORK/b1281/_pkg_.a /root/.cache/go-build/00/00d6487de16b2d4517f4cb6063a3f29e8e1816740ce0d0ddfacca9d8f32f4bc7-d # internal
2025-08-20T21:26:59.9184164Z [00:03:14.031]➜  net/http/pprof
2025-08-20T21:26:59.9184653Z [00:03:14.031]➜  mkdir -p $WORK/b1280/
2025-08-20T21:26:59.9185374Z [00:03:14.031]➜  cat >/tmp/go-build548448651/b1280/importcfg << 'EOF' # internal
2025-08-20T21:26:59.9186028Z [00:03:14.031]➜  # import config
2025-08-20T21:26:59.9186663Z [00:03:14.031]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:26:59.9187471Z [00:03:14.031]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:26:59.9188245Z [00:03:14.031]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:26:59.9189180Z [00:03:14.031]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:26:59.9189906Z [00:03:14.031]➜  packagefile html=/tmp/go-build548448651/b670/_pkg_.a
2025-08-20T21:26:59.9190732Z [00:03:14.031]➜  packagefile internal/godebug=/tmp/go-build548448651/b045/_pkg_.a
2025-08-20T21:26:59.9191780Z [00:03:14.031]➜  packagefile internal/profile=/tmp/go-build548448651/b1281/_pkg_.a
2025-08-20T21:26:59.9192664Z [00:03:14.031]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:26:59.9193412Z [00:03:14.031]➜  packagefile log=/tmp/go-build548448651/b071/_pkg_.a
2025-08-20T21:26:59.9194190Z [00:03:14.031]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:26:59.9195014Z [00:03:14.031]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:26:59.9195763Z [00:03:14.031]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:26:59.9196499Z [00:03:14.031]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:26:59.9197306Z [00:03:14.031]➜  packagefile runtime/pprof=/tmp/go-build548448651/b636/_pkg_.a
2025-08-20T21:26:59.9198155Z [00:03:14.031]➜  packagefile runtime/trace=/tmp/go-build548448651/b522/_pkg_.a
2025-08-20T21:26:59.9199283Z [00:03:14.031]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:26:59.9200227Z [00:03:14.031]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:26:59.9201066Z [00:03:14.031]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:26:59.9201877Z [00:03:14.031]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:26:59.9202460Z [00:03:14.031]➜  EOF
2025-08-20T21:26:59.9205198Z [00:03:14.032]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1280/_pkg_.a -trimpath "/root/.go/src/net/http/pprof=>net/http/pprof;$WORK/b1280=>" -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/b1280/importcfg -pack /root/.go/src/net/http/pprof/pprof.go
2025-08-20T21:26:59.9833828Z [00:03:14.106]➜  go tool buildid -w $WORK/b1280/_pkg_.a # internal
2025-08-20T21:26:59.9853476Z [00:03:14.108]➜  cp $WORK/b1280/_pkg_.a /root/.cache/go-build/52/52a3e918b6e41685517325a45b254c84f79f3ac3fae3451dc7ea88d6924a21c8-d # internal
2025-08-20T21:27:00.7813682Z [00:03:14.904]➜  go tool buildid -w $WORK/b1211/_pkg_.a # internal
2025-08-20T21:27:00.7985983Z [00:03:14.921]➜  cp $WORK/b1211/_pkg_.a /root/.cache/go-build/f9/f94270b32bcaff9249c704630f893077ba8bf0ce6fed4348a019a5f78084c210-d # internal
2025-08-20T21:27:00.7987936Z [00:03:14.921]➜  github.com/ipfs/kubo/core/corehttp
2025-08-20T21:27:00.7988934Z [00:03:14.921]➜  mkdir -p $WORK/b1237/
2025-08-20T21:27:00.7995325Z [00:03:14.922]➜  cat >/tmp/go-build548448651/b1237/importcfg << 'EOF' # internal
2025-08-20T21:27:00.7996056Z [00:03:14.922]➜  # import config
2025-08-20T21:27:00.7996740Z [00:03:14.922]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:27:00.7997551Z [00:03:14.922]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:27:00.7998881Z [00:03:14.922]➜  packagefile contrib.go.opencensus.io/exporter/prometheus=/tmp/go-build548448651/b1238/_pkg_.a
2025-08-20T21:27:00.7999978Z [00:03:14.922]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:27:00.8000847Z [00:03:14.922]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:27:00.8002029Z [00:03:14.922]➜  packagefile github.com/ipfs/boxo/blockservice=/tmp/go-build548448651/b198/_pkg_.a
2025-08-20T21:27:00.8003223Z [00:03:14.922]➜  packagefile github.com/ipfs/boxo/exchange/offline=/tmp/go-build548448651/b666/_pkg_.a
2025-08-20T21:27:00.8004314Z [00:03:14.922]➜  packagefile github.com/ipfs/boxo/files=/tmp/go-build548448651/b188/_pkg_.a
2025-08-20T21:27:00.8005398Z [00:03:14.922]➜  packagefile github.com/ipfs/boxo/gateway=/tmp/go-build548448651/b654/_pkg_.a
2025-08-20T21:27:00.8006490Z [00:03:14.922]➜  packagefile github.com/ipfs/boxo/ipns=/tmp/go-build548448651/b483/_pkg_.a
2025-08-20T21:27:00.8007582Z [00:03:14.922]➜  packagefile github.com/ipfs/boxo/namesys=/tmp/go-build548448651/b482/_pkg_.a
2025-08-20T21:27:00.8008825Z [00:03:14.922]➜  packagefile github.com/ipfs/boxo/path=/tmp/go-build548448651/b370/_pkg_.a
2025-08-20T21:27:00.8010189Z [00:03:14.922]➜  packagefile github.com/ipfs/boxo/routing/http/server=/tmp/go-build548448651/b1257/_pkg_.a
2025-08-20T21:27:00.8011432Z [00:03:14.922]➜  packagefile github.com/ipfs/boxo/routing/http/types=/tmp/go-build548448651/b972/_pkg_.a
2025-08-20T21:27:00.8012690Z [00:03:14.922]➜  packagefile github.com/ipfs/boxo/routing/http/types/iter=/tmp/go-build548448651/b974/_pkg_.a
2025-08-20T21:27:00.8013939Z [00:03:14.922]➜  packagefile github.com/ipfs/boxo/routing/offline=/tmp/go-build548448651/b965/_pkg_.a
2025-08-20T21:27:00.8014990Z [00:03:14.922]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:27:00.8016043Z [00:03:14.922]➜  packagefile github.com/ipfs/go-ipfs-cmds=/tmp/go-build548448651/b377/_pkg_.a
2025-08-20T21:27:00.8017183Z [00:03:14.922]➜  packagefile github.com/ipfs/go-ipfs-cmds/http=/tmp/go-build548448651/b383/_pkg_.a
2025-08-20T21:27:00.8018431Z [00:03:14.922]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:27:00.8019804Z [00:03:14.922]➜  packagefile github.com/ipfs/kubo=/tmp/go-build548448651/b401/_pkg_.a
2025-08-20T21:27:00.8020892Z [00:03:14.922]➜  packagefile github.com/ipfs/kubo/commands=/tmp/go-build548448651/b1143/_pkg_.a
2025-08-20T21:27:00.8021973Z [00:03:14.922]➜  packagefile github.com/ipfs/kubo/config=/tmp/go-build548448651/b534/_pkg_.a
2025-08-20T21:27:00.8023033Z [00:03:14.922]➜  packagefile github.com/ipfs/kubo/core=/tmp/go-build548448651/b403/_pkg_.a
2025-08-20T21:27:00.8024207Z [00:03:14.922]➜  packagefile github.com/ipfs/kubo/core/commands=/tmp/go-build548448651/b1211/_pkg_.a
2025-08-20T21:27:00.8025434Z [00:03:14.922]➜  packagefile github.com/ipfs/kubo/core/coreiface=/tmp/go-build548448651/b1025/_pkg_.a
2025-08-20T21:27:00.8026546Z [00:03:14.922]➜  packagefile github.com/ipfs/kubo/core/node=/tmp/go-build548448651/b955/_pkg_.a
2025-08-20T21:27:00.8027673Z [00:03:14.922]➜  packagefile github.com/libp2p/go-libp2p-http=/tmp/go-build548448651/b1263/_pkg_.a
2025-08-20T21:27:00.8029078Z [00:03:14.922]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:27:00.8030381Z [00:03:14.922]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build548448651/b419/_pkg_.a
2025-08-20T21:27:00.8031677Z [00:03:14.922]➜  packagefile github.com/libp2p/go-libp2p/core/routing=/tmp/go-build548448651/b329/_pkg_.a
2025-08-20T21:27:00.8032889Z [00:03:14.922]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:27:00.8034116Z [00:03:14.922]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build548448651/b430/_pkg_.a
2025-08-20T21:27:00.8035426Z [00:03:14.922]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build548448651/b387/_pkg_.a
2025-08-20T21:27:00.8036854Z [00:03:14.922]➜  packagefile github.com/prometheus/client_golang/prometheus/promhttp=/tmp/go-build548448651/b1239/_pkg_.a
2025-08-20T21:27:00.8038176Z [00:03:14.922]➜  packagefile go.opencensus.io/stats/view=/tmp/go-build548448651/b983/_pkg_.a
2025-08-20T21:27:00.8039458Z [00:03:14.922]➜  packagefile go.opencensus.io/zpages=/tmp/go-build548448651/b1265/_pkg_.a
2025-08-20T21:27:00.8040975Z [00:03:14.922]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp=/tmp/go-build548448651/b702/_pkg_.a
2025-08-20T21:27:00.8041968Z [00:03:14.922]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:27:00.8042409Z [00:03:14.922]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:27:00.8042971Z [00:03:14.922]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:27:00.8043460Z [00:03:14.922]➜  packagefile net/http/httputil=/tmp/go-build548448651/b376/_pkg_.a
2025-08-20T21:27:00.8043931Z [00:03:14.922]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:27:00.8044354Z [00:03:14.922]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:27:00.8044783Z [00:03:14.922]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:27:00.8045327Z [00:03:14.922]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:27:00.8045759Z [00:03:14.922]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:27:00.8046188Z [00:03:14.922]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:27:00.8046518Z [00:03:14.922]➜  EOF
2025-08-20T21:27:00.8050808Z [00:03:14.922]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1237/_pkg_.a -trimpath "/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/corehttp=>github.com/ipfs/kubo/core/corehttp;$WORK/b1237=>" -p github.com/ipfs/kubo/core/corehttp -lang=go1.25 -complete -installsuffix shared -buildid XEsTEAR04_XjrGHwzoDl/XEsTEAR04_XjrGHwzoDl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1237/importcfg -pack /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/corehttp/commands.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/corehttp/corehttp.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/corehttp/gateway.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/corehttp/logs.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/corehttp/metrics.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/corehttp/mutex_profile.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/corehttp/p2p_proxy.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/corehttp/redirect.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/corehttp/routing.go /tmp/tmp.S0mpzmTmXg/TEMPREPO/core/corehttp/webui.go
2025-08-20T21:27:01.0884583Z [00:03:15.211]➜  go tool buildid -w $WORK/b1237/_pkg_.a # internal
2025-08-20T21:27:01.0987724Z [00:03:15.221]➜  cp $WORK/b1237/_pkg_.a /root/.cache/go-build/6f/6f0b63a54cf064e89f022ed483708dd41a43d400ec3238932707bbfa00c8f041-d # internal
2025-08-20T21:27:01.0989615Z [00:03:15.221]➜  github.com/ipfs/kubo/cmd/ipfs/kubo
2025-08-20T21:27:01.0990260Z [00:03:15.221]➜  mkdir -p $WORK/b002/
2025-08-20T21:27:01.0995495Z [00:03:15.222]➜  cat >/tmp/go-build548448651/b002/importcfg << 'EOF' # internal
2025-08-20T21:27:01.0996196Z [00:03:15.222]➜  # import config
2025-08-20T21:27:01.0996862Z [00:03:15.222]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:27:01.0997725Z [00:03:15.222]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:27:01.0998820Z [00:03:15.222]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:27:01.0999683Z [00:03:15.222]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:27:01.1000474Z [00:03:15.222]➜  packagefile expvar=/tmp/go-build548448651/b070/_pkg_.a
2025-08-20T21:27:01.1001248Z [00:03:15.222]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:27:01.1002184Z [00:03:15.222]➜  packagefile github.com/blang/semver/v4=/tmp/go-build548448651/b185/_pkg_.a
2025-08-20T21:27:01.1003370Z [00:03:15.222]➜  packagefile github.com/coreos/go-systemd/v22/daemon=/tmp/go-build548448651/b187/_pkg_.a
2025-08-20T21:27:01.1004499Z [00:03:15.222]➜  packagefile github.com/ipfs/boxo/files=/tmp/go-build548448651/b188/_pkg_.a
2025-08-20T21:27:01.1005544Z [00:03:15.222]➜  packagefile github.com/ipfs/boxo/ipld/unixfs=/tmp/go-build548448651/b195/_pkg_.a
2025-08-20T21:27:01.1006624Z [00:03:15.222]➜  packagefile github.com/ipfs/boxo/path=/tmp/go-build548448651/b370/_pkg_.a
2025-08-20T21:27:01.1007845Z [00:03:15.222]➜  packagefile github.com/ipfs/boxo/pinning/remote/client=/tmp/go-build548448651/b371/_pkg_.a
2025-08-20T21:27:01.1009443Z [00:03:15.222]➜  packagefile github.com/ipfs/boxo/util=/tmp/go-build548448651/b259/_pkg_.a
2025-08-20T21:27:01.1010449Z [00:03:15.222]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:27:01.1011469Z [00:03:15.222]➜  packagefile github.com/ipfs/go-ipfs-cmds=/tmp/go-build548448651/b377/_pkg_.a
2025-08-20T21:27:01.1012538Z [00:03:15.222]➜  packagefile github.com/ipfs/go-ipfs-cmds/cli=/tmp/go-build548448651/b378/_pkg_.a
2025-08-20T21:27:01.1013640Z [00:03:15.222]➜  packagefile github.com/ipfs/go-ipfs-cmds/http=/tmp/go-build548448651/b383/_pkg_.a
2025-08-20T21:27:01.1014712Z [00:03:15.222]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build548448651/b263/_pkg_.a
2025-08-20T21:27:01.1015768Z [00:03:15.222]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:27:01.1017036Z [00:03:15.222]➜  packagefile github.com/ipfs/go-metrics-prometheus=/tmp/go-build548448651/b386/_pkg_.a
2025-08-20T21:27:01.1018125Z [00:03:15.222]➜  packagefile github.com/ipfs/kubo=/tmp/go-build548448651/b401/_pkg_.a
2025-08-20T21:27:01.1019380Z [00:03:15.222]➜  packagefile github.com/ipfs/kubo/assets=/tmp/go-build548448651/b402/_pkg_.a
2025-08-20T21:27:01.1020540Z [00:03:15.222]➜  packagefile github.com/ipfs/kubo/client/rpc/auth=/tmp/go-build548448651/b1141/_pkg_.a
2025-08-20T21:27:01.1021721Z [00:03:15.222]➜  packagefile github.com/ipfs/kubo/cmd/ipfs/util=/tmp/go-build548448651/b1142/_pkg_.a
2025-08-20T21:27:01.1022869Z [00:03:15.222]➜  packagefile github.com/ipfs/kubo/commands=/tmp/go-build548448651/b1143/_pkg_.a
2025-08-20T21:27:01.1023971Z [00:03:15.222]➜  packagefile github.com/ipfs/kubo/config=/tmp/go-build548448651/b534/_pkg_.a
2025-08-20T21:27:01.1025253Z [00:03:15.222]➜  packagefile github.com/ipfs/kubo/config/serialize=/tmp/go-build548448651/b1151/_pkg_.a
2025-08-20T21:27:01.1026550Z [00:03:15.222]➜  packagefile github.com/ipfs/kubo/core=/tmp/go-build548448651/b403/_pkg_.a
2025-08-20T21:27:01.1027708Z [00:03:15.222]➜  packagefile github.com/ipfs/kubo/core/commands=/tmp/go-build548448651/b1211/_pkg_.a
2025-08-20T21:27:01.1029068Z [00:03:15.222]➜  packagefile github.com/ipfs/kubo/core/coreapi=/tmp/go-build548448651/b1022/_pkg_.a
2025-08-20T21:27:01.1030250Z [00:03:15.222]➜  packagefile github.com/ipfs/kubo/core/corehttp=/tmp/go-build548448651/b1237/_pkg_.a
2025-08-20T21:27:01.1031363Z [00:03:15.222]➜  packagefile github.com/ipfs/kubo/core/coreiface=/tmp/go-build548448651/b1025/_pkg_.a
2025-08-20T21:27:01.1032655Z [00:03:15.222]➜  packagefile github.com/ipfs/kubo/core/coreiface/options=/tmp/go-build548448651/b710/_pkg_.a
2025-08-20T21:27:01.1033924Z [00:03:15.222]➜  packagefile github.com/ipfs/kubo/core/corerepo=/tmp/go-build548448651/b1208/_pkg_.a
2025-08-20T21:27:01.1035151Z [00:03:15.222]➜  packagefile github.com/ipfs/kubo/core/node/libp2p=/tmp/go-build548448651/b963/_pkg_.a
2025-08-20T21:27:01.1036339Z [00:03:15.222]➜  packagefile github.com/ipfs/kubo/fuse/node=/tmp/go-build548448651/b1231/_pkg_.a
2025-08-20T21:27:01.1037522Z [00:03:15.222]➜  packagefile github.com/ipfs/kubo/plugin/loader=/tmp/go-build548448651/b1144/_pkg_.a
2025-08-20T21:27:01.1038878Z [00:03:15.222]➜  packagefile github.com/ipfs/kubo/profile=/tmp/go-build548448651/b1235/_pkg_.a
2025-08-20T21:27:01.1039952Z [00:03:15.222]➜  packagefile github.com/ipfs/kubo/repo=/tmp/go-build548448651/b967/_pkg_.a
2025-08-20T21:27:01.1040835Z [00:03:15.222]➜  packagefile github.com/ipfs/kubo/repo/fsrepo=/tmp/go-build548448651/b1146/_pkg_.a
2025-08-20T21:27:01.1041514Z [00:03:15.222]➜  packagefile github.com/ipfs/kubo/repo/fsrepo/migrations=/tmp/go-build548448651/b1154/_pkg_.a
2025-08-20T21:27:01.1042283Z [00:03:15.222]➜  packagefile github.com/ipfs/kubo/repo/fsrepo/migrations/ipfsfetcher=/tmp/go-build548448651/b1269/_pkg_.a
2025-08-20T21:27:01.1042983Z [00:03:15.222]➜  packagefile github.com/ipfs/kubo/tracing=/tmp/go-build548448651/b1028/_pkg_.a
2025-08-20T21:27:01.1043651Z [00:03:15.222]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build548448651/b311/_pkg_.a
2025-08-20T21:27:01.1044418Z [00:03:15.222]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build548448651/b423/_pkg_.a
2025-08-20T21:27:01.1045054Z [00:03:15.222]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:27:01.1045711Z [00:03:15.222]➜  packagefile github.com/libp2p/go-libp2p/core/pnet=/tmp/go-build548448651/b737/_pkg_.a
2025-08-20T21:27:01.1046370Z [00:03:15.222]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build548448651/b419/_pkg_.a
2025-08-20T21:27:01.1047021Z [00:03:15.222]➜  packagefile github.com/libp2p/go-libp2p/p2p/http=/tmp/go-build548448651/b1270/_pkg_.a
2025-08-20T21:27:01.1047668Z [00:03:15.222]➜  packagefile github.com/libp2p/go-socket-activation=/tmp/go-build548448651/b1272/_pkg_.a
2025-08-20T21:27:01.1048389Z [00:03:15.222]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:27:01.1049774Z [00:03:15.222]➜  packagefile github.com/multiformats/go-multiaddr-dns=/tmp/go-build548448651/b448/_pkg_.a
2025-08-20T21:27:01.1051100Z [00:03:15.222]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build548448651/b430/_pkg_.a
2025-08-20T21:27:01.1052432Z [00:03:15.222]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build548448651/b387/_pkg_.a
2025-08-20T21:27:01.1053885Z [00:03:15.222]➜  packagefile github.com/prometheus/client_golang/prometheus/promauto=/tmp/go-build548448651/b1274/_pkg_.a
2025-08-20T21:27:01.1055465Z [00:03:15.222]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp=/tmp/go-build548448651/b702/_pkg_.a
2025-08-20T21:27:01.1056756Z [00:03:15.222]➜  packagefile go.opentelemetry.io/contrib/propagators/autoprop=/tmp/go-build548448651/b1275/_pkg_.a
2025-08-20T21:27:01.1057669Z [00:03:15.222]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build548448651/b200/_pkg_.a
2025-08-20T21:27:01.1058660Z [00:03:15.222]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build548448651/b210/_pkg_.a
2025-08-20T21:27:01.1059358Z [00:03:15.222]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build548448651/b212/_pkg_.a
2025-08-20T21:27:01.1060144Z [00:03:15.222]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build548448651/b214/_pkg_.a
2025-08-20T21:27:01.1060758Z [00:03:15.222]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:27:01.1061276Z [00:03:15.222]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:27:01.1061692Z [00:03:15.222]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:27:01.1062216Z [00:03:15.222]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:27:01.1062768Z [00:03:15.222]➜  packagefile net/http/pprof=/tmp/go-build548448651/b1280/_pkg_.a
2025-08-20T21:27:01.1063231Z [00:03:15.222]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:27:01.1063798Z [00:03:15.222]➜  packagefile path/filepath=/tmp/go-build548448651/b168/_pkg_.a
2025-08-20T21:27:01.1064310Z [00:03:15.222]➜  packagefile regexp=/tmp/go-build548448651/b192/_pkg_.a
2025-08-20T21:27:01.1064820Z [00:03:15.222]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:27:01.1065397Z [00:03:15.222]➜  packagefile runtime/pprof=/tmp/go-build548448651/b636/_pkg_.a
2025-08-20T21:27:01.1065885Z [00:03:15.222]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:27:01.1066396Z [00:03:15.222]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:27:01.1066920Z [00:03:15.222]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:27:01.1067336Z [00:03:15.222]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:27:01.1067761Z [00:03:15.222]➜  EOF
2025-08-20T21:27:01.1070346Z [00:03:15.222]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b002/_pkg_.a -trimpath "/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs/kubo=>github.com/ipfs/kubo/cmd/ipfs/kubo;$WORK/b002=>" -p github.com/ipfs/kubo/cmd/ipfs/kubo -lang=go1.25 -complete -installsuffix shared -buildid 7b1Obfu8B44YR-j1oax_/7b1Obfu8B44YR-j1oax_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b002/importcfg -pack ./kubo/add_migrations.go ./kubo/daemon.go ./kubo/daemon_linux.go ./kubo/debug.go ./kubo/init.go ./kubo/ipfs.go ./kubo/pinmfs.go ./kubo/start.go
2025-08-20T21:27:01.5302241Z [00:03:15.653]➜  go tool buildid -w $WORK/b002/_pkg_.a # internal
2025-08-20T21:27:01.5417388Z [00:03:15.664]➜  cp $WORK/b002/_pkg_.a /root/.cache/go-build/b7/b75c07165e3d967144a2750a697ee7bb05442909fc7bacc39faec39cf2fb73a5-d # internal
2025-08-20T21:27:01.5422092Z [00:03:15.665]➜  github.com/ipfs/kubo/cmd/ipfs
2025-08-20T21:27:01.5422768Z [00:03:15.665]➜  mkdir -p $WORK/b001/
2025-08-20T21:27:01.5427189Z [00:03:15.665]➜  cat >/tmp/go-build548448651/b001/importcfg << 'EOF' # internal
2025-08-20T21:27:01.5427816Z [00:03:15.665]➜  # import config
2025-08-20T21:27:01.5429036Z [00:03:15.665]➜  packagefile github.com/ipfs/kubo/cmd/ipfs/kubo=/tmp/go-build548448651/b002/_pkg_.a
2025-08-20T21:27:01.5430002Z [00:03:15.665]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:27:01.5430801Z [00:03:15.665]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:27:01.5431631Z [00:03:15.665]➜  packagefile runtime/cgo=/tmp/go-build548448651/b166/_pkg_.a
2025-08-20T21:27:01.5432267Z [00:03:15.665]➜  EOF
2025-08-20T21:27:01.5434890Z [00:03:15.665]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b001/_pkg_.a -trimpath "/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs=>github.com/ipfs/kubo/cmd/ipfs;$WORK/b001=>" -p main -lang=go1.25 -complete -installsuffix shared -buildid fV2dCfc2wqvYHofB2wHv/fV2dCfc2wqvYHofB2wHv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b001/importcfg -pack ./main.go
2025-08-20T21:27:01.5593803Z [00:03:15.682]➜  go tool buildid -w $WORK/b001/_pkg_.a # internal
2025-08-20T21:27:01.5601951Z [00:03:15.683]➜  cp $WORK/b001/_pkg_.a /root/.cache/go-build/71/71ee2df70a1816fc4c3464a9b95ced157b443232ff56275817d1541c090a07e3-d # internal
2025-08-20T21:27:01.5643666Z [00:03:15.686]➜  cat >/tmp/go-build548448651/b001/importcfg.link << 'EOF' # internal
2025-08-20T21:27:01.5645063Z [00:03:15.686]➜  packagefile github.com/ipfs/kubo/cmd/ipfs=/tmp/go-build548448651/b001/_pkg_.a
2025-08-20T21:27:01.5649505Z [00:03:15.686]➜  packagefile github.com/ipfs/kubo/cmd/ipfs/kubo=/tmp/go-build548448651/b002/_pkg_.a
2025-08-20T21:27:01.5651244Z [00:03:15.686]➜  packagefile os=/tmp/go-build548448651/b060/_pkg_.a
2025-08-20T21:27:01.5652284Z [00:03:15.686]➜  packagefile runtime=/tmp/go-build548448651/b010/_pkg_.a
2025-08-20T21:27:01.5653624Z [00:03:15.686]➜  packagefile runtime/cgo=/tmp/go-build548448651/b166/_pkg_.a
2025-08-20T21:27:01.5654706Z [00:03:15.686]➜  packagefile bytes=/tmp/go-build548448651/b003/_pkg_.a
2025-08-20T21:27:01.5656041Z [00:03:15.686]➜  packagefile context=/tmp/go-build548448651/b043/_pkg_.a
2025-08-20T21:27:01.5657186Z [00:03:15.686]➜  packagefile encoding/json=/tmp/go-build548448651/b052/_pkg_.a
2025-08-20T21:27:01.5658625Z [00:03:15.686]➜  packagefile errors=/tmp/go-build548448651/b004/_pkg_.a
2025-08-20T21:27:01.5663802Z [00:03:15.686]➜  packagefile expvar=/tmp/go-build548448651/b070/_pkg_.a
2025-08-20T21:27:01.5666913Z [00:03:15.686]➜  packagefile fmt=/tmp/go-build548448651/b057/_pkg_.a
2025-08-20T21:27:01.5667859Z [00:03:15.686]➜  packagefile github.com/blang/semver/v4=/tmp/go-build548448651/b185/_pkg_.a
2025-08-20T21:27:01.5676692Z [00:03:15.686]➜  packagefile github.com/coreos/go-systemd/v22/daemon=/tmp/go-build548448651/b187/_pkg_.a
2025-08-20T21:27:01.5679682Z [00:03:15.686]➜  packagefile github.com/ipfs/boxo/files=/tmp/go-build548448651/b188/_pkg_.a
2025-08-20T21:27:01.5680820Z [00:03:15.686]➜  packagefile github.com/ipfs/boxo/ipld/unixfs=/tmp/go-build548448651/b195/_pkg_.a
2025-08-20T21:27:01.5681916Z [00:03:15.686]➜  packagefile github.com/ipfs/boxo/path=/tmp/go-build548448651/b370/_pkg_.a
2025-08-20T21:27:01.5683068Z [00:03:15.686]➜  packagefile github.com/ipfs/boxo/pinning/remote/client=/tmp/go-build548448651/b371/_pkg_.a
2025-08-20T21:27:01.5684226Z [00:03:15.686]➜  packagefile github.com/ipfs/boxo/util=/tmp/go-build548448651/b259/_pkg_.a
2025-08-20T21:27:01.5685418Z [00:03:15.686]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build548448651/b230/_pkg_.a
2025-08-20T21:27:01.5686477Z [00:03:15.686]➜  packagefile github.com/ipfs/go-ipfs-cmds=/tmp/go-build548448651/b377/_pkg_.a
2025-08-20T21:27:01.5687583Z [00:03:15.686]➜  packagefile github.com/ipfs/go-ipfs-cmds/cli=/tmp/go-build548448651/b378/_pkg_.a
2025-08-20T21:27:01.5688915Z [00:03:15.686]➜  packagefile github.com/ipfs/go-ipfs-cmds/http=/tmp/go-build548448651/b383/_pkg_.a
2025-08-20T21:27:01.5690059Z [00:03:15.686]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build548448651/b263/_pkg_.a
2025-08-20T21:27:01.5691138Z [00:03:15.686]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build548448651/b264/_pkg_.a
2025-08-20T21:27:01.5692268Z [00:03:15.686]➜  packagefile github.com/ipfs/go-metrics-prometheus=/tmp/go-build548448651/b386/_pkg_.a
2025-08-20T21:27:01.5693567Z [00:03:15.686]➜  packagefile github.com/ipfs/kubo=/tmp/go-build548448651/b401/_pkg_.a
2025-08-20T21:27:01.5694601Z [00:03:15.686]➜  packagefile github.com/ipfs/kubo/assets=/tmp/go-build548448651/b402/_pkg_.a
2025-08-20T21:27:01.5695743Z [00:03:15.686]➜  packagefile github.com/ipfs/kubo/client/rpc/auth=/tmp/go-build548448651/b1141/_pkg_.a
2025-08-20T21:27:01.5696931Z [00:03:15.686]➜  packagefile github.com/ipfs/kubo/cmd/ipfs/util=/tmp/go-build548448651/b1142/_pkg_.a
2025-08-20T21:27:01.5698060Z [00:03:15.686]➜  packagefile github.com/ipfs/kubo/commands=/tmp/go-build548448651/b1143/_pkg_.a
2025-08-20T21:27:01.5699291Z [00:03:15.686]➜  packagefile github.com/ipfs/kubo/config=/tmp/go-build548448651/b534/_pkg_.a
2025-08-20T21:27:01.5700492Z [00:03:15.686]➜  packagefile github.com/ipfs/kubo/config/serialize=/tmp/go-build548448651/b1151/_pkg_.a
2025-08-20T21:27:01.5701769Z [00:03:15.687]➜  packagefile github.com/ipfs/kubo/core=/tmp/go-build548448651/b403/_pkg_.a
2025-08-20T21:27:01.5703215Z [00:03:15.687]➜  packagefile github.com/ipfs/kubo/core/commands=/tmp/go-build548448651/b1211/_pkg_.a
2025-08-20T21:27:01.5704414Z [00:03:15.687]➜  packagefile github.com/ipfs/kubo/core/coreapi=/tmp/go-build548448651/b1022/_pkg_.a
2025-08-20T21:27:01.5706069Z [00:03:15.687]➜  packagefile github.com/ipfs/kubo/core/corehttp=/tmp/go-build548448651/b1237/_pkg_.a
2025-08-20T21:27:01.5707963Z [00:03:15.687]➜  packagefile github.com/ipfs/kubo/core/coreiface=/tmp/go-build548448651/b1025/_pkg_.a
2025-08-20T21:27:01.5709847Z [00:03:15.687]➜  packagefile github.com/ipfs/kubo/core/coreiface/options=/tmp/go-build548448651/b710/_pkg_.a
2025-08-20T21:27:01.5711554Z [00:03:15.687]➜  packagefile github.com/ipfs/kubo/core/corerepo=/tmp/go-build548448651/b1208/_pkg_.a
2025-08-20T21:27:01.5712884Z [00:03:15.687]➜  packagefile github.com/ipfs/kubo/core/node/libp2p=/tmp/go-build548448651/b963/_pkg_.a
2025-08-20T21:27:01.5714097Z [00:03:15.687]➜  packagefile github.com/ipfs/kubo/fuse/node=/tmp/go-build548448651/b1231/_pkg_.a
2025-08-20T21:27:01.5715271Z [00:03:15.687]➜  packagefile github.com/ipfs/kubo/plugin/loader=/tmp/go-build548448651/b1144/_pkg_.a
2025-08-20T21:27:01.5716433Z [00:03:15.687]➜  packagefile github.com/ipfs/kubo/profile=/tmp/go-build548448651/b1235/_pkg_.a
2025-08-20T21:27:01.5717503Z [00:03:15.687]➜  packagefile github.com/ipfs/kubo/repo=/tmp/go-build548448651/b967/_pkg_.a
2025-08-20T21:27:01.5718792Z [00:03:15.687]➜  packagefile github.com/ipfs/kubo/repo/fsrepo=/tmp/go-build548448651/b1146/_pkg_.a
2025-08-20T21:27:01.5720072Z [00:03:15.687]➜  packagefile github.com/ipfs/kubo/repo/fsrepo/migrations=/tmp/go-build548448651/b1154/_pkg_.a
2025-08-20T21:27:01.5721519Z [00:03:15.687]➜  packagefile github.com/ipfs/kubo/repo/fsrepo/migrations/ipfsfetcher=/tmp/go-build548448651/b1269/_pkg_.a
2025-08-20T21:27:01.5722839Z [00:03:15.687]➜  packagefile github.com/ipfs/kubo/tracing=/tmp/go-build548448651/b1028/_pkg_.a
2025-08-20T21:27:01.5724019Z [00:03:15.687]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build548448651/b311/_pkg_.a
2025-08-20T21:27:01.5725680Z [00:03:15.687]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build548448651/b423/_pkg_.a
2025-08-20T21:27:01.5727363Z [00:03:15.687]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build548448651/b318/_pkg_.a
2025-08-20T21:27:01.5728920Z [00:03:15.687]➜  packagefile github.com/libp2p/go-libp2p/core/pnet=/tmp/go-build548448651/b737/_pkg_.a
2025-08-20T21:27:01.5730456Z [00:03:15.687]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build548448651/b419/_pkg_.a
2025-08-20T21:27:01.5731816Z [00:03:15.687]➜  packagefile github.com/libp2p/go-libp2p/p2p/http=/tmp/go-build548448651/b1270/_pkg_.a
2025-08-20T21:27:01.5733327Z [00:03:15.687]➜  packagefile github.com/libp2p/go-socket-activation=/tmp/go-build548448651/b1272/_pkg_.a
2025-08-20T21:27:01.5734845Z [00:03:15.687]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build548448651/b323/_pkg_.a
2025-08-20T21:27:01.5736507Z [00:03:15.687]➜  packagefile github.com/multiformats/go-multiaddr-dns=/tmp/go-build548448651/b448/_pkg_.a
2025-08-20T21:27:01.5737517Z [00:03:15.687]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build548448651/b430/_pkg_.a
2025-08-20T21:27:01.5738445Z [00:03:15.687]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build548448651/b387/_pkg_.a
2025-08-20T21:27:01.5739530Z [00:03:15.687]➜  packagefile github.com/prometheus/client_golang/prometheus/promauto=/tmp/go-build548448651/b1274/_pkg_.a
2025-08-20T21:27:01.5740557Z [00:03:15.687]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp=/tmp/go-build548448651/b702/_pkg_.a
2025-08-20T21:27:01.5741589Z [00:03:15.687]➜  packagefile go.opentelemetry.io/contrib/propagators/autoprop=/tmp/go-build548448651/b1275/_pkg_.a
2025-08-20T21:27:01.5742485Z [00:03:15.687]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build548448651/b200/_pkg_.a
2025-08-20T21:27:01.5743391Z [00:03:15.687]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build548448651/b210/_pkg_.a
2025-08-20T21:27:01.5744066Z [00:03:15.687]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build548448651/b212/_pkg_.a
2025-08-20T21:27:01.5744815Z [00:03:15.687]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build548448651/b214/_pkg_.a
2025-08-20T21:27:01.5745484Z [00:03:15.687]➜  packagefile io=/tmp/go-build548448651/b034/_pkg_.a
2025-08-20T21:27:01.5745920Z [00:03:15.687]➜  packagefile math=/tmp/go-build548448651/b056/_pkg_.a
2025-08-20T21:27:01.5746361Z [00:03:15.687]➜  packagefile net=/tmp/go-build548448651/b160/_pkg_.a
2025-08-20T21:27:01.5746908Z [00:03:15.687]➜  packagefile net/http=/tmp/go-build548448651/b073/_pkg_.a
2025-08-20T21:27:01.5747406Z [00:03:15.687]➜  packagefile net/http/pprof=/tmp/go-build548448651/b1280/_pkg_.a
2025-08-20T21:27:01.5747921Z [00:03:15.687]➜  packagefile path/filepath=/tmp/go-build548448651/b168/_pkg_.a
2025-08-20T21:27:01.5748404Z [00:03:15.687]➜  packagefile regexp=/tmp/go-build548448651/b192/_pkg_.a
2025-08-20T21:27:01.5749107Z [00:03:15.687]➜  packagefile runtime/pprof=/tmp/go-build548448651/b636/_pkg_.a
2025-08-20T21:27:01.5749590Z [00:03:15.687]➜  packagefile sort=/tmp/go-build548448651/b077/_pkg_.a
2025-08-20T21:27:01.5750032Z [00:03:15.687]➜  packagefile strings=/tmp/go-build548448651/b068/_pkg_.a
2025-08-20T21:27:01.5750558Z [00:03:15.687]➜  packagefile sync=/tmp/go-build548448651/b035/_pkg_.a
2025-08-20T21:27:01.5751002Z [00:03:15.687]➜  packagefile time=/tmp/go-build548448651/b044/_pkg_.a
2025-08-20T21:27:01.5751473Z [00:03:15.687]➜  packagefile internal/bytealg=/tmp/go-build548448651/b011/_pkg_.a
2025-08-20T21:27:01.5752005Z [00:03:15.687]➜  packagefile internal/byteorder=/tmp/go-build548448651/b013/_pkg_.a
2025-08-20T21:27:01.5752554Z [00:03:15.687]➜  packagefile internal/filepathlite=/tmp/go-build548448651/b061/_pkg_.a
2025-08-20T21:27:01.5753095Z [00:03:15.687]➜  packagefile internal/goarch=/tmp/go-build548448651/b007/_pkg_.a
2025-08-20T21:27:01.5753713Z [00:03:15.687]➜  packagefile internal/itoa=/tmp/go-build548448651/b048/_pkg_.a
2025-08-20T21:27:01.5754211Z [00:03:15.687]➜  packagefile internal/poll=/tmp/go-build548448651/b064/_pkg_.a
2025-08-20T21:27:01.5754804Z [00:03:15.687]➜  packagefile internal/stringslite=/tmp/go-build548448651/b032/_pkg_.a
2025-08-20T21:27:01.5755370Z [00:03:15.687]➜  packagefile internal/syscall/execenv=/tmp/go-build548448651/b066/_pkg_.a
2025-08-20T21:27:01.5755933Z [00:03:15.687]➜  packagefile internal/syscall/unix=/tmp/go-build548448651/b065/_pkg_.a
2025-08-20T21:27:01.5756454Z [00:03:15.687]➜  packagefile internal/testlog=/tmp/go-build548448651/b067/_pkg_.a
2025-08-20T21:27:01.5756920Z [00:03:15.687]➜  packagefile io/fs=/tmp/go-build548448651/b062/_pkg_.a
2025-08-20T21:27:01.5757348Z [00:03:15.687]➜  packagefile slices=/tmp/go-build548448651/b050/_pkg_.a
2025-08-20T21:27:01.5757910Z [00:03:15.687]➜  packagefile sync/atomic=/tmp/go-build548448651/b037/_pkg_.a
2025-08-20T21:27:01.5758381Z [00:03:15.687]➜  packagefile syscall=/tmp/go-build548448651/b047/_pkg_.a
2025-08-20T21:27:01.5758999Z [00:03:15.687]➜  packagefile internal/abi=/tmp/go-build548448651/b006/_pkg_.a
2025-08-20T21:27:01.5759510Z [00:03:15.687]➜  packagefile internal/chacha8rand=/tmp/go-build548448651/b014/_pkg_.a
2025-08-20T21:27:01.5760055Z [00:03:15.687]➜  packagefile internal/coverage/rtcov=/tmp/go-build548448651/b015/_pkg_.a
2025-08-20T21:27:01.5760561Z [00:03:15.687]➜  packagefile internal/cpu=/tmp/go-build548448651/b012/_pkg_.a
2025-08-20T21:27:01.5761047Z [00:03:15.687]➜  packagefile internal/godebugs=/tmp/go-build548448651/b016/_pkg_.a
2025-08-20T21:27:01.5761562Z [00:03:15.687]➜  packagefile internal/goexperiment=/tmp/go-build548448651/b017/_pkg_.a
2025-08-20T21:27:01.5762062Z [00:03:15.687]➜  packagefile internal/goos=/tmp/go-build548448651/b018/_pkg_.a
2025-08-20T21:27:01.5762570Z [00:03:15.687]➜  packagefile internal/profilerecord=/tmp/go-build548448651/b019/_pkg_.a
2025-08-20T21:27:01.5763198Z [00:03:15.687]➜  packagefile internal/runtime/atomic=/tmp/go-build548448651/b020/_pkg_.a
2025-08-20T21:27:01.5763813Z [00:03:15.687]➜  packagefile internal/runtime/cgroup=/tmp/go-build548448651/b021/_pkg_.a
2025-08-20T21:27:01.5764533Z [00:03:15.687]➜  packagefile internal/runtime/exithook=/tmp/go-build548448651/b025/_pkg_.a
2025-08-20T21:27:01.5765135Z [00:03:15.687]➜  packagefile internal/runtime/gc=/tmp/go-build548448651/b026/_pkg_.a
2025-08-20T21:27:01.5765679Z [00:03:15.687]➜  packagefile internal/runtime/maps=/tmp/go-build548448651/b027/_pkg_.a
2025-08-20T21:27:01.5766224Z [00:03:15.687]➜  packagefile internal/runtime/math=/tmp/go-build548448651/b023/_pkg_.a
2025-08-20T21:27:01.5766784Z [00:03:15.687]➜  packagefile internal/runtime/strconv=/tmp/go-build548448651/b022/_pkg_.a
2025-08-20T21:27:01.5767460Z [00:03:15.687]➜  packagefile internal/runtime/sys=/tmp/go-build548448651/b031/_pkg_.a
2025-08-20T21:27:01.5768020Z [00:03:15.687]➜  packagefile internal/runtime/syscall=/tmp/go-build548448651/b024/_pkg_.a
2025-08-20T21:27:01.5768765Z [00:03:15.687]➜  packagefile internal/trace/tracev2=/tmp/go-build548448651/b033/_pkg_.a
2025-08-20T21:27:01.5769277Z [00:03:15.687]➜  packagefile iter=/tmp/go-build548448651/b039/_pkg_.a
2025-08-20T21:27:01.5769732Z [00:03:15.687]➜  packagefile math/bits=/tmp/go-build548448651/b040/_pkg_.a
2025-08-20T21:27:01.5770187Z [00:03:15.687]➜  packagefile unicode=/tmp/go-build548448651/b041/_pkg_.a
2025-08-20T21:27:01.5770656Z [00:03:15.687]➜  packagefile unicode/utf8=/tmp/go-build548448651/b042/_pkg_.a
2025-08-20T21:27:01.5771307Z [00:03:15.687]➜  packagefile internal/reflectlite=/tmp/go-build548448651/b005/_pkg_.a
2025-08-20T21:27:01.5771795Z [00:03:15.687]➜  packagefile cmp=/tmp/go-build548448651/b051/_pkg_.a
2025-08-20T21:27:01.5772232Z [00:03:15.687]➜  packagefile encoding=/tmp/go-build548448651/b053/_pkg_.a
2025-08-20T21:27:01.5772713Z [00:03:15.687]➜  packagefile encoding/base64=/tmp/go-build548448651/b054/_pkg_.a
2025-08-20T21:27:01.5773195Z [00:03:15.687]➜  packagefile reflect=/tmp/go-build548448651/b059/_pkg_.a
2025-08-20T21:27:01.5773744Z [00:03:15.687]➜  packagefile strconv=/tmp/go-build548448651/b055/_pkg_.a
2025-08-20T21:27:01.5774229Z [00:03:15.687]➜  packagefile unicode/utf16=/tmp/go-build548448651/b069/_pkg_.a
2025-08-20T21:27:01.5774792Z [00:03:15.687]➜  packagefile internal/godebug=/tmp/go-build548448651/b045/_pkg_.a
2025-08-20T21:27:01.5775257Z [00:03:15.687]➜  packagefile log=/tmp/go-build548448651/b071/_pkg_.a
2025-08-20T21:27:01.5775720Z [00:03:15.687]➜  packagefile internal/fmtsort=/tmp/go-build548448651/b058/_pkg_.a
2025-08-20T21:27:01.5776239Z [00:03:15.687]➜  packagefile database/sql/driver=/tmp/go-build548448651/b186/_pkg_.a
2025-08-20T21:27:01.5776747Z [00:03:15.687]➜  packagefile archive/tar=/tmp/go-build548448651/b189/_pkg_.a
2025-08-20T21:27:01.5777311Z [00:03:15.687]➜  packagefile github.com/crackcomm/go-gitignore=/tmp/go-build548448651/b191/_pkg_.a
2025-08-20T21:27:01.5777911Z [00:03:15.687]➜  packagefile golang.org/x/sys/unix=/tmp/go-build548448651/b194/_pkg_.a
2025-08-20T21:27:01.5778401Z [00:03:15.687]➜  packagefile mime=/tmp/go-build548448651/b178/_pkg_.a
2025-08-20T21:27:01.5779115Z [00:03:15.687]➜  packagefile mime/multipart=/tmp/go-build548448651/b179/_pkg_.a
2025-08-20T21:27:01.5779624Z [00:03:15.687]➜  packagefile net/textproto=/tmp/go-build548448651/b175/_pkg_.a
2025-08-20T21:27:01.5780085Z [00:03:15.687]➜  packagefile net/url=/tmp/go-build548448651/b167/_pkg_.a
2025-08-20T21:27:01.5780508Z [00:03:15.687]➜  packagefile path=/tmp/go-build548448651/b063/_pkg_.a
2025-08-20T21:27:01.5781041Z [00:03:15.687]➜  packagefile github.com/ipfs/boxo/ipld/merkledag=/tmp/go-build548448651/b196/_pkg_.a
2025-08-20T21:27:01.5781687Z [00:03:15.687]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/pb=/tmp/go-build548448651/b369/_pkg_.a
2025-08-20T21:27:01.5782330Z [00:03:15.687]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build548448651/b300/_pkg_.a
2025-08-20T21:27:01.5783131Z [00:03:15.687]➜  packagefile github.com/ipfs/boxo/pinning/remote/client/openapi=/tmp/go-build548448651/b372/_pkg_.a
2025-08-20T21:27:01.5783974Z [00:03:15.687]➜  packagefile github.com/multiformats/go-multibase=/tmp/go-build548448651/b231/_pkg_.a
2025-08-20T21:27:01.5784550Z [00:03:15.687]➜  packagefile crypto/subtle=/tmp/go-build548448651/b106/_pkg_.a
2025-08-20T21:27:01.5785119Z [00:03:15.687]➜  packagefile github.com/mr-tron/base58/base58=/tmp/go-build548448651/b232/_pkg_.a
2025-08-20T21:27:01.5785751Z [00:03:15.687]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build548448651/b235/_pkg_.a
2025-08-20T21:27:01.5786317Z [00:03:15.687]➜  packagefile math/rand=/tmp/go-build548448651/b109/_pkg_.a
2025-08-20T21:27:01.5786790Z [00:03:15.687]➜  packagefile runtime/debug=/tmp/go-build548448651/b260/_pkg_.a
2025-08-20T21:27:01.5787286Z [00:03:15.687]➜  packagefile encoding/binary=/tmp/go-build548448651/b078/_pkg_.a
2025-08-20T21:27:01.5787861Z [00:03:15.687]➜  packagefile github.com/multiformats/go-varint=/tmp/go-build548448651/b254/_pkg_.a
2025-08-20T21:27:01.5788398Z [00:03:15.687]➜  packagefile bufio=/tmp/go-build548448651/b074/_pkg_.a
2025-08-20T21:27:01.5789006Z [00:03:15.687]➜  packagefile encoding/xml=/tmp/go-build548448651/b373/_pkg_.a
2025-08-20T21:27:01.5789672Z [00:03:15.687]➜  packagefile github.com/texttheater/golang-levenshtein/levenshtein=/tmp/go-build548448651/b379/_pkg_.a
2025-08-20T21:27:01.5790338Z [00:03:15.687]➜  packagefile golang.org/x/term=/tmp/go-build548448651/b380/_pkg_.a
2025-08-20T21:27:01.5790849Z [00:03:15.687]➜  packagefile text/template=/tmp/go-build548448651/b381/_pkg_.a
2025-08-20T21:27:01.5791364Z [00:03:15.687]➜  packagefile github.com/rs/cors=/tmp/go-build548448651/b384/_pkg_.a
2025-08-20T21:27:01.5791942Z [00:03:15.687]➜  packagefile github.com/ipfs/go-block-format=/tmp/go-build548448651/b258/_pkg_.a
2025-08-20T21:27:01.5792544Z [00:03:15.687]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build548448651/b265/_pkg_.a
2025-08-20T21:27:01.5793083Z [00:03:15.687]➜  packagefile go.uber.org/zap=/tmp/go-build548448651/b266/_pkg_.a
2025-08-20T21:27:01.5793612Z [00:03:15.687]➜  packagefile go.uber.org/zap/zapcore=/tmp/go-build548448651/b269/_pkg_.a
2025-08-20T21:27:01.5794321Z [00:03:15.687]➜  packagefile github.com/ipfs/go-metrics-interface=/tmp/go-build548448651/b276/_pkg_.a
2025-08-20T21:27:01.5794937Z [00:03:15.687]➜  packagefile embed=/tmp/go-build548448651/b292/_pkg_.a
2025-08-20T21:27:01.5795388Z [00:03:15.687]➜  packagefile os/signal=/tmp/go-build548448651/b952/_pkg_.a
2025-08-20T21:27:01.5795869Z [00:03:15.687]➜  packagefile crypto/rand=/tmp/go-build548448651/b082/_pkg_.a
2025-08-20T21:27:01.5796439Z [00:03:15.687]➜  packagefile github.com/cockroachdb/pebble/v2=/tmp/go-build548448651/b535/_pkg_.a
2025-08-20T21:27:01.5797066Z [00:03:15.687]➜  packagefile github.com/ipfs/boxo/autoconf=/tmp/go-build548448651/b653/_pkg_.a
2025-08-20T21:27:01.5809293Z [00:03:15.687]➜  packagefile github.com/ipfs/boxo/gateway=/tmp/go-build548448651/b654/_pkg_.a
2025-08-20T21:27:01.5810357Z [00:03:15.687]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/importer/helpers=/tmp/go-build548448651/b480/_pkg_.a
2025-08-20T21:27:01.5811440Z [00:03:15.687]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/io=/tmp/go-build548448651/b472/_pkg_.a
2025-08-20T21:27:01.5812119Z [00:03:15.687]➜  packagefile github.com/ipfs/kubo/misc/fsutil=/tmp/go-build548448651/b711/_pkg_.a
2025-08-20T21:27:01.5812925Z [00:03:15.687]➜  packagefile github.com/ipshipyard/p2p-forge/client=/tmp/go-build548448651/b712/_pkg_.a
2025-08-20T21:27:01.5813908Z [00:03:15.687]➜  packagefile maps=/tmp/go-build548448651/b159/_pkg_.a
2025-08-20T21:27:01.5814892Z [00:03:15.687]➜  packagefile github.com/facebookgo/atomicfile=/tmp/go-build548448651/b1152/_pkg_.a
2025-08-20T21:27:01.5815829Z [00:03:15.687]➜  packagefile github.com/ipfs/boxo/bitswap=/tmp/go-build548448651/b404/_pkg_.a
2025-08-20T21:27:01.5816463Z [00:03:15.687]➜  packagefile github.com/ipfs/boxo/blockservice=/tmp/go-build548448651/b198/_pkg_.a
2025-08-20T21:27:01.5817082Z [00:03:15.687]➜  packagefile github.com/ipfs/boxo/blockstore=/tmp/go-build548448651/b224/_pkg_.a
2025-08-20T21:27:01.5817811Z [00:03:15.687]➜  packagefile github.com/ipfs/boxo/bootstrap=/tmp/go-build548448651/b463/_pkg_.a
2025-08-20T21:27:01.5818680Z [00:03:15.687]➜  packagefile github.com/ipfs/boxo/exchange=/tmp/go-build548448651/b330/_pkg_.a
2025-08-20T21:27:01.5819370Z [00:03:15.687]➜  packagefile github.com/ipfs/boxo/fetcher=/tmp/go-build548448651/b464/_pkg_.a
2025-08-20T21:27:01.5819960Z [00:03:15.687]➜  packagefile github.com/ipfs/boxo/filestore=/tmp/go-build548448651/b465/_pkg_.a
2025-08-20T21:27:01.5820532Z [00:03:15.687]➜  packagefile github.com/ipfs/boxo/mfs=/tmp/go-build548448651/b469/_pkg_.a
2025-08-20T21:27:01.5821098Z [00:03:15.687]➜  packagefile github.com/ipfs/boxo/namesys=/tmp/go-build548448651/b482/_pkg_.a
2025-08-20T21:27:01.5821734Z [00:03:15.687]➜  packagefile github.com/ipfs/boxo/namesys/republisher=/tmp/go-build548448651/b524/_pkg_.a
2025-08-20T21:27:01.5822395Z [00:03:15.687]➜  packagefile github.com/ipfs/boxo/path/resolver=/tmp/go-build548448651/b526/_pkg_.a
2025-08-20T21:27:01.5823004Z [00:03:15.687]➜  packagefile github.com/ipfs/boxo/peering=/tmp/go-build548448651/b429/_pkg_.a
2025-08-20T21:27:01.5823625Z [00:03:15.687]➜  packagefile github.com/ipfs/boxo/pinning/pinner=/tmp/go-build548448651/b530/_pkg_.a
2025-08-20T21:27:01.5824238Z [00:03:15.687]➜  packagefile github.com/ipfs/boxo/provider=/tmp/go-build548448651/b531/_pkg_.a
2025-08-20T21:27:01.5824818Z [00:03:15.687]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build548448651/b255/_pkg_.a
2025-08-20T21:27:01.5825397Z [00:03:15.687]➜  packagefile github.com/ipfs/kubo/core/node=/tmp/go-build548448651/b955/_pkg_.a
2025-08-20T21:27:01.5825997Z [00:03:15.687]➜  packagefile github.com/ipfs/kubo/fuse/mount=/tmp/go-build548448651/b1018/_pkg_.a
2025-08-20T21:27:01.5826584Z [00:03:15.687]➜  packagefile github.com/ipfs/kubo/p2p=/tmp/go-build548448651/b1016/_pkg_.a
2025-08-20T21:27:01.5827152Z [00:03:15.687]➜  packagefile github.com/ipfs/kubo/routing=/tmp/go-build548448651/b968/_pkg_.a
2025-08-20T21:27:01.5827779Z [00:03:15.687]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/dual=/tmp/go-build548448651/b986/_pkg_.a
2025-08-20T21:27:01.5828707Z [00:03:15.687]➜  packagefile github.com/libp2p/go-libp2p-pubsub=/tmp/go-build548448651/b1002/_pkg_.a
2025-08-20T21:27:01.5829496Z [00:03:15.687]➜  packagefile github.com/libp2p/go-libp2p-pubsub-router=/tmp/go-build548448651/b1008/_pkg_.a
2025-08-20T21:27:01.5830154Z [00:03:15.688]➜  packagefile github.com/libp2p/go-libp2p-record=/tmp/go-build548448651/b279/_pkg_.a
2025-08-20T21:27:01.5830796Z [00:03:15.688]➜  packagefile github.com/libp2p/go-libp2p/core/connmgr=/tmp/go-build548448651/b424/_pkg_.a
2025-08-20T21:27:01.5831466Z [00:03:15.688]➜  packagefile github.com/libp2p/go-libp2p/core/metrics=/tmp/go-build548448651/b444/_pkg_.a
2025-08-20T21:27:01.5832120Z [00:03:15.688]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build548448651/b417/_pkg_.a
2025-08-20T21:27:01.5832796Z [00:03:15.688]➜  packagefile github.com/libp2p/go-libp2p/core/peerstore=/tmp/go-build548448651/b418/_pkg_.a
2025-08-20T21:27:01.5833475Z [00:03:15.688]➜  packagefile github.com/libp2p/go-libp2p/core/routing=/tmp/go-build548448651/b329/_pkg_.a
2025-08-20T21:27:01.5834177Z [00:03:15.688]➜  packagefile github.com/libp2p/go-libp2p/p2p/discovery/mdns=/tmp/go-build548448651/b1011/_pkg_.a
2025-08-20T21:27:01.5834876Z [00:03:15.688]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/basic=/tmp/go-build548448651/b753/_pkg_.a
2025-08-20T21:27:01.5835455Z [00:03:15.688]➜  packagefile go.uber.org/dig=/tmp/go-build548448651/b941/_pkg_.a
2025-08-20T21:27:01.5835945Z [00:03:15.688]➜  packagefile go.uber.org/fx=/tmp/go-build548448651/b940/_pkg_.a
2025-08-20T21:27:01.5836435Z [00:03:15.688]➜  packagefile archive/zip=/tmp/go-build548448651/b1155/_pkg_.a
2025-08-20T21:27:01.5836915Z [00:03:15.688]➜  packagefile compress/gzip=/tmp/go-build548448651/b075/_pkg_.a
2025-08-20T21:27:01.5837394Z [00:03:15.688]➜  packagefile crypto/ed25519=/tmp/go-build548448651/b131/_pkg_.a
2025-08-20T21:27:01.5837938Z [00:03:15.688]➜  packagefile crypto/x509=/tmp/go-build548448651/b154/_pkg_.a
2025-08-20T21:27:01.5838418Z [00:03:15.688]➜  packagefile encoding/pem=/tmp/go-build548448651/b158/_pkg_.a
2025-08-20T21:27:01.5839246Z [00:03:15.688]➜  packagefile github.com/anmitsu/go-shlex=/tmp/go-build548448651/b1212/_pkg_.a
2025-08-20T21:27:01.5839832Z [00:03:15.688]➜  packagefile github.com/cheggaaa/pb=/tmp/go-build548448651/b1213/_pkg_.a
2025-08-20T21:27:01.5840405Z [00:03:15.688]➜  packagefile github.com/dustin/go-humanize=/tmp/go-build548448651/b655/_pkg_.a
2025-08-20T21:27:01.5840989Z [00:03:15.688]➜  packagefile github.com/elgris/jsondiff=/tmp/go-build548448651/b1216/_pkg_.a
2025-08-20T21:27:01.5841584Z [00:03:15.688]➜  packagefile github.com/hashicorp/go-version=/tmp/go-build548448651/b1219/_pkg_.a
2025-08-20T21:27:01.5842206Z [00:03:15.688]➜  packagefile github.com/ipfs/boxo/bitswap/server=/tmp/go-build548448651/b456/_pkg_.a
2025-08-20T21:27:01.5842851Z [00:03:15.688]➜  packagefile github.com/ipfs/boxo/exchange/offline=/tmp/go-build548448651/b666/_pkg_.a
2025-08-20T21:27:01.5843463Z [00:03:15.688]➜  packagefile github.com/ipfs/boxo/ipns=/tmp/go-build548448651/b483/_pkg_.a
2025-08-20T21:27:01.5844050Z [00:03:15.688]➜  packagefile github.com/ipfs/boxo/keystore=/tmp/go-build548448651/b525/_pkg_.a
2025-08-20T21:27:01.5844626Z [00:03:15.688]➜  packagefile github.com/ipfs/boxo/tar=/tmp/go-build548448651/b1220/_pkg_.a
2025-08-20T21:27:01.5845194Z [00:03:15.688]➜  packagefile github.com/ipfs/boxo/verifcid=/tmp/go-build548448651/b331/_pkg_.a
2025-08-20T21:27:01.5845764Z [00:03:15.688]➜  packagefile github.com/ipfs/go-cidutil=/tmp/go-build548448651/b533/_pkg_.a
2025-08-20T21:27:01.5846352Z [00:03:15.688]➜  packagefile github.com/ipfs/go-cidutil/cidenc=/tmp/go-build548448651/b1221/_pkg_.a
2025-08-20T21:27:01.5847008Z [00:03:15.688]➜  packagefile github.com/ipfs/kubo/core/commands/cmdenv=/tmp/go-build548448651/b1222/_pkg_.a
2025-08-20T21:27:01.5847706Z [00:03:15.688]➜  packagefile github.com/ipfs/kubo/core/commands/cmdutils=/tmp/go-build548448651/b1223/_pkg_.a
2025-08-20T21:27:01.5848394Z [00:03:15.688]➜  packagefile github.com/ipfs/kubo/core/commands/dag=/tmp/go-build548448651/b1224/_pkg_.a
2025-08-20T21:27:01.5849442Z [00:03:15.688]➜  packagefile github.com/ipfs/kubo/core/commands/e=/tmp/go-build548448651/b1226/_pkg_.a
2025-08-20T21:27:01.5850235Z [00:03:15.688]➜  packagefile github.com/ipfs/kubo/core/commands/keyencode=/tmp/go-build548448651/b1227/_pkg_.a
2025-08-20T21:27:01.5850931Z [00:03:15.688]➜  packagefile github.com/ipfs/kubo/core/commands/name=/tmp/go-build548448651/b1228/_pkg_.a
2025-08-20T21:27:01.5851611Z [00:03:15.688]➜  packagefile github.com/ipfs/kubo/core/commands/object=/tmp/go-build548448651/b1229/_pkg_.a
2025-08-20T21:27:01.5852293Z [00:03:15.688]➜  packagefile github.com/ipfs/kubo/core/commands/pin=/tmp/go-build548448651/b1230/_pkg_.a
2025-08-20T21:27:01.5852962Z [00:03:15.688]➜  packagefile github.com/ipld/go-ipld-prime/multicodec=/tmp/go-build548448651/b344/_pkg_.a
2025-08-20T21:27:01.5853610Z [00:03:15.688]➜  packagefile github.com/libp2p/go-libp2p-kad-dht=/tmp/go-build548448651/b488/_pkg_.a
2025-08-20T21:27:01.5854282Z [00:03:15.688]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/fullrt=/tmp/go-build548448651/b987/_pkg_.a
2025-08-20T21:27:01.5854933Z [00:03:15.688]➜  packagefile github.com/libp2p/go-libp2p-kbucket=/tmp/go-build548448651/b506/_pkg_.a
2025-08-20T21:27:01.5855644Z [00:03:15.688]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/resource-manager=/tmp/go-build548448651/b933/_pkg_.a
2025-08-20T21:27:01.5856381Z [00:03:15.688]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/ping=/tmp/go-build548448651/b427/_pkg_.a
2025-08-20T21:27:01.5857072Z [00:03:15.688]➜  packagefile github.com/multiformats/go-multicodec=/tmp/go-build548448651/b327/_pkg_.a
2025-08-20T21:27:01.5857724Z [00:03:15.688]➜  packagefile github.com/whyrusleeping/go-sysinfo=/tmp/go-build548448651/b1236/_pkg_.a
2025-08-20T21:27:01.5858396Z [00:03:15.688]➜  packagefile github.com/whyrusleeping/multiaddr-filter=/tmp/go-build548448651/b1014/_pkg_.a
2025-08-20T21:27:01.5859384Z [00:03:15.688]➜  packagefile golang.org/x/exp/constraints=/tmp/go-build548448651/b643/_pkg_.a
2025-08-20T21:27:01.5859987Z [00:03:15.688]➜  packagefile os/exec=/tmp/go-build548448651/b589/_pkg_.a
2025-08-20T21:27:01.5860470Z [00:03:15.688]➜  packagefile text/tabwriter=/tmp/go-build548448651/b353/_pkg_.a
2025-08-20T21:27:01.5861085Z [00:03:15.688]➜  packagefile github.com/ipfs/boxo/ipld/merkledag/dagutils=/tmp/go-build548448651/b960/_pkg_.a
2025-08-20T21:27:01.5861785Z [00:03:15.688]➜  packagefile github.com/ipfs/boxo/ipld/merkledag/test=/tmp/go-build548448651/b1023/_pkg_.a
2025-08-20T21:27:01.5862451Z [00:03:15.688]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/file=/tmp/go-build548448651/b671/_pkg_.a
2025-08-20T21:27:01.5863093Z [00:03:15.688]➜  packagefile github.com/ipfs/boxo/routing/offline=/tmp/go-build548448651/b965/_pkg_.a
2025-08-20T21:27:01.5863719Z [00:03:15.688]➜  packagefile github.com/ipfs/go-datastore/sync=/tmp/go-build548448651/b487/_pkg_.a
2025-08-20T21:27:01.5864385Z [00:03:15.688]➜  packagefile github.com/ipfs/kubo/blocks/blockstoreutil=/tmp/go-build548448651/b1024/_pkg_.a
2025-08-20T21:27:01.5865231Z [00:03:15.688]➜  packagefile github.com/ipfs/kubo/core/coreunix=/tmp/go-build548448651/b1026/_pkg_.a
2025-08-20T21:27:01.5865895Z [00:03:15.688]➜  packagefile github.com/libp2p/go-libp2p/p2p/net/swarm=/tmp/go-build548448651/b442/_pkg_.a
2025-08-20T21:27:01.5866607Z [00:03:15.688]➜  packagefile contrib.go.opencensus.io/exporter/prometheus=/tmp/go-build548448651/b1238/_pkg_.a
2025-08-20T21:27:01.5867296Z [00:03:15.688]➜  packagefile github.com/ipfs/boxo/routing/http/server=/tmp/go-build548448651/b1257/_pkg_.a
2025-08-20T21:27:01.5867960Z [00:03:15.688]➜  packagefile github.com/ipfs/boxo/routing/http/types=/tmp/go-build548448651/b972/_pkg_.a
2025-08-20T21:27:01.5868853Z [00:03:15.688]➜  packagefile github.com/ipfs/boxo/routing/http/types/iter=/tmp/go-build548448651/b974/_pkg_.a
2025-08-20T21:27:01.5869540Z [00:03:15.688]➜  packagefile github.com/libp2p/go-libp2p-http=/tmp/go-build548448651/b1263/_pkg_.a
2025-08-20T21:27:01.5870276Z [00:03:15.688]➜  packagefile github.com/prometheus/client_golang/prometheus/promhttp=/tmp/go-build548448651/b1239/_pkg_.a
2025-08-20T21:27:01.5871044Z [00:03:15.688]➜  packagefile go.opencensus.io/stats/view=/tmp/go-build548448651/b983/_pkg_.a
2025-08-20T21:27:01.5871671Z [00:03:15.688]➜  packagefile go.opencensus.io/zpages=/tmp/go-build548448651/b1265/_pkg_.a
2025-08-20T21:27:01.5872199Z [00:03:15.688]➜  packagefile net/http/httputil=/tmp/go-build548448651/b376/_pkg_.a
2025-08-20T21:27:01.5872734Z [00:03:15.688]➜  packagefile github.com/ipfs/kubo/gc=/tmp/go-build548448651/b1209/_pkg_.a
2025-08-20T21:27:01.5873322Z [00:03:15.688]➜  packagefile github.com/caddyserver/certmagic=/tmp/go-build548448651/b713/_pkg_.a
2025-08-20T21:27:01.5873928Z [00:03:15.688]➜  packagefile github.com/cenkalti/backoff/v4=/tmp/go-build548448651/b964/_pkg_.a
2025-08-20T21:27:01.5874544Z [00:03:15.688]➜  packagefile github.com/filecoin-project/go-clock=/tmp/go-build548448651/b413/_pkg_.a
2025-08-20T21:27:01.5875258Z [00:03:15.688]➜  packagefile github.com/ipfs/kubo/core/node/helpers=/tmp/go-build548448651/b962/_pkg_.a
2025-08-20T21:27:01.5875938Z [00:03:15.688]➜  packagefile github.com/ipfs/kubo/core/node/libp2p/fd=/tmp/go-build548448651/b966/_pkg_.a
2025-08-20T21:27:01.5876562Z [00:03:15.688]➜  packagefile github.com/libp2p/go-libp2p=/tmp/go-build548448651/b992/_pkg_.a
2025-08-20T21:27:01.5877201Z [00:03:15.688]➜  packagefile github.com/libp2p/go-libp2p-routing-helpers=/tmp/go-build548448651/b277/_pkg_.a
2025-08-20T21:27:01.5877874Z [00:03:15.688]➜  packagefile github.com/libp2p/go-libp2p/core/control=/tmp/go-build548448651/b425/_pkg_.a
2025-08-20T21:27:01.5878710Z [00:03:15.688]➜  packagefile github.com/libp2p/go-libp2p/core/discovery=/tmp/go-build548448651/b1005/_pkg_.a
2025-08-20T21:27:01.5879447Z [00:03:15.688]➜  packagefile github.com/libp2p/go-libp2p/p2p/discovery/backoff=/tmp/go-build548448651/b1006/_pkg_.a
2025-08-20T21:27:01.5880198Z [00:03:15.688]➜  packagefile github.com/libp2p/go-libp2p/p2p/discovery/routing=/tmp/go-build548448651/b1013/_pkg_.a
2025-08-20T21:27:01.5881002Z [00:03:15.688]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/autorelay=/tmp/go-build548448651/b743/_pkg_.a
2025-08-20T21:27:01.5881774Z [00:03:15.688]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/peerstore/pstoremem=/tmp/go-build548448651/b932/_pkg_.a
2025-08-20T21:27:01.5882511Z [00:03:15.688]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/routed=/tmp/go-build548448651/b935/_pkg_.a
2025-08-20T21:27:01.5883188Z [00:03:15.688]➜  packagefile github.com/libp2p/go-libp2p/p2p/muxer/yamux=/tmp/go-build548448651/b993/_pkg_.a
2025-08-20T21:27:01.5883864Z [00:03:15.688]➜  packagefile github.com/libp2p/go-libp2p/p2p/net/connmgr=/tmp/go-build548448651/b995/_pkg_.a
2025-08-20T21:27:01.5884604Z [00:03:15.688]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/relay=/tmp/go-build548448651/b758/_pkg_.a
2025-08-20T21:27:01.5885353Z [00:03:15.688]➜  packagefile github.com/libp2p/go-libp2p/p2p/security/noise=/tmp/go-build548448651/b777/_pkg_.a
2025-08-20T21:27:01.5886056Z [00:03:15.688]➜  packagefile github.com/libp2p/go-libp2p/p2p/security/tls=/tmp/go-build548448651/b791/_pkg_.a
2025-08-20T21:27:01.5886753Z [00:03:15.688]➜  packagefile github.com/libp2p/go-libp2p/p2p/transport/quic=/tmp/go-build548448651/b790/_pkg_.a
2025-08-20T21:27:01.5887527Z [00:03:15.688]➜  packagefile github.com/libp2p/go-libp2p/p2p/transport/tcp=/tmp/go-build548448651/b996/_pkg_.a
2025-08-20T21:27:01.5888250Z [00:03:15.688]➜  packagefile github.com/libp2p/go-libp2p/p2p/transport/webrtc=/tmp/go-build548448651/b776/_pkg_.a
2025-08-20T21:27:01.5889168Z [00:03:15.688]➜  packagefile github.com/libp2p/go-libp2p/p2p/transport/websocket=/tmp/go-build548448651/b1000/_pkg_.a
2025-08-20T21:27:01.5889942Z [00:03:15.688]➜  packagefile github.com/libp2p/go-libp2p/p2p/transport/webtransport=/tmp/go-build548448651/b925/_pkg_.a
2025-08-20T21:27:01.5890599Z [00:03:15.688]➜  packagefile github.com/pbnjay/memory=/tmp/go-build548448651/b934/_pkg_.a
2025-08-20T21:27:01.5891183Z [00:03:15.688]➜  packagefile golang.org/x/crypto/salsa20=/tmp/go-build548448651/b1015/_pkg_.a
2025-08-20T21:27:01.5891838Z [00:03:15.688]➜  packagefile golang.org/x/crypto/sha3=/tmp/go-build548448651/b251/_pkg_.a
2025-08-20T21:27:01.5892422Z [00:03:15.688]➜  packagefile github.com/ipfs/kubo/fuse/ipns=/tmp/go-build548448651/b1232/_pkg_.a
2025-08-20T21:27:01.5893018Z [00:03:15.688]➜  packagefile github.com/ipfs/kubo/fuse/mfs=/tmp/go-build548448651/b1233/_pkg_.a
2025-08-20T21:27:01.5893634Z [00:03:15.688]➜  packagefile github.com/ipfs/kubo/fuse/readonly=/tmp/go-build548448651/b1234/_pkg_.a
2025-08-20T21:27:01.5894238Z [00:03:15.688]➜  packagefile github.com/ipfs/kubo/plugin=/tmp/go-build548448651/b1145/_pkg_.a
2025-08-20T21:27:01.5894892Z [00:03:15.688]➜  packagefile github.com/ipfs/kubo/plugin/plugins/badgerds=/tmp/go-build548448651/b1160/_pkg_.a
2025-08-20T21:27:01.5895606Z [00:03:15.688]➜  packagefile github.com/ipfs/kubo/plugin/plugins/dagjose=/tmp/go-build548448651/b1177/_pkg_.a
2025-08-20T21:27:01.5896365Z [00:03:15.688]➜  packagefile github.com/ipfs/kubo/plugin/plugins/flatfs=/tmp/go-build548448651/b1180/_pkg_.a
2025-08-20T21:27:01.5897070Z [00:03:15.688]➜  packagefile github.com/ipfs/kubo/plugin/plugins/fxtest=/tmp/go-build548448651/b1182/_pkg_.a
2025-08-20T21:27:01.5897754Z [00:03:15.688]➜  packagefile github.com/ipfs/kubo/plugin/plugins/git=/tmp/go-build548448651/b1183/_pkg_.a
2025-08-20T21:27:01.5898443Z [00:03:15.688]➜  packagefile github.com/ipfs/kubo/plugin/plugins/levelds=/tmp/go-build548448651/b1185/_pkg_.a
2025-08-20T21:27:01.5899489Z [00:03:15.688]➜  packagefile github.com/ipfs/kubo/plugin/plugins/nopfs=/tmp/go-build548448651/b1199/_pkg_.a
2025-08-20T21:27:01.5900213Z [00:03:15.688]➜  packagefile github.com/ipfs/kubo/plugin/plugins/pebbleds=/tmp/go-build548448651/b1204/_pkg_.a
2025-08-20T21:27:01.5900931Z [00:03:15.688]➜  packagefile github.com/ipfs/kubo/plugin/plugins/peerlog=/tmp/go-build548448651/b1206/_pkg_.a
2025-08-20T21:27:01.5901660Z [00:03:15.688]➜  packagefile github.com/ipfs/kubo/plugin/plugins/telemetry=/tmp/go-build548448651/b1207/_pkg_.a
2025-08-20T21:27:01.5902445Z [00:03:15.688]➜  packagefile github.com/opentracing/opentracing-go=/tmp/go-build548448651/b1158/_pkg_.a
2025-08-20T21:27:01.5903009Z [00:03:15.688]➜  packagefile plugin=/tmp/go-build548448651/b1210/_pkg_.a
2025-08-20T21:27:01.5903475Z [00:03:15.688]➜  packagefile runtime/trace=/tmp/go-build548448651/b522/_pkg_.a
2025-08-20T21:27:01.5904032Z [00:03:15.688]➜  packagefile github.com/ipfs/go-datastore/mount=/tmp/go-build548448651/b1147/_pkg_.a
2025-08-20T21:27:01.5904637Z [00:03:15.688]➜  packagefile github.com/ipfs/go-ds-measure=/tmp/go-build548448651/b1148/_pkg_.a
2025-08-20T21:27:01.5905218Z [00:03:15.688]➜  packagefile github.com/ipfs/go-fs-lock=/tmp/go-build548448651/b1149/_pkg_.a
2025-08-20T21:27:01.5905817Z [00:03:15.688]➜  packagefile github.com/ipfs/kubo/repo/common=/tmp/go-build548448651/b1153/_pkg_.a
2025-08-20T21:27:01.5906502Z [00:03:15.688]➜  packagefile github.com/ipfs/boxo/fetcher/impl/blockservice=/tmp/go-build548448651/b667/_pkg_.a
2025-08-20T21:27:01.5907167Z [00:03:15.688]➜  packagefile github.com/ipfs/go-unixfsnode=/tmp/go-build548448651/b674/_pkg_.a
2025-08-20T21:27:01.5907939Z [00:03:15.688]➜  packagefile github.com/ipfs/kubo/repo/fsrepo/migrations/fs-repo-16-to-17/migration=/tmp/go-build548448651/b1156/_pkg_.a
2025-08-20T21:27:01.5908958Z [00:03:15.688]➜  packagefile github.com/ipld/go-car/v2=/tmp/go-build548448651/b681/_pkg_.a
2025-08-20T21:27:01.5909541Z [00:03:15.688]➜  packagefile github.com/ipld/go-codec-dagpb=/tmp/go-build548448651/b366/_pkg_.a
2025-08-20T21:27:01.5910144Z [00:03:15.688]➜  packagefile github.com/ipfs/boxo/tracing=/tmp/go-build548448651/b1029/_pkg_.a
2025-08-20T21:27:01.5910767Z [00:03:15.688]➜  packagefile go.opentelemetry.io/otel/sdk/resource=/tmp/go-build548448651/b1034/_pkg_.a
2025-08-20T21:27:01.5911402Z [00:03:15.688]➜  packagefile go.opentelemetry.io/otel/sdk/trace=/tmp/go-build548448651/b1037/_pkg_.a
2025-08-20T21:27:01.5912067Z [00:03:15.688]➜  packagefile go.opentelemetry.io/otel/semconv/v1.4.0=/tmp/go-build548448651/b1139/_pkg_.a
2025-08-20T21:27:01.5912802Z [00:03:15.688]➜  packagefile go.opentelemetry.io/otel/trace/noop=/tmp/go-build548448651/b218/_pkg_.a
2025-08-20T21:27:01.5913331Z [00:03:15.688]➜  packagefile crypto=/tmp/go-build548448651/b084/_pkg_.a
2025-08-20T21:27:01.5913786Z [00:03:15.688]➜  packagefile crypto/ecdsa=/tmp/go-build548448651/b118/_pkg_.a
2025-08-20T21:27:01.5914270Z [00:03:15.688]➜  packagefile crypto/elliptic=/tmp/go-build548448651/b119/_pkg_.a
2025-08-20T21:27:01.5914748Z [00:03:15.688]➜  packagefile crypto/rsa=/tmp/go-build548448651/b148/_pkg_.a
2025-08-20T21:27:01.5915216Z [00:03:15.688]➜  packagefile crypto/sha256=/tmp/go-build548448651/b151/_pkg_.a
2025-08-20T21:27:01.5915697Z [00:03:15.688]➜  packagefile encoding/asn1=/tmp/go-build548448651/b129/_pkg_.a
2025-08-20T21:27:01.5916287Z [00:03:15.688]➜  packagefile github.com/decred/dcrd/dcrec/secp256k1/v4=/tmp/go-build548448651/b312/_pkg_.a
2025-08-20T21:27:01.5917058Z [00:03:15.688]➜  packagefile github.com/decred/dcrd/dcrec/secp256k1/v4/ecdsa=/tmp/go-build548448651/b315/_pkg_.a
2025-08-20T21:27:01.5917777Z [00:03:15.688]➜  packagefile github.com/libp2p/go-libp2p/core/crypto/pb=/tmp/go-build548448651/b316/_pkg_.a
2025-08-20T21:27:01.5918481Z [00:03:15.688]➜  packagefile github.com/libp2p/go-libp2p/core/internal/catch=/tmp/go-build548448651/b317/_pkg_.a
2025-08-20T21:27:01.5919692Z [00:03:15.688]➜  packagefile math/big=/tmp/go-build548448651/b108/_pkg_.a
2025-08-20T21:27:01.5920683Z [00:03:15.688]➜  packagefile github.com/libp2p/go-libp2p/core/event=/tmp/go-build548448651/b426/_pkg_.a
2025-08-20T21:27:01.5921876Z [00:03:15.688]➜  packagefile github.com/libp2p/go-libp2p/core/peer/pb=/tmp/go-build548448651/b319/_pkg_.a
2025-08-20T21:27:01.5923077Z [00:03:15.688]➜  packagefile github.com/libp2p/go-libp2p/core/record=/tmp/go-build548448651/b320/_pkg_.a
2025-08-20T21:27:01.5924092Z [00:03:15.688]➜  packagefile encoding/hex=/tmp/go-build548448651/b157/_pkg_.a
2025-08-20T21:27:01.5925139Z [00:03:15.688]➜  packagefile github.com/multiformats/go-multistream=/tmp/go-build548448651/b420/_pkg_.a
2025-08-20T21:27:01.5926249Z [00:03:15.688]➜  packagefile crypto/tls=/tmp/go-build548448651/b110/_pkg_.a
2025-08-20T21:27:01.5927261Z [00:03:15.688]➜  packagefile github.com/hashicorp/golang-lru/v2=/tmp/go-build548448651/b225/_pkg_.a
2025-08-20T21:27:01.5928455Z [00:03:15.688]➜  packagefile github.com/libp2p/go-libp2p/p2p/http/auth=/tmp/go-build548448651/b953/_pkg_.a
2025-08-20T21:27:01.5929880Z [00:03:15.688]➜  packagefile github.com/libp2p/go-libp2p/p2p/net/gostream=/tmp/go-build548448651/b1271/_pkg_.a
2025-08-20T21:27:01.5931217Z [00:03:15.688]➜  packagefile github.com/coreos/go-systemd/v22/activation=/tmp/go-build548448651/b1273/_pkg_.a
2025-08-20T21:27:01.5932372Z [00:03:15.688]➜  packagefile encoding/base32=/tmp/go-build548448651/b324/_pkg_.a
2025-08-20T21:27:01.5933382Z [00:03:15.688]➜  packagefile github.com/multiformats/go-multiaddr/x/meg=/tmp/go-build548448651/b325/_pkg_.a
2025-08-20T21:27:01.5934604Z [00:03:15.688]➜  packagefile golang.org/x/exp/slices=/tmp/go-build548448651/b326/_pkg_.a
2025-08-20T21:27:01.5935598Z [00:03:15.688]➜  packagefile net/netip=/tmp/go-build548448651/b164/_pkg_.a
2025-08-20T21:27:01.5936579Z [00:03:15.688]➜  packagefile github.com/miekg/dns=/tmp/go-build548448651/b449/_pkg_.a
2025-08-20T21:27:01.5937853Z [00:03:15.688]➜  packagefile github.com/beorn7/perks/quantile=/tmp/go-build548448651/b388/_pkg_.a
2025-08-20T21:27:01.5939165Z [00:03:15.688]➜  packagefile github.com/cespare/xxhash/v2=/tmp/go-build548448651/b389/_pkg_.a
2025-08-20T21:27:01.5940476Z [00:03:15.688]➜  packagefile github.com/prometheus/client_golang/prometheus/internal=/tmp/go-build548448651/b390/_pkg_.a
2025-08-20T21:27:01.5941819Z [00:03:15.688]➜  packagefile github.com/prometheus/client_model/go=/tmp/go-build548448651/b391/_pkg_.a
2025-08-20T21:27:01.5943027Z [00:03:15.688]➜  packagefile github.com/prometheus/common/expfmt=/tmp/go-build548448651/b395/_pkg_.a
2025-08-20T21:27:01.5944238Z [00:03:15.688]➜  packagefile github.com/prometheus/common/model=/tmp/go-build548448651/b393/_pkg_.a
2025-08-20T21:27:01.5945560Z [00:03:15.689]➜  packagefile github.com/prometheus/procfs=/tmp/go-build548448651/b398/_pkg_.a
2025-08-20T21:27:01.5946847Z [00:03:15.689]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build548448651/b392/_pkg_.a
2025-08-20T21:27:01.5948029Z [00:03:15.689]➜  packagefile runtime/metrics=/tmp/go-build548448651/b394/_pkg_.a
2025-08-20T21:27:01.5949312Z [00:03:15.689]➜  packagefile github.com/felixge/httpsnoop=/tmp/go-build548448651/b703/_pkg_.a
2025-08-20T21:27:01.5950854Z [00:03:15.689]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/request=/tmp/go-build548448651/b704/_pkg_.a
2025-08-20T21:27:01.5952731Z [00:03:15.689]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconv=/tmp/go-build548448651/b705/_pkg_.a
2025-08-20T21:27:01.5954212Z [00:03:15.689]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build548448651/b219/_pkg_.a
2025-08-20T21:27:01.5955528Z [00:03:15.689]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build548448651/b221/_pkg_.a
2025-08-20T21:27:01.5956761Z [00:03:15.689]➜  packagefile net/http/httptrace=/tmp/go-build548448651/b181/_pkg_.a
2025-08-20T21:27:01.5958001Z [00:03:15.689]➜  packagefile go.opentelemetry.io/contrib/propagators/aws/xray=/tmp/go-build548448651/b1276/_pkg_.a
2025-08-20T21:27:01.5959549Z [00:03:15.689]➜  packagefile go.opentelemetry.io/contrib/propagators/b3=/tmp/go-build548448651/b1277/_pkg_.a
2025-08-20T21:27:01.5960900Z [00:03:15.689]➜  packagefile go.opentelemetry.io/contrib/propagators/jaeger=/tmp/go-build548448651/b1278/_pkg_.a
2025-08-20T21:27:01.5962265Z [00:03:15.689]➜  packagefile go.opentelemetry.io/contrib/propagators/ot=/tmp/go-build548448651/b1279/_pkg_.a
2025-08-20T21:27:01.5963432Z [00:03:15.689]➜  packagefile github.com/go-logr/logr=/tmp/go-build548448651/b201/_pkg_.a
2025-08-20T21:27:01.5964597Z [00:03:15.689]➜  packagefile go.opentelemetry.io/otel/internal/global=/tmp/go-build548448651/b205/_pkg_.a
2025-08-20T21:27:01.5965961Z [00:03:15.689]➜  packagefile go.opentelemetry.io/otel/attribute/internal=/tmp/go-build548448651/b211/_pkg_.a
2025-08-20T21:27:01.5967256Z [00:03:15.689]➜  packagefile go.opentelemetry.io/otel/semconv/v1.34.0=/tmp/go-build548448651/b215/_pkg_.a
2025-08-20T21:27:01.5968684Z [00:03:15.689]➜  packagefile go.opentelemetry.io/otel/trace/embedded=/tmp/go-build548448651/b216/_pkg_.a
2025-08-20T21:27:01.5970039Z [00:03:15.689]➜  packagefile go.opentelemetry.io/otel/trace/internal/telemetry=/tmp/go-build548448651/b217/_pkg_.a
2025-08-20T21:27:01.5971352Z [00:03:15.689]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/tmp/go-build548448651/b161/_pkg_.a
2025-08-20T21:27:01.5972455Z [00:03:15.689]➜  packagefile internal/nettrace=/tmp/go-build548448651/b162/_pkg_.a
2025-08-20T21:27:01.5973443Z [00:03:15.689]➜  packagefile internal/singleflight=/tmp/go-build548448651/b163/_pkg_.a
2025-08-20T21:27:01.5974430Z [00:03:15.689]➜  packagefile container/list=/tmp/go-build548448651/b081/_pkg_.a
2025-08-20T21:27:01.5975514Z [00:03:15.689]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build548448651/b169/_pkg_.a
2025-08-20T21:27:01.5976745Z [00:03:15.689]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/tmp/go-build548448651/b176/_pkg_.a
2025-08-20T21:27:01.5978120Z [00:03:15.689]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build548448651/b177/_pkg_.a
2025-08-20T21:27:01.5979440Z [00:03:15.689]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build548448651/b170/_pkg_.a
2025-08-20T21:27:01.5980474Z [00:03:15.689]➜  packagefile net/http/internal=/tmp/go-build548448651/b182/_pkg_.a
2025-08-20T21:27:01.5981463Z [00:03:15.689]➜  packagefile net/http/internal/ascii=/tmp/go-build548448651/b183/_pkg_.a
2025-08-20T21:27:01.5982538Z [00:03:15.689]➜  packagefile net/http/internal/httpcommon=/tmp/go-build548448651/b184/_pkg_.a
2025-08-20T21:27:01.5983511Z [00:03:15.689]➜  packagefile html=/tmp/go-build548448651/b670/_pkg_.a
2025-08-20T21:27:01.5984415Z [00:03:15.689]➜  packagefile internal/profile=/tmp/go-build548448651/b1281/_pkg_.a
2025-08-20T21:27:01.5985494Z [00:03:15.689]➜  packagefile regexp/syntax=/tmp/go-build548448651/b193/_pkg_.a
2025-08-20T21:27:01.5986418Z [00:03:15.689]➜  packagefile internal/race=/tmp/go-build548448651/b030/_pkg_.a
2025-08-20T21:27:01.5987328Z [00:03:15.689]➜  packagefile internal/sync=/tmp/go-build548448651/b036/_pkg_.a
2025-08-20T21:27:01.5988273Z [00:03:15.689]➜  packagefile internal/synctest=/tmp/go-build548448651/b038/_pkg_.a
2025-08-20T21:27:01.5989412Z [00:03:15.689]➜  packagefile internal/oserror=/tmp/go-build548448651/b049/_pkg_.a
2025-08-20T21:27:01.5990330Z [00:03:15.689]➜  packagefile internal/asan=/tmp/go-build548448651/b028/_pkg_.a
2025-08-20T21:27:01.5991210Z [00:03:15.689]➜  packagefile internal/msan=/tmp/go-build548448651/b029/_pkg_.a
2025-08-20T21:27:01.5992175Z [00:03:15.689]➜  packagefile internal/unsafeheader=/tmp/go-build548448651/b009/_pkg_.a
2025-08-20T21:27:01.5993314Z [00:03:15.689]➜  packagefile internal/bisect=/tmp/go-build548448651/b046/_pkg_.a
2025-08-20T21:27:01.5994356Z [00:03:15.689]➜  packagefile log/internal=/tmp/go-build548448651/b072/_pkg_.a
2025-08-20T21:27:01.5995221Z [00:03:15.689]➜  packagefile os/user=/tmp/go-build548448651/b190/_pkg_.a
2025-08-20T21:27:01.5996160Z [00:03:15.689]➜  packagefile mime/quotedprintable=/tmp/go-build548448651/b180/_pkg_.a
2025-08-20T21:27:01.5997230Z [00:03:15.689]➜  packagefile github.com/gammazero/deque=/tmp/go-build548448651/b197/_pkg_.a
2025-08-20T21:27:01.5998390Z [00:03:15.689]➜  packagefile github.com/ipfs/boxo/ipld/merkledag/pb=/tmp/go-build548448651/b332/_pkg_.a
2025-08-20T21:27:01.5999753Z [00:03:15.689]➜  packagefile github.com/ipfs/go-ipld-legacy=/tmp/go-build548448651/b333/_pkg_.a
2025-08-20T21:27:01.6000870Z [00:03:15.689]➜  packagefile github.com/ipld/go-ipld-prime=/tmp/go-build548448651/b334/_pkg_.a
2025-08-20T21:27:01.6002040Z [00:03:15.689]➜  packagefile github.com/ipld/go-ipld-prime/codec/raw=/tmp/go-build548448651/b367/_pkg_.a
2025-08-20T21:27:01.6003283Z [00:03:15.689]➜  packagefile github.com/ipld/go-ipld-prime/fluent/qp=/tmp/go-build548448651/b368/_pkg_.a
2025-08-20T21:27:01.6004527Z [00:03:15.689]➜  packagefile github.com/ipld/go-ipld-prime/linking/cid=/tmp/go-build548448651/b343/_pkg_.a
2025-08-20T21:27:01.6005777Z [00:03:15.689]➜  packagefile github.com/ipld/go-ipld-prime/node/basic=/tmp/go-build548448651/b362/_pkg_.a
2025-08-20T21:27:01.6007030Z [00:03:15.689]➜  packagefile github.com/multiformats/go-multihash/core=/tmp/go-build548448651/b236/_pkg_.a
2025-08-20T21:27:01.6008375Z [00:03:15.689]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build548448651/b281/_pkg_.a
2025-08-20T21:27:01.6009987Z [00:03:15.690]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build548448651/b287/_pkg_.a
2025-08-20T21:27:01.6011328Z [00:03:15.690]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build548448651/b282/_pkg_.a
2025-08-20T21:27:01.6012779Z [00:03:15.690]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build548448651/b298/_pkg_.a
2025-08-20T21:27:01.6014180Z [00:03:15.690]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build548448651/b283/_pkg_.a
2025-08-20T21:27:01.6015664Z [00:03:15.690]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build548448651/b295/_pkg_.a
2025-08-20T21:27:01.6016990Z [00:03:15.690]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build548448651/b299/_pkg_.a
2025-08-20T21:27:01.6018336Z [00:03:15.690]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build548448651/b301/_pkg_.a
2025-08-20T21:27:01.6019841Z [00:03:15.690]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build548448651/b286/_pkg_.a
2025-08-20T21:27:01.6021128Z [00:03:15.690]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build548448651/b296/_pkg_.a
2025-08-20T21:27:01.6022493Z [00:03:15.690]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build548448651/b302/_pkg_.a
2025-08-20T21:27:01.6024016Z [00:03:15.690]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build548448651/b303/_pkg_.a
2025-08-20T21:27:01.6025172Z [00:03:15.690]➜  packagefile golang.org/x/oauth2=/tmp/go-build548448651/b374/_pkg_.a
2025-08-20T21:27:01.6026277Z [00:03:15.690]➜  packagefile github.com/multiformats/go-base32=/tmp/go-build548448651/b233/_pkg_.a
2025-08-20T21:27:01.6027443Z [00:03:15.690]➜  packagefile github.com/multiformats/go-base36=/tmp/go-build548448651/b234/_pkg_.a
2025-08-20T21:27:01.6028778Z [00:03:15.690]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build548448651/b097/_pkg_.a
2025-08-20T21:27:01.6030083Z [00:03:15.690]➜  packagefile github.com/multiformats/go-multihash/register/all=/tmp/go-build548448651/b237/_pkg_.a
2025-08-20T21:27:01.6031569Z [00:03:15.690]➜  packagefile github.com/multiformats/go-multihash/register/miniosha256=/tmp/go-build548448651/b252/_pkg_.a
2025-08-20T21:27:01.6032818Z [00:03:15.690]➜  packagefile hash=/tmp/go-build548448651/b080/_pkg_.a
2025-08-20T21:27:01.6033740Z [00:03:15.690]➜  packagefile text/template/parse=/tmp/go-build548448651/b382/_pkg_.a
2025-08-20T21:27:01.6034894Z [00:03:15.690]➜  packagefile github.com/rs/cors/internal=/tmp/go-build548448651/b385/_pkg_.a
2025-08-20T21:27:01.6035776Z [00:03:15.690]➜  packagefile flag=/tmp/go-build548448651/b247/_pkg_.a
2025-08-20T21:27:01.6036637Z [00:03:15.690]➜  packagefile go.uber.org/multierr=/tmp/go-build548448651/b267/_pkg_.a
2025-08-20T21:27:01.6037655Z [00:03:15.690]➜  packagefile go.uber.org/zap/internal=/tmp/go-build548448651/b268/_pkg_.a
2025-08-20T21:27:01.6038950Z [00:03:15.690]➜  packagefile go.uber.org/zap/internal/bufferpool=/tmp/go-build548448651/b272/_pkg_.a
2025-08-20T21:27:01.6040109Z [00:03:15.690]➜  packagefile go.uber.org/zap/internal/pool=/tmp/go-build548448651/b271/_pkg_.a
2025-08-20T21:27:01.6041237Z [00:03:15.690]➜  packagefile go.uber.org/zap/internal/stacktrace=/tmp/go-build548448651/b275/_pkg_.a
2025-08-20T21:27:01.6042328Z [00:03:15.690]➜  packagefile go.uber.org/zap/buffer=/tmp/go-build548448651/b270/_pkg_.a
2025-08-20T21:27:01.6043400Z [00:03:15.690]➜  packagefile go.uber.org/zap/internal/color=/tmp/go-build548448651/b273/_pkg_.a
2025-08-20T21:27:01.6044489Z [00:03:15.690]➜  packagefile go.uber.org/zap/internal/exit=/tmp/go-build548448651/b274/_pkg_.a
2025-08-20T21:27:01.6045546Z [00:03:15.690]➜  packagefile crypto/internal/boring=/tmp/go-build548448651/b083/_pkg_.a
2025-08-20T21:27:01.6046579Z [00:03:15.690]➜  packagefile crypto/internal/fips140=/tmp/go-build548448651/b087/_pkg_.a
2025-08-20T21:27:01.6047671Z [00:03:15.690]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build548448651/b100/_pkg_.a
2025-08-20T21:27:01.6049000Z [00:03:15.690]➜  packagefile crypto/internal/fips140only=/tmp/go-build548448651/b105/_pkg_.a
2025-08-20T21:27:01.6050060Z [00:03:15.690]➜  packagefile crypto/internal/randutil=/tmp/go-build548448651/b103/_pkg_.a
2025-08-20T21:27:01.6051106Z [00:03:15.690]➜  packagefile crypto/internal/sysrand=/tmp/go-build548448651/b102/_pkg_.a
2025-08-20T21:27:01.6052216Z [00:03:15.690]➜  packagefile github.com/cockroachdb/errors=/tmp/go-build548448651/b536/_pkg_.a
2025-08-20T21:27:01.6053409Z [00:03:15.690]➜  packagefile github.com/cockroachdb/errors/oserror=/tmp/go-build548448651/b599/_pkg_.a
2025-08-20T21:27:01.6054724Z [00:03:15.690]➜  packagefile github.com/cockroachdb/fifo=/tmp/go-build548448651/b600/_pkg_.a
2025-08-20T21:27:01.6055936Z [00:03:15.690]➜  packagefile github.com/cockroachdb/pebble/v2/batchrepr=/tmp/go-build548448651/b601/_pkg_.a
2025-08-20T21:27:01.6057320Z [00:03:15.690]➜  packagefile github.com/cockroachdb/pebble/v2/internal/arenaskl=/tmp/go-build548448651/b607/_pkg_.a
2025-08-20T21:27:01.6058921Z [00:03:15.690]➜  packagefile github.com/cockroachdb/pebble/v2/internal/base=/tmp/go-build548448651/b602/_pkg_.a
2025-08-20T21:27:01.6060446Z [00:03:15.690]➜  packagefile github.com/cockroachdb/pebble/v2/internal/batchskl=/tmp/go-build548448651/b609/_pkg_.a
2025-08-20T21:27:01.6061876Z [00:03:15.690]➜  packagefile github.com/cockroachdb/pebble/v2/internal/bytealloc=/tmp/go-build548448651/b610/_pkg_.a
2025-08-20T21:27:01.6063440Z [00:03:15.690]➜  packagefile github.com/cockroachdb/pebble/v2/internal/cache=/tmp/go-build548448651/b612/_pkg_.a
2025-08-20T21:27:01.6064895Z [00:03:15.690]➜  packagefile github.com/cockroachdb/pebble/v2/internal/compact=/tmp/go-build548448651/b615/_pkg_.a
2025-08-20T21:27:01.6066323Z [00:03:15.690]➜  packagefile github.com/cockroachdb/pebble/v2/internal/constants=/tmp/go-build548448651/b608/_pkg_.a
2025-08-20T21:27:01.6067749Z [00:03:15.690]➜  packagefile github.com/cockroachdb/pebble/v2/internal/humanize=/tmp/go-build548448651/b603/_pkg_.a
2025-08-20T21:27:01.6069431Z [00:03:15.690]➜  packagefile github.com/cockroachdb/pebble/v2/internal/invalidating=/tmp/go-build548448651/b616/_pkg_.a
2025-08-20T21:27:01.6070938Z [00:03:15.690]➜  packagefile github.com/cockroachdb/pebble/v2/internal/invariants=/tmp/go-build548448651/b604/_pkg_.a
2025-08-20T21:27:01.6072508Z [00:03:15.690]➜  packagefile github.com/cockroachdb/pebble/v2/internal/keyspan=/tmp/go-build548448651/b617/_pkg_.a
2025-08-20T21:27:01.6074160Z [00:03:15.690]➜  packagefile github.com/cockroachdb/pebble/v2/internal/keyspan/keyspanimpl=/tmp/go-build548448651/b645/_pkg_.a
2025-08-20T21:27:01.6075689Z [00:03:15.690]➜  packagefile github.com/cockroachdb/pebble/v2/internal/lsmview=/tmp/go-build548448651/b646/_pkg_.a
2025-08-20T21:27:01.6077108Z [00:03:15.690]➜  packagefile github.com/cockroachdb/pebble/v2/internal/manifest=/tmp/go-build548448651/b619/_pkg_.a
2025-08-20T21:27:01.6078678Z [00:03:15.690]➜  packagefile github.com/cockroachdb/pebble/v2/internal/manual=/tmp/go-build548448651/b613/_pkg_.a
2025-08-20T21:27:01.6080113Z [00:03:15.690]➜  packagefile github.com/cockroachdb/pebble/v2/internal/overlap=/tmp/go-build548448651/b647/_pkg_.a
2025-08-20T21:27:01.6081512Z [00:03:15.690]➜  packagefile github.com/cockroachdb/pebble/v2/internal/private=/tmp/go-build548448651/b648/_pkg_.a
2025-08-20T21:27:01.6082946Z [00:03:15.690]➜  packagefile github.com/cockroachdb/pebble/v2/internal/rangedel=/tmp/go-build548448651/b625/_pkg_.a
2025-08-20T21:27:01.6084377Z [00:03:15.690]➜  packagefile github.com/cockroachdb/pebble/v2/internal/rangekey=/tmp/go-build548448651/b626/_pkg_.a
2025-08-20T21:27:01.6085936Z [00:03:15.690]➜  packagefile github.com/cockroachdb/pebble/v2/internal/rangekeystack=/tmp/go-build548448651/b649/_pkg_.a
2025-08-20T21:27:01.6087401Z [00:03:15.690]➜  packagefile github.com/cockroachdb/pebble/v2/internal/rawalloc=/tmp/go-build548448651/b611/_pkg_.a
2025-08-20T21:27:01.6089027Z [00:03:15.690]➜  packagefile github.com/cockroachdb/pebble/v2/internal/sstableinternal=/tmp/go-build548448651/b627/_pkg_.a
2025-08-20T21:27:01.6090512Z [00:03:15.691]➜  packagefile github.com/cockroachdb/pebble/v2/internal/testkeys=/tmp/go-build548448651/b628/_pkg_.a
2025-08-20T21:27:01.6091971Z [00:03:15.691]➜  packagefile github.com/cockroachdb/pebble/v2/internal/treeprinter=/tmp/go-build548448651/b605/_pkg_.a
2025-08-20T21:27:01.6093368Z [00:03:15.691]➜  packagefile github.com/cockroachdb/pebble/v2/objstorage=/tmp/go-build548448651/b629/_pkg_.a
2025-08-20T21:27:01.6094876Z [00:03:15.691]➜  packagefile github.com/cockroachdb/pebble/v2/objstorage/objstorageprovider=/tmp/go-build548448651/b632/_pkg_.a
2025-08-20T21:27:01.6096791Z [00:03:15.691]➜  packagefile github.com/cockroachdb/pebble/v2/objstorage/objstorageprovider/objiotracing=/tmp/go-build548448651/b633/_pkg_.a
2025-08-20T21:27:01.6098825Z [00:03:15.691]➜  packagefile github.com/cockroachdb/pebble/v2/objstorage/objstorageprovider/sharedcache=/tmp/go-build548448651/b630/_pkg_.a
2025-08-20T21:27:01.6100466Z [00:03:15.691]➜  packagefile github.com/cockroachdb/pebble/v2/objstorage/remote=/tmp/go-build548448651/b631/_pkg_.a
2025-08-20T21:27:01.6101829Z [00:03:15.691]➜  packagefile github.com/cockroachdb/pebble/v2/rangekey=/tmp/go-build548448651/b650/_pkg_.a
2025-08-20T21:27:01.6103111Z [00:03:15.691]➜  packagefile github.com/cockroachdb/pebble/v2/record=/tmp/go-build548448651/b635/_pkg_.a
2025-08-20T21:27:01.6104374Z [00:03:15.691]➜  packagefile github.com/cockroachdb/pebble/v2/sstable=/tmp/go-build548448651/b620/_pkg_.a
2025-08-20T21:27:01.6105845Z [00:03:15.691]➜  packagefile github.com/cockroachdb/pebble/v2/sstable/block=/tmp/go-build548448651/b638/_pkg_.a
2025-08-20T21:27:01.6107235Z [00:03:15.691]➜  packagefile github.com/cockroachdb/pebble/v2/sstable/colblk=/tmp/go-build548448651/b641/_pkg_.a
2025-08-20T21:27:01.6108693Z [00:03:15.691]➜  packagefile github.com/cockroachdb/pebble/v2/vfs=/tmp/go-build548448651/b606/_pkg_.a
2025-08-20T21:27:01.6109996Z [00:03:15.691]➜  packagefile github.com/cockroachdb/pebble/v2/vfs/atomicfs=/tmp/go-build548448651/b637/_pkg_.a
2025-08-20T21:27:01.6111263Z [00:03:15.691]➜  packagefile github.com/cockroachdb/pebble/v2/wal=/tmp/go-build548448651/b651/_pkg_.a
2025-08-20T21:27:01.6112422Z [00:03:15.691]➜  packagefile github.com/cockroachdb/redact=/tmp/go-build548448651/b545/_pkg_.a
2025-08-20T21:27:01.6113576Z [00:03:15.691]➜  packagefile github.com/cockroachdb/tokenbucket=/tmp/go-build548448651/b652/_pkg_.a
2025-08-20T21:27:01.6114734Z [00:03:15.691]➜  packagefile math/rand/v2=/tmp/go-build548448651/b104/_pkg_.a
2025-08-20T21:27:01.6115723Z [00:03:15.691]➜  packagefile hash/fnv=/tmp/go-build548448651/b285/_pkg_.a
2025-08-20T21:27:01.6116768Z [00:03:15.691]➜  packagefile github.com/gabriel-vasile/mimetype=/tmp/go-build548448651/b656/_pkg_.a
2025-08-20T21:27:01.6117963Z [00:03:15.691]➜  packagefile github.com/ipfs/boxo/gateway/assets=/tmp/go-build548448651/b668/_pkg_.a
2025-08-20T21:27:01.6119419Z [00:03:15.691]➜  packagefile github.com/ipfs/go-ipfs-redirects-file=/tmp/go-build548448651/b672/_pkg_.a
2025-08-20T21:27:01.6120598Z [00:03:15.691]➜  packagefile github.com/ipfs/go-unixfsnode/data=/tmp/go-build548448651/b675/_pkg_.a
2025-08-20T21:27:01.6121745Z [00:03:15.691]➜  packagefile github.com/ipfs/go-unixfsnode/hamt=/tmp/go-build548448651/b680/_pkg_.a
2025-08-20T21:27:01.6122895Z [00:03:15.691]➜  packagefile github.com/ipfs/go-unixfsnode/iter=/tmp/go-build548448651/b677/_pkg_.a
2025-08-20T21:27:01.6124051Z [00:03:15.691]➜  packagefile github.com/ipld/go-car/v2/storage=/tmp/go-build548448651/b696/_pkg_.a
2025-08-20T21:27:01.6125259Z [00:03:15.691]➜  packagefile github.com/ipld/go-ipld-prime/codec/cbor=/tmp/go-build548448651/b698/_pkg_.a
2025-08-20T21:27:01.6126527Z [00:03:15.691]➜  packagefile github.com/ipld/go-ipld-prime/codec/dagcbor=/tmp/go-build548448651/b485/_pkg_.a
2025-08-20T21:27:01.6127816Z [00:03:15.691]➜  packagefile github.com/ipld/go-ipld-prime/codec/dagjson=/tmp/go-build548448651/b356/_pkg_.a
2025-08-20T21:27:01.6129300Z [00:03:15.691]➜  packagefile github.com/ipld/go-ipld-prime/codec/json=/tmp/go-build548448651/b699/_pkg_.a
2025-08-20T21:27:01.6130537Z [00:03:15.691]➜  packagefile github.com/ipld/go-ipld-prime/datamodel=/tmp/go-build548448651/b336/_pkg_.a
2025-08-20T21:27:01.6131724Z [00:03:15.691]➜  packagefile github.com/ipld/go-ipld-prime/linking=/tmp/go-build548448651/b338/_pkg_.a
2025-08-20T21:27:01.6132981Z [00:03:15.691]➜  packagefile github.com/ipld/go-ipld-prime/node/basicnode=/tmp/go-build548448651/b340/_pkg_.a
2025-08-20T21:27:01.6134224Z [00:03:15.691]➜  packagefile github.com/ipld/go-ipld-prime/schema=/tmp/go-build548448651/b345/_pkg_.a
2025-08-20T21:27:01.6135425Z [00:03:15.691]➜  packagefile github.com/ipld/go-ipld-prime/traversal=/tmp/go-build548448651/b363/_pkg_.a
2025-08-20T21:27:01.6136882Z [00:03:15.691]➜  packagefile github.com/ipld/go-ipld-prime/traversal/selector=/tmp/go-build548448651/b365/_pkg_.a
2025-08-20T21:27:01.6138291Z [00:03:15.691]➜  packagefile github.com/ipld/go-ipld-prime/traversal/selector/parse=/tmp/go-build548448651/b700/_pkg_.a
2025-08-20T21:27:01.6139526Z [00:03:15.691]➜  packagefile github.com/libp2p/go-doh-resolver=/tmp/go-build548448651/b701/_pkg_.a
2025-08-20T21:27:01.6140150Z [00:03:15.691]➜  packagefile github.com/ipfs/boxo/chunker=/tmp/go-build548448651/b470/_pkg_.a
2025-08-20T21:27:01.6140778Z [00:03:15.691]➜  packagefile github.com/ipfs/boxo/filestore/posinfo=/tmp/go-build548448651/b467/_pkg_.a
2025-08-20T21:27:01.6141405Z [00:03:15.691]➜  packagefile github.com/alecthomas/units=/tmp/go-build548448651/b473/_pkg_.a
2025-08-20T21:27:01.6142154Z [00:03:15.691]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/hamt=/tmp/go-build548448651/b474/_pkg_.a
2025-08-20T21:27:01.6142874Z [00:03:15.691]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/private/linksize=/tmp/go-build548448651/b478/_pkg_.a
2025-08-20T21:27:01.6143568Z [00:03:15.691]➜  packagefile github.com/libp2p/go-libp2p/config=/tmp/go-build548448651/b736/_pkg_.a
2025-08-20T21:27:01.6144159Z [00:03:15.691]➜  packagefile github.com/mholt/acmez/v3=/tmp/go-build548448651/b717/_pkg_.a
2025-08-20T21:27:01.6144747Z [00:03:15.691]➜  packagefile github.com/mholt/acmez/v3/acme=/tmp/go-build548448651/b718/_pkg_.a
2025-08-20T21:27:01.6145270Z [00:03:15.691]➜  packagefile io/ioutil=/tmp/go-build548448651/b509/_pkg_.a
2025-08-20T21:27:01.6145825Z [00:03:15.691]➜  packagefile github.com/ipfs/boxo/bitswap/client=/tmp/go-build548448651/b405/_pkg_.a
2025-08-20T21:27:01.6146532Z [00:03:15.691]➜  packagefile github.com/ipfs/boxo/bitswap/message=/tmp/go-build548448651/b416/_pkg_.a
2025-08-20T21:27:01.6147238Z [00:03:15.691]➜  packagefile github.com/ipfs/boxo/bitswap/network=/tmp/go-build548448651/b422/_pkg_.a
2025-08-20T21:27:01.6147874Z [00:03:15.691]➜  packagefile github.com/ipfs/boxo/bitswap/tracer=/tmp/go-build548448651/b440/_pkg_.a
2025-08-20T21:27:01.6148479Z [00:03:15.691]➜  packagefile github.com/ipfs/go-ipfs-delay=/tmp/go-build548448651/b434/_pkg_.a
2025-08-20T21:27:01.6149436Z [00:03:15.691]➜  packagefile github.com/ipfs/boxo/blockservice/internal=/tmp/go-build548448651/b199/_pkg_.a
2025-08-20T21:27:01.6150061Z [00:03:15.691]➜  packagefile github.com/ipfs/bbloom=/tmp/go-build548448651/b228/_pkg_.a
2025-08-20T21:27:01.6150661Z [00:03:15.691]➜  packagefile github.com/ipfs/boxo/datastore/dshelp=/tmp/go-build548448651/b229/_pkg_.a
2025-08-20T21:27:01.6151307Z [00:03:15.691]➜  packagefile github.com/ipfs/go-datastore/namespace=/tmp/go-build548448651/b261/_pkg_.a
2025-08-20T21:27:01.6151953Z [00:03:15.691]➜  packagefile github.com/ipfs/go-datastore/query=/tmp/go-build548448651/b257/_pkg_.a
2025-08-20T21:27:01.6152581Z [00:03:15.691]➜  packagefile github.com/ipfs/boxo/filestore/pb=/tmp/go-build548448651/b466/_pkg_.a
2025-08-20T21:27:01.6153167Z [00:03:15.691]➜  packagefile golang.org/x/exp/mmap=/tmp/go-build548448651/b468/_pkg_.a
2025-08-20T21:27:01.6153768Z [00:03:15.691]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/mod=/tmp/go-build548448651/b479/_pkg_.a
2025-08-20T21:27:01.6154392Z [00:03:15.691]➜  packagefile github.com/whyrusleeping/base32=/tmp/go-build548448651/b523/_pkg_.a
2025-08-20T21:27:01.6155009Z [00:03:15.691]➜  packagefile github.com/ipfs/boxo/fetcher/helpers=/tmp/go-build548448651/b527/_pkg_.a
2025-08-20T21:27:01.6155729Z [00:03:15.691]➜  packagefile github.com/ipld/go-ipld-prime/traversal/selector/builder=/tmp/go-build548448651/b528/_pkg_.a
2025-08-20T21:27:01.6156423Z [00:03:15.691]➜  packagefile github.com/gammazero/chanqueue=/tmp/go-build548448651/b432/_pkg_.a
2025-08-20T21:27:01.6157096Z [00:03:15.691]➜  packagefile github.com/ipfs/boxo/provider/internal/queue=/tmp/go-build548448651/b532/_pkg_.a
2025-08-20T21:27:01.6157727Z [00:03:15.691]➜  packagefile github.com/google/uuid=/tmp/go-build548448651/b256/_pkg_.a
2025-08-20T21:27:01.6158436Z [00:03:15.691]➜  packagefile github.com/ipfs/boxo/bitswap/network/bsnet=/tmp/go-build548448651/b956/_pkg_.a
2025-08-20T21:27:01.6159319Z [00:03:15.691]➜  packagefile github.com/ipfs/boxo/bitswap/network/httpnet=/tmp/go-build548448651/b958/_pkg_.a
2025-08-20T21:27:01.6160024Z [00:03:15.691]➜  packagefile github.com/ipfs/boxo/pinning/pinner/dspinner=/tmp/go-build548448651/b959/_pkg_.a
2025-08-20T21:27:01.6160759Z [00:03:15.691]➜  packagefile github.com/ipfs/boxo/routing/providerquerymanager=/tmp/go-build548448651/b441/_pkg_.a
2025-08-20T21:27:01.6161491Z [00:03:15.691]➜  packagefile github.com/ipfs/kubo/thirdparty/verifbs=/tmp/go-build548448651/b1017/_pkg_.a
2025-08-20T21:27:01.6162189Z [00:03:15.691]➜  packagefile github.com/libp2p/go-libp2p-pubsub/timecache=/tmp/go-build548448651/b1004/_pkg_.a
2025-08-20T21:27:01.6162887Z [00:03:15.691]➜  packagefile bazil.org/fuse=/tmp/go-build548448651/b1019/_pkg_.a
2025-08-20T21:27:01.6163403Z [00:03:15.691]➜  packagefile bazil.org/fuse/fs=/tmp/go-build548448651/b1020/_pkg_.a
2025-08-20T21:27:01.6163991Z [00:03:15.691]➜  packagefile github.com/jbenet/go-temp-err-catcher=/tmp/go-build548448651/b785/_pkg_.a
2025-08-20T21:27:01.6164652Z [00:03:15.691]➜  packagefile github.com/ipfs/boxo/routing/http/client=/tmp/go-build548448651/b969/_pkg_.a
2025-08-20T21:27:01.6165393Z [00:03:15.691]➜  packagefile github.com/ipfs/boxo/routing/http/contentrouter=/tmp/go-build548448651/b970/_pkg_.a
2025-08-20T21:27:01.6166096Z [00:03:15.691]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/amino=/tmp/go-build548448651/b490/_pkg_.a
2025-08-20T21:27:01.6166778Z [00:03:15.691]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/internal=/tmp/go-build548448651/b491/_pkg_.a
2025-08-20T21:27:01.6167575Z [00:03:15.691]➜  packagefile github.com/libp2p/go-libp2p-kbucket/peerdiversity=/tmp/go-build548448651/b501/_pkg_.a
2025-08-20T21:27:01.6168406Z [00:03:15.691]➜  packagefile github.com/libp2p/go-libp2p-routing-helpers/tracing=/tmp/go-build548448651/b328/_pkg_.a
2025-08-20T21:27:01.6169281Z [00:03:15.691]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build548448651/b541/_pkg_.a
2025-08-20T21:27:01.6169903Z [00:03:15.691]➜  packagefile github.com/libp2p/go-buffer-pool=/tmp/go-build548448651/b321/_pkg_.a
2025-08-20T21:27:01.6170544Z [00:03:15.691]➜  packagefile github.com/libp2p/go-libp2p-pubsub/pb=/tmp/go-build548448651/b1003/_pkg_.a
2025-08-20T21:27:01.6171156Z [00:03:15.691]➜  packagefile github.com/libp2p/go-msgio=/tmp/go-build548448651/b421/_pkg_.a
2025-08-20T21:27:01.6171762Z [00:03:15.691]➜  packagefile github.com/libp2p/go-msgio/protoio=/tmp/go-build548448651/b1007/_pkg_.a
2025-08-20T21:27:01.6172599Z [00:03:15.691]➜  packagefile github.com/ipfs/go-ipfs-ds-help=/tmp/go-build548448651/b1009/_pkg_.a
2025-08-20T21:27:01.6173819Z [00:03:15.691]➜  packagefile github.com/libp2p/go-libp2p-pubsub-router/pb=/tmp/go-build548448651/b1010/_pkg_.a
2025-08-20T21:27:01.6175060Z [00:03:15.691]➜  packagefile github.com/libp2p/go-libp2p-record/pb=/tmp/go-build548448651/b280/_pkg_.a
2025-08-20T21:27:01.6176196Z [00:03:15.691]➜  packagefile github.com/libp2p/go-flow-metrics=/tmp/go-build548448651/b445/_pkg_.a
2025-08-20T21:27:01.6177302Z [00:03:15.691]➜  packagefile github.com/libp2p/zeroconf/v2=/tmp/go-build548448651/b1012/_pkg_.a
2025-08-20T21:27:01.6178350Z [00:03:15.691]➜  packagefile github.com/benbjohnson/clock=/tmp/go-build548448651/b754/_pkg_.a
2025-08-20T21:27:01.6179664Z [00:03:15.691]➜  packagefile github.com/libp2p/go-libp2p/core/transport=/tmp/go-build548448651/b446/_pkg_.a
2025-08-20T21:27:01.6180883Z [00:03:15.691]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/autonat=/tmp/go-build548448651/b741/_pkg_.a
2025-08-20T21:27:01.6182235Z [00:03:15.691]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/basic/internal/backoff=/tmp/go-build548448651/b755/_pkg_.a
2025-08-20T21:27:01.6183652Z [00:03:15.691]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/eventbus=/tmp/go-build548448651/b513/_pkg_.a
2025-08-20T21:27:01.6185009Z [00:03:15.691]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/pstoremanager=/tmp/go-build548448651/b756/_pkg_.a
2025-08-20T21:27:01.6186455Z [00:03:15.691]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/relaysvc=/tmp/go-build548448651/b757/_pkg_.a
2025-08-20T21:27:01.6187745Z [00:03:15.691]➜  packagefile github.com/libp2p/go-libp2p/p2p/metricshelper=/tmp/go-build548448651/b447/_pkg_.a
2025-08-20T21:27:01.6189099Z [00:03:15.691]➜  packagefile github.com/libp2p/go-libp2p/p2p/net/nat=/tmp/go-build548448651/b759/_pkg_.a
2025-08-20T21:27:01.6190415Z [00:03:15.691]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/autonatv2=/tmp/go-build548448651/b772/_pkg_.a
2025-08-20T21:27:01.6191768Z [00:03:15.691]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/holepunch=/tmp/go-build548448651/b774/_pkg_.a
2025-08-20T21:27:01.6193090Z [00:03:15.691]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/identify=/tmp/go-build548448651/b748/_pkg_.a
2025-08-20T21:27:01.6193900Z [00:03:15.691]➜  packagefile github.com/libp2p/go-netroute=/tmp/go-build548448651/b514/_pkg_.a
2025-08-20T21:27:01.6194519Z [00:03:15.691]➜  packagefile go.uber.org/dig/internal/digclock=/tmp/go-build548448651/b942/_pkg_.a
2025-08-20T21:27:01.6195131Z [00:03:15.691]➜  packagefile go.uber.org/dig/internal/digerror=/tmp/go-build548448651/b943/_pkg_.a
2025-08-20T21:27:01.6195756Z [00:03:15.692]➜  packagefile go.uber.org/dig/internal/digreflect=/tmp/go-build548448651/b944/_pkg_.a
2025-08-20T21:27:01.6196369Z [00:03:15.692]➜  packagefile go.uber.org/dig/internal/dot=/tmp/go-build548448651/b945/_pkg_.a
2025-08-20T21:27:01.6196953Z [00:03:15.692]➜  packagefile go.uber.org/dig/internal/graph=/tmp/go-build548448651/b946/_pkg_.a
2025-08-20T21:27:01.6197515Z [00:03:15.692]➜  packagefile go.uber.org/fx/fxevent=/tmp/go-build548448651/b947/_pkg_.a
2025-08-20T21:27:01.6198306Z [00:03:15.692]➜  packagefile go.uber.org/fx/internal/fxclock=/tmp/go-build548448651/b948/_pkg_.a
2025-08-20T21:27:01.6199203Z [00:03:15.692]➜  packagefile go.uber.org/fx/internal/fxlog=/tmp/go-build548448651/b949/_pkg_.a
2025-08-20T21:27:01.6199826Z [00:03:15.692]➜  packagefile go.uber.org/fx/internal/fxreflect=/tmp/go-build548448651/b950/_pkg_.a
2025-08-20T21:27:01.6200436Z [00:03:15.692]➜  packagefile go.uber.org/fx/internal/lifecycle=/tmp/go-build548448651/b951/_pkg_.a
2025-08-20T21:27:01.6200992Z [00:03:15.692]➜  packagefile compress/flate=/tmp/go-build548448651/b076/_pkg_.a
2025-08-20T21:27:01.6201475Z [00:03:15.692]➜  packagefile hash/crc32=/tmp/go-build548448651/b079/_pkg_.a
2025-08-20T21:27:01.6202026Z [00:03:15.692]➜  packagefile crypto/internal/fips140/ed25519=/tmp/go-build548448651/b132/_pkg_.a
2025-08-20T21:27:01.6202631Z [00:03:15.692]➜  packagefile crypto/internal/fips140cache=/tmp/go-build548448651/b123/_pkg_.a
2025-08-20T21:27:01.6203158Z [00:03:15.692]➜  packagefile crypto/aes=/tmp/go-build548448651/b111/_pkg_.a
2025-08-20T21:27:01.6203637Z [00:03:15.692]➜  packagefile crypto/cipher=/tmp/go-build548448651/b085/_pkg_.a
2025-08-20T21:27:01.6204115Z [00:03:15.692]➜  packagefile crypto/des=/tmp/go-build548448651/b112/_pkg_.a
2025-08-20T21:27:01.6204570Z [00:03:15.692]➜  packagefile crypto/dsa=/tmp/go-build548448651/b155/_pkg_.a
2025-08-20T21:27:01.6205030Z [00:03:15.692]➜  packagefile crypto/ecdh=/tmp/go-build548448651/b113/_pkg_.a
2025-08-20T21:27:01.6205483Z [00:03:15.692]➜  packagefile crypto/md5=/tmp/go-build548448651/b146/_pkg_.a
2025-08-20T21:27:01.6205937Z [00:03:15.692]➜  packagefile crypto/sha1=/tmp/go-build548448651/b150/_pkg_.a
2025-08-20T21:27:01.6206407Z [00:03:15.692]➜  packagefile crypto/sha512=/tmp/go-build548448651/b127/_pkg_.a
2025-08-20T21:27:01.6206902Z [00:03:15.692]➜  packagefile crypto/x509/pkix=/tmp/go-build548448651/b156/_pkg_.a
2025-08-20T21:27:01.6207494Z [00:03:15.692]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build548448651/b128/_pkg_.a
2025-08-20T21:27:01.6208178Z [00:03:15.692]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build548448651/b130/_pkg_.a
2025-08-20T21:27:01.6209071Z [00:03:15.692]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build548448651/b1214/_pkg_.a
2025-08-20T21:27:01.6209741Z [00:03:15.692]➜  packagefile github.com/mgutz/ansi=/tmp/go-build548448651/b1217/_pkg_.a
2025-08-20T21:27:01.6210393Z [00:03:15.692]➜  packagefile github.com/ipfs/boxo/bitswap/internal/defaults=/tmp/go-build548448651/b438/_pkg_.a
2025-08-20T21:27:01.6211100Z [00:03:15.692]➜  packagefile github.com/ipfs/boxo/bitswap/message/pb=/tmp/go-build548448651/b415/_pkg_.a
2025-08-20T21:27:01.6211754Z [00:03:15.692]➜  packagefile github.com/ipfs/boxo/bitswap/metrics=/tmp/go-build548448651/b439/_pkg_.a
2025-08-20T21:27:01.6212479Z [00:03:15.692]➜  packagefile github.com/ipfs/boxo/bitswap/server/internal/decision=/tmp/go-build548448651/b457/_pkg_.a
2025-08-20T21:27:01.6213162Z [00:03:15.692]➜  packagefile github.com/ipfs/boxo/ipns/pb=/tmp/go-build548448651/b484/_pkg_.a
2025-08-20T21:27:01.6213690Z [00:03:15.692]➜  packagefile encoding/csv=/tmp/go-build548448651/b664/_pkg_.a
2025-08-20T21:27:01.6214374Z [00:03:15.692]➜  packagefile github.com/ipfs/boxo/ipld/merkledag/traverse=/tmp/go-build548448651/b1225/_pkg_.a
2025-08-20T21:27:01.6215026Z [00:03:15.692]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build548448651/b477/_pkg_.a
2025-08-20T21:27:01.6215627Z [00:03:15.692]➜  packagefile github.com/ipld/go-ipld-prime/codec=/tmp/go-build548448651/b337/_pkg_.a
2025-08-20T21:27:01.6216254Z [00:03:15.692]➜  packagefile github.com/google/gopacket/routing=/tmp/go-build548448651/b489/_pkg_.a
2025-08-20T21:27:01.6216953Z [00:03:15.692]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/internal/config=/tmp/go-build548448651/b492/_pkg_.a
2025-08-20T21:27:01.6217702Z [00:03:15.692]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/internal/metrics=/tmp/go-build548448651/b494/_pkg_.a
2025-08-20T21:27:01.6218707Z [00:03:15.692]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/internal/net=/tmp/go-build548448651/b493/_pkg_.a
2025-08-20T21:27:01.6219550Z [00:03:15.692]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/netsize=/tmp/go-build548448651/b505/_pkg_.a
2025-08-20T21:27:01.6220231Z [00:03:15.692]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/pb=/tmp/go-build548448651/b495/_pkg_.a
2025-08-20T21:27:01.6220909Z [00:03:15.692]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/qpeerset=/tmp/go-build548448651/b511/_pkg_.a
2025-08-20T21:27:01.6221594Z [00:03:15.692]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/records=/tmp/go-build548448651/b497/_pkg_.a
2025-08-20T21:27:01.6222280Z [00:03:15.692]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/rtrefresh=/tmp/go-build548448651/b512/_pkg_.a
2025-08-20T21:27:01.6222987Z [00:03:15.692]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/peerstore=/tmp/go-build548448651/b500/_pkg_.a
2025-08-20T21:27:01.6223664Z [00:03:15.692]➜  packagefile github.com/whyrusleeping/go-keyspace=/tmp/go-build548448651/b510/_pkg_.a
2025-08-20T21:27:01.6224275Z [00:03:15.692]➜  packagefile gonum.org/v1/gonum/mathext=/tmp/go-build548448651/b515/_pkg_.a
2025-08-20T21:27:01.6224789Z [00:03:15.692]➜  packagefile testing=/tmp/go-build548448651/b520/_pkg_.a
2025-08-20T21:27:01.6225360Z [00:03:15.692]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/crawler=/tmp/go-build548448651/b988/_pkg_.a
2025-08-20T21:27:01.6226034Z [00:03:15.692]➜  packagefile github.com/libp2p/go-libp2p-xor/kademlia=/tmp/go-build548448651/b989/_pkg_.a
2025-08-20T21:27:01.6226679Z [00:03:15.692]➜  packagefile github.com/libp2p/go-libp2p-xor/key=/tmp/go-build548448651/b990/_pkg_.a
2025-08-20T21:27:01.6227300Z [00:03:15.692]➜  packagefile github.com/libp2p/go-libp2p-xor/trie=/tmp/go-build548448651/b991/_pkg_.a
2025-08-20T21:27:01.6227965Z [00:03:15.692]➜  packagefile github.com/libp2p/go-libp2p-kbucket/keyspace=/tmp/go-build548448651/b507/_pkg_.a
2025-08-20T21:27:01.6228817Z [00:03:15.692]➜  packagefile github.com/minio/sha256-simd=/tmp/go-build548448651/b508/_pkg_.a
2025-08-20T21:27:01.6229450Z [00:03:15.692]➜  packagefile github.com/libp2p/go-libp2p/x/rate=/tmp/go-build548448651/b751/_pkg_.a
2025-08-20T21:27:01.6230257Z [00:03:15.692]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/importer/balanced=/tmp/go-build548448651/b1027/_pkg_.a
2025-08-20T21:27:01.6231087Z [00:03:15.692]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/importer/trickle=/tmp/go-build548448651/b481/_pkg_.a
2025-08-20T21:27:01.6231823Z [00:03:15.692]➜  packagefile github.com/libp2p/go-libp2p/core/canonicallog=/tmp/go-build548448651/b443/_pkg_.a
2025-08-20T21:27:01.6232515Z [00:03:15.692]➜  packagefile github.com/multiformats/go-multiaddr-fmt=/tmp/go-build548448651/b455/_pkg_.a
2025-08-20T21:27:01.6233219Z [00:03:15.692]➜  packagefile github.com/prometheus/statsd_exporter/pkg/mapper=/tmp/go-build548448651/b1243/_pkg_.a
2025-08-20T21:27:01.6233902Z [00:03:15.692]➜  packagefile go.opencensus.io/metric/metricdata=/tmp/go-build548448651/b979/_pkg_.a
2025-08-20T21:27:01.6234544Z [00:03:15.692]➜  packagefile go.opencensus.io/metric/metricexport=/tmp/go-build548448651/b1250/_pkg_.a
2025-08-20T21:27:01.6235149Z [00:03:15.692]➜  packagefile github.com/gorilla/mux=/tmp/go-build548448651/b1258/_pkg_.a
2025-08-20T21:27:01.6235772Z [00:03:15.692]➜  packagefile github.com/ipfs/boxo/routing/http/filters=/tmp/go-build548448651/b975/_pkg_.a
2025-08-20T21:27:01.6236494Z [00:03:15.692]➜  packagefile github.com/ipfs/boxo/routing/http/internal/drjson=/tmp/go-build548448651/b973/_pkg_.a
2025-08-20T21:27:01.6237221Z [00:03:15.692]➜  packagefile github.com/ipfs/boxo/routing/http/types/json=/tmp/go-build548448651/b976/_pkg_.a
2025-08-20T21:27:01.6237950Z [00:03:15.692]➜  packagefile github.com/slok/go-http-metrics/metrics/prometheus=/tmp/go-build548448651/b1259/_pkg_.a
2025-08-20T21:27:01.6238875Z [00:03:15.692]➜  packagefile github.com/slok/go-http-metrics/middleware=/tmp/go-build548448651/b1261/_pkg_.a
2025-08-20T21:27:01.6239592Z [00:03:15.692]➜  packagefile github.com/slok/go-http-metrics/middleware/std=/tmp/go-build548448651/b1262/_pkg_.a
2025-08-20T21:27:01.6240357Z [00:03:15.692]➜  packagefile github.com/libp2p/go-libp2p-gostream=/tmp/go-build548448651/b1264/_pkg_.a
2025-08-20T21:27:01.6241293Z [00:03:15.692]➜  packagefile github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil=/tmp/go-build548448651/b1240/_pkg_.a
2025-08-20T21:27:01.6242220Z [00:03:15.692]➜  packagefile github.com/prometheus/client_golang/prometheus/promhttp/internal=/tmp/go-build548448651/b1242/_pkg_.a
2025-08-20T21:27:01.6242971Z [00:03:15.692]➜  packagefile go.opencensus.io/internal/tagencoding=/tmp/go-build548448651/b984/_pkg_.a
2025-08-20T21:27:01.6243625Z [00:03:15.692]➜  packagefile go.opencensus.io/metric/metricproducer=/tmp/go-build548448651/b985/_pkg_.a
2025-08-20T21:27:01.6244234Z [00:03:15.692]➜  packagefile go.opencensus.io/resource=/tmp/go-build548448651/b980/_pkg_.a
2025-08-20T21:27:01.6244783Z [00:03:15.692]➜  packagefile go.opencensus.io/stats=/tmp/go-build548448651/b978/_pkg_.a
2025-08-20T21:27:01.6245361Z [00:03:15.692]➜  packagefile go.opencensus.io/stats/internal=/tmp/go-build548448651/b981/_pkg_.a
2025-08-20T21:27:01.6245933Z [00:03:15.692]➜  packagefile go.opencensus.io/tag=/tmp/go-build548448651/b982/_pkg_.a
2025-08-20T21:27:01.6246481Z [00:03:15.692]➜  packagefile go.opencensus.io/internal=/tmp/go-build548448651/b1253/_pkg_.a
2025-08-20T21:27:01.6247069Z [00:03:15.692]➜  packagefile go.opencensus.io/plugin/ocgrpc=/tmp/go-build548448651/b1266/_pkg_.a
2025-08-20T21:27:01.6247636Z [00:03:15.692]➜  packagefile go.opencensus.io/trace=/tmp/go-build548448651/b1251/_pkg_.a
2025-08-20T21:27:01.6248215Z [00:03:15.692]➜  packagefile go.opencensus.io/zpages/internal=/tmp/go-build548448651/b1268/_pkg_.a
2025-08-20T21:27:01.6248902Z [00:03:15.692]➜  packagefile html/template=/tmp/go-build548448651/b669/_pkg_.a
2025-08-20T21:27:01.6249549Z [00:03:15.692]➜  packagefile github.com/caddyserver/certmagic/internal/atomicfile=/tmp/go-build548448651/b714/_pkg_.a
2025-08-20T21:27:01.6250240Z [00:03:15.692]➜  packagefile github.com/caddyserver/zerossl=/tmp/go-build548448651/b715/_pkg_.a
2025-08-20T21:27:01.6250843Z [00:03:15.692]➜  packagefile github.com/klauspost/cpuid/v2=/tmp/go-build548448651/b246/_pkg_.a
2025-08-20T21:27:01.6251495Z [00:03:15.692]➜  packagefile github.com/libdns/libdns=/tmp/go-build548448651/b716/_pkg_.a
2025-08-20T21:27:01.6252109Z [00:03:15.692]➜  packagefile github.com/zeebo/blake3=/tmp/go-build548448651/b724/_pkg_.a
2025-08-20T21:27:01.6252665Z [00:03:15.692]➜  packagefile go.uber.org/zap/exp/zapslog=/tmp/go-build548448651/b734/_pkg_.a
2025-08-20T21:27:01.6253222Z [00:03:15.692]➜  packagefile golang.org/x/crypto/ocsp=/tmp/go-build548448651/b735/_pkg_.a
2025-08-20T21:27:01.6253762Z [00:03:15.692]➜  packagefile golang.org/x/net/idna=/tmp/go-build548448651/b721/_pkg_.a
2025-08-20T21:27:01.6254252Z [00:03:15.692]➜  packagefile log/slog=/tmp/go-build548448651/b202/_pkg_.a
2025-08-20T21:27:01.6254841Z [00:03:15.692]➜  packagefile github.com/libp2p/go-libp2p/p2p/net/upgrader=/tmp/go-build548448651/b784/_pkg_.a
2025-08-20T21:27:01.6255602Z [00:03:15.692]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/proto=/tmp/go-build548448651/b746/_pkg_.a
2025-08-20T21:27:01.6256388Z [00:03:15.692]➜  packagefile github.com/libp2p/go-libp2p/p2p/transport/quicreuse=/tmp/go-build548448651/b792/_pkg_.a
2025-08-20T21:27:01.6257035Z [00:03:15.692]➜  packagefile github.com/Jorropo/jsync=/tmp/go-build548448651/b278/_pkg_.a
2025-08-20T21:27:01.6257729Z [00:03:15.692]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/client=/tmp/go-build548448651/b744/_pkg_.a
2025-08-20T21:27:01.6258695Z [00:03:15.692]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/pb=/tmp/go-build548448651/b745/_pkg_.a
2025-08-20T21:27:01.6259334Z [00:03:15.692]➜  packagefile container/heap=/tmp/go-build548448651/b460/_pkg_.a
2025-08-20T21:27:01.6259883Z [00:03:15.692]➜  packagefile github.com/libp2p/go-yamux/v5=/tmp/go-build548448651/b994/_pkg_.a
2025-08-20T21:27:01.6260497Z [00:03:15.692]➜  packagefile github.com/libp2p/go-libp2p-asn-util=/tmp/go-build548448651/b504/_pkg_.a
2025-08-20T21:27:01.6261301Z [00:03:15.692]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/util=/tmp/go-build548448651/b747/_pkg_.a
2025-08-20T21:27:01.6262026Z [00:03:15.692]➜  packagefile github.com/flynn/noise=/tmp/go-build548448651/b778/_pkg_.a
2025-08-20T21:27:01.6262631Z [00:03:15.692]➜  packagefile github.com/libp2p/go-libp2p/core/sec=/tmp/go-build548448651/b738/_pkg_.a
2025-08-20T21:27:01.6263321Z [00:03:15.692]➜  packagefile github.com/libp2p/go-libp2p/p2p/security/noise/pb=/tmp/go-build548448651/b789/_pkg_.a
2025-08-20T21:27:01.6264011Z [00:03:15.692]➜  packagefile golang.org/x/crypto/chacha20poly1305=/tmp/go-build548448651/b779/_pkg_.a
2025-08-20T21:27:01.6264612Z [00:03:15.692]➜  packagefile github.com/quic-go/quic-go=/tmp/go-build548448651/b801/_pkg_.a
2025-08-20T21:27:01.6265289Z [00:03:15.692]➜  packagefile github.com/libp2p/go-libp2p/p2p/net/reuseport=/tmp/go-build548448651/b937/_pkg_.a
2025-08-20T21:27:01.6266025Z [00:03:15.692]➜  packagefile github.com/libp2p/go-libp2p/p2p/transport/tcpreuse=/tmp/go-build548448651/b936/_pkg_.a
2025-08-20T21:27:01.6266700Z [00:03:15.692]➜  packagefile github.com/marten-seemann/tcp=/tmp/go-build548448651/b997/_pkg_.a
2025-08-20T21:27:01.6267271Z [00:03:15.692]➜  packagefile github.com/mikioh/tcpinfo=/tmp/go-build548448651/b999/_pkg_.a
2025-08-20T21:27:01.6267936Z [00:03:15.692]➜  packagefile github.com/libp2p/go-libp2p/p2p/transport/webrtc/pb=/tmp/go-build548448651/b819/_pkg_.a
2025-08-20T21:27:01.6268813Z [00:03:15.692]➜  packagefile github.com/libp2p/go-libp2p/p2p/transport/webrtc/udpmux=/tmp/go-build548448651/b820/_pkg_.a
2025-08-20T21:27:01.6269505Z [00:03:15.692]➜  packagefile github.com/libp2p/go-msgio/pbio=/tmp/go-build548448651/b496/_pkg_.a
2025-08-20T21:27:01.6270093Z [00:03:15.692]➜  packagefile github.com/pion/datachannel=/tmp/go-build548448651/b899/_pkg_.a
2025-08-20T21:27:01.6270657Z [00:03:15.692]➜  packagefile github.com/pion/logging=/tmp/go-build548448651/b845/_pkg_.a
2025-08-20T21:27:01.6271197Z [00:03:15.692]➜  packagefile github.com/pion/sctp=/tmp/go-build548448651/b900/_pkg_.a
2025-08-20T21:27:01.6271825Z [00:03:15.692]➜  packagefile github.com/pion/webrtc/v4=/tmp/go-build548448651/b901/_pkg_.a
2025-08-20T21:27:01.6272401Z [00:03:15.692]➜  packagefile github.com/gorilla/websocket=/tmp/go-build548448651/b1001/_pkg_.a
2025-08-20T21:27:01.6273082Z [00:03:15.692]➜  packagefile github.com/quic-go/quic-go/http3=/tmp/go-build548448651/b926/_pkg_.a
2025-08-20T21:27:01.6273699Z [00:03:15.692]➜  packagefile github.com/quic-go/webtransport-go=/tmp/go-build548448651/b930/_pkg_.a
2025-08-20T21:27:01.6274282Z [00:03:15.692]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build548448651/b812/_pkg_.a
2025-08-20T21:27:01.6274873Z [00:03:15.692]➜  packagefile golang.org/x/crypto/internal/alias=/tmp/go-build548448651/b781/_pkg_.a
2025-08-20T21:27:01.6275494Z [00:03:15.692]➜  packagefile golang.org/x/crypto/salsa20/salsa=/tmp/go-build548448651/b788/_pkg_.a
2025-08-20T21:27:01.6276060Z [00:03:15.692]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build548448651/b240/_pkg_.a
2025-08-20T21:27:01.6276641Z [00:03:15.692]➜  packagefile github.com/ipfs/go-ds-badger=/tmp/go-build548448651/b1161/_pkg_.a
2025-08-20T21:27:01.6277305Z [00:03:15.692]➜  packagefile github.com/ceramicnetwork/go-dag-jose/dagjose=/tmp/go-build548448651/b1178/_pkg_.a
2025-08-20T21:27:01.6277951Z [00:03:15.692]➜  packagefile github.com/ipfs/go-ds-flatfs=/tmp/go-build548448651/b1181/_pkg_.a
2025-08-20T21:27:01.6278476Z [00:03:15.692]➜  packagefile compress/zlib=/tmp/go-build548448651/b313/_pkg_.a
2025-08-20T21:27:01.6279259Z [00:03:15.692]➜  packagefile github.com/ipfs/go-ipld-git=/tmp/go-build548448651/b1184/_pkg_.a
2025-08-20T21:27:01.6279847Z [00:03:15.692]➜  packagefile github.com/ipfs/go-ds-leveldb=/tmp/go-build548448651/b1186/_pkg_.a
2025-08-20T21:27:01.6280485Z [00:03:15.692]➜  packagefile github.com/syndtr/goleveldb/leveldb/opt=/tmp/go-build548448651/b1197/_pkg_.a
2025-08-20T21:27:01.6281123Z [00:03:15.692]➜  packagefile github.com/ipfs-shipyard/nopfs=/tmp/go-build548448651/b1200/_pkg_.a
2025-08-20T21:27:01.6281834Z [00:03:15.692]➜  packagefile github.com/ipfs-shipyard/nopfs/ipfs=/tmp/go-build548448651/b1203/_pkg_.a
2025-08-20T21:27:01.6282518Z [00:03:15.692]➜  packagefile github.com/ipfs/go-ds-pebble=/tmp/go-build548448651/b1205/_pkg_.a
2025-08-20T21:27:01.6283167Z [00:03:15.692]➜  packagefile github.com/opentracing/opentracing-go/log=/tmp/go-build548448651/b1159/_pkg_.a
2025-08-20T21:27:01.6283749Z [00:03:15.692]➜  packagefile go4.org/lock=/tmp/go-build548448651/b1150/_pkg_.a
2025-08-20T21:27:01.6284324Z [00:03:15.692]➜  packagefile github.com/ipfs/go-unixfsnode/directory=/tmp/go-build548448651/b676/_pkg_.a
2025-08-20T21:27:01.6284956Z [00:03:15.692]➜  packagefile github.com/ipfs/go-unixfsnode/file=/tmp/go-build548448651/b679/_pkg_.a
2025-08-20T21:27:01.6285575Z [00:03:15.692]➜  packagefile github.com/ipfs/go-unixfsnode/utils=/tmp/go-build548448651/b678/_pkg_.a
2025-08-20T21:27:01.6286296Z [00:03:15.692]➜  packagefile github.com/ipfs/kubo/repo/fsrepo/migrations/atomicfile=/tmp/go-build548448651/b1157/_pkg_.a
2025-08-20T21:27:01.6287001Z [00:03:15.692]➜  packagefile github.com/ipld/go-car/v2/index=/tmp/go-build548448651/b682/_pkg_.a
2025-08-20T21:27:01.6287633Z [00:03:15.692]➜  packagefile github.com/ipld/go-car/v2/internal/carv1=/tmp/go-build548448651/b686/_pkg_.a
2025-08-20T21:27:01.6288316Z [00:03:15.692]➜  packagefile github.com/ipld/go-car/v2/internal/carv1/util=/tmp/go-build548448651/b694/_pkg_.a
2025-08-20T21:27:01.6289103Z [00:03:15.692]➜  packagefile github.com/ipld/go-car/v2/internal/io=/tmp/go-build548448651/b683/_pkg_.a
2025-08-20T21:27:01.6289752Z [00:03:15.692]➜  packagefile github.com/ipld/go-car/v2/internal/loader=/tmp/go-build548448651/b695/_pkg_.a
2025-08-20T21:27:01.6290414Z [00:03:15.692]➜  packagefile github.com/ipld/go-ipld-prime/node/mixins=/tmp/go-build548448651/b341/_pkg_.a
2025-08-20T21:27:01.6291189Z [00:03:15.692]➜  packagefile go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc=/tmp/go-build548448651/b1030/_pkg_.a
2025-08-20T21:27:01.6292063Z [00:03:15.692]➜  packagefile go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp=/tmp/go-build548448651/b1128/_pkg_.a
2025-08-20T21:27:01.6292970Z [00:03:15.692]➜  packagefile go.opentelemetry.io/otel/exporters/stdout/stdouttrace=/tmp/go-build548448651/b1133/_pkg_.a
2025-08-20T21:27:01.6293765Z [00:03:15.692]➜  packagefile go.opentelemetry.io/otel/exporters/zipkin=/tmp/go-build548448651/b1135/_pkg_.a
2025-08-20T21:27:01.6294397Z [00:03:15.692]➜  packagefile go.opentelemetry.io/otel/sdk=/tmp/go-build548448651/b1035/_pkg_.a
2025-08-20T21:27:01.6295026Z [00:03:15.692]➜  packagefile go.opentelemetry.io/otel/sdk/internal/x=/tmp/go-build548448651/b1036/_pkg_.a
2025-08-20T21:27:01.6295712Z [00:03:15.692]➜  packagefile go.opentelemetry.io/otel/sdk/instrumentation=/tmp/go-build548448651/b1033/_pkg_.a
2025-08-20T21:27:01.6296401Z [00:03:15.692]➜  packagefile go.opentelemetry.io/otel/sdk/internal/env=/tmp/go-build548448651/b1038/_pkg_.a
2025-08-20T21:27:01.6297087Z [00:03:15.692]➜  packagefile go.opentelemetry.io/otel/semconv/internal=/tmp/go-build548448651/b1140/_pkg_.a
2025-08-20T21:27:01.6297724Z [00:03:15.692]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build548448651/b120/_pkg_.a
2025-08-20T21:27:01.6298310Z [00:03:15.692]➜  packagefile crypto/internal/fips140/ecdsa=/tmp/go-build548448651/b121/_pkg_.a
2025-08-20T21:27:01.6299256Z [00:03:15.692]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build548448651/b115/_pkg_.a
2025-08-20T21:27:01.6299975Z [00:03:15.692]➜  packagefile crypto/internal/fips140hash=/tmp/go-build548448651/b125/_pkg_.a
2025-08-20T21:27:01.6300687Z [00:03:15.692]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build548448651/b122/_pkg_.a
2025-08-20T21:27:01.6301383Z [00:03:15.692]➜  packagefile crypto/internal/fips140/rsa=/tmp/go-build548448651/b149/_pkg_.a
2025-08-20T21:27:01.6302054Z [00:03:15.692]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build548448651/b092/_pkg_.a
2025-08-20T21:27:01.6302872Z [00:03:15.692]➜  packagefile github.com/libp2p/go-libp2p/core/record/pb=/tmp/go-build548448651/b322/_pkg_.a
2025-08-20T21:27:01.6303522Z [00:03:15.692]➜  packagefile crypto/hkdf=/tmp/go-build548448651/b134/_pkg_.a
2025-08-20T21:27:01.6304203Z [00:03:15.692]➜  packagefile crypto/hmac=/tmp/go-build548448651/b136/_pkg_.a
2025-08-20T21:27:01.6304886Z [00:03:15.692]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build548448651/b086/_pkg_.a
2025-08-20T21:27:01.6305905Z [00:03:15.692]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build548448651/b099/_pkg_.a
2025-08-20T21:27:01.6307024Z [00:03:15.692]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build548448651/b137/_pkg_.a
2025-08-20T21:27:01.6308101Z [00:03:15.693]➜  packagefile crypto/internal/fips140/tls12=/tmp/go-build548448651/b138/_pkg_.a
2025-08-20T21:27:01.6309303Z [00:03:15.693]➜  packagefile crypto/internal/fips140/tls13=/tmp/go-build548448651/b139/_pkg_.a
2025-08-20T21:27:01.6310279Z [00:03:15.693]➜  packagefile crypto/internal/hpke=/tmp/go-build548448651/b140/_pkg_.a
2025-08-20T21:27:01.6311154Z [00:03:15.693]➜  packagefile crypto/rc4=/tmp/go-build548448651/b147/_pkg_.a
2025-08-20T21:27:01.6312113Z [00:03:15.693]➜  packagefile crypto/tls/internal/fips140tls=/tmp/go-build548448651/b152/_pkg_.a
2025-08-20T21:27:01.6313271Z [00:03:15.693]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build548448651/b141/_pkg_.a
2025-08-20T21:27:01.6314250Z [00:03:15.693]➜  packagefile weak=/tmp/go-build548448651/b124/_pkg_.a
2025-08-20T21:27:01.6315252Z [00:03:15.693]➜  packagefile github.com/hashicorp/golang-lru/v2/simplelru=/tmp/go-build548448651/b226/_pkg_.a
2025-08-20T21:27:01.6316643Z [00:03:15.693]➜  packagefile github.com/libp2p/go-libp2p/p2p/http/auth/internal/handshake=/tmp/go-build548448651/b954/_pkg_.a
2025-08-20T21:27:01.6317774Z [00:03:15.693]➜  packagefile unique=/tmp/go-build548448651/b165/_pkg_.a
2025-08-20T21:27:01.6318808Z [00:03:15.693]➜  packagefile golang.org/x/net/ipv4=/tmp/go-build548448651/b450/_pkg_.a
2025-08-20T21:27:01.6319754Z [00:03:15.693]➜  packagefile golang.org/x/net/ipv6=/tmp/go-build548448651/b454/_pkg_.a
2025-08-20T21:27:01.6320837Z [00:03:15.693]➜  packagefile github.com/munnerz/goautoneg=/tmp/go-build548448651/b396/_pkg_.a
2025-08-20T21:27:01.6322079Z [00:03:15.693]➜  packagefile google.golang.org/protobuf/encoding/protodelim=/tmp/go-build548448651/b397/_pkg_.a
2025-08-20T21:27:01.6323611Z [00:03:15.693]➜  packagefile google.golang.org/protobuf/encoding/prototext=/tmp/go-build548448651/b306/_pkg_.a
2025-08-20T21:27:01.6324916Z [00:03:15.693]➜  packagefile github.com/prometheus/procfs/internal/fs=/tmp/go-build548448651/b399/_pkg_.a
2025-08-20T21:27:01.6326150Z [00:03:15.693]➜  packagefile github.com/prometheus/procfs/internal/util=/tmp/go-build548448651/b400/_pkg_.a
2025-08-20T21:27:01.6327787Z [00:03:15.693]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconvutil=/tmp/go-build548448651/b706/_pkg_.a
2025-08-20T21:27:01.6329462Z [00:03:15.693]➜  packagefile go.opentelemetry.io/otel/metric/noop=/tmp/go-build548448651/b708/_pkg_.a
2025-08-20T21:27:01.6330729Z [00:03:15.693]➜  packagefile go.opentelemetry.io/otel/semconv/v1.20.0=/tmp/go-build548448651/b707/_pkg_.a
2025-08-20T21:27:01.6332040Z [00:03:15.693]➜  packagefile go.opentelemetry.io/otel/semconv/v1.34.0/httpconv=/tmp/go-build548448651/b709/_pkg_.a
2025-08-20T21:27:01.6333353Z [00:03:15.693]➜  packagefile go.opentelemetry.io/otel/metric/embedded=/tmp/go-build548448651/b220/_pkg_.a
2025-08-20T21:27:01.6334570Z [00:03:15.693]➜  packagefile go.opentelemetry.io/otel/baggage=/tmp/go-build548448651/b222/_pkg_.a
2025-08-20T21:27:01.6335647Z [00:03:15.693]➜  packagefile github.com/go-logr/stdr=/tmp/go-build548448651/b206/_pkg_.a
2025-08-20T21:27:01.6336723Z [00:03:15.693]➜  packagefile go.opentelemetry.io/auto/sdk=/tmp/go-build548448651/b208/_pkg_.a
2025-08-20T21:27:01.6337896Z [00:03:15.693]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/tmp/go-build548448651/b171/_pkg_.a
2025-08-20T21:27:01.6339282Z [00:03:15.693]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build548448651/b173/_pkg_.a
2025-08-20T21:27:01.6340653Z [00:03:15.693]➜  packagefile vendor/golang.org/x/text/unicode/norm=/tmp/go-build548448651/b174/_pkg_.a
2025-08-20T21:27:01.6341956Z [00:03:15.693]➜  packagefile github.com/ipld/go-ipld-prime/adl=/tmp/go-build548448651/b335/_pkg_.a
2025-08-20T21:27:01.6343208Z [00:03:15.693]➜  packagefile github.com/ipld/go-ipld-prime/node/bindnode=/tmp/go-build548448651/b342/_pkg_.a
2025-08-20T21:27:01.6344459Z [00:03:15.693]➜  packagefile github.com/ipld/go-ipld-prime/schema/dmt=/tmp/go-build548448651/b354/_pkg_.a
2025-08-20T21:27:01.6345735Z [00:03:15.693]➜  packagefile github.com/ipld/go-ipld-prime/schema/dsl=/tmp/go-build548448651/b355/_pkg_.a
2025-08-20T21:27:01.6347004Z [00:03:15.693]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build548448651/b288/_pkg_.a
2025-08-20T21:27:01.6348362Z [00:03:15.693]➜  packagefile google.golang.org/protobuf/internal/filetype=/tmp/go-build548448651/b304/_pkg_.a
2025-08-20T21:27:01.6349871Z [00:03:15.693]➜  packagefile google.golang.org/protobuf/internal/impl=/tmp/go-build548448651/b305/_pkg_.a
2025-08-20T21:27:01.6351209Z [00:03:15.693]➜  packagefile google.golang.org/protobuf/internal/protolazy=/tmp/go-build548448651/b309/_pkg_.a
2025-08-20T21:27:01.6352699Z [00:03:15.693]➜  packagefile google.golang.org/protobuf/internal/version=/tmp/go-build548448651/b310/_pkg_.a
2025-08-20T21:27:01.6353970Z [00:03:15.693]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build548448651/b284/_pkg_.a
2025-08-20T21:27:01.6355047Z [00:03:15.693]➜  packagefile go/token=/tmp/go-build548448651/b297/_pkg_.a
2025-08-20T21:27:01.6356018Z [00:03:15.693]➜  packagefile golang.org/x/oauth2/internal=/tmp/go-build548448651/b375/_pkg_.a
2025-08-20T21:27:01.6357128Z [00:03:15.693]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build548448651/b089/_pkg_.a
2025-08-20T21:27:01.6358350Z [00:03:15.693]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build548448651/b093/_pkg_.a
2025-08-20T21:27:01.6359864Z [00:03:15.693]➜  packagefile github.com/multiformats/go-multihash/register/blake2=/tmp/go-build548448651/b238/_pkg_.a
2025-08-20T21:27:01.6361448Z [00:03:15.693]➜  packagefile github.com/multiformats/go-multihash/register/blake3=/tmp/go-build548448651/b242/_pkg_.a
2025-08-20T21:27:01.6362865Z [00:03:15.693]➜  packagefile github.com/multiformats/go-multihash/register/murmur3=/tmp/go-build548448651/b248/_pkg_.a
2025-08-20T21:27:01.6364326Z [00:03:15.693]➜  packagefile github.com/multiformats/go-multihash/register/sha3=/tmp/go-build548448651/b250/_pkg_.a
2025-08-20T21:27:01.6365779Z [00:03:15.693]➜  packagefile github.com/multiformats/go-multihash/register/sha256=/tmp/go-build548448651/b253/_pkg_.a
2025-08-20T21:27:01.6367035Z [00:03:15.693]➜  packagefile crypto/internal/boring/sig=/tmp/go-build548448651/b107/_pkg_.a
2025-08-20T21:27:01.6368188Z [00:03:15.693]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build548448651/b088/_pkg_.a
2025-08-20T21:27:01.6369480Z [00:03:15.693]➜  packagefile crypto/internal/entropy=/tmp/go-build548448651/b101/_pkg_.a
2025-08-20T21:27:01.6370722Z [00:03:15.693]➜  packagefile crypto/internal/fips140/check=/tmp/go-build548448651/b090/_pkg_.a
2025-08-20T21:27:01.6371827Z [00:03:15.693]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build548448651/b096/_pkg_.a
2025-08-20T21:27:01.6372964Z [00:03:15.693]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build548448651/b098/_pkg_.a
2025-08-20T21:27:01.6374142Z [00:03:15.693]➜  packagefile github.com/cockroachdb/errors/assert=/tmp/go-build548448651/b537/_pkg_.a
2025-08-20T21:27:01.6375330Z [00:03:15.693]➜  packagefile github.com/cockroachdb/errors/barriers=/tmp/go-build548448651/b561/_pkg_.a
2025-08-20T21:27:01.6376567Z [00:03:15.693]➜  packagefile github.com/cockroachdb/errors/contexttags=/tmp/go-build548448651/b562/_pkg_.a
2025-08-20T21:27:01.6377787Z [00:03:15.693]➜  packagefile github.com/cockroachdb/errors/domains=/tmp/go-build548448651/b564/_pkg_.a
2025-08-20T21:27:01.6379151Z [00:03:15.693]➜  packagefile github.com/cockroachdb/errors/errbase=/tmp/go-build548448651/b538/_pkg_.a
2025-08-20T21:27:01.6380496Z [00:03:15.693]➜  packagefile github.com/cockroachdb/errors/errutil=/tmp/go-build548448651/b565/_pkg_.a
2025-08-20T21:27:01.6381735Z [00:03:15.693]➜  packagefile github.com/cockroachdb/errors/hintdetail=/tmp/go-build548448651/b594/_pkg_.a
2025-08-20T21:27:01.6382917Z [00:03:15.693]➜  packagefile github.com/cockroachdb/errors/issuelink=/tmp/go-build548448651/b595/_pkg_.a
2025-08-20T21:27:01.6384000Z [00:03:15.693]➜  packagefile github.com/cockroachdb/errors/markers=/tmp/go-build548448651/b559/_pkg_.a
2025-08-20T21:27:01.6385195Z [00:03:15.693]➜  packagefile github.com/cockroachdb/errors/report=/tmp/go-build548448651/b596/_pkg_.a
2025-08-20T21:27:01.6386355Z [00:03:15.693]➜  packagefile github.com/cockroachdb/errors/safedetails=/tmp/go-build548448651/b597/_pkg_.a
2025-08-20T21:27:01.6387545Z [00:03:15.693]➜  packagefile github.com/cockroachdb/errors/secondary=/tmp/go-build548448651/b567/_pkg_.a
2025-08-20T21:27:01.6388936Z [00:03:15.693]➜  packagefile github.com/cockroachdb/errors/telemetrykeys=/tmp/go-build548448651/b598/_pkg_.a
2025-08-20T21:27:01.6390181Z [00:03:15.693]➜  packagefile github.com/cockroachdb/errors/withstack=/tmp/go-build548448651/b568/_pkg_.a
2025-08-20T21:27:01.6391431Z [00:03:15.693]➜  packagefile github.com/cockroachdb/logtags=/tmp/go-build548448651/b563/_pkg_.a
2025-08-20T21:27:01.6392524Z [00:03:15.693]➜  packagefile github.com/getsentry/sentry-go=/tmp/go-build548448651/b569/_pkg_.a
2025-08-20T21:27:01.6393548Z [00:03:15.693]➜  packagefile github.com/pkg/errors=/tmp/go-build548448651/b558/_pkg_.a
2025-08-20T21:27:01.6394554Z [00:03:15.693]➜  packagefile github.com/cockroachdb/swiss=/tmp/go-build548448651/b614/_pkg_.a
2025-08-20T21:27:01.6395736Z [00:03:15.693]➜  packagefile github.com/cockroachdb/pebble/v2/internal/dsl=/tmp/go-build548448651/b618/_pkg_.a
2025-08-20T21:27:01.6397341Z [00:03:15.693]➜  packagefile github.com/cockroachdb/pebble/v2/objstorage/objstorageprovider/remoteobjcat=/tmp/go-build548448651/b634/_pkg_.a
2025-08-20T21:27:01.6399087Z [00:03:15.693]➜  packagefile github.com/cockroachdb/pebble/v2/internal/crc=/tmp/go-build548448651/b623/_pkg_.a
2025-08-20T21:27:01.6400500Z [00:03:15.693]➜  packagefile github.com/cockroachdb/pebble/v2/bloom=/tmp/go-build548448651/b621/_pkg_.a
2025-08-20T21:27:01.6401763Z [00:03:15.693]➜  packagefile github.com/cockroachdb/pebble/v2/internal/binfmt=/tmp/go-build548448651/b622/_pkg_.a
2025-08-20T21:27:01.6402992Z [00:03:15.693]➜  packagefile github.com/cockroachdb/pebble/v2/internal/intern=/tmp/go-build548448651/b624/_pkg_.a
2025-08-20T21:27:01.6404316Z [00:03:15.693]➜  packagefile github.com/cockroachdb/pebble/v2/sstable/rowblk=/tmp/go-build548448651/b644/_pkg_.a
2025-08-20T21:27:01.6405459Z [00:03:15.693]➜  packagefile github.com/DataDog/zstd=/tmp/go-build548448651/b639/_pkg_.a
2025-08-20T21:27:01.6406485Z [00:03:15.693]➜  packagefile github.com/golang/snappy=/tmp/go-build548448651/b640/_pkg_.a
2025-08-20T21:27:01.6407763Z [00:03:15.693]➜  packagefile github.com/cockroachdb/crlib/crbytes=/tmp/go-build548448651/b642/_pkg_.a
2025-08-20T21:27:01.6409237Z [00:03:15.693]➜  packagefile github.com/cockroachdb/redact/builder=/tmp/go-build548448651/b546/_pkg_.a
2025-08-20T21:27:01.6410469Z [00:03:15.693]➜  packagefile github.com/cockroachdb/redact/interfaces=/tmp/go-build548448651/b547/_pkg_.a
2025-08-20T21:27:01.6411830Z [00:03:15.693]➜  packagefile github.com/cockroachdb/redact/internal/buffer=/tmp/go-build548448651/b548/_pkg_.a
2025-08-20T21:27:01.6413190Z [00:03:15.693]➜  packagefile github.com/cockroachdb/redact/internal/fmtforward=/tmp/go-build548448651/b553/_pkg_.a
2025-08-20T21:27:01.6414632Z [00:03:15.693]➜  packagefile github.com/cockroachdb/redact/internal/markers=/tmp/go-build548448651/b550/_pkg_.a
2025-08-20T21:27:01.6415952Z [00:03:15.693]➜  packagefile github.com/cockroachdb/redact/internal/redact=/tmp/go-build548448651/b552/_pkg_.a
2025-08-20T21:27:01.6417307Z [00:03:15.693]➜  packagefile github.com/cockroachdb/redact/internal/rfmt=/tmp/go-build548448651/b551/_pkg_.a
2025-08-20T21:27:01.6418798Z [00:03:15.693]➜  packagefile github.com/gabriel-vasile/mimetype/internal/charset=/tmp/go-build548448651/b657/_pkg_.a
2025-08-20T21:27:01.6420275Z [00:03:15.693]➜  packagefile github.com/gabriel-vasile/mimetype/internal/magic=/tmp/go-build548448651/b660/_pkg_.a
2025-08-20T21:27:01.6421450Z [00:03:15.693]➜  packagefile github.com/ucarion/urlpath=/tmp/go-build548448651/b673/_pkg_.a
2025-08-20T21:27:01.6422460Z [00:03:15.693]➜  packagefile github.com/ipfs/go-bitfield=/tmp/go-build548448651/b476/_pkg_.a
2025-08-20T21:27:01.6423459Z [00:03:15.693]➜  packagefile github.com/spaolacci/murmur3=/tmp/go-build548448651/b249/_pkg_.a
2025-08-20T21:27:01.6424520Z [00:03:15.693]➜  packagefile github.com/ipld/go-car/v2/internal/store=/tmp/go-build548448651/b697/_pkg_.a
2025-08-20T21:27:01.6425629Z [00:03:15.693]➜  packagefile github.com/ipld/go-ipld-prime/storage=/tmp/go-build548448651/b339/_pkg_.a
2025-08-20T21:27:01.6426689Z [00:03:15.693]➜  packagefile github.com/polydawn/refmt/cbor=/tmp/go-build548448651/b486/_pkg_.a
2025-08-20T21:27:01.6427736Z [00:03:15.693]➜  packagefile github.com/polydawn/refmt/shared=/tmp/go-build548448651/b361/_pkg_.a
2025-08-20T21:27:01.6428935Z [00:03:15.693]➜  packagefile github.com/polydawn/refmt/tok=/tmp/go-build548448651/b360/_pkg_.a
2025-08-20T21:27:01.6430227Z [00:03:15.693]➜  packagefile github.com/polydawn/refmt/json=/tmp/go-build548448651/b357/_pkg_.a
2025-08-20T21:27:01.6431617Z [00:03:15.693]➜  packagefile github.com/ipld/go-ipld-prime/linking/preload=/tmp/go-build548448651/b364/_pkg_.a
2025-08-20T21:27:01.6433116Z [00:03:15.693]➜  packagefile github.com/whyrusleeping/chunker=/tmp/go-build548448651/b471/_pkg_.a
2025-08-20T21:27:01.6434502Z [00:03:15.693]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/internal=/tmp/go-build548448651/b475/_pkg_.a
2025-08-20T21:27:01.6435871Z [00:03:15.693]➜  packagefile github.com/libp2p/go-libp2p/core/sec/insecure=/tmp/go-build548448651/b739/_pkg_.a
2025-08-20T21:27:01.6437363Z [00:03:15.693]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/blank=/tmp/go-build548448651/b931/_pkg_.a
2025-08-20T21:27:01.6439060Z [00:03:15.693]➜  packagefile golang.org/x/crypto/cryptobyte=/tmp/go-build548448651/b719/_pkg_.a
2025-08-20T21:27:01.6440284Z [00:03:15.693]➜  packagefile golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build548448651/b720/_pkg_.a
2025-08-20T21:27:01.6441911Z [00:03:15.693]➜  packagefile github.com/ipfs/boxo/bitswap/client/internal/blockpresencemanager=/tmp/go-build548448651/b406/_pkg_.a
2025-08-20T21:27:01.6443459Z [00:03:15.693]➜  packagefile github.com/ipfs/boxo/bitswap/client/internal/getter=/tmp/go-build548448651/b407/_pkg_.a
2025-08-20T21:27:01.6445073Z [00:03:15.693]➜  packagefile github.com/ipfs/boxo/bitswap/client/internal/messagequeue=/tmp/go-build548448651/b412/_pkg_.a
2025-08-20T21:27:01.6446766Z [00:03:15.693]➜  packagefile github.com/ipfs/boxo/bitswap/client/internal/notifications=/tmp/go-build548448651/b409/_pkg_.a
2025-08-20T21:27:01.6448660Z [00:03:15.693]➜  packagefile github.com/ipfs/boxo/bitswap/client/internal/peermanager=/tmp/go-build548448651/b428/_pkg_.a
2025-08-20T21:27:01.6450329Z [00:03:15.693]➜  packagefile github.com/ipfs/boxo/bitswap/client/internal/session=/tmp/go-build548448651/b431/_pkg_.a
2025-08-20T21:27:01.6452047Z [00:03:15.693]➜  packagefile github.com/ipfs/boxo/bitswap/client/internal/sessioninterestmanager=/tmp/go-build548448651/b433/_pkg_.a
2025-08-20T21:27:01.6465218Z [00:03:15.693]➜  packagefile github.com/ipfs/boxo/bitswap/client/internal/sessionmanager=/tmp/go-build548448651/b435/_pkg_.a
2025-08-20T21:27:01.6466837Z [00:03:15.693]➜  packagefile github.com/ipfs/boxo/bitswap/client/internal/sessionpeermanager=/tmp/go-build548448651/b436/_pkg_.a
2025-08-20T21:27:01.6468223Z [00:03:15.693]➜  packagefile github.com/ipfs/boxo/bitswap/internal=/tmp/go-build548448651/b437/_pkg_.a
2025-08-20T21:27:01.6469619Z [00:03:15.693]➜  packagefile github.com/ipfs/boxo/bitswap/client/wantlist=/tmp/go-build548448651/b414/_pkg_.a
2025-08-20T21:27:01.6470882Z [00:03:15.693]➜  packagefile github.com/ipfs/go-datastore/keytransform=/tmp/go-build548448651/b262/_pkg_.a
2025-08-20T21:27:01.6472152Z [00:03:15.693]➜  packagefile github.com/ipld/go-ipld-prime/fluent=/tmp/go-build548448651/b529/_pkg_.a
2025-08-20T21:27:01.6473456Z [00:03:15.693]➜  packagefile github.com/ipfs/boxo/bitswap/network/bsnet/internal=/tmp/go-build548448651/b957/_pkg_.a
2025-08-20T21:27:01.6474756Z [00:03:15.693]➜  packagefile github.com/ipfs/boxo/pinning/pinner/dsindex=/tmp/go-build548448651/b961/_pkg_.a
2025-08-20T21:27:01.6475930Z [00:03:15.693]➜  packagefile github.com/polydawn/refmt/obj/atlas=/tmp/go-build548448651/b359/_pkg_.a
2025-08-20T21:27:01.6476958Z [00:03:15.693]➜  packagefile bazil.org/fuse/fuseutil=/tmp/go-build548448651/b1021/_pkg_.a
2025-08-20T21:27:01.6478098Z [00:03:15.693]➜  packagefile github.com/ipfs/boxo/routing/http/types/ndjson=/tmp/go-build548448651/b977/_pkg_.a
2025-08-20T21:27:01.6479513Z [00:03:15.693]➜  packagefile github.com/ipfs/boxo/routing/http/internal=/tmp/go-build548448651/b971/_pkg_.a
2025-08-20T21:27:01.6480694Z [00:03:15.693]➜  packagefile github.com/libp2p/go-cidranger=/tmp/go-build548448651/b502/_pkg_.a
2025-08-20T21:27:01.6481863Z [00:03:15.693]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/autonat/pb=/tmp/go-build548448651/b742/_pkg_.a
2025-08-20T21:27:01.6483345Z [00:03:15.693]➜  packagefile github.com/libp2p/go-libp2p/p2p/net/nat/internal/nat=/tmp/go-build548448651/b760/_pkg_.a
2025-08-20T21:27:01.6484677Z [00:03:15.693]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/autonatv2/pb=/tmp/go-build548448651/b773/_pkg_.a
2025-08-20T21:27:01.6486046Z [00:03:15.693]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/holepunch/pb=/tmp/go-build548448651/b775/_pkg_.a
2025-08-20T21:27:01.6487516Z [00:03:15.693]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/identify/internal/user-agent=/tmp/go-build548448651/b749/_pkg_.a
2025-08-20T21:27:01.6489135Z [00:03:15.693]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/identify/pb=/tmp/go-build548448651/b750/_pkg_.a
2025-08-20T21:27:01.6490357Z [00:03:15.693]➜  packagefile crypto/internal/fips140/edwards25519=/tmp/go-build548448651/b133/_pkg_.a
2025-08-20T21:27:01.6491573Z [00:03:15.693]➜  packagefile crypto/internal/fips140/ecdh=/tmp/go-build548448651/b114/_pkg_.a
2025-08-20T21:27:01.6492725Z [00:03:15.693]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build548448651/b117/_pkg_.a
2025-08-20T21:27:01.6493778Z [00:03:15.693]➜  packagefile crypto/internal/impl=/tmp/go-build548448651/b095/_pkg_.a
2025-08-20T21:27:01.6494761Z [00:03:15.693]➜  packagefile github.com/rivo/uniseg=/tmp/go-build548448651/b1215/_pkg_.a
2025-08-20T21:27:01.6495832Z [00:03:15.693]➜  packagefile github.com/mattn/go-colorable=/tmp/go-build548448651/b1218/_pkg_.a
2025-08-20T21:27:01.6496893Z [00:03:15.693]➜  packagefile github.com/ipfs/go-peertaskqueue=/tmp/go-build548448651/b458/_pkg_.a
2025-08-20T21:27:01.6497995Z [00:03:15.693]➜  packagefile github.com/ipfs/go-peertaskqueue/peertask=/tmp/go-build548448651/b461/_pkg_.a
2025-08-20T21:27:01.6499527Z [00:03:15.693]➜  packagefile github.com/ipfs/go-peertaskqueue/peertracker=/tmp/go-build548448651/b462/_pkg_.a
2025-08-20T21:27:01.6500847Z [00:03:15.693]➜  packagefile github.com/hashicorp/golang-lru/simplelru=/tmp/go-build548448651/b498/_pkg_.a
2025-08-20T21:27:01.6502075Z [00:03:15.693]➜  packagefile github.com/ipfs/go-datastore/autobatch=/tmp/go-build548448651/b499/_pkg_.a
2025-08-20T21:27:01.6503244Z [00:03:15.693]➜  packagefile gonum.org/v1/gonum/mathext/internal/amos=/tmp/go-build548448651/b516/_pkg_.a
2025-08-20T21:27:01.6504440Z [00:03:15.693]➜  packagefile gonum.org/v1/gonum/mathext/internal/cephes=/tmp/go-build548448651/b518/_pkg_.a
2025-08-20T21:27:01.6505598Z [00:03:15.693]➜  packagefile gonum.org/v1/gonum/mathext/internal/gonum=/tmp/go-build548448651/b519/_pkg_.a
2025-08-20T21:27:01.6506641Z [00:03:15.693]➜  packagefile internal/sysinfo=/tmp/go-build548448651/b521/_pkg_.a
2025-08-20T21:27:01.6507517Z [00:03:15.693]➜  packagefile golang.org/x/time/rate=/tmp/go-build548448651/b752/_pkg_.a
2025-08-20T21:27:01.6508471Z [00:03:15.693]➜  packagefile github.com/go-kit/log=/tmp/go-build548448651/b1244/_pkg_.a
2025-08-20T21:27:01.6509731Z [00:03:15.693]➜  packagefile github.com/prometheus/statsd_exporter/pkg/level=/tmp/go-build548448651/b1246/_pkg_.a
2025-08-20T21:27:01.6511036Z [00:03:15.693]➜  packagefile github.com/prometheus/statsd_exporter/pkg/mapper/fsm=/tmp/go-build548448651/b1248/_pkg_.a
2025-08-20T21:27:01.6512140Z [00:03:15.693]➜  packagefile gopkg.in/yaml.v2=/tmp/go-build548448651/b1249/_pkg_.a
2025-08-20T21:27:01.6513151Z [00:03:15.693]➜  packagefile github.com/slok/go-http-metrics/metrics=/tmp/go-build548448651/b1260/_pkg_.a
2025-08-20T21:27:01.6514586Z [00:03:15.693]➜  packagefile github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil/header=/tmp/go-build548448651/b1241/_pkg_.a
2025-08-20T21:27:01.6515846Z [00:03:15.693]➜  packagefile go.opencensus.io=/tmp/go-build548448651/b1254/_pkg_.a
2025-08-20T21:27:01.6516877Z [00:03:15.693]➜  packagefile go.opencensus.io/trace/propagation=/tmp/go-build548448651/b1267/_pkg_.a
2025-08-20T21:27:01.6517935Z [00:03:15.693]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build548448651/b1078/_pkg_.a
2025-08-20T21:27:01.6519171Z [00:03:15.693]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build548448651/b1055/_pkg_.a
2025-08-20T21:27:01.6520415Z [00:03:15.693]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build548448651/b1065/_pkg_.a
2025-08-20T21:27:01.6521505Z [00:03:15.693]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build548448651/b1064/_pkg_.a
2025-08-20T21:27:01.6522484Z [00:03:15.693]➜  packagefile google.golang.org/grpc/status=/tmp/go-build548448651/b1090/_pkg_.a
2025-08-20T21:27:01.6523525Z [00:03:15.693]➜  packagefile github.com/golang/groupcache/lru=/tmp/go-build548448651/b1252/_pkg_.a
2025-08-20T21:27:01.6524538Z [00:03:15.693]➜  packagefile go.opencensus.io/trace/internal=/tmp/go-build548448651/b1255/_pkg_.a
2025-08-20T21:27:01.6525606Z [00:03:15.693]➜  packagefile go.opencensus.io/trace/tracestate=/tmp/go-build548448651/b1256/_pkg_.a
2025-08-20T21:27:01.6526717Z [00:03:15.693]➜  packagefile github.com/zeebo/blake3/internal/alg=/tmp/go-build548448651/b725/_pkg_.a
2025-08-20T21:27:01.6527965Z [00:03:15.693]➜  packagefile github.com/zeebo/blake3/internal/consts=/tmp/go-build548448651/b728/_pkg_.a
2025-08-20T21:27:01.6529259Z [00:03:15.693]➜  packagefile github.com/zeebo/blake3/internal/utils=/tmp/go-build548448651/b733/_pkg_.a
2025-08-20T21:27:01.6529944Z [00:03:15.693]➜  packagefile golang.org/x/text/secure/bidirule=/tmp/go-build548448651/b722/_pkg_.a
2025-08-20T21:27:01.6530555Z [00:03:15.694]➜  packagefile golang.org/x/text/unicode/bidi=/tmp/go-build548448651/b723/_pkg_.a
2025-08-20T21:27:01.6531158Z [00:03:15.694]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build548448651/b582/_pkg_.a
2025-08-20T21:27:01.6531707Z [00:03:15.694]➜  packagefile log/slog/internal=/tmp/go-build548448651/b203/_pkg_.a
2025-08-20T21:27:01.6532257Z [00:03:15.694]➜  packagefile log/slog/internal/buffer=/tmp/go-build548448651/b204/_pkg_.a
2025-08-20T21:27:01.6533022Z [00:03:15.694]➜  packagefile github.com/libp2p/go-libp2p/p2p/net/pnet=/tmp/go-build548448651/b786/_pkg_.a
2025-08-20T21:27:01.6533773Z [00:03:15.694]➜  packagefile github.com/klauspost/compress/zstd=/tmp/go-build548448651/b793/_pkg_.a
2025-08-20T21:27:01.6534408Z [00:03:15.694]➜  packagefile github.com/quic-go/quic-go/logging=/tmp/go-build548448651/b807/_pkg_.a
2025-08-20T21:27:01.6535009Z [00:03:15.694]➜  packagefile github.com/quic-go/quic-go/metrics=/tmp/go-build548448651/b815/_pkg_.a
2025-08-20T21:27:01.6535602Z [00:03:15.694]➜  packagefile github.com/quic-go/quic-go/qlog=/tmp/go-build548448651/b816/_pkg_.a
2025-08-20T21:27:01.6536184Z [00:03:15.694]➜  packagefile golang.org/x/crypto/blake2b=/tmp/go-build548448651/b239/_pkg_.a
2025-08-20T21:27:01.6536755Z [00:03:15.694]➜  packagefile golang.org/x/crypto/blake2s=/tmp/go-build548448651/b241/_pkg_.a
2025-08-20T21:27:01.6537335Z [00:03:15.694]➜  packagefile golang.org/x/crypto/curve25519=/tmp/go-build548448651/b783/_pkg_.a
2025-08-20T21:27:01.6537928Z [00:03:15.694]➜  packagefile golang.org/x/crypto/chacha20=/tmp/go-build548448651/b780/_pkg_.a
2025-08-20T21:27:01.6538763Z [00:03:15.694]➜  packagefile golang.org/x/crypto/internal/poly1305=/tmp/go-build548448651/b782/_pkg_.a
2025-08-20T21:27:01.6539475Z [00:03:15.694]➜  packagefile github.com/quic-go/quic-go/internal/ackhandler=/tmp/go-build548448651/b802/_pkg_.a
2025-08-20T21:27:01.6540186Z [00:03:15.694]➜  packagefile github.com/quic-go/quic-go/internal/flowcontrol=/tmp/go-build548448651/b810/_pkg_.a
2025-08-20T21:27:01.6540890Z [00:03:15.694]➜  packagefile github.com/quic-go/quic-go/internal/handshake=/tmp/go-build548448651/b811/_pkg_.a
2025-08-20T21:27:01.6541576Z [00:03:15.694]➜  packagefile github.com/quic-go/quic-go/internal/protocol=/tmp/go-build548448651/b804/_pkg_.a
2025-08-20T21:27:01.6542239Z [00:03:15.694]➜  packagefile github.com/quic-go/quic-go/internal/qerr=/tmp/go-build548448651/b808/_pkg_.a
2025-08-20T21:27:01.6542898Z [00:03:15.694]➜  packagefile github.com/quic-go/quic-go/internal/utils=/tmp/go-build548448651/b806/_pkg_.a
2025-08-20T21:27:01.6543616Z [00:03:15.694]➜  packagefile github.com/quic-go/quic-go/internal/utils/linkedlist=/tmp/go-build548448651/b813/_pkg_.a
2025-08-20T21:27:01.6544362Z [00:03:15.694]➜  packagefile github.com/quic-go/quic-go/internal/utils/ringbuffer=/tmp/go-build548448651/b814/_pkg_.a
2025-08-20T21:27:01.6545142Z [00:03:15.694]➜  packagefile github.com/quic-go/quic-go/internal/wire=/tmp/go-build548448651/b809/_pkg_.a
2025-08-20T21:27:01.6545781Z [00:03:15.694]➜  packagefile github.com/quic-go/quic-go/quicvarint=/tmp/go-build548448651/b805/_pkg_.a
2025-08-20T21:27:01.6546394Z [00:03:15.694]➜  packagefile github.com/libp2p/go-reuseport=/tmp/go-build548448651/b938/_pkg_.a
2025-08-20T21:27:01.6547174Z [00:03:15.694]➜  packagefile github.com/libp2p/go-libp2p/p2p/transport/tcpreuse/internal/sampledconn=/tmp/go-build548448651/b939/_pkg_.a
2025-08-20T21:27:01.6547910Z [00:03:15.694]➜  packagefile github.com/mikioh/tcpopt=/tmp/go-build548448651/b998/_pkg_.a
2025-08-20T21:27:01.6548456Z [00:03:15.694]➜  packagefile github.com/pion/ice/v4=/tmp/go-build548448651/b821/_pkg_.a
2025-08-20T21:27:01.6549322Z [00:03:15.694]➜  packagefile github.com/pion/stun=/tmp/go-build548448651/b871/_pkg_.a
2025-08-20T21:27:01.6549878Z [00:03:15.694]➜  packagefile github.com/pion/randutil=/tmp/go-build548448651/b860/_pkg_.a
2025-08-20T21:27:01.6550485Z [00:03:15.694]➜  packagefile github.com/pion/transport/v3/deadline=/tmp/go-build548448651/b843/_pkg_.a
2025-08-20T21:27:01.6551075Z [00:03:15.694]➜  packagefile github.com/pion/dtls/v3=/tmp/go-build548448651/b822/_pkg_.a
2025-08-20T21:27:01.6551704Z [00:03:15.694]➜  packagefile github.com/pion/dtls/v3/pkg/crypto/elliptic=/tmp/go-build548448651/b830/_pkg_.a
2025-08-20T21:27:01.6552434Z [00:03:15.694]➜  packagefile github.com/pion/dtls/v3/pkg/crypto/fingerprint=/tmp/go-build548448651/b902/_pkg_.a
2025-08-20T21:27:01.6553160Z [00:03:15.694]➜  packagefile github.com/pion/dtls/v3/pkg/protocol/handshake=/tmp/go-build548448651/b834/_pkg_.a
2025-08-20T21:27:01.6553879Z [00:03:15.694]➜  packagefile github.com/pion/interceptor=/tmp/go-build548448651/b903/_pkg_.a
2025-08-20T21:27:01.6554580Z [00:03:15.694]➜  packagefile github.com/pion/interceptor/pkg/flexfec=/tmp/go-build548448651/b907/_pkg_.a
2025-08-20T21:27:01.6555241Z [00:03:15.694]➜  packagefile github.com/pion/interceptor/pkg/nack=/tmp/go-build548448651/b909/_pkg_.a
2025-08-20T21:27:01.6555898Z [00:03:15.694]➜  packagefile github.com/pion/interceptor/pkg/report=/tmp/go-build548448651/b911/_pkg_.a
2025-08-20T21:27:01.6556559Z [00:03:15.694]➜  packagefile github.com/pion/interceptor/pkg/rfc8888=/tmp/go-build548448651/b913/_pkg_.a
2025-08-20T21:27:01.6557203Z [00:03:15.694]➜  packagefile github.com/pion/interceptor/pkg/twcc=/tmp/go-build548448651/b915/_pkg_.a
2025-08-20T21:27:01.6557788Z [00:03:15.694]➜  packagefile github.com/pion/rtcp=/tmp/go-build548448651/b904/_pkg_.a
2025-08-20T21:27:01.6558318Z [00:03:15.694]➜  packagefile github.com/pion/rtp=/tmp/go-build548448651/b905/_pkg_.a
2025-08-20T21:27:01.6559067Z [00:03:15.694]➜  packagefile github.com/pion/rtp/codecs=/tmp/go-build548448651/b916/_pkg_.a
2025-08-20T21:27:01.6559630Z [00:03:15.694]➜  packagefile github.com/pion/sdp/v3=/tmp/go-build548448651/b918/_pkg_.a
2025-08-20T21:27:01.6560171Z [00:03:15.694]➜  packagefile github.com/pion/srtp/v3=/tmp/go-build548448651/b919/_pkg_.a
2025-08-20T21:27:01.6560710Z [00:03:15.694]➜  packagefile github.com/pion/stun/v3=/tmp/go-build548448651/b850/_pkg_.a
2025-08-20T21:27:01.6561269Z [00:03:15.694]➜  packagefile github.com/pion/transport/v3=/tmp/go-build548448651/b852/_pkg_.a
2025-08-20T21:27:01.6561888Z [00:03:15.694]➜  packagefile github.com/pion/transport/v3/packetio=/tmp/go-build548448651/b861/_pkg_.a
2025-08-20T21:27:01.6562541Z [00:03:15.694]➜  packagefile github.com/pion/webrtc/v4/internal/fmtp=/tmp/go-build548448651/b920/_pkg_.a
2025-08-20T21:27:01.6563197Z [00:03:15.694]➜  packagefile github.com/pion/webrtc/v4/internal/mux=/tmp/go-build548448651/b921/_pkg_.a
2025-08-20T21:27:01.6563854Z [00:03:15.694]➜  packagefile github.com/pion/webrtc/v4/internal/util=/tmp/go-build548448651/b922/_pkg_.a
2025-08-20T21:27:01.6564503Z [00:03:15.694]➜  packagefile github.com/pion/webrtc/v4/pkg/media=/tmp/go-build548448651/b923/_pkg_.a
2025-08-20T21:27:01.6565266Z [00:03:15.694]➜  packagefile github.com/pion/webrtc/v4/pkg/rtcerr=/tmp/go-build548448651/b924/_pkg_.a
2025-08-20T21:27:01.6565848Z [00:03:15.694]➜  packagefile golang.org/x/net/proxy=/tmp/go-build548448651/b869/_pkg_.a
2025-08-20T21:27:01.6566392Z [00:03:15.694]➜  packagefile github.com/quic-go/qpack=/tmp/go-build548448651/b927/_pkg_.a
2025-08-20T21:27:01.6566965Z [00:03:15.694]➜  packagefile golang.org/x/net/http/httpguts=/tmp/go-build548448651/b929/_pkg_.a
2025-08-20T21:27:01.6567550Z [00:03:15.694]➜  packagefile golang.org/x/net/http2/hpack=/tmp/go-build548448651/b928/_pkg_.a
2025-08-20T21:27:01.6568131Z [00:03:15.694]➜  packagefile github.com/dgraph-io/badger=/tmp/go-build548448651/b1162/_pkg_.a
2025-08-20T21:27:01.6569246Z [00:03:15.694]➜  packagefile github.com/dgraph-io/badger/options=/tmp/go-build548448651/b1163/_pkg_.a
2025-08-20T21:27:01.6570041Z [00:03:15.694]➜  packagefile github.com/go-jose/go-jose/v4/json=/tmp/go-build548448651/b1179/_pkg_.a
2025-08-20T21:27:01.6570587Z [00:03:15.694]➜  packagefile hash/adler32=/tmp/go-build548448651/b314/_pkg_.a
2025-08-20T21:27:01.6571159Z [00:03:15.694]➜  packagefile github.com/syndtr/goleveldb/leveldb=/tmp/go-build548448651/b1187/_pkg_.a
2025-08-20T21:27:01.6571836Z [00:03:15.694]➜  packagefile github.com/syndtr/goleveldb/leveldb/errors=/tmp/go-build548448651/b1191/_pkg_.a
2025-08-20T21:27:01.6572555Z [00:03:15.694]➜  packagefile github.com/syndtr/goleveldb/leveldb/iterator=/tmp/go-build548448651/b1194/_pkg_.a
2025-08-20T21:27:01.6573271Z [00:03:15.694]➜  packagefile github.com/syndtr/goleveldb/leveldb/storage=/tmp/go-build548448651/b1192/_pkg_.a
2025-08-20T21:27:01.6573969Z [00:03:15.694]➜  packagefile github.com/syndtr/goleveldb/leveldb/util=/tmp/go-build548448651/b1189/_pkg_.a
2025-08-20T21:27:01.6574903Z [00:03:15.694]➜  packagefile github.com/syndtr/goleveldb/leveldb/cache=/tmp/go-build548448651/b1188/_pkg_.a
2025-08-20T21:27:01.6575708Z [00:03:15.694]➜  packagefile github.com/syndtr/goleveldb/leveldb/comparer=/tmp/go-build548448651/b1190/_pkg_.a
2025-08-20T21:27:01.6576423Z [00:03:15.694]➜  packagefile github.com/syndtr/goleveldb/leveldb/filter=/tmp/go-build548448651/b1193/_pkg_.a
2025-08-20T21:27:01.6577096Z [00:03:15.694]➜  packagefile github.com/fsnotify/fsnotify=/tmp/go-build548448651/b1201/_pkg_.a
2025-08-20T21:27:01.6577651Z [00:03:15.694]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build548448651/b1202/_pkg_.a
2025-08-20T21:27:01.6578204Z [00:03:15.694]➜  packagefile github.com/petar/GoLLRB/llrb=/tmp/go-build548448651/b684/_pkg_.a
2025-08-20T21:27:01.6579070Z [00:03:15.694]➜  packagefile github.com/whyrusleeping/cbor/go=/tmp/go-build548448651/b685/_pkg_.a
2025-08-20T21:27:01.6579679Z [00:03:15.694]➜  packagefile github.com/ipfs/go-ipld-cbor=/tmp/go-build548448651/b687/_pkg_.a
2025-08-20T21:27:01.6580362Z [00:03:15.694]➜  packagefile go.opentelemetry.io/otel/exporters/otlp/otlptrace=/tmp/go-build548448651/b1031/_pkg_.a
2025-08-20T21:27:01.6581238Z [00:03:15.694]➜  packagefile go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/internal=/tmp/go-build548448651/b1042/_pkg_.a
2025-08-20T21:27:01.6582255Z [00:03:15.694]➜  packagefile go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/internal/otlpconfig=/tmp/go-build548448651/b1043/_pkg_.a
2025-08-20T21:27:01.6583285Z [00:03:15.694]➜  packagefile go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/internal/retry=/tmp/go-build548448651/b1045/_pkg_.a
2025-08-20T21:27:01.6584157Z [00:03:15.694]➜  packagefile go.opentelemetry.io/proto/otlp/collector/trace/v1=/tmp/go-build548448651/b1118/_pkg_.a
2025-08-20T21:27:01.6584870Z [00:03:15.694]➜  packagefile go.opentelemetry.io/proto/otlp/trace/v1=/tmp/go-build548448651/b1041/_pkg_.a
2025-08-20T21:27:01.6585607Z [00:03:15.694]➜  packagefile google.golang.org/genproto/googleapis/rpc/errdetails=/tmp/go-build548448651/b1127/_pkg_.a
2025-08-20T21:27:01.6586275Z [00:03:15.694]➜  packagefile google.golang.org/grpc=/tmp/go-build548448651/b1047/_pkg_.a
2025-08-20T21:27:01.6586877Z [00:03:15.694]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build548448651/b1057/_pkg_.a
2025-08-20T21:27:01.6587810Z [00:03:15.694]➜  packagefile go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp/internal=/tmp/go-build548448651/b1129/_pkg_.a
2025-08-20T21:27:01.6588926Z [00:03:15.694]➜  packagefile go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp/internal/otlpconfig=/tmp/go-build548448651/b1130/_pkg_.a
2025-08-20T21:27:01.6589954Z [00:03:15.694]➜  packagefile go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp/internal/retry=/tmp/go-build548448651/b1132/_pkg_.a
2025-08-20T21:27:01.6590799Z [00:03:15.694]➜  packagefile go.opentelemetry.io/otel/sdk/trace/tracetest=/tmp/go-build548448651/b1134/_pkg_.a
2025-08-20T21:27:01.6591485Z [00:03:15.694]➜  packagefile github.com/openzipkin/zipkin-go/model=/tmp/go-build548448651/b1136/_pkg_.a
2025-08-20T21:27:01.6592249Z [00:03:15.694]➜  packagefile go.opentelemetry.io/otel/semconv/v1.21.0=/tmp/go-build548448651/b1137/_pkg_.a
2025-08-20T21:27:01.6592917Z [00:03:15.694]➜  packagefile go.opentelemetry.io/otel/semconv/v1.25.0=/tmp/go-build548448651/b1138/_pkg_.a
2025-08-20T21:27:01.6593551Z [00:03:15.694]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build548448651/b091/_pkg_.a
2025-08-20T21:27:01.6594172Z [00:03:15.694]➜  packagefile crypto/internal/fips140/nistec/fiat=/tmp/go-build548448651/b116/_pkg_.a
2025-08-20T21:27:01.6594725Z [00:03:15.694]➜  packagefile crypto/sha3=/tmp/go-build548448651/b126/_pkg_.a
2025-08-20T21:27:01.6595274Z [00:03:15.694]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build548448651/b094/_pkg_.a
2025-08-20T21:27:01.6595875Z [00:03:15.694]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build548448651/b135/_pkg_.a
2025-08-20T21:27:01.6596408Z [00:03:15.694]➜  packagefile crypto/fips140=/tmp/go-build548448651/b153/_pkg_.a
2025-08-20T21:27:01.6597047Z [00:03:15.694]➜  packagefile vendor/golang.org/x/crypto/chacha20=/tmp/go-build548448651/b142/_pkg_.a
2025-08-20T21:27:01.6597771Z [00:03:15.694]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build548448651/b143/_pkg_.a
2025-08-20T21:27:01.6598472Z [00:03:15.694]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/tmp/go-build548448651/b144/_pkg_.a
2025-08-20T21:27:01.6599212Z [00:03:15.694]➜  packagefile vendor/golang.org/x/sys/cpu=/tmp/go-build548448651/b145/_pkg_.a
2025-08-20T21:27:01.6599853Z [00:03:15.694]➜  packagefile github.com/hashicorp/golang-lru/v2/internal=/tmp/go-build548448651/b227/_pkg_.a
2025-08-20T21:27:01.6600457Z [00:03:15.694]➜  packagefile golang.org/x/net/bpf=/tmp/go-build548448651/b451/_pkg_.a
2025-08-20T21:27:01.6601024Z [00:03:15.694]➜  packagefile golang.org/x/net/internal/iana=/tmp/go-build548448651/b452/_pkg_.a
2025-08-20T21:27:01.6601630Z [00:03:15.694]➜  packagefile golang.org/x/net/internal/socket=/tmp/go-build548448651/b453/_pkg_.a
2025-08-20T21:27:01.6602320Z [00:03:15.694]➜  packagefile google.golang.org/protobuf/internal/encoding/text=/tmp/go-build548448651/b294/_pkg_.a
2025-08-20T21:27:01.6603036Z [00:03:15.694]➜  packagefile google.golang.org/protobuf/internal/set=/tmp/go-build548448651/b307/_pkg_.a
2025-08-20T21:27:01.6603373Z [00:03:15.694]➜  packagefile go.opentelemetry.io/otel/internal/baggage=/tmp/go-build548448651/b223/_pkg_.a
2025-08-20T21:27:01.6603660Z [00:03:15.694]➜  packagefile github.com/go-logr/logr/funcr=/tmp/go-build548448651/b207/_pkg_.a
2025-08-20T21:27:01.6604017Z [00:03:15.694]➜  packagefile go.opentelemetry.io/auto/sdk/internal/telemetry=/tmp/go-build548448651/b209/_pkg_.a
2025-08-20T21:27:01.6604347Z [00:03:15.694]➜  packagefile go.opentelemetry.io/otel/semconv/v1.26.0=/tmp/go-build548448651/b213/_pkg_.a
2025-08-20T21:27:01.6604656Z [00:03:15.694]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build548448651/b172/_pkg_.a
2025-08-20T21:27:01.6604882Z [00:03:15.694]➜  packagefile go/format=/tmp/go-build548448651/b346/_pkg_.a
2025-08-20T21:27:01.6605228Z [00:03:15.694]➜  packagefile google.golang.org/protobuf/internal/descfmt=/tmp/go-build548448651/b289/_pkg_.a
2025-08-20T21:27:01.6605579Z [00:03:15.694]➜  packagefile google.golang.org/protobuf/internal/descopts=/tmp/go-build548448651/b290/_pkg_.a
2025-08-20T21:27:01.6606042Z [00:03:15.694]➜  packagefile google.golang.org/protobuf/internal/editiondefaults=/tmp/go-build548448651/b291/_pkg_.a
2025-08-20T21:27:01.6606413Z [00:03:15.694]➜  packagefile google.golang.org/protobuf/internal/encoding/defval=/tmp/go-build548448651/b293/_pkg_.a
2025-08-20T21:27:01.6606781Z [00:03:15.694]➜  packagefile google.golang.org/protobuf/internal/encoding/tag=/tmp/go-build548448651/b308/_pkg_.a
2025-08-20T21:27:01.6607047Z [00:03:15.694]➜  packagefile lukechampine.com/blake3=/tmp/go-build548448651/b243/_pkg_.a
2025-08-20T21:27:01.6607386Z [00:03:15.694]➜  packagefile github.com/cockroachdb/errors/stdstrings=/tmp/go-build548448651/b560/_pkg_.a
2025-08-20T21:27:01.6607713Z [00:03:15.694]➜  packagefile github.com/cockroachdb/errors/errorspb=/tmp/go-build548448651/b539/_pkg_.a
2025-08-20T21:27:01.6608077Z [00:03:15.694]➜  packagefile github.com/gogo/protobuf/types=/tmp/go-build548448651/b543/_pkg_.a
2025-08-20T21:27:01.6608335Z [00:03:15.694]➜  packagefile github.com/kr/pretty=/tmp/go-build548448651/b555/_pkg_.a
2025-08-20T21:27:01.6608746Z [00:03:15.694]➜  packagefile github.com/cockroachdb/errors/join=/tmp/go-build548448651/b566/_pkg_.a
2025-08-20T21:27:01.6608958Z [00:03:15.694]➜  packagefile go/build=/tmp/go-build548448651/b584/_pkg_.a
2025-08-20T21:27:01.6609196Z [00:03:15.694]➜  packagefile container/ring=/tmp/go-build548448651/b570/_pkg_.a
2025-08-20T21:27:01.6609541Z [00:03:15.694]➜  packagefile github.com/getsentry/sentry-go/internal/debug=/tmp/go-build548448651/b571/_pkg_.a
2025-08-20T21:27:01.6609946Z [00:03:15.694]➜  packagefile github.com/getsentry/sentry-go/internal/otel/baggage=/tmp/go-build548448651/b572/_pkg_.a
2025-08-20T21:27:01.6610390Z [00:03:15.694]➜  packagefile github.com/getsentry/sentry-go/internal/ratelimit=/tmp/go-build548448651/b574/_pkg_.a
2025-08-20T21:27:01.6610834Z [00:03:15.694]➜  packagefile github.com/getsentry/sentry-go/internal/traceparser=/tmp/go-build548448651/b583/_pkg_.a
2025-08-20T21:27:01.6611114Z [00:03:15.694]➜  packagefile golang.org/x/sys/execabs=/tmp/go-build548448651/b593/_pkg_.a
2025-08-20T21:27:01.6611338Z [00:03:15.694]➜  packagefile go/scanner=/tmp/go-build548448651/b348/_pkg_.a
2025-08-20T21:27:01.6611693Z [00:03:15.694]➜  packagefile github.com/cockroachdb/redact/internal/escape=/tmp/go-build548448651/b549/_pkg_.a
2025-08-20T21:27:01.6612073Z [00:03:15.694]➜  packagefile github.com/cockroachdb/redact/internal/rfmt/fmtsort=/tmp/go-build548448651/b554/_pkg_.a
2025-08-20T21:27:01.6612329Z [00:03:15.694]➜  packagefile golang.org/x/net/html=/tmp/go-build548448651/b658/_pkg_.a
2025-08-20T21:27:01.6612552Z [00:03:15.694]➜  packagefile debug/macho=/tmp/go-build548448651/b661/_pkg_.a
2025-08-20T21:27:01.6612923Z [00:03:15.694]➜  packagefile github.com/gabriel-vasile/mimetype/internal/json=/tmp/go-build548448651/b665/_pkg_.a
2025-08-20T21:27:01.6613224Z [00:03:15.694]➜  packagefile github.com/polydawn/refmt/obj=/tmp/go-build548448651/b358/_pkg_.a
2025-08-20T21:27:01.6613590Z [00:03:15.694]➜  packagefile github.com/libp2p/go-libp2p/core/sec/insecure/pb=/tmp/go-build548448651/b740/_pkg_.a
2025-08-20T21:27:01.6613942Z [00:03:15.694]➜  packagefile github.com/ipfs/boxo/bitswap/client/internal=/tmp/go-build548448651/b408/_pkg_.a
2025-08-20T21:27:01.6614199Z [00:03:15.694]➜  packagefile github.com/cskr/pubsub=/tmp/go-build548448651/b410/_pkg_.a
2025-08-20T21:27:01.6614567Z [00:03:15.694]➜  packagefile github.com/ipfs/boxo/bitswap/client/traceability=/tmp/go-build548448651/b411/_pkg_.a
2025-08-20T21:27:01.6614871Z [00:03:15.694]➜  packagefile github.com/libp2p/go-cidranger/net=/tmp/go-build548448651/b503/_pkg_.a
2025-08-20T21:27:01.6615132Z [00:03:15.694]➜  packagefile github.com/huin/goupnp=/tmp/go-build548448651/b761/_pkg_.a
2025-08-20T21:27:01.6615488Z [00:03:15.694]➜  packagefile github.com/huin/goupnp/dcps/internetgateway1=/tmp/go-build548448651/b766/_pkg_.a
2025-08-20T21:27:01.6615850Z [00:03:15.694]➜  packagefile github.com/huin/goupnp/dcps/internetgateway2=/tmp/go-build548448651/b767/_pkg_.a
2025-08-20T21:27:01.6616205Z [00:03:15.694]➜  packagefile github.com/jackpal/go-nat-pmp=/tmp/go-build548448651/b768/_pkg_.a
2025-08-20T21:27:01.6616475Z [00:03:15.694]➜  packagefile github.com/koron/go-ssdp=/tmp/go-build548448651/b769/_pkg_.a
2025-08-20T21:27:01.6616750Z [00:03:15.694]➜  packagefile github.com/ipfs/go-ipfs-pq=/tmp/go-build548448651/b459/_pkg_.a
2025-08-20T21:27:01.6616969Z [00:03:15.694]➜  packagefile math/cmplx=/tmp/go-build548448651/b517/_pkg_.a
2025-08-20T21:27:01.6617248Z [00:03:15.694]➜  packagefile github.com/go-logfmt/logfmt=/tmp/go-build548448651/b1245/_pkg_.a
2025-08-20T21:27:01.6617530Z [00:03:15.694]➜  packagefile github.com/go-kit/log/level=/tmp/go-build548448651/b1247/_pkg_.a
2025-08-20T21:27:01.6617836Z [00:03:15.694]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build548448651/b1061/_pkg_.a
2025-08-20T21:27:01.6618243Z [00:03:15.694]➜  packagefile google.golang.org/grpc/grpclog/internal=/tmp/go-build548448651/b1056/_pkg_.a
2025-08-20T21:27:01.6618796Z [00:03:15.694]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build548448651/b1091/_pkg_.a
2025-08-20T21:27:01.6619143Z [00:03:15.694]➜  packagefile google.golang.org/grpc/internal/status=/tmp/go-build548448651/b1093/_pkg_.a
2025-08-20T21:27:01.6619500Z [00:03:15.694]➜  packagefile github.com/zeebo/blake3/internal/alg/compress=/tmp/go-build548448651/b726/_pkg_.a
2025-08-20T21:27:01.6619840Z [00:03:15.695]➜  packagefile github.com/zeebo/blake3/internal/alg/hash=/tmp/go-build548448651/b730/_pkg_.a
2025-08-20T21:27:01.6620120Z [00:03:15.695]➜  packagefile golang.org/x/text/transform=/tmp/go-build548448651/b581/_pkg_.a
2025-08-20T21:27:01.6620444Z [00:03:15.695]➜  packagefile github.com/davidlazar/go-crypto/salsa20=/tmp/go-build548448651/b787/_pkg_.a
2025-08-20T21:27:01.6620804Z [00:03:15.695]➜  packagefile github.com/klauspost/compress=/tmp/go-build548448651/b794/_pkg_.a
2025-08-20T21:27:01.6621181Z [00:03:15.695]➜  packagefile github.com/klauspost/compress/huff0=/tmp/go-build548448651/b795/_pkg_.a
2025-08-20T21:27:01.6621549Z [00:03:15.695]➜  packagefile github.com/klauspost/compress/internal/cpuinfo=/tmp/go-build548448651/b797/_pkg_.a
2025-08-20T21:27:01.6621888Z [00:03:15.695]➜  packagefile github.com/klauspost/compress/internal/le=/tmp/go-build548448651/b798/_pkg_.a
2025-08-20T21:27:01.6622242Z [00:03:15.695]➜  packagefile github.com/klauspost/compress/internal/snapref=/tmp/go-build548448651/b799/_pkg_.a
2025-08-20T21:27:01.6622623Z [00:03:15.695]➜  packagefile github.com/klauspost/compress/zstd/internal/xxhash=/tmp/go-build548448651/b800/_pkg_.a
2025-08-20T21:27:01.6622902Z [00:03:15.695]➜  packagefile github.com/francoispqt/gojay=/tmp/go-build548448651/b817/_pkg_.a
2025-08-20T21:27:01.6623258Z [00:03:15.695]➜  packagefile github.com/quic-go/quic-go/internal/congestion=/tmp/go-build548448651/b803/_pkg_.a
2025-08-20T21:27:01.6623588Z [00:03:15.695]➜  packagefile github.com/pion/ice/v4/internal/fakenet=/tmp/go-build548448651/b848/_pkg_.a
2025-08-20T21:27:01.6623905Z [00:03:15.695]➜  packagefile github.com/pion/ice/v4/internal/stun=/tmp/go-build548448651/b849/_pkg_.a
2025-08-20T21:27:01.6624240Z [00:03:15.695]➜  packagefile github.com/pion/ice/v4/internal/taskloop=/tmp/go-build548448651/b856/_pkg_.a
2025-08-20T21:27:01.6624506Z [00:03:15.695]➜  packagefile github.com/pion/mdns/v2=/tmp/go-build548448651/b858/_pkg_.a
2025-08-20T21:27:01.6624812Z [00:03:15.695]➜  packagefile github.com/pion/transport/v3/stdnet=/tmp/go-build548448651/b853/_pkg_.a
2025-08-20T21:27:01.6625118Z [00:03:15.695]➜  packagefile github.com/pion/transport/v3/vnet=/tmp/go-build548448651/b862/_pkg_.a
2025-08-20T21:27:01.6625377Z [00:03:15.695]➜  packagefile github.com/pion/turn/v4=/tmp/go-build548448651/b863/_pkg_.a
2025-08-20T21:27:01.6625642Z [00:03:15.695]➜  packagefile github.com/pion/dtls/v2=/tmp/go-build548448651/b872/_pkg_.a
2025-08-20T21:27:01.6625953Z [00:03:15.695]➜  packagefile github.com/pion/stun/internal/hmac=/tmp/go-build548448651/b895/_pkg_.a
2025-08-20T21:27:01.6626237Z [00:03:15.695]➜  packagefile github.com/pion/transport/v2=/tmp/go-build548448651/b896/_pkg_.a
2025-08-20T21:27:01.6626615Z [00:03:15.695]➜  packagefile github.com/pion/transport/v2/stdnet=/tmp/go-build548448651/b897/_pkg_.a
2025-08-20T21:27:01.6626935Z [00:03:15.695]➜  packagefile github.com/pion/transport/v2/utils/xor=/tmp/go-build548448651/b898/_pkg_.a
2025-08-20T21:27:01.6627163Z [00:03:15.695]➜  packagefile encoding/gob=/tmp/go-build548448651/b823/_pkg_.a
2025-08-20T21:27:01.6627515Z [00:03:15.695]➜  packagefile github.com/pion/dtls/v3/internal/ciphersuite=/tmp/go-build548448651/b824/_pkg_.a
2025-08-20T21:27:01.6627895Z [00:03:15.695]➜  packagefile github.com/pion/dtls/v3/internal/ciphersuite/types=/tmp/go-build548448651/b825/_pkg_.a
2025-08-20T21:27:01.6628224Z [00:03:15.695]➜  packagefile github.com/pion/dtls/v3/internal/closer=/tmp/go-build548448651/b840/_pkg_.a
2025-08-20T21:27:01.6628735Z [00:03:15.695]➜  packagefile github.com/pion/dtls/v3/internal/net/udp=/tmp/go-build548448651/b841/_pkg_.a
2025-08-20T21:27:01.6629134Z [00:03:15.695]➜  packagefile github.com/pion/dtls/v3/pkg/crypto/clientcertificate=/tmp/go-build548448651/b835/_pkg_.a
2025-08-20T21:27:01.6629461Z [00:03:15.695]➜  packagefile github.com/pion/dtls/v3/pkg/crypto/hash=/tmp/go-build548448651/b836/_pkg_.a
2025-08-20T21:27:01.6629781Z [00:03:15.695]➜  packagefile github.com/pion/dtls/v3/pkg/crypto/prf=/tmp/go-build548448651/b829/_pkg_.a
2025-08-20T21:27:01.6630150Z [00:03:15.695]➜  packagefile github.com/pion/dtls/v3/pkg/crypto/signaturehash=/tmp/go-build548448651/b838/_pkg_.a
2025-08-20T21:27:01.6630441Z [00:03:15.695]➜  packagefile github.com/pion/dtls/v3/pkg/net=/tmp/go-build548448651/b844/_pkg_.a
2025-08-20T21:27:01.6630757Z [00:03:15.695]➜  packagefile github.com/pion/dtls/v3/pkg/protocol=/tmp/go-build548448651/b831/_pkg_.a
2025-08-20T21:27:01.6631163Z [00:03:15.695]➜  packagefile github.com/pion/dtls/v3/pkg/protocol/alert=/tmp/go-build548448651/b833/_pkg_.a
2025-08-20T21:27:01.6631589Z [00:03:15.695]➜  packagefile github.com/pion/dtls/v3/pkg/protocol/extension=/tmp/go-build548448651/b839/_pkg_.a
2025-08-20T21:27:01.6631963Z [00:03:15.695]➜  packagefile github.com/pion/dtls/v3/pkg/protocol/recordlayer=/tmp/go-build548448651/b832/_pkg_.a
2025-08-20T21:27:01.6632273Z [00:03:15.695]➜  packagefile github.com/pion/transport/v3/netctx=/tmp/go-build548448651/b846/_pkg_.a
2025-08-20T21:27:01.6632617Z [00:03:15.695]➜  packagefile github.com/pion/transport/v3/replaydetector=/tmp/go-build548448651/b847/_pkg_.a
2025-08-20T21:27:01.6632937Z [00:03:15.695]➜  packagefile github.com/pion/dtls/v3/internal/util=/tmp/go-build548448651/b827/_pkg_.a
2025-08-20T21:27:01.6633283Z [00:03:15.695]➜  packagefile github.com/pion/dtls/v3/pkg/crypto/signature=/tmp/go-build548448651/b837/_pkg_.a
2025-08-20T21:27:01.6633640Z [00:03:15.695]➜  packagefile github.com/pion/interceptor/pkg/flexfec/util=/tmp/go-build548448651/b908/_pkg_.a
2025-08-20T21:27:01.6634006Z [00:03:15.695]➜  packagefile github.com/pion/interceptor/internal/rtpbuffer=/tmp/go-build548448651/b910/_pkg_.a
2025-08-20T21:27:01.6634345Z [00:03:15.695]➜  packagefile github.com/pion/interceptor/internal/ntp=/tmp/go-build548448651/b912/_pkg_.a
2025-08-20T21:27:01.6634725Z [00:03:15.695]➜  packagefile github.com/pion/interceptor/internal/sequencenumber=/tmp/go-build548448651/b914/_pkg_.a
2025-08-20T21:27:01.6635030Z [00:03:15.695]➜  packagefile github.com/pion/rtp/codecs/av1/obu=/tmp/go-build548448651/b906/_pkg_.a
2025-08-20T21:27:01.6635319Z [00:03:15.695]➜  packagefile github.com/pion/rtp/codecs/vp9=/tmp/go-build548448651/b917/_pkg_.a
2025-08-20T21:27:01.6635655Z [00:03:15.695]➜  packagefile github.com/pion/transport/v3/utils/xor=/tmp/go-build548448651/b855/_pkg_.a
2025-08-20T21:27:01.6635966Z [00:03:15.695]➜  packagefile github.com/pion/stun/v3/internal/hmac=/tmp/go-build548448651/b851/_pkg_.a
2025-08-20T21:27:01.6636271Z [00:03:15.695]➜  packagefile golang.org/x/net/internal/socks=/tmp/go-build548448651/b870/_pkg_.a
2025-08-20T21:27:01.6636630Z [00:03:15.695]➜  packagefile github.com/dgraph-io/badger/pb=/tmp/go-build548448651/b1164/_pkg_.a
2025-08-20T21:27:01.6636983Z [00:03:15.695]➜  packagefile github.com/dgraph-io/badger/skl=/tmp/go-build548448651/b1170/_pkg_.a
2025-08-20T21:27:01.6637281Z [00:03:15.695]➜  packagefile github.com/dgraph-io/badger/table=/tmp/go-build548448651/b1174/_pkg_.a
2025-08-20T21:27:01.6637583Z [00:03:15.695]➜  packagefile github.com/dgraph-io/badger/trie=/tmp/go-build548448651/b1176/_pkg_.a
2025-08-20T21:27:01.6637866Z [00:03:15.695]➜  packagefile github.com/dgraph-io/badger/y=/tmp/go-build548448651/b1171/_pkg_.a
2025-08-20T21:27:01.6638163Z [00:03:15.695]➜  packagefile github.com/dgraph-io/ristretto/z=/tmp/go-build548448651/b1172/_pkg_.a
2025-08-20T21:27:01.6638460Z [00:03:15.695]➜  packagefile github.com/golang/protobuf/proto=/tmp/go-build548448651/b1165/_pkg_.a
2025-08-20T21:27:01.6638839Z [00:03:15.695]➜  packagefile golang.org/x/net/trace=/tmp/go-build548448651/b1048/_pkg_.a
2025-08-20T21:27:01.6639198Z [00:03:15.695]➜  packagefile github.com/syndtr/goleveldb/leveldb/journal=/tmp/go-build548448651/b1195/_pkg_.a
2025-08-20T21:27:01.6639547Z [00:03:15.695]➜  packagefile github.com/syndtr/goleveldb/leveldb/memdb=/tmp/go-build548448651/b1196/_pkg_.a
2025-08-20T21:27:01.6639884Z [00:03:15.695]➜  packagefile github.com/syndtr/goleveldb/leveldb/table=/tmp/go-build548448651/b1198/_pkg_.a
2025-08-20T21:27:01.6640198Z [00:03:15.695]➜  packagefile github.com/ipfs/go-ipld-cbor/encoding=/tmp/go-build548448651/b688/_pkg_.a
2025-08-20T21:27:01.6640495Z [00:03:15.695]➜  packagefile github.com/polydawn/refmt/pretty=/tmp/go-build548448651/b690/_pkg_.a
2025-08-20T21:27:01.6640797Z [00:03:15.695]➜  packagefile github.com/whyrusleeping/cbor-gen=/tmp/go-build548448651/b691/_pkg_.a
2025-08-20T21:27:01.6641359Z [00:03:15.695]➜  packagefile go.opentelemetry.io/otel/exporters/otlp/otlptrace/internal/tracetransform=/tmp/go-build548448651/b1032/_pkg_.a
2025-08-20T21:27:01.6641993Z [00:03:15.695]➜  packagefile go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/internal/envconfig=/tmp/go-build548448651/b1044/_pkg_.a
2025-08-20T21:27:01.6642297Z [00:03:15.695]➜  packagefile google.golang.org/grpc/backoff=/tmp/go-build548448651/b1050/_pkg_.a
2025-08-20T21:27:01.6642664Z [00:03:15.695]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build548448651/b1079/_pkg_.a
2025-08-20T21:27:01.6642978Z [00:03:15.695]➜  packagefile google.golang.org/grpc/encoding/gzip=/tmp/go-build548448651/b1117/_pkg_.a
2025-08-20T21:27:01.6643272Z [00:03:15.695]➜  packagefile github.com/cenkalti/backoff/v5=/tmp/go-build548448651/b1046/_pkg_.a
2025-08-20T21:27:01.6643648Z [00:03:15.695]➜  packagefile github.com/grpc-ecosystem/grpc-gateway/v2/runtime=/tmp/go-build548448651/b1119/_pkg_.a
2025-08-20T21:27:01.6644024Z [00:03:15.695]➜  packagefile github.com/grpc-ecosystem/grpc-gateway/v2/utilities=/tmp/go-build548448651/b1121/_pkg_.a
2025-08-20T21:27:01.6644368Z [00:03:15.695]➜  packagefile go.opentelemetry.io/proto/otlp/common/v1=/tmp/go-build548448651/b1039/_pkg_.a
2025-08-20T21:27:01.6644712Z [00:03:15.695]➜  packagefile go.opentelemetry.io/proto/otlp/resource/v1=/tmp/go-build548448651/b1040/_pkg_.a
2025-08-20T21:27:01.6645091Z [00:03:15.695]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build548448651/b1089/_pkg_.a
2025-08-20T21:27:01.6645382Z [00:03:15.695]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build548448651/b1051/_pkg_.a
2025-08-20T21:27:01.6645702Z [00:03:15.695]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build548448651/b1067/_pkg_.a
2025-08-20T21:27:01.6646040Z [00:03:15.695]➜  packagefile google.golang.org/grpc/balancer/pickfirst=/tmp/go-build548448651/b1068/_pkg_.a
2025-08-20T21:27:01.6646383Z [00:03:15.695]➜  packagefile google.golang.org/grpc/balancer/roundrobin=/tmp/go-build548448651/b1076/_pkg_.a
2025-08-20T21:27:01.6646677Z [00:03:15.695]➜  packagefile google.golang.org/grpc/channelz=/tmp/go-build548448651/b1052/_pkg_.a
2025-08-20T21:27:01.6647073Z [00:03:15.695]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build548448651/b1054/_pkg_.a
2025-08-20T21:27:01.6647372Z [00:03:15.695]➜  packagefile google.golang.org/grpc/encoding=/tmp/go-build548448651/b1080/_pkg_.a
2025-08-20T21:27:01.6647755Z [00:03:15.695]➜  packagefile google.golang.org/grpc/encoding/proto=/tmp/go-build548448651/b1083/_pkg_.a
2025-08-20T21:27:01.6648110Z [00:03:15.695]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build548448651/b1063/_pkg_.a
2025-08-20T21:27:01.6648434Z [00:03:15.695]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build548448651/b1084/_pkg_.a
2025-08-20T21:27:01.6648950Z [00:03:15.695]➜  packagefile google.golang.org/grpc/internal/balancer/gracefulswitch=/tmp/go-build548448651/b1085/_pkg_.a
2025-08-20T21:27:01.6649305Z [00:03:15.695]➜  packagefile google.golang.org/grpc/internal/balancerload=/tmp/go-build548448651/b1086/_pkg_.a
2025-08-20T21:27:01.6649649Z [00:03:15.695]➜  packagefile google.golang.org/grpc/internal/binarylog=/tmp/go-build548448651/b1087/_pkg_.a
2025-08-20T21:27:01.6649988Z [00:03:15.695]➜  packagefile google.golang.org/grpc/internal/channelz=/tmp/go-build548448651/b1053/_pkg_.a
2025-08-20T21:27:01.6650326Z [00:03:15.695]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build548448651/b1094/_pkg_.a
2025-08-20T21:27:01.6650651Z [00:03:15.695]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build548448651/b1081/_pkg_.a
2025-08-20T21:27:01.6650970Z [00:03:15.695]➜  packagefile google.golang.org/grpc/internal/idle=/tmp/go-build548448651/b1096/_pkg_.a
2025-08-20T21:27:01.6651295Z [00:03:15.695]➜  packagefile google.golang.org/grpc/internal/metadata=/tmp/go-build548448651/b1097/_pkg_.a
2025-08-20T21:27:01.6651620Z [00:03:15.695]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build548448651/b1072/_pkg_.a
2025-08-20T21:27:01.6652014Z [00:03:15.695]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build548448651/b1098/_pkg_.a
2025-08-20T21:27:01.6652507Z [00:03:15.695]➜  packagefile google.golang.org/grpc/internal/resolver/delegatingresolver=/tmp/go-build548448651/b1100/_pkg_.a
2025-08-20T21:27:01.6652905Z [00:03:15.695]➜  packagefile google.golang.org/grpc/internal/resolver/passthrough=/tmp/go-build548448651/b1110/_pkg_.a
2025-08-20T21:27:01.6653261Z [00:03:15.695]➜  packagefile google.golang.org/grpc/internal/resolver/unix=/tmp/go-build548448651/b1111/_pkg_.a
2025-08-20T21:27:01.6653610Z [00:03:15.695]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build548448651/b1099/_pkg_.a
2025-08-20T21:27:01.6653932Z [00:03:15.695]➜  packagefile google.golang.org/grpc/internal/stats=/tmp/go-build548448651/b1112/_pkg_.a
2025-08-20T21:27:01.6654264Z [00:03:15.695]➜  packagefile google.golang.org/grpc/internal/transport=/tmp/go-build548448651/b1102/_pkg_.a
2025-08-20T21:27:01.6654573Z [00:03:15.695]➜  packagefile google.golang.org/grpc/keepalive=/tmp/go-build548448651/b1107/_pkg_.a
2025-08-20T21:27:01.6654858Z [00:03:15.695]➜  packagefile google.golang.org/grpc/mem=/tmp/go-build548448651/b1082/_pkg_.a
2025-08-20T21:27:01.6655153Z [00:03:15.695]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build548448651/b1108/_pkg_.a
2025-08-20T21:27:01.6655450Z [00:03:15.695]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build548448651/b1066/_pkg_.a
2025-08-20T21:27:01.6655765Z [00:03:15.695]➜  packagefile google.golang.org/grpc/resolver/dns=/tmp/go-build548448651/b1113/_pkg_.a
2025-08-20T21:27:01.6656081Z [00:03:15.695]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build548448651/b1062/_pkg_.a
2025-08-20T21:27:01.6656356Z [00:03:15.695]➜  packagefile google.golang.org/grpc/tap=/tmp/go-build548448651/b1109/_pkg_.a
2025-08-20T21:27:01.6656663Z [00:03:15.695]➜  packagefile google.golang.org/grpc/attributes=/tmp/go-build548448651/b1058/_pkg_.a
2025-08-20T21:27:01.6657008Z [00:03:15.695]➜  packagefile google.golang.org/grpc/internal/credentials=/tmp/go-build548448651/b1059/_pkg_.a
2025-08-20T21:27:01.6657350Z [00:03:15.695]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build548448651/b1060/_pkg_.a
2025-08-20T21:27:01.6657964Z [00:03:15.695]➜  packagefile go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp/internal/envconfig=/tmp/go-build548448651/b1131/_pkg_.a
2025-08-20T21:27:01.6658234Z [00:03:15.695]➜  packagefile go/ast=/tmp/go-build548448651/b347/_pkg_.a
2025-08-20T21:27:01.6658447Z [00:03:15.695]➜  packagefile go/parser=/tmp/go-build548448651/b349/_pkg_.a
2025-08-20T21:27:01.6658880Z [00:03:15.695]➜  packagefile go/printer=/tmp/go-build548448651/b351/_pkg_.a
2025-08-20T21:27:01.6659174Z [00:03:15.695]➜  packagefile lukechampine.com/blake3/bao=/tmp/go-build548448651/b244/_pkg_.a
2025-08-20T21:27:01.6659464Z [00:03:15.695]➜  packagefile lukechampine.com/blake3/guts=/tmp/go-build548448651/b245/_pkg_.a
2025-08-20T21:27:01.6659775Z [00:03:15.695]➜  packagefile github.com/gogo/protobuf/gogoproto=/tmp/go-build548448651/b540/_pkg_.a
2025-08-20T21:27:01.6660091Z [00:03:15.695]➜  packagefile github.com/gogo/protobuf/sortkeys=/tmp/go-build548448651/b544/_pkg_.a
2025-08-20T21:27:01.6660345Z [00:03:15.695]➜  packagefile github.com/kr/text=/tmp/go-build548448651/b556/_pkg_.a
2025-08-20T21:27:01.6660677Z [00:03:15.695]➜  packagefile github.com/rogpeppe/go-internal/fmtsort=/tmp/go-build548448651/b557/_pkg_.a
2025-08-20T21:27:01.6660927Z [00:03:15.695]➜  packagefile go/build/constraint=/tmp/go-build548448651/b350/_pkg_.a
2025-08-20T21:27:01.6661134Z [00:03:15.695]➜  packagefile go/doc=/tmp/go-build548448651/b585/_pkg_.a
2025-08-20T21:27:01.6661376Z [00:03:15.695]➜  packagefile internal/buildcfg=/tmp/go-build548448651/b587/_pkg_.a
2025-08-20T21:27:01.6661612Z [00:03:15.695]➜  packagefile internal/goroot=/tmp/go-build548448651/b588/_pkg_.a
2025-08-20T21:27:01.6661856Z [00:03:15.695]➜  packagefile internal/goversion=/tmp/go-build548448651/b590/_pkg_.a
2025-08-20T21:27:01.6662099Z [00:03:15.695]➜  packagefile internal/platform=/tmp/go-build548448651/b591/_pkg_.a
2025-08-20T21:27:01.6662411Z [00:03:15.695]➜  packagefile internal/syslist=/tmp/go-build548448651/b592/_pkg_.a
2025-08-20T21:27:01.6662942Z [00:03:15.695]➜  packagefile github.com/getsentry/sentry-go/internal/otel/baggage/internal/baggage=/tmp/go-build548448651/b573/_pkg_.a
2025-08-20T21:27:01.6663216Z [00:03:15.695]➜  packagefile golang.org/x/text/cases=/tmp/go-build548448651/b575/_pkg_.a
2025-08-20T21:27:01.6663496Z [00:03:15.695]➜  packagefile golang.org/x/text/language=/tmp/go-build548448651/b577/_pkg_.a
2025-08-20T21:27:01.6663764Z [00:03:15.695]➜  packagefile golang.org/x/net/html/atom=/tmp/go-build548448651/b659/_pkg_.a
2025-08-20T21:27:01.6663989Z [00:03:15.695]➜  packagefile debug/dwarf=/tmp/go-build548448651/b662/_pkg_.a
2025-08-20T21:27:01.6664225Z [00:03:15.695]➜  packagefile internal/saferio=/tmp/go-build548448651/b663/_pkg_.a
2025-08-20T21:27:01.6664516Z [00:03:15.695]➜  packagefile github.com/huin/goupnp/httpu=/tmp/go-build548448651/b762/_pkg_.a
2025-08-20T21:27:01.6664795Z [00:03:15.695]➜  packagefile github.com/huin/goupnp/scpd=/tmp/go-build548448651/b763/_pkg_.a
2025-08-20T21:27:01.6665119Z [00:03:15.695]➜  packagefile github.com/huin/goupnp/soap=/tmp/go-build548448651/b764/_pkg_.a
2025-08-20T21:27:01.6665392Z [00:03:15.695]➜  packagefile github.com/huin/goupnp/ssdp=/tmp/go-build548448651/b765/_pkg_.a
2025-08-20T21:27:01.6665743Z [00:03:15.695]➜  packagefile github.com/koron/go-ssdp/internal/multicast=/tmp/go-build548448651/b770/_pkg_.a
2025-08-20T21:27:01.6666076Z [00:03:15.695]➜  packagefile github.com/koron/go-ssdp/internal/ssdplog=/tmp/go-build548448651/b771/_pkg_.a
2025-08-20T21:27:01.6666433Z [00:03:15.695]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build548448651/b1092/_pkg_.a
2025-08-20T21:27:01.6666756Z [00:03:15.695]➜  packagefile google.golang.org/protobuf/protoadapt=/tmp/go-build548448651/b1075/_pkg_.a
2025-08-20T21:27:01.6667181Z [00:03:15.695]➜  packagefile github.com/zeebo/blake3/internal/alg/compress/compress_pure=/tmp/go-build548448651/b727/_pkg_.a
2025-08-20T21:27:01.6667605Z [00:03:15.696]➜  packagefile github.com/zeebo/blake3/internal/alg/compress/compress_sse41=/tmp/go-build548448651/b729/_pkg_.a
2025-08-20T21:27:01.6668070Z [00:03:15.696]➜  packagefile github.com/zeebo/blake3/internal/alg/hash/hash_avx2=/tmp/go-build548448651/b731/_pkg_.a
2025-08-20T21:27:01.6668609Z [00:03:15.696]➜  packagefile github.com/zeebo/blake3/internal/alg/hash/hash_pure=/tmp/go-build548448651/b732/_pkg_.a
2025-08-20T21:27:01.6668937Z [00:03:15.696]➜  packagefile github.com/klauspost/compress/fse=/tmp/go-build548448651/b796/_pkg_.a
2025-08-20T21:27:01.6669167Z [00:03:15.696]➜  packagefile database/sql=/tmp/go-build548448651/b818/_pkg_.a
2025-08-20T21:27:01.6669491Z [00:03:15.696]➜  packagefile github.com/pion/ice/v4/internal/atomic=/tmp/go-build548448651/b857/_pkg_.a
2025-08-20T21:27:01.6669786Z [00:03:15.696]➜  packagefile golang.org/x/net/dns/dnsmessage=/tmp/go-build548448651/b859/_pkg_.a
2025-08-20T21:27:01.6670052Z [00:03:15.696]➜  packagefile github.com/wlynxg/anet=/tmp/go-build548448651/b854/_pkg_.a
2025-08-20T21:27:01.6670411Z [00:03:15.696]➜  packagefile github.com/pion/turn/v4/internal/allocation=/tmp/go-build548448651/b864/_pkg_.a
2025-08-20T21:27:01.6670737Z [00:03:15.696]➜  packagefile github.com/pion/turn/v4/internal/client=/tmp/go-build548448651/b867/_pkg_.a
2025-08-20T21:27:01.6671057Z [00:03:15.696]➜  packagefile github.com/pion/turn/v4/internal/proto=/tmp/go-build548448651/b866/_pkg_.a
2025-08-20T21:27:01.6671381Z [00:03:15.696]➜  packagefile github.com/pion/turn/v4/internal/server=/tmp/go-build548448651/b868/_pkg_.a
2025-08-20T21:27:01.6671728Z [00:03:15.696]➜  packagefile github.com/pion/dtls/v2/internal/ciphersuite=/tmp/go-build548448651/b873/_pkg_.a
2025-08-20T21:27:01.6672110Z [00:03:15.696]➜  packagefile github.com/pion/dtls/v2/internal/ciphersuite/types=/tmp/go-build548448651/b874/_pkg_.a
2025-08-20T21:27:01.6672428Z [00:03:15.696]➜  packagefile github.com/pion/dtls/v2/internal/closer=/tmp/go-build548448651/b889/_pkg_.a
2025-08-20T21:27:01.6672893Z [00:03:15.696]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/clientcertificate=/tmp/go-build548448651/b884/_pkg_.a
2025-08-20T21:27:01.6673297Z [00:03:15.696]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/elliptic=/tmp/go-build548448651/b879/_pkg_.a
2025-08-20T21:27:01.6673629Z [00:03:15.696]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/hash=/tmp/go-build548448651/b885/_pkg_.a
2025-08-20T21:27:01.6673945Z [00:03:15.696]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/prf=/tmp/go-build548448651/b878/_pkg_.a
2025-08-20T21:27:01.6674318Z [00:03:15.696]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/signaturehash=/tmp/go-build548448651/b887/_pkg_.a
2025-08-20T21:27:01.6674631Z [00:03:15.696]➜  packagefile github.com/pion/dtls/v2/pkg/protocol=/tmp/go-build548448651/b880/_pkg_.a
2025-08-20T21:27:01.6674974Z [00:03:15.696]➜  packagefile github.com/pion/dtls/v2/pkg/protocol/alert=/tmp/go-build548448651/b882/_pkg_.a
2025-08-20T21:27:01.6675337Z [00:03:15.696]➜  packagefile github.com/pion/dtls/v2/pkg/protocol/extension=/tmp/go-build548448651/b888/_pkg_.a
2025-08-20T21:27:01.6675700Z [00:03:15.696]➜  packagefile github.com/pion/dtls/v2/pkg/protocol/handshake=/tmp/go-build548448651/b883/_pkg_.a
2025-08-20T21:27:01.6676065Z [00:03:15.696]➜  packagefile github.com/pion/dtls/v2/pkg/protocol/recordlayer=/tmp/go-build548448651/b881/_pkg_.a
2025-08-20T21:27:01.6676386Z [00:03:15.696]➜  packagefile github.com/pion/transport/v2/connctx=/tmp/go-build548448651/b890/_pkg_.a
2025-08-20T21:27:01.6676700Z [00:03:15.696]➜  packagefile github.com/pion/transport/v2/deadline=/tmp/go-build548448651/b891/_pkg_.a
2025-08-20T21:27:01.6677047Z [00:03:15.696]➜  packagefile github.com/pion/transport/v2/replaydetector=/tmp/go-build548448651/b892/_pkg_.a
2025-08-20T21:27:01.6677348Z [00:03:15.696]➜  packagefile github.com/pion/transport/v2/udp=/tmp/go-build548448651/b893/_pkg_.a
2025-08-20T21:27:01.6677704Z [00:03:15.696]➜  packagefile github.com/pion/dtls/v3/pkg/crypto/ciphersuite=/tmp/go-build548448651/b826/_pkg_.a
2025-08-20T21:27:01.6678020Z [00:03:15.696]➜  packagefile github.com/pion/dtls/v3/internal/net=/tmp/go-build548448651/b842/_pkg_.a
2025-08-20T21:27:01.6678384Z [00:03:15.696]➜  packagefile github.com/AndreasBriese/bbloom=/tmp/go-build548448651/b1175/_pkg_.a
2025-08-20T21:27:01.6678822Z [00:03:15.696]➜  packagefile github.com/cespare/xxhash=/tmp/go-build548448651/b1173/_pkg_.a
2025-08-20T21:27:01.6679175Z [00:03:15.696]➜  packagefile google.golang.org/protobuf/reflect/protodesc=/tmp/go-build548448651/b1166/_pkg_.a
2025-08-20T21:27:01.6679496Z [00:03:15.696]➜  packagefile golang.org/x/net/internal/timeseries=/tmp/go-build548448651/b1049/_pkg_.a
2025-08-20T21:27:01.6679768Z [00:03:15.696]➜  packagefile github.com/polydawn/refmt=/tmp/go-build548448651/b689/_pkg_.a
2025-08-20T21:27:01.6680023Z [00:03:15.696]➜  packagefile golang.org/x/xerrors=/tmp/go-build548448651/b692/_pkg_.a
2025-08-20T21:27:01.6680437Z [00:03:15.696]➜  packagefile github.com/grpc-ecosystem/grpc-gateway/v2/internal/httprule=/tmp/go-build548448651/b1120/_pkg_.a
2025-08-20T21:27:01.6680822Z [00:03:15.696]➜  packagefile google.golang.org/genproto/googleapis/api/httpbody=/tmp/go-build548448651/b1122/_pkg_.a
2025-08-20T21:27:01.6681172Z [00:03:15.696]➜  packagefile google.golang.org/grpc/health/grpc_health_v1=/tmp/go-build548448651/b1123/_pkg_.a
2025-08-20T21:27:01.6681533Z [00:03:15.696]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build548448651/b1073/_pkg_.a
2025-08-20T21:27:01.6681907Z [00:03:15.696]➜  packagefile google.golang.org/protobuf/types/known/fieldmaskpb=/tmp/go-build548448651/b1124/_pkg_.a
2025-08-20T21:27:01.6682271Z [00:03:15.696]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build548448651/b1125/_pkg_.a
2025-08-20T21:27:01.6682643Z [00:03:15.696]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build548448651/b1126/_pkg_.a
2025-08-20T21:27:01.6683019Z [00:03:15.696]➜  packagefile google.golang.org/grpc/balancer/pickfirst/internal=/tmp/go-build548448651/b1069/_pkg_.a
2025-08-20T21:27:01.6683489Z [00:03:15.696]➜  packagefile google.golang.org/grpc/balancer/pickfirst/pickfirstleaf=/tmp/go-build548448651/b1070/_pkg_.a
2025-08-20T21:27:01.6683887Z [00:03:15.696]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build548448651/b1071/_pkg_.a
2025-08-20T21:27:01.6684263Z [00:03:15.696]➜  packagefile google.golang.org/grpc/balancer/endpointsharding=/tmp/go-build548448651/b1077/_pkg_.a
2025-08-20T21:27:01.6684634Z [00:03:15.696]➜  packagefile google.golang.org/grpc/binarylog/grpc_binarylog_v1=/tmp/go-build548448651/b1088/_pkg_.a
2025-08-20T21:27:01.6684958Z [00:03:15.696]➜  packagefile google.golang.org/grpc/internal/buffer=/tmp/go-build548448651/b1095/_pkg_.a
2025-08-20T21:27:01.6685325Z [00:03:15.696]➜  packagefile google.golang.org/grpc/internal/proxyattributes=/tmp/go-build548448651/b1101/_pkg_.a
2025-08-20T21:27:01.6685716Z [00:03:15.696]➜  packagefile google.golang.org/grpc/internal/transport/networktype=/tmp/go-build548448651/b1106/_pkg_.a
2025-08-20T21:27:01.6685985Z [00:03:15.696]➜  packagefile golang.org/x/net/http2=/tmp/go-build548448651/b1103/_pkg_.a
2025-08-20T21:27:01.6686318Z [00:03:15.696]➜  packagefile google.golang.org/grpc/internal/syscall=/tmp/go-build548448651/b1105/_pkg_.a
2025-08-20T21:27:01.6686673Z [00:03:15.696]➜  packagefile google.golang.org/grpc/internal/resolver/dns=/tmp/go-build548448651/b1114/_pkg_.a
2025-08-20T21:27:01.6686904Z [00:03:15.696]➜  packagefile go/doc/comment=/tmp/go-build548448651/b352/_pkg_.a
2025-08-20T21:27:01.6687278Z [00:03:15.696]➜  packagefile github.com/gogo/protobuf/protoc-gen-gogo/descriptor=/tmp/go-build548448651/b542/_pkg_.a
2025-08-20T21:27:01.6687529Z [00:03:15.696]➜  packagefile internal/lazyregexp=/tmp/go-build548448651/b586/_pkg_.a
2025-08-20T21:27:01.6687804Z [00:03:15.696]➜  packagefile golang.org/x/text/internal=/tmp/go-build548448651/b576/_pkg_.a
2025-08-20T21:27:01.6688121Z [00:03:15.696]➜  packagefile golang.org/x/text/internal/language=/tmp/go-build548448651/b578/_pkg_.a
2025-08-20T21:27:01.6688471Z [00:03:15.696]➜  packagefile golang.org/x/text/internal/language/compact=/tmp/go-build548448651/b580/_pkg_.a
2025-08-20T21:27:01.6688979Z [00:03:15.696]➜  packagefile github.com/pion/turn/v4/internal/ipnet=/tmp/go-build548448651/b865/_pkg_.a
2025-08-20T21:27:01.6689411Z [00:03:15.696]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/ciphersuite=/tmp/go-build548448651/b875/_pkg_.a
2025-08-20T21:27:01.6689758Z [00:03:15.696]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/signature=/tmp/go-build548448651/b886/_pkg_.a
2025-08-20T21:27:01.6690077Z [00:03:15.696]➜  packagefile github.com/pion/dtls/v2/internal/util=/tmp/go-build548448651/b876/_pkg_.a
2025-08-20T21:27:01.6690395Z [00:03:15.696]➜  packagefile github.com/pion/transport/v2/packetio=/tmp/go-build548448651/b894/_pkg_.a
2025-08-20T21:27:01.6690718Z [00:03:15.696]➜  packagefile github.com/pion/dtls/v3/pkg/crypto/ccm=/tmp/go-build548448651/b828/_pkg_.a
2025-08-20T21:27:01.6691103Z [00:03:15.696]➜  packagefile google.golang.org/protobuf/internal/editionssupport=/tmp/go-build548448651/b1167/_pkg_.a
2025-08-20T21:27:01.6691466Z [00:03:15.696]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/tmp/go-build548448651/b1168/_pkg_.a
2025-08-20T21:27:01.6691827Z [00:03:15.696]➜  packagefile google.golang.org/protobuf/types/gofeaturespb=/tmp/go-build548448651/b1169/_pkg_.a
2025-08-20T21:27:01.6692131Z [00:03:15.696]➜  packagefile golang.org/x/xerrors/internal=/tmp/go-build548448651/b693/_pkg_.a
2025-08-20T21:27:01.6692508Z [00:03:15.696]➜  packagefile google.golang.org/protobuf/internal/encoding/json=/tmp/go-build548448651/b1074/_pkg_.a
2025-08-20T21:27:01.6692833Z [00:03:15.696]➜  packagefile golang.org/x/net/internal/httpcommon=/tmp/go-build548448651/b1104/_pkg_.a
2025-08-20T21:27:01.6693185Z [00:03:15.696]➜  packagefile google.golang.org/grpc/balancer/grpclb/state=/tmp/go-build548448651/b1115/_pkg_.a
2025-08-20T21:27:01.6693577Z [00:03:15.696]➜  packagefile google.golang.org/grpc/internal/resolver/dns/internal=/tmp/go-build548448651/b1116/_pkg_.a
2025-08-20T21:27:01.6693935Z [00:03:15.696]➜  packagefile golang.org/x/text/internal/tag=/tmp/go-build548448651/b579/_pkg_.a
2025-08-20T21:27:01.6694340Z [00:03:15.696]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/ccm=/tmp/go-build548448651/b877/_pkg_.a
2025-08-20T21:27:01.6790650Z [00:03:15.696]➜  modinfo "0w\xaf\f\x92t\b\x02A\xe1\xc1\a\xe6\xd6\x18\xe6path\tgithub.com/ipfs/kubo/cmd/ipfs\nmod\tgithub.com/ipfs/kubo\tv0.36.1-0.20250820035911-ccb49de8524e\t\ndep\tbazil.org/fuse\tv0.0.0-20200117225306-7b5117fecadc\th1:utDghgcjE8u+EBjHOgYT+dJPcnDF05KqWMBcjuJy510=\ndep\tcontrib.go.opencensus.io/exporter/prometheus\tv0.4.2\th1:sqfsYl5GIY/L570iT+l93ehxaWJs2/OwXtiWwew3oAg=\ndep\tgithub.com/AndreasBriese/bbloom\tv0.0.0-20190825152654-46b345b51c96\th1:cTp8I5+VIoKjsnZuH8vjyaysT/ses3EvZeaV/1UkF2M=\ndep\tgithub.com/DataDog/zstd\tv1.5.6-0.20230824185856-869dae002e5e\th1:ZIWapoIRN1VqT8GR8jAwb1Ie9GyehWjVcGh32Y2MznE=\ndep\tgithub.com/Jorropo/jsync\tv1.0.1\th1:6HgRolFZnsdfzRUj+ImB9og1JYOxQoReSywkHOGSaUU=\ndep\tgithub.com/alecthomas/units\tv0.0.0-20240927000941-0f3dac36c52b\th1:mimo19zliBX/vSQ6PWWSL9lK8qwHozUj03+zLoEB8O0=\ndep\tgithub.com/anmitsu/go-shlex\tv0.0.0-20161002113705-648efa622239\th1:kFOfPq6dUM1hTo4JG6LR5AXSUEsOjtdm0kw0FtQtMJA=\ndep\tgithub.com/benbjohnson/clock\tv1.3.5\th1:VvXlSJBzZpA/zum6Sj74hxwYI2DIxRWuNIoXAzHZz5o=\ndep\tgithub.com/beorn7/perks\tv1.0.1\th1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=\ndep\tgithub.com/blang/semver/v4\tv4.0.0\th1:1PFHFE6yCCTv8C1TeyNNarDzntLi7wMI5i/pzqYIsAM=\ndep\tgithub.com/caddyserver/certmagic\tv0.23.0\th1:CfpZ/50jMfG4+1J/u2LV6piJq4HOfO6ppOnOf7DkFEU=\ndep\tgithub.com/caddyserver/zerossl\tv0.1.3\th1:onS+pxp3M8HnHpN5MMbOMyNjmTheJyWRaZYwn+YTAyA=\ndep\tgithub.com/cenkalti/backoff/v4\tv4.3.0\th1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK343L8=\ndep\tgithub.com/cenkalti/backoff/v5\tv5.0.2\th1:rIfFVxEf1QsI7E1ZHfp/B4DF/6QBAUhmgkxc0H7Zss8=\ndep\tgithub.com/ceramicnetwork/go-dag-jose\tv0.1.1\th1:7pObs22egc14vSS3AfCFfS1VmaL4lQUsAK7OGC3PlKk=\ndep\tgithub.com/cespare/xxhash\tv1.1.0\th1:a6HrQnmkObjyL+Gs60czilIUGqrzKutQD6XZog3p+ko=\ndep\tgithub.com/cespare/xxhash/v2\tv2.3.0\th1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=\ndep\tgithub.com/cheggaaa/pb\tv1.0.29\th1:FckUN5ngEk2LpvuG0fw1GEFx6LtyY2pWI/Z2QgCnEYo=\ndep\tgithub.com/cockroachdb/crlib\tv0.0.0-20241015224233-894974b3ad94\th1:bvJv505UUfjzbaIPdNS4AEkHreDqQk6yuNpsdRHpwFA=\ndep\tgithub.com/cockroachdb/errors\tv1.11.3\th1:5bA+k2Y6r+oz/6Z/RFlNeVCesGARKuC6YymtcDrbC/I=\ndep\tgithub.com/cockroachdb/fifo\tv0.0.0-20240606204812-0bbfbd93a7ce\th1:giXvy4KSc/6g/esnpM7Geqxka4WSqI1SZc7sMJFd3y4=\ndep\tgithub.com/cockroachdb/logtags\tv0.0.0-20230118201751-21c54148d20b\th1:r6VH0faHjZeQy818SGhaone5OnYfxFR/+AzdY3sf5aE=\ndep\tgithub.com/cockroachdb/pebble/v2\tv2.0.6\th1:eL54kX2AKp1ePJ/8vq4IO3xIEPpvVjlSP12dlLYilyE=\ndep\tgithub.com/cockroachdb/redact\tv1.1.5\th1:u1PMllDkdFfPWaNGMyLD1+so+aq3uUItthCFqzwPJ30=\ndep\tgithub.com/cockroachdb/swiss\tv0.0.0-20250624142022-d6e517c1d961\th1:Nua446ru3juLHLZd4AwKNzClZgL1co3pUPGv3o8FlcA=\ndep\tgithub.com/cockroachdb/tokenbucket\tv0.0.0-20230807174530-cc333fc44b06\th1:zuQyyAKVxetITBuuhv3BI9cMrmStnpT18zmgmTxunpo=\ndep\tgithub.com/coreos/go-systemd/v22\tv22.5.0\th1:RrqgGjYQKalulkV8NGVIfkXQf6YYmOyiJKk8iXXhfZs=\ndep\tgithub.com/crackcomm/go-gitignore\tv0.0.0-20241020182519-7843d2ba8fdf\th1:dwGgBWn84wUS1pVikGiruW+x5XM4amhjaZO20vCjay4=\ndep\tgithub.com/cskr/pubsub\tv1.0.2\th1:vlOzMhl6PFn60gRlTQQsIfVwaPB/B/8MziK8FhEPt/0=\ndep\tgithub.com/davidlazar/go-crypto\tv0.0.0-20200604182044-b73af7476f6c\th1:pFUpOrbxDR6AkioZ1ySsx5yxlDQZ8stG2b88gTPxgJU=\ndep\tgithub.com/decred/dcrd/dcrec/secp256k1/v4\tv4.4.0\th1:NMZiJj8QnKe1LgsbDayM4UoHwbvwDRwnI3hwNaAHRnc=\ndep\tgithub.com/dgraph-io/badger\tv1.6.2\th1:mNw0qs90GVgGGWylh0umH5iag1j6n/PeJtNvL6KY/x8=\ndep\tgithub.com/dgraph-io/ristretto\tv0.0.2\th1:a5WaUrDa0qm0YrAAS1tUykT5El3kt62KNZZeMxQn3po=\ndep\tgithub.com/dustin/go-humanize\tv1.0.1\th1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkpeCY=\ndep\tgithub.com/elgris/jsondiff\tv0.0.0-20160530203242-765b5c24c302\th1:QV0ZrfBLpFc2KDk+a4LJefDczXnonRwrYrQJY/9L4dA=\ndep\tgithub.com/facebookgo/atomicfile\tv0.0.0-20151019160806-2de1f203e7d5\th1:BBso6MBKW8ncyZLv37o+KNyy0HrrHgfnOaGQC2qvN+A=\ndep\tgithub.com/felixge/httpsnoop\tv1.0.4\th1:NFTV2Zj1bL4mc9sqWACXbQFVBBg2W3GPvqp8/ESS2Wg=\ndep\tgithub.com/filecoin-project/go-clock\tv0.1.0\th1:SFbYIM75M8NnFm1yMHhN9Ahy3W5bEZV9gd6MPfXbKVU=\ndep\tgithub.com/flynn/noise\tv1.1.0\th1:KjPQoQCEFdZDiP03phOvGi11+SVVhBG2wOWAorLsstg=\ndep\tgithub.com/francoispqt/gojay\tv1.2.13\th1:d2m3sFjloqoIUQU3TsHBgj6qg/BVGlTBeHDUmyJnXKk=\ndep\tgithub.com/fsnotify/fsnotify\tv1.7.0\th1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA=\ndep\tgithub.com/gabriel-vasile/mimetype\tv1.4.9\th1:5k+WDwEsD9eTLL8Tz3L0VnmVh9QxGjRmjBvAG7U/oYY=\ndep\tgithub.com/gammazero/chanqueue\tv1.1.1\th1:n9Y+zbBxw2f7uUE9wpgs0rOSkP/I/yhDLiNuhyVjojQ=\ndep\tgithub.com/gammazero/deque\tv1.1.0\th1:OyiyReBbnEG2PP0Bnv1AASLIYvyKqIFN5xfl1t8oGLo=\ndep\tgithub.com/getsentry/sentry-go\tv0.27.0\th1:Pv98CIbtB3LkMWmXi4Joa5OOcwbmnX88sF5qbK3r3Ps=\ndep\tgithub.com/go-jose/go-jose/v4\tv4.0.5\th1:M6T8+mKZl/+fNNuFHvGIzDz7BTLQPIounk/b9dw3AaE=\ndep\tgithub.com/go-kit/log\tv0.2.1\th1:MRVx0/zhvdseW+Gza6N9rVzU/IVzaeE1SFI4raAhmBU=\ndep\tgithub.com/go-logfmt/logfmt\tv0.6.0\th1:wGYYu3uicYdqXVgoYbvnkrPVXkuLM1p1ifugDMEdRi4=\ndep\tgithub.com/go-logr/logr\tv1.4.3\th1:CjnDlHq8ikf6E492q6eKboGOC0T8CDaOvkHCIg8idEI=\ndep\tgithub.com/go-logr/stdr\tv1.2.2\th1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag=\ndep\tgithub.com/gogo/protobuf\tv1.3.2\th1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=\ndep\tgithub.com/golang/groupcache\tv0.0.0-20210331224755-41bb18bfe9da\th1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE=\ndep\tgithub.com/golang/protobuf\tv1.5.4\th1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek=\ndep\tgithub.com/golang/snappy\tv0.0.5-0.20231225225746-43d5d4cd4e0e\th1:4bw4WeyTYPp0smaXiJZCNnLrvVBqirQVreixayXezGc=\ndep\tgithub.com/google/gopacket\tv1.1.19\th1:ves8RnFZPGiFnTS0uPQStjwru6uO6h+nlr9j6fL7kF8=\ndep\tgithub.com/google/uuid\tv1.6.0\th1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=\ndep\tgithub.com/gorilla/mux\tv1.8.1\th1:TuBL49tXwgrFYWhqrNgrUNEY92u81SPhu7sTdzQEiWY=\ndep\tgithub.com/gorilla/websocket\tv1.5.3\th1:saDtZ6Pbx/0u+bgYQ3q96pZgCzfhKXGPqt7kZ72aNNg=\ndep\tgithub.com/grpc-ecosystem/grpc-gateway/v2\tv2.27.1\th1:X5VWvz21y3gzm9Nw/kaUeku/1+uBhcekkmy4IkffJww=\ndep\tgithub.com/hashicorp/go-version\tv1.7.0\th1:5tqGy27NaOTB8yJKUZELlFAS/LTKJkrmONwQKeRZfjY=\ndep\tgithub.com/hashicorp/golang-lru\tv1.0.2\th1:dV3g9Z/unq5DpblPpw+Oqcv4dU/1omnb4Ok8iPY6p1c=\ndep\tgithub.com/hashicorp/golang-lru/v2\tv2.0.7\th1:a+bsQ5rvGLjzHuww6tVxozPZFVghXaHOwFs4luLUK2k=\ndep\tgithub.com/huin/goupnp\tv1.3.0\th1:UvLUlWDNpoUdYzb2TCn+MuTWtcjXKSza2n6CBdQ0xXc=\ndep\tgithub.com/ipfs-shipyard/nopfs\tv0.0.14\th1:HFepJt/MxhZ3/GsLZkkAPzIPdNYKaLO1Qb7YmPbWIKk=\ndep\tgithub.com/ipfs-shipyard/nopfs/ipfs\tv0.25.0\th1:OqNqsGZPX8zh3eFMO8Lf8EHRRnSGBMqcdHUd7SDsUOY=\ndep\tgithub.com/ipfs/bbloom\tv0.0.4\th1:Gi+8EGJ2y5qiD5FbsbpX/TMNcJw8gSqr7eyjHa4Fhvs=\ndep\tgithub.com/ipfs/boxo\tv0.34.0\th1:pMP9bAsTs4xVh8R0ZmxIWviV7kjDa60U24QrlGgHb1g=\ndep\tgithub.com/ipfs/go-bitfield\tv1.1.0\th1:fh7FIo8bSwaJEh6DdTWbCeZ1eqOaOkKFI74SCnsWbGA=\ndep\tgithub.com/ipfs/go-block-format\tv0.2.2\th1:uecCTgRwDIXyZPgYspaLXoMiMmxQpSx2aq34eNc4YvQ=\ndep\tgithub.com/ipfs/go-cid\tv0.5.0\th1:goEKKhaGm0ul11IHA7I6p1GmKz8kEYniqFopaB5Otwg=\ndep\tgithub.com/ipfs/go-cidutil\tv0.1.0\th1:RW5hO7Vcf16dplUU60Hs0AKDkQAVPVplr7lk97CFL+Q=\ndep\tgithub.com/ipfs/go-datastore\tv0.8.3\th1:z391GsQyGKUIUof2tPoaZVeDknbt7fNHs6Gqjcw5Jo4=\ndep\tgithub.com/ipfs/go-ds-badger\tv0.3.4\th1:MmqFicftE0KrwMC77WjXTrPuoUxhwyFsjKONSeWrlOo=\ndep\tgithub.com/ipfs/go-ds-flatfs\tv0.5.5\th1:lkx5C99pFBMI7T1sYF7y3v7xIYekNVNMp/95Gm9Y3tY=\ndep\tgithub.com/ipfs/go-ds-leveldb\tv0.5.2\th1:6nmxlQ2zbp4LCNdJVsmHfs9GP0eylfBNxpmY1csp0x0=\ndep\tgithub.com/ipfs/go-ds-measure\tv0.2.2\th1:4kwvBGbbSXNYe4ANlg7qTIYoZU6mNlqzQHdVqICkqGI=\ndep\tgithub.com/ipfs/go-ds-pebble\tv0.5.1\th1:p0FAE0zw9J/3T1VkGB9s98jWmfKmw2t0iEwfMUv8iSQ=\ndep\tgithub.com/ipfs/go-fs-lock\tv0.1.1\th1:TecsP/Uc7WqYYatasreZQiP9EGRy4ZnKoG4yXxR33nw=\ndep\tgithub.com/ipfs/go-ipfs-cmds\tv0.15.0\th1:nQDgKadrzyiFyYoZMARMIoVoSwe3gGTAfGvrWLeAQbQ=\ndep\tgithub.com/ipfs/go-ipfs-delay\tv0.0.1\th1:r/UXYyRcddO6thwOnhiznIAiSvxMECGgtv35Xs1IeRQ=\ndep\tgithub.com/ipfs/go-ipfs-ds-help\tv1.1.1\th1:B5UJOH52IbcfS56+Ul+sv8jnIV10lbjLF5eOO0C66Nw=\ndep\tgithub.com/ipfs/go-ipfs-pq\tv0.0.3\th1:YpoHVJB+jzK15mr/xsWC574tyDLkezVrDNeaalQBsTE=\ndep\tgithub.com/ipfs/go-ipfs-redirects-file\tv0.1.2\th1:QCK7VtL91FH17KROVVy5KrzDx2hu68QvB2FTWk08ZQk=\ndep\tgithub.com/ipfs/go-ipld-cbor\tv0.2.1\th1:H05yEJbK/hxg0uf2AJhyerBDbjOuHX4yi+1U/ogRa7E=\ndep\tgithub.com/ipfs/go-ipld-format\tv0.6.2\th1:bPZQ+A05ol0b3lsJSl0bLvwbuQ+HQbSsdGTy4xtYUkU=\ndep\tgithub.com/ipfs/go-ipld-git\tv0.1.1\th1:TWGnZjS0htmEmlMFEkA3ogrNCqWjIxwr16x1OsdhG+Y=\ndep\tgithub.com/ipfs/go-ipld-legacy\tv0.2.2\th1:DThbqCPVLpWBcGtU23KDLiY2YRZZnTkXQyfz8aOfBkQ=\ndep\tgithub.com/ipfs/go-log/v2\tv2.8.1\th1:Y/X36z7ASoLJaYIJAL4xITXgwf7RVeqb1+/25aq/Xk0=\ndep\tgithub.com/ipfs/go-metrics-interface\tv0.3.0\th1:YwG7/Cy4R94mYDUuwsBfeziJCVm9pBMJ6q/JR9V40TU=\ndep\tgithub.com/ipfs/go-metrics-prometheus\tv0.1.0\th1:bApWOHkrH3VTBHzTHrZSfq4n4weOZDzZFxUXv+HyKcA=\ndep\tgithub.com/ipfs/go-peertaskqueue\tv0.8.2\th1:PaHFRaVFdxQk1Qo3OKiHPYjmmusQy7gKQUaL8JDszAU=\ndep\tgithub.com/ipfs/go-unixfsnode\tv1.10.1\th1:hGKhzuH6NSzZ4y621wGuDspkjXRNG3B+HqhlyTjSwSM=\ndep\tgithub.com/ipld/go-car/v2\tv2.14.3\th1:1Mhl82/ny8MVP+w1M4LXbj4j99oK3gnuZG2GmG1IhC8=\ndep\tgithub.com/ipld/go-codec-dagpb\tv1.7.0\th1:hpuvQjCSVSLnTnHXn+QAMR0mLmb1gA6wl10LExo2Ts0=\ndep\tgithub.com/ipld/go-ipld-prime\tv0.21.0\th1:n4JmcpOlPDIxBcY037SVfpd1G+Sj1nKZah0m6QH9C2E=\ndep\tgithub.com/ipshipyard/p2p-forge\tv0.6.1\th1:987/hUC1YxI56CcMX6iTB+9BLjFV0d2SJnig9Z1pf8A=\ndep\tgithub.com/jackpal/go-nat-pmp\tv1.0.2\th1:KzKSgb7qkJvOUTqYl9/Hg/me3pWgBmERKrTGD7BdWus=\ndep\tgithub.com/jbenet/go-temp-err-catcher\tv0.1.0\th1:zpb3ZH6wIE8Shj2sKS+khgRvf7T7RABoLk/+KKHggpk=\ndep\tgithub.com/klauspost/compress\tv1.18.0\th1:c/Cqfb0r+Yi+JtIEq73FWXVkRonBlf0CRNYc8Zttxdo=\ndep\tgithub.com/klauspost/cpuid/v2\tv2.3.0\th1:S4CRMLnYUhGeDFDqkGriYKdfoFlDnMtqTiI/sFzhA9Y=\ndep\tgithub.com/koron/go-ssdp\tv0.0.6\th1:Jb0h04599eq/CY7rB5YEqPS83HmRfHP2azkxMN2rFtU=\ndep\tgithub.com/kr/pretty\tv0.3.1\th1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=\ndep\tgithub.com/kr/text\tv0.2.0\th1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=\ndep\tgithub.com/libdns/libdns\tv1.0.0-beta.1\th1:KIf4wLfsrEpXpZ3vmc/poM8zCATXT2klbdPe6hyOBjQ=\ndep\tgithub.com/libp2p/go-buffer-pool\tv0.1.0\th1:oK4mSFcQz7cTQIfqbe4MIj9gLW+mnanjyFtc6cdF0Y8=\ndep\tgithub.com/libp2p/go-cidranger\tv1.1.0\th1:ewPN8EZ0dd1LSnrtuwd4709PXVcITVeuwbag38yPW7c=\ndep\tgithub.com/libp2p/go-doh-resolver\tv0.5.0\th1:4h7plVVW+XTS+oUBw2+8KfoM1jF6w8XmO7+skhePFdE=\ndep\tgithub.com/libp2p/go-flow-metrics\tv0.3.0\th1:q31zcHUvHnwDO0SHaukewPYgwOBSxtt830uJtUx6784=\ndep\tgithub.com/libp2p/go-libp2p\tv0.43.0\th1:b2bg2cRNmY4HpLK8VHYQXLX2d3iND95OjodLFymvqXU=\ndep\tgithub.com/libp2p/go-libp2p-asn-util\tv0.4.1\th1:xqL7++IKD9TBFMgnLPZR6/6iYhawHKHl950SO9L6n94=\ndep\tgithub.com/libp2p/go-libp2p-gostream\tv0.6.0\th1:QfAiWeQRce6pqnYfmIVWJFXNdDyfiR/qkCnjyaZUPYU=\ndep\tgithub.com/libp2p/go-libp2p-http\tv0.5.0\th1:+x0AbLaUuLBArHubbbNRTsgWz0RjNTy6DJLOxQ3/QBc=\ndep\tgithub.com/libp2p/go-libp2p-kad-dht\tv0.34.0\th1:yvJ/Vrt36GVjsqPxiGcuuwOloKuZLV9Aa7awIKyNXy0=\ndep\tgithub.com/libp2p/go-libp2p-kbucket\tv0.7.0\th1:vYDvRjkyJPeWunQXqcW2Z6E93Ywx7fX0jgzb/dGOKCs=\ndep\tgithub.com/libp2p/go-libp2p-pubsub\tv0.14.2\th1:nT5lFHPQOFJcp9CW8hpKtvbpQNdl2udJuzLQWbgRum8=\ndep\tgithub.com/libp2p/go-libp2p-pubsub-router\tv0.6.0\th1:D30iKdlqDt5ZmLEYhHELCMRj8b4sFAqrUcshIUvVP/s=\ndep\tgithub.com/libp2p/go-libp2p-record\tv0.3.1\th1:cly48Xi5GjNw5Wq+7gmjfBiG9HCzQVkiZOUZ8kUl+Fg=\ndep\tgithub.com/libp2p/go-libp2p-routing-helpers\tv0.7.5\th1:HdwZj9NKovMx0vqq6YNPTh6aaNzey5zHD7HeLJtq6fI=\ndep\tgithub.com/libp2p/go-libp2p-xor\tv0.1.0\th1:hhQwT4uGrBcuAkUGXADuPltalOdpf9aag9kaYNT2tLA=\ndep\tgithub.com/libp2p/go-msgio\tv0.3.0\th1:mf3Z8B1xcFN314sWX+2vOTShIE0Mmn2TXn3YCUQGNj0=\ndep\tgithub.com/libp2p/go-netroute\tv0.2.2\th1:Dejd8cQ47Qx2kRABg6lPwknU7+nBnFRpko45/fFPuZ8=\ndep\tgithub.com/libp2p/go-reuseport\tv0.4.0\th1:nR5KU7hD0WxXCJbmw7r2rhRYruNRl2koHw8fQscQm2s=\ndep\tgithub.com/libp2p/go-socket-activation\tv0.1.1\th1:wkLBj6RqKffjt7BI794ewoSt241UV52NKYvIbpzhn4Q=\ndep\tgithub.com/libp2p/go-yamux/v5\tv5.0.1\th1:f0WoX/bEF2E8SbE4c/k1Mo+/9z0O4oC/hWEA+nfYRSg=\ndep\tgithub.com/libp2p/zeroconf/v2\tv2.2.0\th1:Cup06Jv6u81HLhIj1KasuNM/RHHrJ8T7wOTS4+Tv53Q=\ndep\tgithub.com/marten-seemann/tcp\tv0.0.0-20210406111302-dfbc87cc63fd\th1:br0buuQ854V8u83wA0rVZ8ttrq5CpaPZdvrK0LP2lOk=\ndep\tgithub.com/mattn/go-colorable\tv0.1.13\th1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=\ndep\tgithub.com/mattn/go-isatty\tv0.0.20\th1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=\ndep\tgithub.com/mattn/go-runewidth\tv0.0.15\th1:UNAjwbU9l54TA3KzvqLGxwWjHmMgBUVhBiTjelZgg3U=\ndep\tgithub.com/mgutz/ansi\tv0.0.0-20170206155736-9520e82c474b\th1:j7+1HpAFS1zy5+Q4qx1fWh90gTKwiN4QCGoY9TWyyO4=\ndep\tgithub.com/mholt/acmez/v3\tv3.1.2\th1:auob8J/0FhmdClQicvJvuDavgd5ezwLBfKuYmynhYzc=\ndep\tgithub.com/miekg/dns\tv1.1.68\th1:jsSRkNozw7G/mnmXULynzMNIsgY2dHC8LO6U6Ij2JEA=\ndep\tgithub.com/mikioh/tcpinfo\tv0.0.0-20190314235526-30a79bb1804b\th1:z78hV3sbSMAUoyUMM0I83AUIT6Hu17AWfgjzIbtrYFc=\ndep\tgithub.com/mikioh/tcpopt\tv0.0.0-20190314235656-172688c1accc\th1:PTfri+PuQmWDqERdnNMiD9ZejrlswWrCpBEZgWOiTrc=\ndep\tgithub.com/minio/sha256-simd\tv1.0.1\th1:6kaan5IFmwTNynnKKpDHe6FWHohJOHhCPchzK49dzMM=\ndep\tgithub.com/mr-tron/base58\tv1.2.0\th1:T/HDJBh4ZCPbU39/+c3rRvE0uKBQlU27+QI8LJ4t64o=\ndep\tgithub.com/multiformats/go-base32\tv0.1.0\th1:pVx9xoSPqEIQG8o+UbAe7DNi51oej1NtK+aGkbLYxPE=\ndep\tgithub.com/multiformats/go-base36\tv0.2.0\th1:lFsAbNOGeKtuKozrtBsAkSVhv1p9D0/qedU9rQyccr0=\ndep\tgithub.com/multiformats/go-multiaddr\tv0.16.1\th1:fgJ0Pitow+wWXzN9do+1b8Pyjmo8m5WhGfzpL82MpCw=\ndep\tgithub.com/multiformats/go-multiaddr-dns\tv0.4.1\th1:whi/uCLbDS3mSEUMb1MsoT4uzUeZB0N32yzufqS0i5M=\ndep\tgithub.com/multiformats/go-multiaddr-fmt\tv0.1.0\th1:WLEFClPycPkp4fnIzoFoV9FVd49/eQsuaL3/CWe167E=\ndep\tgithub.com/multiformats/go-multibase\tv0.2.0\th1:isdYCVLvksgWlMW9OZRYJEa9pZETFivncJHmHnnd87g=\ndep\tgithub.com/multiformats/go-multicodec\tv0.9.2\th1:YrlXCuqxjqm3bXl+vBq5LKz5pz4mvAsugdqy78k0pXQ=\ndep\tgithub.com/multiformats/go-multihash\tv0.2.3\th1:7Lyc8XfX/IY2jWb/gI7JP+o7JEq9hOa7BFvVU9RSh+U=\ndep\tgithub.com/multiformats/go-multistream\tv0.6.1\th1:4aoX5v6T+yWmc2raBHsTvzmFhOI8WVOer28DeBBEYdQ=\ndep\tgithub.com/multiformats/go-varint\tv0.0.7\th1:sWSGR+f/eu5ABZA2ZpYKBILXTTs9JWpdEM/nEGOHFS8=\ndep\tgithub.com/munnerz/goautoneg\tv0.0.0-20191010083416-a7dc8b61c822\th1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=\ndep\tgithub.com/opentracing/opentracing-go\tv1.2.0\th1:uEJPy/1a5RIPAJ0Ov+OIO8OxWu77jEv+1B0VhjKrZUs=\ndep\tgithub.com/openzipkin/zipkin-go\tv0.4.3\th1:9EGwpqkgnwdEIJ+Od7QVSEIH+ocmm5nPat0G7sjsSdg=\ndep\tgithub.com/pbnjay/memory\tv0.0.0-20210728143218-7b4eea64cf58\th1:onHthvaw9LFnH4t2DcNVpwGmV9E1BkGknEliJkfwQj0=\ndep\tgithub.com/petar/GoLLRB\tv0.0.0-20210522233825-ae3b015fd3e9\th1:1/WtZae0yGtPq+TI6+Tv1WTxkukpXeMlviSxvL7SRgk=\ndep\tgithub.com/pion/datachannel\tv1.5.10\th1:ly0Q26K1i6ZkGf42W7D4hQYR90pZwzFOjTq5AuCKk4o=\ndep\tgithub.com/pion/dtls/v2\tv2.2.12\th1:KP7H5/c1EiVAAKUmXyCzPiQe5+bCJrpOeKg/L05dunk=\ndep\tgithub.com/pion/dtls/v3\tv3.0.6\th1:7Hkd8WhAJNbRgq9RgdNh1aaWlZlGpYTzdqjy9x9sK2E=\ndep\tgithub.com/pion/ice/v4\tv4.0.10\th1:P59w1iauC/wPk9PdY8Vjl4fOFL5B+USq1+xbDcN6gT4=\ndep\tgithub.com/pion/interceptor\tv0.1.40\th1:e0BjnPcGpr2CFQgKhrQisBU7V3GXK6wrfYrGYaU6Jq4=\ndep\tgithub.com/pion/logging\tv0.2.3\th1:gHuf0zpoh1GW67Nr6Gj4cv5Z9ZscU7g/EaoC/Ke/igI=\ndep\tgithub.com/pion/mdns/v2\tv2.0.7\th1:c9kM8ewCgjslaAmicYMFQIde2H9/lrZpjBkN8VwoVtM=\ndep\tgithub.com/pion/randutil\tv0.1.0\th1:CFG1UdESneORglEsnimhUjf33Rwjubwj6xfiOXBa3mA=\ndep\tgithub.com/pion/rtcp\tv1.2.15\th1:LZQi2JbdipLOj4eBjK4wlVoQWfrZbh3Q6eHtWtJBZBo=\ndep\tgithub.com/pion/rtp\tv1.8.19\th1:jhdO/3XhL/aKm/wARFVmvTfq0lC/CvN1xwYKmduly3c=\ndep\tgithub.com/pion/sctp\tv1.8.39\th1:PJma40vRHa3UTO3C4MyeJDQ+KIobVYRZQZ0Nt7SjQnE=\ndep\tgithub.com/pion/sdp/v3\tv3.0.13\th1:uN3SS2b+QDZnWXgdr69SM8KB4EbcnPnPf2Laxhty/l4=\ndep\tgithub.com/pion/srtp/v3\tv3.0.6\th1:E2gyj1f5X10sB/qILUGIkL4C2CqK269Xq167PbGCc/4=\ndep\tgithub.com/pion/stun\tv0.6.1\th1:8lp6YejULeHBF8NmV8e2787BogQhduZugh5PdhDyyN4=\ndep\tgithub.com/pion/stun/v3\tv3.0.0\th1:4h1gwhWLWuZWOJIJR9s2ferRO+W3zA/b6ijOI6mKzUw=\ndep\tgithub.com/pion/transport/v2\tv2.2.10\th1:ucLBLE8nuxiHfvkFKnkDQRYWYfp8ejf4YBOPfaQpw6Q=\ndep\tgithub.com/pion/transport/v3\tv3.0.7\th1:iRbMH05BzSNwhILHoBoAPxoB9xQgOaJk+591KC9P1o0=\ndep\tgithub.com/pion/turn/v4\tv4.0.2\th1:ZqgQ3+MjP32ug30xAbD6Mn+/K4Sxi3SdNOTFf+7mpps=\ndep\tgithub.com/pion/webrtc/v4\tv4.1.2\th1:mpuUo/EJ1zMNKGE79fAdYNFZBX790KE7kQQpLMjjR54=\ndep\tgithub.com/pkg/errors\tv0.9.1\th1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=\ndep\tgithub.com/polydawn/refmt\tv0.89.0\th1:ADJTApkvkeBZsN0tBTx8QjpD9JkmxbKp0cxfr9qszm4=\ndep\tgithub.com/prometheus/client_golang\tv1.23.0\th1:ust4zpdl9r4trLY/gSjlm07PuiBq2ynaXXlptpfy8Uc=\ndep\tgithub.com/prometheus/client_model\tv0.6.2\th1:oBsgwpGs7iVziMvrGhE53c/GrLUsZdHnqNwqPLxwZyk=\ndep\tgithub.com/prometheus/common\tv0.65.0\th1:QDwzd+G1twt//Kwj/Ww6E9FQq1iVMmODnILtW1t2VzE=\ndep\tgithub.com/prometheus/procfs\tv0.17.0\th1:FuLQ+05u4ZI+SS/w9+BWEM2TXiHKsUQ9TADiRH7DuK0=\ndep\tgithub.com/prometheus/statsd_exporter\tv0.27.1\th1:tcRJOmwlA83HPfWzosAgr2+zEN5XDFv+M2mn/uYkn5Y=\ndep\tgithub.com/quic-go/qpack\tv0.5.1\th1:giqksBPnT/HDtZ6VhtFKgoLOWmlyo9Ei6u9PqzIMbhI=\ndep\tgithub.com/quic-go/quic-go\tv0.54.0\th1:6s1YB9QotYI6Ospeiguknbp2Znb/jZYjZLRXn9kMQBg=\ndep\tgithub.com/quic-go/webtransport-go\tv0.9.0\th1:jgys+7/wm6JarGDrW+lD/r9BGqBAmqY/ssklE09bA70=\ndep\tgithub.com/rivo/uniseg\tv0.4.4\th1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis=\ndep\tgithub.com/rogpeppe/go-internal\tv1.13.1\th1:KvO1DLK/DRN07sQ1LQKScxyZJuNnedQ5/wKSR38lUII=\ndep\tgithub.com/rs/cors\tv1.11.1\th1:eU3gRzXLRK57F5rKMGMZURNdIG4EoAmX8k94r9wXWHA=\ndep\tgithub.com/slok/go-http-metrics\tv0.13.0\th1:lQDyJJx9wKhmbliyUsZ2l6peGnXRHjsjoqPt5VYzcP8=\ndep\tgithub.com/spaolacci/murmur3\tv1.1.0\th1:7c1g84S4BPRrfL5Xrdp6fOJ206sU9y293DDHaoy0bLI=\ndep\tgithub.com/syndtr/goleveldb\tv1.0.1-0.20220721030215-126854af5e6d\th1:vfofYNRScrDdvS342BElfbETmL1Aiz3i2t0zfRj16Hs=\ndep\tgithub.com/texttheater/golang-levenshtein\tv1.0.1\th1:+cRNoVrfiwufQPhoMzB6N0Yf/Mqajr6t1lOv8GyGE2U=\ndep\tgithub.com/ucarion/urlpath\tv0.0.0-20200424170820-7ccc79b76bbb\th1:Ywfo8sUltxogBpFuMOFRrrSifO788kAFxmvVw31PtQQ=\ndep\tgithub.com/whyrusleeping/base32\tv0.0.0-20170828182744-c30ac30633cc\th1:BCPnHtcboadS0DvysUuJXZ4lWVv5Bh5i7+tbIyi+ck4=\ndep\tgithub.com/whyrusleeping/cbor\tv0.0.0-20171005072247-63513f603b11\th1:5HZfQkwe0mIfyDmc1Em5GqlNRzcdtlv4HTNmdpt7XH0=\ndep\tgithub.com/whyrusleeping/cbor-gen\tv0.3.1\th1:82ioxmhEYut7LBVGhGq8xoRkXPLElVuh5mV67AFfdv0=\ndep\tgithub.com/whyrusleeping/chunker\tv0.0.0-20181014151217-fe64bd25879f\th1:jQa4QT2UP9WYv2nzyawpKMOCl+Z/jW7djv2/J50lj9E=\ndep\tgithub.com/whyrusleeping/go-keyspace\tv0.0.0-20160322163242-5b898ac5add1\th1:EKhdznlJHPMoKr0XTrX+IlJs1LH3lyx2nfr1dOlZ79k=\ndep\tgithub.com/whyrusleeping/go-sysinfo\tv0.0.0-20190219211824-4a357d4b90b1\th1:ctS9Anw/KozviCCtK6VWMz5kPL9nbQzbQY4yfqlIV4M=\ndep\tgithub.com/whyrusleeping/multiaddr-filter\tv0.0.0-20160516205228-e903e4adabd7\th1:E9S12nwJwEOXe2d6gT6qxdvqMnNq+VnSsKPgm2ZZNds=\ndep\tgithub.com/wlynxg/anet\tv0.0.5\th1:J3VJGi1gvo0JwZ/P1/Yc/8p63SoW98B5dHkYDmpgvvU=\ndep\tgithub.com/zeebo/blake3\tv0.2.4\th1:KYQPkhpRtcqh0ssGYcKLG1JYvddkEA8QwCM/yBqhaZI=\ndep\tgo.opencensus.io\tv0.24.0\th1:y73uSU6J157QMP2kn2r30vwW1A2W2WFwSCGnAVxeaD0=\ndep\tgo.opentelemetry.io/auto/sdk\tv1.1.0\th1:cH53jehLUN6UFLY71z+NDOiNJqDdPRaXzTel0sJySYA=\ndep\tgo.opentelemetry.io/contrib/instrumentation/net/http/otelhttp\tv0.62.0\th1:Hf9xI/XLML9ElpiHVDNwvqI0hIFlzV8dgIr35kV1kRU=\ndep\tgo.opentelemetry.io/contrib/propagators/autoprop\tv0.46.1\th1:cXTYcMjY0dsYokAuo8LbNBQxpF8VgTHdiHJJ1zlIXl4=\ndep\tgo.opentelemetry.io/contrib/propagators/aws\tv1.21.1\th1:uQIQIDWb0gzyvon2ICnghpLAf9w7ADOCUiIiwCQgR2o=\ndep\tgo.opentelemetry.io/contrib/propagators/b3\tv1.21.1\th1:WPYiUgmw3+b7b3sQ1bFBFAf0q+Di9dvNc3AtYfnT4RQ=\ndep\tgo.opentelemetry.io/contrib/propagators/jaeger\tv1.21.1\th1:f4beMGDKiVzg9IcX7/VuWVy+oGdjx3dNJ72YehmtY5k=\ndep\tgo.opentelemetry.io/contrib/propagators/ot\tv1.21.1\th1:3TN5vkXjKYWp0YdMcnUEC/A+pBPvqz9V3nCS2xmcurk=\ndep\tgo.opentelemetry.io/otel\tv1.37.0\th1:9zhNfelUvx0KBfu/gb+ZgeAfAgtWrfHJZcAqFC228wQ=\ndep\tgo.opentelemetry.io/otel/exporters/otlp/otlptrace\tv1.37.0\th1:Ahq7pZmv87yiyn3jeFz/LekZmPLLdKejuO3NcK9MssM=\ndep\tgo.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc\tv1.37.0\th1:EtFWSnwW9hGObjkIdmlnWSydO+Qs8OwzfzXLUPg4xOc=\ndep\tgo.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp\tv1.37.0\th1:bDMKF3RUSxshZ5OjOTi8rsHGaPKsAt76FaqgvIUySLc=\ndep\tgo.opentelemetry.io/otel/exporters/stdout/stdouttrace\tv1.37.0\th1:SNhVp/9q4Go/XHBkQ1/d5u9P/U+L1yaGPoi0x+mStaI=\ndep\tgo.opentelemetry.io/otel/exporters/zipkin\tv1.37.0\th1:Z2apuaRnHEjzDAkpbWNPiksz1R0/FCIrJSjiMA43zwI=\ndep\tgo.opentelemetry.io/otel/metric\tv1.37.0\th1:mvwbQS5m0tbmqML4NqK+e3aDiO02vsf/WgbsdpcPoZE=\ndep\tgo.opentelemetry.io/otel/sdk\tv1.37.0\th1:ItB0QUqnjesGRvNcmAcU0LyvkVyGJ2xftD29bWdDvKI=\ndep\tgo.opentelemetry.io/otel/trace\tv1.37.0\th1:HLdcFNbRQBE2imdSEgm/kwqmQj1Or1l/7bW6mxVK7z4=\ndep\tgo.opentelemetry.io/proto/otlp\tv1.7.0\th1:jX1VolD6nHuFzOYso2E73H85i92Mv8JQYk0K9vz09os=\ndep\tgo.uber.org/dig\tv1.19.0\th1:BACLhebsYdpQ7IROQ1AGPjrXcP5dF80U3gKoFzbaq/4=\ndep\tgo.uber.org/fx\tv1.24.0\th1:wE8mruvpg2kiiL1Vqd0CC+tr0/24XIB10Iwp2lLWzkg=\ndep\tgo.uber.org/multierr\tv1.11.0\th1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0=\ndep\tgo.uber.org/zap\tv1.27.0\th1:aJMhYGrd5QSmlpLMr2MftRKl7t8J8PTZPA732ud/XR8=\ndep\tgo.uber.org/zap/exp\tv0.3.0\th1:6JYzdifzYkGmTdRR59oYH+Ng7k49H9qVpWwNSsGJj3U=\ndep\tgo4.org\tv0.0.0-20230225012048-214862532bf5\th1:nifaUDeh+rPaBCMPMQHZmvJf+QdpLFnuQPwx+LxVmtc=\ndep\tgolang.org/x/crypto\tv0.41.0\th1:WKYxWedPGCTVVl5+WHSSrOBT0O8lx32+zxmHxijgXp4=\ndep\tgolang.org/x/exp\tv0.0.0-20250813145105-42675adae3e6\th1:SbTAbRFnd5kjQXbczszQ0hdk3ctwYf3qBNH9jIsGclE=\ndep\tgolang.org/x/net\tv0.43.0\th1:lat02VYK2j4aLzMzecihNvTlJNQUq316m2Mr9rnM6YE=\ndep\tgolang.org/x/oauth2\tv0.30.0\th1:dnDm7JmhM45NNpd8FDDeLhK6FwqbOf4MLCM9zb1BOHI=\ndep\tgolang.org/x/sync\tv0.16.0\th1:ycBJEhp9p4vXvUZNszeOq0kGTPghopOL8q0fq3vstxw=\ndep\tgolang.org/x/sys\tv0.35.0\th1:vz1N37gP5bs89s7He8XuIYXpyY0+QlsKmzipCbUtyxI=\ndep\tgolang.org/x/term\tv0.34.0\th1:O/2T7POpk0ZZ7MAzMeWFSg6S5IpWd/RXDlM9hgM3DR4=\ndep\tgolang.org/x/text\tv0.28.0\th1:rhazDwis8INMIwQ4tpjLDzUhx6RlXqZNPEM0huQojng=\ndep\tgolang.org/x/time\tv0.12.0\th1:ScB/8o8olJvc+CQPWrK3fPZNfh7qgwCrY0zJmoEQLSE=\ndep\tgolang.org/x/xerrors\tv0.0.0-20240903120638-7835f813f4da\th1:noIWHXmPHxILtqtCOPIhSt0ABwskkZKjD3bXGnZGpNY=\ndep\tgonum.org/v1/gonum\tv0.16.0\th1:5+ul4Swaf3ESvrOnidPp4GZbzf0mxVQpDCYUQE7OJfk=\ndep\tgoogle.golang.org/genproto/googleapis/api\tv0.0.0-20250603155806-513f23925822\th1:oWVWY3NzT7KJppx2UKhKmzPq4SRe0LdCijVRwvGeikY=\ndep\tgoogle.golang.org/genproto/googleapis/rpc\tv0.0.0-20250603155806-513f23925822\th1:fc6jSaCT0vBduLYZHYrBBNY4dsWuvgyff9noRNDdBeE=\ndep\tgoogle.golang.org/grpc\tv1.73.0\th1:VIWSmpI2MegBtTuFt5/JWy2oXxtjJ/e89Z70ImfD2ok=\ndep\tgoogle.golang.org/protobuf\tv1.36.7\th1:IgrO7UwFQGJdRNXH/sQux4R1Dj1WAKcLElzeeRaXV2A=\ndep\tgopkg.in/yaml.v2\tv2.4.0\th1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=\ndep\tgopkg.in/yaml.v3\tv3.0.1\th1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=\ndep\tlukechampine.com/blake3\tv1.4.1\th1:I3Smz7gso8w4/TunLKec6K2fn+kyKtDxr/xcQEN84Wg=\nbuild\t-buildmode=pie\nbuild\t-compiler=gc\nbuild\t-trimpath=true\nbuild\tCGO_ENABLED=1\nbuild\tGOARCH=amd64\nbuild\tGOOS=linux\nbuild\tGOAMD64=v1\nbuild\tvcs=git\nbuild\tvcs.revision=ccb49de8524e77bbb72733c73c9bec606cf1d005\nbuild\tvcs.time=2025-08-20T03:59:11Z\nbuild\tvcs.modified=false\n\xf92C1\x86\x18 r\x00\x82B\x10A\x16\xd8\xf2"
2025-08-20T21:27:01.6791358Z [00:03:15.696]➜  EOF
2025-08-20T21:27:01.6791513Z [00:03:15.696]➜  mkdir -p $WORK/b001/exe/
2025-08-20T21:27:01.6791623Z [00:03:15.696]➜  cd .
2025-08-20T21:27:01.6792980Z [00:03:15.696]➜  GOROOT='' /root/.go/pkg/tool/linux_amd64/link -o $WORK/b001/exe/a.out -importcfg $WORK/b001/importcfg.link -installsuffix shared -buildmode=pie -buildid=mIOSk-5h_aANNYnJoSzy/fV2dCfc2wqvYHofB2wHv/UAF6W2PPl1fK8OK5Y8PN/mIOSk-5h_aANNYnJoSzy -s -w -buildid= -linkmode=external -extldflags "-s -w -static-pie -Wl,--build-id=none" -extld=gcc $WORK/b001/_pkg_.a
2025-08-20T21:27:15.1006635Z [00:03:29.223]➜  go tool buildid -w $WORK/b001/exe/a.out # internal
2025-08-20T21:27:15.1599798Z [00:03:29.282]➜  mkdir -p /build-bins/
2025-08-20T21:27:15.1600696Z [00:03:29.282]➜  cp $WORK/b001/exe/a.out /build-bins/kubo
2025-08-20T21:27:15.2156639Z [00:03:29.338]➜  rm -rf $WORK/b001/
2025-08-20T21:27:15.5196659Z [00:03:29.642]➜  + go build -C ./cmd/ipfswatch -x -v -trimpath -buildmode=pie '-ldflags=-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''' -o /build-bins/ipfswatch
2025-08-20T21:27:15.5222354Z [00:03:29.645]➜  WORK=/tmp/go-build2123435875
2025-08-20T21:27:15.6779967Z [00:03:29.800]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO
2025-08-20T21:27:15.6780640Z [00:03:29.800]➜  git status --porcelain
2025-08-20T21:27:15.6865320Z [00:03:29.809]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO
2025-08-20T21:27:15.6866125Z [00:03:29.809]➜  git -c log.showsignature=false log -1 --format=%H:%ct
2025-08-20T21:27:15.6886628Z [00:03:29.811]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO; git config extensions.objectformat
2025-08-20T21:27:15.6898043Z [00:03:29.812]➜  0.001s # cd /tmp/tmp.S0mpzmTmXg/TEMPREPO; git config extensions.objectformat
2025-08-20T21:27:15.6899456Z [00:03:29.812]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' ccb49de8524e77bbb72733c73c9bec606cf1d005 --
2025-08-20T21:27:15.6964497Z [00:03:29.819]➜  0.007s # cd /tmp/tmp.S0mpzmTmXg/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' ccb49de8524e77bbb72733c73c9bec606cf1d005 --
2025-08-20T21:27:15.6965800Z [00:03:29.819]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged ccb49de8524e77bbb72733c73c9bec606cf1d005
2025-08-20T21:27:15.8076592Z [00:03:29.930]➜  0.111s # cd /tmp/tmp.S0mpzmTmXg/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged ccb49de8524e77bbb72733c73c9bec606cf1d005
2025-08-20T21:27:15.8079261Z [00:03:29.930]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' ccb49de8524e --
2025-08-20T21:27:15.8138252Z [00:03:29.936]➜  0.006s # cd /tmp/tmp.S0mpzmTmXg/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' ccb49de8524e --
2025-08-20T21:27:15.8139873Z [00:03:29.936]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO; git cat-file blob ccb49de8524e77bbb72733c73c9bec606cf1d005:go.mod
2025-08-20T21:27:15.8156362Z [00:03:29.938]➜  0.002s # cd /tmp/tmp.S0mpzmTmXg/TEMPREPO; git cat-file blob ccb49de8524e77bbb72733c73c9bec606cf1d005:go.mod
2025-08-20T21:27:16.0132913Z [00:03:30.136]➜  github.com/ipfs/kubo/cmd/ipfswatch
2025-08-20T21:27:16.0133592Z [00:03:30.136]➜  mkdir -p $WORK/b001/
2025-08-20T21:27:16.0134987Z [00:03:30.136]➜  cat >/tmp/go-build2123435875/b001/importcfg << 'EOF' # internal
2025-08-20T21:27:16.0137294Z [00:03:30.136]➜  # import config
2025-08-20T21:27:16.0139141Z [00:03:30.136]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T21:27:16.0140463Z [00:03:30.136]➜  packagefile flag=/root/.cache/go-build/a5/a5aaf1760baeddd363f47cb2dba4c214f54d57033f3d408f59cc917049f2f76b-d
2025-08-20T21:27:16.0141508Z [00:03:30.136]➜  packagefile github.com/fsnotify/fsnotify=/root/.cache/go-build/60/6017c106e7d163164bb8b486b1dd0180af2586d05d17b5933ade0e88b99623fb-d
2025-08-20T21:27:16.0142691Z [00:03:30.136]➜  packagefile github.com/ipfs/boxo/files=/root/.cache/go-build/fe/fe4cdfbdcc9a34be3b078d0b1eba0da44e683b4bdef6f91a6aa8fc9cbb1220ad-d
2025-08-20T21:27:16.0143766Z [00:03:30.136]➜  packagefile github.com/ipfs/kubo/commands=/root/.cache/go-build/42/424a3bcb985d0abfe0a3d5235c83d8181513df8e6fb718daf39ed61c510a1b5d-d
2025-08-20T21:27:16.0144792Z [00:03:30.136]➜  packagefile github.com/ipfs/kubo/core=/root/.cache/go-build/8d/8dcc0fce97dcef5f3b9bc4881e16f4e5d8587e392fba55b2d89c4be38a74e7a9-d
2025-08-20T21:27:16.0145846Z [00:03:30.136]➜  packagefile github.com/ipfs/kubo/core/coreapi=/root/.cache/go-build/93/93d622cca4a7448565f33c5776cd57d43183dbba20aab4e777b774fc64397c61-d
2025-08-20T21:27:16.0147241Z [00:03:30.136]➜  packagefile github.com/ipfs/kubo/core/corehttp=/root/.cache/go-build/6f/6f0b63a54cf064e89f022ed483708dd41a43d400ec3238932707bbfa00c8f041-d
2025-08-20T21:27:16.0148669Z [00:03:30.136]➜  packagefile github.com/ipfs/kubo/misc/fsutil=/root/.cache/go-build/36/3667788e94dac3441af13d0e934e8f8d2696305b6d541914c246576ba994c05f-d
2025-08-20T21:27:16.0150170Z [00:03:30.136]➜  packagefile github.com/ipfs/kubo/repo/fsrepo=/root/.cache/go-build/3d/3d8f0e8f2eb1dad96dd1098494b9c0358e13fcfd094e3c4935f1029942ca84e1-d
2025-08-20T21:27:16.0151269Z [00:03:30.136]➜  packagefile log=/root/.cache/go-build/25/25dca8313fc3b5cb3e64479e477553e8337ce8ff83d44991e9824aa5e282cf62-d
2025-08-20T21:27:16.0152092Z [00:03:30.136]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T21:27:16.0152965Z [00:03:30.136]➜  packagefile os/signal=/root/.cache/go-build/e0/e08026d2aa13e3e6f3c2b657285cc20edefff99a9bd39456d96ef2788cc377ae-d
2025-08-20T21:27:16.0154037Z [00:03:30.136]➜  packagefile path/filepath=/root/.cache/go-build/94/9485dfe10ff9e00756688315e28bdf5d846b216ae3ea7d9d1b4f6ffefa42b71e-d
2025-08-20T21:27:16.0155180Z [00:03:30.136]➜  packagefile syscall=/root/.cache/go-build/cd/cdf09357c3794b1f72e7c6584f54b432460418dff00b3063c0a04ebd092da372-d
2025-08-20T21:27:16.0156023Z [00:03:30.136]➜  packagefile runtime=/root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d
2025-08-20T21:27:16.0156883Z [00:03:30.136]➜  packagefile runtime/cgo=/root/.cache/go-build/68/6812a82e0383ec8777abb0082a0a148400258c6ffbb09aaa834eb64321b87b30-d
2025-08-20T21:27:16.0157415Z [00:03:30.136]➜  EOF
2025-08-20T21:27:16.0157726Z [00:03:30.136]➜  cd /tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfswatch
2025-08-20T21:27:16.0159589Z [00:03:30.136]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b001/_pkg_.a -trimpath "/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfswatch=>github.com/ipfs/kubo/cmd/ipfswatch;$WORK/b001=>" -p main -lang=go1.25 -complete -installsuffix shared -buildid onFH3JOwDfAHBsep05eJ/onFH3JOwDfAHBsep05eJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b001/importcfg -pack ./main.go
2025-08-20T21:27:16.2013481Z [00:03:30.324]➜  go tool buildid -w $WORK/b001/_pkg_.a # internal
2025-08-20T21:27:16.2072420Z [00:03:30.330]➜  cp $WORK/b001/_pkg_.a /root/.cache/go-build/4d/4d98989fc5f333eb49773f298e9c1af153e718f139c447676bd8b49e7c1f67f1-d # internal
2025-08-20T21:27:16.2108481Z [00:03:30.333]➜  cat >/tmp/go-build2123435875/b001/importcfg.link << 'EOF' # internal
2025-08-20T21:27:16.2118122Z [00:03:30.333]➜  packagefile github.com/ipfs/kubo/cmd/ipfswatch=/tmp/go-build2123435875/b001/_pkg_.a
2025-08-20T21:27:16.2120221Z [00:03:30.333]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T21:27:16.2122365Z [00:03:30.333]➜  packagefile flag=/root/.cache/go-build/a5/a5aaf1760baeddd363f47cb2dba4c214f54d57033f3d408f59cc917049f2f76b-d
2025-08-20T21:27:16.2124178Z [00:03:30.333]➜  packagefile github.com/fsnotify/fsnotify=/root/.cache/go-build/60/6017c106e7d163164bb8b486b1dd0180af2586d05d17b5933ade0e88b99623fb-d
2025-08-20T21:27:16.2127959Z [00:03:30.333]➜  packagefile github.com/ipfs/boxo/files=/root/.cache/go-build/fe/fe4cdfbdcc9a34be3b078d0b1eba0da44e683b4bdef6f91a6aa8fc9cbb1220ad-d
2025-08-20T21:27:16.2131002Z [00:03:30.333]➜  packagefile github.com/ipfs/kubo/commands=/root/.cache/go-build/42/424a3bcb985d0abfe0a3d5235c83d8181513df8e6fb718daf39ed61c510a1b5d-d
2025-08-20T21:27:16.2133613Z [00:03:30.333]➜  packagefile github.com/ipfs/kubo/core=/root/.cache/go-build/8d/8dcc0fce97dcef5f3b9bc4881e16f4e5d8587e392fba55b2d89c4be38a74e7a9-d
2025-08-20T21:27:16.2136246Z [00:03:30.333]➜  packagefile github.com/ipfs/kubo/core/coreapi=/root/.cache/go-build/93/93d622cca4a7448565f33c5776cd57d43183dbba20aab4e777b774fc64397c61-d
2025-08-20T21:27:16.2139442Z [00:03:30.333]➜  packagefile github.com/ipfs/kubo/core/corehttp=/root/.cache/go-build/6f/6f0b63a54cf064e89f022ed483708dd41a43d400ec3238932707bbfa00c8f041-d
2025-08-20T21:27:16.2142292Z [00:03:30.333]➜  packagefile github.com/ipfs/kubo/misc/fsutil=/root/.cache/go-build/36/3667788e94dac3441af13d0e934e8f8d2696305b6d541914c246576ba994c05f-d
2025-08-20T21:27:16.2145175Z [00:03:30.333]➜  packagefile github.com/ipfs/kubo/repo/fsrepo=/root/.cache/go-build/3d/3d8f0e8f2eb1dad96dd1098494b9c0358e13fcfd094e3c4935f1029942ca84e1-d
2025-08-20T21:27:16.2147716Z [00:03:30.333]➜  packagefile log=/root/.cache/go-build/25/25dca8313fc3b5cb3e64479e477553e8337ce8ff83d44991e9824aa5e282cf62-d
2025-08-20T21:27:16.2159741Z [00:03:30.333]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T21:27:16.2161807Z [00:03:30.333]➜  packagefile os/signal=/root/.cache/go-build/e0/e08026d2aa13e3e6f3c2b657285cc20edefff99a9bd39456d96ef2788cc377ae-d
2025-08-20T21:27:16.2163501Z [00:03:30.333]➜  packagefile path/filepath=/root/.cache/go-build/94/9485dfe10ff9e00756688315e28bdf5d846b216ae3ea7d9d1b4f6ffefa42b71e-d
2025-08-20T21:27:16.2165152Z [00:03:30.333]➜  packagefile syscall=/root/.cache/go-build/cd/cdf09357c3794b1f72e7c6584f54b432460418dff00b3063c0a04ebd092da372-d
2025-08-20T21:27:16.2166857Z [00:03:30.334]➜  packagefile runtime=/root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d
2025-08-20T21:27:16.2168825Z [00:03:30.334]➜  packagefile runtime/cgo=/root/.cache/go-build/68/6812a82e0383ec8777abb0082a0a148400258c6ffbb09aaa834eb64321b87b30-d
2025-08-20T21:27:16.2170438Z [00:03:30.334]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T21:27:16.2172500Z [00:03:30.334]➜  packagefile internal/reflectlite=/root/.cache/go-build/0a/0a23cc42b594d4aec09fcd5229acbb356c4dd5e04ac724468b0f8f8f9e929ccf-d
2025-08-20T21:27:16.2174234Z [00:03:30.334]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T21:27:16.2175853Z [00:03:30.334]➜  packagefile sync/atomic=/root/.cache/go-build/31/31ee99f266007c3842183fcb909733d1c28c42f0c7f80a63a1ed79850a4049f9-d
2025-08-20T21:27:16.2177542Z [00:03:30.334]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T21:27:16.2193440Z [00:03:30.334]➜  packagefile encoding=/root/.cache/go-build/99/9931efb179ca6a3411a5b5cc7c20f84897acb9776746585beb9dca28d322422b-d
2025-08-20T21:27:16.2195150Z [00:03:30.334]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T21:27:16.2196672Z [00:03:30.334]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T21:27:16.2198253Z [00:03:30.334]➜  packagefile reflect=/root/.cache/go-build/52/52ae03e4f4b65d4befe8d63b3dac90c2cb50c24caa339398e77c03c3cb934ed7-d
2025-08-20T21:27:16.2200219Z [00:03:30.334]➜  packagefile slices=/root/.cache/go-build/1e/1ed6b5008035c21806c39f78553968c91c059007e533cf39bfe99154f794c206-d
2025-08-20T21:27:16.2201870Z [00:03:30.334]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T21:27:16.2203480Z [00:03:30.334]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T21:27:16.2205193Z [00:03:30.334]➜  packagefile golang.org/x/sys/unix=/root/.cache/go-build/ec/ecf8920da66d66fc3ef451e74bb6d9a70f6476ce0dded7d0b6f54760a04261c2-d
2025-08-20T21:27:16.2206925Z [00:03:30.334]➜  packagefile archive/tar=/root/.cache/go-build/32/322a5d94fd4b8776bfe72085c55d73694db19df51a0f7d275ee2aa181282807e-d
2025-08-20T21:27:16.2208710Z [00:03:30.334]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T21:27:16.2210305Z [00:03:30.334]➜  packagefile cmp=/root/.cache/go-build/9d/9dfba66b67ca9f8fe689cc30f6c14a50aebfd91692e10f8a1a17454ad7cbab97-d
2025-08-20T21:27:16.2212210Z [00:03:30.334]➜  packagefile github.com/crackcomm/go-gitignore=/root/.cache/go-build/44/44e2f74245254f96830607fce97f4ab51842e3b8967c7017e73135d8b5771fcf-d
2025-08-20T21:27:16.2213988Z [00:03:30.334]➜  packagefile io/fs=/root/.cache/go-build/fc/fccee468363facdb09b45d99d9f154b47b64a07d18cd2fa40a6b3ed71255d5d0-d
2025-08-20T21:27:16.2215565Z [00:03:30.334]➜  packagefile mime=/root/.cache/go-build/06/06edfede0e2d4363c2758e615d7aca4a11c0df726a5d3f4d6eaea40c735d7df0-d
2025-08-20T21:27:16.2217224Z [00:03:30.334]➜  packagefile mime/multipart=/root/.cache/go-build/76/76bc09fa9a3b200a661d025027a5336fd82abbe4d8749ea1964149cce424f59c-d
2025-08-20T21:27:16.2219127Z [00:03:30.334]➜  packagefile net/http=/root/.cache/go-build/a6/a6361ad4699f4e8a4548f51ae2aab942205964a790a66f7697b8830e8b5f3eb1-d
2025-08-20T21:27:16.2220837Z [00:03:30.334]➜  packagefile net/textproto=/root/.cache/go-build/ed/ed0b401a722fa77a5eee5edc3da6b0bff0772810d2ca7274fb7ab8ade1df116c-d
2025-08-20T21:27:16.2222552Z [00:03:30.334]➜  packagefile net/url=/root/.cache/go-build/b1/b179c19080fbb5f1973e911dfe72cf3969b729b40e6f6ef6b45609eea8509886-d
2025-08-20T21:27:16.2224236Z [00:03:30.334]➜  packagefile path=/root/.cache/go-build/ce/ce1fb77c1e9f1b21312771cbb655ebb4a3fd312933e38ff3bb0459e81f2ccbbb-d
2025-08-20T21:27:16.2226150Z [00:03:30.334]➜  packagefile github.com/ipfs/go-ipfs-cmds=/root/.cache/go-build/9f/9f484344196ec7a0ba317b5f4d01cb490cc0e4f7f25d6cc85ac0eeba24be3f4a-d
2025-08-20T21:27:16.2228029Z [00:03:30.334]➜  packagefile github.com/ipfs/go-log/v2=/root/.cache/go-build/c1/c155cf2eda764e1ca009e8f3b6eb8f279bb5f2f947742ee4ed0719c821d72eb3-d
2025-08-20T21:27:16.2230095Z [00:03:30.334]➜  packagefile github.com/ipfs/kubo/config=/root/.cache/go-build/4e/4ed8631c0ec8fa746b843a0b3ae5705fc8036158557a3810cdd811fe735fbf68-d
2025-08-20T21:27:16.2232087Z [00:03:30.334]➜  packagefile github.com/ipfs/kubo/core/coreiface=/root/.cache/go-build/d4/d4459cb7614c2ab9e9e7a0935c4838f54f3d255d997786df54b1dcb551dae15e-d
2025-08-20T21:27:16.2234216Z [00:03:30.334]➜  packagefile github.com/ipfs/kubo/core/coreiface/options=/root/.cache/go-build/62/627c36642e58586b49576df6d0feda8e36c26e0c7133b51f44387f4216fc0226-d
2025-08-20T21:27:16.2236447Z [00:03:30.334]➜  packagefile github.com/ipfs/kubo/plugin/loader=/root/.cache/go-build/ca/cab2a87bb2bf8858274a0650653fde33b7497a29d6b3d5a056e65db00b2bbe82-d
2025-08-20T21:27:16.2238302Z [00:03:30.334]➜  packagefile encoding/json=/root/.cache/go-build/dd/dd81ad94792162414079265dbb32fd9555378cbea60961a37b547620341afafd-d
2025-08-20T21:27:16.2240299Z [00:03:30.334]➜  packagefile github.com/ipfs/boxo/bitswap=/root/.cache/go-build/26/26abd9c44f1e70f7ba55aaee44dd31a8f63baa290c5f19c8e3429d685ff68f33-d
2025-08-20T21:27:16.2242269Z [00:03:30.334]➜  packagefile github.com/ipfs/boxo/blockservice=/root/.cache/go-build/67/676a84d4b4a3de2a36fcfd662b2dc2ea7c95035765388ed197fde92d76e4afae-d
2025-08-20T21:27:16.2244411Z [00:03:30.334]➜  packagefile github.com/ipfs/boxo/blockstore=/root/.cache/go-build/d7/d782d4c671435a0c083168360346caf5c692a3d74f81ac9bf9c2178d4f1ab3db-d
2025-08-20T21:27:16.2246511Z [00:03:30.334]➜  packagefile github.com/ipfs/boxo/bootstrap=/root/.cache/go-build/51/51c27d02971db2310ac83adbca2b744b48376a80920f081a07477cc990ec9e87-d
2025-08-20T21:27:16.2248437Z [00:03:30.334]➜  packagefile github.com/ipfs/boxo/exchange=/root/.cache/go-build/38/387d6b8d19b9e00595483803c10205806597557cb211ec8cb16f645f373e5f13-d
2025-08-20T21:27:16.2250514Z [00:03:30.334]➜  packagefile github.com/ipfs/boxo/fetcher=/root/.cache/go-build/8d/8d3a2e60339b7f0b61ef7bc2e520be859022e96953ca50a335b1ea0b9f2eba80-d
2025-08-20T21:27:16.2252440Z [00:03:30.334]➜  packagefile github.com/ipfs/boxo/filestore=/root/.cache/go-build/2a/2a57b476412ffa82dfab3cf9438f2592a678b20b16222ebef131198c63be13e1-d
2025-08-20T21:27:16.2254343Z [00:03:30.334]➜  packagefile github.com/ipfs/boxo/mfs=/root/.cache/go-build/9c/9c1751b0a752208bdccd74c474e7ae3ef2f7cf56a809f6e95a2b0d1f8e98760f-d
2025-08-20T21:27:16.2256239Z [00:03:30.334]➜  packagefile github.com/ipfs/boxo/namesys=/root/.cache/go-build/15/1533070df07bc40d8f8a94b5f1c2a7185f0ae6d04e2a55322255839626af7caf-d
2025-08-20T21:27:16.2258261Z [00:03:30.334]➜  packagefile github.com/ipfs/boxo/namesys/republisher=/root/.cache/go-build/73/737066997a373ab59baca5a372b0a6641ac2fb8e845f5f62032d566c36f4ce0c-d
2025-08-20T21:27:16.2260486Z [00:03:30.334]➜  packagefile github.com/ipfs/boxo/path/resolver=/root/.cache/go-build/81/815bb227dcd47f1d438802d3953d3d51bd8f258c462738280a022d26aaf205e9-d
2025-08-20T21:27:16.2262427Z [00:03:30.334]➜  packagefile github.com/ipfs/boxo/peering=/root/.cache/go-build/35/353911640f6988b1831567843ebe4d7f70c0e5a4285e9d88017cc6e4168b24b5-d
2025-08-20T21:27:16.2264368Z [00:03:30.334]➜  packagefile github.com/ipfs/boxo/pinning/pinner=/root/.cache/go-build/d0/d02d88576e0a4a7616059b08f333c67e0b4b8379d3303e660b50284cb8b592c4-d
2025-08-20T21:27:16.2266332Z [00:03:30.334]➜  packagefile github.com/ipfs/boxo/provider=/root/.cache/go-build/76/76f922aaaf660593c5cc67a9c908510083909da6da25d26edfc8a084c8d36345-d
2025-08-20T21:27:16.2268236Z [00:03:30.334]➜  packagefile github.com/ipfs/go-datastore=/root/.cache/go-build/8c/8c5f8ce6df3d0f481c36a26cab46720d9ea40ee749ce35d256d71af91d748cb0-d
2025-08-20T21:27:16.2270331Z [00:03:30.334]➜  packagefile github.com/ipfs/go-ipld-format=/root/.cache/go-build/01/017f74aae9e0c78b213da9151d9dc0faa22e8886fa443b63ea0a6fc644ef7107-d
2025-08-20T21:27:16.2272454Z [00:03:30.334]➜  packagefile github.com/ipfs/go-metrics-interface=/root/.cache/go-build/03/0343bf4b789a9fabed5d445bb5c027cbf64f4ef22b615084e889093cb5b19367-d
2025-08-20T21:27:16.2274445Z [00:03:30.334]➜  packagefile github.com/ipfs/kubo/core/node=/root/.cache/go-build/4d/4d20ff8b02b3f7af8afba6d6e56c36ca92e5e23cb18112ee44c7457f3741f62d-d
2025-08-20T21:27:16.2276448Z [00:03:30.334]➜  packagefile github.com/ipfs/kubo/core/node/libp2p=/root/.cache/go-build/90/901db6322f2ef6f507a82ea0ff0a16bb785d9e450b5475270a6f1a10888eb4fa-d
2025-08-20T21:27:16.2278428Z [00:03:30.334]➜  packagefile github.com/ipfs/kubo/fuse/mount=/root/.cache/go-build/7b/7b649c97e067bc374639922f08aa89d88354f2a491e4cba29fe40c68fc4606bb-d
2025-08-20T21:27:16.2280775Z [00:03:30.334]➜  packagefile github.com/ipfs/kubo/p2p=/root/.cache/go-build/0f/0f0e17fcb106f27a8bff743738ba81d8ac0291277eeab7519e17b13718cca8aa-d
2025-08-20T21:27:16.2282661Z [00:03:30.334]➜  packagefile github.com/ipfs/kubo/repo=/root/.cache/go-build/33/331dcd8523856bd4dd3daa0a866dc5aca81464906c3655c8dd6ba6cc3e4899fc-d
2025-08-20T21:27:16.2284592Z [00:03:30.334]➜  packagefile github.com/ipfs/kubo/routing=/root/.cache/go-build/1b/1b468c07c7220a1ddf7413746c3dc397d2c0d6161f9d8d6c5fab570c95f2dfab-d
2025-08-20T21:27:16.2286589Z [00:03:30.334]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/dual=/root/.cache/go-build/f4/f4b0653fd76567506d75f194830afcf1560c0230af58a39ee36d55a6aa29538a-d
2025-08-20T21:27:16.2288777Z [00:03:30.334]➜  packagefile github.com/libp2p/go-libp2p-pubsub=/root/.cache/go-build/6b/6b4b6a37ad87037581d726b72b3d44972d5c3464803a85913e4cb4f757f3447f-d
2025-08-20T21:27:16.2290935Z [00:03:30.334]➜  packagefile github.com/libp2p/go-libp2p-pubsub-router=/root/.cache/go-build/fa/fa1b576823686adaaaaf12864039625e0513b921ec901c5e809a89254b210d1d-d
2025-08-20T21:27:16.2293075Z [00:03:30.334]➜  packagefile github.com/libp2p/go-libp2p-record=/root/.cache/go-build/4e/4ec8ce7ad9151b9d3f1759e914a7e4b4f2cf2b5f252a59aaeac13d649c33d5ef-d
2025-08-20T21:27:16.2295186Z [00:03:30.334]➜  packagefile github.com/libp2p/go-libp2p/core/connmgr=/root/.cache/go-build/35/35d18778b9eb6650104de1c58d61e187db36df6e8d3323ca0dfbcfc1bcadf30e-d
2025-08-20T21:27:16.2297226Z [00:03:30.334]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/root/.cache/go-build/6e/6ecfb3799eb43b428bf741ef3675ec5f4ba9bbf2071ee149b467d477b77ad9a5-d
2025-08-20T21:27:16.2299409Z [00:03:30.334]➜  packagefile github.com/libp2p/go-libp2p/core/host=/root/.cache/go-build/99/9994da6063a47f14c7271554a9ea9ed6cb41b7d55ad3befda993174c991b1bd9-d
2025-08-20T21:27:16.2301482Z [00:03:30.334]➜  packagefile github.com/libp2p/go-libp2p/core/metrics=/root/.cache/go-build/1b/1bf8fa2dfa5dfe332d078c0d7a09bfc8c7176bdefd3420482f064f79f979417d-d
2025-08-20T21:27:16.2303555Z [00:03:30.334]➜  packagefile github.com/libp2p/go-libp2p/core/network=/root/.cache/go-build/4c/4c4424736257066618b0223f291afc58780262726597005872f1fc77be78c5fa-d
2025-08-20T21:27:16.2305550Z [00:03:30.334]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/root/.cache/go-build/05/05005e1233d2522f01e708cc94727dec5ed65fc34cdee5f630541201f4c87189-d
2025-08-20T21:27:16.2307608Z [00:03:30.334]➜  packagefile github.com/libp2p/go-libp2p/core/peerstore=/root/.cache/go-build/06/06f02de2b423be1f1782aeef942bae9a29d7375b1a891055f0e1e2941143501f-d
2025-08-20T21:27:16.2309851Z [00:03:30.334]➜  packagefile github.com/libp2p/go-libp2p/core/routing=/root/.cache/go-build/27/27a83f8b1748e691c083313f6e7f16c99d263ca1a2daaa589d8de3fe8184f77c-d
2025-08-20T21:27:16.2311986Z [00:03:30.334]➜  packagefile github.com/libp2p/go-libp2p/p2p/discovery/mdns=/root/.cache/go-build/b7/b7f20481febbd9481e2ed48e79416ad3a9dcd5e70a481da354046dafa8793f2e-d
2025-08-20T21:27:16.2314189Z [00:03:30.334]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/basic=/root/.cache/go-build/fb/fb39deecc3d895891c31dc4089a153acbf2a19c7ade24ba6c2404ae039d76516-d
2025-08-20T21:27:16.2316274Z [00:03:30.334]➜  packagefile github.com/multiformats/go-multiaddr=/root/.cache/go-build/20/20f56250a3bf8bdda13a05dac1cc896e4c79c38f488b2dcb3841096e6bd84fa8-d
2025-08-20T21:27:16.2318478Z [00:03:30.334]➜  packagefile github.com/multiformats/go-multiaddr-dns=/root/.cache/go-build/83/83b0c646ac8dad6d7c985d0ab1eb5f4c2b5531705e0e29b255430df57e5f80b2-d
2025-08-20T21:27:16.2320627Z [00:03:30.334]➜  packagefile go.uber.org/dig=/root/.cache/go-build/72/7217ec2359a43f64c9fae7df10c5fb6148481d217d3ab60091f2f98416051553-d
2025-08-20T21:27:16.2322294Z [00:03:30.334]➜  packagefile go.uber.org/fx=/root/.cache/go-build/88/88af376edb2a6a200b2feb1a876a8f680059e9b969d16993a942ac759f3f6c94-d
2025-08-20T21:27:16.2323964Z [00:03:30.334]➜  packagefile crypto/rand=/root/.cache/go-build/88/88aedb280124c67ad903f1ca338d5e67ce766a087fe846dcf9af2781506dfc99-d
2025-08-20T21:27:16.2325995Z [00:03:30.334]➜  packagefile github.com/ipfs/boxo/exchange/offline=/root/.cache/go-build/98/98734add781f5949d75efbdaf8093a2d8829fc57324fecb500b4baa83da02cc9-d
2025-08-20T21:27:16.2328050Z [00:03:30.334]➜  packagefile github.com/ipfs/boxo/ipld/merkledag=/root/.cache/go-build/b8/b8d41cd1b5275a987a2786c35737f5b80dd2380a596e10c535d466c22e6363ae-d
2025-08-20T21:27:16.2330323Z [00:03:30.334]➜  packagefile github.com/ipfs/boxo/ipld/merkledag/dagutils=/root/.cache/go-build/6a/6a91f7d1dd4927ad5561226781ec064589afd017b5c49e75f6313d2dc9be7571-d
2025-08-20T21:27:16.2332439Z [00:03:30.334]➜  packagefile github.com/ipfs/boxo/ipld/merkledag/test=/root/.cache/go-build/e8/e8e0387662d149efa708b13dff8e7a8410ea01ea13390464fd29241a61e513cf-d
2025-08-20T21:27:16.2334462Z [00:03:30.334]➜  packagefile github.com/ipfs/boxo/ipld/unixfs=/root/.cache/go-build/0b/0b0b89bf0ffdf5f39ba1176f8ea42a537598c94c40a376c84ffe77ca56a5ff2a-d
2025-08-20T21:27:16.2336581Z [00:03:30.334]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/file=/root/.cache/go-build/9a/9aaacc95eb451438a8b52bd958aa09081b4e7238be627a546d69089d562805aa-d
2025-08-20T21:27:16.2338900Z [00:03:30.334]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/io=/root/.cache/go-build/34/348efa001bc111a45d0a9ae1bda1deab40448e78055c406f04c99933c6e2cc62-d
2025-08-20T21:27:16.2340859Z [00:03:30.334]➜  packagefile github.com/ipfs/boxo/ipns=/root/.cache/go-build/ad/ad40d692eaab6c8af7255e36c1d5c3883ab2d7f46f13a0dba952807e7bb35ac4-d
2025-08-20T21:27:16.2349166Z [00:03:30.334]➜  packagefile github.com/ipfs/boxo/keystore=/root/.cache/go-build/b6/b6f10da63d5dfc60526aae0892431aad616c98d0b274377a6fc53fbad5759f84-d
2025-08-20T21:27:16.2350571Z [00:03:30.334]➜  packagefile github.com/ipfs/boxo/path=/root/.cache/go-build/8e/8ec845bd5da980428721ecbee5fdc312815e29c9e1569c25aef4fe387650b019-d
2025-08-20T21:27:16.2352062Z [00:03:30.334]➜  packagefile github.com/ipfs/boxo/routing/offline=/root/.cache/go-build/ee/eeb473fa3153975cd010f9c4e321b7c85919fc21a0feeb8be69ade0ca89800a3-d
2025-08-20T21:27:16.2354132Z [00:03:30.334]➜  packagefile github.com/ipfs/go-block-format=/root/.cache/go-build/76/7636a7767cb8f78504e3fd6933ed62267310c3d35c589022488b1529a64eaaa9-d
2025-08-20T21:27:16.2355976Z [00:03:30.334]➜  packagefile github.com/ipfs/go-cid=/root/.cache/go-build/79/7940355d31c9777659e39ae57cd29622eeeebf8317c353ff7a11d9cb7c1e7728-d
2025-08-20T21:27:16.2357778Z [00:03:30.334]➜  packagefile github.com/ipfs/go-cidutil=/root/.cache/go-build/63/6303410546d2b3ded298a13f06359a400f81bf2739f85dd4f9941abb1dbb289c-d
2025-08-20T21:27:16.2359944Z [00:03:30.334]➜  packagefile github.com/ipfs/go-datastore/sync=/root/.cache/go-build/64/6470d0ee4b5bc5cd955a871dc2306f0b33b3c369947742172c7122bea56ee525-d
2025-08-20T21:27:16.2362004Z [00:03:30.334]➜  packagefile github.com/ipfs/kubo/blocks/blockstoreutil=/root/.cache/go-build/ec/ecefb19641614b202a907243112a0efe6a3405a4c9ce355ffeeb3b5805856603-d
2025-08-20T21:27:16.2364085Z [00:03:30.334]➜  packagefile github.com/ipfs/kubo/core/coreunix=/root/.cache/go-build/8c/8ce241941b54ab5dd01e97afc86cea18b49045c3218d279e56983bdd42a7f27d-d
2025-08-20T21:27:16.2366036Z [00:03:30.334]➜  packagefile github.com/ipfs/kubo/tracing=/root/.cache/go-build/74/745c363c82d7020049bbf46f0e46506f52132147521963c4aa274e975f786de2-d
2025-08-20T21:27:16.2368186Z [00:03:30.334]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/root/.cache/go-build/a1/a1b355681dc8796ae64c3a94efd1373cd09723ddac850472ec07006dc33c3309-d
2025-08-20T21:27:16.2370719Z [00:03:30.334]➜  packagefile github.com/libp2p/go-libp2p/p2p/net/swarm=/root/.cache/go-build/cf/cf89529131940b838f831433434b0f15f01bdb9cde1343977ea32a6d8db13271-d
2025-08-20T21:27:16.2372740Z [00:03:30.334]➜  packagefile go.opentelemetry.io/otel/attribute=/root/.cache/go-build/5b/5b5da54de4ba0648c661feb7ba6f6d042036e4dc081a622973135bd65800e2af-d
2025-08-20T21:27:16.2374690Z [00:03:30.334]➜  packagefile go.opentelemetry.io/otel/trace=/root/.cache/go-build/67/6762748aea6412dc30fbf73254bd0fb0fbdaa6bf2fbcfe77e3ee83288d601613-d
2025-08-20T21:27:16.2376444Z [00:03:30.334]➜  packagefile sort=/root/.cache/go-build/53/5377ce15298e01df0c55cef40415265f649d713a1f0ae1f8afcc115235f763d1-d
2025-08-20T21:27:16.2378154Z [00:03:30.334]➜  packagefile bufio=/root/.cache/go-build/ef/ef28ffa5413ef092ae24a9196a3049e78bfcfb7357198ed0c7ba56e0fad89fb4-d
2025-08-20T21:27:16.2380214Z [00:03:30.334]➜  packagefile contrib.go.opencensus.io/exporter/prometheus=/root/.cache/go-build/4a/4a4d14754a8a4ec606d3923e3532fb024cc3d60fc3528e6503782b650c222779-d
2025-08-20T21:27:16.2382209Z [00:03:30.334]➜  packagefile github.com/ipfs/boxo/gateway=/root/.cache/go-build/41/412207249c7a1fb5893fd780ad566e5402910d01bf6e1e43661f6afc5882adaa-d
2025-08-20T21:27:16.2384174Z [00:03:30.334]➜  packagefile github.com/ipfs/boxo/routing/http/server=/root/.cache/go-build/cd/cd1a36311cd3b13e8c08c68d39b924c4605671e887a7133b6491c5cb99d7ed27-d
2025-08-20T21:27:16.2386383Z [00:03:30.334]➜  packagefile github.com/ipfs/boxo/routing/http/types=/root/.cache/go-build/fe/fef7f379cbf73eb084f98cd56868bc1f08a266aa95394f8de3b5f7c5851b064b-d
2025-08-20T21:27:16.2388811Z [00:03:30.334]➜  packagefile github.com/ipfs/boxo/routing/http/types/iter=/root/.cache/go-build/59/5969abc1ca58e398e50d077f0637a2a6fb1c7fbcd17ba7f268ea5a44d68d5685-d
2025-08-20T21:27:16.2390872Z [00:03:30.334]➜  packagefile github.com/ipfs/go-ipfs-cmds/http=/root/.cache/go-build/27/2701ceabf3010d9f65aad393577d4b6903e3085f335862c351b35918d068a0e3-d
2025-08-20T21:27:16.2392688Z [00:03:30.334]➜  packagefile github.com/ipfs/kubo=/root/.cache/go-build/48/48d56ac28754116698753a790ee488b7a9332bd777a2e405cfd1a6f6f6d213d5-d
2025-08-20T21:27:16.2394551Z [00:03:30.334]➜  packagefile github.com/ipfs/kubo/core/commands=/root/.cache/go-build/f9/f94270b32bcaff9249c704630f893077ba8bf0ce6fed4348a019a5f78084c210-d
2025-08-20T21:27:16.2396489Z [00:03:30.334]➜  packagefile github.com/libp2p/go-libp2p-http=/root/.cache/go-build/47/472911ae2c57653f23c592d0a6605b836db1d5cacb6fadfb3cb9199a411c7375-d
2025-08-20T21:27:16.2398662Z [00:03:30.334]➜  packagefile github.com/multiformats/go-multiaddr/net=/root/.cache/go-build/31/3134d20f0362e0394ccbf302fec5a205b1f7316fe7a7fe9d37150d4ef7992923-d
2025-08-20T21:27:16.2400821Z [00:03:30.334]➜  packagefile github.com/prometheus/client_golang/prometheus=/root/.cache/go-build/d2/d274e0adfe2550defb4f020e3867cc1062801ef3fa4cd69617b346e432a0cd23-d
2025-08-20T21:27:16.2403062Z [00:03:30.334]➜  packagefile github.com/prometheus/client_golang/prometheus/promhttp=/root/.cache/go-build/a5/a56750b67b510856f143ca718b19b0e8b174f11c38936d00627a5d6a9aa268e8-d
2025-08-20T21:27:16.2405091Z [00:03:30.334]➜  packagefile go.opencensus.io/stats/view=/root/.cache/go-build/8b/8b405e7467097284cdcbd561d1bc8957c5921217b34b5aa3df318bc754df197a-d
2025-08-20T21:27:16.2406897Z [00:03:30.334]➜  packagefile go.opencensus.io/zpages=/root/.cache/go-build/75/751c01df79d0de641c2f58934c72ef95f9ab96870e3c816de67f436f96f9a630-d
2025-08-20T21:27:16.2409192Z [00:03:30.334]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp=/root/.cache/go-build/fd/fd3f89d511362a5ebf5e1df0f49031981a0d7af2142bd42a1012de65841b1c16-d
2025-08-20T21:27:16.2411177Z [00:03:30.334]➜  packagefile net=/root/.cache/go-build/d1/d10ae6b7b2442b5c568c5aefea5fe350e9d2e05886372d6cb7510f93c971c5b4-d
2025-08-20T21:27:16.2412992Z [00:03:30.334]➜  packagefile net/http/httputil=/root/.cache/go-build/72/72e5ad9cc99f6f1d169144ed020445d32b5ff46583ccbd1d5b2ef1f0cf84a8f8-d
2025-08-20T21:27:16.2414858Z [00:03:30.334]➜  packagefile github.com/ipfs/go-datastore/mount=/root/.cache/go-build/02/02452a13dcaaecc77ff532823bd984106a304bb1e261e287086cb59769a0163d-d
2025-08-20T21:27:16.2416805Z [00:03:30.334]➜  packagefile github.com/ipfs/go-ds-measure=/root/.cache/go-build/a4/a4ecfa113113fc7e1f356616d6feba7c6edf87e90abf783e74bf1b6e3e73a448-d
2025-08-20T21:27:16.2418824Z [00:03:30.334]➜  packagefile github.com/ipfs/go-fs-lock=/root/.cache/go-build/1e/1ed438074068a8a5a256e22a7013bb181b1e63faba99e765fe7ea8ac2755baf9-d
2025-08-20T21:27:16.2420799Z [00:03:30.334]➜  packagefile github.com/ipfs/kubo/config/serialize=/root/.cache/go-build/48/48fd4b53a1fcb1a5bde3565665b90308bfb31c8f8dd7cf0bfda4904dc52e029d-d
2025-08-20T21:27:16.2422970Z [00:03:30.334]➜  packagefile github.com/ipfs/kubo/repo/common=/root/.cache/go-build/89/89503c3a37f3fd5f96b1568ec0f591ef174c8da3ed9b8436c9fcd91ca112610c-d
2025-08-20T21:27:16.2425069Z [00:03:30.334]➜  packagefile github.com/ipfs/kubo/repo/fsrepo/migrations=/root/.cache/go-build/c0/c0fcef9c7b916bd9dbce5698af1a40deee1d7ccd012c88b77376263e29be2e0b-d
2025-08-20T21:27:16.2427330Z [00:03:30.334]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/resource-manager=/root/.cache/go-build/84/843f8358db34aa4ae1fd14f8c7a4eaf6107295f4a333ee04fbe0592220a84020-d
2025-08-20T21:27:16.2429485Z [00:03:30.334]➜  packagefile log/internal=/root/.cache/go-build/b7/b74553efc28b2e106bdb06ae97d3aa29289a3e9cfa395b2e4a1286d6ceeef49f-d
2025-08-20T21:27:16.2431225Z [00:03:30.334]➜  packagefile internal/bytealg=/root/.cache/go-build/dd/dd49f52524bbcc5eb4d0c6d27149ca286174e03882208775b90b7a2bc1febfe3-d
2025-08-20T21:27:16.2433101Z [00:03:30.334]➜  packagefile internal/byteorder=/root/.cache/go-build/77/77a99d080821d13defdd8cee964c70dba28e4d43e658b99801a0c4031592e32e-d
2025-08-20T21:27:16.2435042Z [00:03:30.334]➜  packagefile internal/filepathlite=/root/.cache/go-build/ff/ffb5801c47a3fb009cba1fc66c4ab3b12299a5e506c71615a431026b16fa568a-d
2025-08-20T21:27:16.2436859Z [00:03:30.334]➜  packagefile internal/goarch=/root/.cache/go-build/e9/e9655f8b8db6fdd0cdbec4b1ced09ef43b369cf9ead11c1f7e851b6d818b1301-d
2025-08-20T21:27:16.2438745Z [00:03:30.334]➜  packagefile internal/itoa=/root/.cache/go-build/2c/2cabe858034a0af2870421687b094e04cdfd800789a6c5114441a426de2cf11a-d
2025-08-20T21:27:16.2440461Z [00:03:30.334]➜  packagefile internal/poll=/root/.cache/go-build/23/23b65ad39a9a3d558cebe6b474db24823d4cdb4d66c1c173a6d7fa8f7b99e627-d
2025-08-20T21:27:16.2442226Z [00:03:30.334]➜  packagefile internal/stringslite=/root/.cache/go-build/47/4739c5bc3c484af52abd20d90b84daf8590f7b284cd00635cd3086b00c02ce5e-d
2025-08-20T21:27:16.2444063Z [00:03:30.334]➜  packagefile internal/syscall/execenv=/root/.cache/go-build/78/78e88c038ec7f33ab30907b2537c216118212cff0bd9c32c48b63c9f653b5cdf-d
2025-08-20T21:27:16.2445914Z [00:03:30.334]➜  packagefile internal/syscall/unix=/root/.cache/go-build/ca/ca1cccbdbc48033da956e2ce732dd02418956360eb20980eeba15ecec95ce61a-d
2025-08-20T21:27:16.2447703Z [00:03:30.334]➜  packagefile internal/testlog=/root/.cache/go-build/4d/4d079f4bb80dece452fc68a494c365a80e7ee4a6c8369b3d0a96b0003a08b2fd-d
2025-08-20T21:27:16.2449570Z [00:03:30.334]➜  packagefile unicode/utf8=/root/.cache/go-build/69/6968657d6a43eaac40350f35cc52b107486e133bf3ec59f904b562f82694a8db-d
2025-08-20T21:27:16.2451254Z [00:03:30.334]➜  packagefile internal/asan=/root/.cache/go-build/f8/f88fca14b143264910fec13e94c680f6782f11f8113e9d8ab8bb3c90ad1019f8-d
2025-08-20T21:27:16.2452942Z [00:03:30.334]➜  packagefile internal/msan=/root/.cache/go-build/8b/8bc238d887c2b4b98122a708b40f5f23002ece892b057553d6f86f1c7d8d2209-d
2025-08-20T21:27:16.2454666Z [00:03:30.334]➜  packagefile internal/oserror=/root/.cache/go-build/36/36c7d10bc34f03c5c6e7771667803ff1e70baaf9cea8e9cebbe793e83ee0ca9c-d
2025-08-20T21:27:16.2456401Z [00:03:30.334]➜  packagefile internal/race=/root/.cache/go-build/96/9610d9edf486ff1196d8624b9d4b65502760d7f0e903ff8173010306707ba687-d
2025-08-20T21:27:16.2458339Z [00:03:30.334]➜  packagefile internal/runtime/syscall=/root/.cache/go-build/cf/cf6e35871a9bc9ffe2b6989531cfabfb07980c9b095cb415a34effa3e6cd8d16-d
2025-08-20T21:27:16.2460267Z [00:03:30.334]➜  packagefile internal/abi=/root/.cache/go-build/69/69c095950620468ee755108b7c7169a6466275f23ec055136f1aa4085a3dd04b-d
2025-08-20T21:27:16.2461984Z [00:03:30.334]➜  packagefile internal/chacha8rand=/root/.cache/go-build/09/0929257a7b550b8a5edfd306ca626cbae55ccc6f8ce26e0f6f85b18418ed6cc8-d
2025-08-20T21:27:16.2463801Z [00:03:30.334]➜  packagefile internal/coverage/rtcov=/root/.cache/go-build/47/47ddc40f8e242113c76881415f1326c82a390fd7b9a68de4d8a2edea9785977b-d
2025-08-20T21:27:16.2465548Z [00:03:30.334]➜  packagefile internal/cpu=/root/.cache/go-build/12/1241189f936be1f2b6685ca9f274a1ebe69772508f13db21f5490e802eb65af7-d
2025-08-20T21:27:16.2467443Z [00:03:30.334]➜  packagefile internal/godebugs=/root/.cache/go-build/0b/0b6eead678c426c1a2b0cfa0ea06f814bf58c5d0a4fa1caf2848c9f0a5e5ab2d-d
2025-08-20T21:27:16.2469410Z [00:03:30.334]➜  packagefile internal/goexperiment=/root/.cache/go-build/a5/a54ed2441db48bd627d10738a907192828e1335307d71a1aba733507f51d1eba-d
2025-08-20T21:27:16.2471171Z [00:03:30.334]➜  packagefile internal/goos=/root/.cache/go-build/ee/ee9c2c442c895a62962313c13ab6a23fcf0a7e92e6c4ca1a6948cb91c2c1cd29-d
2025-08-20T21:27:16.2472964Z [00:03:30.334]➜  packagefile internal/profilerecord=/root/.cache/go-build/d9/d911527e652bf6956cdb31c1f2b09a5e47883f089e8d5fd1d1ea2028dbedc0c3-d
2025-08-20T21:27:16.2474810Z [00:03:30.334]➜  packagefile internal/runtime/atomic=/root/.cache/go-build/97/9749165920c87ef703ec0d9a98e800ff906f19e7cca65f624f4da199b3798019-d
2025-08-20T21:27:16.2476789Z [00:03:30.334]➜  packagefile internal/runtime/cgroup=/root/.cache/go-build/08/080e951d83d32fe5db27e74360a07736e0a4459fa326cb3d70587c9827e49722-d
2025-08-20T21:27:16.2478951Z [00:03:30.334]➜  packagefile internal/runtime/exithook=/root/.cache/go-build/03/03394bc37ba2480b3135a36b9eff30c18149048fde121a6a2f18ffcccc9bafac-d
2025-08-20T21:27:16.2480805Z [00:03:30.335]➜  packagefile internal/runtime/gc=/root/.cache/go-build/29/2999620ea805d599fc56093435a9f94734462b0eb89a9515ca176bdc4b769cd5-d
2025-08-20T21:27:16.2482564Z [00:03:30.335]➜  packagefile internal/runtime/maps=/root/.cache/go-build/e8/e86ac74947f38f3a8a3476155db74cc3519d6693bc160fb3c499fe4b5ffdb27a-d
2025-08-20T21:27:16.2484374Z [00:03:30.335]➜  packagefile internal/runtime/math=/root/.cache/go-build/5f/5fbdea78dfde0d9e69f5bf85f2d2c97dedba08b64a69af9d2f550f4926d60ab1-d
2025-08-20T21:27:16.2486217Z [00:03:30.335]➜  packagefile internal/runtime/strconv=/root/.cache/go-build/09/0946d0641df597fd14920b415d1cfec16a90cee6e19e8821c6d1c8fdffcfce9d-d
2025-08-20T21:27:16.2488046Z [00:03:30.335]➜  packagefile internal/runtime/sys=/root/.cache/go-build/4f/4fc5c17be3819d9190c3feba2c4141c1217f9bcdced8c306557d2a40f88da216-d
2025-08-20T21:27:16.2490042Z [00:03:30.335]➜  packagefile internal/trace/tracev2=/root/.cache/go-build/94/94175a12fceee62d30ba4c0af031ab0aa81e52820ab6621930e9c767b233d594-d
2025-08-20T21:27:16.2491869Z [00:03:30.335]➜  packagefile internal/unsafeheader=/root/.cache/go-build/71/71443e40c31c75855e817fa83dcdfbe5a56d181ed8f66b4feb8471cf86c4fad1-d
2025-08-20T21:27:16.2493600Z [00:03:30.335]➜  packagefile internal/sync=/root/.cache/go-build/66/6672435ae16fa41ba510078521203f023195502b360b969cde5cba87c703c7e0-d
2025-08-20T21:27:16.2495281Z [00:03:30.335]➜  packagefile internal/synctest=/root/.cache/go-build/94/947f09566bea08c73cb5619c7e9db3d400b577fb6f706e1fe6b4b06732bef26c-d
2025-08-20T21:27:16.2497066Z [00:03:30.335]➜  packagefile internal/godebug=/root/.cache/go-build/15/154de7a1e48c9972cc3f3b67efc110fb25d653b3948828a79b9a08ef84fb5557-d
2025-08-20T21:27:16.2498907Z [00:03:30.335]➜  packagefile math/bits=/root/.cache/go-build/e9/e9a40c283e135c335c9a6deb92b0821d50ebc5e27beabb6fd1df72dcfe55a2cc-d
2025-08-20T21:27:16.2500611Z [00:03:30.335]➜  packagefile internal/fmtsort=/root/.cache/go-build/93/934b7067c85ff7bb07fb95e32b4b4043e76372281a126fd9354837df1db31613-d
2025-08-20T21:27:16.2502381Z [00:03:30.335]➜  packagefile math=/root/.cache/go-build/77/77a3e30cf2fb55e1dc56b28d3ec43f123b13830f8a5646d9017c747bd2dae5d3-d
2025-08-20T21:27:16.2503899Z [00:03:30.335]➜  packagefile iter=/root/.cache/go-build/23/23d10c877f3b73604425a334a1530a3d83b5cebea7cc3c08d3b6aea551897635-d
2025-08-20T21:27:16.2505501Z [00:03:30.335]➜  packagefile unicode=/root/.cache/go-build/cc/cc3b6274dd002c0fe510807e580d696058ee9142f3fd3aba6ee1367bea97e58b-d
2025-08-20T21:27:16.2507174Z [00:03:30.335]➜  packagefile encoding/binary=/root/.cache/go-build/a9/a9f645ba77f0596e255804699ca4560c4d0348cf5e416b7aaaeb460f6b8906d7-d
2025-08-20T21:27:16.2508962Z [00:03:30.335]➜  packagefile maps=/root/.cache/go-build/c3/c39af6f50a2f302aafef3b515051fb695f8a8e68cabb3ad6fc0ca3c4a290ce13-d
2025-08-20T21:27:16.2510713Z [00:03:30.335]➜  packagefile os/user=/root/.cache/go-build/53/53988cf1c422d2bec5e1d58026f44fbe0b70186e7d7b2d77ae8097ee32c0fee3-d
2025-08-20T21:27:16.2512282Z [00:03:30.335]➜  packagefile regexp=/root/.cache/go-build/65/651587dda54f0a18c390445dc9df937b492f23e29f5ce208f96c633580c2d1d6-d
2025-08-20T21:27:16.2513948Z [00:03:30.335]➜  packagefile encoding/base64=/root/.cache/go-build/c9/c96d5104ee0b90a3bc3a67f33ace3c6e9772b87093a7648a49c19d5d0d65c9ff-d
2025-08-20T21:27:16.2515703Z [00:03:30.335]➜  packagefile mime/quotedprintable=/root/.cache/go-build/79/791ddfd8b3983aae62df0ca0947d6fab622405d102638cb76f40e33d3c4928a0-d
2025-08-20T21:27:16.2517452Z [00:03:30.335]➜  packagefile compress/gzip=/root/.cache/go-build/b3/b3d01eff872d1061af7a6268f67170d50a1e8efb8d87f7700b66075164e92476-d
2025-08-20T21:27:16.2519310Z [00:03:30.335]➜  packagefile container/list=/root/.cache/go-build/e4/e4a1d052b895dab5aabefb19a47a43f4cc5385e1a5909144789394bf17d777e0-d
2025-08-20T21:27:16.2521115Z [00:03:30.335]➜  packagefile crypto/tls=/root/.cache/go-build/5c/5ca995c5fd1b75d551c8b6420fdd273528cd357b4760aaaf01ec70d629541429-d
2025-08-20T21:27:16.2523154Z [00:03:30.335]➜  packagefile vendor/golang.org/x/net/http/httpguts=/root/.cache/go-build/fb/fbbe232dc9b321ad27d2a16b22526a3336c63ed0fee665076ce0a25dddc8d2a8-d
2025-08-20T21:27:16.2525220Z [00:03:30.335]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/root/.cache/go-build/e9/e9ef21022d5fcac2d30f7b67a67e362cdbcec06953b671bb96a51ecca7ead31d-d
2025-08-20T21:27:16.2527225Z [00:03:30.335]➜  packagefile vendor/golang.org/x/net/http2/hpack=/root/.cache/go-build/66/66909985228081b91f1bf1f5c0c424561a1e70477aec01bec971b687b5eb90b1-d
2025-08-20T21:27:16.2529306Z [00:03:30.335]➜  packagefile vendor/golang.org/x/net/idna=/root/.cache/go-build/f1/f107a750c9185b0f0c01f8b66c658890fb4a5edc02254438a86510f359ef4077-d
2025-08-20T21:27:16.2531048Z [00:03:30.335]➜  packagefile math/rand=/root/.cache/go-build/d6/d6167c1fbe235e4f6aca895c25d9174035249f1f06eae1fa10cc23f56b62cb84-d
2025-08-20T21:27:16.2532765Z [00:03:30.335]➜  packagefile net/http/httptrace=/root/.cache/go-build/4a/4ae0647f00f9200b54f7514722e665d730b6878a656319d97c96521711d413ed-d
2025-08-20T21:27:16.2534504Z [00:03:30.335]➜  packagefile net/http/internal=/root/.cache/go-build/2e/2ecafcd02ddf529e2f1d65253cd62347916f16e79e04abbed23c94d3cf9d8ebe-d
2025-08-20T21:27:16.2536339Z [00:03:30.335]➜  packagefile net/http/internal/ascii=/root/.cache/go-build/bb/bbe85c2847289e089ecaa936b2fe9f07c09fe76f93a723c5147ca2f8b0a26426-d
2025-08-20T21:27:16.2538197Z [00:03:30.335]➜  packagefile net/http/internal/httpcommon=/root/.cache/go-build/81/812ca8e1d7544ccb0e370d4b5f1a300109384e60eae930b9e384e1f28814585a-d
2025-08-20T21:27:16.2540123Z [00:03:30.335]➜  packagefile encoding/xml=/root/.cache/go-build/9a/9a73b44558d0361f79d5f625aeb6de1a00b53acd8851634667fb8ccaad6683d6-d
2025-08-20T21:27:16.2541869Z [00:03:30.335]➜  packagefile github.com/mattn/go-isatty=/root/.cache/go-build/67/673753a92a27c630a73b82bed258abb3928dc1248f9e4538e3a9737b0d78b018-d
2025-08-20T21:27:16.2543636Z [00:03:30.335]➜  packagefile go.uber.org/zap=/root/.cache/go-build/7f/7fb4a9b34c390b69577045630b5eb4ecb444bddbb7389478396251b482ae2a38-d
2025-08-20T21:27:16.2545344Z [00:03:30.335]➜  packagefile go.uber.org/zap/zapcore=/root/.cache/go-build/c8/c8fc022449422b751464321f7850f30ac608c702fe876a1db4e13f30b859241b-d
2025-08-20T21:27:16.2547353Z [00:03:30.335]➜  packagefile github.com/cockroachdb/pebble/v2=/root/.cache/go-build/10/1052c5013056be1cf615141a6bb13ed415668c5da3c027b94a36bc1b6e48da51-d
2025-08-20T21:27:16.2549429Z [00:03:30.335]➜  packagefile github.com/ipfs/boxo/autoconf=/root/.cache/go-build/ae/ae727987cf00533106bd79a6dec564934f3b079eb14a95624cabb357ea465e85-d
2025-08-20T21:27:16.2551498Z [00:03:30.335]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/importer/helpers=/root/.cache/go-build/c1/c1fb7c6b0d2ea178266e65038f78c61283458625b462369dc01dd8560ae91d22-d
2025-08-20T21:27:16.2553639Z [00:03:30.335]➜  packagefile github.com/ipshipyard/p2p-forge/client=/root/.cache/go-build/ea/eae5b9ffb21298613f5515475713af4ba9d4a79a07a958788a7005c63b19be76-d
2025-08-20T21:27:16.2555816Z [00:03:30.335]➜  packagefile github.com/multiformats/go-multibase=/root/.cache/go-build/8b/8bcb96ab6cdcb4ee390d113da6850d96029d397342082e83384e4d4c007d0760-d
2025-08-20T21:27:16.2557738Z [00:03:30.335]➜  packagefile github.com/multiformats/go-multicodec=/root/.cache/go-build/c5/c5023309064e7a887dc89ed19723725aa74293e319a956be231c58996ed853f3-d
2025-08-20T21:27:16.2559180Z [00:03:30.335]➜  packagefile github.com/multiformats/go-multihash=/root/.cache/go-build/3c/3c57a660c50f0bb6d788ee4bb37a7f6c9e0dc86dc2d7b0057a375ab9b4595ff6-d
2025-08-20T21:27:16.2560449Z [00:03:30.335]➜  packagefile github.com/ipfs/kubo/plugin=/root/.cache/go-build/c3/c3ae96f8fa9ced680d0f0817411139e6c1fe84eabecfae970546d7edbb3e489e-d
2025-08-20T21:27:16.2562529Z [00:03:30.335]➜  packagefile github.com/ipfs/kubo/plugin/plugins/badgerds=/root/.cache/go-build/eb/eb9c5e202379333a884630135862b36bfaefaeb837feab5720206a6746dba6b7-d
2025-08-20T21:27:16.2564980Z [00:03:30.335]➜  packagefile github.com/ipfs/kubo/plugin/plugins/dagjose=/root/.cache/go-build/a4/a47f96779e824324d137596eed586c3988323fa36c21f01bc76e1fe4620fd5de-d
2025-08-20T21:27:16.2567129Z [00:03:30.335]➜  packagefile github.com/ipfs/kubo/plugin/plugins/flatfs=/root/.cache/go-build/49/494b04f254222987624ffd9fd52b575909c8c4422b79d840981a1fb83c408c9a-d
2025-08-20T21:27:16.2569418Z [00:03:30.335]➜  packagefile github.com/ipfs/kubo/plugin/plugins/fxtest=/root/.cache/go-build/1d/1d8fcbb3c58c87b284e4d97c3a76f05c8521b97a42bcc8e045b295ed29660037-d
2025-08-20T21:27:16.2571519Z [00:03:30.335]➜  packagefile github.com/ipfs/kubo/plugin/plugins/git=/root/.cache/go-build/25/255797ca7b9d6fcf2a6c66a7659d583ee8747fc008924bc05397f8162f1b18fd-d
2025-08-20T21:27:16.2573624Z [00:03:30.335]➜  packagefile github.com/ipfs/kubo/plugin/plugins/levelds=/root/.cache/go-build/62/622687477e0197af9d8152eb50e8d9c065d8f0ba25faa6c4c1709024497b34d7-d
2025-08-20T21:27:16.2575757Z [00:03:30.335]➜  packagefile github.com/ipfs/kubo/plugin/plugins/nopfs=/root/.cache/go-build/fa/faf9ac4cc00bad39dd0b42762c2af2208ea4855ce1ccb97fe78cce31a780fef1-d
2025-08-20T21:27:16.2577922Z [00:03:30.335]➜  packagefile github.com/ipfs/kubo/plugin/plugins/pebbleds=/root/.cache/go-build/91/91f4d3d0cc465944276ae5f5e4e75939526c8b9279af3f96d3b4cc0ffdf2ca27-d
2025-08-20T21:27:16.2580289Z [00:03:30.335]➜  packagefile github.com/ipfs/kubo/plugin/plugins/peerlog=/root/.cache/go-build/03/0305c2dc437898db85ffeced2f5bdacc02e5d7c1d8922cafd00a701251f8d4bc-d
2025-08-20T21:27:16.2582451Z [00:03:30.335]➜  packagefile github.com/ipfs/kubo/plugin/plugins/telemetry=/root/.cache/go-build/d2/d239de5a9773e713ca8cf42a2b71bf4920577649a3a0419df400ae1ec9e377ed-d
2025-08-20T21:27:16.2584550Z [00:03:30.335]➜  packagefile github.com/ipld/go-ipld-prime/multicodec=/root/.cache/go-build/e7/e7b01914bca6153994031ab8b995235a58d4b688ed239714e20c7b22ba7c6e49-d
2025-08-20T21:27:16.2586571Z [00:03:30.335]➜  packagefile github.com/opentracing/opentracing-go=/root/.cache/go-build/70/7010b2998aa0cadfc7030ba937eeb57d46dd80165d22233638d6a2317f210ac5-d
2025-08-20T21:27:16.2588367Z [00:03:30.335]➜  packagefile plugin=/root/.cache/go-build/b3/b3eae32d59a9b33c01e187639551b737abe961639eecf03cbb9f5e7a9562296b-d
2025-08-20T21:27:16.2590357Z [00:03:30.335]➜  packagefile unicode/utf16=/root/.cache/go-build/8e/8e3f84f996d23ffbddd5f8aed3dc51162780336ff9d54a8b209f133ffe0ca4ce-d
2025-08-20T21:27:16.2592224Z [00:03:30.335]➜  packagefile github.com/ipfs/boxo/bitswap/client=/root/.cache/go-build/21/214d748fae5be84d427367e06df9bc4f658838de37526f7c00df717bd0248c06-d
2025-08-20T21:27:16.2594223Z [00:03:30.335]➜  packagefile github.com/ipfs/boxo/bitswap/message=/root/.cache/go-build/54/54bfbb76607762c2092927249282a1f2caeeacf142ab2750a573d8a08e126b35-d
2025-08-20T21:27:16.2596228Z [00:03:30.335]➜  packagefile github.com/ipfs/boxo/bitswap/network=/root/.cache/go-build/56/565ad675142464f07dcf799f9038a75346b97370e66085cecf4268e3bd4273ef-d
2025-08-20T21:27:16.2598213Z [00:03:30.335]➜  packagefile github.com/ipfs/boxo/bitswap/server=/root/.cache/go-build/7b/7bb9ddf26a99b40893867fa05f4991a6f53be4680324512ce7c4ce053dd61fc5-d
2025-08-20T21:27:16.2600583Z [00:03:30.335]➜  packagefile github.com/ipfs/boxo/bitswap/tracer=/root/.cache/go-build/51/511d633d6e1a8e41fb1bee68d8a8cc02c8fb32228fdfb48888683cc13872f272-d
2025-08-20T21:27:16.2602520Z [00:03:30.335]➜  packagefile github.com/ipfs/go-ipfs-delay=/root/.cache/go-build/99/990603820eee8c368d3c4b7a49ca5710ea7b37a8f519536e0be134c7477cb69a-d
2025-08-20T21:27:16.2604507Z [00:03:30.335]➜  packagefile github.com/ipfs/boxo/blockservice/internal=/root/.cache/go-build/65/6536cb24f5b379cea365a913e4d55596a22429baceca7311f5194e4817964734-d
2025-08-20T21:27:16.2606513Z [00:03:30.335]➜  packagefile github.com/ipfs/boxo/verifcid=/root/.cache/go-build/a6/a6c043850072a5389781f41a41bfecd2baf53b19b91312711b54907bb0ff7552-d
2025-08-20T21:27:16.2608449Z [00:03:30.335]➜  packagefile github.com/hashicorp/golang-lru/v2=/root/.cache/go-build/78/7852cc3cd4cc0418b1d0bfb50173d4f0e77cc55b36ba2a4b06d94d3009f883a9-d
2025-08-20T21:27:16.2610746Z [00:03:30.335]➜  packagefile github.com/ipfs/bbloom=/root/.cache/go-build/79/79e08c22f11532acc3734dfd21edc5efd211965c55e304ffc435573df7017325-d
2025-08-20T21:27:16.2612674Z [00:03:30.335]➜  packagefile github.com/ipfs/boxo/datastore/dshelp=/root/.cache/go-build/24/2452360a6c99c99e02d92ab38fe4304ec45753657ffdc761e490d1b61c00e606-d
2025-08-20T21:27:16.2614746Z [00:03:30.335]➜  packagefile github.com/ipfs/go-datastore/namespace=/root/.cache/go-build/b6/b6dcfba48de9ca881037d6fba6aafee5db6c6ff26606f53ef8f5360b27acd64f-d
2025-08-20T21:27:16.2616778Z [00:03:30.335]➜  packagefile github.com/ipfs/go-datastore/query=/root/.cache/go-build/d8/d891c7ad324f31ab07aa04a1d76ee4b0559fb2b67038c48c2dc522e1b753cf9d-d
2025-08-20T21:27:16.2618974Z [00:03:30.335]➜  packagefile github.com/libp2p/go-libp2p-routing-helpers=/root/.cache/go-build/99/99c9f17061864bc745439b1426fccb0129fa445fce5bc27a41c0c0bbd3a91c07-d
2025-08-20T21:27:16.2620982Z [00:03:30.335]➜  packagefile github.com/ipld/go-ipld-prime=/root/.cache/go-build/d7/d70472f89ea984ab156d69097b57d2c335479cc0e310662e2158c4c097a54d39-d
2025-08-20T21:27:16.2622898Z [00:03:30.335]➜  packagefile github.com/ipfs/boxo/filestore/pb=/root/.cache/go-build/66/6630cd730442c8c9372cd6e07025c08483e50a8e90228936c66f4eff7407f6fc-d
2025-08-20T21:27:16.2624897Z [00:03:30.335]➜  packagefile github.com/ipfs/boxo/filestore/posinfo=/root/.cache/go-build/23/23d3bbeb3653111ccdbb361f5709c87cbfb5c06bcbff80567ff8bb573e2f9464-d
2025-08-20T21:27:16.2626842Z [00:03:30.335]➜  packagefile golang.org/x/exp/mmap=/root/.cache/go-build/bf/bf7dcefcd1fce884c73b6633f5fffeef9c540d13b5a8fe4de63faee5a170eaed-d
2025-08-20T21:27:16.2628905Z [00:03:30.335]➜  packagefile google.golang.org/protobuf/proto=/root/.cache/go-build/92/92f35950e936d54547bc74877fac8bcc501bba34a52f6c6dd2c0f747ba76fb49-d
2025-08-20T21:27:16.2630721Z [00:03:30.335]➜  packagefile github.com/ipfs/boxo/chunker=/root/.cache/go-build/24/244b5366005fb06dad357470f7cd2292d9af5158f81d1223a1f42b285ba2b6d8-d
2025-08-20T21:27:16.2632675Z [00:03:30.335]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/mod=/root/.cache/go-build/fa/fa532fe547800ee39386e04aec824449590706d7a114fc9586756b7e188341d2-d
2025-08-20T21:27:16.2634641Z [00:03:30.335]➜  packagefile github.com/libp2p/go-libp2p-kad-dht=/root/.cache/go-build/73/73651e25941cb5e008592d418999fd86c609357c8d34a98164131e79b5cad9ae-d
2025-08-20T21:27:16.2636644Z [00:03:30.335]➜  packagefile github.com/miekg/dns=/root/.cache/go-build/da/da2481e1cc7ace3b6ec6831def03fec449d581e8b28a2351f7b8e019b9423f8a-d
2025-08-20T21:27:16.2638720Z [00:03:30.335]➜  packagefile github.com/whyrusleeping/base32=/root/.cache/go-build/65/65c19a5c7a80185a986b7936aeaca2d751c6fc55008fa51252d23009f52adbb5-d
2025-08-20T21:27:16.2640610Z [00:03:30.335]➜  packagefile go.opentelemetry.io/otel=/root/.cache/go-build/e8/e82e74bd84b2f3c05f5c8e531dea624dce4d2f3d3efbde20d131c119ecb3ccd4-d
2025-08-20T21:27:16.2642557Z [00:03:30.335]➜  packagefile github.com/ipfs/boxo/fetcher/helpers=/root/.cache/go-build/a6/a6203950c24d7c398f20e68e5844b587d27f81d8bb9da2a083a8a01cabfe9dd6-d
2025-08-20T21:27:16.2644739Z [00:03:30.335]➜  packagefile github.com/ipld/go-ipld-prime/linking/cid=/root/.cache/go-build/54/54f08f276ededbde010b43284592e62a2040d9ae0965e9dfe9697a77fc0ee467-d
2025-08-20T21:27:16.2646768Z [00:03:30.335]➜  packagefile github.com/ipld/go-ipld-prime/node/basic=/root/.cache/go-build/00/001422376819377c694459e440c4751469adfc18b4d7546244c9761d55fd3824-d
2025-08-20T21:27:16.2648904Z [00:03:30.335]➜  packagefile github.com/ipld/go-ipld-prime/schema=/root/.cache/go-build/30/30929c2599f39702552db8efbf1e0fd447411512c63f103d1546ab57790c0bd9-d
2025-08-20T21:27:16.2651016Z [00:03:30.335]➜  packagefile github.com/ipld/go-ipld-prime/traversal/selector/builder=/root/.cache/go-build/59/59097017d454ecf30a8b2319d222d36b0c52c267c40c9c66363c950481b12b2e-d
2025-08-20T21:27:16.2653074Z [00:03:30.335]➜  packagefile github.com/gammazero/chanqueue=/root/.cache/go-build/aa/aa9f69a17957b5c5d96420fd21bb091c27cf58faa954ec23e0a079a91dc99f09-d
2025-08-20T21:27:16.2655327Z [00:03:30.335]➜  packagefile github.com/ipfs/boxo/provider/internal/queue=/root/.cache/go-build/1c/1c20f0e1986ec4eddef8d9dae9e7126ece761161e2ea723e99099b89071f69d3-d
2025-08-20T21:27:16.2657436Z [00:03:30.335]➜  packagefile github.com/ipld/go-ipld-prime/traversal=/root/.cache/go-build/ff/ffa9d91835d97649462b7e9bcba91f64b5004eb94724607870873d98be232def-d
2025-08-20T21:27:16.2659550Z [00:03:30.335]➜  packagefile github.com/google/uuid=/root/.cache/go-build/47/47c3f2666c22bf012100f637fa65a314946a0fd45204eb6e1f07ff42db4e959b-d
2025-08-20T21:27:16.2661407Z [00:03:30.335]➜  packagefile github.com/dustin/go-humanize=/root/.cache/go-build/fa/fadd00745d5e413d494e3ff1571a980918822c9a73711158ec1ced7b1c572658-d
2025-08-20T21:27:16.2663704Z [00:03:30.335]➜  packagefile github.com/ipfs/boxo/bitswap/network/bsnet=/root/.cache/go-build/26/26f05d754c382bbd1aec1f68fbe38022d7724f11ed78fa2d471199931e86f3b7-d
2025-08-20T21:27:16.2666027Z [00:03:30.335]➜  packagefile github.com/ipfs/boxo/bitswap/network/httpnet=/root/.cache/go-build/f4/f4e1f6c7eb640632676f09906f7c73d2797fb6c4538b03af4c29c2be5dbef6ed-d
2025-08-20T21:27:16.2681592Z [00:03:30.335]➜  packagefile github.com/ipfs/boxo/fetcher/impl/blockservice=/root/.cache/go-build/d8/d822ae85ff009c9c06c94d9d709ab2a2f766297c69b915e8ded90d2d421fe634-d
2025-08-20T21:27:16.2683933Z [00:03:30.335]➜  packagefile github.com/ipfs/boxo/pinning/pinner/dspinner=/root/.cache/go-build/ea/eafb19e289c175ff5783961db9ea14725de69b7992a501398a174f8283eff6d8-d
2025-08-20T21:27:16.2686162Z [00:03:30.335]➜  packagefile github.com/ipfs/boxo/routing/providerquerymanager=/root/.cache/go-build/51/513393991eb71fc43809f7b2ecc4ff1a9df65e26ee6a3a4036903945cda6aed4-d
2025-08-20T21:27:16.2688208Z [00:03:30.335]➜  packagefile github.com/ipfs/boxo/util=/root/.cache/go-build/6b/6b7ae16dbac1da6ec5147f972836ba42931fb5e5bd4fb986d1e4a1d28a9685d5-d
2025-08-20T21:27:16.2690295Z [00:03:30.335]➜  packagefile github.com/ipfs/go-unixfsnode=/root/.cache/go-build/fa/fa31a2d73fb9d9d2b07b2a5cb5c5cb5c63c9e5e002ac6d88f94ff470da5bfc6a-d
2025-08-20T21:27:16.2692314Z [00:03:30.335]➜  packagefile github.com/ipfs/kubo/core/node/helpers=/root/.cache/go-build/6c/6cad7f99c449e1bbb10ca1b12d7a95a9ae9aa6d662cb12a2c57e406728be17b5-d
2025-08-20T21:27:16.2694542Z [00:03:30.335]➜  packagefile github.com/ipfs/kubo/thirdparty/verifbs=/root/.cache/go-build/24/24db3a3e4bcff76d58990d37222c013fcd806b8e73688cfc9a9d28bde60abd36-d
2025-08-20T21:27:16.2696513Z [00:03:30.335]➜  packagefile github.com/ipld/go-codec-dagpb=/root/.cache/go-build/30/30e3021acae418bdca095bebb4ea0f87c095cc2cc28616399b377f19dc5501fc-d
2025-08-20T21:27:16.2698426Z [00:03:30.335]➜  packagefile github.com/libp2p/go-doh-resolver=/root/.cache/go-build/69/69107f0caa5470de390ba2cdcccf0c4d3217ecde39145e40c215ceca4e213085-d
2025-08-20T21:27:16.2700651Z [00:03:30.335]➜  packagefile github.com/libp2p/go-libp2p-pubsub/timecache=/root/.cache/go-build/6f/6ff7a6b49dfac39574b38d0f4c90a7a22718656f9809e597abb1d137da0da6d8-d
2025-08-20T21:27:16.2702723Z [00:03:30.335]➜  packagefile github.com/caddyserver/certmagic=/root/.cache/go-build/dc/dc22c588cee4bbc94ee2340c856f4b0d6bfff1f3d14c57a9fabade6ee98747c0-d
2025-08-20T21:27:16.2704842Z [00:03:30.335]➜  packagefile github.com/cenkalti/backoff/v4=/root/.cache/go-build/cc/cca7f06830cf7e07d15773ab6c7e4f244e81b19dac56eb618c2316a1b882fde2-d
2025-08-20T21:27:16.2706815Z [00:03:30.335]➜  packagefile github.com/filecoin-project/go-clock=/root/.cache/go-build/18/18951d91c8b9538ded16b7a578c7d6bc293f044c3f78268508612b9eda7e4da0-d
2025-08-20T21:27:16.2709020Z [00:03:30.335]➜  packagefile github.com/ipfs/kubo/core/node/libp2p/fd=/root/.cache/go-build/99/9936121b2d76be7fe7d2bd01867c5320dc743ea0dae9b8b2eb1a83c7bb36e4d2-d
2025-08-20T21:27:16.2711014Z [00:03:30.335]➜  packagefile github.com/libp2p/go-libp2p=/root/.cache/go-build/a0/a0986a80cc691c5696f9cfb0f634da76c0c8e906ae3e355f2981c01341cd85ee-d
2025-08-20T21:27:16.2712979Z [00:03:30.335]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/fullrt=/root/.cache/go-build/84/84cbd41df54b97912915820c94474aaa6d0ddb199925cf9c5d3df45eead76001-d
2025-08-20T21:27:16.2715251Z [00:03:30.335]➜  packagefile github.com/libp2p/go-libp2p/core/control=/root/.cache/go-build/3f/3f49b637f299fa21b53384b4b48822b109350651dfd8d9d5925d84ec4f7554fa-d
﻿2025-08-20T21:27:16.2722152Z [00:03:30.335]➜  packagefile github.com/libp2p/go-libp2p/core/discovery=/root/.cache/go-build/b3/b3eadfcd8611d12d0a8b87316c3805a4da7456d78de89eb6ba7a5d7431699dda-d
2025-08-20T21:27:16.2724202Z [00:03:30.335]➜  packagefile github.com/libp2p/go-libp2p/core/pnet=/root/.cache/go-build/6e/6e3ff53ac3da8abf4d9f35185bfa57d1244f4090762036e12c8ee2e4dbf39305-d
2025-08-20T21:27:16.2726330Z [00:03:30.335]➜  packagefile github.com/libp2p/go-libp2p/p2p/discovery/backoff=/root/.cache/go-build/43/435c463dfffbc9e405bbe091f950c931a5ca698165e974b9ab2aef22e21737a4-d
2025-08-20T21:27:16.2728733Z [00:03:30.335]➜  packagefile github.com/libp2p/go-libp2p/p2p/discovery/routing=/root/.cache/go-build/ae/aee52ac3eeeb6c4206c0ac9b9a1c04bb3c256f6031ab9a60fb61269af7a6096f-d
2025-08-20T21:27:16.2730149Z [00:03:30.335]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/autorelay=/root/.cache/go-build/72/72acd37b8b2db736e2a371171c4b63bd70600ae6fc2e5afa86dd7b0195b11185-d
2025-08-20T21:27:16.2731402Z [00:03:30.335]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/peerstore/pstoremem=/root/.cache/go-build/22/226de4d7a65e452358198b83c68f663a2e94ef9ac14ae3b61c15963fdf35077a-d
2025-08-20T21:27:16.2732664Z [00:03:30.335]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/routed=/root/.cache/go-build/e8/e88bcebeaab8e953fe9f3a9d942707dd79729a12a70754ce6e6d0d73d35cb32b-d
2025-08-20T21:27:16.2733801Z [00:03:30.335]➜  packagefile github.com/libp2p/go-libp2p/p2p/muxer/yamux=/root/.cache/go-build/bd/bdb3bce89ad49153da365f8654287e5e40745ff27179a65a78a29bc33587482e-d
2025-08-20T21:27:16.2734959Z [00:03:30.335]➜  packagefile github.com/libp2p/go-libp2p/p2p/net/connmgr=/root/.cache/go-build/e5/e53d1b7e2abc8fee250c145b4a23244431c422cffa0c384d85954e2e27cfd8d8-d
2025-08-20T21:27:16.2736180Z [00:03:30.335]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/relay=/root/.cache/go-build/57/57e4508917e47ab66ca4dd3da38321a58e62bdc4e697f8e6d3b97ff9b529fb4a-d
2025-08-20T21:27:16.2737382Z [00:03:30.335]➜  packagefile github.com/libp2p/go-libp2p/p2p/security/noise=/root/.cache/go-build/f0/f0b55337a0ad78b50889940a1831cebd8910551dce2929cf27ae1de983227406-d
2025-08-20T21:27:16.2738923Z [00:03:30.335]➜  packagefile github.com/libp2p/go-libp2p/p2p/security/tls=/root/.cache/go-build/3e/3efc0bd42785ac93322edc40142589eb4f189a59fbe8e78d38439f59e6c3f814-d
2025-08-20T21:27:16.2740096Z [00:03:30.335]➜  packagefile github.com/libp2p/go-libp2p/p2p/transport/quic=/root/.cache/go-build/f5/f5190342b515495c5a5cefc8781564a71098abbaa2d762525e701491f0a0efc0-d
2025-08-20T21:27:16.2741238Z [00:03:30.335]➜  packagefile github.com/libp2p/go-libp2p/p2p/transport/tcp=/root/.cache/go-build/36/3687472fc7fe6b010f5cd7c1d087747f3885ddea746b7c5c7137d7b033c72347-d
2025-08-20T21:27:16.2742403Z [00:03:30.335]➜  packagefile github.com/libp2p/go-libp2p/p2p/transport/webrtc=/root/.cache/go-build/23/23e392974ff6775379c720c8df7b4674038c0d78401cc4432842425f87235873-d
2025-08-20T21:27:16.2743608Z [00:03:30.335]➜  packagefile github.com/libp2p/go-libp2p/p2p/transport/websocket=/root/.cache/go-build/4d/4d3bebea114acf43b04e25a58f991d3ba835b42bbf1d397d485cc913ecb78258-d
2025-08-20T21:27:16.2744840Z [00:03:30.335]➜  packagefile github.com/libp2p/go-libp2p/p2p/transport/webtransport=/root/.cache/go-build/2b/2b7e81a7fc8e267081e38b4204e3cb4b702535929e376cd81765d7e227a106d9-d
2025-08-20T21:27:16.2745939Z [00:03:30.335]➜  packagefile github.com/pbnjay/memory=/root/.cache/go-build/a8/a8dc0880e6274b07558573f6795b2a6eb818c2e02f74f8da957033e382ca3dde-d
2025-08-20T21:27:16.2746993Z [00:03:30.335]➜  packagefile github.com/whyrusleeping/multiaddr-filter=/root/.cache/go-build/34/343f6dd4e56b4873094a96f12a6047a4d5cab753f7e2d9703458c1f0b5171786-d
2025-08-20T21:27:16.2748082Z [00:03:30.335]➜  packagefile golang.org/x/crypto/salsa20=/root/.cache/go-build/28/28bf49fd9133429e3361c2bcc8a3c3b755d5b01829ea0d34f8e0190332a3698a-d
2025-08-20T21:27:16.2749487Z [00:03:30.335]➜  packagefile golang.org/x/crypto/sha3=/root/.cache/go-build/b6/b66f6057e859f7c700e5c612b24dc24edd83e49f90c73e118760baba4d25d05a-d
2025-08-20T21:27:16.2750440Z [00:03:30.335]➜  packagefile runtime/debug=/root/.cache/go-build/82/8260d5a79b166c1188d2a8233d7ed0e6aa22b2487df79665838c602779d10d1d-d
2025-08-20T21:27:16.2751463Z [00:03:30.335]➜  packagefile bazil.org/fuse=/root/.cache/go-build/5c/5cc62959fc125c4ee52cbb590d7b2b91058198527e73f91ef06fd0ec9e40e211-d
2025-08-20T21:27:16.2752388Z [00:03:30.335]➜  packagefile bazil.org/fuse/fs=/root/.cache/go-build/12/12af09501aa11674dac0c414f0ef6e3a922fb5eaed35c4ed28cbd5a5e495f60b-d
2025-08-20T21:27:16.2753283Z [00:03:30.335]➜  packagefile os/exec=/root/.cache/go-build/4d/4d54bfca53e28401c25b13e4b002a130e4584fcf877ff2a7d6c9dcf7d72192c7-d
2025-08-20T21:27:16.2754257Z [00:03:30.335]➜  packagefile github.com/jbenet/go-temp-err-catcher=/root/.cache/go-build/83/83600acbf61a5df9bf18c5e5ce9d2a34c18179cd2b2acd23dc0a443baf4a7f1a-d
2025-08-20T21:27:16.2755374Z [00:03:30.335]➜  packagefile github.com/ipfs/boxo/routing/http/client=/root/.cache/go-build/18/189d889ebe6ce9e4ea8d295e7683d1535f59ff9df769ceb2c151c8cfa8bc1cf5-d
2025-08-20T21:27:16.2756544Z [00:03:30.335]➜  packagefile github.com/ipfs/boxo/routing/http/contentrouter=/root/.cache/go-build/7b/7ba4f78d60891bf7cf6fb2af9680bdf498ba782f91c6bf7775a2e90143c5c1da-d
2025-08-20T21:27:16.2757699Z [00:03:30.335]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/amino=/root/.cache/go-build/87/87f87fc95336be74294a366022fab07db55a16fc95a2adba3a548b30f582b8c7-d
2025-08-20T21:27:16.2758993Z [00:03:30.335]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/internal=/root/.cache/go-build/4a/4ab9a4a9c8d30a13ae021de0e53a72e22af746a02e9eb42e6a8474bcc84cd30b-d
2025-08-20T21:27:16.2760130Z [00:03:30.335]➜  packagefile github.com/libp2p/go-libp2p-kbucket=/root/.cache/go-build/31/3163d0f7d67c6e7df6c5fee01c768a242453b1d7073381f286ba11d17c17a12f-d
2025-08-20T21:27:16.2761262Z [00:03:30.335]➜  packagefile github.com/libp2p/go-libp2p-kbucket/peerdiversity=/root/.cache/go-build/0d/0d963b9fc95eb231997c516b156c73d3eced88dad1b45e401ec65d71c915b842-d
2025-08-20T21:27:16.2762453Z [00:03:30.335]➜  packagefile github.com/libp2p/go-libp2p-routing-helpers/tracing=/root/.cache/go-build/f9/f98ed65c55921b828491e5154a82664126f2affb7f8588dc3464b8181454ebf6-d
2025-08-20T21:27:16.2763598Z [00:03:30.335]➜  packagefile go.uber.org/multierr=/root/.cache/go-build/af/af44525afaf4dbd12d5a7374468031427b59c78523d0a855f534c96f5ba35784-d
2025-08-20T21:27:16.2764529Z [00:03:30.335]➜  packagefile crypto/sha256=/root/.cache/go-build/af/af67f21b0c9aea0d2859e18ff7fc0cbed1bb4545a6faf67bd284f1443b01a9c9-d
2025-08-20T21:27:16.2765504Z [00:03:30.335]➜  packagefile github.com/gogo/protobuf/proto=/root/.cache/go-build/6c/6c8a9b8a0c21cbd5bc8707e16c537e4e593a41f55065f588a9a02301e4a7429e-d
2025-08-20T21:27:16.2766550Z [00:03:30.335]➜  packagefile github.com/libp2p/go-buffer-pool=/root/.cache/go-build/0f/0ffe6fe5a6b1121b2279686fc82ceefad351a14b13a48a0011462a015ba414dd-d
2025-08-20T21:27:16.2767614Z [00:03:30.335]➜  packagefile github.com/libp2p/go-libp2p-pubsub/pb=/root/.cache/go-build/cc/ccdf352093003b3a7a208a32e2b83400be9238aff4f32ab52d2055198091e47e-d
2025-08-20T21:27:16.2768892Z [00:03:30.335]➜  packagefile github.com/libp2p/go-libp2p/core/event=/root/.cache/go-build/26/265176faf508b45343f69b1deb9d21c9cf374bc2e1a99885084e8c0e0cbe7f07-d
2025-08-20T21:27:16.2769987Z [00:03:30.335]➜  packagefile github.com/libp2p/go-libp2p/core/record=/root/.cache/go-build/10/101ddb9cba8f55a3031fe87e834f6787a33e2b060c7f09312a36887df56c1c9f-d
2025-08-20T21:27:16.2771025Z [00:03:30.335]➜  packagefile github.com/libp2p/go-msgio=/root/.cache/go-build/c3/c335019c8753a6e3e51b290c78aad17e9250f78d2b52310c6cf536df0c903216-d
2025-08-20T21:27:16.2772047Z [00:03:30.335]➜  packagefile github.com/libp2p/go-msgio/protoio=/root/.cache/go-build/55/552f6180f42b71e56379dc4f57e364f4f5fb2970b9a9132f4c70a2ae9acbde4d-d
2025-08-20T21:27:16.2773176Z [00:03:30.335]➜  packagefile github.com/multiformats/go-varint=/root/.cache/go-build/0f/0f70f87a71114360d92c09888bccb807faf584d06a901c79cd223e802b355b7f-d
2025-08-20T21:27:16.2774266Z [00:03:30.335]➜  packagefile github.com/ipfs/go-ipfs-ds-help=/root/.cache/go-build/d5/d5be66673502d489d290b7efa7c01738ea5392f24d4b2d1b70009b504e119114-d
2025-08-20T21:27:16.2775415Z [00:03:30.335]➜  packagefile github.com/libp2p/go-libp2p-pubsub-router/pb=/root/.cache/go-build/03/031566ca5c519bbef1571d6b923e8789a07e2bc0a257e75127979e6bdd57137c-d
2025-08-20T21:27:16.2776514Z [00:03:30.335]➜  packagefile github.com/libp2p/go-libp2p-record/pb=/root/.cache/go-build/4d/4dffc2b3deb6ca152051db2708d9920406d5ed8cd93559e1df6c80c4847c1107-d
2025-08-20T21:27:16.2777486Z [00:03:30.335]➜  packagefile crypto=/root/.cache/go-build/96/964cbef8d5cdfd5593486576c38d729dd29f6f299f4ae62394160f27cbdd46c4-d
2025-08-20T21:27:16.2778367Z [00:03:30.335]➜  packagefile crypto/ecdsa=/root/.cache/go-build/1a/1a56840bb6c354ddbabcfeeeeb024fdb0c2145e0bb62b44d1a9f2c79794c8133-d
2025-08-20T21:27:16.2779486Z [00:03:30.335]➜  packagefile crypto/ed25519=/root/.cache/go-build/a9/a9666cfb2dc8afa79ce77499b171195b4695c798232f2dc9a49cdc719341784f-d
2025-08-20T21:27:16.2780405Z [00:03:30.335]➜  packagefile crypto/elliptic=/root/.cache/go-build/bc/bcb75773286ea5e0c6643836571da998ba25bbd769f6e535c10caf5d1fa7e1f6-d
2025-08-20T21:27:16.2781307Z [00:03:30.335]➜  packagefile crypto/rsa=/root/.cache/go-build/00/005b519cfb05d8879760d6cc67431da7508bde048512f42bbf9523df7aed45fc-d
2025-08-20T21:27:16.2782186Z [00:03:30.335]➜  packagefile crypto/subtle=/root/.cache/go-build/46/46171919a7392793e07b640aa7e47504aca1ae730f9f44283c4ac563d941a95a-d
2025-08-20T21:27:16.2783072Z [00:03:30.335]➜  packagefile crypto/x509=/root/.cache/go-build/ae/aebe6de0153fc41edc4d584e60f0ca57b41a6a8c70a2f4b0cb205bff43b4ca75-d
2025-08-20T21:27:16.2783966Z [00:03:30.335]➜  packagefile encoding/asn1=/root/.cache/go-build/05/055a1be01c3af0789956f79452a8fffa3efd06117fc3f7cb4eb3c803b3e9d9e2-d
2025-08-20T21:27:16.2784987Z [00:03:30.335]➜  packagefile github.com/decred/dcrd/dcrec/secp256k1/v4=/root/.cache/go-build/d9/d9308c35e412fabacb7d70374c2a1399158d9f2f1d46251f093d3af8d2f68e76-d
2025-08-20T21:27:16.2786151Z [00:03:30.335]➜  packagefile github.com/decred/dcrd/dcrec/secp256k1/v4/ecdsa=/root/.cache/go-build/8f/8fd2a17df9bba479d9c259c61d840d5fcf21a31ded4d7eb8a91e6e682c77306c-d
2025-08-20T21:27:16.2787403Z [00:03:30.335]➜  packagefile github.com/libp2p/go-libp2p/core/crypto/pb=/root/.cache/go-build/0c/0c4affa784dbb7d6d4beef1001b611a80140e6c5f5e9e2a074ccfa26e95cf548-d
2025-08-20T21:27:16.2788702Z [00:03:30.335]➜  packagefile github.com/libp2p/go-libp2p/core/internal/catch=/root/.cache/go-build/e7/e7d5901545d8731fc9e8ba13b0a10cb05d4a4cf88e9c9a100976c2f48a94a779-d
2025-08-20T21:27:16.2789710Z [00:03:30.336]➜  packagefile math/big=/root/.cache/go-build/3b/3b45a8c38cee8cd6053c78cd6700739b9b134c3d952807771dd42ed436a1c218-d
2025-08-20T21:27:16.2790668Z [00:03:30.336]➜  packagefile github.com/libp2p/go-flow-metrics=/root/.cache/go-build/6d/6da48a0a72b0b366865ab443226e2bf6e2a0bc3b230a0c9f4ea89073323488ed-d
2025-08-20T21:27:16.2791751Z [00:03:30.336]➜  packagefile github.com/libp2p/go-libp2p/core/peer/pb=/root/.cache/go-build/51/5106b167d4df1b8b1b95896b28b25bef48c13cb01c5ad87bd4de8ab39144033d-d
2025-08-20T21:27:16.2792819Z [00:03:30.336]➜  packagefile github.com/mr-tron/base58/base58=/root/.cache/go-build/15/1539337b124c122070577d31731dd95e2d66f5a69a576f9f4e60ad77e08070b3-d
2025-08-20T21:27:16.2793828Z [00:03:30.336]➜  packagefile github.com/libp2p/zeroconf/v2=/root/.cache/go-build/b4/b461e17b4e9e69c9226d17213d03686fd41bfd0cb14557420e83234ca356a293-d
2025-08-20T21:27:16.2794837Z [00:03:30.336]➜  packagefile github.com/benbjohnson/clock=/root/.cache/go-build/79/79b3abe2982c3303cb942c16bdf79674f7fd9e6675717f69fbade6360188965d-d
2025-08-20T21:27:16.2795920Z [00:03:30.336]➜  packagefile github.com/libp2p/go-libp2p/core/transport=/root/.cache/go-build/7a/7a8a46ba414f34ecd35fdea6b5e6a507358b58461b04f75090b7fedb50296d4a-d
2025-08-20T21:27:16.2797141Z [00:03:30.336]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/autonat=/root/.cache/go-build/31/31f82a182411b1bd0df7cdb5cd4502be69b1a7094ce58a3f6615bdaeb17f3b0f-d
2025-08-20T21:27:16.2798422Z [00:03:30.336]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/basic/internal/backoff=/root/.cache/go-build/41/41b133f845f6bcdad34bff28875818eb4ec0f5ea4a1f1e2afb89c7d85314c6ce-d
2025-08-20T21:27:16.2799888Z [00:03:30.336]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/eventbus=/root/.cache/go-build/92/92840b387f414b2b43e01b9c768978071e1b9b151b775419669328237db0d4cc-d
2025-08-20T21:27:16.2801043Z [00:03:30.336]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/pstoremanager=/root/.cache/go-build/e3/e3a3f49076306d1232ad3d475f22a46b8fbda528bba00747469b59e3dfa43cc4-d
2025-08-20T21:27:16.2802199Z [00:03:30.336]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/relaysvc=/root/.cache/go-build/9f/9f25b03fb4006697596911c4784e67069b351ea7d5864d556eba7a6022cbbf98-d
2025-08-20T21:27:16.2803346Z [00:03:30.336]➜  packagefile github.com/libp2p/go-libp2p/p2p/metricshelper=/root/.cache/go-build/67/67e0c4ec6957f7dbfb0f30e82ba3f7f2c2425ab7ca2f57913d414848bb6c71f9-d
2025-08-20T21:27:16.2804464Z [00:03:30.336]➜  packagefile github.com/libp2p/go-libp2p/p2p/net/nat=/root/.cache/go-build/a7/a79621060f4c9b96be1ef41f061a8a182c85ad8f21e2720b89969a64eb158326-d
2025-08-20T21:27:16.2805611Z [00:03:30.336]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/autonatv2=/root/.cache/go-build/d4/d48d209164e0676caec1de1bf9a08aabe8b4398e3f9fd9c3370a5a436e4e6b8a-d
2025-08-20T21:27:16.2806802Z [00:03:30.336]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/holepunch=/root/.cache/go-build/fa/fa0bdb67ed60a69d0990029b1188fa9b4408a8ff2d50a03d3e898fdc4ef6058a-d
2025-08-20T21:27:16.2808129Z [00:03:30.336]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/identify=/root/.cache/go-build/9e/9ecbed4b935568f681a639db6f3cd1b184b1636b5f716e3a7b6d152fed3cfd0f-d
2025-08-20T21:27:16.2809918Z [00:03:30.336]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/ping=/root/.cache/go-build/4b/4b3783df1d9ef686ab5228777e4238bf9ff35ac23c9ccafd392eb3bc064093ae-d
2025-08-20T21:27:16.2811088Z [00:03:30.336]➜  packagefile github.com/libp2p/go-netroute=/root/.cache/go-build/0b/0b3c88c7ae9b7683f85ae2b63c1d751a00a4f17c1dbada46317d589439ecf9ec-d
2025-08-20T21:27:16.2812273Z [00:03:30.336]➜  packagefile github.com/multiformats/go-multistream=/root/.cache/go-build/55/550188648418b06bf13015650763c32edd018540a3e26e7f5c0a6441e0016209-d
2025-08-20T21:27:16.2813238Z [00:03:30.336]➜  packagefile net/netip=/root/.cache/go-build/06/06a0e7492f28604af6f2f56aa2509ee306251e418e22c086fee312fc8ad65e5f-d
2025-08-20T21:27:16.2814145Z [00:03:30.336]➜  packagefile encoding/base32=/root/.cache/go-build/dd/dd8d3543bfabdaac6aa4b90a5b5be84ca6fd221e8a3ff90a1e9e7879fa715796-d
2025-08-20T21:27:16.2815180Z [00:03:30.336]➜  packagefile github.com/multiformats/go-multiaddr/x/meg=/root/.cache/go-build/6c/6c338e4efb4d313a69569a00e893702ebe92753c3580e756cb6fbab51fb63823-d
2025-08-20T21:27:16.2816242Z [00:03:30.336]➜  packagefile golang.org/x/exp/slices=/root/.cache/go-build/e3/e3be0d5e7505d4a5cd453438c9d0be2b26c869ea2038d2a29c6bd62f910786d3-d
2025-08-20T21:27:16.2817262Z [00:03:30.336]➜  packagefile go.uber.org/dig/internal/digclock=/root/.cache/go-build/94/94384ea8fd93915682a072d8341b60cd4feff6e76b1e7c2781551f139d9200c8-d
2025-08-20T21:27:16.2818311Z [00:03:30.336]➜  packagefile go.uber.org/dig/internal/digerror=/root/.cache/go-build/94/940d35fbdc20b9c9145f94fd18d5a99fb8a4a20292c8d885e5d0157f2b1a418e-d
2025-08-20T21:27:16.2819574Z [00:03:30.336]➜  packagefile go.uber.org/dig/internal/digreflect=/root/.cache/go-build/60/6041fad2bac68d5ba9fa9106c36285eff8149acf07496b2f2cd63b91257a70db-d
2025-08-20T21:27:16.2820612Z [00:03:30.336]➜  packagefile go.uber.org/dig/internal/dot=/root/.cache/go-build/af/afd63de0247c6f9afb054966d6b9b55ba974f8fe97a73a5918bc46145dd9e61a-d
2025-08-20T21:27:16.2821626Z [00:03:30.336]➜  packagefile go.uber.org/dig/internal/graph=/root/.cache/go-build/d8/d8fee9e9222d995f39ef1329486c39551ecf308ac114ae886668fb1c6e2a46f2-d
2025-08-20T21:27:16.2822795Z [00:03:30.336]➜  packagefile go.uber.org/fx/fxevent=/root/.cache/go-build/0a/0aa2d3e62dfcbccfe5d48fd20e8ab90c2c9a7595eb47783d0e75add6ab91c684-d
2025-08-20T21:27:16.2823794Z [00:03:30.336]➜  packagefile go.uber.org/fx/internal/fxclock=/root/.cache/go-build/28/283095669845c2e3ba8874d8301523d342195c837ec4d229c029517d8eefcb14-d
2025-08-20T21:27:16.2824880Z [00:03:30.336]➜  packagefile go.uber.org/fx/internal/fxlog=/root/.cache/go-build/47/47d7daa2b96489cf38076b392eadebc1425ca492c4ae118de593d579c557f7b9-d
2025-08-20T21:27:16.2825906Z [00:03:30.336]➜  packagefile go.uber.org/fx/internal/fxreflect=/root/.cache/go-build/2c/2c1a3ec1d2d4eb628a2035002c4bf87420b136e708caf6573532a8c89e5563eb-d
2025-08-20T21:27:16.2826939Z [00:03:30.336]➜  packagefile go.uber.org/fx/internal/lifecycle=/root/.cache/go-build/76/7601f2673b70f63ea156d416f68223584f672d8d0b0ef632cca5b7fc38f8fedf-d
2025-08-20T21:27:16.2827948Z [00:03:30.336]➜  packagefile crypto/internal/boring=/root/.cache/go-build/21/218cf35c4ded279c8ffd329e9deaeed9c22d44444e8f0dbe0226e594c32e9258-d
2025-08-20T21:27:16.2829121Z [00:03:30.336]➜  packagefile crypto/internal/fips140=/root/.cache/go-build/fb/fb49772351f8add8f503a109e09d0fb25191ef747bd52d2a6b73ed0d05268c9e-d
2025-08-20T21:27:16.2830141Z [00:03:30.336]➜  packagefile crypto/internal/fips140/drbg=/root/.cache/go-build/d8/d88ffc3228d0ba0a1afebf28c5478b900c9f99772ffe075c0c35739f7e4a5dbc-d
2025-08-20T21:27:16.2831154Z [00:03:30.336]➜  packagefile crypto/internal/fips140only=/root/.cache/go-build/fe/fe018016f0b5a0e59332ad1304ea15a8ab92b0d07f6d83556e1d5120437fb86e-d
2025-08-20T21:27:16.2832138Z [00:03:30.336]➜  packagefile crypto/internal/randutil=/root/.cache/go-build/fc/fcda4929577983205113835be267785e1283b19f36bcf041335af2981fdad11d-d
2025-08-20T21:27:16.2833110Z [00:03:30.336]➜  packagefile crypto/internal/sysrand=/root/.cache/go-build/4b/4b9db9d21c8f8cb536ca608191368c782c12668fd96055efda5393da96c72efe-d
2025-08-20T21:27:16.2834096Z [00:03:30.336]➜  packagefile github.com/gammazero/deque=/root/.cache/go-build/69/69d0ffac62980940373d3893fd42cd284f959120bcee4413a2aedf112322fe84-d
2025-08-20T21:27:16.2835148Z [00:03:30.336]➜  packagefile github.com/ipfs/boxo/ipld/merkledag/pb=/root/.cache/go-build/a3/a30893bb6f959f038b0da42a757a87ac0051e641ace38606447ecb2b997fbd74-d
2025-08-20T21:27:16.2836292Z [00:03:30.336]➜  packagefile github.com/ipfs/go-ipld-legacy=/root/.cache/go-build/7e/7e1c2ef75ba027cc1411c97ec04d006fd334ffb3badc21149bbf5aa21c77375c-d
2025-08-20T21:27:16.2837353Z [00:03:30.336]➜  packagefile github.com/ipld/go-ipld-prime/codec/raw=/root/.cache/go-build/4c/4c1d4bc96ccc16410d82f9bbc558d02ab6e20c9e52785c249c191b148843b463-d
2025-08-20T21:27:16.2838421Z [00:03:30.336]➜  packagefile github.com/ipld/go-ipld-prime/fluent/qp=/root/.cache/go-build/d9/d92556202a29308582142d420325a73751ce0db3ccee9964d8704390c7ff5226-d
2025-08-20T21:27:16.2839678Z [00:03:30.336]➜  packagefile github.com/multiformats/go-multihash/core=/root/.cache/go-build/2e/2edcd3a6a77f51ec8ff6b032fe12f1a86582d4e139f551fb56623c20d9a12b21-d
2025-08-20T21:27:16.2840769Z [00:03:30.336]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/pb=/root/.cache/go-build/21/217285268e7758df5b472729446d26c21443a67e86422911d55ff4fac6598124-d
2025-08-20T21:27:16.2841790Z [00:03:30.336]➜  packagefile github.com/alecthomas/units=/root/.cache/go-build/33/3335cc1315409f20b44a2dde9806dcd00e6ed53c1e85d645363df1ef1740523b-d
2025-08-20T21:27:16.2842840Z [00:03:30.336]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/hamt=/root/.cache/go-build/41/41f946f738c373cfa5f556412d1f3b72a6be93b372154d7d14373d670e73ba0f-d
2025-08-20T21:27:16.2843989Z [00:03:30.336]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/private/linksize=/root/.cache/go-build/7a/7a66f9eba0ba4b92afcc26a780e16723d07ae2e80bb84627bbd66149911067d3-d
2025-08-20T21:27:16.2845093Z [00:03:30.336]➜  packagefile github.com/ipfs/boxo/ipns/pb=/root/.cache/go-build/c9/c994fd748c264d58ef2ee1b1e30b0917782e869d021a3e06442fd2d2bdb66d5a-d
2025-08-20T21:27:16.2846230Z [00:03:30.336]➜  packagefile github.com/ipld/go-ipld-prime/codec/dagcbor=/root/.cache/go-build/23/23c940f105670f63a5e7a73575bb56ad5c143d1a238596f3711104ae5a1d0cdc-d
2025-08-20T21:27:16.2847395Z [00:03:30.336]➜  packagefile github.com/ipld/go-ipld-prime/datamodel=/root/.cache/go-build/be/beb0cf3948e68df07ca5388dd0bb66fc9d4877a3be8aab19d3681294c74b5e94-d
2025-08-20T21:27:16.2848762Z [00:03:30.336]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/importer/balanced=/root/.cache/go-build/96/96252a119f67882a84d215ce7761cd034258451b212d6224dfdf45d8dd2e009c-d
2025-08-20T21:27:16.2849970Z [00:03:30.336]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/importer/trickle=/root/.cache/go-build/f3/f3d9abe806b1cb30bb411688674e3c3ea3701a69a20c585b376eed4bc79a70ff-d
2025-08-20T21:27:16.2851080Z [00:03:30.336]➜  packagefile github.com/ipfs/boxo/tracing=/root/.cache/go-build/52/52c5988e6f3a0e21c9b47d6f049ab168d9115ff867642b387f6375a9cb26937c-d
2025-08-20T21:27:16.2852128Z [00:03:30.336]➜  packagefile go.opentelemetry.io/otel/sdk/resource=/root/.cache/go-build/00/00ba386e0d05c8953e3616a60ed049cf50963b43b4cf7f29f7e89956e38c4429-d
2025-08-20T21:27:16.2853192Z [00:03:30.336]➜  packagefile go.opentelemetry.io/otel/sdk/trace=/root/.cache/go-build/28/286af57696b08b76faeac29ee173df73003ce57ff8a293948d2c42368d6ab1bf-d
2025-08-20T21:27:16.2854278Z [00:03:30.336]➜  packagefile go.opentelemetry.io/otel/semconv/v1.4.0=/root/.cache/go-build/88/886bf2f7667a03fdc550fee416bc8877a764d94beec6f548d43dde23ad648aae-d
2025-08-20T21:27:16.2855345Z [00:03:30.336]➜  packagefile go.opentelemetry.io/otel/trace/noop=/root/.cache/go-build/46/465851a55ed7407939f4998688a837b9ce185ac55e3dfdd3785449c64f32a19c-d
2025-08-20T21:27:16.2856447Z [00:03:30.336]➜  packagefile github.com/libp2p/go-libp2p/core/canonicallog=/root/.cache/go-build/47/470d275769e402fbe0e3e4ca5a464c9b2e22dff1a950ff30074cfecb0af16aaa-d
2025-08-20T21:27:16.2857574Z [00:03:30.336]➜  packagefile github.com/multiformats/go-multiaddr-fmt=/root/.cache/go-build/05/05f8e045a5e68747a424f8f024d9d6481915c4a19edc4748bd1ef466ccafc592-d
2025-08-20T21:27:16.2858992Z [00:03:30.336]➜  packagefile go.opentelemetry.io/otel/attribute/internal=/root/.cache/go-build/d8/d8aa3cfe73109e17d199b228d2c964b9ff0d0895d8a3214d5a9ab91e209f62e3-d
2025-08-20T21:27:16.2860049Z [00:03:30.336]➜  packagefile encoding/hex=/root/.cache/go-build/2c/2c8a9bf2224de24f2b71bf9df858c1d351152bb1587275e0ac27370978f0c37b-d
2025-08-20T21:27:16.2861114Z [00:03:30.336]➜  packagefile go.opentelemetry.io/otel/codes=/root/.cache/go-build/72/72b78c1289dbe3395d25a1ece194eb8234cb84fbdad811cfc598aa61ece5ad7a-d
2025-08-20T21:27:16.2862178Z [00:03:30.336]➜  packagefile go.opentelemetry.io/otel/semconv/v1.34.0=/root/.cache/go-build/73/73d161cd3e9b572bd621ee6b348e150adf903d9f98fa4af54aa89dfdafd913ac-d
2025-08-20T21:27:16.2863259Z [00:03:30.336]➜  packagefile go.opentelemetry.io/otel/trace/embedded=/root/.cache/go-build/73/73a9b5f7847662d48020606413de09d1a2265d5d4f12646cc1c7a3b71a0f12ea-d
2025-08-20T21:27:16.2864403Z [00:03:30.336]➜  packagefile go.opentelemetry.io/otel/trace/internal/telemetry=/root/.cache/go-build/e8/e807d771dfda248aa3a898aea647c8374057c2aea4cb450c94dedcbbe7019f76-d
2025-08-20T21:27:16.2865598Z [00:03:30.336]➜  packagefile github.com/prometheus/statsd_exporter/pkg/mapper=/root/.cache/go-build/7a/7a13294aaaf19487adec9939f28051f0249fca3e3fed5c964f1bcfcb4e2c12e0-d
2025-08-20T21:27:16.2866723Z [00:03:30.336]➜  packagefile go.opencensus.io/metric/metricdata=/root/.cache/go-build/64/648036d1e9b28b399a4724b1c7edbb8b01bbadbbdf238aca3df3b1571a0ceecb-d
2025-08-20T21:27:16.2867790Z [00:03:30.336]➜  packagefile go.opencensus.io/metric/metricexport=/root/.cache/go-build/e0/e09f1f0183b86842db8c46fd60f997af7992680ca1a23d911c0188ffbe0b2d7b-d
2025-08-20T21:27:16.2869053Z [00:03:30.336]➜  packagefile github.com/cespare/xxhash/v2=/root/.cache/go-build/8c/8c2edfa87dd79d7c8524c3272a085cd7d24047725a0b165abb397ea07f896187-d
2025-08-20T21:27:16.2870102Z [00:03:30.336]➜  packagefile github.com/gabriel-vasile/mimetype=/root/.cache/go-build/fb/fbe8695483470add806f95570ef9003e5c7d5bfd0821e81a092f563fd4a5a01f-d
2025-08-20T21:27:16.2871255Z [00:03:30.336]➜  packagefile github.com/ipfs/boxo/gateway/assets=/root/.cache/go-build/0a/0a3a4704b267ece41fd6e9cf905e2a179c63e41994eb5d44d97398b1afc6a0e9-d
2025-08-20T21:27:16.2872415Z [00:03:30.336]➜  packagefile github.com/ipfs/go-ipfs-redirects-file=/root/.cache/go-build/a9/a90ed2ba504647b7767e1bdc81020c509acb6dd32d0d689f3f8bb721e6e4e08c-d
2025-08-20T21:27:16.2873551Z [00:03:30.336]➜  packagefile github.com/ipfs/go-unixfsnode/data=/root/.cache/go-build/9f/9f3cb60afda0fde35a994ddd079f4e78a3557bfaf48109bdc26b7c55173c1111-d
2025-08-20T21:27:16.2874595Z [00:03:30.336]➜  packagefile github.com/ipfs/go-unixfsnode/hamt=/root/.cache/go-build/83/832a1544351864cac6579337bdb8974334dacd1aa14f93d9437d9c463a0fc307-d
2025-08-20T21:27:16.2875622Z [00:03:30.336]➜  packagefile github.com/ipfs/go-unixfsnode/iter=/root/.cache/go-build/1a/1ab551df378635a235066e62602ca8d48f455d34b8723322545d17955357df0a-d
2025-08-20T21:27:16.2876618Z [00:03:30.336]➜  packagefile github.com/ipld/go-car/v2=/root/.cache/go-build/44/44d286b7650b3139d209574e41b0532cb16f764ef67fc3b2b5dc994106891e96-d
2025-08-20T21:27:16.2877616Z [00:03:30.336]➜  packagefile github.com/ipld/go-car/v2/storage=/root/.cache/go-build/f4/f4d16922764e101df28f4376328512dbd6176c79daaaa849b0ea56641f4a1f51-d
2025-08-20T21:27:16.2878850Z [00:03:30.336]➜  packagefile github.com/ipld/go-ipld-prime/codec/cbor=/root/.cache/go-build/a8/a8a971ed1e97df4dddfda84ee40199632fd49405b7c57ffbffa7c17c5c78fcbd-d
2025-08-20T21:27:16.2879978Z [00:03:30.336]➜  packagefile github.com/ipld/go-ipld-prime/codec/dagjson=/root/.cache/go-build/82/828273d0ff271cd8f6e333a774a3baf1b375f2e338086b1729897177e686e869-d
2025-08-20T21:27:16.2881092Z [00:03:30.336]➜  packagefile github.com/ipld/go-ipld-prime/codec/json=/root/.cache/go-build/a1/a1a5ab0e83cbc29c1b82bd652af1cf1b90b04f0d655e10f18451ebfad03609ad-d
2025-08-20T21:27:16.2882175Z [00:03:30.336]➜  packagefile github.com/ipld/go-ipld-prime/linking=/root/.cache/go-build/c4/c403f974277f9b2e92f28679b48809d67b040c6fade0291a8cc32b701b1a9a9d-d
2025-08-20T21:27:16.2883282Z [00:03:30.336]➜  packagefile github.com/ipld/go-ipld-prime/node/basicnode=/root/.cache/go-build/e5/e52747b4fd09887f1a0a6843efcf821c997a8c0b2ff2685284c021232729e2f5-d
2025-08-20T21:27:16.2884924Z [00:03:30.336]➜  packagefile github.com/ipld/go-ipld-prime/traversal/selector=/root/.cache/go-build/a3/a34ac2c0adb2631ec01d33eed5a7c51c4e3ebefce4ddc79e60e3eb4712e96b58-d
2025-08-20T21:27:16.2887319Z [00:03:30.336]➜  packagefile github.com/ipld/go-ipld-prime/traversal/selector/parse=/root/.cache/go-build/88/886d0fb7e70356aa033bb819afbcf626de8b0c6d6f800a8c7164d4bdd7ed1c87-d
2025-08-20T21:27:16.2889492Z [00:03:30.336]➜  packagefile github.com/gorilla/mux=/root/.cache/go-build/5e/5ef5769cd5b0e8abe0d93516bcece8345bc6d27a1552799add362308e9f05f3e-d
2025-08-20T21:27:16.2891446Z [00:03:30.336]➜  packagefile github.com/ipfs/boxo/routing/http/filters=/root/.cache/go-build/32/320c8b9b7785ac34fbc3ca8aabf9163cb3c26be49b0e6b0134480be2ae9c708d-d
2025-08-20T21:27:16.2893622Z [00:03:30.336]➜  packagefile github.com/ipfs/boxo/routing/http/internal/drjson=/root/.cache/go-build/a3/a395034eaf4758c10801db24cae1cdae3a2e79900fd4a39d649542e0aa16d3e2-d
2025-08-20T21:27:16.2895821Z [00:03:30.336]➜  packagefile github.com/ipfs/boxo/routing/http/types/json=/root/.cache/go-build/ba/ba1c15cefcaf3e44a1cec528ec1f0cccfc7ae0d3971c554a6d6ff722cbcbb9c3-d
2025-08-20T21:27:16.2897988Z [00:03:30.336]➜  packagefile github.com/slok/go-http-metrics/metrics/prometheus=/root/.cache/go-build/1d/1d95b0fefee82f3d7b3b3bcca8badd6920fc23eeb8e0e5cfd6e57a316c58f73e-d
2025-08-20T21:27:16.2900197Z [00:03:30.336]➜  packagefile github.com/slok/go-http-metrics/middleware=/root/.cache/go-build/f0/f02c294eca55fcd8565218aafc59faedf1e894ef5906c10b33c12b4e5c474fc9-d
2025-08-20T21:27:16.2902188Z [00:03:30.336]➜  packagefile github.com/slok/go-http-metrics/middleware/std=/root/.cache/go-build/22/22f1d3cf9bf5cb25a41312d802723e3180b4135d23d09229c49549562c5781ff-d
2025-08-20T21:27:16.2904124Z [00:03:30.336]➜  packagefile github.com/rs/cors=/root/.cache/go-build/bd/bd514332b580c862866d255ef0b70abceca6ea4cd1fff1af71e4873875eba1bd-d
2025-08-20T21:27:16.2905480Z [00:03:30.336]➜  packagefile archive/zip=/root/.cache/go-build/1c/1cafd0e5ff9450d48acd602b17e3bfb853fb8216a2705901746de2900322870f-d
2025-08-20T21:27:16.2907266Z [00:03:30.336]➜  packagefile encoding/pem=/root/.cache/go-build/30/3051cf7aff3b3091f46cb712a2e6caa7c2438d2d9a6f271d8ffe97102cf1fc3f-d
2025-08-20T21:27:16.2909259Z [00:03:30.336]➜  packagefile github.com/anmitsu/go-shlex=/root/.cache/go-build/4c/4cd723a33892df7bcde1ce58ea786dcf1cd78c342b7cfde293bdecb879d01602-d
2025-08-20T21:27:16.2910939Z [00:03:30.336]➜  packagefile github.com/cheggaaa/pb=/root/.cache/go-build/f9/f96278ce96b1ec3e4d30474d487ae2bf4e943cbf7d90464eec6f534f4417c7dd-d
2025-08-20T21:27:16.2912790Z [00:03:30.336]➜  packagefile github.com/elgris/jsondiff=/root/.cache/go-build/97/976c43c4b568ecc3c0354be7030c5e7c33e567fb285c91399ef397cb20376e60-d
2025-08-20T21:27:16.2914697Z [00:03:30.336]➜  packagefile github.com/hashicorp/go-version=/root/.cache/go-build/43/43ca0c445c8f1ce6c0958c350591d21e4d86674537538765097d51bf42dda206-d
2025-08-20T21:27:16.2916576Z [00:03:30.336]➜  packagefile github.com/ipfs/boxo/tar=/root/.cache/go-build/e0/e01c6acc57b5de600acc04e77e2ed58fd29994ace1ffb1e9f9631130de268f57-d
2025-08-20T21:27:16.2918669Z [00:03:30.336]➜  packagefile github.com/ipfs/go-cidutil/cidenc=/root/.cache/go-build/99/99acc63d44fd0b2ea719edd41a2ec4217a0c29f13fc0f1ee8bc1319dafe63503-d
2025-08-20T21:27:16.2920735Z [00:03:30.336]➜  packagefile github.com/ipfs/kubo/core/commands/cmdenv=/root/.cache/go-build/e1/e1169de02c6c43da0fb6e2d4e42ecae3e5ae04899a04936ed1391aa241f7211f-d
2025-08-20T21:27:16.2922828Z [00:03:30.336]➜  packagefile github.com/ipfs/kubo/core/commands/cmdutils=/root/.cache/go-build/b4/b42641c0116883112f5aa22d90d4018d194eec559d8702444f55a59da921716a-d
2025-08-20T21:27:16.2924875Z [00:03:30.336]➜  packagefile github.com/ipfs/kubo/core/commands/dag=/root/.cache/go-build/d9/d9708eb10bee0d62b6f4f449159c5f6290de39f253b9dbb6a65fca20005c34c8-d
2025-08-20T21:27:16.2926888Z [00:03:30.336]➜  packagefile github.com/ipfs/kubo/core/commands/e=/root/.cache/go-build/89/89d0a7fdd8155ee302b3451e603f023e66a4f1ab21297d63262026d8addff3db-d
2025-08-20T21:27:16.2929132Z [00:03:30.336]➜  packagefile github.com/ipfs/kubo/core/commands/keyencode=/root/.cache/go-build/bf/bf9234955ecc1fbaba615cf5ac279f3167217561e9524f9c47cc05f65b26c72e-d
2025-08-20T21:27:16.2931430Z [00:03:30.336]➜  packagefile github.com/ipfs/kubo/core/commands/name=/root/.cache/go-build/27/27a4917a2e624c5d447e698514c29aa7fe413e4007998ec2ee442573259dad40-d
2025-08-20T21:27:16.2933496Z [00:03:30.336]➜  packagefile github.com/ipfs/kubo/core/commands/object=/root/.cache/go-build/b3/b390af9706693ffbfa1396c2d946a4348f26cbbc299b16edba229cf8c9585a90-d
2025-08-20T21:27:16.2935566Z [00:03:30.336]➜  packagefile github.com/ipfs/kubo/core/commands/pin=/root/.cache/go-build/43/43e88281da156566a1a5c6b2dc4cb060d567512483b47b3c26635ae0c0167586-d
2025-08-20T21:27:16.2937563Z [00:03:30.336]➜  packagefile github.com/ipfs/kubo/core/corerepo=/root/.cache/go-build/14/14d9d486dbdf0589b7acfe3333632efc1a2b4c9f1e6f913be3928b111a872697-d
2025-08-20T21:27:16.2939700Z [00:03:30.336]➜  packagefile github.com/ipfs/kubo/fuse/node=/root/.cache/go-build/e0/e00d2e0b06168aaa005cbc94150904b9569914965eb8fa00390aa927a8c6864a-d
2025-08-20T21:27:16.2941613Z [00:03:30.336]➜  packagefile github.com/ipfs/kubo/profile=/root/.cache/go-build/6c/6cdd2712d935e6a902a799bb2879a344997f00f8c285aa9d083defe2a5a4a785-d
2025-08-20T21:27:16.2943563Z [00:03:30.336]➜  packagefile github.com/whyrusleeping/go-sysinfo=/root/.cache/go-build/6b/6bd56c4a6521ecc6b4c79c5cf43f7c790444e23a7fac0e94d30add8f5ed4c689-d
2025-08-20T21:27:16.2945520Z [00:03:30.336]➜  packagefile golang.org/x/exp/constraints=/root/.cache/go-build/e0/e034f036084b91e5249f8e5776700e79f3aeaaf2ca554047d0c4d14633da686c-d
2025-08-20T21:27:16.2947304Z [00:03:30.336]➜  packagefile text/tabwriter=/root/.cache/go-build/f5/f55b9a93860f04132228f93c68db8a8456c84fa375ccaec23331c88ebfe3ead2-d
2025-08-20T21:27:16.2949283Z [00:03:30.336]➜  packagefile text/template=/root/.cache/go-build/55/55a31bc16f925b41d7970c28df2bbf764af8a7cca35f85b99491921cdb741eb4-d
2025-08-20T21:27:16.2951271Z [00:03:30.336]➜  packagefile github.com/libp2p/go-libp2p-gostream=/root/.cache/go-build/4d/4d85528934cd8cd9e2879daf4a05125351f10828b09394c3658869d65db944f3-d
2025-08-20T21:27:16.2953180Z [00:03:30.336]➜  packagefile expvar=/root/.cache/go-build/eb/ebc3103a84769c2d663f37c42896bdc7162458af05e719fccf66b29fb95a2eb9-d
2025-08-20T21:27:16.2954971Z [00:03:30.336]➜  packagefile github.com/beorn7/perks/quantile=/root/.cache/go-build/40/40685f68aa55546732e8e6b359a48b178b9e78e84058a0216c95fae79e86f093-d
2025-08-20T21:27:16.2957096Z [00:03:30.336]➜  packagefile github.com/prometheus/client_golang/prometheus/internal=/root/.cache/go-build/80/807a18282f490f8efa3bedd8d8b8d43da944ffd0f11c0fcdae8a5935d8dfe560-d
2025-08-20T21:27:16.2959416Z [00:03:30.336]➜  packagefile github.com/prometheus/client_model/go=/root/.cache/go-build/91/91128e20befeb62200a58228fd5252be8dd26744a1315e854c52e86d3303b856-d
2025-08-20T21:27:16.2961439Z [00:03:30.336]➜  packagefile github.com/prometheus/common/expfmt=/root/.cache/go-build/b0/b00aee077df78285ea9eea659bbd38649ccb5fb7a844e71f64b9499930c94542-d
2025-08-20T21:27:16.2963593Z [00:03:30.336]➜  packagefile github.com/prometheus/common/model=/root/.cache/go-build/3d/3df5092d84e411bb81c9330ab7b640f1ffbe2b2cdc61e0310ab9c5afed676b8d-d
2025-08-20T21:27:16.2965574Z [00:03:30.336]➜  packagefile github.com/prometheus/procfs=/root/.cache/go-build/14/144d9024546d6a777921f9d84b22c57d149a615f00f717377f06c3f4fd11e78d-d
2025-08-20T21:27:16.2967605Z [00:03:30.336]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/root/.cache/go-build/67/672a8b54a03a230ed170a8ad82c567f7e26264122cb50992d7c52efb31e2d31b-d
2025-08-20T21:27:16.2969727Z [00:03:30.336]➜  packagefile runtime/metrics=/root/.cache/go-build/37/3721bf1fe2ac2c99722f9a8a59bb0aacc38498d654264343f293d82257e4a428-d
2025-08-20T21:27:16.2971924Z [00:03:30.336]➜  packagefile github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil=/root/.cache/go-build/3b/3b3cd0bcb054f64e41d2580bbf07099807ae04f100394113475deff8507a2338-d
2025-08-20T21:27:16.2974352Z [00:03:30.336]➜  packagefile github.com/prometheus/client_golang/prometheus/promhttp/internal=/root/.cache/go-build/c5/c522526f3078792ae23e44161360277bb16f5215a93a16621facd0d8ea36488f-d
2025-08-20T21:27:16.2976444Z [00:03:30.336]➜  packagefile go.opencensus.io/internal/tagencoding=/root/.cache/go-build/6d/6da4f8df6285942efd155dc3c32ca4b66ed66d4a11d79294f6b78cd7ec33ed1f-d
2025-08-20T21:27:16.2978164Z [00:03:30.336]➜  packagefile go.opencensus.io/metric/metricproducer=/root/.cache/go-build/54/54dde8ce2dd9229a30261f3c414d7605296121fd5204dfbcbe35c065a042b040-d
2025-08-20T21:27:16.2979907Z [00:03:30.336]➜  packagefile go.opencensus.io/resource=/root/.cache/go-build/b0/b0eca40cdbb555c8349f092b5b3cb214e28deb860ecc7a68855fe3ceec044716-d
2025-08-20T21:27:16.2981059Z [00:03:30.336]➜  packagefile go.opencensus.io/stats=/root/.cache/go-build/63/63e1704e32d381478e937aecb716fbd66dbaec5eebca52f130d3b298d6ebe26c-d
2025-08-20T21:27:16.2982076Z [00:03:30.336]➜  packagefile go.opencensus.io/stats/internal=/root/.cache/go-build/ab/ab7bff0c262f4eb9f28d60c297f33d299c6c65bcd1851ed49a479253255f8909-d
2025-08-20T21:27:16.2983076Z [00:03:30.336]➜  packagefile go.opencensus.io/tag=/root/.cache/go-build/27/27374c1612fdb8e79e1ef53a883006253dec3b6ae7702c5397f5370e855c75f4-d
2025-08-20T21:27:16.2984031Z [00:03:30.336]➜  packagefile go.opencensus.io/internal=/root/.cache/go-build/77/77cf4b9295c57a54b6840ea3b9e3e17879ef4ba2d380c9f297cfce714dcb63a3-d
2025-08-20T21:27:16.2985035Z [00:03:30.336]➜  packagefile go.opencensus.io/plugin/ocgrpc=/root/.cache/go-build/31/31660a93258fe60bcab4bdf4d31702cf7610bb480b24991d3a8739507a199c3e-d
2025-08-20T21:27:16.2986024Z [00:03:30.336]➜  packagefile go.opencensus.io/trace=/root/.cache/go-build/9c/9c7c3aeabf124e973a9990e3bb09f5065a6e2f2b323957571de47ddefbe3c9e6-d
2025-08-20T21:27:16.2987033Z [00:03:30.336]➜  packagefile go.opencensus.io/zpages/internal=/root/.cache/go-build/7a/7a10961e30f67ee1213053c4d21ef9f7edd2644d913d8b06139038ecd9527ce2-d
2025-08-20T21:27:16.2988078Z [00:03:30.336]➜  packagefile html/template=/root/.cache/go-build/f3/f39fb7538d934efd2ad85bf32bd5441be51c8261b7de4a43c3bab1af5d31b6c8-d
2025-08-20T21:27:16.2989255Z [00:03:30.336]➜  packagefile io/ioutil=/root/.cache/go-build/67/6749c0b4b78d93b05703b24710c1b0415fc3b81371a12ff8ec6839535d279df0-d
2025-08-20T21:27:16.2990203Z [00:03:30.336]➜  packagefile github.com/felixge/httpsnoop=/root/.cache/go-build/a9/a9377e5d5561291588fdd3928acd6b576d5ca51677f6ca7cdc560ee9d912ff6e-d
2025-08-20T21:27:16.2991468Z [00:03:30.336]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/request=/root/.cache/go-build/92/9218eb100a9b9504824e5ab6e0c7c57c9ed868b94559dc858e53e182c1be71eb-d
2025-08-20T21:27:16.2992914Z [00:03:30.336]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconv=/root/.cache/go-build/e8/e8e5d9af0f256c029f58a5f452c1e19848afd430912e3d3cc7840ef5cff69da5-d
2025-08-20T21:27:16.2994154Z [00:03:30.336]➜  packagefile go.opentelemetry.io/otel/metric=/root/.cache/go-build/8e/8ebea168f31bcaf2c8e9d7167686ee649aa937b73a05dfc277f220d7cef956df-d
2025-08-20T21:27:16.2997340Z [00:03:30.336]➜  packagefile go.opentelemetry.io/otel/propagation=/root/.cache/go-build/7c/7ce2c82c89179a392812f3cb68c6d5b61bccf2228f0dc6a44459a628c90e2a60-d
2025-08-20T21:27:16.2998780Z [00:03:30.336]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/root/.cache/go-build/77/778cb86cc7ce4d286b8112b3dc66b4c107d110c761609350420a5a42ce64a6f1-d
2025-08-20T21:27:16.2999845Z [00:03:30.336]➜  packagefile internal/nettrace=/root/.cache/go-build/ec/ec8e50975f2e34950b4d8c10d1f3fb5d9560600c8943b2666d4dd24caba5d209-d
2025-08-20T21:27:16.3000816Z [00:03:30.336]➜  packagefile internal/singleflight=/root/.cache/go-build/7f/7f4bef26bc96f233f4368d5b5b00f042e9f77dc53afc3826de67fcaad1a98096-d
2025-08-20T21:27:16.3001792Z [00:03:30.336]➜  packagefile container/heap=/root/.cache/go-build/e7/e73d2d6b7302bafc886571ac4b1ebffd5db451286e5dd4c82c93e5111ce11e3a-d
2025-08-20T21:27:16.3002698Z [00:03:30.336]➜  packagefile go4.org/lock=/root/.cache/go-build/0d/0dafabab01b4499e82f5403bceaa1cf92e528987e622919b7e9c8bc4b585aed5-d
2025-08-20T21:27:16.3003744Z [00:03:30.336]➜  packagefile github.com/facebookgo/atomicfile=/root/.cache/go-build/f6/f6b8a0e54cd7307d81f02e333e15f016b88527f4ef876cb4f260e04c97e9e8d8-d
2025-08-20T21:27:16.3004772Z [00:03:30.336]➜  packagefile github.com/blang/semver/v4=/root/.cache/go-build/31/31bb2c34b120cacb4614dc34688091aa0a37b43558fc86dae9d730fbbe7759b5-d
2025-08-20T21:27:16.3005972Z [00:03:30.336]➜  packagefile github.com/ipfs/kubo/repo/fsrepo/migrations/fs-repo-16-to-17/migration=/root/.cache/go-build/bc/bc53b16f8a1ac420e2cced867bd468058a73244ebc91dc874e7ac2b610d5346c-d
2025-08-20T21:27:16.3007184Z [00:03:30.336]➜  packagefile github.com/libp2p/go-libp2p/x/rate=/root/.cache/go-build/2f/2fcdbe8b12bf6dfee781288622dea06ef018bdb6e11a76bd8e9fa2859b30cb43-d
2025-08-20T21:27:16.3008298Z [00:03:30.336]➜  packagefile internal/bisect=/root/.cache/go-build/d1/d19189672caca4bf568c7ed4d6ba74fe0f96e0f4e465ca959d688b6517fee280-d
2025-08-20T21:27:16.3009509Z [00:03:30.336]➜  packagefile regexp/syntax=/root/.cache/go-build/5d/5dc0ab6af6d11857a8878bee66a464632298e872e277f3193cedca8902217a7c-d
2025-08-20T21:27:16.3010443Z [00:03:30.336]➜  packagefile compress/flate=/root/.cache/go-build/cb/cb62df39b94cbf5f4fd66e857d11f994f7f846fc128dea5432b97012aef87e68-d
2025-08-20T21:27:16.3011338Z [00:03:30.336]➜  packagefile hash/crc32=/root/.cache/go-build/e3/e36bce83c26b8b2ee1e4252372500667e678fc49dc293d7ad42ca57243f7f1c5-d
2025-08-20T21:27:16.3012212Z [00:03:30.336]➜  packagefile crypto/aes=/root/.cache/go-build/45/4560f6707a99ea99c7c921edfecb487d903706ea47866805fb63c9e71afbe69a-d
2025-08-20T21:27:16.3013094Z [00:03:30.336]➜  packagefile crypto/cipher=/root/.cache/go-build/bc/bce84b5643684eb4e918943ce32ab07e865e819d2e645d0acd34fce738d6a4f7-d
2025-08-20T21:27:16.3013977Z [00:03:30.336]➜  packagefile crypto/des=/root/.cache/go-build/c4/c431769c6541c6d6ae9d3eb5ae089332700228499a65007d261155420ece1702-d
2025-08-20T21:27:16.3014855Z [00:03:30.336]➜  packagefile crypto/ecdh=/root/.cache/go-build/fb/fbfc80f107c3fda320eec7630e582bd48c2d008a3f86ab22e80f826ed8e69e79-d
2025-08-20T21:27:16.3015858Z [00:03:30.336]➜  packagefile crypto/hkdf=/root/.cache/go-build/c6/c6bec0dc94a2af0401f7bd13ba310d33f2423bafe6a30653c430f9b1383f6ace-d
2025-08-20T21:27:16.3016748Z [00:03:30.336]➜  packagefile crypto/hmac=/root/.cache/go-build/a7/a77bc605ff3289e781c9d9d2da445c82a40e31e9d7124465e2f2cc1734a128a3-d
2025-08-20T21:27:16.3017705Z [00:03:30.336]➜  packagefile crypto/internal/fips140/aes=/root/.cache/go-build/bc/bcd13a7f0dc5edd815fcd26319f95d30cd9827ff1e7d348151785b284326216e-d
2025-08-20T21:27:16.3019030Z [00:03:30.337]➜  packagefile crypto/internal/fips140/aes/gcm=/root/.cache/go-build/d1/d1981a63e6abbe17adce83ff1228a60e99776d57fe07c55c2c78176b607fcf46-d
2025-08-20T21:27:16.3020880Z [00:03:30.337]➜  packagefile crypto/internal/fips140/mlkem=/root/.cache/go-build/29/2905bf4ab17fd6e8c924db184596c8ad0679ed8ef6869776386409dcad23d878-d
2025-08-20T21:27:16.3022662Z [00:03:30.337]➜  packagefile crypto/internal/fips140/tls12=/root/.cache/go-build/62/62845e4b9204da3e721510a4a5bb8a4a1bd512a88f3c1fa68aecb582224efa60-d
2025-08-20T21:27:16.3024756Z [00:03:30.337]➜  packagefile crypto/internal/fips140/tls13=/root/.cache/go-build/6e/6ebaf1968bb9c8310df131de2b87f7a5075a15eac2168d157b5636e7f02c4260-d
2025-08-20T21:27:16.3026547Z [00:03:30.337]➜  packagefile crypto/internal/hpke=/root/.cache/go-build/da/da46e4b4b98bf95f7bb8deb3953637229f49dc7bf378cfca3de765312f8a3b7a-d
2025-08-20T21:27:16.3028169Z [00:03:30.337]➜  packagefile crypto/md5=/root/.cache/go-build/ff/ffd47a7f655d2264f725b558b5a357c36e8f498bf298877889e4508c649663ea-d
2025-08-20T21:27:16.3029897Z [00:03:30.337]➜  packagefile crypto/rc4=/root/.cache/go-build/ba/ba69c36b33eec064608b3f2edf09a5313f37f2ca175db3a3bd90d25bbec62734-d
2025-08-20T21:27:16.3031466Z [00:03:30.337]➜  packagefile crypto/sha1=/root/.cache/go-build/48/48137442ca30c65917bc9a10aa7fba2118a6aac825a5066dbce46eec0794ee52-d
2025-08-20T21:27:16.3033019Z [00:03:30.337]➜  packagefile crypto/sha512=/root/.cache/go-build/25/25ddd1309b3531a12cd8730f71229fc47f1628df52d676365bc0d01b9a949c77-d
2025-08-20T21:27:16.3034777Z [00:03:30.337]➜  packagefile crypto/tls/internal/fips140tls=/root/.cache/go-build/28/28442a2351e9293edd6216370dae4fb6011a2f346fd257b3e00f1b69cc959083-d
2025-08-20T21:27:16.3036767Z [00:03:30.337]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/root/.cache/go-build/5a/5a642123223ec0a3053dd76096a2a24fb98fa8a1054f42e5b9205d1bb5cde71c-d
2025-08-20T21:27:16.3039026Z [00:03:30.337]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/root/.cache/go-build/47/47d8ff6391fa039bd87e9d5414a0d1dc310eea23d5afc39c3014e73751dce64a-d
2025-08-20T21:27:16.3040860Z [00:03:30.337]➜  packagefile hash=/root/.cache/go-build/ea/ea3cec29e9ac09c6ce47789ddb1c892ff5a0d98aba0aa426006a0f60450baa95-d
2025-08-20T21:27:16.3042579Z [00:03:30.337]➜  packagefile weak=/root/.cache/go-build/b3/b35fe2f4af2add37163a99c517d12be21fb3614e3bcd4b3ee29206e95d4c9b7f-d
2025-08-20T21:27:16.3044441Z [00:03:30.337]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/root/.cache/go-build/b9/b928c7151297398403660b1b9809ffe85f877e33acd41d2f9999547d7cdbd1e5-d
2025-08-20T21:27:16.3046377Z [00:03:30.337]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/root/.cache/go-build/33/33c4eb71fa76cbecb0682a6ea382f0f2685742cae6e1dabfd36cb1b768c1624c-d
2025-08-20T21:27:16.3047781Z [00:03:30.337]➜  packagefile vendor/golang.org/x/text/unicode/norm=/root/.cache/go-build/93/93c79bca53aeb43e2e6544e4e4f2cc3f0b78596410952a2fed343d8c28209bad-d
2025-08-20T21:27:16.3049422Z [00:03:30.337]➜  packagefile go.uber.org/zap/internal=/root/.cache/go-build/22/2207992024cd6821a0e84985550cb58e11f683e62cc0a17e312d4b3b83438442-d
2025-08-20T21:27:16.3051056Z [00:03:30.337]➜  packagefile go.uber.org/zap/internal/bufferpool=/root/.cache/go-build/e2/e26aab7dbf3ae7c7e29b92ad35089248e3eefd1c46e06a6558b533ff5c1e9892-d
2025-08-20T21:27:16.3052303Z [00:03:30.337]➜  packagefile go.uber.org/zap/internal/pool=/root/.cache/go-build/bc/bcf28801ff996a6fd9516eec951be08f8076cb545bc75703716ad3225c51071c-d
2025-08-20T21:27:16.3053345Z [00:03:30.337]➜  packagefile go.uber.org/zap/internal/stacktrace=/root/.cache/go-build/63/633d610f6e0b6a5885f581ad95746f7d4b69e4f85b49291a38f4682fc234508e-d
2025-08-20T21:27:16.3054494Z [00:03:30.337]➜  packagefile go.uber.org/zap/buffer=/root/.cache/go-build/02/02abe889fafa49822bce35ad71ca5bc4da816802707f0fdf36375cc15e71d062-d
2025-08-20T21:27:16.3055497Z [00:03:30.337]➜  packagefile go.uber.org/zap/internal/color=/root/.cache/go-build/75/758e70066e8177a2a64eac2221d2213accc4976634e598686b44637d14f7cc5b-d
2025-08-20T21:27:16.3056510Z [00:03:30.337]➜  packagefile go.uber.org/zap/internal/exit=/root/.cache/go-build/fc/fc54fe7ba164e67a91285decd3cea180e5629a4d5422335623286f1873a18ab6-d
2025-08-20T21:27:16.3057541Z [00:03:30.337]➜  packagefile github.com/cockroachdb/errors=/root/.cache/go-build/9f/9fcdc704592940788939460beb29c164ff96cc2c37c285cb4ee43ad4cea5f4f3-d
2025-08-20T21:27:16.3058782Z [00:03:30.337]➜  packagefile github.com/cockroachdb/errors/oserror=/root/.cache/go-build/4d/4d77c6a8a32aae0b131f4aa2a0011391986901d4757e26e3581067919b537b44-d
2025-08-20T21:27:16.3060228Z [00:03:30.337]➜  packagefile github.com/cockroachdb/fifo=/root/.cache/go-build/ee/eeeedbc1b14ffdb3246710540cf74f86f6a9820138bed0f29d75a5997d7b7380-d
2025-08-20T21:27:16.3061340Z [00:03:30.337]➜  packagefile github.com/cockroachdb/pebble/v2/batchrepr=/root/.cache/go-build/8c/8cbe5d77b27af923fe842d4b976af510f7c5e4e57db85edd1b4ec0cbb29ca20a-d
2025-08-20T21:27:16.3062535Z [00:03:30.337]➜  packagefile github.com/cockroachdb/pebble/v2/internal/arenaskl=/root/.cache/go-build/12/12d02fdda13f20066aba5de43c6de0d5e3e49a067aab082875247a226c5349d4-d
2025-08-20T21:27:16.3063735Z [00:03:30.337]➜  packagefile github.com/cockroachdb/pebble/v2/internal/base=/root/.cache/go-build/45/45557fa700fad88728dfa9f95f97ba273d6a3816f5cca1da74f036e3e63a6f20-d
2025-08-20T21:27:16.3064941Z [00:03:30.337]➜  packagefile github.com/cockroachdb/pebble/v2/internal/batchskl=/root/.cache/go-build/f6/f61c1eb016fc982c3a543fbdf737d3212c2de8861ce27c40fd8e6519648f8676-d
2025-08-20T21:27:16.3066159Z [00:03:30.337]➜  packagefile github.com/cockroachdb/pebble/v2/internal/bytealloc=/root/.cache/go-build/81/8171cde5d3efd87a2659fbf6139a15b53e214d7558087ff64fb1a7d09440a95c-d
2025-08-20T21:27:16.3067379Z [00:03:30.337]➜  packagefile github.com/cockroachdb/pebble/v2/internal/cache=/root/.cache/go-build/d8/d82ae77eab2e29ebf42b8ccbb3479b26c857d85f7caba9f49785ec5b1eef15cb-d
2025-08-20T21:27:16.3068705Z [00:03:30.337]➜  packagefile github.com/cockroachdb/pebble/v2/internal/compact=/root/.cache/go-build/4e/4e84e6bb5307372d59a36f64ca523ee3d9c56ad7c395b7925f09847aa63e1baa-d
2025-08-20T21:27:16.3069921Z [00:03:30.337]➜  packagefile github.com/cockroachdb/pebble/v2/internal/constants=/root/.cache/go-build/54/547a4308f167ec7e4c08ad65ad54810954d6662183f7f7cb374d9d0e61e74192-d
2025-08-20T21:27:16.3071208Z [00:03:30.337]➜  packagefile github.com/cockroachdb/pebble/v2/internal/humanize=/root/.cache/go-build/3d/3de0824d9cb13f55b622f7a6f807b63f99e0e8536d8e1175e4cf430dc7d820be-d
2025-08-20T21:27:16.3072442Z [00:03:30.337]➜  packagefile github.com/cockroachdb/pebble/v2/internal/invalidating=/root/.cache/go-build/3e/3e1274dd07ce457670065a877246480027ee56d51786a001a1eed58690a78f10-d
2025-08-20T21:27:16.3073707Z [00:03:30.337]➜  packagefile github.com/cockroachdb/pebble/v2/internal/invariants=/root/.cache/go-build/28/28af0b7d36bf6339ab81bb3f5cee80e266d7f3b15e715d0c54b5da2ab2156ada-d
2025-08-20T21:27:16.3074929Z [00:03:30.337]➜  packagefile github.com/cockroachdb/pebble/v2/internal/keyspan=/root/.cache/go-build/ec/ec9ba97c421ea5329008bc5ccd2f1f189aa2d72f3e0a71fca8a3a3c39800b438-d
2025-08-20T21:27:16.3076194Z [00:03:30.337]➜  packagefile github.com/cockroachdb/pebble/v2/internal/keyspan/keyspanimpl=/root/.cache/go-build/12/1203ca74b70f6a92d38490886d9ae25249c1e3cdf5d76365d6ce44a07b131c42-d
2025-08-20T21:27:16.3077471Z [00:03:30.337]➜  packagefile github.com/cockroachdb/pebble/v2/internal/lsmview=/root/.cache/go-build/92/9200367050f67c7f0790db497da578625f4c1b073f0de5f6f2dfd6a47143bd3b-d
2025-08-20T21:27:16.3078889Z [00:03:30.337]➜  packagefile github.com/cockroachdb/pebble/v2/internal/manifest=/root/.cache/go-build/c5/c508d6c7e6bd828f5f409ecd0b1e5952b18c22a9d26f61edd27e2cff217a09f3-d
2025-08-20T21:27:16.3080243Z [00:03:30.337]➜  packagefile github.com/cockroachdb/pebble/v2/internal/manual=/root/.cache/go-build/2a/2a0bd1a632fe41cbe2b7c8746f1e1954d4f173cbae153104ef5d42fc65f13acc-d
2025-08-20T21:27:16.3081442Z [00:03:30.338]➜  packagefile github.com/cockroachdb/pebble/v2/internal/overlap=/root/.cache/go-build/d2/d201bdb9b2eb23b1b8705efd1930ff50952156240a88362fe065324f4f86eaaa-d
2025-08-20T21:27:16.3082640Z [00:03:30.338]➜  packagefile github.com/cockroachdb/pebble/v2/internal/private=/root/.cache/go-build/a3/a3045f2694edbae7def23bf4b6d8424335306f26f38589f18f6d2131811b0015-d
2025-08-20T21:27:16.3083855Z [00:03:30.338]➜  packagefile github.com/cockroachdb/pebble/v2/internal/rangedel=/root/.cache/go-build/0d/0d9ae8d0b3aa9abf754f265e0befba0db5c2e20288d3a134900a2ee256a9886d-d
2025-08-20T21:27:16.3085068Z [00:03:30.338]➜  packagefile github.com/cockroachdb/pebble/v2/internal/rangekey=/root/.cache/go-build/07/07b84b04e81ae8cdefb1c47e34536de84059dc2147e9854736e7387f4d412157-d
2025-08-20T21:27:16.3086437Z [00:03:30.338]➜  packagefile github.com/cockroachdb/pebble/v2/internal/rangekeystack=/root/.cache/go-build/73/73486a682524e32e06ea2c00729eeeee8fa3fc32b171699a29057576355081fe-d
2025-08-20T21:27:16.3087677Z [00:03:30.338]➜  packagefile github.com/cockroachdb/pebble/v2/internal/rawalloc=/root/.cache/go-build/50/50e0aff83a1cc15421c57d4c5077833699fedc799fa3853bfbed354caaf2e1d3-d
2025-08-20T21:27:16.3089033Z [00:03:30.338]➜  packagefile github.com/cockroachdb/pebble/v2/internal/sstableinternal=/root/.cache/go-build/81/81b07c0b0e0f13cddb3a01a03068c1458f0534d3ed732816d6e891967e3cc634-d
2025-08-20T21:27:16.3090268Z [00:03:30.338]➜  packagefile github.com/cockroachdb/pebble/v2/internal/testkeys=/root/.cache/go-build/5e/5ebf041db006d2983292416d89813594f155575827c354791a47118e061ad2a0-d
2025-08-20T21:27:16.3091484Z [00:03:30.338]➜  packagefile github.com/cockroachdb/pebble/v2/internal/treeprinter=/root/.cache/go-build/a2/a25d286a4028847ec922bf70fb5fcab3d5805f4d4fbb81b3e208d38d0ac8f544-d
2025-08-20T21:27:16.3092685Z [00:03:30.338]➜  packagefile github.com/cockroachdb/pebble/v2/objstorage=/root/.cache/go-build/ec/ec4d789a11c502881e6a0703d783963b6934f4bc691b04c51055b988a00c39b3-d
2025-08-20T21:27:16.3093916Z [00:03:30.338]➜  packagefile github.com/cockroachdb/pebble/v2/objstorage/objstorageprovider=/root/.cache/go-build/e4/e4c73a86a96485964e587001c89e0ae435e634f1f81ad4280703b8f4b1175a2a-d
2025-08-20T21:27:16.3095304Z [00:03:30.338]➜  packagefile github.com/cockroachdb/pebble/v2/objstorage/objstorageprovider/objiotracing=/root/.cache/go-build/d1/d1244b10f6eb86abbac5f1fe26198e33b1cc162e1a2aa9c3f6ec4c4ff4768dbd-d
2025-08-20T21:27:16.3096829Z [00:03:30.338]➜  packagefile github.com/cockroachdb/pebble/v2/objstorage/objstorageprovider/sharedcache=/root/.cache/go-build/f6/f6e7a14b4227c6d2b9cfee36b9f53b6c94206cc94c9922ff511fd253ce1f4f9b-d
2025-08-20T21:27:16.3098165Z [00:03:30.338]➜  packagefile github.com/cockroachdb/pebble/v2/objstorage/remote=/root/.cache/go-build/7d/7dca80f8c31fcec06bebcee4f590aec0dccd88385ccb8c13fac88a38ea5503a6-d
2025-08-20T21:27:16.3099487Z [00:03:30.338]➜  packagefile github.com/cockroachdb/pebble/v2/rangekey=/root/.cache/go-build/69/69df72d18372494b4e320b04e16fbfa4d8eeffb398e335083ec1e699d67de3c5-d
2025-08-20T21:27:16.3100607Z [00:03:30.338]➜  packagefile github.com/cockroachdb/pebble/v2/record=/root/.cache/go-build/10/1090492a55453870a2fbe7a460de1e5dbd661f8db11b033b80e03198f59f5477-d
2025-08-20T21:27:16.3101711Z [00:03:30.338]➜  packagefile github.com/cockroachdb/pebble/v2/sstable=/root/.cache/go-build/bc/bc29670664ff50543831f01a8159e54f8b665324a6cd2d2b93f9127f8df45881-d
2025-08-20T21:27:16.3102860Z [00:03:30.338]➜  packagefile github.com/cockroachdb/pebble/v2/sstable/block=/root/.cache/go-build/e0/e0f7066f931b474937321e2df6772deda4fcc24ece56a14044d225ba2aae4c7d-d
2025-08-20T21:27:16.3104045Z [00:03:30.338]➜  packagefile github.com/cockroachdb/pebble/v2/sstable/colblk=/root/.cache/go-build/5f/5fcd6a37b1ffdde1207b668a05f2c64421971bdf97a177bf0c17543e79c0a307-d
2025-08-20T21:27:16.3105264Z [00:03:30.338]➜  packagefile github.com/cockroachdb/pebble/v2/vfs=/root/.cache/go-build/54/54301f7c2fa1fd6c97f41a8d358474edbdc8dfb212e03d379cb82e87512f9a3c-d
2025-08-20T21:27:16.3106382Z [00:03:30.338]➜  packagefile github.com/cockroachdb/pebble/v2/vfs/atomicfs=/root/.cache/go-build/8b/8b320978d8719b2a54861634941c485c05e004f284bb7f11d5aad0e1f01679dc-d
2025-08-20T21:27:16.3107488Z [00:03:30.338]➜  packagefile github.com/cockroachdb/pebble/v2/wal=/root/.cache/go-build/21/218939212d463a194a53fcbf6acb85554ff71b040ee7a3f2bfdf3a092f65a641-d
2025-08-20T21:27:16.3108669Z [00:03:30.338]➜  packagefile github.com/cockroachdb/redact=/root/.cache/go-build/42/42979cf928060a56524045af51a7a1e2a2973710d8c764fd8fede839d6800663-d
2025-08-20T21:27:16.3109737Z [00:03:30.338]➜  packagefile github.com/cockroachdb/tokenbucket=/root/.cache/go-build/10/10957851841056709ecd926e0b3dfab33b97c6c50affc12e153fb712cb62583e-d
2025-08-20T21:27:16.3110802Z [00:03:30.338]➜  packagefile math/rand/v2=/root/.cache/go-build/17/17b56db114ed17959e0e2327e0c36b22c2e62de1ec66bce371463eb8c2bddbbb-d
2025-08-20T21:27:16.3111764Z [00:03:30.338]➜  packagefile runtime/pprof=/root/.cache/go-build/79/79cb0937774ea2b49f7f8ee1c51985acb2fa6b57d0d18be2c9b81eb721f22f77-d
2025-08-20T21:27:16.3112653Z [00:03:30.338]➜  packagefile hash/fnv=/root/.cache/go-build/3c/3c2d5c8a458697f9131049f8b7f876c158f15c8274abdd0f3863e3e7fdc82b1e-d
2025-08-20T21:27:16.3113616Z [00:03:30.338]➜  packagefile github.com/libp2p/go-libp2p/config=/root/.cache/go-build/28/28e010c5a94576950fd7ec0895e49e41fa7613069b4897f7bf238df88b4991ac-d
2025-08-20T21:27:16.3114698Z [00:03:30.338]➜  packagefile github.com/libp2p/go-libp2p/p2p/http/auth=/root/.cache/go-build/90/901c1769d4c576bc781c1aa58a884f1051dfa8b7fa2c718a278a732db531657c-d
2025-08-20T21:27:16.3115740Z [00:03:30.338]➜  packagefile github.com/mholt/acmez/v3=/root/.cache/go-build/13/135502d8f904cfe0d4befe5ee9909ff787a52302f75e37d514ebc2f57c9c8d65-d
2025-08-20T21:27:16.3116760Z [00:03:30.338]➜  packagefile github.com/mholt/acmez/v3/acme=/root/.cache/go-build/a9/a9cd9d4039113b13447dce155839310128545794f758e9dfa215aab623fe1757-d
2025-08-20T21:27:16.3117788Z [00:03:30.338]➜  packagefile github.com/multiformats/go-base32=/root/.cache/go-build/bb/bb531f189efd58a52b7a8ab0362d334e81f0cf99d864b438d9713e59853bbc54-d
2025-08-20T21:27:16.3119047Z [00:03:30.338]➜  packagefile github.com/multiformats/go-base36=/root/.cache/go-build/f1/f16acaf8d8a11722b941ba555efa9e719a24c399195cdef195583b78f6973b04-d
2025-08-20T21:27:16.3120181Z [00:03:30.338]➜  packagefile github.com/multiformats/go-multihash/register/all=/root/.cache/go-build/50/5053a209c90c51aa889d85a4bda7f6bf2a96f0c1a08d46b683638c3f0402ea74-d
2025-08-20T21:27:16.3121494Z [00:03:30.338]➜  packagefile github.com/multiformats/go-multihash/register/miniosha256=/root/.cache/go-build/6c/6c3496083d5e397c203733c429807770c61e91a905fb85013b6b281db85bddcb-d
2025-08-20T21:27:16.3122667Z [00:03:30.338]➜  packagefile github.com/ipfs/go-ds-badger=/root/.cache/go-build/93/93f3026103ecb2c013b91a9b0789cdd50baeb42ba67a687d279308a2950bcbb4-d
2025-08-20T21:27:16.3123760Z [00:03:30.338]➜  packagefile github.com/ceramicnetwork/go-dag-jose/dagjose=/root/.cache/go-build/c3/c36beb26a3635dd7bde2723b8c16e0ad0bf600e25ab5a3aadc4355d33ac6a989-d
2025-08-20T21:27:16.3124851Z [00:03:30.338]➜  packagefile github.com/ipfs/go-ds-flatfs=/root/.cache/go-build/cd/cde976405c1d3876fe13e4c02c7fdc98b41ec5fc1dc45aa399943c05f387e5f2-d
2025-08-20T21:27:16.3125809Z [00:03:30.338]➜  packagefile compress/zlib=/root/.cache/go-build/a3/a328f5e0bc9552a126a174bb76d019adfeb90ff9ff7f7dc10e8db565e08aca37-d
2025-08-20T21:27:16.3126758Z [00:03:30.338]➜  packagefile github.com/ipfs/go-ipld-git=/root/.cache/go-build/03/03d8eec37dd985f1279c59485cc35d2bf966c99258d8770aa8398e2c9137bb48-d
2025-08-20T21:27:16.3127757Z [00:03:30.338]➜  packagefile github.com/ipfs/go-ds-leveldb=/root/.cache/go-build/ef/efee53bd7bc4ad65348c6781b00ff335f9921fbbe6042f27fa23e99328bc9d9b-d
2025-08-20T21:27:16.3129281Z [00:03:30.338]➜  packagefile github.com/syndtr/goleveldb/leveldb/opt=/root/.cache/go-build/89/8905c49464563bb596172d12ee780b463e85c63479f6c5f985ebaceec8cab242-d
2025-08-20T21:27:16.3130356Z [00:03:30.338]➜  packagefile github.com/ipfs-shipyard/nopfs=/root/.cache/go-build/e5/e5ecd2e0fdcef05101c4589c22bc128701140714a9d5e57201a93402a3af76b8-d
2025-08-20T21:27:16.3131400Z [00:03:30.338]➜  packagefile github.com/ipfs-shipyard/nopfs/ipfs=/root/.cache/go-build/cd/cd7ad15dad041065cdd563b48786406bb7af1824413452527bad1b4987b17e8e-d
2025-08-20T21:27:16.3132420Z [00:03:30.338]➜  packagefile github.com/ipfs/go-ds-pebble=/root/.cache/go-build/ad/ad5676265078e940903fcb654f387b1f965097e49d548b100dd786fefea4a4d7-d
2025-08-20T21:27:16.3133451Z [00:03:30.338]➜  packagefile github.com/ipld/go-ipld-prime/codec=/root/.cache/go-build/06/06d0ac8ffa8e5eba3307235d1afdf6c9ba9ec9b4a834594bc6da19c696742c66-d
2025-08-20T21:27:16.3134545Z [00:03:30.338]➜  packagefile github.com/opentracing/opentracing-go/log=/root/.cache/go-build/f8/f876ab619e6f5d7ef707ddd33aa811478b14b25d3d5b913b31f925d886cbe33c-d
2025-08-20T21:27:16.3135952Z [00:03:30.338]➜  packagefile github.com/ipfs/boxo/bitswap/client/internal/blockpresencemanager=/root/.cache/go-build/fe/fe2b18c51816b8439dded6c3527db231955431d94d48bc6b486d8388498fd261-d
2025-08-20T21:27:16.3137250Z [00:03:30.338]➜  packagefile github.com/ipfs/boxo/bitswap/client/internal/getter=/root/.cache/go-build/cf/cf3d16904bb9188b9406e92f67665638f731c5d6c7655999425e1ff102bdbe2e-d
2025-08-20T21:27:16.3138630Z [00:03:30.338]➜  packagefile github.com/ipfs/boxo/bitswap/client/internal/messagequeue=/root/.cache/go-build/ef/ef305694face80eb817e02bdb24e11d6897893184a30aa5872f1d4847ec4aa7e-d
2025-08-20T21:27:16.3139951Z [00:03:30.338]➜  packagefile github.com/ipfs/boxo/bitswap/client/internal/notifications=/root/.cache/go-build/c6/c624e38166c7eec733c759fca8a454d61f32a462facac9ae5759e3be8c0be944-d
2025-08-20T21:27:16.3141242Z [00:03:30.338]➜  packagefile github.com/ipfs/boxo/bitswap/client/internal/peermanager=/root/.cache/go-build/4e/4eea05aa141ae228a6a8e3e533944613f8af66b2092e5c5cca3a1797b96e5672-d
2025-08-20T21:27:16.3142510Z [00:03:30.338]➜  packagefile github.com/ipfs/boxo/bitswap/client/internal/session=/root/.cache/go-build/51/511d5d4937a182b68b69aca4fc07ec0b18533ab0f790fff9f833a2856c971d96-d
2025-08-20T21:27:16.3143818Z [00:03:30.338]➜  packagefile github.com/ipfs/boxo/bitswap/client/internal/sessioninterestmanager=/root/.cache/go-build/ff/ff88f512a489a83965a6f9eeb2e30281e23efc0f4ca9d7c137a65e4f82731a06-d
2025-08-20T21:27:16.3145169Z [00:03:30.338]➜  packagefile github.com/ipfs/boxo/bitswap/client/internal/sessionmanager=/root/.cache/go-build/c7/c7fc2a6f105bb61dda3b036ca7dc5747d6e51fc417e6d3dea3d0ec37c90c82cf-d
2025-08-20T21:27:16.3146584Z [00:03:30.338]➜  packagefile github.com/ipfs/boxo/bitswap/client/internal/sessionpeermanager=/root/.cache/go-build/e0/e02e7d3df9efa5349d0abbf743f18abcf41b67d1cae62f8781b78ee8475ce327-d
2025-08-20T21:27:16.3147812Z [00:03:30.338]➜  packagefile github.com/ipfs/boxo/bitswap/internal=/root/.cache/go-build/d4/d4f1223677bf3d62d4b3098328dfff0d26fee34d7953d8cf8fd49744acb2a023-d
2025-08-20T21:27:16.3149078Z [00:03:30.338]➜  packagefile github.com/ipfs/boxo/bitswap/internal/defaults=/root/.cache/go-build/9f/9fab6869ee7de973643012d1b1c26869f6535f543e616d6d518048213132a11e-d
2025-08-20T21:27:16.3150194Z [00:03:30.338]➜  packagefile github.com/ipfs/boxo/bitswap/metrics=/root/.cache/go-build/a3/a3e124f976ec563463ee91761469e86210f96853d03305b874044d3db2abf0dd-d
2025-08-20T21:27:16.3151317Z [00:03:30.338]➜  packagefile github.com/ipfs/boxo/bitswap/client/wantlist=/root/.cache/go-build/d7/d77d3df8e00affc03b68aed6f5411e262d059696e87d3cbf7dfaa42b9f3f8772-d
2025-08-20T21:27:16.3152462Z [00:03:30.338]➜  packagefile github.com/ipfs/boxo/bitswap/message/pb=/root/.cache/go-build/97/97868a9b25a3e7adfc3ad6c35f67780cdbf5927d53af515604b62a70c5b4c513-d
2025-08-20T21:27:16.3153640Z [00:03:30.338]➜  packagefile github.com/ipfs/boxo/bitswap/server/internal/decision=/root/.cache/go-build/1e/1e98b1a039a8c12afa0822fa8102ad91fa7d052bc733c1e60c1a2e1ec25fe99e-d
2025-08-20T21:27:16.3154918Z [00:03:30.338]➜  packagefile github.com/hashicorp/golang-lru/v2/simplelru=/root/.cache/go-build/48/48760d268ec57af453f15f20ab0ad176b336ba39323776f08c38fdcd6d87a50f-d
2025-08-20T21:27:16.3156026Z [00:03:30.338]➜  packagefile github.com/ipfs/go-datastore/keytransform=/root/.cache/go-build/90/90c1715582166f45768fc0adb75fb222542027bb6de743080f93af0c2318afca-d
2025-08-20T21:27:16.3157062Z [00:03:30.338]➜  packagefile github.com/Jorropo/jsync=/root/.cache/go-build/e3/e33395f94eb87f8e21dcabb2dd3c98426082ef934d77f2a9e029027a2b895858-d
2025-08-20T21:27:16.3158071Z [00:03:30.338]➜  packagefile github.com/ipld/go-ipld-prime/adl=/root/.cache/go-build/5a/5a6d571374e08d2b52d3436923c5e7f7c95fb39d0f31ad4f4925336da6e71752-d
2025-08-20T21:27:16.3159422Z [00:03:30.338]➜  packagefile github.com/ipld/go-ipld-prime/node/bindnode=/root/.cache/go-build/13/131e712094026883a624a1e3a35bc4efdca8da22ce884a5891c731bd5d74fa31-d
2025-08-20T21:27:16.3160856Z [00:03:30.338]➜  packagefile github.com/ipld/go-ipld-prime/schema/dmt=/root/.cache/go-build/52/52d0c2dca0d52cf5f18fbf6f915cfee3fbe019872872b07602433c99ab1f8426-d
2025-08-20T21:27:16.3161993Z [00:03:30.338]➜  packagefile github.com/ipld/go-ipld-prime/schema/dsl=/root/.cache/go-build/cb/cbd33bae7e4f43af06d13c4328676ce57aa82e1bc8290f2ca7e0ebd89d7f5d81-d
2025-08-20T21:27:16.3163145Z [00:03:30.338]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/root/.cache/go-build/e5/e531aad920a4a70f7a849ea9553156c508b59e9a8150bd3d28718a45161da4d1-d
2025-08-20T21:27:16.3164300Z [00:03:30.338]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/root/.cache/go-build/ad/add86e80e583dd94d1f4348f708f2e476166a070c4429ae0583545b6dc183b4b-d
2025-08-20T21:27:16.3165447Z [00:03:30.338]➜  packagefile google.golang.org/protobuf/encoding/protowire=/root/.cache/go-build/14/143070bcb524097f56b57c54d5e66a2c47a77027de1a9f780b447c1a9b966de6-d
2025-08-20T21:27:16.3166660Z [00:03:30.338]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/root/.cache/go-build/fd/fd0d48d2b3aadda8ac9e395eda51627ee2e15cf34fcddb2c17aed1b67314f73d-d
2025-08-20T21:27:16.3167877Z [00:03:30.338]➜  packagefile google.golang.org/protobuf/internal/errors=/root/.cache/go-build/b0/b01f69d5b26395e0f7285e9b696bafb2f18ff85b9341e745b982a5ea09ab50f1-d
2025-08-20T21:27:16.3169135Z [00:03:30.338]➜  packagefile google.golang.org/protobuf/internal/flags=/root/.cache/go-build/e9/e93712da64ed7233dcc8c3d02f3b1f12bebd80e3f3fd8c6e69a454cca3ce48b3-d
2025-08-20T21:27:16.3170262Z [00:03:30.338]➜  packagefile google.golang.org/protobuf/internal/genid=/root/.cache/go-build/80/80901d249ded622e8673dc2348cc8c2162b4739198d6cbd615314cbf55ee2580-d
2025-08-20T21:27:16.3171449Z [00:03:30.338]➜  packagefile google.golang.org/protobuf/internal/order=/root/.cache/go-build/bb/bb59008588fe5cd7fe1ac45edcd5f4ede803673c616020172ce06dbc45d3a438-d
2025-08-20T21:27:16.3172585Z [00:03:30.338]➜  packagefile google.golang.org/protobuf/internal/pragma=/root/.cache/go-build/d6/d61dbac8db7c872c0b4ff3bf16c6f590193b652cc6403755d083b915a5b255a2-d
2025-08-20T21:27:16.3173713Z [00:03:30.338]➜  packagefile google.golang.org/protobuf/internal/strs=/root/.cache/go-build/3e/3e5e9ae45e44ea452106493018ef133402d6b79d302fd0b3b2dc9508364c6fae-d
2025-08-20T21:27:16.3174855Z [00:03:30.338]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/root/.cache/go-build/48/48a15a7802a076da7f2dc747112162b30cbaedad3d57fe77e00a916e3dd196c9-d
2025-08-20T21:27:16.3176030Z [00:03:30.338]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/root/.cache/go-build/a2/a29eb6f6024f65829d3ad8b24e847c4ea8f7b3c140752c83e3c7e881205ff9d0-d
2025-08-20T21:27:16.3177133Z [00:03:30.338]➜  packagefile github.com/whyrusleeping/chunker=/root/.cache/go-build/62/62e4129d7565127f8ea63b0791d44aaffa2a711835471997c8e3c3677ff6ed1f-d
2025-08-20T21:27:16.3178195Z [00:03:30.338]➜  packagefile github.com/google/gopacket/routing=/root/.cache/go-build/05/05c2eb8e4423a781a793fdf4b83ef87cfddd3bace05832ba6d1d76b627ba5741-d
2025-08-20T21:27:16.3179548Z [00:03:30.338]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/internal/config=/root/.cache/go-build/36/36f66d4ff52d7f969700fb73df2d0a0a2d12bef803d1e3c66b55e29e1f99c4f4-d
2025-08-20T21:27:16.3180747Z [00:03:30.338]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/internal/metrics=/root/.cache/go-build/bf/bf6d13de84902bc6093f93b0cc692d22a0ea44a6d24c51ebb2850f02cabc9b40-d
2025-08-20T21:27:16.3182166Z [00:03:30.338]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/internal/net=/root/.cache/go-build/05/0579d89160598772947632844e379c9ce16a62b1f0dd0846fb50cf801f95ab9e-d
2025-08-20T21:27:16.3183322Z [00:03:30.338]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/netsize=/root/.cache/go-build/60/607e5a57602e846a794481706b3ae057aef82adc32184f46e455f8b516ae7baf-d
2025-08-20T21:27:16.3184413Z [00:03:30.338]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/pb=/root/.cache/go-build/d8/d8288529e1558d3994228f09e0b56aac487855a848baad483253dd4df345750d-d
2025-08-20T21:27:16.3185511Z [00:03:30.338]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/qpeerset=/root/.cache/go-build/44/44355cd424308774a95e17e86b0f481e5a8e376ac114c4253b33a025337d1a5d-d
2025-08-20T21:27:16.3186956Z [00:03:30.338]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/records=/root/.cache/go-build/c1/c19c9354dbd0d4ab5ea132b95c03ffad827dbc0c9d4376b287f5f16269e137fe-d
2025-08-20T21:27:16.3188097Z [00:03:30.338]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/rtrefresh=/root/.cache/go-build/26/26b0d431ab865e7b7abcc61db3faea7f5a1312376d0e682b1f7694285bb8766a-d
2025-08-20T21:27:16.3189369Z [00:03:30.338]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/peerstore=/root/.cache/go-build/41/4136100164d2368f9b5255f07db7785340b4765a1f8d9245bec45822ffcea28f-d
2025-08-20T21:27:16.3190479Z [00:03:30.338]➜  packagefile github.com/whyrusleeping/go-keyspace=/root/.cache/go-build/64/649a524df719c78d8b987f8fdf0d72efd77998ab597bf78349e2619133691541-d
2025-08-20T21:27:16.3191526Z [00:03:30.338]➜  packagefile gonum.org/v1/gonum/mathext=/root/.cache/go-build/c8/c8a93cee8f5d096accade7c915b7fcbe7ca6bafc811c63646d3979ca69fb6157-d
2025-08-20T21:27:16.3192487Z [00:03:30.338]➜  packagefile testing=/root/.cache/go-build/8f/8f5b5dd7d32fdf4b925afe1dbbd9c379a24426d3e2199bab1a3728fc8b868e9b-d
2025-08-20T21:27:16.3193417Z [00:03:30.338]➜  packagefile golang.org/x/net/ipv4=/root/.cache/go-build/29/29bb5dba2d5c37a0fdd9c3ea70d300a1cdfd00d85a852f67310e24e506dc1a2b-d
2025-08-20T21:27:16.3194371Z [00:03:30.338]➜  packagefile golang.org/x/net/ipv6=/root/.cache/go-build/c8/c827e8c0f02189026e848e3431d79c1ea146cd0b41c23a2be50882ade0e2800c-d
2025-08-20T21:27:16.3195321Z [00:03:30.338]➜  packagefile github.com/go-logr/logr=/root/.cache/go-build/c9/c97ad76445e5b134f589b2b1b34660faf57ec0838b813442b6b900cbffe6c3f1-d
2025-08-20T21:27:16.3196428Z [00:03:30.338]➜  packagefile go.opentelemetry.io/otel/internal/global=/root/.cache/go-build/3e/3e7a7d8d7439912d8f3ab480bf752d95ff89b959c07bd20375801ba1bae63eb7-d
2025-08-20T21:27:16.3197518Z [00:03:30.338]➜  packagefile github.com/ipld/go-ipld-prime/fluent=/root/.cache/go-build/51/51f17b86ea9e3e1c2c04439b8837bb0010253f5887317419f94222e7fdfc4e18-d
2025-08-20T21:27:16.3198732Z [00:03:30.338]➜  packagefile github.com/ipld/go-ipld-prime/linking/preload=/root/.cache/go-build/e7/e7c585973b603376ce1f38bda7ddc6ac02c8d172040d567d5c690239d543759a-d
2025-08-20T21:27:16.3199765Z [00:03:30.338]➜  packagefile database/sql/driver=/root/.cache/go-build/72/7297554511b7107710509f30f1d5125c22b293c8331cebf7a21d346d3ab317d5-d
2025-08-20T21:27:16.3200859Z [00:03:30.338]➜  packagefile github.com/ipfs/boxo/bitswap/network/bsnet/internal=/root/.cache/go-build/da/da31cc2da41ac63c92b47e2a4eb4ea0ee874dc6a6e73f5d8fcfeb8f1743c8eff-d
2025-08-20T21:27:16.3202063Z [00:03:30.338]➜  packagefile github.com/ipfs/boxo/pinning/pinner/dsindex=/root/.cache/go-build/47/477e18e39c8d3dec2c2041cc2eef7f857e4852d69f56ef3a1fc0b8c1d7064183-d
2025-08-20T21:27:16.3203152Z [00:03:30.338]➜  packagefile github.com/polydawn/refmt/cbor=/root/.cache/go-build/73/738aa61e5ea713512ba5a7d50601e56e6210e2ae9f0a362b0da86731cc87caae-d
2025-08-20T21:27:16.3204294Z [00:03:30.338]➜  packagefile github.com/polydawn/refmt/obj/atlas=/root/.cache/go-build/d7/d7bc78570f7afe3293b9f3353bd2b99cf3becbc1d66c4015c44069960bd99dc7-d
2025-08-20T21:27:16.3205384Z [00:03:30.338]➜  packagefile github.com/ipfs/go-unixfsnode/directory=/root/.cache/go-build/1a/1afcda56edff351216106e194db068ed4c1642d926b3e0347b2f35296e7e4919-d
2025-08-20T21:27:16.3206453Z [00:03:30.338]➜  packagefile github.com/ipfs/go-unixfsnode/file=/root/.cache/go-build/2f/2f31fe80b52ae1b27b22cd202fc4a790108c413389d532aba39f40db805479f3-d
2025-08-20T21:27:16.3207493Z [00:03:30.338]➜  packagefile github.com/ipfs/go-unixfsnode/utils=/root/.cache/go-build/15/1544e553827f3fae614b5d90bc939866e6126f19071df192544f11f059ae4cc3-d
2025-08-20T21:27:16.3208685Z [00:03:30.338]➜  packagefile github.com/ipld/go-ipld-prime/node/mixins=/root/.cache/go-build/ce/ce59808578e50e94be4388dffc364f5e5dc58b089583accf68e1e3d4f3b8bb68-d
2025-08-20T21:27:16.3209702Z [00:03:30.338]➜  packagefile crypto/x509/pkix=/root/.cache/go-build/7c/7cafae7781be2122fa62723eacc88cd108932c944cb7f05e844b857a4ec4aab4-d
2025-08-20T21:27:16.3210935Z [00:03:30.338]➜  packagefile github.com/caddyserver/certmagic/internal/atomicfile=/root/.cache/go-build/9f/9f6ee658f18b77aee91da2457db466b0321194beed5dcd5fb1992a0dfac18f05-d
2025-08-20T21:27:16.3212082Z [00:03:30.338]➜  packagefile github.com/caddyserver/zerossl=/root/.cache/go-build/9d/9de6183439a1a1b3cbfdeace5be0e16ed046178e07fa80280e90a4921fecaa29-d
2025-08-20T21:27:16.3213117Z [00:03:30.338]➜  packagefile github.com/klauspost/cpuid/v2=/root/.cache/go-build/cf/cf01c4ea95a2343758aa1e5277a3b144c0b401585f668bb3da3b8a3bc9f0faff-d
2025-08-20T21:27:16.3214123Z [00:03:30.338]➜  packagefile github.com/libdns/libdns=/root/.cache/go-build/39/398d3a3b22071cfd19efcf41ce1575fe28b75b6046b1a29d0e2ecd8aad0f0c01-d
2025-08-20T21:27:16.3215096Z [00:03:30.338]➜  packagefile github.com/zeebo/blake3=/root/.cache/go-build/68/68917e30c3fda68828c5e42d988e2e7ab93c37b3688e0d5559b19a1e3cf74228-d
2025-08-20T21:27:16.3216083Z [00:03:30.338]➜  packagefile go.uber.org/zap/exp/zapslog=/root/.cache/go-build/87/8741dc71025e8ab58f131c5a5a99d0c4245d7d81cb1227db7f2d23a26579087e-d
2025-08-20T21:27:16.3217065Z [00:03:30.338]➜  packagefile golang.org/x/crypto/ocsp=/root/.cache/go-build/fb/fb24d6fb1e567ee03525e5da500a3e825959fc47f11c64569627155a0b1d6896-d
2025-08-20T21:27:16.3218034Z [00:03:30.338]➜  packagefile golang.org/x/net/idna=/root/.cache/go-build/0e/0ee85e8433adf3d6b66d5875564cba1ea7e6a3def555cc4456b79353b3db1309-d
2025-08-20T21:27:16.3219068Z [00:03:30.338]➜  packagefile log/slog=/root/.cache/go-build/bf/bfc19bc44ad3fb3753e78e424509d838b84f0ba879f5ecb2f066e5f5fcb3e18d-d
2025-08-20T21:27:16.3220161Z [00:03:30.338]➜  packagefile github.com/libp2p/go-libp2p/p2p/net/upgrader=/root/.cache/go-build/b1/b15c1d3f4d2eae96a85f02511a0b7072635ad8200b45d36e81843c62f24f38b7-d
2025-08-20T21:27:16.3221365Z [00:03:30.338]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/proto=/root/.cache/go-build/73/734978b4dd04b7fc37fca24003b23ef7dda8d5249bf26384ee0f4d497e42a47b-d
2025-08-20T21:27:16.3222598Z [00:03:30.338]➜  packagefile github.com/libp2p/go-libp2p/p2p/transport/quicreuse=/root/.cache/go-build/3d/3da2360732981301bfab8b3ae5e35110427faf607ef193adf324b7019aa99465-d
2025-08-20T21:27:16.3223766Z [00:03:30.338]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/crawler=/root/.cache/go-build/89/897d3a1bba550eef75ed5a49eda030b856026fcbc8abced68a5a7cdfd816a476-d
2025-08-20T21:27:16.3224888Z [00:03:30.338]➜  packagefile github.com/libp2p/go-libp2p-xor/kademlia=/root/.cache/go-build/0e/0e7e14f053e6b5c40a630c4fee542a6a20a5adc88cbb517daf8f4eadac308049-d
2025-08-20T21:27:16.3225970Z [00:03:30.338]➜  packagefile github.com/libp2p/go-libp2p-xor/key=/root/.cache/go-build/07/073978d3f484a0282822630e32bacce05fa0da0e09304d2ffb5934f4416dc1b2-d
2025-08-20T21:27:16.3227020Z [00:03:30.338]➜  packagefile github.com/libp2p/go-libp2p-xor/trie=/root/.cache/go-build/d5/d59735d731807bb369f88190aba40ac8aeaee974107fdac9ac28f57db87fe235-d
2025-08-20T21:27:16.3228266Z [00:03:30.338]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/client=/root/.cache/go-build/34/340487bc256a877f1af764a369215152efe6c45ebc32dd9ce93a337ed3f6405f-d
2025-08-20T21:27:16.3229605Z [00:03:30.338]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/pb=/root/.cache/go-build/2e/2e1976095223dfc5926aa719a901c2c680d0073479473b62f3b94cf31c350b13-d
2025-08-20T21:27:16.3230703Z [00:03:30.338]➜  packagefile golang.org/x/sync/errgroup=/root/.cache/go-build/43/43c98acca421e0e582c9a6e78424f17cf8862fe767979cfacecf99b31cba85ca-d
2025-08-20T21:27:16.3231709Z [00:03:30.338]➜  packagefile github.com/libp2p/go-yamux/v5=/root/.cache/go-build/c4/c467bac4793ad8f48159858a0c2deb64b6062234bc1d1c09e97a34c219d2fa0b-d
2025-08-20T21:27:16.3232749Z [00:03:30.338]➜  packagefile github.com/libp2p/go-libp2p-asn-util=/root/.cache/go-build/28/2896013b8e0395859f6bee4e79d0777dff9a8720c13daa71bb65e761dbcb3e11-d
2025-08-20T21:27:16.3233901Z [00:03:30.338]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/util=/root/.cache/go-build/09/09db88a522616ee13cc910fc6f02e0bd6534cbdbc3e80542f8c23c191de32cee-d
2025-08-20T21:27:16.3235149Z [00:03:30.338]➜  packagefile github.com/flynn/noise=/root/.cache/go-build/3e/3e81d70c5c75a9854d64005ba6d284b692dcc7b460ad65a9614bd34aafba66d1-d
2025-08-20T21:27:16.3236172Z [00:03:30.338]➜  packagefile github.com/libp2p/go-libp2p/core/sec=/root/.cache/go-build/30/303f3625033f58a0da3aa4a54941d143e3ce977b0652e279c0d9182c3c376bb0-d
2025-08-20T21:27:16.3237290Z [00:03:30.338]➜  packagefile github.com/libp2p/go-libp2p/p2p/security/noise/pb=/root/.cache/go-build/12/12a31d6490347aefe7e648e1386d19b769cf3af1f63233f511d4a0a12bc2c450-d
2025-08-20T21:27:16.3238423Z [00:03:30.338]➜  packagefile golang.org/x/crypto/chacha20poly1305=/root/.cache/go-build/1b/1bdd7a7c028a2e13ffb403510f0ed0084e449f618c8e5b6009b3381979289daf-d
2025-08-20T21:27:16.3239549Z [00:03:30.338]➜  packagefile github.com/quic-go/quic-go=/root/.cache/go-build/66/66007354611c12056e0e3c3f46ddccdf193ebdbbd0ae3f67240aa73af6b5a9eb-d
2025-08-20T21:27:16.3240647Z [00:03:30.338]➜  packagefile github.com/libp2p/go-libp2p/p2p/net/reuseport=/root/.cache/go-build/dd/dd12af5db8972783cd6f3785624fcb775bc59ebd15a14a4f39ba7fe06bcec925-d
2025-08-20T21:27:16.3241835Z [00:03:30.338]➜  packagefile github.com/libp2p/go-libp2p/p2p/transport/tcpreuse=/root/.cache/go-build/49/49b47e3bddcd7f2d8efbb087fe12501535611c1a8fa08050e63a34102331474c-d
2025-08-20T21:27:16.3242942Z [00:03:30.338]➜  packagefile github.com/marten-seemann/tcp=/root/.cache/go-build/7b/7b1f5e2f4c446e2ab6b4bbe7f634a889d7ba6474c3485fc48fe4b550a149675d-d
2025-08-20T21:27:16.3243945Z [00:03:30.338]➜  packagefile github.com/mikioh/tcpinfo=/root/.cache/go-build/1a/1af1143f333258267082714c7a0f3f5cbe05a9284163388a2a6f07cc1f13d488-d
2025-08-20T21:27:16.3245104Z [00:03:30.338]➜  packagefile github.com/libp2p/go-libp2p/p2p/transport/webrtc/pb=/root/.cache/go-build/bf/bf852129d1ec71d770e892a299d2c182524588236ec674ff39d94a36662929cc-d
2025-08-20T21:27:16.3246327Z [00:03:30.338]➜  packagefile github.com/libp2p/go-libp2p/p2p/transport/webrtc/udpmux=/root/.cache/go-build/e1/e14745cb68a491e21908f7a6fdc11f9b2073d3722c27b1f839a5e2feb92b2313-d
2025-08-20T21:27:16.3247459Z [00:03:30.338]➜  packagefile github.com/libp2p/go-msgio/pbio=/root/.cache/go-build/fe/fe44d5f8fc8edfd43786181f8b1bcf88c564720654fd6c0d9e0c7fe822817ac3-d
2025-08-20T21:27:16.3248469Z [00:03:30.338]➜  packagefile github.com/pion/datachannel=/root/.cache/go-build/f9/f91046454150851ac0687d5d2d61006fb28903dae06842415c71ec72ebe48788-d
2025-08-20T21:27:16.3249584Z [00:03:30.338]➜  packagefile github.com/pion/logging=/root/.cache/go-build/81/8193d6720c198cecd99cfe8303df2e13df39b84a4f6fbdf07d34bb2bbe3d0ef4-d
2025-08-20T21:27:16.3250555Z [00:03:30.338]➜  packagefile github.com/pion/sctp=/root/.cache/go-build/88/88827273f1ca83aeb9bb4f11ddc819724c0637b044aced93da72bad27281838f-d
2025-08-20T21:27:16.3251521Z [00:03:30.338]➜  packagefile github.com/pion/webrtc/v4=/root/.cache/go-build/21/215ddc349b0d5c23e9c3168838ecdb249543594819733f51fc21ded7184c925e-d
2025-08-20T21:27:16.3252604Z [00:03:30.338]➜  packagefile github.com/gorilla/websocket=/root/.cache/go-build/ff/ff97ec49d7c2e1d7bdc3a31d97d174a5123030f394769494638e9a277fe765f5-d
2025-08-20T21:27:16.3253631Z [00:03:30.338]➜  packagefile github.com/quic-go/quic-go/http3=/root/.cache/go-build/8b/8b0f202356cc669f94b4412bd3c49850063c8cae7fbc815c736a4bf0cd3aad82-d
2025-08-20T21:27:16.3254663Z [00:03:30.338]➜  packagefile github.com/quic-go/webtransport-go=/root/.cache/go-build/de/def8243420da1574f27297595eef4cf96939b963fb16225908cfa37753c592d4-d
2025-08-20T21:27:16.3255659Z [00:03:30.338]➜  packagefile golang.org/x/crypto/hkdf=/root/.cache/go-build/14/14e29d6fe761a355078751da61698628719606325eb21b547f92ee865f34d1b2-d
2025-08-20T21:27:16.3256688Z [00:03:30.338]➜  packagefile golang.org/x/crypto/internal/alias=/root/.cache/go-build/e1/e1532d88655dfe516dd749faf43f5d54bf85ad4d991053411db6a3a771c9ed5f-d
2025-08-20T21:27:16.3257748Z [00:03:30.339]➜  packagefile golang.org/x/crypto/salsa20/salsa=/root/.cache/go-build/de/de4ecc613b087873b42dd36439db75966e589c2296f346320346d22daee6fce4-d
2025-08-20T21:27:16.3258999Z [00:03:30.339]➜  packagefile golang.org/x/sys/cpu=/root/.cache/go-build/e9/e914c055b2002294b16a423d57bcd0b821d8357ab3941b236ea6c97d56286587-d
2025-08-20T21:27:16.3260003Z [00:03:30.339]➜  packagefile bazil.org/fuse/fuseutil=/root/.cache/go-build/37/379e9c3ba74eae031d12bffeaaaf214f4132b2f4cf4ac59a5ae6e7fa5b57e878-d
2025-08-20T21:27:16.3261089Z [00:03:30.339]➜  packagefile github.com/ipfs/boxo/routing/http/types/ndjson=/root/.cache/go-build/35/3585e36431b69d808e6c27c83982284521ba41db4caf08001098c2f1cbfb1829-d
2025-08-20T21:27:16.3262257Z [00:03:30.339]➜  packagefile github.com/ipfs/boxo/routing/http/internal=/root/.cache/go-build/c5/c58b664df2335b1fbaedf2510c47d57d1eb2d66cb27c0138926e13a36801671d-d
2025-08-20T21:27:16.3263408Z [00:03:30.339]➜  packagefile github.com/libp2p/go-libp2p-kbucket/keyspace=/root/.cache/go-build/b0/b039d5a48376d9dd93e5aeb4925cccdee7fbcb369aa34f82d68fb1792db63eb5-d
2025-08-20T21:27:16.3264511Z [00:03:30.339]➜  packagefile github.com/minio/sha256-simd=/root/.cache/go-build/2f/2fa0ec9ad48633f2cfcb9f42b206c403bf4fc1b570ebb6c3ce0996d3e9c585e0-d
2025-08-20T21:27:16.3265546Z [00:03:30.339]➜  packagefile github.com/libp2p/go-cidranger=/root/.cache/go-build/33/33fd92f2e15ada333fad709ebcef3837fa9531a9d57d702f49b45ccb9a9ceebd-d
2025-08-20T21:27:16.3266584Z [00:03:30.339]➜  packagefile crypto/internal/fips140/sha256=/root/.cache/go-build/7d/7d6e2b7c4c60f566808f2bab652e2ef5084f5e51e6daa3849c3f0426ad3e11a2-d
2025-08-20T21:27:16.3267672Z [00:03:30.339]➜  packagefile github.com/libp2p/go-libp2p/core/record/pb=/root/.cache/go-build/4e/4e9b029b6c3186b1dcf897eacad8b2574f6913ab62d61cad4ea682e60ff42cc8-d
2025-08-20T21:27:16.3268934Z [00:03:30.339]➜  packagefile crypto/internal/boring/bbig=/root/.cache/go-build/47/47bc6fc1995eed3e803e2f3a1fd9e90f1deba56f9b16be41269404eeeebbaa0b-d
2025-08-20T21:27:16.3269987Z [00:03:30.339]➜  packagefile crypto/internal/fips140/ecdsa=/root/.cache/go-build/3b/3bbfd9fd94ac9cf2de369327fa8f9fe9a4811c3f7b0a8542849e253eeb144fda-d
2025-08-20T21:27:16.3271042Z [00:03:30.339]➜  packagefile crypto/internal/fips140/nistec=/root/.cache/go-build/c8/c8a3f960dfc29752234a5b93577e1c8a66130334369f4fe7cbbb25e03deb79a4-d
2025-08-20T21:27:16.3272067Z [00:03:30.339]➜  packagefile crypto/internal/fips140cache=/root/.cache/go-build/26/2695974d438020987dbb0bbc5a3ea00c924883ef5700a3d0cdde3c092745abfa-d
2025-08-20T21:27:16.3273089Z [00:03:30.339]➜  packagefile crypto/internal/fips140hash=/root/.cache/go-build/42/42975a08ce9ec7bcbe424bc45b0461a2ac7315bd8f9ef81a9105bb3ffa767f57-d
2025-08-20T21:27:16.3274190Z [00:03:30.339]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/root/.cache/go-build/e4/e4955d73e74bf52cfe012fffcb59ffa54e83ed0d9c00f71a66a588a7e63b76a1-d
2025-08-20T21:27:16.3275287Z [00:03:30.339]➜  packagefile crypto/internal/fips140/ed25519=/root/.cache/go-build/46/460c8db732d68f249f9c830e71772a6351a13924cd4b30f718449eaf7ae9e049-d
2025-08-20T21:27:16.3276348Z [00:03:30.339]➜  packagefile crypto/internal/fips140/bigmod=/root/.cache/go-build/0d/0d01387854d74c7588d39c9e22288a235981f1115e28808b9640eb8d08a8f149-d
2025-08-20T21:27:16.3277437Z [00:03:30.339]➜  packagefile crypto/internal/fips140/rsa=/root/.cache/go-build/ce/cef7d57c406c50fa2f1ea2e15eb0196e9f2699037eef871fa52670eb68b94366-d
2025-08-20T21:27:16.3278462Z [00:03:30.339]➜  packagefile crypto/internal/fips140/subtle=/root/.cache/go-build/7a/7ae0344625486d831f14bdd915194c44ed259b901e4a7d14df5fc9916275c647-d
2025-08-20T21:27:16.3279605Z [00:03:30.339]➜  packagefile crypto/dsa=/root/.cache/go-build/63/632efaa0d398fa0380525550499c188fd7aacb4fc7248738656ed4c44f0ba6b8-d
2025-08-20T21:27:16.3280640Z [00:03:30.339]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/autonat/pb=/root/.cache/go-build/c0/c0d7f9bff0d3e6f705cf6f5ad347d495103800ed78fc925ea9b060cb333c4471-d
2025-08-20T21:27:16.3281832Z [00:03:30.339]➜  packagefile github.com/libp2p/go-libp2p/p2p/net/nat/internal/nat=/root/.cache/go-build/fd/fddcb2884480a02447d000919cdfeb94f873a373fa4fccda410a2d27535f069b-d
2025-08-20T21:27:16.3283192Z [00:03:30.339]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/autonatv2/pb=/root/.cache/go-build/fe/fe5570fb8db79351fadb21ac54696be5793ffab18746258f2db493a31712e70d-d
2025-08-20T21:27:16.3284417Z [00:03:30.339]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/holepunch/pb=/root/.cache/go-build/dd/dd3fd7be1a3d8a7dcfdd5ad6ae345fa3a90aa8954c32240b1cf874e547d181b7-d
2025-08-20T21:27:16.3285716Z [00:03:30.339]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/identify/internal/user-agent=/root/.cache/go-build/81/815552b6abaa232bc4113fb4c30505d3f0e17330d9d2a50f9fc5d58c01d0727e-d
2025-08-20T21:27:16.3286996Z [00:03:30.339]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/identify/pb=/root/.cache/go-build/6e/6e11c4916e39b2147f712de7bf25dc993724f0129a25bafb372dfad9e48a2c7f-d
2025-08-20T21:27:16.3288015Z [00:03:30.339]➜  packagefile unique=/root/.cache/go-build/31/31e528a46c3c921de362b49c379fabc13d93d6d9cb23e5b80c9c14909d23d9e5-d
2025-08-20T21:27:16.3289091Z [00:03:30.339]➜  packagefile crypto/internal/boring/sig=/root/.cache/go-build/05/05b5ad9f79485939adbb0ea7fc10d59aac51ff6ddca5c19734c0d9118468019b-d
2025-08-20T21:27:16.3290153Z [00:03:30.339]➜  packagefile crypto/internal/fips140deps/godebug=/root/.cache/go-build/0c/0c5730bd9b04c0157b40a272fb5c8411bfbf1c513b13ba1a1af91298f757e2e4-d
2025-08-20T21:27:16.3291177Z [00:03:30.339]➜  packagefile crypto/internal/entropy=/root/.cache/go-build/c9/c9673cb58317490f6d318f8d40695146a2458c77622a9984fd997c89ed871c90-d
2025-08-20T21:27:16.3292188Z [00:03:30.339]➜  packagefile crypto/internal/fips140/check=/root/.cache/go-build/d4/d4b96864abeddf49c37f9d1b6ca57baee0a45125ad9b361e59aa46a98b9c624e-d
2025-08-20T21:27:16.3293343Z [00:03:30.339]➜  packagefile crypto/internal/fips140deps/byteorder=/root/.cache/go-build/3b/3b2dc55b8de7ce555f03e495a2b1bcd0d32285049ff481eedf724d5f2f4b16eb-d
2025-08-20T21:27:16.3294410Z [00:03:30.339]➜  packagefile crypto/internal/fips140/sha3=/root/.cache/go-build/05/05f5a8059656ac712e82d3863d001cd9c9cf4ee590101be92985e39fc5e5f3f8-d
2025-08-20T21:27:16.3295439Z [00:03:30.339]➜  packagefile crypto/internal/fips140/sha512=/root/.cache/go-build/2f/2f5055d5155c1024f9b3a73067545951c7c9ac73d2a344f94926032e30318791-d
2025-08-20T21:27:16.3296531Z [00:03:30.339]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/internal=/root/.cache/go-build/2f/2f3affc24fcf7f59abfbbf46f623700bf321bfc995044e05d1dd0ded4e4021c6-d
2025-08-20T21:27:16.3297605Z [00:03:30.339]➜  packagefile github.com/ipfs/go-bitfield=/root/.cache/go-build/a3/a3a2d7b4e562dc6b65b580aef8c1e303bc332ca401cefe575efa430518e4a679-d
2025-08-20T21:27:16.3298723Z [00:03:30.339]➜  packagefile github.com/spaolacci/murmur3=/root/.cache/go-build/29/29026ccc0237b15f16929cd5d31c62646ff2a97906e2f60a64e312de5479de72-d
2025-08-20T21:27:16.3299757Z [00:03:30.339]➜  packagefile github.com/polydawn/refmt/shared=/root/.cache/go-build/4a/4af0f0ce72d2929c60658dde9a35c70126fb1edccfb992018d1a42ff339010dd-d
2025-08-20T21:27:16.3300811Z [00:03:30.339]➜  packagefile github.com/polydawn/refmt/tok=/root/.cache/go-build/e7/e7fb64297b06b7f6bf5a2a8915c30b12770997f62c2316fcb80bc619cb1b93e5-d
2025-08-20T21:27:16.3302075Z [00:03:30.339]➜  packagefile go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc=/root/.cache/go-build/e1/e1f28413d7f242309ba5cc9734052f1c4324ae67dcb4cf45d097238df03aa6ab-d
2025-08-20T21:27:16.3303393Z [00:03:30.339]➜  packagefile go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp=/root/.cache/go-build/a6/a6cb2d79d96aa166996a083e1306cad6db93e82c1ea0477829b7a77d894940fa-d
2025-08-20T21:27:16.3304668Z [00:03:30.339]➜  packagefile go.opentelemetry.io/otel/exporters/stdout/stdouttrace=/root/.cache/go-build/12/12ef44168c6884f41af1c927a981199e7b9c9ebae072e5514b040beba2b063e2-d
2025-08-20T21:27:16.3305832Z [00:03:30.339]➜  packagefile go.opentelemetry.io/otel/exporters/zipkin=/root/.cache/go-build/85/8543e208f659e3362a0b88e2054b4573ccd78e4c533ef968baf2401c25ebc50b-d
2025-08-20T21:27:16.3306887Z [00:03:30.339]➜  packagefile go.opentelemetry.io/otel/sdk=/root/.cache/go-build/53/535d3849befed6f8f74e815de1158a953269aecd4d6deb94b37bacbfd9e966b4-d
2025-08-20T21:27:16.3308068Z [00:03:30.339]➜  packagefile go.opentelemetry.io/otel/sdk/internal/x=/root/.cache/go-build/4b/4b2c4afbec38e9108585c30e6269c893bfbea1420726b713f18d1c2d4b830bcd-d
2025-08-20T21:27:16.3309313Z [00:03:30.339]➜  packagefile go.opentelemetry.io/otel/sdk/instrumentation=/root/.cache/go-build/18/18e63f5350cc74a58bbcfd52902eb66ea8ed3efac4bcd5d3dcfd47bdca8d8ca0-d
2025-08-20T21:27:16.3310450Z [00:03:30.339]➜  packagefile go.opentelemetry.io/otel/sdk/internal/env=/root/.cache/go-build/27/27624abca2b9a3cdc457dfb153dae92f1f1e79659a23acd047691e9d9d6f8da9-d
2025-08-20T21:27:16.3311456Z [00:03:30.339]➜  packagefile runtime/trace=/root/.cache/go-build/32/324e14af54994ca777e4369d8171be84a8ba8e03e7915d0342788f26d2acd28e-d
2025-08-20T21:27:16.3312471Z [00:03:30.339]➜  packagefile go.opentelemetry.io/otel/semconv/internal=/root/.cache/go-build/b4/b4fb3bfbce79cd214d11857e4765ac4ab4bbbaa46b3926b8d66b079c1ddf4b68-d
2025-08-20T21:27:16.3313514Z [00:03:30.339]➜  packagefile github.com/go-kit/log=/root/.cache/go-build/f7/f7ac0a15ea1525d84bb6285082057b707f5df600755d4a8363a26c66d218446f-d
2025-08-20T21:27:16.3314566Z [00:03:30.339]➜  packagefile github.com/prometheus/statsd_exporter/pkg/level=/root/.cache/go-build/a0/a0131fc989bb0db0cf0128960f96441df29008c06a7a009265f2281aee0e5b0a-d
2025-08-20T21:27:16.3315749Z [00:03:30.339]➜  packagefile github.com/prometheus/statsd_exporter/pkg/mapper/fsm=/root/.cache/go-build/e2/e229cd8bff6475550a83b9c489daa8cab8aca0214305d2b090d1be0b05c2d135-d
2025-08-20T21:27:16.3316790Z [00:03:30.339]➜  packagefile gopkg.in/yaml.v2=/root/.cache/go-build/cf/cf5393b21a0b4e18161887c081fd7a9961ef80336910180fb86df7a611db56ad-d
2025-08-20T21:27:16.3317972Z [00:03:30.339]➜  packagefile github.com/gabriel-vasile/mimetype/internal/charset=/root/.cache/go-build/6c/6c387ffebf48a19007ffa8ebe8f0a7d16dc140f42447e73f55dfb0395fc55c74-d
2025-08-20T21:27:16.3319279Z [00:03:30.339]➜  packagefile github.com/gabriel-vasile/mimetype/internal/magic=/root/.cache/go-build/29/297faa5a2a7703d58ad1952a43ea453393f61201b161a326cecb43d10b8cbc71-d
2025-08-20T21:27:16.3320290Z [00:03:30.339]➜  packagefile embed=/root/.cache/go-build/04/04d0d56bd27f851969d22dc866a389171e6a79073d83c5b6bb415bf7f7c3b1e6-d
2025-08-20T21:27:16.3321223Z [00:03:30.339]➜  packagefile github.com/ucarion/urlpath=/root/.cache/go-build/da/daf4e8b8fe9fd0daeb2d57e6340cf01232debbbb190119b973e5e16ea6987a5b-d
2025-08-20T21:27:16.3322260Z [00:03:30.339]➜  packagefile github.com/ipld/go-car/v2/index=/root/.cache/go-build/4a/4a89c21a6eb886ec35af39f3c53f4c40cbb59870c3a246b29666711e9cb89623-d
2025-08-20T21:27:16.3323329Z [00:03:30.339]➜  packagefile github.com/ipld/go-car/v2/internal/carv1=/root/.cache/go-build/b0/b0c63625efb76713d3e54134a4efdda0aa3505b3b9238142533ce2437ed74044-d
2025-08-20T21:27:16.3324454Z [00:03:30.339]➜  packagefile github.com/ipld/go-car/v2/internal/carv1/util=/root/.cache/go-build/98/985d9afca6176a7e9397ea2c4d8fc40df689a0ab33b3903d8a129070ccaea971-d
2025-08-20T21:27:16.3325637Z [00:03:30.339]➜  packagefile github.com/ipld/go-car/v2/internal/io=/root/.cache/go-build/82/8274eedfd04db97f654f711fd05e256c18ec57de3f647864f858249ba84af03b-d
2025-08-20T21:27:16.3326716Z [00:03:30.339]➜  packagefile github.com/ipld/go-car/v2/internal/loader=/root/.cache/go-build/99/9902f737b31525f102094d007e84dbfd49a6e210fe00a23f8163e62ff3bf569e-d
2025-08-20T21:27:16.3327806Z [00:03:30.339]➜  packagefile github.com/ipld/go-car/v2/internal/store=/root/.cache/go-build/4c/4ce09520141410092f1f733b7c0b6d263d03e0d413181ce382aa5098d5caa1b1-d
2025-08-20T21:27:16.3329003Z [00:03:30.339]➜  packagefile github.com/ipld/go-ipld-prime/storage=/root/.cache/go-build/96/9664a02f27ee0b04a3ce8d618eb5fa5f315b822af39a7071bdb54f5933cf4f7d-d
2025-08-20T21:27:16.3330067Z [00:03:30.339]➜  packagefile github.com/polydawn/refmt/json=/root/.cache/go-build/c8/c8472319206f06e6f28903985ff7c5c83cbd3efc281e94d6392d9aef6a6099a1-d
2025-08-20T21:27:16.3331129Z [00:03:30.339]➜  packagefile github.com/slok/go-http-metrics/metrics=/root/.cache/go-build/2c/2c878e4931777c46e13ff2a824a81fc09eaba500ea1831904d0182dfff14707c-d
2025-08-20T21:27:16.3332310Z [00:03:30.339]➜  packagefile github.com/rs/cors/internal=/root/.cache/go-build/36/3666f24417b3a2aec168b6e94101e2a60aa084dfcf631d917e0e20821a505f49-d
2025-08-20T21:27:16.3333325Z [00:03:30.339]➜  packagefile github.com/mattn/go-runewidth=/root/.cache/go-build/61/619158b2f095f411cf9c6c2de03ea599a8ca88f7fb0fe3330661c9c67a4e2751-d
2025-08-20T21:27:16.3334309Z [00:03:30.339]➜  packagefile github.com/mgutz/ansi=/root/.cache/go-build/a9/a946f2f90bc9a5c1ab416a5db11b6f21f778aaad7c7701872322b3224923ee10-d
2025-08-20T21:27:16.3335233Z [00:03:30.339]➜  packagefile encoding/csv=/root/.cache/go-build/52/52f17d30d48aa5781b002901204c4f03156afc98fb5d7417ed2f5f0edf9aaa3a-d
2025-08-20T21:27:16.3336268Z [00:03:30.339]➜  packagefile github.com/ipfs/boxo/ipld/merkledag/traverse=/root/.cache/go-build/7a/7ab26b564d7647abc11bd60e3f6e3f211f2ed24875e8af85f67994be485e2433-d
2025-08-20T21:27:16.3337434Z [00:03:30.339]➜  packagefile github.com/ipfs/boxo/pinning/remote/client=/root/.cache/go-build/80/805d556439ac04211a12618cb204ec4928cc8fcd9beac035849792dcefaa9c21-d
2025-08-20T21:27:16.3338479Z [00:03:30.339]➜  packagefile github.com/ipfs/kubo/gc=/root/.cache/go-build/2c/2c81b38e780d77041f1fd92182f7141556c025b82fde38a9a5455df34bf94b84-d
2025-08-20T21:27:16.3339601Z [00:03:30.339]➜  packagefile github.com/ipfs/kubo/fuse/ipns=/root/.cache/go-build/4a/4ae63dde187ef2c7d2e0f755fe85a78b28227042540ac6edf7d0a8dbf588b624-d
2025-08-20T21:27:16.3340626Z [00:03:30.339]➜  packagefile github.com/ipfs/kubo/fuse/mfs=/root/.cache/go-build/d0/d0b98291c25868e611a9c7e9b56c5511e949251d5f577e0ac6b565d6256d2c1b-d
2025-08-20T21:27:16.3341731Z [00:03:30.339]➜  packagefile github.com/ipfs/kubo/fuse/readonly=/root/.cache/go-build/54/5453e689db45a04fbc7ab0791a428c9f51020a5771683861017b66b39f6c1de0-d
2025-08-20T21:27:16.3342732Z [00:03:30.339]➜  packagefile text/template/parse=/root/.cache/go-build/ae/ae9a0621f6fde77d467410d5f5eb272519921568672f4da4250ac6f9f4f196e5-d
2025-08-20T21:27:16.3343735Z [00:03:30.339]➜  packagefile github.com/munnerz/goautoneg=/root/.cache/go-build/8d/8dfe62c81fb597fa1e52ac28dd0c60bb41253d993bd074916d3dd7c2dcd7c368-d
2025-08-20T21:27:16.3344837Z [00:03:30.339]➜  packagefile google.golang.org/protobuf/encoding/protodelim=/root/.cache/go-build/bc/bc6c88aa8cd2356b60a757906e584b1b8cb0772e765b19b8d22587f94b652173-d
2025-08-20T21:27:16.3346013Z [00:03:30.339]➜  packagefile google.golang.org/protobuf/encoding/prototext=/root/.cache/go-build/a3/a333a154dd192adedcedb475a7c57a11d4cecc8e86d21eb47b71e7aca23bb4c9-d
2025-08-20T21:27:16.3347160Z [00:03:30.339]➜  packagefile github.com/prometheus/procfs/internal/fs=/root/.cache/go-build/64/641193ef6fcbe5a8bcb85e905c22888dad77385c4ba4b0677bd45d9356dd0028-d
2025-08-20T21:27:16.3348279Z [00:03:30.339]➜  packagefile github.com/prometheus/procfs/internal/util=/root/.cache/go-build/4d/4de143a44c18e770226a835ab52d16e4725b629455f912851094a13f39552135-d
2025-08-20T21:27:16.3349977Z [00:03:30.339]➜  packagefile github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil/header=/root/.cache/go-build/44/44add2d9f23b873fe9cd42cdeac966eb15bc181de7bd2cd114e9c9a5daef01b7-d
2025-08-20T21:27:16.3351163Z [00:03:30.339]➜  packagefile go.opencensus.io=/root/.cache/go-build/48/4894e5a7bfeaf90642a5a60de67e7180e5af8f8c323dd28175bd6a578a70b7f5-d
2025-08-20T21:27:16.3352164Z [00:03:30.339]➜  packagefile go.opencensus.io/trace/propagation=/root/.cache/go-build/0c/0c488bc080e3519f47be4e8dd66ced0d6d1fd333836f1081fe306f22256d37b3-d
2025-08-20T21:27:16.3353207Z [00:03:30.339]➜  packagefile google.golang.org/grpc/codes=/root/.cache/go-build/3d/3dd1480d75b1c8f59615d24dd373b6bac8cac95163019f8bc856f7734505998e-d
2025-08-20T21:27:16.3354235Z [00:03:30.339]➜  packagefile google.golang.org/grpc/grpclog=/root/.cache/go-build/17/17afed391fb73323faa925dcee7be02b84534a7de4352306a5e572210f07344e-d
2025-08-20T21:27:16.3355267Z [00:03:30.339]➜  packagefile google.golang.org/grpc/metadata=/root/.cache/go-build/ac/ac42013050b3cd724ffb07182b17f04161774fe191361a8572d0ed603b4381a0-d
2025-08-20T21:27:16.3356432Z [00:03:30.339]➜  packagefile google.golang.org/grpc/stats=/root/.cache/go-build/91/919e0abb315a148872313ec8e3393f95c5b0ec4af381f324e4f73c273c9047a0-d
2025-08-20T21:27:16.3357435Z [00:03:30.339]➜  packagefile google.golang.org/grpc/status=/root/.cache/go-build/01/01f53bc469827f4419014a119a1f2b87d9b1f71a355ccc410a6bb40d8337e50a-d
2025-08-20T21:27:16.3358465Z [00:03:30.339]➜  packagefile github.com/golang/groupcache/lru=/root/.cache/go-build/d1/d1613c4b4ebd42cf02f63c0be74da28e8225f66de6f951cbe16c19357774af97-d
2025-08-20T21:27:16.3359704Z [00:03:30.339]➜  packagefile go.opencensus.io/trace/internal=/root/.cache/go-build/c2/c20012e6f892a23af5e6e5d65beee8528ff54991fe7f960225bac12ab4a8e3ed-d
2025-08-20T21:27:16.3360766Z [00:03:30.339]➜  packagefile go.opencensus.io/trace/tracestate=/root/.cache/go-build/66/6649e1f67ab57e773364a1ce7199aec32f268a044731c8ad460fd7ab86febc66-d
2025-08-20T21:27:16.3361702Z [00:03:30.339]➜  packagefile html=/root/.cache/go-build/9c/9c3641f13dc764266f8f387b7d6ee037fa449ad643b188a87e2bea2a058875da-d
2025-08-20T21:27:16.3363103Z [00:03:30.339]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconvutil=/root/.cache/go-build/07/07f712711f13a006262d958fdd6d4505d153ced8c275914b474e255e42b07d28-d
2025-08-20T21:27:16.3364367Z [00:03:30.339]➜  packagefile go.opentelemetry.io/otel/metric/noop=/root/.cache/go-build/85/85e0e232997798303e1835fe8015bba913820173d93a970e11b0799b7b6fcdc5-d
2025-08-20T21:27:16.3365450Z [00:03:30.339]➜  packagefile go.opentelemetry.io/otel/semconv/v1.20.0=/root/.cache/go-build/7b/7b57e1a8edf4619218adc6dd9916590c3ccd75439587bc1a67a2ac4689b9f963-d
2025-08-20T21:27:16.3366663Z [00:03:30.339]➜  packagefile go.opentelemetry.io/otel/semconv/v1.34.0/httpconv=/root/.cache/go-build/c5/c5f57e89f3d2a0d04687122bd9247c941859909e8e952e8da82e84eb9ccfb698-d
2025-08-20T21:27:16.3367791Z [00:03:30.339]➜  packagefile go.opentelemetry.io/otel/metric/embedded=/root/.cache/go-build/15/15efd2760117082ee2009026c196ebe2652f0beae1d8f07d0a00047a5bb07ca4-d
2025-08-20T21:27:16.3369071Z [00:03:30.339]➜  packagefile go.opentelemetry.io/otel/baggage=/root/.cache/go-build/c1/c12b03093224f68cf6552428f5885a5addd3b89b77b710febf34886213bc2cbd-d
2025-08-20T21:27:16.3370226Z [00:03:30.339]➜  packagefile github.com/ipfs/kubo/repo/fsrepo/migrations/atomicfile=/root/.cache/go-build/d4/d40aab8c400b17d641605366ef21b07fc07de2c5dc37193982436f73706c349a-d
2025-08-20T21:27:16.3371327Z [00:03:30.339]➜  packagefile golang.org/x/time/rate=/root/.cache/go-build/04/045eea114097295433b1eb8ae77921f8968ea712a7a27cb5af3eb0bdb1db655f-d
2025-08-20T21:27:16.3372326Z [00:03:30.339]➜  packagefile crypto/internal/fips140/alias=/root/.cache/go-build/27/2787631884ab3f34b85912526c621adc211455ec60b230fa083c652f01f3d7d9-d
2025-08-20T21:27:16.3373355Z [00:03:30.339]➜  packagefile crypto/internal/fips140/ecdh=/root/.cache/go-build/b7/b7de87dfc4ac9fdd21345eb21f2942513ffef62d6713dcac817c1cad6ef56782-d
2025-08-20T21:27:16.3374486Z [00:03:30.339]➜  packagefile crypto/internal/fips140/edwards25519/field=/root/.cache/go-build/35/35a562b80ddd68a8109b61c6c0ad69c6250d162c4b5e729809ccf7665f213573-d
2025-08-20T21:27:16.3375569Z [00:03:30.339]➜  packagefile crypto/internal/fips140/hkdf=/root/.cache/go-build/56/56678f4dc2fbcba3710a8cd271b8691e51779e5fa9611c897d6c7261e2ceccb6-d
2025-08-20T21:27:16.3376584Z [00:03:30.339]➜  packagefile crypto/internal/fips140/hmac=/root/.cache/go-build/61/6156ee615bc7e6a0829170545a39e8fc56847b7139a303c4caa12a871bd65309-d
2025-08-20T21:27:16.3377608Z [00:03:30.339]➜  packagefile crypto/internal/fips140deps/cpu=/root/.cache/go-build/8e/8ed1e17b06b87350088b9a432f7e796015ad458599309e30ea5270023032775a-d
2025-08-20T21:27:16.3378722Z [00:03:30.339]➜  packagefile crypto/internal/impl=/root/.cache/go-build/68/68d8c6d8ca67668a4e86b0c93cd4057bc6649e016e09cd2c266bb5ccdd8cebc6-d
2025-08-20T21:27:16.3379668Z [00:03:30.339]➜  packagefile crypto/fips140=/root/.cache/go-build/b5/b55a9ebe2952586c79911ac32107ae1f4c98934a55a8dec23b1f23b673a10b56-d
2025-08-20T21:27:16.3380808Z [00:03:30.339]➜  packagefile vendor/golang.org/x/crypto/chacha20=/root/.cache/go-build/b8/b804fe124ef072873a1051637f26545b29f76fe15a0e3a52c8ad5fc1018740ea-d
2025-08-20T21:27:16.3381914Z [00:03:30.339]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/root/.cache/go-build/1c/1ce003014d8d5aabb9f5d0cb489f79b80c55eb3cb6a6ee1c86af76217c510d16-d
2025-08-20T21:27:16.3383063Z [00:03:30.339]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/root/.cache/go-build/08/0896c1abf56875f26229922e80d24e86fcd2e8ab282d508f7a246dc1802c7898-d
2025-08-20T21:27:16.3384129Z [00:03:30.339]➜  packagefile vendor/golang.org/x/sys/cpu=/root/.cache/go-build/84/84dba0f671f56f52f34616da15a8e590e76614497f215a6b1472d263ec90ad31-d
2025-08-20T21:27:16.3385168Z [00:03:30.339]➜  packagefile vendor/golang.org/x/text/transform=/root/.cache/go-build/65/6509cb803159f6dc3c8ac8f9c610dc40c4baf6884ced297932505a2dfcb6a904-d
2025-08-20T21:27:16.3386809Z [00:03:30.339]➜  packagefile github.com/cockroachdb/errors/assert=/root/.cache/go-build/6a/6ac0231fb486ed349eb22e414805da2369749cb9798bfa54af9b65582ddfbc63-d
2025-08-20T21:27:16.3388077Z [00:03:30.339]➜  packagefile github.com/cockroachdb/errors/barriers=/root/.cache/go-build/e3/e3bad8494384b4530162c1509d8f6bd3fb300e1fafa9dd4e8fb34d39259b73e6-d
2025-08-20T21:27:16.3389476Z [00:03:30.339]➜  packagefile github.com/cockroachdb/errors/contexttags=/root/.cache/go-build/ef/ef8b3a6e6161dc4399eeb62d8124570d8c55177c9bc915a4a99329a9dd6d6cb8-d
2025-08-20T21:27:16.3390590Z [00:03:30.339]➜  packagefile github.com/cockroachdb/errors/domains=/root/.cache/go-build/c6/c6d2480e669914bf8384925526df1890e63e824bf9a43b881a6b895711f9ef05-d
2025-08-20T21:27:16.3391773Z [00:03:30.339]➜  packagefile github.com/cockroachdb/errors/errbase=/root/.cache/go-build/4e/4e96691869c8b0e560e240b1762a6a1e491362d9748b917445613ab0342904a4-d
2025-08-20T21:27:16.3392863Z [00:03:30.339]➜  packagefile github.com/cockroachdb/errors/errutil=/root/.cache/go-build/68/68d3089dc751c0d495e64704f6ac095057e8b6bc0dabdf258cbd5397bc8a1872-d
2025-08-20T21:27:16.3394041Z [00:03:30.339]➜  packagefile github.com/cockroachdb/errors/hintdetail=/root/.cache/go-build/52/52c0345d69d90fbc66d51664503392fb26fc54f396ba36dead2f980f5acc7c5d-d
2025-08-20T21:27:16.3395156Z [00:03:30.339]➜  packagefile github.com/cockroachdb/errors/issuelink=/root/.cache/go-build/93/93ade62f302e377f0c0215599d1207a390e89ff7e767aabcab92339fd0f6445a-d
2025-08-20T21:27:16.3396249Z [00:03:30.339]➜  packagefile github.com/cockroachdb/errors/markers=/root/.cache/go-build/c5/c526890d5767e48f0d01ec4ff70475d6596ae113c3c1638b2160dedf9976f646-d
2025-08-20T21:27:16.3397335Z [00:03:30.339]➜  packagefile github.com/cockroachdb/errors/report=/root/.cache/go-build/34/34d05380ccfe9de26799f83e6eacf9237aa67136d19ff25dee4de4c8b87b843b-d
2025-08-20T21:27:16.3398457Z [00:03:30.339]➜  packagefile github.com/cockroachdb/errors/safedetails=/root/.cache/go-build/fc/fc2af191fc4c1e30ae08ddd8538c77e8b174e9325f7f270c5bb5a48f3ff96d60-d
2025-08-20T21:27:16.3399712Z [00:03:30.339]➜  packagefile github.com/cockroachdb/errors/secondary=/root/.cache/go-build/2b/2bbfb5f3f44f6fc64d27f7bb0eec29ee640cb978627a66d40408633176457194-d
2025-08-20T21:27:16.3400856Z [00:03:30.339]➜  packagefile github.com/cockroachdb/errors/telemetrykeys=/root/.cache/go-build/ba/ba21a89af5bc0af67d02e4198f80ee9511597d514d15f48cc38738d3cf86323e-d
2025-08-20T21:27:16.3401989Z [00:03:30.339]➜  packagefile github.com/cockroachdb/errors/withstack=/root/.cache/go-build/b3/b3a7f7b0a6c5f96b0096d3f3002f9cc1b585a00d59d370d4f63f3c749cb1980a-d
2025-08-20T21:27:16.3403062Z [00:03:30.339]➜  packagefile github.com/cockroachdb/logtags=/root/.cache/go-build/dc/dc780760d5e084a82184e205ea226d853e0bdcaa872d77d01ad435d683b1afc1-d
2025-08-20T21:27:16.3404098Z [00:03:30.339]➜  packagefile github.com/getsentry/sentry-go=/root/.cache/go-build/b6/b6ae2c86514abbb94f41884230c990e6a84385303b5e05b9fe3ef32dea779e5b-d
2025-08-20T21:27:16.3405094Z [00:03:30.339]➜  packagefile github.com/pkg/errors=/root/.cache/go-build/f6/f62846c2df7947016a78a498a0a5aef32aa232aa1b95c993714fc181f9489a1f-d
2025-08-20T21:27:16.3406234Z [00:03:30.339]➜  packagefile github.com/cockroachdb/swiss=/root/.cache/go-build/f2/f29f6a2a0b6a940edecd11e68b585cdf7f86c3d14895bb48118addc9c522d696-d
2025-08-20T21:27:16.3407349Z [00:03:30.339]➜  packagefile github.com/cockroachdb/pebble/v2/internal/dsl=/root/.cache/go-build/f5/f5994683534a25b952f0d14dbe7546f8ade356dcb1a37cd78a96fb6bd0a84ec6-d
2025-08-20T21:27:16.3408356Z [00:03:30.339]➜  packagefile go/token=/root/.cache/go-build/90/903a089b0dc856050f6f271e295b84bd90a00af75f2c32f38adaedb2974bc7d4-d
2025-08-20T21:27:16.3409662Z [00:03:30.339]➜  packagefile github.com/cockroachdb/pebble/v2/objstorage/objstorageprovider/remoteobjcat=/root/.cache/go-build/84/84eb511fd41f848bdf8044263b538dc1e9022c7618396bad8b7551a0b3d7d019-d
2025-08-20T21:27:16.3410952Z [00:03:30.339]➜  packagefile github.com/cockroachdb/pebble/v2/internal/crc=/root/.cache/go-build/91/9179e573bd44b16a51d1fbf012b7621a4c026780ea4f2c41a198c82ddf13e36f-d
2025-08-20T21:27:16.3412087Z [00:03:30.339]➜  packagefile github.com/cockroachdb/pebble/v2/bloom=/root/.cache/go-build/df/df32d18c405b6710d151500a64d86a9f35ef854949d56072f9e9842e7ed456b7-d
2025-08-20T21:27:16.3413237Z [00:03:30.339]➜  packagefile github.com/cockroachdb/pebble/v2/internal/binfmt=/root/.cache/go-build/27/2734ad0d09029a12a31e5a2ddbfcf8cdf011ab06fbc363052fdbacfb30865d27-d
2025-08-20T21:27:16.3414432Z [00:03:30.339]➜  packagefile github.com/cockroachdb/pebble/v2/internal/intern=/root/.cache/go-build/e5/e599a7b3507fe3f38deb1de7f48ee82888f4c4f1359fe6bd7fd1042d6e07ead4-d
2025-08-20T21:27:16.3415611Z [00:03:30.339]➜  packagefile github.com/cockroachdb/pebble/v2/sstable/rowblk=/root/.cache/go-build/19/19755557a83619f666a825c3005ff035c3704d182d3d77c2ed200f223a8c1fc1-d
2025-08-20T21:27:16.3416743Z [00:03:30.339]➜  packagefile github.com/DataDog/zstd=/root/.cache/go-build/b1/b1db5d4494ef0b4f6346b9a8754386a7f1884196384b5856cb86d78f476cf0f0-d
2025-08-20T21:27:16.3417725Z [00:03:30.339]➜  packagefile github.com/golang/snappy=/root/.cache/go-build/0d/0da223d714e2eb260b88496b7cb1d3aaf7548401945511a83b2ac6daf1813a65-d
2025-08-20T21:27:16.3418947Z [00:03:30.339]➜  packagefile github.com/cockroachdb/crlib/crbytes=/root/.cache/go-build/d1/d1b01f59521c8f116b266e094f7d4d992747b015d3a8e7b9ecbee3e32c9d0f24-d
2025-08-20T21:27:16.3420043Z [00:03:30.339]➜  packagefile github.com/cockroachdb/redact/builder=/root/.cache/go-build/c0/c072f340d940634be3fc321dca9b688ad27bcb53e3b865deafe4150d1fa939ec-d
2025-08-20T21:27:16.3421159Z [00:03:30.339]➜  packagefile github.com/cockroachdb/redact/interfaces=/root/.cache/go-build/ee/eeffb16c51bb7668be2a779bbfa1548c4f3a3ce490f8468a78b531c69b7ae22e-d
2025-08-20T21:27:16.3422319Z [00:03:30.339]➜  packagefile github.com/cockroachdb/redact/internal/buffer=/root/.cache/go-build/0e/0e51d27d9ad8501c256e5616bbb8d09ae1af58ca62ac46c7e1bc95e588894b37-d
2025-08-20T21:27:16.3423508Z [00:03:30.339]➜  packagefile github.com/cockroachdb/redact/internal/fmtforward=/root/.cache/go-build/f3/f3bd38119c99a27257d45e52e60de32d4d2b4065cb37a8ba8176c5501aef82e8-d
2025-08-20T21:27:16.3424710Z [00:03:30.339]➜  packagefile github.com/cockroachdb/redact/internal/markers=/root/.cache/go-build/d7/d75f2a30f80e0e166021f7d7c467f2dff0bb60b4d993b3d75dd9272d862763f4-d
2025-08-20T21:27:16.3425875Z [00:03:30.339]➜  packagefile github.com/cockroachdb/redact/internal/redact=/root/.cache/go-build/40/40c4298739fcd94fb65267d575d1672e0444ced8ba77470cc150c254b8182043-d
2025-08-20T21:27:16.3427018Z [00:03:30.339]➜  packagefile github.com/cockroachdb/redact/internal/rfmt=/root/.cache/go-build/4f/4f7b0a2806c24a6626991e9f1e12699444aee9f861cfd4b14bcff6400524c4dc-d
2025-08-20T21:27:16.3428170Z [00:03:30.339]➜  packagefile github.com/libp2p/go-libp2p/core/sec/insecure=/root/.cache/go-build/39/39b194819bf68a0bacea71443cdcc505f11b6f56a8224fcdf81e16668b414358-d
2025-08-20T21:27:16.3429418Z [00:03:30.339]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/blank=/root/.cache/go-build/a1/a106151a17558200933dadcd886320f6f1de7949a53436b3deef2a4dc48fc511-d
2025-08-20T21:27:16.3430775Z [00:03:30.339]➜  packagefile github.com/libp2p/go-libp2p/p2p/http/auth/internal/handshake=/root/.cache/go-build/dd/ddf997ee2edc2a12dfe817885629ec8c777c72230a48f787aeb7b85c1a4b42b7-d
2025-08-20T21:27:16.3431954Z [00:03:30.339]➜  packagefile golang.org/x/crypto/cryptobyte=/root/.cache/go-build/0b/0b42b007fa8e5ca73ca93ab7b2fbbc87b7c80cf37f76d47f5ad653298967b91b-d
2025-08-20T21:27:16.3433023Z [00:03:30.339]➜  packagefile golang.org/x/crypto/cryptobyte/asn1=/root/.cache/go-build/a3/a31e0cd6234117683a3c84e0ab2839b1cae568a3f0b5351b583f589dc57c54df-d
2025-08-20T21:27:16.3434166Z [00:03:30.339]➜  packagefile github.com/multiformats/go-multihash/register/blake2=/root/.cache/go-build/93/934e9eb78024adcb04d5b0ea97fc3898265d75675f71656168491e22b471792c-d
2025-08-20T21:27:16.3435372Z [00:03:30.339]➜  packagefile github.com/multiformats/go-multihash/register/blake3=/root/.cache/go-build/8a/8a78b348b2d6b13241141c9ed416e15af0840b49cb84a49de4ddd0fbe4fc2c93-d
2025-08-20T21:27:16.3436595Z [00:03:30.339]➜  packagefile github.com/multiformats/go-multihash/register/murmur3=/root/.cache/go-build/7f/7f70d48afc6faef065e98ca9535e089cf1f13bda29a6cc7205b30a3fee2149fa-d
2025-08-20T21:27:16.3437822Z [00:03:30.339]➜  packagefile github.com/multiformats/go-multihash/register/sha3=/root/.cache/go-build/3d/3decf61bd09934e5afbe4abd7f21a6fe05204a549f56ecc344379f3d8a36e46e-d
2025-08-20T21:27:16.3439124Z [00:03:30.339]➜  packagefile github.com/multiformats/go-multihash/register/sha256=/root/.cache/go-build/6a/6a5bdce8cbe2bcf9df04c032c2a60d887211207fd363c0b8254f77ca96243a61-d
2025-08-20T21:27:16.3440234Z [00:03:30.339]➜  packagefile github.com/dgraph-io/badger=/root/.cache/go-build/b8/b8a65c1f5e4f6cae179a311c9c32ae85eda3baac29b65926621ac26c3ed74e6b-d
2025-08-20T21:27:16.3441349Z [00:03:30.339]➜  packagefile github.com/dgraph-io/badger/options=/root/.cache/go-build/0b/0b527e842c68976cdb9ec59b0c22e473b5600327f4f7bf2131b071fa79879363-d
2025-08-20T21:27:16.3442401Z [00:03:30.339]➜  packagefile github.com/go-jose/go-jose/v4/json=/root/.cache/go-build/1d/1dc47e78aa55a94de425da64e27e1f0a362de1c217b82f907b5e36142ac19976-d
2025-08-20T21:27:16.3443437Z [00:03:30.339]➜  packagefile hash/adler32=/root/.cache/go-build/8a/8a941064c9e1657c92dde5671fbb1ec09bc2d3b729451f80a68553ce03c9a78d-d
2025-08-20T21:27:16.3444434Z [00:03:30.339]➜  packagefile github.com/syndtr/goleveldb/leveldb=/root/.cache/go-build/cf/cf4dc8eaa6931314d29ce6042920aae63a5b6f6f9ce9132f61f69c53316de23c-d
2025-08-20T21:27:16.3445541Z [00:03:30.339]➜  packagefile github.com/syndtr/goleveldb/leveldb/errors=/root/.cache/go-build/7d/7df3329558a7512050f140aac7b76ea222851aff3d560f6fc68208910d54da7d-d
2025-08-20T21:27:16.3446696Z [00:03:30.339]➜  packagefile github.com/syndtr/goleveldb/leveldb/iterator=/root/.cache/go-build/9c/9c9619465a3c807d456f5d91ac231a86388ce690fd61d61a42a7a0e5537bf6ac-d
2025-08-20T21:27:16.3447845Z [00:03:30.339]➜  packagefile github.com/syndtr/goleveldb/leveldb/storage=/root/.cache/go-build/54/54b276710fa5f8f909d3599f22b168c6b983af8e20bbfaae15625fae17c381fe-d
2025-08-20T21:27:16.3449119Z [00:03:30.339]➜  packagefile github.com/syndtr/goleveldb/leveldb/util=/root/.cache/go-build/1a/1ac83cc574ebaaefe152312bc4c63527a915f8573e4b15e2b92d99ffb4a752e0-d
2025-08-20T21:27:16.3450248Z [00:03:30.339]➜  packagefile github.com/syndtr/goleveldb/leveldb/cache=/root/.cache/go-build/d0/d0620097418936b11d870c46a5c8b4aafeedcdf7e5d098610b146c416b322b60-d
2025-08-20T21:27:16.3451396Z [00:03:30.339]➜  packagefile github.com/syndtr/goleveldb/leveldb/comparer=/root/.cache/go-build/9c/9c9b1fce33378fbba3c163d17cc8fa2f8f050a0c9d35b5da085a75071dbd2cf9-d
2025-08-20T21:27:16.3452555Z [00:03:30.339]➜  packagefile github.com/syndtr/goleveldb/leveldb/filter=/root/.cache/go-build/9c/9cf3980a2c432185705f9c6edf90ad4c1f36305a54ab9c936603a5a6ec8266c1-d
2025-08-20T21:27:16.3453577Z [00:03:30.339]➜  packagefile gopkg.in/yaml.v3=/root/.cache/go-build/52/523508b84ca488dc76f0ffce0ca5b3d903e536900f98926ac0f4be5607051b60-d
2025-08-20T21:27:16.3454623Z [00:03:30.339]➜  packagefile github.com/ipfs/boxo/bitswap/client/internal=/root/.cache/go-build/aa/aa1cd2cb302fb48e83f5dae5024229a0c7da015eda5ce135b68c31dad5ea3635-d
2025-08-20T21:27:16.3455833Z [00:03:30.339]➜  packagefile github.com/cskr/pubsub=/root/.cache/go-build/41/41213a1ee3c9c83981a806086a844b55f8c8bae7017b25e29d76b5e7aa2a2ebb-d
2025-08-20T21:27:16.3456932Z [00:03:30.339]➜  packagefile github.com/ipfs/boxo/bitswap/client/traceability=/root/.cache/go-build/68/689c764b0477324dfb24b783e1b282a32c05f7eff92bfc5aeae9d9ed598ede20-d
2025-08-20T21:27:16.3458056Z [00:03:30.339]➜  packagefile github.com/ipfs/go-peertaskqueue=/root/.cache/go-build/69/698e80b79ce6763c1f7df7c7caf99e6d2ad9f92a53f4378a70f2c8e2c6a8aa68-d
2025-08-20T21:27:16.3459293Z [00:03:30.339]➜  packagefile github.com/ipfs/go-peertaskqueue/peertask=/root/.cache/go-build/f2/f2a597d3355b52fb5fa16b8585e343d417b836cf15bffd209ed88afb6bffab6e-d
2025-08-20T21:27:16.3460440Z [00:03:30.339]➜  packagefile github.com/ipfs/go-peertaskqueue/peertracker=/root/.cache/go-build/9d/9dbdc4d99c99eafce030becdcb44fdfb21d3cda6f921ac808763bc814cfa5729-d
2025-08-20T21:27:16.3461610Z [00:03:30.340]➜  packagefile github.com/hashicorp/golang-lru/v2/internal=/root/.cache/go-build/c9/c9b6aa1c9a47f508d0e4d48cca627cd6c9832afc06e54fe867dec080b11c944f-d
2025-08-20T21:27:16.3462602Z [00:03:30.340]➜  packagefile go/format=/root/.cache/go-build/80/8072103728fb2ba6935cee7a3ec3096d47cd03669c955b8b5a76e3581111f80a-d
2025-08-20T21:27:16.3463622Z [00:03:30.340]➜  packagefile google.golang.org/protobuf/internal/filedesc=/root/.cache/go-build/cc/cce9d91a6f9b26f7cd78a5f29b32103cdbe0047d5ba472726fe2031563a0187d-d
2025-08-20T21:27:16.3464769Z [00:03:30.340]➜  packagefile google.golang.org/protobuf/internal/filetype=/root/.cache/go-build/8a/8a4dc426f4824177bf1a7771ad7a01958e177e0bfe90ae44a46f99b9de871d8a-d
2025-08-20T21:27:16.3465962Z [00:03:30.340]➜  packagefile google.golang.org/protobuf/internal/impl=/root/.cache/go-build/9e/9ed045e149e09ec4181499efe549b2a5245185dea6e95c3c6d052652cce84e6b-d
2025-08-20T21:27:16.3467092Z [00:03:30.340]➜  packagefile google.golang.org/protobuf/internal/protolazy=/root/.cache/go-build/7e/7e3574e6017b03600196ac0482e0af4291fc066a6245248a0be1cb6b97053539-d
2025-08-20T21:27:16.3468309Z [00:03:30.340]➜  packagefile google.golang.org/protobuf/internal/version=/root/.cache/go-build/a4/a4c6739d84faf2cb34849bae35cb6c9249865c36c36828bdc4f78509578702ed-d
2025-08-20T21:27:16.3469552Z [00:03:30.340]➜  packagefile google.golang.org/protobuf/internal/detrand=/root/.cache/go-build/b5/b5593050a7e8040be0816384273b5335f042e97e51c19741d874bf065afdcbbd-d
2025-08-20T21:27:16.3470659Z [00:03:30.340]➜  packagefile github.com/hashicorp/golang-lru/simplelru=/root/.cache/go-build/4f/4f46a3777aa58a618e24447943e022a50967037401cf44426fbe4ea20541ab3d-d
2025-08-20T21:27:16.3471761Z [00:03:30.340]➜  packagefile github.com/ipfs/go-datastore/autobatch=/root/.cache/go-build/ca/ca10960fa204680c5fcf3f69dc781b711bd72b6cf98abf778a3e423c92fac004-d
2025-08-20T21:27:16.3472868Z [00:03:30.340]➜  packagefile gonum.org/v1/gonum/mathext/internal/amos=/root/.cache/go-build/38/38944c29a9323b5af2c2966d650615c208e5f5b6aaa2e25de906935a87242fc7-d
2025-08-20T21:27:16.3474006Z [00:03:30.340]➜  packagefile gonum.org/v1/gonum/mathext/internal/cephes=/root/.cache/go-build/38/38108dea72dcd71d7334735b705eea624d828438c73a52500c1ae23f0e5e0426-d
2025-08-20T21:27:16.3475144Z [00:03:30.340]➜  packagefile gonum.org/v1/gonum/mathext/internal/gonum=/root/.cache/go-build/ad/adee9d0936f6ca80d3ca24b8df67f0cf18dec004765bbe488743af5dc134c772-d
2025-08-20T21:27:16.3476173Z [00:03:30.340]➜  packagefile internal/sysinfo=/root/.cache/go-build/2b/2b97ad2c0335aebfdfc2883ac4201c66777086b1833d6143b9608958e204e6bf-d
2025-08-20T21:27:16.3477113Z [00:03:30.340]➜  packagefile golang.org/x/net/bpf=/root/.cache/go-build/0f/0f1888787bfe82623f2c58ba8145fa5c9a945d9085c8b3bc0b5ecb3d62153ed3-d
2025-08-20T21:27:16.3478113Z [00:03:30.340]➜  packagefile golang.org/x/net/internal/iana=/root/.cache/go-build/61/610e050d86b62adea984bfa1df12f01230fbef1988805d1139b0cb751567f465-d
2025-08-20T21:27:16.3479267Z [00:03:30.340]➜  packagefile golang.org/x/net/internal/socket=/root/.cache/go-build/01/0191acd0a8a95dc7ab0dbcf0f5609bc9054aaa83e4f363420de652b281f8f5c2-d
2025-08-20T21:27:16.3480426Z [00:03:30.340]➜  packagefile github.com/go-logr/stdr=/root/.cache/go-build/ec/ec1fba25fb8cc1ad466e5c4af58f62561dd72e0549e9e3e798cabbfc2b870c0e-d
2025-08-20T21:27:16.3481413Z [00:03:30.340]➜  packagefile go.opentelemetry.io/auto/sdk=/root/.cache/go-build/a7/a7662b656863b107a7e30900987778eb07e73afb1d9e841c8be2b2a128204e4d-d
2025-08-20T21:27:16.3482433Z [00:03:30.340]➜  packagefile github.com/polydawn/refmt/obj=/root/.cache/go-build/ab/abc430b2526f043cd16d8bc5be0141835ccb257ab8aa9d22b0a9dcc94d1b8633-d
2025-08-20T21:27:16.3483498Z [00:03:30.340]➜  packagefile github.com/zeebo/blake3/internal/alg=/root/.cache/go-build/22/229d244e7f7b5dd0ebbd91bde0d09db3a4c1371da171ad43842925764406821b-d
2025-08-20T21:27:16.3484597Z [00:03:30.340]➜  packagefile github.com/zeebo/blake3/internal/consts=/root/.cache/go-build/65/653cd1913c80b80a9cbd9ddc11b0e55e8fe57ea58523e0b9d9d7e7ce8effebc8-d
2025-08-20T21:27:16.3485725Z [00:03:30.340]➜  packagefile github.com/zeebo/blake3/internal/utils=/root/.cache/go-build/84/84eb0cb7ca91c5da54c5c25ab5e1ff6ce295e52cec2d35726599f0615bffba48-d
2025-08-20T21:27:16.3486815Z [00:03:30.340]➜  packagefile golang.org/x/text/secure/bidirule=/root/.cache/go-build/62/62fa65f11ecd113c5a7352c58543c0f6378a67d8bfb40e6218e4e18f4b5387fa-d
2025-08-20T21:27:16.3487859Z [00:03:30.340]➜  packagefile golang.org/x/text/unicode/bidi=/root/.cache/go-build/8c/8c12c0dbe12dba45f12e5f9135b3496eb0753c454a62033679d494597f5b8e91-d
2025-08-20T21:27:16.3489001Z [00:03:30.340]➜  packagefile golang.org/x/text/unicode/norm=/root/.cache/go-build/e5/e5079ac836f10678a26ae30e107adad7b8ef6972aa86b89659ca2ac563c83706-d
2025-08-20T21:27:16.3490053Z [00:03:30.340]➜  packagefile log/slog/internal=/root/.cache/go-build/a0/a0754a084ce4f0f625656a5dca05dec162c764d7427042a3381e138830d70035-d
2025-08-20T21:27:16.3491047Z [00:03:30.340]➜  packagefile log/slog/internal/buffer=/root/.cache/go-build/36/36eb2e8aaccbeba90afc12b134521137935cf1e21b7a560ac87472a04d456af2-d
2025-08-20T21:27:16.3492187Z [00:03:30.340]➜  packagefile github.com/libp2p/go-libp2p/p2p/net/pnet=/root/.cache/go-build/cb/cbd46fbaa4a552425776e0cb12c5a7ed87f35b7c039783aae73310635c453d6f-d
2025-08-20T21:27:16.3493291Z [00:03:30.340]➜  packagefile github.com/klauspost/compress/zstd=/root/.cache/go-build/7c/7cc55b5717666a6ff317d9a0b6db1c55a75eaf50f0cab0e8ba2fc13b0ebb124a-d
2025-08-20T21:27:16.3494360Z [00:03:30.340]➜  packagefile github.com/quic-go/quic-go/logging=/root/.cache/go-build/9c/9cfd6a692d02dfe847189941805fa53ae03cfb028d19adc6611883df7de11b5e-d
2025-08-20T21:27:16.3495409Z [00:03:30.340]➜  packagefile github.com/quic-go/quic-go/metrics=/root/.cache/go-build/1f/1f099a655b48289177a27bac74685e1c0d6a9dcc35448c241ba806c0466bddfd-d
2025-08-20T21:27:16.3496447Z [00:03:30.340]➜  packagefile github.com/quic-go/quic-go/qlog=/root/.cache/go-build/c1/c1e455f68e68ce3b72d2cda61db2f34bf0b618cebb5c67318bf27c1a5edfed17-d
2025-08-20T21:27:16.3497486Z [00:03:30.340]➜  packagefile golang.org/x/crypto/blake2b=/root/.cache/go-build/e2/e224df6641a007af84f06c9b84c96a0bb3e567afe47de3721222ffa781827f63-d
2025-08-20T21:27:16.3498709Z [00:03:30.340]➜  packagefile golang.org/x/crypto/blake2s=/root/.cache/go-build/0e/0e36b3e944f76dadc92612793081ed9d4926e5b4dca2c833dcb250c4f2543524-d
2025-08-20T21:27:16.3499748Z [00:03:30.340]➜  packagefile golang.org/x/crypto/curve25519=/root/.cache/go-build/90/904cad3e26a38ae9dee5a3d583843b267e54c72bf847d5d8f31c83ef7a8c8f78-d
2025-08-20T21:27:16.3500776Z [00:03:30.340]➜  packagefile golang.org/x/crypto/chacha20=/root/.cache/go-build/22/229ac86215ac2db9567d56f32d0a0f47db1f4232c2adba8f005b0bffc9996852-d
2025-08-20T21:27:16.3501851Z [00:03:30.340]➜  packagefile golang.org/x/crypto/internal/poly1305=/root/.cache/go-build/dd/ddd3e9bf4217313dab3b2424647ed0ca34df6b32e4ef9ceef1e3a7b7ba13f282-d
2025-08-20T21:27:16.3502989Z [00:03:30.340]➜  packagefile github.com/quic-go/quic-go/internal/ackhandler=/root/.cache/go-build/9a/9a107c66bd98290127a21c54e1f5e0b5ecf5277fd1a95b4faddc9b56875f6f0f-d
2025-08-20T21:27:16.3504342Z [00:03:30.340]➜  packagefile github.com/quic-go/quic-go/internal/flowcontrol=/root/.cache/go-build/c4/c40a56d763e57db5e4dca54fa27b05da0015b737e5adb955b24432d15e396e73-d
2025-08-20T21:27:16.3505511Z [00:03:30.340]➜  packagefile github.com/quic-go/quic-go/internal/handshake=/root/.cache/go-build/3a/3ac4c46ea09f6afe1aff58e23b4b2ab369dba50454dab430fa0da0fcde700cc2-d
2025-08-20T21:27:16.3506651Z [00:03:30.340]➜  packagefile github.com/quic-go/quic-go/internal/protocol=/root/.cache/go-build/9a/9a53a934f313d954cbc06d155c5648ee30b23278604d1e2a50e10940a702da03-d
2025-08-20T21:27:16.3507753Z [00:03:30.340]➜  packagefile github.com/quic-go/quic-go/internal/qerr=/root/.cache/go-build/fb/fb4377676c8f83f449c0ed16ad25946995330b443e868875a89a2d7a0c91d27a-d
2025-08-20T21:27:16.3508975Z [00:03:30.340]➜  packagefile github.com/quic-go/quic-go/internal/utils=/root/.cache/go-build/59/59f1edcb0dc3f0862164afb732a9e81e991b3d7cc4045a790e1011e2ab43400c-d
2025-08-20T21:27:16.3510142Z [00:03:30.340]➜  packagefile github.com/quic-go/quic-go/internal/utils/linkedlist=/root/.cache/go-build/06/06e87f809f5b5caf128d7a5333a9305c364340381d69f9abe585d51a2761ecac-d
2025-08-20T21:27:16.3511335Z [00:03:30.340]➜  packagefile github.com/quic-go/quic-go/internal/utils/ringbuffer=/root/.cache/go-build/35/356ed17750f3ba5dcc480983503302e8dbad0b2f09bfab4756bf205c9b4c3a98-d
2025-08-20T21:27:16.3512481Z [00:03:30.340]➜  packagefile github.com/quic-go/quic-go/internal/wire=/root/.cache/go-build/dd/ddb7cd397c7cf88a2f476ad6a29bf1bba989b8b7ff2291c116217c0035a337b3-d
2025-08-20T21:27:16.3513570Z [00:03:30.340]➜  packagefile github.com/quic-go/quic-go/quicvarint=/root/.cache/go-build/90/90bc4bb22be96e8714c1f4249b6cd7c3023cf7898750d932d18dc6e81c05434f-d
2025-08-20T21:27:16.3514683Z [00:03:30.340]➜  packagefile github.com/libp2p/go-reuseport=/root/.cache/go-build/1c/1c69d362579530872c60125be346ff9a9f355b8d5a8c476e6cc37ef9c010117a-d
2025-08-20T21:27:16.3515925Z [00:03:30.340]➜  packagefile github.com/libp2p/go-libp2p/p2p/transport/tcpreuse/internal/sampledconn=/root/.cache/go-build/59/5914e521077d8c8940dfdbca26fdacf4e8eca9ab9251352ec5c68a475a5e115c-d
2025-08-20T21:27:16.3517185Z [00:03:30.340]➜  packagefile github.com/mikioh/tcpopt=/root/.cache/go-build/ab/ab54ebadec901f64c4eef272b01447b0bda429c81bb3169226f05bede07ee6b6-d
2025-08-20T21:27:16.3518176Z [00:03:30.340]➜  packagefile github.com/pion/ice/v4=/root/.cache/go-build/35/35810d07ec0d871a612a3350e50fc234ebad4abe4ede63afa9c4451af27e1b7d-d
2025-08-20T21:27:16.3519321Z [00:03:30.340]➜  packagefile github.com/pion/stun=/root/.cache/go-build/4f/4f11592fc6f446814f019c7a26fbc997cf4677776154279550df7946b84910a6-d
2025-08-20T21:27:16.3520571Z [00:03:30.340]➜  packagefile github.com/pion/randutil=/root/.cache/go-build/98/9870f82de5ba68990173ed346f5006aa7810ff948e1ed1f2e844f85c88debac1-d
2025-08-20T21:27:16.3521732Z [00:03:30.340]➜  packagefile github.com/pion/transport/v3/deadline=/root/.cache/go-build/1b/1b0508dd95c7f08a5a14402b6c7e116e1987b97101f8e99fb3900a06b86f1a20-d
2025-08-20T21:27:16.3532639Z [00:03:30.340]➜  packagefile github.com/pion/dtls/v3=/root/.cache/go-build/5d/5df525337719b9440d1fad1855e32c9b41db1b36d0444399a2ef69a6809b6895-d
2025-08-20T21:27:16.3533901Z [00:03:30.340]➜  packagefile github.com/pion/dtls/v3/pkg/crypto/elliptic=/root/.cache/go-build/ec/ecb4850aea3a091276bccb2034d2d9cf6e2204745dcbe3cab9b423bb924ef247-d
2025-08-20T21:27:16.3535112Z [00:03:30.340]➜  packagefile github.com/pion/dtls/v3/pkg/crypto/fingerprint=/root/.cache/go-build/8e/8e78c69376c5d8c070217fdad8111042b104d6f9c1a4f2b282829453e8137390-d
2025-08-20T21:27:16.3536304Z [00:03:30.340]➜  packagefile github.com/pion/dtls/v3/pkg/protocol/handshake=/root/.cache/go-build/e4/e4449219a954a73d60522138bfe3bbd01bd821bffa4ec760cf82180e6e1f30a8-d
2025-08-20T21:27:16.3537417Z [00:03:30.340]➜  packagefile github.com/pion/interceptor=/root/.cache/go-build/dd/ddf3a13f30b6667ab49a1dd3a33836b3eac36750759189846f5611b516830917-d
2025-08-20T21:27:16.3538634Z [00:03:30.340]➜  packagefile github.com/pion/interceptor/pkg/flexfec=/root/.cache/go-build/0f/0f6fd19bd021653467245a123567e0935ab9dcf079aa3c7a7c9fbba5275030a3-d
2025-08-20T21:27:16.3539960Z [00:03:30.340]➜  packagefile github.com/pion/interceptor/pkg/nack=/root/.cache/go-build/3d/3d39d97cb5034b4384e3a7d2047df0c17b70e9b6c2bc9586afdc698b2215f3da-d
2025-08-20T21:27:16.3541067Z [00:03:30.340]➜  packagefile github.com/pion/interceptor/pkg/report=/root/.cache/go-build/fd/fd68db5a16581e3803708a332db9b7ec81fcc71b0b7581bde58e9f91b9cc95b5-d
2025-08-20T21:27:16.3542176Z [00:03:30.340]➜  packagefile github.com/pion/interceptor/pkg/rfc8888=/root/.cache/go-build/14/1447384b7b72e45f5760449cc14afbd1b6a0e13ddd01fce26a93064581d5d6a6-d
2025-08-20T21:27:16.3543276Z [00:03:30.340]➜  packagefile github.com/pion/interceptor/pkg/twcc=/root/.cache/go-build/03/03df008df75c8ffbafe79187661edffebd7d0e074346d1fa736f2f0c592b4505-d
2025-08-20T21:27:16.3544297Z [00:03:30.340]➜  packagefile github.com/pion/rtcp=/root/.cache/go-build/62/6218674a09f2832a16e0e401b1b7b78a130d68bab817bbb1163deb0d2a09f11d-d
2025-08-20T21:27:16.3545263Z [00:03:30.340]➜  packagefile github.com/pion/rtp=/root/.cache/go-build/5b/5b99a34fd8ec77b09331eacead96344ea266312e0a6b0ffbfb47646579f0d05a-d
2025-08-20T21:27:16.3546237Z [00:03:30.340]➜  packagefile github.com/pion/rtp/codecs=/root/.cache/go-build/15/15322ac7eb7079231a4cc5e0362b990de31d9260dba3293cc455e5308248032b-d
2025-08-20T21:27:16.3547220Z [00:03:30.340]➜  packagefile github.com/pion/sdp/v3=/root/.cache/go-build/f7/f7537742fcc447ac497b4f8efee1b86d173e99d70709f7bf93369db945e71134-d
2025-08-20T21:27:16.3548191Z [00:03:30.340]➜  packagefile github.com/pion/srtp/v3=/root/.cache/go-build/eb/ebf0e75f5e149986285088b0be9d176a4998749c21a116c6fabcce60ca7882ef-d
2025-08-20T21:27:16.3549348Z [00:03:30.340]➜  packagefile github.com/pion/stun/v3=/root/.cache/go-build/0b/0b41436c8cc06a4734852eb3f30ecdd001717ff2518e1b03cf771085fd6893fc-d
2025-08-20T21:27:16.3550348Z [00:03:30.340]➜  packagefile github.com/pion/transport/v3=/root/.cache/go-build/26/26adf0128ab4f1bc6c3aedd568e5b3a5b8e06c7f969a96c79da423f2ee5e0d6b-d
2025-08-20T21:27:16.3551479Z [00:03:30.340]➜  packagefile github.com/pion/transport/v3/packetio=/root/.cache/go-build/bb/bba83652911ca0f918038596c05896a398fe593074b33c89a53e362ac2c1168c-d
2025-08-20T21:27:16.3552585Z [00:03:30.340]➜  packagefile github.com/pion/webrtc/v4/internal/fmtp=/root/.cache/go-build/72/7236a2228aa110e9adf8dbb995ecb04cd60915c5e85306045d46ba1ccd49db61-d
2025-08-20T21:27:16.3553689Z [00:03:30.340]➜  packagefile github.com/pion/webrtc/v4/internal/mux=/root/.cache/go-build/48/4819853f8b72de6b672407d634e6ab31ccab9763a01fc503fc054591d0ee4c8d-d
2025-08-20T21:27:16.3554797Z [00:03:30.340]➜  packagefile github.com/pion/webrtc/v4/internal/util=/root/.cache/go-build/eb/eb75d81f2f456b97894ccd14aa27cebdcbfe44314f20deb768cfad1d0cd9e3e0-d
2025-08-20T21:27:16.3555915Z [00:03:30.340]➜  packagefile github.com/pion/webrtc/v4/pkg/media=/root/.cache/go-build/b7/b7dbca0eb37d9629a172e48950b88fd17ff517d4bebc94be1d204871b1fe17ad-d
2025-08-20T21:27:16.3557010Z [00:03:30.340]➜  packagefile github.com/pion/webrtc/v4/pkg/rtcerr=/root/.cache/go-build/8b/8b06adb2244a6367719df8365892904aea12d85ab8f3c5bb6e9a00f41365733d-d
2025-08-20T21:27:16.3558046Z [00:03:30.340]➜  packagefile golang.org/x/net/proxy=/root/.cache/go-build/13/135d5fa3a2c71fe4b2ca118d89eb344716e7a2685f3d9888fac4c2a43f0abc8b-d
2025-08-20T21:27:16.3559256Z [00:03:30.340]➜  packagefile github.com/quic-go/qpack=/root/.cache/go-build/d2/d21d4c164537ee758f5ed9da2a86219a2ae708ebdd7ab20b1278cfa2f3f95137-d
2025-08-20T21:27:16.3560269Z [00:03:30.340]➜  packagefile golang.org/x/net/http/httpguts=/root/.cache/go-build/34/34a01656d465d79c3925a608d5b7bcbe5e821abcce75d170c1046fa4f762bc41-d
2025-08-20T21:27:16.3561302Z [00:03:30.340]➜  packagefile golang.org/x/net/http2/hpack=/root/.cache/go-build/ec/ec24bcd7c80817d33f58aa3136b5d22b3c7996575106d9e795ff929bcba6281b-d
2025-08-20T21:27:16.3562341Z [00:03:30.340]➜  packagefile github.com/libp2p/go-cidranger/net=/root/.cache/go-build/ad/ad3ce63632b9774ee637df0dd8a9bcd1241bfdbad12405370e99acb117993c43-d
2025-08-20T21:27:16.3563730Z [00:03:30.340]➜  packagefile crypto/internal/fips140/nistec/fiat=/root/.cache/go-build/de/def1f06f1fec2232cfe08575ef0c3c15c592d40340fd84c8e94a1611a10a3027-d
2025-08-20T21:27:16.3564758Z [00:03:30.340]➜  packagefile crypto/sha3=/root/.cache/go-build/31/315fca7796f9d1dee9f4d8a414be1e5f5753675893b4a76480411dde28e05aa0-d
2025-08-20T21:27:16.3565764Z [00:03:30.340]➜  packagefile crypto/internal/fips140/edwards25519=/root/.cache/go-build/4b/4bb9c913e6e38905d1fbe1acee007f1a63e721cadc9cb58f4450a7556961e34a-d
2025-08-20T21:27:16.3566797Z [00:03:30.340]➜  packagefile github.com/huin/goupnp=/root/.cache/go-build/b0/b09fa7ee810a5e2bacf1dd0e09d580f1b5456a875bdd139d1a0b855d0c98a674-d
2025-08-20T21:27:16.3567891Z [00:03:30.340]➜  packagefile github.com/huin/goupnp/dcps/internetgateway1=/root/.cache/go-build/d9/d943b22e7b74483a3097b54a0ca5c5ce4fc07ba4ea615fc16cb49464c2475f9a-d
2025-08-20T21:27:16.3569335Z [00:03:30.340]➜  packagefile github.com/huin/goupnp/dcps/internetgateway2=/root/.cache/go-build/07/070cdd3d81b91dc3ca884e1454f3caa139ddb9094883d05ea7ff389b6633aedf-d
2025-08-20T21:27:16.3570445Z [00:03:30.340]➜  packagefile github.com/jackpal/go-nat-pmp=/root/.cache/go-build/82/82a0e53b7e001b5fe42151fb348b0cdc52ce571971b5532395a80b4c22926995-d
2025-08-20T21:27:16.3571429Z [00:03:30.340]➜  packagefile github.com/koron/go-ssdp=/root/.cache/go-build/31/314785f9ab3b53d761a9433b6458f96d1f2ae44956a116225145de1acb9e4d53-d
2025-08-20T21:27:16.3572511Z [00:03:30.340]➜  packagefile go.opentelemetry.io/otel/exporters/otlp/otlptrace=/root/.cache/go-build/71/71894402c08e7afc4a84aa339ccb991400b7c6a3b3bd7f0fd2203fb4560c0795-d
2025-08-20T21:27:16.3573893Z [00:03:30.340]➜  packagefile go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/internal=/root/.cache/go-build/4a/4a6334351eb304c1683113c6cb957b310908221c80c5e7e4b9111110ea88eba5-d
2025-08-20T21:27:16.3575348Z [00:03:30.340]➜  packagefile go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/internal/otlpconfig=/root/.cache/go-build/d2/d29ccc2cb4f22501bbf2219655e93a7f96b302cf14b1da2b53aba96c3354d97b-d
2025-08-20T21:27:16.3576905Z [00:03:30.340]➜  packagefile go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/internal/retry=/root/.cache/go-build/ab/ab063840cc0fcdece00c7e5856e783e54bdc00715e10b224a2bde8c56943c4c5-d
2025-08-20T21:27:16.3578221Z [00:03:30.340]➜  packagefile go.opentelemetry.io/proto/otlp/collector/trace/v1=/root/.cache/go-build/ff/ff88906aff2166eb7db48945f75265c332517f8c44524707420ba3bd20eac973-d
2025-08-20T21:27:16.3579508Z [00:03:30.340]➜  packagefile go.opentelemetry.io/proto/otlp/trace/v1=/root/.cache/go-build/c6/c6a95da8c2dd3e398cb8a294f54d2c3e67356397690081aae7fac5ad0db8a703-d
2025-08-20T21:27:16.3580679Z [00:03:30.340]➜  packagefile google.golang.org/genproto/googleapis/rpc/errdetails=/root/.cache/go-build/1e/1e5c2f8c1e3e0e22b14abf0a096911c493f830af39472197c6f043834ca25c7e-d
2025-08-20T21:27:16.3581755Z [00:03:30.340]➜  packagefile google.golang.org/grpc=/root/.cache/go-build/2f/2f70e557c81d169432180aa2ee23604e0da2a2c6002f3bce9997747e81a0894b-d
2025-08-20T21:27:16.3582853Z [00:03:30.340]➜  packagefile google.golang.org/grpc/credentials=/root/.cache/go-build/08/089d1ad9ccf0c5be41a07179442f3fd93774d5a4247c69106f7ab8cff45e058b-d
2025-08-20T21:27:16.3584103Z [00:03:30.340]➜  packagefile go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp/internal=/root/.cache/go-build/da/dac1f14aa3ab083eb46c730eb3caf6e44b289ea0b0315e84e8ac78a2adc35129-d
2025-08-20T21:27:16.3585554Z [00:03:30.340]➜  packagefile go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp/internal/otlpconfig=/root/.cache/go-build/b0/b0b27598f1a578444946c22801c3626c39db4394134ea440a69c407ce54179a4-d
2025-08-20T21:27:16.3587025Z [00:03:30.340]➜  packagefile go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp/internal/retry=/root/.cache/go-build/ef/ef7e8caf4d04b9d24a7e7b487adddd947e53c11c5ec54a587156a37215b13aee-d
2025-08-20T21:27:16.3588316Z [00:03:30.340]➜  packagefile go.opentelemetry.io/otel/sdk/trace/tracetest=/root/.cache/go-build/6d/6d2ca3f1804b892245322008c60fcaf7843a9a50e38e23c6aef5199c976fe577-d
2025-08-20T21:27:16.3589691Z [00:03:30.340]➜  packagefile github.com/openzipkin/zipkin-go/model=/root/.cache/go-build/b8/b878a26ece42a02abb627ba43bcf0ee5fb4929a21f40cce5d9445cb74c77d463-d
2025-08-20T21:27:16.3590806Z [00:03:30.340]➜  packagefile go.opentelemetry.io/otel/semconv/v1.21.0=/root/.cache/go-build/3f/3f5c46417d740e606048b39da269c8080443bbcb79a413894cac053b539a5a02-d
2025-08-20T21:27:16.3591878Z [00:03:30.340]➜  packagefile go.opentelemetry.io/otel/semconv/v1.25.0=/root/.cache/go-build/05/05e4a1303693d298060c95e018277f0cbc02118f21d26364728764c0192a8feb-d
2025-08-20T21:27:16.3593024Z [00:03:30.340]➜  packagefile github.com/go-logfmt/logfmt=/root/.cache/go-build/3a/3a67ef7a3875c842a1babf18190cd8ce9331d232c38c14e1bbda4c197fa6f17f-d
2025-08-20T21:27:16.3594030Z [00:03:30.340]➜  packagefile github.com/go-kit/log/level=/root/.cache/go-build/46/4671034acc40127647523cfa228e2ded13db093f6857a6cd8bd0d7208f70000a-d
2025-08-20T21:27:16.3595020Z [00:03:30.340]➜  packagefile golang.org/x/net/html=/root/.cache/go-build/e9/e999d37d46808142ca745433e4ecd36a4b3e3f93c282572c0ecc7e88ffd65d13-d
2025-08-20T21:27:16.3595939Z [00:03:30.340]➜  packagefile debug/macho=/root/.cache/go-build/28/283a7a826e888b0df0761535d9544b9ee317b6aa662e70b3714fb2bb73c3d436-d
2025-08-20T21:27:16.3596988Z [00:03:30.340]➜  packagefile github.com/gabriel-vasile/mimetype/internal/json=/root/.cache/go-build/c5/c5256cddb5bbe06873c060bee6aae80715cc4ba5026997c1d038aa13d81dcc56-d
2025-08-20T21:27:16.3598087Z [00:03:30.340]➜  packagefile github.com/petar/GoLLRB/llrb=/root/.cache/go-build/9a/9adfc93b2612852d7d31b5e0a83220203a583be2829d1b9bfe9fb765755b96f4-d
2025-08-20T21:27:16.3599239Z [00:03:30.340]➜  packagefile github.com/whyrusleeping/cbor/go=/root/.cache/go-build/3e/3ea9503c0e2fa225d3f84e0a69eedcb6f74e0b51cf39ff8ea30ac703b36647ec-d
2025-08-20T21:27:16.3600273Z [00:03:30.340]➜  packagefile github.com/ipfs/go-ipld-cbor=/root/.cache/go-build/4d/4dc9d70c9a8139398fe1c8e7010da5ead458ed44c57c5f5358de6869b138dc11-d
2025-08-20T21:27:16.3600850Z [00:03:30.340]➜  packagefile github.com/rivo/uniseg=/root/.cache/go-build/9d/9db1c1ee9bd22690c3d728cece03643c81a273c26bec19319588eb6b91c709c3-d
2025-08-20T21:27:16.3601370Z [00:03:30.340]➜  packagefile github.com/mattn/go-colorable=/root/.cache/go-build/e8/e85c8449314669393b9521c259cf7237ef2cfbeaeeffcc020f32a654774cb2de-d
2025-08-20T21:27:16.3602005Z [00:03:30.340]➜  packagefile github.com/ipfs/boxo/pinning/remote/client/openapi=/root/.cache/go-build/4c/4c23cdf7afb949cb8e022e006ee5abe59008a8a64cb5c6c1b35e3548290fb549-d
2025-08-20T21:27:16.3602628Z [00:03:30.340]➜  packagefile google.golang.org/protobuf/internal/encoding/text=/root/.cache/go-build/54/547bcd17ad7fddf362c43736e57c9b084910304d3c1d1ee59ecb6b4b780b914c-d
2025-08-20T21:27:16.3603206Z [00:03:30.340]➜  packagefile google.golang.org/protobuf/internal/set=/root/.cache/go-build/2e/2e7bdc13b5b4ee8785c3d6364126939774b9c9ee983ffdf3908e32aed473df95-d
2025-08-20T21:27:16.3603800Z [00:03:30.340]➜  packagefile google.golang.org/grpc/internal=/root/.cache/go-build/a0/a0c744f26296ed2634db70ed733df0b9d540e8171f44e3368dbd238745bded0b-d
2025-08-20T21:27:16.3604442Z [00:03:30.340]➜  packagefile google.golang.org/grpc/grpclog/internal=/root/.cache/go-build/cb/cb79ccf7bc61f122d3908caef0df4ca5ad3e6f5ea2861cf7b13a8ccdb3aef6e0-d
2025-08-20T21:27:16.3605053Z [00:03:30.340]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/root/.cache/go-build/bc/bc49909066edec683be13cacb8db55a82a92f586f733e4397755a1406ac1ae43-d
2025-08-20T21:27:16.3605614Z [00:03:30.340]➜  packagefile google.golang.org/grpc/internal/status=/root/.cache/go-build/51/510f188d0aa52835f46e2bb154b608140fc768d874d85f83ce48e5d37b27c522-d
2025-08-20T21:27:16.3606191Z [00:03:30.340]➜  packagefile go.opentelemetry.io/otel/internal/baggage=/root/.cache/go-build/53/5303a79ebfbc188b000de432425438832a6fd1778dac53d8ed76b6663c70ff94-d
2025-08-20T21:27:16.3606762Z [00:03:30.340]➜  packagefile github.com/cockroachdb/errors/stdstrings=/root/.cache/go-build/32/32520350aa03b5c941678f20519b9b3199911e064c1b83d6a47dddfc14ac2512-d
2025-08-20T21:27:16.3607337Z [00:03:30.340]➜  packagefile github.com/cockroachdb/errors/errorspb=/root/.cache/go-build/60/6045115e5c691ddb444c68b88654480d630003ca0bab1738bdb52a0afe684166-d
2025-08-20T21:27:16.3607879Z [00:03:30.340]➜  packagefile github.com/gogo/protobuf/types=/root/.cache/go-build/b5/b56f70c7ca62ba586ec65f5d2bca8e2d18a3e240d6d18a2e7f151a2641078dac-d
2025-08-20T21:27:16.3608365Z [00:03:30.340]➜  packagefile github.com/kr/pretty=/root/.cache/go-build/83/83fba7c365d2c92c268bbceb84f2453fc906ee74e74e84a1783432f8229f64bd-d
2025-08-20T21:27:16.3609108Z [00:03:30.340]➜  packagefile github.com/cockroachdb/errors/join=/root/.cache/go-build/99/998a0e600185f27537b58d82b231f6b2f8c1b253b67f4a187cf48b6eb6ab7d7f-d
2025-08-20T21:27:16.3609563Z [00:03:30.340]➜  packagefile go/build=/root/.cache/go-build/3f/3f09920eca1c5b8dc38d5a2b883dd3fd3d023ea57a6cbde45f014acdd8e8aebf-d
2025-08-20T21:27:16.3610040Z [00:03:30.340]➜  packagefile container/ring=/root/.cache/go-build/bd/bd063ec3538785eb8880cee1e73d2eeea50eaece1ef56ae7b07686cf10baea96-d
2025-08-20T21:27:16.3610643Z [00:03:30.340]➜  packagefile github.com/getsentry/sentry-go/internal/debug=/root/.cache/go-build/27/272da82333688577bbf4fda5773cae53ceac60a77dde9ab8601558643b75ce50-d
2025-08-20T21:27:16.3611271Z [00:03:30.340]➜  packagefile github.com/getsentry/sentry-go/internal/otel/baggage=/root/.cache/go-build/6a/6a623fc8f5694b80b410c693fe337b6872fc6c27fe1c09c0491d0c583e194ad9-d
2025-08-20T21:27:16.3611880Z [00:03:30.340]➜  packagefile github.com/getsentry/sentry-go/internal/ratelimit=/root/.cache/go-build/6d/6da39d756a398ef1a9d151e4c5db82448541a078c969fe2795a8a6ffd3c830f2-d
2025-08-20T21:27:16.3612497Z [00:03:30.340]➜  packagefile github.com/getsentry/sentry-go/internal/traceparser=/root/.cache/go-build/99/99eda79480130a8ee34561f68feb5619173829200bc5bd127b8293ecfbb4b2aa-d
2025-08-20T21:27:16.3613008Z [00:03:30.340]➜  packagefile golang.org/x/sys/execabs=/root/.cache/go-build/ba/ba78677d5d2eb99346a2dd8061fbf4869ff2268dcaed66b6342a34d7ec59721f-d
2025-08-20T21:27:16.3613532Z [00:03:30.340]➜  packagefile go/scanner=/root/.cache/go-build/fb/fb19a107ad454bdb061785127bb93a4eb03ee07ad45697ff373820bcbc21dc47-d
2025-08-20T21:27:16.3614139Z [00:03:30.340]➜  packagefile github.com/cockroachdb/redact/internal/escape=/root/.cache/go-build/f8/f89aacb54602cfdd178efc7b984b5d8eb484960832915a86040bc4fef741364d-d
2025-08-20T21:27:16.3614763Z [00:03:30.340]➜  packagefile github.com/cockroachdb/redact/internal/rfmt/fmtsort=/root/.cache/go-build/e3/e3b30cc7be7f150c1d743e83caa294746c19a204637251cceff38cdfd528e5ff-d
2025-08-20T21:27:16.3615382Z [00:03:30.340]➜  packagefile github.com/libp2p/go-libp2p/core/sec/insecure/pb=/root/.cache/go-build/9d/9d9d29e43fcfbb306a360ca0ce951d0e50c28e5d77cd3895592ea2e81f892a6b-d
2025-08-20T21:27:16.3615887Z [00:03:30.340]➜  packagefile lukechampine.com/blake3=/root/.cache/go-build/6c/6c54edb0b87d33405d3129254a2fabaf87ffa1df8da7fea43d1422b401a1e001-d
2025-08-20T21:27:16.3616481Z [00:03:30.340]➜  packagefile github.com/dgraph-io/badger/pb=/root/.cache/go-build/08/080b2bd0014c90c00ff6b5a38831ea9f77c9b3c749ea4a12915778ecee0c4d33-d
2025-08-20T21:27:16.3617061Z [00:03:30.340]➜  packagefile github.com/dgraph-io/badger/skl=/root/.cache/go-build/a2/a292b4d2cbffe7466cb1fd3515e6417492a6202f058646632ace44b440137789-d
2025-08-20T21:27:16.3617617Z [00:03:30.340]➜  packagefile github.com/dgraph-io/badger/table=/root/.cache/go-build/23/232fef73fbd557d972ce96ac06ec144d8a10ae9ee3c7db5cda10430f706a65b9-d
2025-08-20T21:27:16.3618146Z [00:03:30.340]➜  packagefile github.com/dgraph-io/badger/trie=/root/.cache/go-build/45/456b72f56fd32fa5846668e2c747f66d3ef68f528b76cefbb210aebfdf0f2dea-d
2025-08-20T21:27:16.3618802Z [00:03:30.340]➜  packagefile github.com/dgraph-io/badger/y=/root/.cache/go-build/bb/bb542e6c0ee3230aec56f798a0e30cbe15afd5ff185f5298f9ef1f9b24e61f00-d
2025-08-20T21:27:16.3619335Z [00:03:30.340]➜  packagefile github.com/dgraph-io/ristretto/z=/root/.cache/go-build/41/41e47baeef1526bbc21dd2b38be6b58b44a5e8d3a2709b8fa64d28594385b58f-d
2025-08-20T21:27:16.3619883Z [00:03:30.340]➜  packagefile github.com/golang/protobuf/proto=/root/.cache/go-build/36/36d157f995e1df70216873ed83bd6227e6d10995c2ec52710db748f84c64ad40-d
2025-08-20T21:27:16.3620378Z [00:03:30.340]➜  packagefile golang.org/x/net/trace=/root/.cache/go-build/14/1450815f7931c43364efbe75504a1e19e9825d7f89f0bb61516a899833d12a30-d
2025-08-20T21:27:16.3620967Z [00:03:30.340]➜  packagefile github.com/syndtr/goleveldb/leveldb/journal=/root/.cache/go-build/79/7930ddd48ef1b7b9a34123016c727fd9a1f950d99ae690040bad032a318e4a87-d
2025-08-20T21:27:16.3621542Z [00:03:30.340]➜  packagefile github.com/syndtr/goleveldb/leveldb/memdb=/root/.cache/go-build/12/1220179bbfa836e17e036c27b0516468202bf5342727c861601dd6b7a8522bb9-d
2025-08-20T21:27:16.3622189Z [00:03:30.340]➜  packagefile github.com/syndtr/goleveldb/leveldb/table=/root/.cache/go-build/38/38c20915325ccaed7946fa8fbfab6c6362610a1be9d4794a7a64e704237f76f5-d
2025-08-20T21:27:16.3622700Z [00:03:30.340]➜  packagefile github.com/ipfs/go-ipfs-pq=/root/.cache/go-build/e5/e50ad1b2d6611c632e94c062ced46161c3eb33d7d96d717778200f7f8674081f-d
2025-08-20T21:27:16.3623144Z [00:03:30.340]➜  packagefile go/ast=/root/.cache/go-build/da/da5c7608bdb2cdc008bd60e501aee663ca80363496f46c569cf1b40831b289e4-d
2025-08-20T21:27:16.3623599Z [00:03:30.340]➜  packagefile go/parser=/root/.cache/go-build/9c/9c35af840f7b44d7948ca7833c8d85202d5cbdea37efd902771d72aec4a6a619-d
2025-08-20T21:27:16.3624047Z [00:03:30.340]➜  packagefile go/printer=/root/.cache/go-build/04/04017c55f7161b7ecc60243bee39bb611ea29085e5b5a2042a7a3e9ab9701273-d
2025-08-20T21:27:16.3624643Z [00:03:30.340]➜  packagefile google.golang.org/protobuf/internal/descfmt=/root/.cache/go-build/da/da21f4bce13f9d54a5c30a42d87d1613d77851bd5b2b6427fd227615afd08a34-d
2025-08-20T21:27:16.3625241Z [00:03:30.340]➜  packagefile google.golang.org/protobuf/internal/descopts=/root/.cache/go-build/51/5145191a1fce116f729d7b7aa3dbe65b83b366bcf4584468571b32cb663aa026-d
2025-08-20T21:27:16.3625939Z [00:03:30.340]➜  packagefile google.golang.org/protobuf/internal/editiondefaults=/root/.cache/go-build/be/be56de78f09460e46f897c27fff6421c9222b4c36f707b63ef768fb48de5e5f8-d
2025-08-20T21:27:16.3626558Z [00:03:30.340]➜  packagefile google.golang.org/protobuf/internal/encoding/defval=/root/.cache/go-build/be/bef72fb06b1f106cac4f17852f660a8317a4184a1d91db3d7d99e5c06d215a79-d
2025-08-20T21:27:16.3627163Z [00:03:30.340]➜  packagefile google.golang.org/protobuf/internal/encoding/tag=/root/.cache/go-build/82/8273f798cbc5d3569556d4f0ebd28c173f1c85f27d6e50e36c8711a15f52adc9-d
2025-08-20T21:27:16.3627613Z [00:03:30.340]➜  packagefile math/cmplx=/root/.cache/go-build/f4/f4f5cc1642ba0890baf5c9acf3683635c3dd677f3246efaaceea972e6e06c1e4-d
2025-08-20T21:27:16.3628140Z [00:03:30.340]➜  packagefile github.com/go-logr/logr/funcr=/root/.cache/go-build/97/9796aea79956dec5077b35b8efa7ce6b675d630c9dec7292df17d3a826539117-d
2025-08-20T21:27:16.3628845Z [00:03:30.340]➜  packagefile go.opentelemetry.io/auto/sdk/internal/telemetry=/root/.cache/go-build/da/daa81c8c8b1d07f874d6927a038321abcaaf26da75bc6724aa8f981eec3023d9-d
2025-08-20T21:27:16.3629544Z [00:03:30.340]➜  packagefile go.opentelemetry.io/otel/semconv/v1.26.0=/root/.cache/go-build/27/27a4af0fbda1a6721e3cc4f07c7f4bf61daa626b1b314318913d0221997dfe9e-d
2025-08-20T21:27:16.3630163Z [00:03:30.341]➜  packagefile github.com/zeebo/blake3/internal/alg/compress=/root/.cache/go-build/c9/c956cf7f3cc2daa80f7464a9a53adf223bbb0e7d7afd001e23ff1b99ea62f1da-d
2025-08-20T21:27:16.3630740Z [00:03:30.341]➜  packagefile github.com/zeebo/blake3/internal/alg/hash=/root/.cache/go-build/c5/c53f6514fd68375d010bc5388b64a501a8b44c22e3235145e73714821d06cc04-d
2025-08-20T21:27:16.3631266Z [00:03:30.341]➜  packagefile golang.org/x/text/transform=/root/.cache/go-build/4a/4a9bf416a666bb26c29a1647cc9c9546e8f2f6bb3aed16ab0780d7de17ae9aaa-d
2025-08-20T21:27:16.3631842Z [00:03:30.341]➜  packagefile github.com/davidlazar/go-crypto/salsa20=/root/.cache/go-build/5e/5e36a25f0e443a26cad51af7cdbbac459cbf591b28bcfb2d4c34d9dc2bcdbbc2-d
2025-08-20T21:27:16.3632373Z [00:03:30.341]➜  packagefile github.com/klauspost/compress=/root/.cache/go-build/04/04f18d84165e463253218f00827ba2f2d22b6718af6dd6327855b5318a92873c-d
2025-08-20T21:27:16.3632933Z [00:03:30.341]➜  packagefile github.com/klauspost/compress/huff0=/root/.cache/go-build/8f/8f8ef9360275cebd9d1053af74d95b6456c93a11c6dcbc7135e1ec8a9a63acaa-d
2025-08-20T21:27:16.3633537Z [00:03:30.341]➜  packagefile github.com/klauspost/compress/internal/cpuinfo=/root/.cache/go-build/70/70c815da9254a5f666234c965796efd466b837555a423ecec0b0704bbc11fb16-d
2025-08-20T21:27:16.3634119Z [00:03:30.341]➜  packagefile github.com/klauspost/compress/internal/le=/root/.cache/go-build/2d/2dd0facc5b544baa36999961eb507c0e5a02a9b38a1eefbcb21e67fa04ecdff5-d
2025-08-20T21:27:16.3634790Z [00:03:30.341]➜  packagefile github.com/klauspost/compress/internal/snapref=/root/.cache/go-build/ac/ac0712a715e97a1d66376ddf9e4cde601262a82e416040db6bef88e337c966cd-d
2025-08-20T21:27:16.3635435Z [00:03:30.341]➜  packagefile github.com/klauspost/compress/zstd/internal/xxhash=/root/.cache/go-build/8e/8e24d4bb7ae4f83cf9bc482b3d74e114fac8b80a206aeb6a0c0c04183d86298b-d
2025-08-20T21:27:16.3635982Z [00:03:30.341]➜  packagefile github.com/francoispqt/gojay=/root/.cache/go-build/0f/0ff61a383cae758e17c2e892723941834c92d0a2fbe7878533c539ee3f848968-d
2025-08-20T21:27:16.3636583Z [00:03:30.341]➜  packagefile github.com/quic-go/quic-go/internal/congestion=/root/.cache/go-build/34/3440cc8aae19abeb3ee92a4c58ea40d04e10a8427cdce3d011bf9e55f1a95a3d-d
2025-08-20T21:27:16.3637158Z [00:03:30.341]➜  packagefile github.com/pion/ice/v4/internal/fakenet=/root/.cache/go-build/24/245ffb26374e0503065134dfbabb32411635c9950890ce1d12fee779d67e5691-d
2025-08-20T21:27:16.3637725Z [00:03:30.341]➜  packagefile github.com/pion/ice/v4/internal/stun=/root/.cache/go-build/f5/f55e4eec1c07b8aa97f8ab0b44f1e9d638a0391b9ef87dd3fc416b517feb4c33-d
2025-08-20T21:27:16.3638309Z [00:03:30.341]➜  packagefile github.com/pion/ice/v4/internal/taskloop=/root/.cache/go-build/b9/b9f9a51aa7a37393ed78da6d5d4ae7aa42e745a6ea93690bf4b493075a7ea847-d
2025-08-20T21:27:16.3639015Z [00:03:30.341]➜  packagefile github.com/pion/mdns/v2=/root/.cache/go-build/da/daa5f8fd3b59c56bb96643ed06e248e2c90d5cb7339f4003e23c2d0bf496c3db-d
2025-08-20T21:27:16.3639582Z [00:03:30.341]➜  packagefile github.com/pion/transport/v3/stdnet=/root/.cache/go-build/a8/a8e343f0f2d7e137b9d85e8a82585852b74b5a505e6d3716f31fc483bed275be-d
2025-08-20T21:27:16.3640119Z [00:03:30.341]➜  packagefile github.com/pion/transport/v3/vnet=/root/.cache/go-build/30/30528f1d570c4ee39f76979515c8e71c99b4c4331d29a77f4b799f90ce54a406-d
2025-08-20T21:27:16.3640615Z [00:03:30.341]➜  packagefile github.com/pion/turn/v4=/root/.cache/go-build/7e/7ea059f6575a21dcb0f871319324b6cc02900d439f11fd2a86803f90a719ddd2-d
2025-08-20T21:27:16.3641113Z [00:03:30.341]➜  packagefile github.com/pion/dtls/v2=/root/.cache/go-build/a4/a41e95743c8d1d0d5d8d12e2d65c38b9498a66a92bfbc088ec50e05cfb807c3c-d
2025-08-20T21:27:16.3641658Z [00:03:30.341]➜  packagefile github.com/pion/stun/internal/hmac=/root/.cache/go-build/11/1159271051f62d019c463aefb7910d2bac3010de4bb45fca637a30ee90132f43-d
2025-08-20T21:27:16.3642320Z [00:03:30.341]➜  packagefile github.com/pion/transport/v2=/root/.cache/go-build/fe/fec2a07c34a2a48cc021307bc68c6f5d4548de4ac9bf7e8c77e707d0b602924c-d
2025-08-20T21:27:16.3642885Z [00:03:30.341]➜  packagefile github.com/pion/transport/v2/stdnet=/root/.cache/go-build/9a/9a474393bfc7fafa81c8ec702809cb5deb7e6b441e1e76ea5af962fbca01dab4-d
2025-08-20T21:27:16.3643458Z [00:03:30.341]➜  packagefile github.com/pion/transport/v2/utils/xor=/root/.cache/go-build/bc/bc9a03a40269d2b51682f65410f03ac588dade5f0b9b175c6c373fca62224626-d
2025-08-20T21:27:16.3643916Z [00:03:30.341]➜  packagefile encoding/gob=/root/.cache/go-build/72/72e79a8efade5bb35d634643049208c52e05590636b2abe71bf6a74d5e4146fa-d
2025-08-20T21:27:16.3644528Z [00:03:30.341]➜  packagefile github.com/pion/dtls/v3/internal/ciphersuite=/root/.cache/go-build/50/503131ce3ba5defd805e11fd5be853125d8fcb46c3d165cb16e5dd429bb5ab94-d
2025-08-20T21:27:16.3645176Z [00:03:30.341]➜  packagefile github.com/pion/dtls/v3/internal/ciphersuite/types=/root/.cache/go-build/f3/f3a59b26bed3b42a2a99ad7ab716729ac2f1c8767b474f51adb17ef9c9e4639b-d
2025-08-20T21:27:16.3645758Z [00:03:30.341]➜  packagefile github.com/pion/dtls/v3/internal/closer=/root/.cache/go-build/fb/fbc913c25488b709c71ac3fd14ee15ee8408883abecc90ba22f3e7452d5cf9a8-d
2025-08-20T21:27:16.3646334Z [00:03:30.341]➜  packagefile github.com/pion/dtls/v3/internal/net/udp=/root/.cache/go-build/aa/aab0df0331a75bf80a78ecab049e21e338ae68cd555a5177266ea372d7f24903-d
2025-08-20T21:27:16.3646977Z [00:03:30.341]➜  packagefile github.com/pion/dtls/v3/pkg/crypto/clientcertificate=/root/.cache/go-build/2b/2b7755bc5c2db5820d65255e80707d789805a30dafdb46278d4d23d18d29049f-d
2025-08-20T21:27:16.3647612Z [00:03:30.341]➜  packagefile github.com/pion/dtls/v3/pkg/crypto/hash=/root/.cache/go-build/9a/9ae83136d0f8dbfe33ccead9f479486aa97f4a37a17746a9038e9b50d0b80a7d-d
2025-08-20T21:27:16.3648177Z [00:03:30.341]➜  packagefile github.com/pion/dtls/v3/pkg/crypto/prf=/root/.cache/go-build/43/431469b45b2bc51b34519b2b6504510f027876be8930449280db197a8f8ddb5d-d
2025-08-20T21:27:16.3648917Z [00:03:30.341]➜  packagefile github.com/pion/dtls/v3/pkg/crypto/signaturehash=/root/.cache/go-build/e1/e1b92ed506e13c956a061b235707ad29cdba6857444106d6d0897e07eb8ae6bb-d
2025-08-20T21:27:16.3649458Z [00:03:30.341]➜  packagefile github.com/pion/dtls/v3/pkg/net=/root/.cache/go-build/aa/aa54fd536ae1282e1e2e24fe6c5175e0c2df0ed0da1969137ec804fd5f8fb407-d
2025-08-20T21:27:16.3650025Z [00:03:30.341]➜  packagefile github.com/pion/dtls/v3/pkg/protocol=/root/.cache/go-build/1f/1ff91a412bcd8bd5dc35468bd52d4d8f82dd69ee2e4db3d01645b7821141114f-d
2025-08-20T21:27:16.3650620Z [00:03:30.341]➜  packagefile github.com/pion/dtls/v3/pkg/protocol/alert=/root/.cache/go-build/72/72a322bf08b292c952ffe40d32b9096a06afdfb8e21bd8df70262829f159d2a9-d
2025-08-20T21:27:16.3651234Z [00:03:30.341]➜  packagefile github.com/pion/dtls/v3/pkg/protocol/extension=/root/.cache/go-build/ed/edab9e452750870a4f2340dbfa528a5a8944f9298bc05ad311059aaa18d08ee0-d
2025-08-20T21:27:16.3651930Z [00:03:30.341]➜  packagefile github.com/pion/dtls/v3/pkg/protocol/recordlayer=/root/.cache/go-build/83/83b759c019e40112176b410ba49a71d91c76f497f20b288d1ae01245f74eb01a-d
2025-08-20T21:27:16.3652483Z [00:03:30.341]➜  packagefile github.com/pion/transport/v3/netctx=/root/.cache/go-build/ee/ee82dd80ab75c3b50b13761f8b5414096d284e020030798c2c3bb1a8888cd01e-d
2025-08-20T21:27:16.3653075Z [00:03:30.341]➜  packagefile github.com/pion/transport/v3/replaydetector=/root/.cache/go-build/b4/b4912c99c4421013bf0810045115863ef8eb510ed7c4a9f4e58306ecfdb630bc-d
2025-08-20T21:27:16.3653645Z [00:03:30.341]➜  packagefile github.com/pion/dtls/v3/internal/util=/root/.cache/go-build/8d/8d9dc626e85e68287baa3e37396a726fded0682c4a8a0658f5f4974498d96079-d
2025-08-20T21:27:16.3654236Z [00:03:30.341]➜  packagefile github.com/pion/dtls/v3/pkg/crypto/signature=/root/.cache/go-build/f6/f6954a3422bf0c73b64690649ced25477d46f2fc61cb0bd05300a09bcc1e1239-d
2025-08-20T21:27:16.3654952Z [00:03:30.341]➜  packagefile github.com/pion/interceptor/pkg/flexfec/util=/root/.cache/go-build/77/779cb86703b2e269c4ec3fd40f2da5b2101fbd15233244b9728389d976113681-d
2025-08-20T21:27:16.3655559Z [00:03:30.341]➜  packagefile github.com/pion/interceptor/internal/rtpbuffer=/root/.cache/go-build/95/9527cf2061651fdaea6d02c112171b73f66f1b856b772b0c0b0f002afa6e0505-d
2025-08-20T21:27:16.3656132Z [00:03:30.341]➜  packagefile github.com/pion/interceptor/internal/ntp=/root/.cache/go-build/ab/abf16055b989373bc1d243222ab97cec0e9aa67590906744e7205277076d751b-d
2025-08-20T21:27:16.3656764Z [00:03:30.341]➜  packagefile github.com/pion/interceptor/internal/sequencenumber=/root/.cache/go-build/a6/a6c057dd5a1cbc176cd88e73287dff9f329321c641c1783de9b5c836b5d3230d-d
2025-08-20T21:27:16.3657318Z [00:03:30.341]➜  packagefile github.com/pion/rtp/codecs/av1/obu=/root/.cache/go-build/73/73cd359153c2b516f4dceee8d4554bb1778b979b72395d54fe80e88ceaedff3e-d
2025-08-20T21:27:16.3657858Z [00:03:30.341]➜  packagefile github.com/pion/rtp/codecs/vp9=/root/.cache/go-build/9d/9d5ab85f9d3596a22ebffcf7b33ea9d7a540f163ca38726103448d02b57c7890-d
2025-08-20T21:27:16.3658430Z [00:03:30.341]➜  packagefile github.com/pion/transport/v3/utils/xor=/root/.cache/go-build/0a/0abc8eb01bee4e6972609984bb387284c6c94c99f4c60dc1143a547f45969ce2-d
2025-08-20T21:27:16.3659107Z [00:03:30.341]➜  packagefile github.com/pion/stun/v3/internal/hmac=/root/.cache/go-build/24/24f961d8efab424b1a83e3a25f8061ac8f41bc062a7a1b2811584ffcc942b617-d
2025-08-20T21:27:16.3659667Z [00:03:30.341]➜  packagefile golang.org/x/net/internal/socks=/root/.cache/go-build/1e/1e91129b3d5ca5f7a4b1dc7604d5032af5655890b9336a04864fe59a7b4e0559-d
2025-08-20T21:27:16.3660269Z [00:03:30.341]➜  packagefile github.com/huin/goupnp/httpu=/root/.cache/go-build/cc/cc95562bd06d0fff97bd5b7a4ca2299fa62019d25ddb33aea6604b3ea3aa461f-d
2025-08-20T21:27:16.3660792Z [00:03:30.341]➜  packagefile github.com/huin/goupnp/scpd=/root/.cache/go-build/2a/2a39d4637b82a23fb1414fa8c5b11edfd4b14fec3393bb752abf6edf5d903a4e-d
2025-08-20T21:27:16.3661315Z [00:03:30.341]➜  packagefile github.com/huin/goupnp/soap=/root/.cache/go-build/5f/5f5550073dc349837bc96e24c9ec364a252a946f70721ce8468c3e3ab83f1091-d
2025-08-20T21:27:16.3661830Z [00:03:30.341]➜  packagefile github.com/huin/goupnp/ssdp=/root/.cache/go-build/4f/4fae10d5935dc41b23f370b43a3dbe400a03edaa9b3d2608944aebb02ee018c3-d
2025-08-20T21:27:16.3662416Z [00:03:30.341]➜  packagefile github.com/koron/go-ssdp/internal/multicast=/root/.cache/go-build/f7/f7b006df772e555bde11ea675db470d95341440feb7d112e6b02710167f44adb-d
2025-08-20T21:27:16.3662980Z [00:03:30.341]➜  packagefile github.com/koron/go-ssdp/internal/ssdplog=/root/.cache/go-build/2c/2cf07006637c332cd350d4f9b4775f3356559581972e2fcba7a38b486a7a14da-d
2025-08-20T21:27:16.3663734Z [00:03:30.341]➜  packagefile go.opentelemetry.io/otel/exporters/otlp/otlptrace/internal/tracetransform=/root/.cache/go-build/65/6506f8cfd607a3d97fac566ecbb6090cd402cae6adc66fed99d92c8da8c50b76-d
2025-08-20T21:27:16.3664571Z [00:03:30.341]➜  packagefile go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/internal/envconfig=/root/.cache/go-build/e9/e904edc0a6c9b3683e94e116293c96806f951991698559ae636f2f9925ed6bc5-d
2025-08-20T21:27:16.3665100Z [00:03:30.341]➜  packagefile google.golang.org/grpc/backoff=/root/.cache/go-build/b8/b80df0f5401046681c0cf7b4a0f5050b1762b765a8d1f0aaa54e42a2cb94c359-d
2025-08-20T21:27:16.3665711Z [00:03:30.341]➜  packagefile google.golang.org/grpc/credentials/insecure=/root/.cache/go-build/b8/b8eb03a23f43fd7bb4b6d1ce9b65a95dde346f689015fbb0c95a2ca1c068963b-d
2025-08-20T21:27:16.3666266Z [00:03:30.341]➜  packagefile google.golang.org/grpc/encoding/gzip=/root/.cache/go-build/a5/a5093c3ba319b21d76f6b07537d85dafd96ac7ac981f657463e0b5f38cefa214-d
2025-08-20T21:27:16.3666796Z [00:03:30.341]➜  packagefile github.com/cenkalti/backoff/v5=/root/.cache/go-build/26/2615a6da28609b222998141f4635adb0f2c670e74b1d71e90f6816bea5e74950-d
2025-08-20T21:27:16.3667404Z [00:03:30.341]➜  packagefile github.com/grpc-ecosystem/grpc-gateway/v2/runtime=/root/.cache/go-build/4d/4d529195b1d4359ff36c51b7075d4ddddcfd98c718c1724326f04578785d88e2-d
2025-08-20T21:27:16.3668171Z [00:03:30.341]➜  packagefile github.com/grpc-ecosystem/grpc-gateway/v2/utilities=/root/.cache/go-build/73/731eefdd721796aeb30ba959b58fe4797acc96cfba542913fe3a27ad7ca426fc-d
2025-08-20T21:27:16.3668875Z [00:03:30.341]➜  packagefile go.opentelemetry.io/proto/otlp/common/v1=/root/.cache/go-build/8c/8c116fd9bead9eb889d06d30ed984596719587bd67f4e4b62ba10220a7d4e2a8-d
2025-08-20T21:27:16.3669465Z [00:03:30.341]➜  packagefile go.opentelemetry.io/proto/otlp/resource/v1=/root/.cache/go-build/b5/b5ae00c938d8dc4a8fca7b0063f7ba7659aa2e748c64990b851c9647c37e391e-d
2025-08-20T21:27:16.3670075Z [00:03:30.341]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/root/.cache/go-build/5d/5d30b822d590768e4b1835a6241cb0b07ea3427ea3146c2062e7bc2514c9ffaa-d
2025-08-20T21:27:16.3670616Z [00:03:30.341]➜  packagefile google.golang.org/grpc/balancer=/root/.cache/go-build/7f/7f00b945ef37788858f5deea4ab75d62d1baeecaa87a711e2ad7488cc0fe3c09-d
2025-08-20T21:27:16.3671183Z [00:03:30.341]➜  packagefile google.golang.org/grpc/balancer/base=/root/.cache/go-build/97/970706f02168f06c2fcec8df5c93bada67cfc0e21112cb3abc035860eec8b857-d
2025-08-20T21:27:16.3671759Z [00:03:30.341]➜  packagefile google.golang.org/grpc/balancer/pickfirst=/root/.cache/go-build/23/23c0361d387993f94e6cfc08e54ae36c3911d99f5bf7f9b6a30874d3c2bc2ba3-d
2025-08-20T21:27:16.3672344Z [00:03:30.341]➜  packagefile google.golang.org/grpc/balancer/roundrobin=/root/.cache/go-build/a5/a5de38757b830897172a8c2c956b5a5d94afdb07a2a891ed149d22b681f105c2-d
2025-08-20T21:27:16.3672957Z [00:03:30.341]➜  packagefile google.golang.org/grpc/channelz=/root/.cache/go-build/bd/bdeb93550f76faf75f5a498177e925da4dd114256dfc4be26709c1aedee582d6-d
2025-08-20T21:27:16.3673514Z [00:03:30.341]➜  packagefile google.golang.org/grpc/connectivity=/root/.cache/go-build/ca/ca9e83dca307d4e8e9f937676c174a312dbf025bb39d0b553b172b03adc87d84-d
2025-08-20T21:27:16.3674043Z [00:03:30.341]➜  packagefile google.golang.org/grpc/encoding=/root/.cache/go-build/9e/9e0f873782d0183766bf776f148505c5fa30031dd1aee5c0c061c44892beb2e1-d
2025-08-20T21:27:16.3674601Z [00:03:30.341]➜  packagefile google.golang.org/grpc/encoding/proto=/root/.cache/go-build/3e/3e43904e1f5a145cc732c66e806469ebb2046972cdae8b6623a023db81f4637b-d
2025-08-20T21:27:16.3675181Z [00:03:30.341]➜  packagefile google.golang.org/grpc/experimental/stats=/root/.cache/go-build/01/01f9da05bf930ee1fe48ebd750d7f53ee9f3712ca41f643fbebda960bb3ffc39-d
2025-08-20T21:27:16.3675754Z [00:03:30.341]➜  packagefile google.golang.org/grpc/internal/backoff=/root/.cache/go-build/5e/5e312338b70c05e4bf6eeadfd25e1f9bfa2886e74e389280449dc133e4597045-d
2025-08-20T21:27:16.3676410Z [00:03:30.341]➜  packagefile google.golang.org/grpc/internal/balancer/gracefulswitch=/root/.cache/go-build/df/df3e6398e16accbd4d169300ef2a382fffbc211521b51e59e1ecde25d761ccf5-d
2025-08-20T21:27:16.3677008Z [00:03:30.341]➜  packagefile google.golang.org/grpc/internal/balancerload=/root/.cache/go-build/d8/d872ca15b1bb8af9e02911fea01f0083e7f07ce7aa49c58d82d31eb77290e751-d
2025-08-20T21:27:16.3677666Z [00:03:30.341]➜  packagefile google.golang.org/grpc/internal/binarylog=/root/.cache/go-build/e6/e6f33adef43fcd690b35f2f6865810d3ea58ee6a0a0c801c6c0c94b5707a505b-d
2025-08-20T21:27:16.3678236Z [00:03:30.341]➜  packagefile google.golang.org/grpc/internal/channelz=/root/.cache/go-build/d4/d4c88c97829ea0ac96045bab0446e6b969163a34c6e5890dfc1677e3d57f8f2a-d
2025-08-20T21:27:16.3678926Z [00:03:30.341]➜  packagefile google.golang.org/grpc/internal/grpcsync=/root/.cache/go-build/fd/fd45fe893bb5f20effcd8136d51a910dec6f1e3d3bdfebf0e8c9abb267888011-d
2025-08-20T21:27:16.3679526Z [00:03:30.341]➜  packagefile google.golang.org/grpc/internal/grpcutil=/root/.cache/go-build/3b/3b687f43c117fde997d0c2d14308f06e53cca9b2f6de2dc75d0c882d0fef3424-d
2025-08-20T21:27:16.3680085Z [00:03:30.341]➜  packagefile google.golang.org/grpc/internal/idle=/root/.cache/go-build/b5/b5f28ae15805a51b5498d1e0f4e11e6c1040daf12afd32c776b83213493ef24e-d
2025-08-20T21:27:16.3680788Z [00:03:30.341]➜  packagefile google.golang.org/grpc/internal/metadata=/root/.cache/go-build/56/562463c0fd415e3dac31853e7e269b815b9e97e7f934204ba7c68fe83078e674-d
2025-08-20T21:27:16.3681360Z [00:03:30.341]➜  packagefile google.golang.org/grpc/internal/pretty=/root/.cache/go-build/53/533cfdcc1448d082309a51007cb0bd2e79c383a0b7ee14a469c0c036f5fac002-d
2025-08-20T21:27:16.3681927Z [00:03:30.341]➜  packagefile google.golang.org/grpc/internal/resolver=/root/.cache/go-build/de/de1fdb19f55e990ae605463490c12233ba79b008f8cd81d449a7ede747a0fa29-d
2025-08-20T21:27:16.3682601Z [00:03:30.341]➜  packagefile google.golang.org/grpc/internal/resolver/delegatingresolver=/root/.cache/go-build/5a/5aedcd1f569a39bdde385f2358244c2b898156656994cc0d916a7ad639dc7537-d
2025-08-20T21:27:16.3683242Z [00:03:30.341]➜  packagefile google.golang.org/grpc/internal/resolver/passthrough=/root/.cache/go-build/ed/ed1dd85edb8c2701ce6faae3dd57811279bd5c732b2c4757e6a72e1de0c9d382-d
2025-08-20T21:27:16.3683845Z [00:03:30.341]➜  packagefile google.golang.org/grpc/internal/resolver/unix=/root/.cache/go-build/d5/d52853729593bef4a3386d778b0ef243109ed751f623bf8b4fff39da158e112e-d
2025-08-20T21:27:16.3684438Z [00:03:30.341]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/root/.cache/go-build/16/1644b37e42f749d62e6b5b17d4a7e3ca7b8952ecef046f06745fc313f724e28d-d
2025-08-20T21:27:16.3685002Z [00:03:30.341]➜  packagefile google.golang.org/grpc/internal/stats=/root/.cache/go-build/e9/e9ab98ef000fb49f3d4a3ee4d7c2b8d547e924a1660dab20d35042bdae7e6f6d-d
2025-08-20T21:27:16.3685574Z [00:03:30.341]➜  packagefile google.golang.org/grpc/internal/transport=/root/.cache/go-build/e1/e105b55dc859eacdf269143e6c77775e1d300181256e72f55484776b3fdd01ea-d
2025-08-20T21:27:16.3686178Z [00:03:30.341]➜  packagefile google.golang.org/grpc/keepalive=/root/.cache/go-build/9a/9a1f8f3f2c3e392ee34fb2dbb00e56480a284766eeda2d806a059c99a6e7faba-d
2025-08-20T21:27:16.3686707Z [00:03:30.341]➜  packagefile google.golang.org/grpc/mem=/root/.cache/go-build/77/7740bbb0493f5b9abca4d92be96001f3ccfb51cd22752ae4ae5c8ba69ec97667-d
2025-08-20T21:27:16.3687242Z [00:03:30.341]➜  packagefile google.golang.org/grpc/peer=/root/.cache/go-build/b2/b2742b461b0d51a30397276f416eb5f35e07ba98662ea7a319ecaad5aa34f43f-d
2025-08-20T21:27:16.3687774Z [00:03:30.341]➜  packagefile google.golang.org/grpc/resolver=/root/.cache/go-build/76/764fe1d6cfbe23795f274af1d220e802f9022a3c0a32c2a8b33c0de794c70e0e-d
2025-08-20T21:27:16.3688320Z [00:03:30.341]➜  packagefile google.golang.org/grpc/resolver/dns=/root/.cache/go-build/63/63591a23ae2748f50f14e58f775fba5a3e5125d567cd6a10e9f95d25297ca8ec-d
2025-08-20T21:27:16.3688987Z [00:03:30.341]➜  packagefile google.golang.org/grpc/serviceconfig=/root/.cache/go-build/0c/0c9a9fc68e48e440963f3aceb8f27ec5d0fde458bfa83321bfa53ffd50c49931-d
2025-08-20T21:27:16.3689504Z [00:03:30.341]➜  packagefile google.golang.org/grpc/tap=/root/.cache/go-build/9a/9a2d793fd0ee3f6137176a5ad405c8c55d20d3bcdaf957a79b1c2488f0a4c8f7-d
2025-08-20T21:27:16.3690141Z [00:03:30.341]➜  packagefile google.golang.org/grpc/attributes=/root/.cache/go-build/79/79583cbfcaaac9b6467a2536cc257fa76f0b6864ab9f062e50ee905968e21e52-d
2025-08-20T21:27:16.3690746Z [00:03:30.341]➜  packagefile google.golang.org/grpc/internal/credentials=/root/.cache/go-build/fa/fab0e9ac96a07343a5ac09e2d20f0cb5351afd40250c85fd3c374f2799a35296-d
2025-08-20T21:27:16.3691341Z [00:03:30.341]➜  packagefile google.golang.org/grpc/internal/envconfig=/root/.cache/go-build/3a/3ace25ab52f1372afad8a5893e75b98476f2a2d05a5c0f0ba7cad5a12ffb8ab9-d
2025-08-20T21:27:16.3692119Z [00:03:30.341]➜  packagefile go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp/internal/envconfig=/root/.cache/go-build/7e/7edee82b6418a307b013bdcaf57995bbe83400fe2ba019bfab2a918864d5158f-d
2025-08-20T21:27:16.3692650Z [00:03:30.341]➜  packagefile golang.org/x/net/html/atom=/root/.cache/go-build/05/05aa0f5704b4cfcf02d069c9b3ca517e8e1d2b0aa586bc0d9b99f0ff2047ceb2-d
2025-08-20T21:27:16.3693162Z [00:03:30.341]➜  packagefile debug/dwarf=/root/.cache/go-build/04/04031efaf7382258dbb0dae49289663a87171759a2f90f9a4691699b8bebb48b-d
2025-08-20T21:27:16.3693754Z [00:03:30.341]➜  packagefile internal/saferio=/root/.cache/go-build/b1/b1caf3e2fe0a6b0767739b8966244e2f0ac12ea976470a457aae904caaaeb99b-d
2025-08-20T21:27:16.3694305Z [00:03:30.341]➜  packagefile github.com/ipfs/go-ipld-cbor/encoding=/root/.cache/go-build/76/766194d514a0fab46587091e23adb4a2e95894d195c6937a8fc7749019a2bade-d
2025-08-20T21:27:16.3694851Z [00:03:30.341]➜  packagefile github.com/polydawn/refmt/pretty=/root/.cache/go-build/cf/cf7436a98b0deab8511e75b82e045886ec7d5bc1eaa83aea06691501799d2bfe-d
2025-08-20T21:27:16.3695400Z [00:03:30.341]➜  packagefile github.com/whyrusleeping/cbor-gen=/root/.cache/go-build/db/dbb7b1332d5f8fccdc62e0b4bb35d4b35121c74f74fbcb06a034f670c0e90819-d
2025-08-20T21:27:16.3695893Z [00:03:30.341]➜  packagefile golang.org/x/oauth2=/root/.cache/go-build/ba/badb98f0aba5e6cf5ed04253ad99f420e0b361420b1997933f8c28f43ce357d9-d
2025-08-20T21:27:16.3696492Z [00:03:30.341]➜  packagefile google.golang.org/protobuf/types/known/anypb=/root/.cache/go-build/cc/cc6c195793a1a4910c1e482ca74391626ad021f801ef9c24e16d8b28c22725d3-d
2025-08-20T21:27:16.3697052Z [00:03:30.341]➜  packagefile google.golang.org/protobuf/protoadapt=/root/.cache/go-build/30/3057133127598ed50eb80e065a5a7a099e71a40bde8a473c2cd96c71ebe55b74-d
2025-08-20T21:27:16.3697611Z [00:03:30.341]➜  packagefile github.com/gogo/protobuf/gogoproto=/root/.cache/go-build/5e/5e2f5a1a1822b7b526b49aae5216e7538f730ba719faadb17344bea9abe876f0-d
2025-08-20T21:27:16.3698153Z [00:03:30.341]➜  packagefile github.com/gogo/protobuf/sortkeys=/root/.cache/go-build/af/af0dcd0b073df1e9ac6f621037e1b3881892509023aeffe0a8a94c5ad039d7b1-d
2025-08-20T21:27:16.3698816Z [00:03:30.341]➜  packagefile github.com/kr/text=/root/.cache/go-build/7b/7b6822bca44caa78f043c2e4d7ab34c4b10c062c295777040715c129c2fe00fb-d
2025-08-20T21:27:16.3699390Z [00:03:30.341]➜  packagefile github.com/rogpeppe/go-internal/fmtsort=/root/.cache/go-build/64/64af8e0651e5ade7d98b31eb8e917fbc8e54b50521d9e3110e786bd5711c3d85-d
2025-08-20T21:27:16.3699897Z [00:03:30.341]➜  packagefile go/build/constraint=/root/.cache/go-build/83/83c7651baf17d3c686a7e83d6e43c0a4ebb6fb06bd6fe324f08a3d43a75a0c5c-d
2025-08-20T21:27:16.3700325Z [00:03:30.341]➜  packagefile go/doc=/root/.cache/go-build/20/208e57b5a8b70515e39fd667b6ad892ce1f93691c1a50fa6b74f3120585c0796-d
2025-08-20T21:27:16.3700810Z [00:03:30.341]➜  packagefile internal/buildcfg=/root/.cache/go-build/df/df8e7f3bea151e5b5d62ecf6246e68c9fc74cb669a22637fe9948c4c5c7d08a9-d
2025-08-20T21:27:16.3701266Z [00:03:30.341]➜  packagefile internal/goroot=/root/.cache/go-build/63/6333887b6152609ec6807486f7644199a90ef095afb8001df509dac4500e7229-d
2025-08-20T21:27:16.3701757Z [00:03:30.341]➜  packagefile internal/goversion=/root/.cache/go-build/d3/d3bb43876c9a316890dec21381239d181c1fcef964d47ac080fa4bbff8f6392a-d
2025-08-20T21:27:16.3702226Z [00:03:30.341]➜  packagefile internal/platform=/root/.cache/go-build/12/12280ee463f1ac86ff9315e112f712e80f51cec20216407ccee063963010f705-d
2025-08-20T21:27:16.3702769Z [00:03:30.341]➜  packagefile internal/syslist=/root/.cache/go-build/a3/a316eb6345b68b12a46a07b1b1c04fb8e45cc23b62692775655ba51017dfc65e-d
2025-08-20T21:27:16.3703483Z [00:03:30.341]➜  packagefile github.com/getsentry/sentry-go/internal/otel/baggage/internal/baggage=/root/.cache/go-build/6e/6e2b5fc99ba749a9ba81e9086bb95a3eb72d49c6b25b4da23a3eb296661e2c81-d
2025-08-20T21:27:16.3703997Z [00:03:30.341]➜  packagefile golang.org/x/text/cases=/root/.cache/go-build/c4/c4ffe038b6eccf7f5de9aeb220e4095f1761f6e817c2ec2dc9bfc9ec674ca4f4-d
2025-08-20T21:27:16.3704512Z [00:03:30.341]➜  packagefile golang.org/x/text/language=/root/.cache/go-build/b5/b53e04d930b9da6db161bfd11140bd52dc139ee6e259ea2aef619e0463cb5fbc-d
2025-08-20T21:27:16.3705045Z [00:03:30.341]➜  packagefile lukechampine.com/blake3/bao=/root/.cache/go-build/3e/3ea037479cbbf33c61aa098fb5b8c8d10ece095d1417fc4faffc9e6d699d0a0f-d
2025-08-20T21:27:16.3705570Z [00:03:30.341]➜  packagefile lukechampine.com/blake3/guts=/root/.cache/go-build/11/115521b0854e69beebf2c1321be29cbf6494493d357ff6e4fba4e8bea89e8e91-d
2025-08-20T21:27:16.3706241Z [00:03:30.341]➜  packagefile github.com/AndreasBriese/bbloom=/root/.cache/go-build/cf/cf7d9e8e82cc9c88e88b9547d93616e28c4f8d97986b9cd983dd3832fb0bd753-d
2025-08-20T21:27:16.3706758Z [00:03:30.341]➜  packagefile github.com/cespare/xxhash=/root/.cache/go-build/57/575e216e39ec2a622d31e52f0ee698b42ed413eff65d5e1ec405dc96a9c84c7f-d
2025-08-20T21:27:16.3707352Z [00:03:30.341]➜  packagefile google.golang.org/protobuf/reflect/protodesc=/root/.cache/go-build/ff/ff9b81daff275b2bf2d64d8c31a331450853cb4e8f6c033a4c869619803da18f-d
2025-08-20T21:27:16.3707918Z [00:03:30.341]➜  packagefile golang.org/x/net/internal/timeseries=/root/.cache/go-build/b4/b418708a20efd7c53fa8815a4a471995e503731ce6118e843ef81e582f223c69-d
2025-08-20T21:27:16.3708381Z [00:03:30.341]➜  packagefile go/doc/comment=/root/.cache/go-build/94/94556c67af21580214117be07f7b9fa24ce93add292ddb59fbd396c6234dade9-d
2025-08-20T21:27:16.3709186Z [00:03:30.341]➜  packagefile github.com/zeebo/blake3/internal/alg/compress/compress_pure=/root/.cache/go-build/f3/f37ff61a21421b0bc1e59bc32f23d9f270959acf4a867fa5e61e2a9fe8343f2c-d
2025-08-20T21:27:16.3709861Z [00:03:30.341]➜  packagefile github.com/zeebo/blake3/internal/alg/compress/compress_sse41=/root/.cache/go-build/f4/f44762f092f994d7bb8fecc8fdd7e294fd70a311b06f2d5946087dee927695e9-d
2025-08-20T21:27:16.3710499Z [00:03:30.341]➜  packagefile github.com/zeebo/blake3/internal/alg/hash/hash_avx2=/root/.cache/go-build/e0/e03b70c2de6e7db5f97eddf7b18fa2271f8a12abad444a02af80e1bcf5c2b911-d
2025-08-20T21:27:16.3711188Z [00:03:30.341]➜  packagefile github.com/zeebo/blake3/internal/alg/hash/hash_pure=/root/.cache/go-build/d1/d11825f1e6e6cc5c84b4b5b4c0dd71ab62ed72ee49e688e87bc2c6629c4dca63-d
2025-08-20T21:27:16.3711736Z [00:03:30.341]➜  packagefile github.com/klauspost/compress/fse=/root/.cache/go-build/ef/ef3d52c583370559a13c74c39940fec6a420ff4f68215370506f80c17816a835-d
2025-08-20T21:27:16.3712195Z [00:03:30.341]➜  packagefile database/sql=/root/.cache/go-build/15/1537a474acf671653035d5334e535fd35a229cdcabbd29923ca0dc1877292f5e-d
2025-08-20T21:27:16.3712774Z [00:03:30.341]➜  packagefile github.com/pion/ice/v4/internal/atomic=/root/.cache/go-build/c9/c9cc94953d5d2ae7b5b39d360520a0953b83dc6bc525e201ec3e8ac6e9a6b2cc-d
2025-08-20T21:27:16.3713311Z [00:03:30.341]➜  packagefile golang.org/x/net/dns/dnsmessage=/root/.cache/go-build/9a/9a171bb57842ab5a790ac00da4a8b16b2c65aebbcaf74580749b816492a27326-d
2025-08-20T21:27:16.3713817Z [00:03:30.341]➜  packagefile github.com/wlynxg/anet=/root/.cache/go-build/b0/b05feabd756359389aa1355c17fd7484b8dd731a5dffe1de08eeabedbdeae319-d
2025-08-20T21:27:16.3714424Z [00:03:30.341]➜  packagefile github.com/pion/turn/v4/internal/allocation=/root/.cache/go-build/be/bee8d8a8174bb5e71c4376a8a9cbffea39f2c29635b6e71a5f46a85950454b46-d
2025-08-20T21:27:16.3714993Z [00:03:30.341]➜  packagefile github.com/pion/turn/v4/internal/client=/root/.cache/go-build/37/37f51e4007d3cfe7de7c6046bb845f896374ea2701b0ddd8fbda07d0e301c25e-d
2025-08-20T21:27:16.3715634Z [00:03:30.341]➜  packagefile github.com/pion/turn/v4/internal/proto=/root/.cache/go-build/de/de1600963c299fc60025193e64e3af6a069a30d64d3032ec057618eb1d81bb08-d
2025-08-20T21:27:16.3716210Z [00:03:30.341]➜  packagefile github.com/pion/turn/v4/internal/server=/root/.cache/go-build/7b/7b31dbfe46bb5fd34fc3faa78ccd029d39f726b42e688aeb541bf92b01e07249-d
2025-08-20T21:27:16.3716811Z [00:03:30.341]➜  packagefile github.com/pion/dtls/v2/internal/ciphersuite=/root/.cache/go-build/c7/c786ee28ec44f7b903e7e15601073a0b3b53d9a76525f554dccda02451931a83-d
2025-08-20T21:27:16.3717441Z [00:03:30.341]➜  packagefile github.com/pion/dtls/v2/internal/ciphersuite/types=/root/.cache/go-build/27/27c4c1e765f45b07ae024ed3693673978e7c05b0cc87ed1f4e355fce70dd62d5-d
2025-08-20T21:27:16.3718024Z [00:03:30.341]➜  packagefile github.com/pion/dtls/v2/internal/closer=/root/.cache/go-build/9f/9fdc9af8cd9b372f814337e68b82cbd748d0d4e88badc3aae394de0f16e31d37-d
2025-08-20T21:27:16.3718895Z [00:03:30.341]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/clientcertificate=/root/.cache/go-build/6e/6eb28a03827902f1919db5abaefc16e32e4dedfbd13b33f0cb799393d1a84901-d
2025-08-20T21:27:16.3719509Z [00:03:30.341]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/elliptic=/root/.cache/go-build/b1/b1cb3d910f6f377a8cfd34fd888f79b87e1bd4a2f87daab2dff69ff9e074529c-d
2025-08-20T21:27:16.3720078Z [00:03:30.341]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/hash=/root/.cache/go-build/16/1661143cd6c07f2f4bd5de337baa5d0d18eb776c873346ae530b09cf6cfb8fbb-d
2025-08-20T21:27:16.3720664Z [00:03:30.341]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/prf=/root/.cache/go-build/bf/bfab330441a4d1208d388554b6c86cddc43a46d55e47a255d75d08f338565d6c-d
2025-08-20T21:27:16.3721301Z [00:03:30.341]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/signaturehash=/root/.cache/go-build/d8/d82fd12aec707c5ed457c21ea5cc39fca3058775057f4e98dc4ba4eeb44b7ec8-d
2025-08-20T21:27:16.3721877Z [00:03:30.341]➜  packagefile github.com/pion/dtls/v2/pkg/protocol=/root/.cache/go-build/b8/b87037b0e9fdee71458d8acb47fc313ba78cc6c667842b8e788218d049edcaf8-d
2025-08-20T21:27:16.3722487Z [00:03:30.341]➜  packagefile github.com/pion/dtls/v2/pkg/protocol/alert=/root/.cache/go-build/5f/5fe370f6e349bec2b987eff886e2787a6d107445b5236b97aa28bc894fd65265-d
2025-08-20T21:27:16.3723096Z [00:03:30.341]➜  packagefile github.com/pion/dtls/v2/pkg/protocol/extension=/root/.cache/go-build/ef/ef01811a6a56c601a915a50c7637ded1fa95e0756a7f8c5f28cae43d31e9fe4d-d
2025-08-20T21:27:16.3723705Z [00:03:30.341]➜  packagefile github.com/pion/dtls/v2/pkg/protocol/handshake=/root/.cache/go-build/51/513028763ffb38cc4aa0014d6b758fa25850d142364ec34c7606dc0bba861c12-d
2025-08-20T21:27:16.3724393Z [00:03:30.341]➜  packagefile github.com/pion/dtls/v2/pkg/protocol/recordlayer=/root/.cache/go-build/1c/1cb7f02f769012b6594e635abbfefbb254a5c8c7ab862ab934f4a267f1b67d11-d
2025-08-20T21:27:16.3724972Z [00:03:30.341]➜  packagefile github.com/pion/transport/v2/connctx=/root/.cache/go-build/fc/fce5d2c239b6e0d46574fabec07b5f6821571d0e8c9d0b06fdef3901aca37a80-d
2025-08-20T21:27:16.3725542Z [00:03:30.341]➜  packagefile github.com/pion/transport/v2/deadline=/root/.cache/go-build/f8/f8571300403a45e10695a7753bfabc56c377476278c1dae9a2620832015a4e17-d
2025-08-20T21:27:16.3726147Z [00:03:30.341]➜  packagefile github.com/pion/transport/v2/replaydetector=/root/.cache/go-build/82/82d5bdd3ddd47c0b3e53a7d4e90bbe64172ae14899f604fc2cd5d4a22cafb29d-d
2025-08-20T21:27:16.3726686Z [00:03:30.341]➜  packagefile github.com/pion/transport/v2/udp=/root/.cache/go-build/b0/b0a78a90a3d74a8c83fba5726c3322e674ca86ace81b6f438461aec6d2ef6fc4-d
2025-08-20T21:27:16.3727303Z [00:03:30.341]➜  packagefile github.com/pion/dtls/v3/pkg/crypto/ciphersuite=/root/.cache/go-build/7f/7f15c06d0b80533c218a46a2dac5802b414db27afd3d6057056567dd6ca83f24-d
2025-08-20T21:27:16.3727858Z [00:03:30.341]➜  packagefile github.com/pion/dtls/v3/internal/net=/root/.cache/go-build/ec/ec0f01339e75734dcdb6291df9a6ad5b4753c0492f97bc47184430fdc7a33feb-d
2025-08-20T21:27:16.3728701Z [00:03:30.341]➜  packagefile github.com/grpc-ecosystem/grpc-gateway/v2/internal/httprule=/root/.cache/go-build/1d/1d8d67c622cdc042447b5971add991527c48b1467f0d4a2370903b992f706af2-d
2025-08-20T21:27:16.3729330Z [00:03:30.341]➜  packagefile google.golang.org/genproto/googleapis/api/httpbody=/root/.cache/go-build/f1/f100fb10e6139224bf72afdf25b3aee978319b57a325675ffed70c99535ed97d-d
2025-08-20T21:27:16.3729916Z [00:03:30.341]➜  packagefile google.golang.org/grpc/health/grpc_health_v1=/root/.cache/go-build/ff/ffa6ae84b3f3a52d5d5d0935c4fa0bd958eb314e833832ca63821d5e5a56ebd8-d
2025-08-20T21:27:16.3730511Z [00:03:30.341]➜  packagefile google.golang.org/protobuf/encoding/protojson=/root/.cache/go-build/72/7297181f5d6d91bcdd1362251d32ae8015a3de031263db788c0de59dea71b40f-d
2025-08-20T21:27:16.3731127Z [00:03:30.341]➜  packagefile google.golang.org/protobuf/types/known/fieldmaskpb=/root/.cache/go-build/55/558347bb3091b6cf673e92796a73bee6bd66132619b0fd6c7f4f590417960670-d
2025-08-20T21:27:16.3732126Z [00:03:30.341]➜  packagefile google.golang.org/protobuf/types/known/structpb=/root/.cache/go-build/10/10e85a7bf8e1064cef904d2aec5f2d9679275331eca49c8812ba91b85f69ee04-d
2025-08-20T21:27:16.3732746Z [00:03:30.341]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/root/.cache/go-build/34/34cdf98e4858e344ceb3fa10d7f419fb1e7f5970c18073b659a588067fb126fd-d
2025-08-20T21:27:16.3733367Z [00:03:30.341]➜  packagefile google.golang.org/grpc/balancer/pickfirst/internal=/root/.cache/go-build/0b/0b35389c5f2b8df47f0f15ef4f930641e4fc3b1dd2b35384e4d8f0ef51d50644-d
2025-08-20T21:27:16.3734014Z [00:03:30.341]➜  packagefile google.golang.org/grpc/balancer/pickfirst/pickfirstleaf=/root/.cache/go-build/d5/d5b15e03dc839880b5371ceef45f5ceef55575fe5e88321751febbd095f54018-d
2025-08-20T21:27:16.3734585Z [00:03:30.341]➜  packagefile google.golang.org/grpc/internal/grpclog=/root/.cache/go-build/22/22cc2b3950b35aac9f53a2abf3305872787fa8804d35128677346fb8250fa312-d
2025-08-20T21:27:16.3735189Z [00:03:30.341]➜  packagefile google.golang.org/grpc/balancer/endpointsharding=/root/.cache/go-build/94/9431410b61161b2a79d3a32f1f90dcf7159665c3ad4f653e851b780310ac0cef-d
2025-08-20T21:27:16.3735808Z [00:03:30.342]➜  packagefile google.golang.org/grpc/binarylog/grpc_binarylog_v1=/root/.cache/go-build/19/192b15c5eccb9b46a1b189cc48c4d47aed62f55249246ec49e11a7b807530179-d
2025-08-20T21:27:16.3736370Z [00:03:30.342]➜  packagefile google.golang.org/grpc/internal/buffer=/root/.cache/go-build/18/18d9e13195b038d3722439301ff6954ffa6afe104fcc339fc3fc06581c374ebc-d
2025-08-20T21:27:16.3736981Z [00:03:30.342]➜  packagefile google.golang.org/grpc/internal/proxyattributes=/root/.cache/go-build/6e/6e13a2f6f84d733d42d70b3c1c48dad4ded37d32f0ac400776d91e076f1e69fe-d
2025-08-20T21:27:16.3737672Z [00:03:30.342]➜  packagefile google.golang.org/grpc/internal/transport/networktype=/root/.cache/go-build/a3/a3802367b2e91a2088135103bf3b3f53e5552c99068c72c8ac73b088dd36f27e-d
2025-08-20T21:27:16.3738174Z [00:03:30.342]➜  packagefile golang.org/x/net/http2=/root/.cache/go-build/25/25e8633236351b700823982b9b9bd8ebf1e6a8931da02f2e5ef36d1b87c520c3-d
2025-08-20T21:27:16.3738861Z [00:03:30.342]➜  packagefile google.golang.org/grpc/internal/syscall=/root/.cache/go-build/8e/8eba57568a5852e7f249428670b7f9b1f846a4293b22f660f5e428688e9a4d9e-d
2025-08-20T21:27:16.3739453Z [00:03:30.342]➜  packagefile google.golang.org/grpc/internal/resolver/dns=/root/.cache/go-build/76/761055d7036cfd6ac532d18ca504cb6c3fc30dd504e061b249ff551149fbf58a-d
2025-08-20T21:27:16.3739973Z [00:03:30.342]➜  packagefile github.com/polydawn/refmt=/root/.cache/go-build/db/db584a88e1f4b17adbdbb415375506ab836bdbbb029233fd0a80f84664902692-d
2025-08-20T21:27:16.3740467Z [00:03:30.342]➜  packagefile golang.org/x/xerrors=/root/.cache/go-build/3d/3df54300b5d5065b977bb0381f10e6ba7a74406151dbfe0c5cc63c57dd0f9ca6-d
2025-08-20T21:27:16.3741001Z [00:03:30.342]➜  packagefile golang.org/x/oauth2/internal=/root/.cache/go-build/ec/ecadaa4138cef969def04154daafcae1644c6c257a6b1235bdd34398649f6aa1-d
2025-08-20T21:27:16.3741696Z [00:03:30.342]➜  packagefile github.com/gogo/protobuf/protoc-gen-gogo/descriptor=/root/.cache/go-build/38/385c04c7c405270bf3340b51f34725f1f931d3af104b1c1cee0a236b4d6e21fe-d
2025-08-20T21:27:16.3742186Z [00:03:30.342]➜  packagefile internal/lazyregexp=/root/.cache/go-build/57/5751a868673443aeae88b0b0d221e700a242b7a4d6aaf1284d00fb9607b658c9-d
2025-08-20T21:27:16.3742694Z [00:03:30.342]➜  packagefile golang.org/x/text/internal=/root/.cache/go-build/31/3130a33cfdb204b50ad46198c5e41e9b0504b38228f4a10fd4694bdb6189ac0a-d
2025-08-20T21:27:16.3743246Z [00:03:30.342]➜  packagefile golang.org/x/text/internal/language=/root/.cache/go-build/ba/ba8fe030e87802c33c73df0d0e278774323912fa697002a42f0c52784e784cf0-d
2025-08-20T21:27:16.3743839Z [00:03:30.342]➜  packagefile golang.org/x/text/internal/language/compact=/root/.cache/go-build/6e/6edfe031603c6f867057fee1ec57b98939e1d37717b78183e4dbd91c8f2c4f22-d
2025-08-20T21:27:16.3744469Z [00:03:30.342]➜  packagefile google.golang.org/protobuf/internal/editionssupport=/root/.cache/go-build/d5/d5b67b627c2af96b28222209ed742b86b26a28bec786a755699ea9f0b7d5505d-d
2025-08-20T21:27:16.3745192Z [00:03:30.342]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/root/.cache/go-build/21/21b55fecbbd1023de1513d4cb8ec084457dcb56efe311583264f686030a496ae-d
2025-08-20T21:27:16.3745795Z [00:03:30.342]➜  packagefile google.golang.org/protobuf/types/gofeaturespb=/root/.cache/go-build/0f/0f34db2720ab987a2d84a6f128f67d06793acf0bf36d10d87d6be0395b0585fa-d
2025-08-20T21:27:16.3746367Z [00:03:30.342]➜  packagefile github.com/pion/turn/v4/internal/ipnet=/root/.cache/go-build/b5/b59b8b1a4786fc421448016e0755e5494a80fcffa81bda37fc206d51a14b0956-d
2025-08-20T21:27:16.3746978Z [00:03:30.342]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/ciphersuite=/root/.cache/go-build/1b/1b028fe0fae8e21a77f9c02a0d60a142b9de0362878d16f71e3e136cf9bf053f-d
2025-08-20T21:27:16.3747580Z [00:03:30.342]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/signature=/root/.cache/go-build/39/393fdd577dd23400cc5760b81ffd893f08aeea2c5d86b31837c933a254719645-d
2025-08-20T21:27:16.3748158Z [00:03:30.342]➜  packagefile github.com/pion/dtls/v2/internal/util=/root/.cache/go-build/d6/d62093325a2ff6a0fc85e53851b8fa0a8dd1d4c3fb03b56cd71cf18b1feb1bb4-d
2025-08-20T21:27:16.3748938Z [00:03:30.342]➜  packagefile github.com/pion/transport/v2/packetio=/root/.cache/go-build/e5/e5a2a27b2debb516b2a72451cec1570965d98066c30a761cab8e13d817d47fdd-d
2025-08-20T21:27:16.3749516Z [00:03:30.342]➜  packagefile github.com/pion/dtls/v3/pkg/crypto/ccm=/root/.cache/go-build/4b/4b9f69f2dcf18e5ee25ddf98afaef11e639b3e948db68f6f8a084e3b3df10896-d
2025-08-20T21:27:16.3750123Z [00:03:30.342]➜  packagefile google.golang.org/protobuf/internal/encoding/json=/root/.cache/go-build/54/545924999e414a8b99019f973bf72a64f698ea31f144f085ef865031f6729ae5-d
2025-08-20T21:27:16.3750747Z [00:03:30.342]➜  packagefile golang.org/x/net/internal/httpcommon=/root/.cache/go-build/a9/a9499879f1bdb3c961728853e2186d077bd8a6f21eed6e72180cd54a997a6142-d
2025-08-20T21:27:16.3751363Z [00:03:30.342]➜  packagefile google.golang.org/grpc/balancer/grpclb/state=/root/.cache/go-build/ee/ee39d9b8fdb38fed5b0e10f635ae3d350d83c0c49fe77684b9ecb9f2e88571c7-d
2025-08-20T21:27:16.3752001Z [00:03:30.342]➜  packagefile google.golang.org/grpc/internal/resolver/dns/internal=/root/.cache/go-build/bf/bf5e548ae1038df7884a82b1cc482b07568b88b2ff848d6b48c5050bc0c6c1fc-d
2025-08-20T21:27:16.3752533Z [00:03:30.342]➜  packagefile golang.org/x/xerrors/internal=/root/.cache/go-build/c0/c0006bee17e73db4b1ec35574120a2ce352760519fb705ffbf40f2cc80ac799e-d
2025-08-20T21:27:16.3753052Z [00:03:30.342]➜  packagefile golang.org/x/text/internal/tag=/root/.cache/go-build/86/86a599e1602057c262c3f0727af558f25e5288728affbd992d8e708b24f6e5bf-d
2025-08-20T21:27:16.3753625Z [00:03:30.342]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/ccm=/root/.cache/go-build/3f/3f27bf319d4d458d49c626734a1851e104b48a5f6fd1aa7edc2bb42099c8b2ec-d
2025-08-20T21:27:16.3846231Z [00:03:30.342]➜  modinfo "0w\xaf\f\x92t\b\x02A\xe1\xc1\a\xe6\xd6\x18\xe6path\tgithub.com/ipfs/kubo/cmd/ipfswatch\nmod\tgithub.com/ipfs/kubo\tv0.36.1-0.20250820035911-ccb49de8524e\t\ndep\tbazil.org/fuse\tv0.0.0-20200117225306-7b5117fecadc\th1:utDghgcjE8u+EBjHOgYT+dJPcnDF05KqWMBcjuJy510=\ndep\tcontrib.go.opencensus.io/exporter/prometheus\tv0.4.2\th1:sqfsYl5GIY/L570iT+l93ehxaWJs2/OwXtiWwew3oAg=\ndep\tgithub.com/AndreasBriese/bbloom\tv0.0.0-20190825152654-46b345b51c96\th1:cTp8I5+VIoKjsnZuH8vjyaysT/ses3EvZeaV/1UkF2M=\ndep\tgithub.com/DataDog/zstd\tv1.5.6-0.20230824185856-869dae002e5e\th1:ZIWapoIRN1VqT8GR8jAwb1Ie9GyehWjVcGh32Y2MznE=\ndep\tgithub.com/Jorropo/jsync\tv1.0.1\th1:6HgRolFZnsdfzRUj+ImB9og1JYOxQoReSywkHOGSaUU=\ndep\tgithub.com/alecthomas/units\tv0.0.0-20240927000941-0f3dac36c52b\th1:mimo19zliBX/vSQ6PWWSL9lK8qwHozUj03+zLoEB8O0=\ndep\tgithub.com/anmitsu/go-shlex\tv0.0.0-20161002113705-648efa622239\th1:kFOfPq6dUM1hTo4JG6LR5AXSUEsOjtdm0kw0FtQtMJA=\ndep\tgithub.com/benbjohnson/clock\tv1.3.5\th1:VvXlSJBzZpA/zum6Sj74hxwYI2DIxRWuNIoXAzHZz5o=\ndep\tgithub.com/beorn7/perks\tv1.0.1\th1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=\ndep\tgithub.com/blang/semver/v4\tv4.0.0\th1:1PFHFE6yCCTv8C1TeyNNarDzntLi7wMI5i/pzqYIsAM=\ndep\tgithub.com/caddyserver/certmagic\tv0.23.0\th1:CfpZ/50jMfG4+1J/u2LV6piJq4HOfO6ppOnOf7DkFEU=\ndep\tgithub.com/caddyserver/zerossl\tv0.1.3\th1:onS+pxp3M8HnHpN5MMbOMyNjmTheJyWRaZYwn+YTAyA=\ndep\tgithub.com/cenkalti/backoff/v4\tv4.3.0\th1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK343L8=\ndep\tgithub.com/cenkalti/backoff/v5\tv5.0.2\th1:rIfFVxEf1QsI7E1ZHfp/B4DF/6QBAUhmgkxc0H7Zss8=\ndep\tgithub.com/ceramicnetwork/go-dag-jose\tv0.1.1\th1:7pObs22egc14vSS3AfCFfS1VmaL4lQUsAK7OGC3PlKk=\ndep\tgithub.com/cespare/xxhash\tv1.1.0\th1:a6HrQnmkObjyL+Gs60czilIUGqrzKutQD6XZog3p+ko=\ndep\tgithub.com/cespare/xxhash/v2\tv2.3.0\th1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=\ndep\tgithub.com/cheggaaa/pb\tv1.0.29\th1:FckUN5ngEk2LpvuG0fw1GEFx6LtyY2pWI/Z2QgCnEYo=\ndep\tgithub.com/cockroachdb/crlib\tv0.0.0-20241015224233-894974b3ad94\th1:bvJv505UUfjzbaIPdNS4AEkHreDqQk6yuNpsdRHpwFA=\ndep\tgithub.com/cockroachdb/errors\tv1.11.3\th1:5bA+k2Y6r+oz/6Z/RFlNeVCesGARKuC6YymtcDrbC/I=\ndep\tgithub.com/cockroachdb/fifo\tv0.0.0-20240606204812-0bbfbd93a7ce\th1:giXvy4KSc/6g/esnpM7Geqxka4WSqI1SZc7sMJFd3y4=\ndep\tgithub.com/cockroachdb/logtags\tv0.0.0-20230118201751-21c54148d20b\th1:r6VH0faHjZeQy818SGhaone5OnYfxFR/+AzdY3sf5aE=\ndep\tgithub.com/cockroachdb/pebble/v2\tv2.0.6\th1:eL54kX2AKp1ePJ/8vq4IO3xIEPpvVjlSP12dlLYilyE=\ndep\tgithub.com/cockroachdb/redact\tv1.1.5\th1:u1PMllDkdFfPWaNGMyLD1+so+aq3uUItthCFqzwPJ30=\ndep\tgithub.com/cockroachdb/swiss\tv0.0.0-20250624142022-d6e517c1d961\th1:Nua446ru3juLHLZd4AwKNzClZgL1co3pUPGv3o8FlcA=\ndep\tgithub.com/cockroachdb/tokenbucket\tv0.0.0-20230807174530-cc333fc44b06\th1:zuQyyAKVxetITBuuhv3BI9cMrmStnpT18zmgmTxunpo=\ndep\tgithub.com/crackcomm/go-gitignore\tv0.0.0-20241020182519-7843d2ba8fdf\th1:dwGgBWn84wUS1pVikGiruW+x5XM4amhjaZO20vCjay4=\ndep\tgithub.com/cskr/pubsub\tv1.0.2\th1:vlOzMhl6PFn60gRlTQQsIfVwaPB/B/8MziK8FhEPt/0=\ndep\tgithub.com/davidlazar/go-crypto\tv0.0.0-20200604182044-b73af7476f6c\th1:pFUpOrbxDR6AkioZ1ySsx5yxlDQZ8stG2b88gTPxgJU=\ndep\tgithub.com/decred/dcrd/dcrec/secp256k1/v4\tv4.4.0\th1:NMZiJj8QnKe1LgsbDayM4UoHwbvwDRwnI3hwNaAHRnc=\ndep\tgithub.com/dgraph-io/badger\tv1.6.2\th1:mNw0qs90GVgGGWylh0umH5iag1j6n/PeJtNvL6KY/x8=\ndep\tgithub.com/dgraph-io/ristretto\tv0.0.2\th1:a5WaUrDa0qm0YrAAS1tUykT5El3kt62KNZZeMxQn3po=\ndep\tgithub.com/dustin/go-humanize\tv1.0.1\th1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkpeCY=\ndep\tgithub.com/elgris/jsondiff\tv0.0.0-20160530203242-765b5c24c302\th1:QV0ZrfBLpFc2KDk+a4LJefDczXnonRwrYrQJY/9L4dA=\ndep\tgithub.com/facebookgo/atomicfile\tv0.0.0-20151019160806-2de1f203e7d5\th1:BBso6MBKW8ncyZLv37o+KNyy0HrrHgfnOaGQC2qvN+A=\ndep\tgithub.com/felixge/httpsnoop\tv1.0.4\th1:NFTV2Zj1bL4mc9sqWACXbQFVBBg2W3GPvqp8/ESS2Wg=\ndep\tgithub.com/filecoin-project/go-clock\tv0.1.0\th1:SFbYIM75M8NnFm1yMHhN9Ahy3W5bEZV9gd6MPfXbKVU=\ndep\tgithub.com/flynn/noise\tv1.1.0\th1:KjPQoQCEFdZDiP03phOvGi11+SVVhBG2wOWAorLsstg=\ndep\tgithub.com/francoispqt/gojay\tv1.2.13\th1:d2m3sFjloqoIUQU3TsHBgj6qg/BVGlTBeHDUmyJnXKk=\ndep\tgithub.com/fsnotify/fsnotify\tv1.7.0\th1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA=\ndep\tgithub.com/gabriel-vasile/mimetype\tv1.4.9\th1:5k+WDwEsD9eTLL8Tz3L0VnmVh9QxGjRmjBvAG7U/oYY=\ndep\tgithub.com/gammazero/chanqueue\tv1.1.1\th1:n9Y+zbBxw2f7uUE9wpgs0rOSkP/I/yhDLiNuhyVjojQ=\ndep\tgithub.com/gammazero/deque\tv1.1.0\th1:OyiyReBbnEG2PP0Bnv1AASLIYvyKqIFN5xfl1t8oGLo=\ndep\tgithub.com/getsentry/sentry-go\tv0.27.0\th1:Pv98CIbtB3LkMWmXi4Joa5OOcwbmnX88sF5qbK3r3Ps=\ndep\tgithub.com/go-jose/go-jose/v4\tv4.0.5\th1:M6T8+mKZl/+fNNuFHvGIzDz7BTLQPIounk/b9dw3AaE=\ndep\tgithub.com/go-kit/log\tv0.2.1\th1:MRVx0/zhvdseW+Gza6N9rVzU/IVzaeE1SFI4raAhmBU=\ndep\tgithub.com/go-logfmt/logfmt\tv0.6.0\th1:wGYYu3uicYdqXVgoYbvnkrPVXkuLM1p1ifugDMEdRi4=\ndep\tgithub.com/go-logr/logr\tv1.4.3\th1:CjnDlHq8ikf6E492q6eKboGOC0T8CDaOvkHCIg8idEI=\ndep\tgithub.com/go-logr/stdr\tv1.2.2\th1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag=\ndep\tgithub.com/gogo/protobuf\tv1.3.2\th1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=\ndep\tgithub.com/golang/groupcache\tv0.0.0-20210331224755-41bb18bfe9da\th1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE=\ndep\tgithub.com/golang/protobuf\tv1.5.4\th1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek=\ndep\tgithub.com/golang/snappy\tv0.0.5-0.20231225225746-43d5d4cd4e0e\th1:4bw4WeyTYPp0smaXiJZCNnLrvVBqirQVreixayXezGc=\ndep\tgithub.com/google/gopacket\tv1.1.19\th1:ves8RnFZPGiFnTS0uPQStjwru6uO6h+nlr9j6fL7kF8=\ndep\tgithub.com/google/uuid\tv1.6.0\th1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=\ndep\tgithub.com/gorilla/mux\tv1.8.1\th1:TuBL49tXwgrFYWhqrNgrUNEY92u81SPhu7sTdzQEiWY=\ndep\tgithub.com/gorilla/websocket\tv1.5.3\th1:saDtZ6Pbx/0u+bgYQ3q96pZgCzfhKXGPqt7kZ72aNNg=\ndep\tgithub.com/grpc-ecosystem/grpc-gateway/v2\tv2.27.1\th1:X5VWvz21y3gzm9Nw/kaUeku/1+uBhcekkmy4IkffJww=\ndep\tgithub.com/hashicorp/go-version\tv1.7.0\th1:5tqGy27NaOTB8yJKUZELlFAS/LTKJkrmONwQKeRZfjY=\ndep\tgithub.com/hashicorp/golang-lru\tv1.0.2\th1:dV3g9Z/unq5DpblPpw+Oqcv4dU/1omnb4Ok8iPY6p1c=\ndep\tgithub.com/hashicorp/golang-lru/v2\tv2.0.7\th1:a+bsQ5rvGLjzHuww6tVxozPZFVghXaHOwFs4luLUK2k=\ndep\tgithub.com/huin/goupnp\tv1.3.0\th1:UvLUlWDNpoUdYzb2TCn+MuTWtcjXKSza2n6CBdQ0xXc=\ndep\tgithub.com/ipfs-shipyard/nopfs\tv0.0.14\th1:HFepJt/MxhZ3/GsLZkkAPzIPdNYKaLO1Qb7YmPbWIKk=\ndep\tgithub.com/ipfs-shipyard/nopfs/ipfs\tv0.25.0\th1:OqNqsGZPX8zh3eFMO8Lf8EHRRnSGBMqcdHUd7SDsUOY=\ndep\tgithub.com/ipfs/bbloom\tv0.0.4\th1:Gi+8EGJ2y5qiD5FbsbpX/TMNcJw8gSqr7eyjHa4Fhvs=\ndep\tgithub.com/ipfs/boxo\tv0.34.0\th1:pMP9bAsTs4xVh8R0ZmxIWviV7kjDa60U24QrlGgHb1g=\ndep\tgithub.com/ipfs/go-bitfield\tv1.1.0\th1:fh7FIo8bSwaJEh6DdTWbCeZ1eqOaOkKFI74SCnsWbGA=\ndep\tgithub.com/ipfs/go-block-format\tv0.2.2\th1:uecCTgRwDIXyZPgYspaLXoMiMmxQpSx2aq34eNc4YvQ=\ndep\tgithub.com/ipfs/go-cid\tv0.5.0\th1:goEKKhaGm0ul11IHA7I6p1GmKz8kEYniqFopaB5Otwg=\ndep\tgithub.com/ipfs/go-cidutil\tv0.1.0\th1:RW5hO7Vcf16dplUU60Hs0AKDkQAVPVplr7lk97CFL+Q=\ndep\tgithub.com/ipfs/go-datastore\tv0.8.3\th1:z391GsQyGKUIUof2tPoaZVeDknbt7fNHs6Gqjcw5Jo4=\ndep\tgithub.com/ipfs/go-ds-badger\tv0.3.4\th1:MmqFicftE0KrwMC77WjXTrPuoUxhwyFsjKONSeWrlOo=\ndep\tgithub.com/ipfs/go-ds-flatfs\tv0.5.5\th1:lkx5C99pFBMI7T1sYF7y3v7xIYekNVNMp/95Gm9Y3tY=\ndep\tgithub.com/ipfs/go-ds-leveldb\tv0.5.2\th1:6nmxlQ2zbp4LCNdJVsmHfs9GP0eylfBNxpmY1csp0x0=\ndep\tgithub.com/ipfs/go-ds-measure\tv0.2.2\th1:4kwvBGbbSXNYe4ANlg7qTIYoZU6mNlqzQHdVqICkqGI=\ndep\tgithub.com/ipfs/go-ds-pebble\tv0.5.1\th1:p0FAE0zw9J/3T1VkGB9s98jWmfKmw2t0iEwfMUv8iSQ=\ndep\tgithub.com/ipfs/go-fs-lock\tv0.1.1\th1:TecsP/Uc7WqYYatasreZQiP9EGRy4ZnKoG4yXxR33nw=\ndep\tgithub.com/ipfs/go-ipfs-cmds\tv0.15.0\th1:nQDgKadrzyiFyYoZMARMIoVoSwe3gGTAfGvrWLeAQbQ=\ndep\tgithub.com/ipfs/go-ipfs-delay\tv0.0.1\th1:r/UXYyRcddO6thwOnhiznIAiSvxMECGgtv35Xs1IeRQ=\ndep\tgithub.com/ipfs/go-ipfs-ds-help\tv1.1.1\th1:B5UJOH52IbcfS56+Ul+sv8jnIV10lbjLF5eOO0C66Nw=\ndep\tgithub.com/ipfs/go-ipfs-pq\tv0.0.3\th1:YpoHVJB+jzK15mr/xsWC574tyDLkezVrDNeaalQBsTE=\ndep\tgithub.com/ipfs/go-ipfs-redirects-file\tv0.1.2\th1:QCK7VtL91FH17KROVVy5KrzDx2hu68QvB2FTWk08ZQk=\ndep\tgithub.com/ipfs/go-ipld-cbor\tv0.2.1\th1:H05yEJbK/hxg0uf2AJhyerBDbjOuHX4yi+1U/ogRa7E=\ndep\tgithub.com/ipfs/go-ipld-format\tv0.6.2\th1:bPZQ+A05ol0b3lsJSl0bLvwbuQ+HQbSsdGTy4xtYUkU=\ndep\tgithub.com/ipfs/go-ipld-git\tv0.1.1\th1:TWGnZjS0htmEmlMFEkA3ogrNCqWjIxwr16x1OsdhG+Y=\ndep\tgithub.com/ipfs/go-ipld-legacy\tv0.2.2\th1:DThbqCPVLpWBcGtU23KDLiY2YRZZnTkXQyfz8aOfBkQ=\ndep\tgithub.com/ipfs/go-log/v2\tv2.8.1\th1:Y/X36z7ASoLJaYIJAL4xITXgwf7RVeqb1+/25aq/Xk0=\ndep\tgithub.com/ipfs/go-metrics-interface\tv0.3.0\th1:YwG7/Cy4R94mYDUuwsBfeziJCVm9pBMJ6q/JR9V40TU=\ndep\tgithub.com/ipfs/go-peertaskqueue\tv0.8.2\th1:PaHFRaVFdxQk1Qo3OKiHPYjmmusQy7gKQUaL8JDszAU=\ndep\tgithub.com/ipfs/go-unixfsnode\tv1.10.1\th1:hGKhzuH6NSzZ4y621wGuDspkjXRNG3B+HqhlyTjSwSM=\ndep\tgithub.com/ipld/go-car/v2\tv2.14.3\th1:1Mhl82/ny8MVP+w1M4LXbj4j99oK3gnuZG2GmG1IhC8=\ndep\tgithub.com/ipld/go-codec-dagpb\tv1.7.0\th1:hpuvQjCSVSLnTnHXn+QAMR0mLmb1gA6wl10LExo2Ts0=\ndep\tgithub.com/ipld/go-ipld-prime\tv0.21.0\th1:n4JmcpOlPDIxBcY037SVfpd1G+Sj1nKZah0m6QH9C2E=\ndep\tgithub.com/ipshipyard/p2p-forge\tv0.6.1\th1:987/hUC1YxI56CcMX6iTB+9BLjFV0d2SJnig9Z1pf8A=\ndep\tgithub.com/jackpal/go-nat-pmp\tv1.0.2\th1:KzKSgb7qkJvOUTqYl9/Hg/me3pWgBmERKrTGD7BdWus=\ndep\tgithub.com/jbenet/go-temp-err-catcher\tv0.1.0\th1:zpb3ZH6wIE8Shj2sKS+khgRvf7T7RABoLk/+KKHggpk=\ndep\tgithub.com/klauspost/compress\tv1.18.0\th1:c/Cqfb0r+Yi+JtIEq73FWXVkRonBlf0CRNYc8Zttxdo=\ndep\tgithub.com/klauspost/cpuid/v2\tv2.3.0\th1:S4CRMLnYUhGeDFDqkGriYKdfoFlDnMtqTiI/sFzhA9Y=\ndep\tgithub.com/koron/go-ssdp\tv0.0.6\th1:Jb0h04599eq/CY7rB5YEqPS83HmRfHP2azkxMN2rFtU=\ndep\tgithub.com/kr/pretty\tv0.3.1\th1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=\ndep\tgithub.com/kr/text\tv0.2.0\th1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=\ndep\tgithub.com/libdns/libdns\tv1.0.0-beta.1\th1:KIf4wLfsrEpXpZ3vmc/poM8zCATXT2klbdPe6hyOBjQ=\ndep\tgithub.com/libp2p/go-buffer-pool\tv0.1.0\th1:oK4mSFcQz7cTQIfqbe4MIj9gLW+mnanjyFtc6cdF0Y8=\ndep\tgithub.com/libp2p/go-cidranger\tv1.1.0\th1:ewPN8EZ0dd1LSnrtuwd4709PXVcITVeuwbag38yPW7c=\ndep\tgithub.com/libp2p/go-doh-resolver\tv0.5.0\th1:4h7plVVW+XTS+oUBw2+8KfoM1jF6w8XmO7+skhePFdE=\ndep\tgithub.com/libp2p/go-flow-metrics\tv0.3.0\th1:q31zcHUvHnwDO0SHaukewPYgwOBSxtt830uJtUx6784=\ndep\tgithub.com/libp2p/go-libp2p\tv0.43.0\th1:b2bg2cRNmY4HpLK8VHYQXLX2d3iND95OjodLFymvqXU=\ndep\tgithub.com/libp2p/go-libp2p-asn-util\tv0.4.1\th1:xqL7++IKD9TBFMgnLPZR6/6iYhawHKHl950SO9L6n94=\ndep\tgithub.com/libp2p/go-libp2p-gostream\tv0.6.0\th1:QfAiWeQRce6pqnYfmIVWJFXNdDyfiR/qkCnjyaZUPYU=\ndep\tgithub.com/libp2p/go-libp2p-http\tv0.5.0\th1:+x0AbLaUuLBArHubbbNRTsgWz0RjNTy6DJLOxQ3/QBc=\ndep\tgithub.com/libp2p/go-libp2p-kad-dht\tv0.34.0\th1:yvJ/Vrt36GVjsqPxiGcuuwOloKuZLV9Aa7awIKyNXy0=\ndep\tgithub.com/libp2p/go-libp2p-kbucket\tv0.7.0\th1:vYDvRjkyJPeWunQXqcW2Z6E93Ywx7fX0jgzb/dGOKCs=\ndep\tgithub.com/libp2p/go-libp2p-pubsub\tv0.14.2\th1:nT5lFHPQOFJcp9CW8hpKtvbpQNdl2udJuzLQWbgRum8=\ndep\tgithub.com/libp2p/go-libp2p-pubsub-router\tv0.6.0\th1:D30iKdlqDt5ZmLEYhHELCMRj8b4sFAqrUcshIUvVP/s=\ndep\tgithub.com/libp2p/go-libp2p-record\tv0.3.1\th1:cly48Xi5GjNw5Wq+7gmjfBiG9HCzQVkiZOUZ8kUl+Fg=\ndep\tgithub.com/libp2p/go-libp2p-routing-helpers\tv0.7.5\th1:HdwZj9NKovMx0vqq6YNPTh6aaNzey5zHD7HeLJtq6fI=\ndep\tgithub.com/libp2p/go-libp2p-xor\tv0.1.0\th1:hhQwT4uGrBcuAkUGXADuPltalOdpf9aag9kaYNT2tLA=\ndep\tgithub.com/libp2p/go-msgio\tv0.3.0\th1:mf3Z8B1xcFN314sWX+2vOTShIE0Mmn2TXn3YCUQGNj0=\ndep\tgithub.com/libp2p/go-netroute\tv0.2.2\th1:Dejd8cQ47Qx2kRABg6lPwknU7+nBnFRpko45/fFPuZ8=\ndep\tgithub.com/libp2p/go-reuseport\tv0.4.0\th1:nR5KU7hD0WxXCJbmw7r2rhRYruNRl2koHw8fQscQm2s=\ndep\tgithub.com/libp2p/go-yamux/v5\tv5.0.1\th1:f0WoX/bEF2E8SbE4c/k1Mo+/9z0O4oC/hWEA+nfYRSg=\ndep\tgithub.com/libp2p/zeroconf/v2\tv2.2.0\th1:Cup06Jv6u81HLhIj1KasuNM/RHHrJ8T7wOTS4+Tv53Q=\ndep\tgithub.com/marten-seemann/tcp\tv0.0.0-20210406111302-dfbc87cc63fd\th1:br0buuQ854V8u83wA0rVZ8ttrq5CpaPZdvrK0LP2lOk=\ndep\tgithub.com/mattn/go-colorable\tv0.1.13\th1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=\ndep\tgithub.com/mattn/go-isatty\tv0.0.20\th1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=\ndep\tgithub.com/mattn/go-runewidth\tv0.0.15\th1:UNAjwbU9l54TA3KzvqLGxwWjHmMgBUVhBiTjelZgg3U=\ndep\tgithub.com/mgutz/ansi\tv0.0.0-20170206155736-9520e82c474b\th1:j7+1HpAFS1zy5+Q4qx1fWh90gTKwiN4QCGoY9TWyyO4=\ndep\tgithub.com/mholt/acmez/v3\tv3.1.2\th1:auob8J/0FhmdClQicvJvuDavgd5ezwLBfKuYmynhYzc=\ndep\tgithub.com/miekg/dns\tv1.1.68\th1:jsSRkNozw7G/mnmXULynzMNIsgY2dHC8LO6U6Ij2JEA=\ndep\tgithub.com/mikioh/tcpinfo\tv0.0.0-20190314235526-30a79bb1804b\th1:z78hV3sbSMAUoyUMM0I83AUIT6Hu17AWfgjzIbtrYFc=\ndep\tgithub.com/mikioh/tcpopt\tv0.0.0-20190314235656-172688c1accc\th1:PTfri+PuQmWDqERdnNMiD9ZejrlswWrCpBEZgWOiTrc=\ndep\tgithub.com/minio/sha256-simd\tv1.0.1\th1:6kaan5IFmwTNynnKKpDHe6FWHohJOHhCPchzK49dzMM=\ndep\tgithub.com/mr-tron/base58\tv1.2.0\th1:T/HDJBh4ZCPbU39/+c3rRvE0uKBQlU27+QI8LJ4t64o=\ndep\tgithub.com/multiformats/go-base32\tv0.1.0\th1:pVx9xoSPqEIQG8o+UbAe7DNi51oej1NtK+aGkbLYxPE=\ndep\tgithub.com/multiformats/go-base36\tv0.2.0\th1:lFsAbNOGeKtuKozrtBsAkSVhv1p9D0/qedU9rQyccr0=\ndep\tgithub.com/multiformats/go-multiaddr\tv0.16.1\th1:fgJ0Pitow+wWXzN9do+1b8Pyjmo8m5WhGfzpL82MpCw=\ndep\tgithub.com/multiformats/go-multiaddr-dns\tv0.4.1\th1:whi/uCLbDS3mSEUMb1MsoT4uzUeZB0N32yzufqS0i5M=\ndep\tgithub.com/multiformats/go-multiaddr-fmt\tv0.1.0\th1:WLEFClPycPkp4fnIzoFoV9FVd49/eQsuaL3/CWe167E=\ndep\tgithub.com/multiformats/go-multibase\tv0.2.0\th1:isdYCVLvksgWlMW9OZRYJEa9pZETFivncJHmHnnd87g=\ndep\tgithub.com/multiformats/go-multicodec\tv0.9.2\th1:YrlXCuqxjqm3bXl+vBq5LKz5pz4mvAsugdqy78k0pXQ=\ndep\tgithub.com/multiformats/go-multihash\tv0.2.3\th1:7Lyc8XfX/IY2jWb/gI7JP+o7JEq9hOa7BFvVU9RSh+U=\ndep\tgithub.com/multiformats/go-multistream\tv0.6.1\th1:4aoX5v6T+yWmc2raBHsTvzmFhOI8WVOer28DeBBEYdQ=\ndep\tgithub.com/multiformats/go-varint\tv0.0.7\th1:sWSGR+f/eu5ABZA2ZpYKBILXTTs9JWpdEM/nEGOHFS8=\ndep\tgithub.com/munnerz/goautoneg\tv0.0.0-20191010083416-a7dc8b61c822\th1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=\ndep\tgithub.com/opentracing/opentracing-go\tv1.2.0\th1:uEJPy/1a5RIPAJ0Ov+OIO8OxWu77jEv+1B0VhjKrZUs=\ndep\tgithub.com/openzipkin/zipkin-go\tv0.4.3\th1:9EGwpqkgnwdEIJ+Od7QVSEIH+ocmm5nPat0G7sjsSdg=\ndep\tgithub.com/pbnjay/memory\tv0.0.0-20210728143218-7b4eea64cf58\th1:onHthvaw9LFnH4t2DcNVpwGmV9E1BkGknEliJkfwQj0=\ndep\tgithub.com/petar/GoLLRB\tv0.0.0-20210522233825-ae3b015fd3e9\th1:1/WtZae0yGtPq+TI6+Tv1WTxkukpXeMlviSxvL7SRgk=\ndep\tgithub.com/pion/datachannel\tv1.5.10\th1:ly0Q26K1i6ZkGf42W7D4hQYR90pZwzFOjTq5AuCKk4o=\ndep\tgithub.com/pion/dtls/v2\tv2.2.12\th1:KP7H5/c1EiVAAKUmXyCzPiQe5+bCJrpOeKg/L05dunk=\ndep\tgithub.com/pion/dtls/v3\tv3.0.6\th1:7Hkd8WhAJNbRgq9RgdNh1aaWlZlGpYTzdqjy9x9sK2E=\ndep\tgithub.com/pion/ice/v4\tv4.0.10\th1:P59w1iauC/wPk9PdY8Vjl4fOFL5B+USq1+xbDcN6gT4=\ndep\tgithub.com/pion/interceptor\tv0.1.40\th1:e0BjnPcGpr2CFQgKhrQisBU7V3GXK6wrfYrGYaU6Jq4=\ndep\tgithub.com/pion/logging\tv0.2.3\th1:gHuf0zpoh1GW67Nr6Gj4cv5Z9ZscU7g/EaoC/Ke/igI=\ndep\tgithub.com/pion/mdns/v2\tv2.0.7\th1:c9kM8ewCgjslaAmicYMFQIde2H9/lrZpjBkN8VwoVtM=\ndep\tgithub.com/pion/randutil\tv0.1.0\th1:CFG1UdESneORglEsnimhUjf33Rwjubwj6xfiOXBa3mA=\ndep\tgithub.com/pion/rtcp\tv1.2.15\th1:LZQi2JbdipLOj4eBjK4wlVoQWfrZbh3Q6eHtWtJBZBo=\ndep\tgithub.com/pion/rtp\tv1.8.19\th1:jhdO/3XhL/aKm/wARFVmvTfq0lC/CvN1xwYKmduly3c=\ndep\tgithub.com/pion/sctp\tv1.8.39\th1:PJma40vRHa3UTO3C4MyeJDQ+KIobVYRZQZ0Nt7SjQnE=\ndep\tgithub.com/pion/sdp/v3\tv3.0.13\th1:uN3SS2b+QDZnWXgdr69SM8KB4EbcnPnPf2Laxhty/l4=\ndep\tgithub.com/pion/srtp/v3\tv3.0.6\th1:E2gyj1f5X10sB/qILUGIkL4C2CqK269Xq167PbGCc/4=\ndep\tgithub.com/pion/stun\tv0.6.1\th1:8lp6YejULeHBF8NmV8e2787BogQhduZugh5PdhDyyN4=\ndep\tgithub.com/pion/stun/v3\tv3.0.0\th1:4h1gwhWLWuZWOJIJR9s2ferRO+W3zA/b6ijOI6mKzUw=\ndep\tgithub.com/pion/transport/v2\tv2.2.10\th1:ucLBLE8nuxiHfvkFKnkDQRYWYfp8ejf4YBOPfaQpw6Q=\ndep\tgithub.com/pion/transport/v3\tv3.0.7\th1:iRbMH05BzSNwhILHoBoAPxoB9xQgOaJk+591KC9P1o0=\ndep\tgithub.com/pion/turn/v4\tv4.0.2\th1:ZqgQ3+MjP32ug30xAbD6Mn+/K4Sxi3SdNOTFf+7mpps=\ndep\tgithub.com/pion/webrtc/v4\tv4.1.2\th1:mpuUo/EJ1zMNKGE79fAdYNFZBX790KE7kQQpLMjjR54=\ndep\tgithub.com/pkg/errors\tv0.9.1\th1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=\ndep\tgithub.com/polydawn/refmt\tv0.89.0\th1:ADJTApkvkeBZsN0tBTx8QjpD9JkmxbKp0cxfr9qszm4=\ndep\tgithub.com/prometheus/client_golang\tv1.23.0\th1:ust4zpdl9r4trLY/gSjlm07PuiBq2ynaXXlptpfy8Uc=\ndep\tgithub.com/prometheus/client_model\tv0.6.2\th1:oBsgwpGs7iVziMvrGhE53c/GrLUsZdHnqNwqPLxwZyk=\ndep\tgithub.com/prometheus/common\tv0.65.0\th1:QDwzd+G1twt//Kwj/Ww6E9FQq1iVMmODnILtW1t2VzE=\ndep\tgithub.com/prometheus/procfs\tv0.17.0\th1:FuLQ+05u4ZI+SS/w9+BWEM2TXiHKsUQ9TADiRH7DuK0=\ndep\tgithub.com/prometheus/statsd_exporter\tv0.27.1\th1:tcRJOmwlA83HPfWzosAgr2+zEN5XDFv+M2mn/uYkn5Y=\ndep\tgithub.com/quic-go/qpack\tv0.5.1\th1:giqksBPnT/HDtZ6VhtFKgoLOWmlyo9Ei6u9PqzIMbhI=\ndep\tgithub.com/quic-go/quic-go\tv0.54.0\th1:6s1YB9QotYI6Ospeiguknbp2Znb/jZYjZLRXn9kMQBg=\ndep\tgithub.com/quic-go/webtransport-go\tv0.9.0\th1:jgys+7/wm6JarGDrW+lD/r9BGqBAmqY/ssklE09bA70=\ndep\tgithub.com/rivo/uniseg\tv0.4.4\th1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis=\ndep\tgithub.com/rogpeppe/go-internal\tv1.13.1\th1:KvO1DLK/DRN07sQ1LQKScxyZJuNnedQ5/wKSR38lUII=\ndep\tgithub.com/rs/cors\tv1.11.1\th1:eU3gRzXLRK57F5rKMGMZURNdIG4EoAmX8k94r9wXWHA=\ndep\tgithub.com/slok/go-http-metrics\tv0.13.0\th1:lQDyJJx9wKhmbliyUsZ2l6peGnXRHjsjoqPt5VYzcP8=\ndep\tgithub.com/spaolacci/murmur3\tv1.1.0\th1:7c1g84S4BPRrfL5Xrdp6fOJ206sU9y293DDHaoy0bLI=\ndep\tgithub.com/syndtr/goleveldb\tv1.0.1-0.20220721030215-126854af5e6d\th1:vfofYNRScrDdvS342BElfbETmL1Aiz3i2t0zfRj16Hs=\ndep\tgithub.com/ucarion/urlpath\tv0.0.0-20200424170820-7ccc79b76bbb\th1:Ywfo8sUltxogBpFuMOFRrrSifO788kAFxmvVw31PtQQ=\ndep\tgithub.com/whyrusleeping/base32\tv0.0.0-20170828182744-c30ac30633cc\th1:BCPnHtcboadS0DvysUuJXZ4lWVv5Bh5i7+tbIyi+ck4=\ndep\tgithub.com/whyrusleeping/cbor\tv0.0.0-20171005072247-63513f603b11\th1:5HZfQkwe0mIfyDmc1Em5GqlNRzcdtlv4HTNmdpt7XH0=\ndep\tgithub.com/whyrusleeping/cbor-gen\tv0.3.1\th1:82ioxmhEYut7LBVGhGq8xoRkXPLElVuh5mV67AFfdv0=\ndep\tgithub.com/whyrusleeping/chunker\tv0.0.0-20181014151217-fe64bd25879f\th1:jQa4QT2UP9WYv2nzyawpKMOCl+Z/jW7djv2/J50lj9E=\ndep\tgithub.com/whyrusleeping/go-keyspace\tv0.0.0-20160322163242-5b898ac5add1\th1:EKhdznlJHPMoKr0XTrX+IlJs1LH3lyx2nfr1dOlZ79k=\ndep\tgithub.com/whyrusleeping/go-sysinfo\tv0.0.0-20190219211824-4a357d4b90b1\th1:ctS9Anw/KozviCCtK6VWMz5kPL9nbQzbQY4yfqlIV4M=\ndep\tgithub.com/whyrusleeping/multiaddr-filter\tv0.0.0-20160516205228-e903e4adabd7\th1:E9S12nwJwEOXe2d6gT6qxdvqMnNq+VnSsKPgm2ZZNds=\ndep\tgithub.com/wlynxg/anet\tv0.0.5\th1:J3VJGi1gvo0JwZ/P1/Yc/8p63SoW98B5dHkYDmpgvvU=\ndep\tgithub.com/zeebo/blake3\tv0.2.4\th1:KYQPkhpRtcqh0ssGYcKLG1JYvddkEA8QwCM/yBqhaZI=\ndep\tgo.opencensus.io\tv0.24.0\th1:y73uSU6J157QMP2kn2r30vwW1A2W2WFwSCGnAVxeaD0=\ndep\tgo.opentelemetry.io/auto/sdk\tv1.1.0\th1:cH53jehLUN6UFLY71z+NDOiNJqDdPRaXzTel0sJySYA=\ndep\tgo.opentelemetry.io/contrib/instrumentation/net/http/otelhttp\tv0.62.0\th1:Hf9xI/XLML9ElpiHVDNwvqI0hIFlzV8dgIr35kV1kRU=\ndep\tgo.opentelemetry.io/otel\tv1.37.0\th1:9zhNfelUvx0KBfu/gb+ZgeAfAgtWrfHJZcAqFC228wQ=\ndep\tgo.opentelemetry.io/otel/exporters/otlp/otlptrace\tv1.37.0\th1:Ahq7pZmv87yiyn3jeFz/LekZmPLLdKejuO3NcK9MssM=\ndep\tgo.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc\tv1.37.0\th1:EtFWSnwW9hGObjkIdmlnWSydO+Qs8OwzfzXLUPg4xOc=\ndep\tgo.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp\tv1.37.0\th1:bDMKF3RUSxshZ5OjOTi8rsHGaPKsAt76FaqgvIUySLc=\ndep\tgo.opentelemetry.io/otel/exporters/stdout/stdouttrace\tv1.37.0\th1:SNhVp/9q4Go/XHBkQ1/d5u9P/U+L1yaGPoi0x+mStaI=\ndep\tgo.opentelemetry.io/otel/exporters/zipkin\tv1.37.0\th1:Z2apuaRnHEjzDAkpbWNPiksz1R0/FCIrJSjiMA43zwI=\ndep\tgo.opentelemetry.io/otel/metric\tv1.37.0\th1:mvwbQS5m0tbmqML4NqK+e3aDiO02vsf/WgbsdpcPoZE=\ndep\tgo.opentelemetry.io/otel/sdk\tv1.37.0\th1:ItB0QUqnjesGRvNcmAcU0LyvkVyGJ2xftD29bWdDvKI=\ndep\tgo.opentelemetry.io/otel/trace\tv1.37.0\th1:HLdcFNbRQBE2imdSEgm/kwqmQj1Or1l/7bW6mxVK7z4=\ndep\tgo.opentelemetry.io/proto/otlp\tv1.7.0\th1:jX1VolD6nHuFzOYso2E73H85i92Mv8JQYk0K9vz09os=\ndep\tgo.uber.org/dig\tv1.19.0\th1:BACLhebsYdpQ7IROQ1AGPjrXcP5dF80U3gKoFzbaq/4=\ndep\tgo.uber.org/fx\tv1.24.0\th1:wE8mruvpg2kiiL1Vqd0CC+tr0/24XIB10Iwp2lLWzkg=\ndep\tgo.uber.org/multierr\tv1.11.0\th1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0=\ndep\tgo.uber.org/zap\tv1.27.0\th1:aJMhYGrd5QSmlpLMr2MftRKl7t8J8PTZPA732ud/XR8=\ndep\tgo.uber.org/zap/exp\tv0.3.0\th1:6JYzdifzYkGmTdRR59oYH+Ng7k49H9qVpWwNSsGJj3U=\ndep\tgo4.org\tv0.0.0-20230225012048-214862532bf5\th1:nifaUDeh+rPaBCMPMQHZmvJf+QdpLFnuQPwx+LxVmtc=\ndep\tgolang.org/x/crypto\tv0.41.0\th1:WKYxWedPGCTVVl5+WHSSrOBT0O8lx32+zxmHxijgXp4=\ndep\tgolang.org/x/exp\tv0.0.0-20250813145105-42675adae3e6\th1:SbTAbRFnd5kjQXbczszQ0hdk3ctwYf3qBNH9jIsGclE=\ndep\tgolang.org/x/net\tv0.43.0\th1:lat02VYK2j4aLzMzecihNvTlJNQUq316m2Mr9rnM6YE=\ndep\tgolang.org/x/oauth2\tv0.30.0\th1:dnDm7JmhM45NNpd8FDDeLhK6FwqbOf4MLCM9zb1BOHI=\ndep\tgolang.org/x/sync\tv0.16.0\th1:ycBJEhp9p4vXvUZNszeOq0kGTPghopOL8q0fq3vstxw=\ndep\tgolang.org/x/sys\tv0.35.0\th1:vz1N37gP5bs89s7He8XuIYXpyY0+QlsKmzipCbUtyxI=\ndep\tgolang.org/x/text\tv0.28.0\th1:rhazDwis8INMIwQ4tpjLDzUhx6RlXqZNPEM0huQojng=\ndep\tgolang.org/x/time\tv0.12.0\th1:ScB/8o8olJvc+CQPWrK3fPZNfh7qgwCrY0zJmoEQLSE=\ndep\tgolang.org/x/xerrors\tv0.0.0-20240903120638-7835f813f4da\th1:noIWHXmPHxILtqtCOPIhSt0ABwskkZKjD3bXGnZGpNY=\ndep\tgonum.org/v1/gonum\tv0.16.0\th1:5+ul4Swaf3ESvrOnidPp4GZbzf0mxVQpDCYUQE7OJfk=\ndep\tgoogle.golang.org/genproto/googleapis/api\tv0.0.0-20250603155806-513f23925822\th1:oWVWY3NzT7KJppx2UKhKmzPq4SRe0LdCijVRwvGeikY=\ndep\tgoogle.golang.org/genproto/googleapis/rpc\tv0.0.0-20250603155806-513f23925822\th1:fc6jSaCT0vBduLYZHYrBBNY4dsWuvgyff9noRNDdBeE=\ndep\tgoogle.golang.org/grpc\tv1.73.0\th1:VIWSmpI2MegBtTuFt5/JWy2oXxtjJ/e89Z70ImfD2ok=\ndep\tgoogle.golang.org/protobuf\tv1.36.7\th1:IgrO7UwFQGJdRNXH/sQux4R1Dj1WAKcLElzeeRaXV2A=\ndep\tgopkg.in/yaml.v2\tv2.4.0\th1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=\ndep\tgopkg.in/yaml.v3\tv3.0.1\th1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=\ndep\tlukechampine.com/blake3\tv1.4.1\th1:I3Smz7gso8w4/TunLKec6K2fn+kyKtDxr/xcQEN84Wg=\nbuild\t-buildmode=pie\nbuild\t-compiler=gc\nbuild\t-trimpath=true\nbuild\tCGO_ENABLED=1\nbuild\tGOARCH=amd64\nbuild\tGOOS=linux\nbuild\tGOAMD64=v1\nbuild\tvcs=git\nbuild\tvcs.revision=ccb49de8524e77bbb72733c73c9bec606cf1d005\nbuild\tvcs.time=2025-08-20T03:59:11Z\nbuild\tvcs.modified=false\n\xf92C1\x86\x18 r\x00\x82B\x10A\x16\xd8\xf2"
2025-08-20T21:27:16.3846950Z [00:03:30.342]➜  EOF
2025-08-20T21:27:16.3847105Z [00:03:30.342]➜  mkdir -p $WORK/b001/exe/
2025-08-20T21:27:16.3847215Z [00:03:30.342]➜  cd .
2025-08-20T21:27:16.3848686Z [00:03:30.342]➜  GOROOT='' /root/.go/pkg/tool/linux_amd64/link -o $WORK/b001/exe/a.out -importcfg $WORK/b001/importcfg.link -installsuffix shared -buildmode=pie -buildid=Igmmb4J-ykyGeJLkQDDj/onFH3JOwDfAHBsep05eJ/exK-of61xH0RQjl_IyDh/Igmmb4J-ykyGeJLkQDDj -s -w -buildid= -linkmode=external -extldflags "-s -w -static-pie -Wl,--build-id=none" -extld=gcc $WORK/b001/_pkg_.a
2025-08-20T21:27:29.5643415Z [00:03:43.687]➜  go tool buildid -w $WORK/b001/exe/a.out # internal
2025-08-20T21:27:29.6268421Z [00:03:43.749]➜  mkdir -p /build-bins/
2025-08-20T21:27:29.6269619Z [00:03:43.749]➜  cp $WORK/b001/exe/a.out /build-bins/ipfswatch
2025-08-20T21:27:29.6817536Z [00:03:43.804]➜  rm -rf $WORK/b001/
2025-08-20T21:27:29.8335867Z [00:03:43.956]➜  '/tmp/tmp.S0mpzmTmXg/TEMPREPO/LICENSE-APACHE' -> '/build-bins/LICENSE'
2025-08-20T21:27:29.8790140Z [00:03:44.001]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T21:27:30.0607024Z [00:03:44.183]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-20T21:27:30.2267671Z [00:03:44.349]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T21:27:30.2586070Z [00:03:44.381]➜  copy from `/build-bins/kubo' [elf64-x86-64] to `/build-bins/stNeaApK' [elf64-x86-64]
2025-08-20T21:27:30.5041760Z [00:03:44.626]➜  copy from `/build-bins/ipfswatch' [elf64-x86-64] to `/build-bins/sthBbKLc' [elf64-x86-64]
2025-08-20T21:27:30.6781435Z [00:03:44.800]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T21:27:30.6813207Z [00:03:44.804]➜  
2025-08-20T21:27:30.6829867Z [00:03:44.805]➜  /build-bins/kubo
2025-08-20T21:27:30.6844841Z [00:03:44.807]➜  There are 26 section headers, starting at offset 0x44d3160:
2025-08-20T21:27:30.6846804Z [00:03:44.807]➜  
2025-08-20T21:27:30.6847243Z [00:03:44.807]➜  Section Headers:
2025-08-20T21:27:30.6848047Z [00:03:44.807]➜    [Nr] Name              Type             Address           Offset
2025-08-20T21:27:30.6848695Z [00:03:44.807]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T21:27:30.6849150Z [00:03:44.807]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T21:27:30.6849573Z [00:03:44.807]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T21:27:30.6850019Z [00:03:44.807]➜    [ 1] .gnu.hash         GNU_HASH         0000000000000238  00000238
2025-08-20T21:27:30.6850465Z [00:03:44.807]➜         000000000000001c  0000000000000000   A       2     0     8
2025-08-20T21:27:30.6850909Z [00:03:44.807]➜    [ 2] .dynsym           DYNSYM           0000000000000258  00000258
2025-08-20T21:27:30.6851514Z [00:03:44.807]➜         0000000000000018  0000000000000018   A       3     1     8
2025-08-20T21:27:30.6852016Z [00:03:44.807]➜    [ 3] .dynstr           STRTAB           0000000000000270  00000270
2025-08-20T21:27:30.6852447Z [00:03:44.807]➜         0000000000000001  0000000000000000   A       0     0     1
2025-08-20T21:27:30.6852872Z [00:03:44.807]➜    [ 4] .rela.dyn         RELA             0000000000000278  00000278
2025-08-20T21:27:30.6853298Z [00:03:44.807]➜         00000000006af770  0000000000000018   A       2     0     8
2025-08-20T21:27:30.6853727Z [00:03:44.807]➜    [ 5] .init             PROGBITS         00000000006b0000  006b0000
2025-08-20T21:27:30.6854167Z [00:03:44.807]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T21:27:30.6854601Z [00:03:44.807]➜    [ 6] .plt              PROGBITS         00000000006b0010  006b0010
2025-08-20T21:27:30.6855026Z [00:03:44.807]➜         0000000000000010  0000000000000010  AX       0     0     16
2025-08-20T21:27:30.6855474Z [00:03:44.807]➜    [ 7] .plt.got          PROGBITS         00000000006b0020  006b0020
2025-08-20T21:27:30.6855906Z [00:03:44.807]➜         0000000000000020  0000000000000008  AX       0     0     8
2025-08-20T21:27:30.6856334Z [00:03:44.807]➜    [ 8] .text             PROGBITS         00000000006b0040  006b0040
2025-08-20T21:27:30.6856773Z [00:03:44.807]➜         0000000001b86341  0000000000000000  AX       0     0     64
2025-08-20T21:27:30.6857209Z [00:03:44.807]➜    [ 9] .fini             PROGBITS         0000000002236381  02236381
2025-08-20T21:27:30.6857626Z [00:03:44.807]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T21:27:30.6858052Z [00:03:44.807]➜    [10] .rodata           PROGBITS         0000000002237000  02237000
2025-08-20T21:27:30.6858760Z [00:03:44.807]➜         000000000064ff4c  0000000000000000   A       0     0     32
2025-08-20T21:27:30.6859248Z [00:03:44.807]➜    [11] .eh_frame_hdr     PROGBITS         0000000002886f4c  02886f4c
2025-08-20T21:27:30.6859756Z [00:03:44.807]➜         0000000000000c2c  0000000000000000   A       0     0     4
2025-08-20T21:27:30.6860186Z [00:03:44.807]➜    [12] .eh_frame         PROGBITS         0000000002887b78  02887b78
2025-08-20T21:27:30.6860608Z [00:03:44.807]➜         0000000000006540  0000000000000000   A       0     0     8
2025-08-20T21:27:30.6861027Z [00:03:44.807]➜    [13] .tbss             NOBITS           000000000288f4f0  0288e4f0
2025-08-20T21:27:30.6861443Z [00:03:44.807]➜         0000000000000008  0000000000000000 WAT       0     0     8
2025-08-20T21:27:30.6861885Z [00:03:44.807]➜    [14] .init_array       INIT_ARRAY       000000000288f4f0  0288e4f0
2025-08-20T21:27:30.6862329Z [00:03:44.807]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T21:27:30.6862768Z [00:03:44.807]➜    [15] .fini_array       FINI_ARRAY       000000000288f4f8  0288e4f8
2025-08-20T21:27:30.6863205Z [00:03:44.807]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T21:27:30.6863651Z [00:03:44.807]➜    [16] .data.rel.ro      PROGBITS         000000000288f500  0288e500
2025-08-20T21:27:30.6864100Z [00:03:44.807]➜         0000000001ace920  0000000000000000  WA       0     0     32
2025-08-20T21:27:30.6864538Z [00:03:44.807]➜    [17] .dynamic          DYNAMIC          000000000435de20  0435ce20
2025-08-20T21:27:30.6864968Z [00:03:44.807]➜         0000000000000180  0000000000000010  WA       3     0     8
2025-08-20T21:27:30.6865391Z [00:03:44.807]➜    [18] .got              PROGBITS         000000000435dfa0  0435cfa0
2025-08-20T21:27:30.6865809Z [00:03:44.807]➜         0000000000000058  0000000000000008  WA       0     0     8
2025-08-20T21:27:30.6866231Z [00:03:44.807]➜    [19] .data             PROGBITS         000000000435e000  0435d000
2025-08-20T21:27:30.6866661Z [00:03:44.807]➜         0000000000059900  0000000000000000  WA       0     0     32
2025-08-20T21:27:30.6867106Z [00:03:44.807]➜    [20] .go.buildinfo     PROGBITS         00000000043b7900  043b6900
2025-08-20T21:27:30.6867632Z [00:03:44.807]➜         00000000000058e0  0000000000000000  WA       0     0     16
2025-08-20T21:27:30.6868129Z [00:03:44.807]➜    [21] .go.fipsinfo      PROGBITS         00000000043bd1e0  043bc1e0
2025-08-20T21:27:30.6868772Z [00:03:44.807]➜         0000000000000078  0000000000000000  WA       0     0     32
2025-08-20T21:27:30.6869240Z [00:03:44.807]➜    [22] .noptrdata        PROGBITS         00000000043bd260  043bc260
2025-08-20T21:27:30.6869689Z [00:03:44.807]➜         0000000000116e21  0000000000000000  WA       0     0     32
2025-08-20T21:27:30.6870111Z [00:03:44.807]➜    [23] .bss              NOBITS           00000000044d40a0  044d3081
2025-08-20T21:27:30.6871156Z [00:03:44.807]➜         0000000000033208  0000000000000000  WA       0     0     32
2025-08-20T21:27:30.6872226Z [00:03:44.807]➜    [24] .noptrbss         NOBITS           00000000045072c0  044d3081
2025-08-20T21:27:30.6873032Z [00:03:44.807]➜         00000000000252c0  0000000000000000  WA       0     0     32
2025-08-20T21:27:30.6873573Z [00:03:44.807]➜    [25] .shstrtab         STRTAB           0000000000000000  044d3081
2025-08-20T21:27:30.6874019Z [00:03:44.807]➜         00000000000000de  0000000000000000           0     0     1
2025-08-20T21:27:30.6874364Z [00:03:44.807]➜  Key to Flags:
2025-08-20T21:27:30.6874733Z [00:03:44.807]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T21:27:30.6875214Z [00:03:44.807]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T21:27:30.6875686Z [00:03:44.807]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T21:27:30.6876102Z [00:03:44.807]➜    D (mbind), l (large), p (processor specific)
2025-08-20T21:27:30.6876422Z [00:03:44.810]➜  
2025-08-20T21:27:30.6888773Z [00:03:44.811]➜  /build-bins/LICENSE
2025-08-20T21:27:30.6925726Z [00:03:44.815]➜  
2025-08-20T21:27:30.6941821Z [00:03:44.817]➜  /build-bins/ipfswatch
2025-08-20T21:27:30.6955012Z [00:03:44.818]➜  There are 26 section headers, starting at offset 0x42d13c0:
2025-08-20T21:27:30.6956818Z [00:03:44.818]➜  
2025-08-20T21:27:30.6957259Z [00:03:44.818]➜  Section Headers:
2025-08-20T21:27:30.6957897Z [00:03:44.818]➜    [Nr] Name              Type             Address           Offset
2025-08-20T21:27:30.6959101Z [00:03:44.818]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T21:27:30.6959567Z [00:03:44.818]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T21:27:30.6960107Z [00:03:44.818]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T21:27:30.6960946Z [00:03:44.818]➜    [ 1] .gnu.hash         GNU_HASH         0000000000000238  00000238
2025-08-20T21:27:30.6961751Z [00:03:44.818]➜         000000000000001c  0000000000000000   A       2     0     8
2025-08-20T21:27:30.6962455Z [00:03:44.818]➜    [ 2] .dynsym           DYNSYM           0000000000000258  00000258
2025-08-20T21:27:30.6963251Z [00:03:44.818]➜         0000000000000018  0000000000000018   A       3     1     8
2025-08-20T21:27:30.6963903Z [00:03:44.818]➜    [ 3] .dynstr           STRTAB           0000000000000270  00000270
2025-08-20T21:27:30.6964347Z [00:03:44.818]➜         0000000000000001  0000000000000000   A       0     0     1
2025-08-20T21:27:30.6964779Z [00:03:44.818]➜    [ 4] .rela.dyn         RELA             0000000000000278  00000278
2025-08-20T21:27:30.6965203Z [00:03:44.818]➜         000000000067d5b0  0000000000000018   A       2     0     8
2025-08-20T21:27:30.6965627Z [00:03:44.818]➜    [ 5] .init             PROGBITS         000000000067e000  0067e000
2025-08-20T21:27:30.6966049Z [00:03:44.818]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T21:27:30.6966470Z [00:03:44.818]➜    [ 6] .plt              PROGBITS         000000000067e010  0067e010
2025-08-20T21:27:30.6966980Z [00:03:44.818]➜         0000000000000010  0000000000000010  AX       0     0     16
2025-08-20T21:27:30.6967445Z [00:03:44.818]➜    [ 7] .plt.got          PROGBITS         000000000067e020  0067e020
2025-08-20T21:27:30.6968025Z [00:03:44.818]➜         0000000000000020  0000000000000008  AX       0     0     8
2025-08-20T21:27:30.6968712Z [00:03:44.818]➜    [ 8] .text             PROGBITS         000000000067e040  0067e040
2025-08-20T21:27:30.6969274Z [00:03:44.818]➜         0000000001aa35c1  0000000000000000  AX       0     0     64
2025-08-20T21:27:30.6969713Z [00:03:44.818]➜    [ 9] .fini             PROGBITS         0000000002121601  02121601
2025-08-20T21:27:30.6970243Z [00:03:44.818]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T21:27:30.6970676Z [00:03:44.818]➜    [10] .rodata           PROGBITS         0000000002122000  02122000
2025-08-20T21:27:30.6971115Z [00:03:44.818]➜         000000000062d6ac  0000000000000000   A       0     0     32
2025-08-20T21:27:30.6971552Z [00:03:44.818]➜    [11] .eh_frame_hdr     PROGBITS         000000000274f6ac  0274f6ac
2025-08-20T21:27:30.6971987Z [00:03:44.818]➜         0000000000000c2c  0000000000000000   A       0     0     4
2025-08-20T21:27:30.6972420Z [00:03:44.818]➜    [12] .eh_frame         PROGBITS         00000000027502d8  027502d8
2025-08-20T21:27:30.6972856Z [00:03:44.818]➜         0000000000006538  0000000000000000   A       0     0     8
2025-08-20T21:27:30.6973273Z [00:03:44.818]➜    [13] .tbss             NOBITS           0000000002757530  02757530
2025-08-20T21:27:30.6973689Z [00:03:44.818]➜         0000000000000008  0000000000000000 WAT       0     0     8
2025-08-20T21:27:30.6974128Z [00:03:44.818]➜    [14] .init_array       INIT_ARRAY       0000000002757530  02757530
2025-08-20T21:27:30.6974568Z [00:03:44.818]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T21:27:30.6975109Z [00:03:44.818]➜    [15] .fini_array       FINI_ARRAY       0000000002757538  02757538
2025-08-20T21:27:30.6975552Z [00:03:44.818]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T21:27:30.6975986Z [00:03:44.818]➜    [16] .data.rel.ro      PROGBITS         0000000002757540  02757540
2025-08-20T21:27:30.6976504Z [00:03:44.818]➜         0000000001a068d0  0000000000000000  WA       0     0     32
2025-08-20T21:27:30.6976944Z [00:03:44.818]➜    [17] .dynamic          DYNAMIC          000000000415de10  0415de10
2025-08-20T21:27:30.6977372Z [00:03:44.818]➜         0000000000000180  0000000000000010  WA       3     0     8
2025-08-20T21:27:30.6977786Z [00:03:44.818]➜    [18] .got              PROGBITS         000000000415df90  0415df90
2025-08-20T21:27:30.6978204Z [00:03:44.818]➜         0000000000000058  0000000000000008  WA       0     0     8
2025-08-20T21:27:30.6978857Z [00:03:44.818]➜    [19] .data             PROGBITS         000000000415e000  0415e000
2025-08-20T21:27:30.6979294Z [00:03:44.818]➜         00000000000571e0  0000000000000000  WA       0     0     32
2025-08-20T21:27:30.6979743Z [00:03:44.818]➜    [20] .go.buildinfo     PROGBITS         00000000041b51e0  041b51e0
2025-08-20T21:27:30.6980186Z [00:03:44.818]➜         0000000000005500  0000000000000000  WA       0     0     16
2025-08-20T21:27:30.6980636Z [00:03:44.818]➜    [21] .go.fipsinfo      PROGBITS         00000000041ba6e0  041ba6e0
2025-08-20T21:27:30.6981077Z [00:03:44.818]➜         0000000000000078  0000000000000000  WA       0     0     32
2025-08-20T21:27:30.6981512Z [00:03:44.818]➜    [22] .noptrdata        PROGBITS         00000000041ba760  041ba760
2025-08-20T21:27:30.6981951Z [00:03:44.818]➜         0000000000116b81  0000000000000000  WA       0     0     32
2025-08-20T21:27:30.6982366Z [00:03:44.818]➜    [23] .bss              NOBITS           00000000042d1300  042d12e1
2025-08-20T21:27:30.6982782Z [00:03:44.818]➜         0000000000032c48  0000000000000000  WA       0     0     32
2025-08-20T21:27:30.6983217Z [00:03:44.818]➜    [24] .noptrbss         NOBITS           0000000004303f60  042d12e1
2025-08-20T21:27:30.6983650Z [00:03:44.818]➜         0000000000025280  0000000000000000  WA       0     0     32
2025-08-20T21:27:30.6984076Z [00:03:44.818]➜    [25] .shstrtab         STRTAB           0000000000000000  042d12e1
2025-08-20T21:27:30.6984604Z [00:03:44.818]➜         00000000000000de  0000000000000000           0     0     1
2025-08-20T21:27:30.6985004Z [00:03:44.818]➜  Key to Flags:
2025-08-20T21:27:30.6985390Z [00:03:44.818]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T21:27:30.6985865Z [00:03:44.818]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T21:27:30.6986334Z [00:03:44.818]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T21:27:30.6986761Z [00:03:44.818]➜    D (mbind), l (large), p (processor specific)
2025-08-20T21:27:30.6987219Z [00:03:44.819]➜  + file /build-bins/LICENSE /build-bins/ipfswatch /build-bins/kubo
2025-08-20T21:27:30.7171189Z [00:03:44.840]➜  /build-bins/LICENSE:   ASCII text, with very long lines (305)
2025-08-20T21:27:30.7266383Z [00:03:44.849]➜  /build-bins/ipfswatch: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T21:27:30.7268095Z [00:03:44.849]➜  /build-bins/kubo:      ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T21:27:30.7277050Z [00:03:44.850]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE /build-bins/ipfswatch /build-bins/kubo
2025-08-20T21:27:30.7297966Z [00:03:44.852]➜  /build-bins/LICENSE:         520 Bytes
2025-08-20T21:27:30.7298897Z [00:03:44.852]➜  /build-bins/ipfswatch:         70064704 Bytes
2025-08-20T21:27:30.7299475Z [00:03:44.852]➜  /build-bins/kubo:         72169440 Bytes
2025-08-20T21:27:30.7302211Z [00:03:44.853]➜  + du /build-bins/LICENSE /build-bins/ipfswatch /build-bins/kubo --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T21:27:30.7317450Z [00:03:44.854]➜  520	2025-08-20 21:27:29.832854056 +0000	/build-bins/LICENSE
2025-08-20T21:27:30.7318263Z [00:03:44.854]➜  67M	2025-08-20 21:27:30.640859909 +0000	/build-bins/ipfswatch
2025-08-20T21:27:30.7319356Z [00:03:44.854]➜  69M	2025-08-20 21:27:30.399858163 +0000	/build-bins/kubo
2025-08-20T21:27:30.7320654Z [00:03:44.855]➜  + popd
2025-08-20T21:27:30.8699968Z [00:03:44.992]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T21:27:31.0927264Z [00:03:45.215]➜  + '[' -s /tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T21:27:31.0928256Z [00:03:45.215]➜  + cp -fv /tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T21:27:31.1099284Z [00:03:45.232]➜  '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T21:27:31.1115850Z [00:03:45.233]➜  + find /tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T21:27:31.1117176Z [00:03:45.233]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T21:27:31.1118286Z [00:03:45.234]➜  + cut -d: -f1
2025-08-20T21:27:31.1119217Z [00:03:45.234]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR
2025-08-20T21:27:31.1120016Z [00:03:45.234]➜  + xargs realpath --no-symlinks
2025-08-20T21:27:31.3198374Z [00:03:45.442]➜  sending incremental file list
2025-08-20T21:27:31.3319531Z [00:03:45.454]➜  kubo
2025-08-20T21:27:31.4555997Z [00:03:45.578]➜  
2025-08-20T21:27:31.4556767Z [00:03:45.578]➜  sent 72.19M bytes  received 35 bytes  144.37M bytes/sec
2025-08-20T21:27:31.4557586Z [00:03:45.578]➜  total size is 72.17M  speedup is 1.00
2025-08-20T21:27:31.4579915Z [00:03:45.580]➜  sending incremental file list
2025-08-20T21:27:31.4698450Z [00:03:45.592]➜  ipfswatch
2025-08-20T21:27:31.5963738Z [00:03:45.719]➜  
2025-08-20T21:27:31.5964573Z [00:03:45.719]➜  sent 70.08M bytes  received 35 bytes  140.16M bytes/sec
2025-08-20T21:27:31.5965433Z [00:03:45.719]➜  total size is 70.06M  speedup is 1.00
2025-08-20T21:27:31.5977890Z [00:03:45.720]➜  
2025-08-20T21:27:33.2485295Z [00:03:47.371]➜  
2025-08-20T21:27:33.2597994Z [00:03:47.382]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/version.go' from root:root to runner:runner
2025-08-20T21:27:33.2600526Z [00:03:47.382]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T21:27:33.2602776Z [00:03:47.382]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.dockerignore' from root:root to runner:runner
2025-08-20T21:27:33.2605040Z [00:03:47.382]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/Dockerfile' from root:root to runner:runner
2025-08-20T21:27:33.2607221Z [00:03:47.382]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/README.md' from root:root to runner:runner
2025-08-20T21:27:33.2609697Z [00:03:47.382]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/bin/ipns-republish' from root:root to runner:runner
2025-08-20T21:27:33.2612086Z [00:03:47.382]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/bin/archive-branches.sh' from root:root to runner:runner
2025-08-20T21:27:33.2614434Z [00:03:47.382]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/bin/check_go_version' from root:root to runner:runner
2025-08-20T21:27:33.2616837Z [00:03:47.382]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/bin/dist_get' from root:root to runner:runner
2025-08-20T21:27:33.2619356Z [00:03:47.382]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/bin/mkreleaselog' from root:root to runner:runner
2025-08-20T21:27:33.2621841Z [00:03:47.382]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/bin/test-go-fmt' from root:root to runner:runner
2025-08-20T21:27:33.2624182Z [00:03:47.382]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/bin/get-docker-tags.sh' from root:root to runner:runner
2025-08-20T21:27:33.2626580Z [00:03:47.382]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/bin/container_daemon' from root:root to runner:runner
2025-08-20T21:27:33.2629155Z [00:03:47.382]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/bin/container_init_run' from root:root to runner:runner
2025-08-20T21:27:33.2631510Z [00:03:47.382]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/bin/graphmd' from root:root to runner:runner
2025-08-20T21:27:33.2633778Z [00:03:47.382]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/bin/check_version' from root:root to runner:runner
2025-08-20T21:27:33.2636090Z [00:03:47.382]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/bin/Rules.mk' from root:root to runner:runner
2025-08-20T21:27:33.2638384Z [00:03:47.382]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/bin/maketarball.sh' from root:root to runner:runner
2025-08-20T21:27:33.2640926Z [00:03:47.382]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/bin/push-docker-tags.sh' from root:root to runner:runner
2025-08-20T21:27:33.2643517Z [00:03:47.382]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/bin/gencmdref' from root:root to runner:runner
2025-08-20T21:27:33.2645707Z [00:03:47.382]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/bin' from root:root to runner:runner
2025-08-20T21:27:33.2647941Z [00:03:47.382]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/mock/mock.go' from root:root to runner:runner
2025-08-20T21:27:33.2650402Z [00:03:47.382]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/mock' from root:root to runner:runner
2025-08-20T21:27:33.2652696Z [00:03:47.382]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreapi/unixfs.go' from root:root to runner:runner
2025-08-20T21:27:33.2655159Z [00:03:47.383]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreapi/pubsub.go' from root:root to runner:runner
2025-08-20T21:27:33.2657518Z [00:03:47.383]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreapi/path.go' from root:root to runner:runner
2025-08-20T21:27:33.2660087Z [00:03:47.383]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreapi/block.go' from root:root to runner:runner
2025-08-20T21:27:33.2662583Z [00:03:47.383]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreapi/coreapi.go' from root:root to runner:runner
2025-08-20T21:27:33.2664978Z [00:03:47.383]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreapi/pin.go' from root:root to runner:runner
2025-08-20T21:27:33.2667456Z [00:03:47.383]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreapi/swarm.go' from root:root to runner:runner
2025-08-20T21:27:33.2669975Z [00:03:47.383]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreapi/key.go' from root:root to runner:runner
2025-08-20T21:27:33.2672409Z [00:03:47.383]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreapi/object.go' from root:root to runner:runner
2025-08-20T21:27:33.2674769Z [00:03:47.383]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreapi/dag.go' from root:root to runner:runner
2025-08-20T21:27:33.2677209Z [00:03:47.383]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreapi/test/path_test.go' from root:root to runner:runner
2025-08-20T21:27:33.2679916Z [00:03:47.383]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreapi/test/api_test.go' from root:root to runner:runner
2025-08-20T21:27:33.2682349Z [00:03:47.383]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreapi/test' from root:root to runner:runner
2025-08-20T21:27:33.2684696Z [00:03:47.383]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreapi/name.go' from root:root to runner:runner
2025-08-20T21:27:33.2687066Z [00:03:47.383]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreapi/routing.go' from root:root to runner:runner
2025-08-20T21:27:33.2689823Z [00:03:47.383]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreapi' from root:root to runner:runner
2025-08-20T21:27:33.2692103Z [00:03:47.383]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/.gitignore' from root:root to runner:runner
2025-08-20T21:27:33.2694478Z [00:03:47.383]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreunix/metadata_test.go' from root:root to runner:runner
2025-08-20T21:27:33.2696940Z [00:03:47.383]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreunix/add_test.go' from root:root to runner:runner
2025-08-20T21:27:33.2699508Z [00:03:47.383]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreunix/add.go' from root:root to runner:runner
2025-08-20T21:27:33.2701990Z [00:03:47.383]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreunix/test/data/corps/apple' from root:root to runner:runner
2025-08-20T21:27:33.2704510Z [00:03:47.383]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreunix/test/data/corps' from root:root to runner:runner
2025-08-20T21:27:33.2707189Z [00:03:47.383]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreunix/test/data/colors/orange' from root:root to runner:runner
2025-08-20T21:27:33.2709950Z [00:03:47.383]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreunix/test/data/colors' from root:root to runner:runner
2025-08-20T21:27:33.2712651Z [00:03:47.384]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreunix/test/data/fruits/orange' from root:root to runner:runner
2025-08-20T21:27:33.2715254Z [00:03:47.384]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreunix/test/data/fruits/apple' from root:root to runner:runner
2025-08-20T21:27:33.2717771Z [00:03:47.384]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreunix/test/data/fruits' from root:root to runner:runner
2025-08-20T21:27:33.2720405Z [00:03:47.384]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreunix/test/data' from root:root to runner:runner
2025-08-20T21:27:33.2722876Z [00:03:47.384]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreunix/test' from root:root to runner:runner
2025-08-20T21:27:33.2725242Z [00:03:47.384]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreunix/metadata.go' from root:root to runner:runner
2025-08-20T21:27:33.2727548Z [00:03:47.384]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreunix' from root:root to runner:runner
2025-08-20T21:27:33.2730023Z [00:03:47.384]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/corerepo/stat.go' from root:root to runner:runner
2025-08-20T21:27:33.2732351Z [00:03:47.384]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/corerepo/gc.go' from root:root to runner:runner
2025-08-20T21:27:33.2734740Z [00:03:47.384]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/corerepo' from root:root to runner:runner
2025-08-20T21:27:33.2737002Z [00:03:47.384]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/core_test.go' from root:root to runner:runner
2025-08-20T21:27:33.2739627Z [00:03:47.384]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/identity.go' from root:root to runner:runner
2025-08-20T21:27:33.2742132Z [00:03:47.384]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/helpers.go' from root:root to runner:runner
2025-08-20T21:27:33.2744594Z [00:03:47.384]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/helpers/helpers.go' from root:root to runner:runner
2025-08-20T21:27:33.2747010Z [00:03:47.384]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/helpers' from root:root to runner:runner
2025-08-20T21:27:33.2749509Z [00:03:47.384]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/groups.go' from root:root to runner:runner
2025-08-20T21:27:33.2751860Z [00:03:47.384]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/bitswap.go' from root:root to runner:runner
2025-08-20T21:27:33.2754186Z [00:03:47.384]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/dns.go' from root:root to runner:runner
2025-08-20T21:27:33.2756622Z [00:03:47.384]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/storage.go' from root:root to runner:runner
2025-08-20T21:27:33.2759132Z [00:03:47.384]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/peering.go' from root:root to runner:runner
2025-08-20T21:27:33.2761517Z [00:03:47.384]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/provider.go' from root:root to runner:runner
2025-08-20T21:27:33.2764022Z [00:03:47.384]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/rcmgr_logging_test.go' from root:root to runner:runner
2025-08-20T21:27:33.2766562Z [00:03:47.384]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/discovery.go' from root:root to runner:runner
2025-08-20T21:27:33.2769410Z [00:03:47.384]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/smux.go' from root:root to runner:runner
2025-08-20T21:27:33.2771949Z [00:03:47.384]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/pubsub.go' from root:root to runner:runner
2025-08-20T21:27:33.2774462Z [00:03:47.384]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/rcmgr_defaults.go' from root:root to runner:runner
2025-08-20T21:27:33.2776979Z [00:03:47.384]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/hostopt.go' from root:root to runner:runner
2025-08-20T21:27:33.2779596Z [00:03:47.384]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/relay.go' from root:root to runner:runner
2025-08-20T21:27:33.2782029Z [00:03:47.384]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/host.go' from root:root to runner:runner
2025-08-20T21:27:33.2784423Z [00:03:47.384]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/nat.go' from root:root to runner:runner
2025-08-20T21:27:33.2787023Z [00:03:47.384]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/fd/sys_not_unix.go' from root:root to runner:runner
2025-08-20T21:27:33.2789757Z [00:03:47.384]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/fd/sys_windows.go' from root:root to runner:runner
2025-08-20T21:27:33.2792324Z [00:03:47.384]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/fd/sys_unix.go' from root:root to runner:runner
2025-08-20T21:27:33.2794733Z [00:03:47.384]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/fd' from root:root to runner:runner
2025-08-20T21:27:33.2797138Z [00:03:47.384]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/transport.go' from root:root to runner:runner
2025-08-20T21:27:33.2799808Z [00:03:47.384]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/filters.go' from root:root to runner:runner
2025-08-20T21:27:33.2802292Z [00:03:47.384]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/rcmgr.go' from root:root to runner:runner
2025-08-20T21:27:33.2804810Z [00:03:47.384]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/sec.go' from root:root to runner:runner
2025-08-20T21:27:33.2807241Z [00:03:47.384]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/peerstore.go' from root:root to runner:runner
2025-08-20T21:27:33.2809885Z [00:03:47.384]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/addrs.go' from root:root to runner:runner
2025-08-20T21:27:33.2812290Z [00:03:47.384]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/dns.go' from root:root to runner:runner
2025-08-20T21:27:33.2814959Z [00:03:47.384]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/libp2p.go' from root:root to runner:runner
2025-08-20T21:27:33.2817439Z [00:03:47.384]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/rcmgr_logging.go' from root:root to runner:runner
2025-08-20T21:27:33.2820176Z [00:03:47.384]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/routingopt_test.go' from root:root to runner:runner
2025-08-20T21:27:33.2822727Z [00:03:47.384]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/libp2p_test.go' from root:root to runner:runner
2025-08-20T21:27:33.2825235Z [00:03:47.384]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/routingopt.go' from root:root to runner:runner
2025-08-20T21:27:33.2827706Z [00:03:47.385]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/pnet.go' from root:root to runner:runner
2025-08-20T21:27:33.2830289Z [00:03:47.385]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/routing.go' from root:root to runner:runner
2025-08-20T21:27:33.2832904Z [00:03:47.385]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/topicdiscovery.go' from root:root to runner:runner
2025-08-20T21:27:33.2835337Z [00:03:47.385]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p' from root:root to runner:runner
2025-08-20T21:27:33.2837645Z [00:03:47.385]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/core.go' from root:root to runner:runner
2025-08-20T21:27:33.2840137Z [00:03:47.385]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/ipns.go' from root:root to runner:runner
2025-08-20T21:27:33.2842444Z [00:03:47.385]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/builder.go' from root:root to runner:runner
2025-08-20T21:27:33.2844694Z [00:03:47.385]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node' from root:root to runner:runner
2025-08-20T21:27:33.2847021Z [00:03:47.385]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/corehttp/option_test.go' from root:root to runner:runner
2025-08-20T21:27:33.2849866Z [00:03:47.385]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/corehttp/p2p_proxy.go' from root:root to runner:runner
2025-08-20T21:27:33.2852320Z [00:03:47.385]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/corehttp/gateway_test.go' from root:root to runner:runner
2025-08-20T21:27:33.2854781Z [00:03:47.385]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/corehttp/mutex_profile.go' from root:root to runner:runner
2025-08-20T21:27:33.2857194Z [00:03:47.385]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/corehttp/webui.go' from root:root to runner:runner
2025-08-20T21:27:33.2860029Z [00:03:47.385]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/corehttp/metrics_test.go' from root:root to runner:runner
2025-08-20T21:27:33.2862517Z [00:03:47.385]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/corehttp/p2p_proxy_test.go' from root:root to runner:runner
2025-08-20T21:27:33.2864956Z [00:03:47.385]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/corehttp/metrics.go' from root:root to runner:runner
2025-08-20T21:27:33.2867332Z [00:03:47.385]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/corehttp/logs.go' from root:root to runner:runner
2025-08-20T21:27:33.2869915Z [00:03:47.385]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/corehttp/commands.go' from root:root to runner:runner
2025-08-20T21:27:33.2872443Z [00:03:47.385]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/corehttp/corehttp.go' from root:root to runner:runner
2025-08-20T21:27:33.2874860Z [00:03:47.385]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/corehttp/redirect.go' from root:root to runner:runner
2025-08-20T21:27:33.2877249Z [00:03:47.385]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/corehttp/gateway.go' from root:root to runner:runner
2025-08-20T21:27:33.2879941Z [00:03:47.385]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/corehttp/routing.go' from root:root to runner:runner
2025-08-20T21:27:33.2882291Z [00:03:47.385]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/corehttp' from root:root to runner:runner
2025-08-20T21:27:33.2884629Z [00:03:47.386]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/mount_unix.go' from root:root to runner:runner
2025-08-20T21:27:33.2887043Z [00:03:47.386]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/version.go' from root:root to runner:runner
2025-08-20T21:27:33.2889569Z [00:03:47.386]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/ls.go' from root:root to runner:runner
2025-08-20T21:27:33.2891935Z [00:03:47.386]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/diag.go' from root:root to runner:runner
2025-08-20T21:27:33.2894511Z [00:03:47.386]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/mount_nofuse.go' from root:root to runner:runner
2025-08-20T21:27:33.2896954Z [00:03:47.386]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/multibase.go' from root:root to runner:runner
2025-08-20T21:27:33.2899540Z [00:03:47.386]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/dht_test.go' from root:root to runner:runner
2025-08-20T21:27:33.2902044Z [00:03:47.386]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/helptext_test.go' from root:root to runner:runner
2025-08-20T21:27:33.2904501Z [00:03:47.386]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/external.go' from root:root to runner:runner
2025-08-20T21:27:33.2907162Z [00:03:47.386]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/extra.go' from root:root to runner:runner
2025-08-20T21:27:33.2909729Z [00:03:47.386]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/config.go' from root:root to runner:runner
2025-08-20T21:27:33.2912157Z [00:03:47.386]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/completion.go' from root:root to runner:runner
2025-08-20T21:27:33.2914558Z [00:03:47.386]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/id.go' from root:root to runner:runner
2025-08-20T21:27:33.2916970Z [00:03:47.386]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/object/diff.go' from root:root to runner:runner
2025-08-20T21:27:33.2919603Z [00:03:47.386]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/object/object.go' from root:root to runner:runner
2025-08-20T21:27:33.2922097Z [00:03:47.386]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/object/patch.go' from root:root to runner:runner
2025-08-20T21:27:33.2924585Z [00:03:47.386]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/object' from root:root to runner:runner
2025-08-20T21:27:33.2926991Z [00:03:47.386]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/name/ipnsps.go' from root:root to runner:runner
2025-08-20T21:27:33.2929655Z [00:03:47.386]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/name/publish.go' from root:root to runner:runner
2025-08-20T21:27:33.2932116Z [00:03:47.386]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/name/name.go' from root:root to runner:runner
2025-08-20T21:27:33.2934564Z [00:03:47.386]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/name/ipns.go' from root:root to runner:runner
2025-08-20T21:27:33.2936951Z [00:03:47.386]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/name' from root:root to runner:runner
2025-08-20T21:27:33.2939647Z [00:03:47.386]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/shutdown.go' from root:root to runner:runner
2025-08-20T21:27:33.2942039Z [00:03:47.386]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/dht.go' from root:root to runner:runner
2025-08-20T21:27:33.2944382Z [00:03:47.386]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/cid.go' from root:root to runner:runner
2025-08-20T21:27:33.2946767Z [00:03:47.386]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/pubsub.go' from root:root to runner:runner
2025-08-20T21:27:33.2949414Z [00:03:47.386]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/pin/remotepin_test.go' from root:root to runner:runner
2025-08-20T21:27:33.2951427Z [00:03:47.386]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/pin/pin.go' from root:root to runner:runner
2025-08-20T21:27:33.2952852Z [00:03:47.386]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/pin/remotepin.go' from root:root to runner:runner
2025-08-20T21:27:33.2954165Z [00:03:47.386]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/pin' from root:root to runner:runner
2025-08-20T21:27:33.2955448Z [00:03:47.386]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/sysdiag.go' from root:root to runner:runner
2025-08-20T21:27:33.2956776Z [00:03:47.386]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/mount_windows.go' from root:root to runner:runner
2025-08-20T21:27:33.2958872Z [00:03:47.386]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/config_test.go' from root:root to runner:runner
2025-08-20T21:27:33.2961265Z [00:03:47.386]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/get_test.go' from root:root to runner:runner
2025-08-20T21:27:33.2962900Z [00:03:47.386]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/refs.go' from root:root to runner:runner
2025-08-20T21:27:33.2964197Z [00:03:47.386]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/block.go' from root:root to runner:runner
2025-08-20T21:27:33.2965505Z [00:03:47.386]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/provide.go' from root:root to runner:runner
2025-08-20T21:27:33.2966857Z [00:03:47.386]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/keyencode/keyencode.go' from root:root to runner:runner
2025-08-20T21:27:33.2968190Z [00:03:47.386]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/keyencode' from root:root to runner:runner
2025-08-20T21:27:33.2969717Z [00:03:47.386]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/root.go' from root:root to runner:runner
2025-08-20T21:27:33.2971072Z [00:03:47.386]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/cmdutils/utils.go' from root:root to runner:runner
2025-08-20T21:27:33.2972499Z [00:03:47.386]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/cmdutils' from root:root to runner:runner
2025-08-20T21:27:33.2973768Z [00:03:47.386]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/cat.go' from root:root to runner:runner
2025-08-20T21:27:33.2975074Z [00:03:47.386]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/stat_reprovide.go' from root:root to runner:runner
2025-08-20T21:27:33.2976382Z [00:03:47.386]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/files.go' from root:root to runner:runner
2025-08-20T21:27:33.2977815Z [00:03:47.386]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/stat_dht.go' from root:root to runner:runner
2025-08-20T21:27:33.2979292Z [00:03:47.387]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/stat.go' from root:root to runner:runner
2025-08-20T21:27:33.2980573Z [00:03:47.387]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/active.go' from root:root to runner:runner
2025-08-20T21:27:33.2981846Z [00:03:47.387]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/get.go' from root:root to runner:runner
2025-08-20T21:27:33.2983119Z [00:03:47.387]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/bitswap.go' from root:root to runner:runner
2025-08-20T21:27:33.2984405Z [00:03:47.387]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/ping.go' from root:root to runner:runner
2025-08-20T21:27:33.2985661Z [00:03:47.387]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/repo.go' from root:root to runner:runner
2025-08-20T21:27:33.2986918Z [00:03:47.387]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/add.go' from root:root to runner:runner
2025-08-20T21:27:33.2988288Z [00:03:47.387]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/root_test.go' from root:root to runner:runner
2025-08-20T21:27:33.2989808Z [00:03:47.387]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/cid_test.go' from root:root to runner:runner
2025-08-20T21:27:33.2991116Z [00:03:47.387]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/commands.go' from root:root to runner:runner
2025-08-20T21:27:33.2992428Z [00:03:47.387]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/cmdenv/env.go' from root:root to runner:runner
2025-08-20T21:27:33.2993767Z [00:03:47.387]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/cmdenv/cidbase.go' from root:root to runner:runner
2025-08-20T21:27:33.2995132Z [00:03:47.387]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/cmdenv/cidbase_test.go' from root:root to runner:runner
2025-08-20T21:27:33.2996599Z [00:03:47.387]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/cmdenv/file.go' from root:root to runner:runner
2025-08-20T21:27:33.2997943Z [00:03:47.387]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/cmdenv/env_test.go' from root:root to runner:runner
2025-08-20T21:27:33.2999489Z [00:03:47.387]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/cmdenv' from root:root to runner:runner
2025-08-20T21:27:33.3000779Z [00:03:47.387]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/profile.go' from root:root to runner:runner
2025-08-20T21:27:33.3002167Z [00:03:47.387]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/stat_provide.go' from root:root to runner:runner
2025-08-20T21:27:33.3003532Z [00:03:47.387]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/swarm.go' from root:root to runner:runner
2025-08-20T21:27:33.3004810Z [00:03:47.387]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/log.go' from root:root to runner:runner
2025-08-20T21:27:33.3006090Z [00:03:47.387]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/resolve.go' from root:root to runner:runner
2025-08-20T21:27:33.3007379Z [00:03:47.387]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/keystore.go' from root:root to runner:runner
2025-08-20T21:27:33.3008874Z [00:03:47.387]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/files_test.go' from root:root to runner:runner
2025-08-20T21:27:33.3010168Z [00:03:47.388]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/p2p.go' from root:root to runner:runner
2025-08-20T21:27:33.3011474Z [00:03:47.388]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/commands_test.go' from root:root to runner:runner
2025-08-20T21:27:33.3012866Z [00:03:47.388]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/e/error.go' from root:root to runner:runner
2025-08-20T21:27:33.3014132Z [00:03:47.388]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/e' from root:root to runner:runner
2025-08-20T21:27:33.3015407Z [00:03:47.388]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/dag/stat.go' from root:root to runner:runner
2025-08-20T21:27:33.3016693Z [00:03:47.388]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/dag/get.go' from root:root to runner:runner
2025-08-20T21:27:33.3017975Z [00:03:47.388]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/dag/put.go' from root:root to runner:runner
2025-08-20T21:27:33.3019447Z [00:03:47.388]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/dag/resolve.go' from root:root to runner:runner
2025-08-20T21:27:33.3021200Z [00:03:47.388]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/dag/import.go' from root:root to runner:runner
2025-08-20T21:27:33.3022538Z [00:03:47.388]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/dag/export.go' from root:root to runner:runner
2025-08-20T21:27:33.3023841Z [00:03:47.388]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/dag/dag.go' from root:root to runner:runner
2025-08-20T21:27:33.3025310Z [00:03:47.388]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/dag' from root:root to runner:runner
2025-08-20T21:27:33.3026837Z [00:03:47.388]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/bootstrap.go' from root:root to runner:runner
2025-08-20T21:27:33.3028463Z [00:03:47.388]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/routing.go' from root:root to runner:runner
2025-08-20T21:27:33.3039976Z [00:03:47.388]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/filestore.go' from root:root to runner:runner
2025-08-20T21:27:33.3041354Z [00:03:47.388]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands' from root:root to runner:runner
2025-08-20T21:27:33.3042690Z [00:03:47.388]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/unixfs.go' from root:root to runner:runner
2025-08-20T21:27:33.3044009Z [00:03:47.388]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/pubsub.go' from root:root to runner:runner
2025-08-20T21:27:33.3045316Z [00:03:47.388]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/util.go' from root:root to runner:runner
2025-08-20T21:27:33.3047210Z [00:03:47.388]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/idfmt.go' from root:root to runner:runner
2025-08-20T21:27:33.3049202Z [00:03:47.388]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/block.go' from root:root to runner:runner
2025-08-20T21:27:33.3050612Z [00:03:47.388]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/tests/unixfs.go' from root:root to runner:runner
2025-08-20T21:27:33.3051990Z [00:03:47.388]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/tests/pubsub.go' from root:root to runner:runner
2025-08-20T21:27:33.3053351Z [00:03:47.388]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/tests/path.go' from root:root to runner:runner
2025-08-20T21:27:33.3054701Z [00:03:47.388]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/tests/block.go' from root:root to runner:runner
2025-08-20T21:27:33.3056034Z [00:03:47.388]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/tests/api.go' from root:root to runner:runner
2025-08-20T21:27:33.3057359Z [00:03:47.388]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/tests/pin.go' from root:root to runner:runner
2025-08-20T21:27:33.3058948Z [00:03:47.389]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/tests/key.go' from root:root to runner:runner
2025-08-20T21:27:33.3060313Z [00:03:47.389]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/tests/object.go' from root:root to runner:runner
2025-08-20T21:27:33.3061648Z [00:03:47.389]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/tests/dag.go' from root:root to runner:runner
2025-08-20T21:27:33.3062970Z [00:03:47.389]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/tests/name.go' from root:root to runner:runner
2025-08-20T21:27:33.3064466Z [00:03:47.389]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/tests/routing.go' from root:root to runner:runner
2025-08-20T21:27:33.3065779Z [00:03:47.389]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/tests' from root:root to runner:runner
2025-08-20T21:27:33.3067071Z [00:03:47.389]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/coreapi.go' from root:root to runner:runner
2025-08-20T21:27:33.3068366Z [00:03:47.389]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/pin.go' from root:root to runner:runner
2025-08-20T21:27:33.3069852Z [00:03:47.389]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/swarm.go' from root:root to runner:runner
2025-08-20T21:27:33.3071195Z [00:03:47.389]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/key.go' from root:root to runner:runner
2025-08-20T21:27:33.3072489Z [00:03:47.389]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/errors.go' from root:root to runner:runner
2025-08-20T21:27:33.3073777Z [00:03:47.389]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/object.go' from root:root to runner:runner
2025-08-20T21:27:33.3075130Z [00:03:47.389]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/dag.go' from root:root to runner:runner
2025-08-20T21:27:33.3076477Z [00:03:47.389]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/options/unixfs.go' from root:root to runner:runner
2025-08-20T21:27:33.3077834Z [00:03:47.389]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/options/dht.go' from root:root to runner:runner
2025-08-20T21:27:33.3079389Z [00:03:47.389]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/options/pubsub.go' from root:root to runner:runner
2025-08-20T21:27:33.3080760Z [00:03:47.389]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/options/block.go' from root:root to runner:runner
2025-08-20T21:27:33.3082115Z [00:03:47.389]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/options/global.go' from root:root to runner:runner
2025-08-20T21:27:33.3083561Z [00:03:47.389]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/options/pin.go' from root:root to runner:runner
2025-08-20T21:27:33.3084902Z [00:03:47.389]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/options/key.go' from root:root to runner:runner
2025-08-20T21:27:33.3086259Z [00:03:47.389]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/options/object.go' from root:root to runner:runner
2025-08-20T21:27:33.3087634Z [00:03:47.389]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/options/name.go' from root:root to runner:runner
2025-08-20T21:27:33.3089335Z [00:03:47.389]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/options/routing.go' from root:root to runner:runner
2025-08-20T21:27:33.3090688Z [00:03:47.389]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/options' from root:root to runner:runner
2025-08-20T21:27:33.3091979Z [00:03:47.389]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/name.go' from root:root to runner:runner
2025-08-20T21:27:33.3093284Z [00:03:47.389]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/routing.go' from root:root to runner:runner
2025-08-20T21:27:33.3094544Z [00:03:47.389]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface' from root:root to runner:runner
2025-08-20T21:27:33.3095773Z [00:03:47.389]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/core.go' from root:root to runner:runner
2025-08-20T21:27:33.3096988Z [00:03:47.389]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/builder.go' from root:root to runner:runner
2025-08-20T21:27:33.3098165Z [00:03:47.389]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core' from root:root to runner:runner
2025-08-20T21:27:33.3099655Z [00:03:47.389]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/profile/goroutines.go' from root:root to runner:runner
2025-08-20T21:27:33.3100936Z [00:03:47.389]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/profile/profile.go' from root:root to runner:runner
2025-08-20T21:27:33.3102229Z [00:03:47.389]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/profile/profile_test.go' from root:root to runner:runner
2025-08-20T21:27:33.3103464Z [00:03:47.389]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/profile' from root:root to runner:runner
2025-08-20T21:27:33.3104673Z [00:03:47.389]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docker-compose.yaml' from root:root to runner:runner
2025-08-20T21:27:33.3105930Z [00:03:47.389]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/fuse/mount/fuse.go' from root:root to runner:runner
2025-08-20T21:27:33.3107260Z [00:03:47.389]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/fuse/mount/mount.go' from root:root to runner:runner
2025-08-20T21:27:33.3109398Z [00:03:47.389]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/fuse/mount' from root:root to runner:runner
2025-08-20T21:27:33.3111785Z [00:03:47.389]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/fuse/node/mount_unix.go' from root:root to runner:runner
2025-08-20T21:27:33.3114230Z [00:03:47.389]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/fuse/node/mount_nofuse.go' from root:root to runner:runner
2025-08-20T21:27:33.3116605Z [00:03:47.389]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/fuse/node/mount_test.go' from root:root to runner:runner
2025-08-20T21:27:33.3119098Z [00:03:47.389]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/fuse/node/mount_windows.go' from root:root to runner:runner
2025-08-20T21:27:33.3120503Z [00:03:47.389]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/fuse/node/mount_darwin.go' from root:root to runner:runner
2025-08-20T21:27:33.3121817Z [00:03:47.390]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/fuse/node/mount_notsupp.go' from root:root to runner:runner
2025-08-20T21:27:33.3123066Z [00:03:47.390]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/fuse/node' from root:root to runner:runner
2025-08-20T21:27:33.3124301Z [00:03:47.390]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/fuse/ipns/mount_unix.go' from root:root to runner:runner
2025-08-20T21:27:33.3125584Z [00:03:47.390]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/fuse/ipns/common.go' from root:root to runner:runner
2025-08-20T21:27:33.3126854Z [00:03:47.390]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/fuse/ipns/ipns_unix.go' from root:root to runner:runner
2025-08-20T21:27:33.3128130Z [00:03:47.390]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/fuse/ipns/link_unix.go' from root:root to runner:runner
2025-08-20T21:27:33.3129687Z [00:03:47.390]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/fuse/ipns/ipns_test.go' from root:root to runner:runner
2025-08-20T21:27:33.3130944Z [00:03:47.390]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/fuse/ipns' from root:root to runner:runner
2025-08-20T21:27:33.3132202Z [00:03:47.390]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/fuse/readonly/mount_unix.go' from root:root to runner:runner
2025-08-20T21:27:33.3133532Z [00:03:47.390]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/fuse/readonly/readonly_unix.go' from root:root to runner:runner
2025-08-20T21:27:33.3134847Z [00:03:47.390]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/fuse/readonly/doc.go' from root:root to runner:runner
2025-08-20T21:27:33.3136141Z [00:03:47.390]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/fuse/readonly/ipfs_test.go' from root:root to runner:runner
2025-08-20T21:27:33.3137478Z [00:03:47.390]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/fuse/readonly' from root:root to runner:runner
2025-08-20T21:27:33.3138948Z [00:03:47.390]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/fuse/mfs/mount_unix.go' from root:root to runner:runner
2025-08-20T21:27:33.3140244Z [00:03:47.390]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/fuse/mfs/mfs_test.go' from root:root to runner:runner
2025-08-20T21:27:33.3141505Z [00:03:47.390]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/fuse/mfs/mfs_unix.go' from root:root to runner:runner
2025-08-20T21:27:33.3142713Z [00:03:47.390]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/fuse/mfs' from root:root to runner:runner
2025-08-20T21:27:33.3144020Z [00:03:47.390]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/fuse' from root:root to runner:runner
2025-08-20T21:27:33.3145194Z [00:03:47.390]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/codecov.yml' from root:root to runner:runner
2025-08-20T21:27:33.3146457Z [00:03:47.390]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/daemoninternal.go' from root:root to runner:runner
2025-08-20T21:27:33.3147724Z [00:03:47.390]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/ipld.go' from root:root to runner:runner
2025-08-20T21:27:33.3149152Z [00:03:47.390]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/plugin.go' from root:root to runner:runner
2025-08-20T21:27:33.3150411Z [00:03:47.390]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/daemon.go' from root:root to runner:runner
2025-08-20T21:27:33.3151689Z [00:03:47.390]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/loader/preload_list' from root:root to runner:runner
2025-08-20T21:27:33.3153086Z [00:03:47.391]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/loader/load_unix.go' from root:root to runner:runner
2025-08-20T21:27:33.3154419Z [00:03:47.391]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/loader/load_noplugin.go' from root:root to runner:runner
2025-08-20T21:27:33.3155758Z [00:03:47.391]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/loader/preload.go' from root:root to runner:runner
2025-08-20T21:27:33.3157045Z [00:03:47.391]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/loader/Rules.mk' from root:root to runner:runner
2025-08-20T21:27:33.3158327Z [00:03:47.391]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/loader/loader.go' from root:root to runner:runner
2025-08-20T21:27:33.3159883Z [00:03:47.391]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/loader/preload.sh' from root:root to runner:runner
2025-08-20T21:27:33.3161288Z [00:03:47.391]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/loader/load_nocgo.go' from root:root to runner:runner
2025-08-20T21:27:33.3162766Z [00:03:47.391]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/loader' from root:root to runner:runner
2025-08-20T21:27:33.3164005Z [00:03:47.391]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/tracer.go' from root:root to runner:runner
2025-08-20T21:27:33.3165227Z [00:03:47.391]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/fx.go' from root:root to runner:runner
2025-08-20T21:27:33.3166592Z [00:03:47.391]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/Rules.mk' from root:root to runner:runner
2025-08-20T21:27:33.3167991Z [00:03:47.391]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/plugins/fxtest/fxtest.go' from root:root to runner:runner
2025-08-20T21:27:33.3169758Z [00:03:47.391]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/plugins/fxtest' from root:root to runner:runner
2025-08-20T21:27:33.3171088Z [00:03:47.391]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/plugins/.gitignore' from root:root to runner:runner
2025-08-20T21:27:33.3172469Z [00:03:47.391]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/plugins/pebbleds/pebbleds.go' from root:root to runner:runner
2025-08-20T21:27:33.3173816Z [00:03:47.391]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/plugins/pebbleds' from root:root to runner:runner
2025-08-20T21:27:33.3175188Z [00:03:47.391]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/plugins/telemetry/telemetry.go' from root:root to runner:runner
2025-08-20T21:27:33.3176615Z [00:03:47.391]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/plugins/telemetry/telemetry_uuid' from root:root to runner:runner
2025-08-20T21:27:33.3178058Z [00:03:47.391]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/plugins/telemetry/telemetry_test.go' from root:root to runner:runner
2025-08-20T21:27:33.3180143Z [00:03:47.391]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/plugins/telemetry' from root:root to runner:runner
2025-08-20T21:27:33.3182689Z [00:03:47.391]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/plugins/git/git.go' from root:root to runner:runner
2025-08-20T21:27:33.3185130Z [00:03:47.391]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/plugins/git' from root:root to runner:runner
2025-08-20T21:27:33.3187602Z [00:03:47.391]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/plugins/badgerds/badgerds.go' from root:root to runner:runner
2025-08-20T21:27:33.3189981Z [00:03:47.392]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/plugins/badgerds' from root:root to runner:runner
2025-08-20T21:27:33.3191335Z [00:03:47.392]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/plugins/Rules.mk' from root:root to runner:runner
2025-08-20T21:27:33.3192820Z [00:03:47.392]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/plugins/dagjose/dagjose.go' from root:root to runner:runner
2025-08-20T21:27:33.3194161Z [00:03:47.392]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/plugins/dagjose' from root:root to runner:runner
2025-08-20T21:27:33.3195483Z [00:03:47.392]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/plugins/nopfs/nopfs.go' from root:root to runner:runner
2025-08-20T21:27:33.3196799Z [00:03:47.392]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/plugins/nopfs' from root:root to runner:runner
2025-08-20T21:27:33.3198200Z [00:03:47.392]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/plugins/levelds/levelds.go' from root:root to runner:runner
2025-08-20T21:27:33.3199842Z [00:03:47.392]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/plugins/levelds' from root:root to runner:runner
2025-08-20T21:27:33.3201203Z [00:03:47.392]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/plugins/peerlog/peerlog_test.go' from root:root to runner:runner
2025-08-20T21:27:33.3202608Z [00:03:47.392]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/plugins/peerlog/peerlog.go' from root:root to runner:runner
2025-08-20T21:27:33.3203936Z [00:03:47.392]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/plugins/peerlog' from root:root to runner:runner
2025-08-20T21:27:33.3205275Z [00:03:47.392]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/plugins/flatfs/flatfs.go' from root:root to runner:runner
2025-08-20T21:27:33.3206590Z [00:03:47.392]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/plugins/flatfs' from root:root to runner:runner
2025-08-20T21:27:33.3207887Z [00:03:47.392]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/plugins/gen_main.sh' from root:root to runner:runner
2025-08-20T21:27:33.3209505Z [00:03:47.392]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/plugins' from root:root to runner:runner
2025-08-20T21:27:33.3210780Z [00:03:47.392]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/datastore.go' from root:root to runner:runner
2025-08-20T21:27:33.3212012Z [00:03:47.392]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin' from root:root to runner:runner
2025-08-20T21:27:33.3213291Z [00:03:47.392]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/blocks/blockstoreutil/remove.go' from root:root to runner:runner
2025-08-20T21:27:33.3214611Z [00:03:47.392]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/blocks/blockstoreutil' from root:root to runner:runner
2025-08-20T21:27:33.3215825Z [00:03:47.392]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/blocks' from root:root to runner:runner
2025-08-20T21:27:33.3217093Z [00:03:47.392]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:27:33.3218272Z [00:03:47.392]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/doc.go' from root:root to runner:runner
2025-08-20T21:27:33.3219845Z [00:03:47.392]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/routing/delegated_test.go' from root:root to runner:runner
2025-08-20T21:27:33.3221121Z [00:03:47.392]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/routing/error.go' from root:root to runner:runner
2025-08-20T21:27:33.3222367Z [00:03:47.392]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/routing/composer.go' from root:root to runner:runner
2025-08-20T21:27:33.3223774Z [00:03:47.392]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/routing/delegated.go' from root:root to runner:runner
2025-08-20T21:27:33.3225041Z [00:03:47.392]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/routing/wrapper.go' from root:root to runner:runner
2025-08-20T21:27:33.3226239Z [00:03:47.392]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/routing' from root:root to runner:runner
2025-08-20T21:27:33.3227458Z [00:03:47.392]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/client/rpc/unixfs.go' from root:root to runner:runner
2025-08-20T21:27:33.3228881Z [00:03:47.392]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/client/rpc/README.md' from root:root to runner:runner
2025-08-20T21:27:33.3230165Z [00:03:47.392]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/client/rpc/pubsub.go' from root:root to runner:runner
2025-08-20T21:27:33.3231420Z [00:03:47.392]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/client/rpc/path.go' from root:root to runner:runner
2025-08-20T21:27:33.3232935Z [00:03:47.392]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/client/rpc/requestbuilder.go' from root:root to runner:runner
2025-08-20T21:27:33.3234343Z [00:03:47.392]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/client/rpc/response.go' from root:root to runner:runner
2025-08-20T21:27:33.3235631Z [00:03:47.392]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/client/rpc/block.go' from root:root to runner:runner
2025-08-20T21:27:33.3237057Z [00:03:47.392]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/client/rpc/request.go' from root:root to runner:runner
2025-08-20T21:27:33.3238344Z [00:03:47.392]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/client/rpc/apifile.go' from root:root to runner:runner
2025-08-20T21:27:33.3239874Z [00:03:47.392]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/client/rpc/errors_test.go' from root:root to runner:runner
2025-08-20T21:27:33.3241160Z [00:03:47.392]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/client/rpc/api.go' from root:root to runner:runner
2025-08-20T21:27:33.3242507Z [00:03:47.392]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/client/rpc/pin.go' from root:root to runner:runner
2025-08-20T21:27:33.3243751Z [00:03:47.392]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/client/rpc/swarm.go' from root:root to runner:runner
2025-08-20T21:27:33.3244993Z [00:03:47.392]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/client/rpc/key.go' from root:root to runner:runner
2025-08-20T21:27:33.3246245Z [00:03:47.392]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/client/rpc/errors.go' from root:root to runner:runner
2025-08-20T21:27:33.3247506Z [00:03:47.392]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/client/rpc/object.go' from root:root to runner:runner
2025-08-20T21:27:33.3249487Z [00:03:47.392]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/client/rpc/dag.go' from root:root to runner:runner
2025-08-20T21:27:33.3251216Z [00:03:47.392]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/client/rpc/auth/auth.go' from root:root to runner:runner
2025-08-20T21:27:33.3252589Z [00:03:47.392]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/client/rpc/auth' from root:root to runner:runner
2025-08-20T21:27:33.3253844Z [00:03:47.393]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/client/rpc/name.go' from root:root to runner:runner
2025-08-20T21:27:33.3255106Z [00:03:47.393]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/client/rpc/routing.go' from root:root to runner:runner
2025-08-20T21:27:33.3256403Z [00:03:47.393]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/client/rpc/api_test.go' from root:root to runner:runner
2025-08-20T21:27:33.3257631Z [00:03:47.393]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/client/rpc' from root:root to runner:runner
2025-08-20T21:27:33.3259036Z [00:03:47.393]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/client' from root:root to runner:runner
2025-08-20T21:27:33.3260362Z [00:03:47.393]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/version.go' from root:root to runner:runner
2025-08-20T21:27:33.3261630Z [00:03:47.393]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/autotls.go' from root:root to runner:runner
2025-08-20T21:27:33.3262872Z [00:03:47.393]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/identity.go' from root:root to runner:runner
2025-08-20T21:27:33.3264109Z [00:03:47.393]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/config.go' from root:root to runner:runner
2025-08-20T21:27:33.3265360Z [00:03:47.393]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/discovery.go' from root:root to runner:runner
2025-08-20T21:27:33.3266610Z [00:03:47.393]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/autoconf.go' from root:root to runner:runner
2025-08-20T21:27:33.3267970Z [00:03:47.393]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/autoconf_client.go' from root:root to runner:runner
2025-08-20T21:27:33.3269422Z [00:03:47.393]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/internal.go' from root:root to runner:runner
2025-08-20T21:27:33.3270685Z [00:03:47.393]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/pubsub.go' from root:root to runner:runner
2025-08-20T21:27:33.3271918Z [00:03:47.393]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/types.go' from root:root to runner:runner
2025-08-20T21:27:33.3273147Z [00:03:47.393]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/autonat.go' from root:root to runner:runner
2025-08-20T21:27:33.3274546Z [00:03:47.393]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/reprovider.go' from root:root to runner:runner
2025-08-20T21:27:33.3275827Z [00:03:47.393]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/http_retrieval.go' from root:root to runner:runner
2025-08-20T21:27:33.3277100Z [00:03:47.393]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/config_test.go' from root:root to runner:runner
2025-08-20T21:27:33.3278357Z [00:03:47.393]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/addresses.go' from root:root to runner:runner
2025-08-20T21:27:33.3279899Z [00:03:47.393]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/migration_test.go' from root:root to runner:runner
2025-08-20T21:27:33.3281227Z [00:03:47.393]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/bootstrap_peers_test.go' from root:root to runner:runner
2025-08-20T21:27:33.3282536Z [00:03:47.393]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/autoconf_test.go' from root:root to runner:runner
2025-08-20T21:27:33.3283892Z [00:03:47.393]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/migration.go' from root:root to runner:runner
2025-08-20T21:27:33.3285144Z [00:03:47.394]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/plugins.go' from root:root to runner:runner
2025-08-20T21:27:33.3286391Z [00:03:47.394]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/bitswap.go' from root:root to runner:runner
2025-08-20T21:27:33.3287613Z [00:03:47.394]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/dns.go' from root:root to runner:runner
2025-08-20T21:27:33.3289099Z [00:03:47.394]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/bootstrap_peers.go' from root:root to runner:runner
2025-08-20T21:27:33.3290381Z [00:03:47.394]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/mounts.go' from root:root to runner:runner
2025-08-20T21:27:33.3291595Z [00:03:47.394]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/api.go' from root:root to runner:runner
2025-08-20T21:27:33.3292914Z [00:03:47.394]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/peering.go' from root:root to runner:runner
2025-08-20T21:27:33.3294144Z [00:03:47.394]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/profile.go' from root:root to runner:runner
2025-08-20T21:27:33.3295384Z [00:03:47.394]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/provider.go' from root:root to runner:runner
2025-08-20T21:27:33.3296636Z [00:03:47.394]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/init_test.go' from root:root to runner:runner
2025-08-20T21:27:33.3297866Z [00:03:47.394]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/swarm.go' from root:root to runner:runner
2025-08-20T21:27:33.3299603Z [00:03:47.394]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/init.go' from root:root to runner:runner
2025-08-20T21:27:33.3301053Z [00:03:47.394]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/import.go' from root:root to runner:runner
2025-08-20T21:27:33.3302313Z [00:03:47.394]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/routing_test.go' from root:root to runner:runner
2025-08-20T21:27:33.3303573Z [00:03:47.394]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/gateway.go' from root:root to runner:runner
2025-08-20T21:27:33.3304954Z [00:03:47.394]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/serialize/serialize.go' from root:root to runner:runner
2025-08-20T21:27:33.3306421Z [00:03:47.394]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/serialize/serialize_test.go' from root:root to runner:runner
2025-08-20T21:27:33.3307726Z [00:03:47.394]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/serialize' from root:root to runner:runner
2025-08-20T21:27:33.3309183Z [00:03:47.394]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/remotepin.go' from root:root to runner:runner
2025-08-20T21:27:33.3310465Z [00:03:47.394]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/types_test.go' from root:root to runner:runner
2025-08-20T21:27:33.3311775Z [00:03:47.394]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/ipns.go' from root:root to runner:runner
2025-08-20T21:27:33.3312998Z [00:03:47.394]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/routing.go' from root:root to runner:runner
2025-08-20T21:27:33.3314231Z [00:03:47.394]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/api_test.go' from root:root to runner:runner
2025-08-20T21:27:33.3315482Z [00:03:47.394]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/datastore.go' from root:root to runner:runner
2025-08-20T21:27:33.3316745Z [00:03:47.394]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/experiments.go' from root:root to runner:runner
2025-08-20T21:27:33.3318768Z [00:03:47.394]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config' from root:root to runner:runner
2025-08-20T21:27:33.3321372Z [00:03:47.394]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/examples/example-folder/test-dir/ipfs-logo.png' from root:root to runner:runner
2025-08-20T21:27:33.3324293Z [00:03:47.394]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/examples/example-folder/test-dir/ipfs.paper.draft3.pdf' from root:root to runner:runner
2025-08-20T21:27:33.3327061Z [00:03:47.394]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/examples/example-folder/test-dir' from root:root to runner:runner
2025-08-20T21:27:33.3329266Z [00:03:47.394]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/examples/example-folder/ipfs.paper.draft3.pdf' from root:root to runner:runner
2025-08-20T21:27:33.3330734Z [00:03:47.394]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/examples/example-folder' from root:root to runner:runner
2025-08-20T21:27:33.3332101Z [00:03:47.394]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/examples/go-ipfs-as-a-library' from root:root to runner:runner
2025-08-20T21:27:33.3333517Z [00:03:47.394]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/examples/kubo-as-a-library/README.md' from root:root to runner:runner
2025-08-20T21:27:33.3334936Z [00:03:47.394]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/examples/kubo-as-a-library/go.sum' from root:root to runner:runner
2025-08-20T21:27:33.3336356Z [00:03:47.394]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/examples/kubo-as-a-library/main_test.go' from root:root to runner:runner
2025-08-20T21:27:33.3337767Z [00:03:47.394]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/examples/kubo-as-a-library/go.mod' from root:root to runner:runner
2025-08-20T21:27:33.3339459Z [00:03:47.394]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/examples/kubo-as-a-library/main.go' from root:root to runner:runner
2025-08-20T21:27:33.3340840Z [00:03:47.395]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/examples/kubo-as-a-library' from root:root to runner:runner
2025-08-20T21:27:33.3342197Z [00:03:47.395]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/examples' from root:root to runner:runner
2025-08-20T21:27:33.3343469Z [00:03:47.395]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/delegated-routing.md' from root:root to runner:runner
2025-08-20T21:27:33.3344790Z [00:03:47.395]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/command-completion.md' from root:root to runner:runner
2025-08-20T21:27:33.3346088Z [00:03:47.395]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/EARLY_TESTERS.md' from root:root to runner:runner
2025-08-20T21:27:33.3347339Z [00:03:47.395]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/windows.md' from root:root to runner:runner
2025-08-20T21:27:33.3348746Z [00:03:47.395]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/config.md' from root:root to runner:runner
2025-08-20T21:27:33.3349970Z [00:03:47.395]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/README.md' from root:root to runner:runner
2025-08-20T21:27:33.3351254Z [00:03:47.395]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/experimental-features.md' from root:root to runner:runner
2025-08-20T21:27:33.3352597Z [00:03:47.395]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/environment-variables.md' from root:root to runner:runner
2025-08-20T21:27:33.3354087Z [00:03:47.395]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/implement-api-bindings.md' from root:root to runner:runner
2025-08-20T21:27:33.3355413Z [00:03:47.395]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/generate-authors.sh' from root:root to runner:runner
2025-08-20T21:27:33.3356713Z [00:03:47.395]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/content-blocking.md' from root:root to runner:runner
2025-08-20T21:27:33.3357979Z [00:03:47.395]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/telemetry.md' from root:root to runner:runner
2025-08-20T21:27:33.3359424Z [00:03:47.395]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/http-rpc-clients.md' from root:root to runner:runner
2025-08-20T21:27:33.3360783Z [00:03:47.395]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/developer-certificate-of-origin' from root:root to runner:runner
2025-08-20T21:27:33.3362093Z [00:03:47.395]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/plugins.md' from root:root to runner:runner
2025-08-20T21:27:33.3363417Z [00:03:47.395]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/transports.md' from root:root to runner:runner
2025-08-20T21:27:33.3364652Z [00:03:47.395]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/gateway.md' from root:root to runner:runner
2025-08-20T21:27:33.3365923Z [00:03:47.395]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/AUTHORS' from root:root to runner:runner
2025-08-20T21:27:33.3367115Z [00:03:47.395]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/fuse.md' from root:root to runner:runner
2025-08-20T21:27:33.3368399Z [00:03:47.395]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/cli-http-api-core-diagram.png' from root:root to runner:runner
2025-08-20T21:27:33.3370302Z [00:03:47.395]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/RELEASE_ISSUE_TEMPLATE.md' from root:root to runner:runner
2025-08-20T21:27:33.3371890Z [00:03:47.395]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.30.md' from root:root to runner:runner
2025-08-20T21:27:33.3373216Z [00:03:47.395]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.2.md' from root:root to runner:runner
2025-08-20T21:27:33.3374511Z [00:03:47.395]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.12.md' from root:root to runner:runner
2025-08-20T21:27:33.3375954Z [00:03:47.395]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.22.md' from root:root to runner:runner
2025-08-20T21:27:33.3377276Z [00:03:47.395]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.8.md' from root:root to runner:runner
2025-08-20T21:27:33.3378941Z [00:03:47.395]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.31.md' from root:root to runner:runner
2025-08-20T21:27:33.3380256Z [00:03:47.395]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.16.md' from root:root to runner:runner
2025-08-20T21:27:33.3381537Z [00:03:47.395]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.4.md' from root:root to runner:runner
2025-08-20T21:27:33.3382824Z [00:03:47.395]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.5.md' from root:root to runner:runner
2025-08-20T21:27:33.3384109Z [00:03:47.396]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.36.md' from root:root to runner:runner
2025-08-20T21:27:33.3385413Z [00:03:47.396]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.17.md' from root:root to runner:runner
2025-08-20T21:27:33.3386696Z [00:03:47.396]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.24.md' from root:root to runner:runner
2025-08-20T21:27:33.3388152Z [00:03:47.396]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.27.md' from root:root to runner:runner
2025-08-20T21:27:33.3390275Z [00:03:47.396]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.13.md' from root:root to runner:runner
2025-08-20T21:27:33.3391771Z [00:03:47.396]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.3.md' from root:root to runner:runner
2025-08-20T21:27:33.3393162Z [00:03:47.396]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.9.md' from root:root to runner:runner
2025-08-20T21:27:33.3394451Z [00:03:47.396]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.28.md' from root:root to runner:runner
2025-08-20T21:27:33.3395746Z [00:03:47.396]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.21.md' from root:root to runner:runner
2025-08-20T21:27:33.3397032Z [00:03:47.396]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.25.md' from root:root to runner:runner
2025-08-20T21:27:33.3398319Z [00:03:47.396]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.26.md' from root:root to runner:runner
2025-08-20T21:27:33.3399803Z [00:03:47.396]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.23.md' from root:root to runner:runner
2025-08-20T21:27:33.3401094Z [00:03:47.396]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.32.md' from root:root to runner:runner
2025-08-20T21:27:33.3402383Z [00:03:47.396]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.35.md' from root:root to runner:runner
2025-08-20T21:27:33.3403665Z [00:03:47.396]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.19.md' from root:root to runner:runner
2025-08-20T21:27:33.3405106Z [00:03:47.396]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.18.md' from root:root to runner:runner
2025-08-20T21:27:33.3406396Z [00:03:47.396]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.34.md' from root:root to runner:runner
2025-08-20T21:27:33.3407682Z [00:03:47.396]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.10.md' from root:root to runner:runner
2025-08-20T21:27:33.3409232Z [00:03:47.396]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.20.md' from root:root to runner:runner
2025-08-20T21:27:33.3410544Z [00:03:47.396]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.6.md' from root:root to runner:runner
2025-08-20T21:27:33.3411829Z [00:03:47.396]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.7.md' from root:root to runner:runner
2025-08-20T21:27:33.3413114Z [00:03:47.396]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.11.md' from root:root to runner:runner
2025-08-20T21:27:33.3414485Z [00:03:47.396]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.37.md' from root:root to runner:runner
2025-08-20T21:27:33.3415771Z [00:03:47.396]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.14.md' from root:root to runner:runner
2025-08-20T21:27:33.3417124Z [00:03:47.396]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.29.md' from root:root to runner:runner
2025-08-20T21:27:33.3418411Z [00:03:47.396]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.33.md' from root:root to runner:runner
2025-08-20T21:27:33.3420022Z [00:03:47.396]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.15.md' from root:root to runner:runner
2025-08-20T21:27:33.3421280Z [00:03:47.397]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs' from root:root to runner:runner
2025-08-20T21:27:33.3422528Z [00:03:47.397]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/add-code-flow.md' from root:root to runner:runner
2025-08-20T21:27:33.3423828Z [00:03:47.397]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/RELEASE_CHECKLIST.md' from root:root to runner:runner
2025-08-20T21:27:33.3425143Z [00:03:47.397]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/releases_thunderdome.md' from root:root to runner:runner
2025-08-20T21:27:33.3426509Z [00:03:47.397]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/specifications/repository.md' from root:root to runner:runner
2025-08-20T21:27:33.3427911Z [00:03:47.397]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/specifications/repository_fs.md' from root:root to runner:runner
2025-08-20T21:27:33.3429794Z [00:03:47.397]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/specifications/fs-datastore.png' from root:root to runner:runner
2025-08-20T21:27:33.3431234Z [00:03:47.397]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/specifications/ipfs-repo-contents.png' from root:root to runner:runner
2025-08-20T21:27:33.3432642Z [00:03:47.397]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/specifications/keystore.md' from root:root to runner:runner
2025-08-20T21:27:33.3433962Z [00:03:47.397]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/specifications' from root:root to runner:runner
2025-08-20T21:27:33.3435292Z [00:03:47.397]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/production/reverse-proxy.md' from root:root to runner:runner
2025-08-20T21:27:33.3436597Z [00:03:47.397]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/production' from root:root to runner:runner
2025-08-20T21:27:33.3437850Z [00:03:47.397]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/file-transfer.md' from root:root to runner:runner
2025-08-20T21:27:33.3439380Z [00:03:47.397]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/libp2p-resource-management.md' from root:root to runner:runner
2025-08-20T21:27:33.3440929Z [00:03:47.397]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/releases.md' from root:root to runner:runner
2025-08-20T21:27:33.3442329Z [00:03:47.397]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/customizing.md' from root:root to runner:runner
2025-08-20T21:27:33.3443591Z [00:03:47.397]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/debug-guide.md' from root:root to runner:runner
2025-08-20T21:27:33.3445105Z [00:03:47.397]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/datastores.md' from root:root to runner:runner
2025-08-20T21:27:33.3446816Z [00:03:47.397]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs' from root:root to runner:runner
2025-08-20T21:27:33.3448003Z [00:03:47.397]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/mock.go' from root:root to runner:runner
2025-08-20T21:27:33.3449495Z [00:03:47.397]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/common/common.go' from root:root to runner:runner
2025-08-20T21:27:33.3450806Z [00:03:47.397]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/common/common_test.go' from root:root to runner:runner
2025-08-20T21:27:33.3452066Z [00:03:47.397]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/common' from root:root to runner:runner
2025-08-20T21:27:33.3453341Z [00:03:47.397]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/config_test.go' from root:root to runner:runner
2025-08-20T21:27:33.3454658Z [00:03:47.397]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/fsrepo_test.go' from root:root to runner:runner
2025-08-20T21:27:33.3456109Z [00:03:47.397]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/doc.go' from root:root to runner:runner
2025-08-20T21:27:33.3457721Z [00:03:47.397]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/migrations/atomicfile/atomicfile.go' from root:root to runner:runner
2025-08-20T21:27:33.3460466Z [00:03:47.397]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/migrations/atomicfile' from root:root to runner:runner
2025-08-20T21:27:33.3463110Z [00:03:47.397]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/migrations/fetch_test.go' from root:root to runner:runner
2025-08-20T21:27:33.3465757Z [00:03:47.397]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/migrations/setup_test.go' from root:root to runner:runner
2025-08-20T21:27:33.3468258Z [00:03:47.397]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/migrations/embedded.go' from root:root to runner:runner
2025-08-20T21:27:33.3469909Z [00:03:47.397]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/migrations/README.md' from root:root to runner:runner
2025-08-20T21:27:33.3471483Z [00:03:47.397]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/migrations/retryfetcher.go' from root:root to runner:runner
2025-08-20T21:27:33.3473094Z [00:03:47.397]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/migrations/ipfsfetcher/ipfsfetcher_test.go' from root:root to runner:runner
2025-08-20T21:27:33.3474647Z [00:03:47.397]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/migrations/ipfsfetcher/ipfsfetcher.go' from root:root to runner:runner
2025-08-20T21:27:33.3476101Z [00:03:47.397]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/migrations/ipfsfetcher' from root:root to runner:runner
2025-08-20T21:27:33.3477487Z [00:03:47.397]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/migrations/ipfsdir.go' from root:root to runner:runner
2025-08-20T21:27:33.3479220Z [00:03:47.397]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/migrations/fs-repo-16-to-17/migration/migration_test.go' from root:root to runner:runner
2025-08-20T21:27:33.3480865Z [00:03:47.397]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/migrations/fs-repo-16-to-17/migration/migration.go' from root:root to runner:runner
2025-08-20T21:27:33.3482408Z [00:03:47.397]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/migrations/fs-repo-16-to-17/migration' from root:root to runner:runner
2025-08-20T21:27:33.3483896Z [00:03:47.397]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/migrations/fs-repo-16-to-17/main.go' from root:root to runner:runner
2025-08-20T21:27:33.3485338Z [00:03:47.398]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/migrations/fs-repo-16-to-17' from root:root to runner:runner
2025-08-20T21:27:33.3486923Z [00:03:47.398]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/migrations/migrations_test.go' from root:root to runner:runner
2025-08-20T21:27:33.3488353Z [00:03:47.398]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/migrations/migrations.go' from root:root to runner:runner
2025-08-20T21:27:33.3490059Z [00:03:47.398]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/migrations/unpack_test.go' from root:root to runner:runner
2025-08-20T21:27:33.3491444Z [00:03:47.398]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/migrations/fetch.go' from root:root to runner:runner
2025-08-20T21:27:33.3492845Z [00:03:47.398]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/migrations/embedded_test.go' from root:root to runner:runner
2025-08-20T21:27:33.3494236Z [00:03:47.398]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/migrations/fetcher.go' from root:root to runner:runner
2025-08-20T21:27:33.3495611Z [00:03:47.398]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/migrations/unpack.go' from root:root to runner:runner
2025-08-20T21:27:33.3497086Z [00:03:47.398]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/migrations/versions_test.go' from root:root to runner:runner
2025-08-20T21:27:33.3498818Z [00:03:47.398]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/migrations/httpfetcher.go' from root:root to runner:runner
2025-08-20T21:27:33.3500493Z [00:03:47.398]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/migrations/ipfsdir_test.go' from root:root to runner:runner
2025-08-20T21:27:33.3501895Z [00:03:47.398]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/migrations/versions.go' from root:root to runner:runner
2025-08-20T21:27:33.3503237Z [00:03:47.398]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/migrations' from root:root to runner:runner
2025-08-20T21:27:33.3504543Z [00:03:47.398]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/datastores.go' from root:root to runner:runner
2025-08-20T21:27:33.3505844Z [00:03:47.398]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/misc.go' from root:root to runner:runner
2025-08-20T21:27:33.3507113Z [00:03:47.398]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/fsrepo.go' from root:root to runner:runner
2025-08-20T21:27:33.3508347Z [00:03:47.398]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo' from root:root to runner:runner
2025-08-20T21:27:33.3509790Z [00:03:47.398]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/repo.go' from root:root to runner:runner
2025-08-20T21:27:33.3511104Z [00:03:47.398]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/onlyone.go' from root:root to runner:runner
2025-08-20T21:27:33.3512587Z [00:03:47.398]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo' from root:root to runner:runner
2025-08-20T21:27:33.3513763Z [00:03:47.398]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/gc/gc_test.go' from root:root to runner:runner
2025-08-20T21:27:33.3514953Z [00:03:47.398]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/gc/gc.go' from root:root to runner:runner
2025-08-20T21:27:33.3516165Z [00:03:47.398]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/gc' from root:root to runner:runner
2025-08-20T21:27:33.3517425Z [00:03:47.399]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/GNUmakefile' from root:root to runner:runner
2025-08-20T21:27:33.3518900Z [00:03:47.399]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/mk/golang.mk' from root:root to runner:runner
2025-08-20T21:27:33.3520124Z [00:03:47.399]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/mk/tarball.mk' from root:root to runner:runner
2025-08-20T21:27:33.3521324Z [00:03:47.399]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/mk/header.mk' from root:root to runner:runner
2025-08-20T21:27:33.3522613Z [00:03:47.399]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/mk/footer.mk' from root:root to runner:runner
2025-08-20T21:27:33.3523877Z [00:03:47.399]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/mk/git.mk' from root:root to runner:runner
2025-08-20T21:27:33.3525057Z [00:03:47.399]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/mk/util.mk' from root:root to runner:runner
2025-08-20T21:27:33.3526202Z [00:03:47.399]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/mk' from root:root to runner:runner
2025-08-20T21:27:33.3527345Z [00:03:47.399]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/Rules.mk' from root:root to runner:runner
2025-08-20T21:27:33.3528955Z [00:03:47.399]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/commands/reqlog.go' from root:root to runner:runner
2025-08-20T21:27:33.3530955Z [00:03:47.399]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/commands/context.go' from root:root to runner:runner
2025-08-20T21:27:33.3533281Z [00:03:47.399]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/commands' from root:root to runner:runner
2025-08-20T21:27:33.3535583Z [00:03:47.399]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/thirdparty/README.md' from root:root to runner:runner
2025-08-20T21:27:33.3538019Z [00:03:47.399]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/thirdparty/verifbs/verifbs.go' from root:root to runner:runner
2025-08-20T21:27:33.3540227Z [00:03:47.399]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/thirdparty/verifbs' from root:root to runner:runner
2025-08-20T21:27:33.3541727Z [00:03:47.399]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/thirdparty/unit/unit.go' from root:root to runner:runner
2025-08-20T21:27:33.3543041Z [00:03:47.399]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/thirdparty/unit/unit_test.go' from root:root to runner:runner
2025-08-20T21:27:33.3544321Z [00:03:47.399]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/thirdparty/unit' from root:root to runner:runner
2025-08-20T21:27:33.3545539Z [00:03:47.399]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/thirdparty' from root:root to runner:runner
2025-08-20T21:27:33.3546770Z [00:03:47.399]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs/.gitignore' from root:root to runner:runner
2025-08-20T21:27:33.3548050Z [00:03:47.399]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs/kubo/start.go' from root:root to runner:runner
2025-08-20T21:27:33.3549614Z [00:03:47.399]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs/kubo/dnsresolve_test.go' from root:root to runner:runner
2025-08-20T21:27:33.3551056Z [00:03:47.399]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs/kubo/pinmfs_test.go' from root:root to runner:runner
2025-08-20T21:27:33.3552396Z [00:03:47.399]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs/kubo/daemon_linux.go' from root:root to runner:runner
2025-08-20T21:27:33.3553779Z [00:03:47.399]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs/kubo/pinmfs.go' from root:root to runner:runner
2025-08-20T21:27:33.3555072Z [00:03:47.399]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs/kubo/daemon.go' from root:root to runner:runner
2025-08-20T21:27:33.3556351Z [00:03:47.399]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs/kubo/debug.go' from root:root to runner:runner
2025-08-20T21:27:33.3557671Z [00:03:47.399]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs/kubo/add_migrations.go' from root:root to runner:runner
2025-08-20T21:27:33.3559238Z [00:03:47.399]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs/kubo/daemon_other.go' from root:root to runner:runner
2025-08-20T21:27:33.3560670Z [00:03:47.399]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs/kubo/init.go' from root:root to runner:runner
2025-08-20T21:27:33.3561940Z [00:03:47.399]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs/kubo/ipfs.go' from root:root to runner:runner
2025-08-20T21:27:33.3563175Z [00:03:47.399]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs/kubo' from root:root to runner:runner
2025-08-20T21:27:33.3564410Z [00:03:47.399]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs/Rules.mk' from root:root to runner:runner
2025-08-20T21:27:33.3565751Z [00:03:47.399]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs/dist/install.sh' from root:root to runner:runner
2025-08-20T21:27:33.3567061Z [00:03:47.399]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs/dist/README.md' from root:root to runner:runner
2025-08-20T21:27:33.3568377Z [00:03:47.399]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs/dist/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:27:33.3569942Z [00:03:47.399]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs/dist/LICENSE' from root:root to runner:runner
2025-08-20T21:27:33.3571272Z [00:03:47.399]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs/dist/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:27:33.3572541Z [00:03:47.399]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs/dist' from root:root to runner:runner
2025-08-20T21:27:33.3573805Z [00:03:47.400]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs/runmain_test.go' from root:root to runner:runner
2025-08-20T21:27:33.3575064Z [00:03:47.400]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs/main.go' from root:root to runner:runner
2025-08-20T21:27:33.3576358Z [00:03:47.400]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs/util/ulimit_windows.go' from root:root to runner:runner
2025-08-20T21:27:33.3577683Z [00:03:47.400]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs/util/ui_windows.go' from root:root to runner:runner
2025-08-20T21:27:33.3579315Z [00:03:47.400]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs/util/ulimit_unix.go' from root:root to runner:runner
2025-08-20T21:27:33.3580632Z [00:03:47.400]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs/util/signal.go' from root:root to runner:runner
2025-08-20T21:27:33.3581915Z [00:03:47.400]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs/util/ulimit.go' from root:root to runner:runner
2025-08-20T21:27:33.3583452Z [00:03:47.400]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs/util/ulimit_freebsd.go' from root:root to runner:runner
2025-08-20T21:27:33.3584875Z [00:03:47.400]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs/util/ui.go' from root:root to runner:runner
2025-08-20T21:27:33.3586171Z [00:03:47.400]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs/util/ulimit_test.go' from root:root to runner:runner
2025-08-20T21:27:33.3587493Z [00:03:47.400]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs/util/signal_wasm.go' from root:root to runner:runner
2025-08-20T21:27:33.3589388Z [00:03:47.400]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs/util' from root:root to runner:runner
2025-08-20T21:27:33.3590611Z [00:03:47.400]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs' from root:root to runner:runner
2025-08-20T21:27:33.3591951Z [00:03:47.400]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfswatch/README.md' from root:root to runner:runner
2025-08-20T21:27:33.3593283Z [00:03:47.400]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfswatch/ipfswatch_test.go' from root:root to runner:runner
2025-08-20T21:27:33.3594590Z [00:03:47.400]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfswatch/main.go' from root:root to runner:runner
2025-08-20T21:27:33.3595896Z [00:03:47.400]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfswatch' from root:root to runner:runner
2025-08-20T21:27:33.3597074Z [00:03:47.400]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd' from root:root to runner:runner
2025-08-20T21:27:33.3598239Z [00:03:47.400]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/Makefile' from root:root to runner:runner
2025-08-20T21:27:33.3599751Z [00:03:47.400]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/coverage/.gitignore' from root:root to runner:runner
2025-08-20T21:27:33.3601399Z [00:03:47.400]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/coverage/Rules.mk' from root:root to runner:runner
2025-08-20T21:27:33.3603401Z [00:03:47.400]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/coverage/main/main.go' from root:root to runner:runner
2025-08-20T21:27:33.3605942Z [00:03:47.400]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/coverage/main' from root:root to runner:runner
2025-08-20T21:27:33.3608196Z [00:03:47.400]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/coverage' from root:root to runner:runner
2025-08-20T21:27:33.3610657Z [00:03:47.400]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/p2p/listener.go' from root:root to runner:runner
2025-08-20T21:27:33.3612310Z [00:03:47.400]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/p2p/remote.go' from root:root to runner:runner
2025-08-20T21:27:33.3613521Z [00:03:47.400]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/p2p/local.go' from root:root to runner:runner
2025-08-20T21:27:33.3614931Z [00:03:47.400]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/p2p/p2p.go' from root:root to runner:runner
2025-08-20T21:27:33.3616139Z [00:03:47.400]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/p2p/stream.go' from root:root to runner:runner
2025-08-20T21:27:33.3617301Z [00:03:47.400]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/p2p' from root:root to runner:runner
2025-08-20T21:27:33.3618478Z [00:03:47.400]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/appveyor.yml' from root:root to runner:runner
2025-08-20T21:27:33.3620022Z [00:03:47.400]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/go.sum' from root:root to runner:runner
2025-08-20T21:27:33.3621192Z [00:03:47.400]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/LICENSE' from root:root to runner:runner
2025-08-20T21:27:33.3622368Z [00:03:47.401]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.cspell.yml' from root:root to runner:runner
2025-08-20T21:27:33.3623534Z [00:03:47.401]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/go.mod' from root:root to runner:runner
2025-08-20T21:27:33.3624809Z [00:03:47.401]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.gitattributes' from root:root to runner:runner
2025-08-20T21:27:33.3626031Z [00:03:47.401]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/FUNDING.json' from root:root to runner:runner
2025-08-20T21:27:33.3627259Z [00:03:47.401]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/tracing/doc.go' from root:root to runner:runner
2025-08-20T21:27:33.3628654Z [00:03:47.401]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/tracing/tracing.go' from root:root to runner:runner
2025-08-20T21:27:33.3629925Z [00:03:47.401]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/tracing' from root:root to runner:runner
2025-08-20T21:27:33.3631163Z [00:03:47.401]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/misc/launchd/install.sh' from root:root to runner:runner
2025-08-20T21:27:33.3632518Z [00:03:47.401]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/misc/launchd/io.ipfs.ipfs-daemon.plist' from root:root to runner:runner
2025-08-20T21:27:33.3633964Z [00:03:47.401]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/misc/launchd/README.md' from root:root to runner:runner
2025-08-20T21:27:33.3635204Z [00:03:47.401]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/misc/launchd' from root:root to runner:runner
2025-08-20T21:27:33.3636414Z [00:03:47.401]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/misc/README.md' from root:root to runner:runner
2025-08-20T21:27:33.3637711Z [00:03:47.401]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/misc/systemd/ipfs-sysusers.conf' from root:root to runner:runner
2025-08-20T21:27:33.3639491Z [00:03:47.401]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/misc/systemd/ipfs.service' from root:root to runner:runner
2025-08-20T21:27:33.3640861Z [00:03:47.401]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/misc/systemd/ipfs-hardened.service' from root:root to runner:runner
2025-08-20T21:27:33.3642241Z [00:03:47.401]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/misc/systemd/ipfs-gateway.socket' from root:root to runner:runner
2025-08-20T21:27:33.3643591Z [00:03:47.401]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/misc/systemd/ipfs-api.socket' from root:root to runner:runner
2025-08-20T21:27:33.3644863Z [00:03:47.401]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/misc/systemd' from root:root to runner:runner
2025-08-20T21:27:33.3646128Z [00:03:47.401]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/misc/fsutil/fsutil.go' from root:root to runner:runner
2025-08-20T21:27:33.3647433Z [00:03:47.401]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/misc/fsutil/fsutil_test.go' from root:root to runner:runner
2025-08-20T21:27:33.3649001Z [00:03:47.401]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/misc/fsutil' from root:root to runner:runner
2025-08-20T21:27:33.3650402Z [00:03:47.401]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/misc' from root:root to runner:runner
2025-08-20T21:27:33.3651664Z [00:03:47.401]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/bench/offline_add/main.go' from root:root to runner:runner
2025-08-20T21:27:33.3652988Z [00:03:47.402]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/bench/offline_add' from root:root to runner:runner
2025-08-20T21:27:33.3654318Z [00:03:47.402]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/bench/bench_cli_ipfs_add/main.go' from root:root to runner:runner
2025-08-20T21:27:33.3655958Z [00:03:47.402]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/bench/bench_cli_ipfs_add' from root:root to runner:runner
2025-08-20T21:27:33.3657214Z [00:03:47.402]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/bench' from root:root to runner:runner
2025-08-20T21:27:33.3658685Z [00:03:47.402]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/.gitignore' from root:root to runner:runner
2025-08-20T21:27:33.3660084Z [00:03:47.402]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/api-startup/main.go' from root:root to runner:runner
2025-08-20T21:27:33.3661490Z [00:03:47.402]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/api-startup' from root:root to runner:runner
2025-08-20T21:27:33.3662717Z [00:03:47.402]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/README.md' from root:root to runner:runner
2025-08-20T21:27:33.3663953Z [00:03:47.402]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/bin/.gitignore' from root:root to runner:runner
2025-08-20T21:27:33.3665357Z [00:03:47.402]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/bin/checkflags' from root:root to runner:runner
2025-08-20T21:27:33.3666610Z [00:03:47.402]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/bin/Rules.mk' from root:root to runner:runner
2025-08-20T21:27:33.3667853Z [00:03:47.402]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/bin/continueyn' from root:root to runner:runner
2025-08-20T21:27:33.3669281Z [00:03:47.402]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/bin' from root:root to runner:runner
2025-08-20T21:27:33.3670511Z [00:03:47.402]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/3nodetest/fig.yml' from root:root to runner:runner
2025-08-20T21:27:33.3671850Z [00:03:47.402]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/3nodetest/README.md' from root:root to runner:runner
2025-08-20T21:27:33.3673639Z [00:03:47.402]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/3nodetest/bin/.gitignore' from root:root to runner:runner
2025-08-20T21:27:33.3675991Z [00:03:47.402]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/3nodetest/bin/clean.sh' from root:root to runner:runner
2025-08-20T21:27:33.3678837Z [00:03:47.402]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/3nodetest/bin/save_logs.sh' from root:root to runner:runner
2025-08-20T21:27:33.3681493Z [00:03:47.402]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/3nodetest/bin/save_profiling_data.sh' from root:root to runner:runner
2025-08-20T21:27:33.3683706Z [00:03:47.402]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/3nodetest/bin' from root:root to runner:runner
2025-08-20T21:27:33.3685051Z [00:03:47.402]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/3nodetest/run-test-on-img.sh' from root:root to runner:runner
2025-08-20T21:27:33.3686436Z [00:03:47.402]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/3nodetest/server/Dockerfile' from root:root to runner:runner
2025-08-20T21:27:33.3687804Z [00:03:47.402]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/3nodetest/server/README.md' from root:root to runner:runner
2025-08-20T21:27:33.3689516Z [00:03:47.402]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/3nodetest/server/config' from root:root to runner:runner
2025-08-20T21:27:33.3690858Z [00:03:47.402]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/3nodetest/server/run.sh' from root:root to runner:runner
2025-08-20T21:27:33.3692162Z [00:03:47.402]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/3nodetest/server' from root:root to runner:runner
2025-08-20T21:27:33.3693494Z [00:03:47.402]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/3nodetest/client/Dockerfile' from root:root to runner:runner
2025-08-20T21:27:33.3694993Z [00:03:47.402]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/3nodetest/client/config' from root:root to runner:runner
2025-08-20T21:27:33.3696330Z [00:03:47.403]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/3nodetest/client/run.sh' from root:root to runner:runner
2025-08-20T21:27:33.3697630Z [00:03:47.403]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/3nodetest/client' from root:root to runner:runner
2025-08-20T21:27:33.3699125Z [00:03:47.403]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/3nodetest/GNUmakefile' from root:root to runner:runner
2025-08-20T21:27:33.3700471Z [00:03:47.403]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/3nodetest/data/.gitignore' from root:root to runner:runner
2025-08-20T21:27:33.3701835Z [00:03:47.403]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/3nodetest/data/Dockerfile' from root:root to runner:runner
2025-08-20T21:27:33.3703138Z [00:03:47.403]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/3nodetest/data' from root:root to runner:runner
2025-08-20T21:27:33.3704457Z [00:03:47.403]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/3nodetest/build/.gitignore' from root:root to runner:runner
2025-08-20T21:27:33.3705873Z [00:03:47.403]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/3nodetest/build/.gitkeep' from root:root to runner:runner
2025-08-20T21:27:33.3707196Z [00:03:47.403]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/3nodetest/build' from root:root to runner:runner
2025-08-20T21:27:33.3708716Z [00:03:47.403]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/3nodetest/bootstrap/Dockerfile' from root:root to runner:runner
2025-08-20T21:27:33.3710135Z [00:03:47.403]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/3nodetest/bootstrap/README.md' from root:root to runner:runner
2025-08-20T21:27:33.3711513Z [00:03:47.403]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/3nodetest/bootstrap/config' from root:root to runner:runner
2025-08-20T21:27:33.3712842Z [00:03:47.403]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/3nodetest/bootstrap' from root:root to runner:runner
2025-08-20T21:27:33.3714200Z [00:03:47.403]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/3nodetest' from root:root to runner:runner
2025-08-20T21:27:33.3715526Z [00:03:47.403]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/dependencies/pollEndpoint/main.go' from root:root to runner:runner
2025-08-20T21:27:33.3716916Z [00:03:47.403]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/dependencies/pollEndpoint' from root:root to runner:runner
2025-08-20T21:27:33.3718270Z [00:03:47.403]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/dependencies/iptb/iptb.go' from root:root to runner:runner
2025-08-20T21:27:33.3719930Z [00:03:47.403]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/dependencies/iptb' from root:root to runner:runner
2025-08-20T21:27:33.3721292Z [00:03:47.403]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/dependencies/go-timeout/.gitignore' from root:root to runner:runner
2025-08-20T21:27:33.3722689Z [00:03:47.403]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/dependencies/go-timeout/LICENSE' from root:root to runner:runner
2025-08-20T21:27:33.3724097Z [00:03:47.403]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/dependencies/go-timeout/main.go' from root:root to runner:runner
2025-08-20T21:27:33.3725455Z [00:03:47.403]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/dependencies/go-timeout' from root:root to runner:runner
2025-08-20T21:27:33.3727077Z [00:03:47.403]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/dependencies/dependencies.go' from root:root to runner:runner
2025-08-20T21:27:33.3728656Z [00:03:47.403]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/dependencies/go-sleep/.gitignore' from root:root to runner:runner
2025-08-20T21:27:33.3730158Z [00:03:47.403]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/dependencies/go-sleep/README.md' from root:root to runner:runner
2025-08-20T21:27:33.3731673Z [00:03:47.403]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/dependencies/go-sleep/go-sleep.go' from root:root to runner:runner
2025-08-20T21:27:33.3733146Z [00:03:47.403]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/dependencies/go-sleep/LICENSE' from root:root to runner:runner
2025-08-20T21:27:33.3734494Z [00:03:47.403]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/dependencies/go-sleep' from root:root to runner:runner
2025-08-20T21:27:33.3735833Z [00:03:47.403]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/dependencies/GNUmakefile' from root:root to runner:runner
2025-08-20T21:27:33.3737222Z [00:03:47.403]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/dependencies/ma-pipe-unidir/LICENSE' from root:root to runner:runner
2025-08-20T21:27:33.3738888Z [00:03:47.403]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/dependencies/ma-pipe-unidir/main.go' from root:root to runner:runner
2025-08-20T21:27:33.3740405Z [00:03:47.403]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/dependencies/ma-pipe-unidir' from root:root to runner:runner
2025-08-20T21:27:33.3741735Z [00:03:47.403]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/dependencies/go.sum' from root:root to runner:runner
2025-08-20T21:27:33.3743039Z [00:03:47.403]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/dependencies/go.mod' from root:root to runner:runner
2025-08-20T21:27:33.3744736Z [00:03:47.403]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/dependencies' from root:root to runner:runner
2025-08-20T21:27:33.3747223Z [00:03:47.403]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness_test_coverage_helper.sh' from root:root to runner:runner
2025-08-20T21:27:33.3750015Z [00:03:47.403]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0260-sharding.sh' from root:root to runner:runner
2025-08-20T21:27:33.3752572Z [00:03:47.403]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0086-repo-verify.sh' from root:root to runner:runner
2025-08-20T21:27:33.3755436Z [00:03:47.403]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0054-dag-car-import-export-data/partial-dag-scope-entity.car' from root:root to runner:runner
2025-08-20T21:27:33.3757476Z [00:03:47.403]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0054-dag-car-import-export-data/README.md' from root:root to runner:runner
2025-08-20T21:27:33.3759329Z [00:03:47.404]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0054-dag-car-import-export-data/test_dataset_car.tar.xz' from root:root to runner:runner
2025-08-20T21:27:33.3760918Z [00:03:47.404]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0054-dag-car-import-export-data' from root:root to runner:runner
2025-08-20T21:27:33.3762469Z [00:03:47.404]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0116-gateway-cache.sh' from root:root to runner:runner
2025-08-20T21:27:33.3763910Z [00:03:47.404]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0114-gateway-subdomains.sh' from root:root to runner:runner
2025-08-20T21:27:33.3765276Z [00:03:47.404]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/.gitignore' from root:root to runner:runner
2025-08-20T21:27:33.3766610Z [00:03:47.404]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0025-datastores.sh' from root:root to runner:runner
2025-08-20T21:27:33.3767986Z [00:03:47.404]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0022-init-default.sh' from root:root to runner:runner
2025-08-20T21:27:33.3769671Z [00:03:47.404]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0236-cli-api-dns-resolve.sh' from root:root to runner:runner
2025-08-20T21:27:33.3771200Z [00:03:47.404]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0066-migration.sh' from root:root to runner:runner
2025-08-20T21:27:33.3772586Z [00:03:47.404]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0271-filestore-utils.sh' from root:root to runner:runner
2025-08-20T21:27:33.3773961Z [00:03:47.404]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0043-add-w.sh' from root:root to runner:runner
2025-08-20T21:27:33.3775358Z [00:03:47.404]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0054-dag-car-import-export.sh' from root:root to runner:runner
2025-08-20T21:27:33.3776864Z [00:03:47.404]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/README.md' from root:root to runner:runner
2025-08-20T21:27:33.3778189Z [00:03:47.404]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0252-files-gc.sh' from root:root to runner:runner
2025-08-20T21:27:33.3779835Z [00:03:47.404]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0119-prometheus-data/prometheus_metrics' from root:root to runner:runner
2025-08-20T21:27:33.3781480Z [00:03:47.404]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0119-prometheus-data/prometheus_metrics_added_by_measure_profile' from root:root to runner:runner
2025-08-20T21:27:33.3783210Z [00:03:47.404]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0119-prometheus-data/prometheus_metrics_added_by_enabling_rcmgr' from root:root to runner:runner
2025-08-20T21:27:33.3784744Z [00:03:47.404]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0119-prometheus-data' from root:root to runner:runner
2025-08-20T21:27:33.3786212Z [00:03:47.404]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0165-keystore-data/openssl_secp384r1.pem' from root:root to runner:runner
2025-08-20T21:27:33.3787812Z [00:03:47.404]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0165-keystore-data/openssl_rsa.pem' from root:root to runner:runner
2025-08-20T21:27:33.3789581Z [00:03:47.404]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0165-keystore-data/README.md' from root:root to runner:runner
2025-08-20T21:27:33.3791068Z [00:03:47.405]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0165-keystore-data/openssl_ed25519.pem' from root:root to runner:runner
2025-08-20T21:27:33.3792499Z [00:03:47.405]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0165-keystore-data' from root:root to runner:runner
2025-08-20T21:27:33.3793839Z [00:03:47.405]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0090-get.sh' from root:root to runner:runner
2025-08-20T21:27:33.3795226Z [00:03:47.405]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0401-api-browser-security.sh' from root:root to runner:runner
2025-08-20T21:27:33.3796725Z [00:03:47.405]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0061-daemon-opts.sh' from root:root to runner:runner
2025-08-20T21:27:33.3798125Z [00:03:47.405]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0015-basic-sh-functions.sh' from root:root to runner:runner
2025-08-20T21:27:33.3799953Z [00:03:47.405]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0140-swarm.sh' from root:root to runner:runner
2025-08-20T21:27:33.3801286Z [00:03:47.405]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0060-daemon.sh' from root:root to runner:runner
2025-08-20T21:27:33.3802771Z [00:03:47.405]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0800-blake3.sh' from root:root to runner:runner
2025-08-20T21:27:33.3804122Z [00:03:47.405]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0272-urlstore.sh' from root:root to runner:runner
2025-08-20T21:27:33.3805447Z [00:03:47.405]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0080-repo.sh' from root:root to runner:runner
2025-08-20T21:27:33.3806784Z [00:03:47.405]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0067-unix-api.sh' from root:root to runner:runner
2025-08-20T21:27:33.3808121Z [00:03:47.405]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0021-config.sh' from root:root to runner:runner
2025-08-20T21:27:33.3809665Z [00:03:47.405]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0152-profile.sh' from root:root to runner:runner
2025-08-20T21:27:33.3810998Z [00:03:47.405]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0051-object.sh' from root:root to runner:runner
2025-08-20T21:27:33.3812423Z [00:03:47.405]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0070-user-config.sh' from root:root to runner:runner
2025-08-20T21:27:33.3813836Z [00:03:47.405]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0191-webtransport-ping.sh' from root:root to runner:runner
2025-08-20T21:27:33.3815228Z [00:03:47.405]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0151-sysdiag.sh' from root:root to runner:runner
2025-08-20T21:27:33.3817351Z [00:03:47.405]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0115-gateway-dir-listing.sh' from root:root to runner:runner
2025-08-20T21:27:33.3820350Z [00:03:47.405]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0046-id-hash.sh' from root:root to runner:runner
2025-08-20T21:27:33.3822968Z [00:03:47.405]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0012-completion-fish.sh' from root:root to runner:runner
2025-08-20T21:27:33.3825677Z [00:03:47.405]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0250-files-api.sh' from root:root to runner:runner
2025-08-20T21:27:33.3827369Z [00:03:47.405]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0060-data/mss-tls' from root:root to runner:runner
2025-08-20T21:27:33.3828980Z [00:03:47.405]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0060-data/mss-plaintext' from root:root to runner:runner
2025-08-20T21:27:33.3830392Z [00:03:47.405]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0060-data/mss-noise' from root:root to runner:runner
2025-08-20T21:27:33.3831724Z [00:03:47.405]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0060-data' from root:root to runner:runner
2025-08-20T21:27:33.3833216Z [00:03:47.405]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0180-p2p.sh' from root:root to runner:runner
2025-08-20T21:27:33.3834596Z [00:03:47.405]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0082-repo-gc-auto.sh' from root:root to runner:runner
2025-08-20T21:27:33.3835998Z [00:03:47.405]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0087-repo-robust-gc.sh' from root:root to runner:runner
2025-08-20T21:27:33.3837429Z [00:03:47.405]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0116-gateway-cache/README.md' from root:root to runner:runner
2025-08-20T21:27:33.3839444Z [00:03:47.405]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0116-gateway-cache/k51qzi5uqu5dlxdsdu5fpuu7h69wu4ohp32iwm9pdt9nq3y5rpn3ln9j12zfhe.ipns-record' from root:root to runner:runner
2025-08-20T21:27:33.3841207Z [00:03:47.405]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0116-gateway-cache/fixtures.car' from root:root to runner:runner
2025-08-20T21:27:33.3842708Z [00:03:47.405]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0116-gateway-cache' from root:root to runner:runner
2025-08-20T21:27:33.3844086Z [00:03:47.405]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0044-add-symlink.sh' from root:root to runner:runner
2025-08-20T21:27:33.3845456Z [00:03:47.405]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0023-shutdown.sh' from root:root to runner:runner
2025-08-20T21:27:33.3846899Z [00:03:47.405]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0600-issues-and-regressions-online.sh' from root:root to runner:runner
2025-08-20T21:27:33.3848329Z [00:03:47.405]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0160-resolve.sh' from root:root to runner:runner
2025-08-20T21:27:33.3849884Z [00:03:47.405]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0280-plugin-git.sh' from root:root to runner:runner
2025-08-20T21:27:33.3851259Z [00:03:47.405]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0031-mount-publish.sh' from root:root to runner:runner
2025-08-20T21:27:33.3852731Z [00:03:47.405]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0002-docker-image.sh' from root:root to runner:runner
2025-08-20T21:27:33.3854251Z [00:03:47.405]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0702-delegated-routing-http/FindProvidersResponse' from root:root to runner:runner
2025-08-20T21:27:33.3855793Z [00:03:47.405]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0702-delegated-routing-http' from root:root to runner:runner
2025-08-20T21:27:33.3857181Z [00:03:47.405]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0195-noise.sh' from root:root to runner:runner
2025-08-20T21:27:33.3858941Z [00:03:47.406]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0280-plugin-dag-jose.sh' from root:root to runner:runner
2025-08-20T21:27:33.3860392Z [00:03:47.406]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0121-bootstrap-iptb.sh' from root:root to runner:runner
2025-08-20T21:27:33.3861781Z [00:03:47.406]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0150-clisuggest.sh' from root:root to runner:runner
2025-08-20T21:27:33.3863177Z [00:03:47.406]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0052-object-diff.sh' from root:root to runner:runner
2025-08-20T21:27:33.3864569Z [00:03:47.406]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0295-multibase.sh' from root:root to runner:runner
2025-08-20T21:27:33.3866089Z [00:03:47.406]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0701-delegated-routing-reframe/FindProvidersRequest' from root:root to runner:runner
2025-08-20T21:27:33.3867762Z [00:03:47.406]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0701-delegated-routing-reframe/FindProvidersResponse' from root:root to runner:runner
2025-08-20T21:27:33.3870033Z [00:03:47.406]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0701-delegated-routing-reframe' from root:root to runner:runner
2025-08-20T21:27:33.3871560Z [00:03:47.406]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0032-mount-sharded.sh' from root:root to runner:runner
2025-08-20T21:27:33.3873309Z [00:03:47.406]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0280-plugin-dag-jose-data/dag-jose/bagcqceraqfknq7xaemcihmq2albau32ttrutxnco7xeoik6mlejismmvw5zq' from root:root to runner:runner
2025-08-20T21:27:33.3875556Z [00:03:47.406]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0280-plugin-dag-jose-data/dag-jose/bagcqcera5uvz2qai6l4vmqjigwpowluilxngz3dyjnva2s3uwbfb5u4ao4fa' from root:root to runner:runner
2025-08-20T21:27:33.3877622Z [00:03:47.406]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0280-plugin-dag-jose-data/dag-jose/bagcqceraxvt5izt4sz7kjfrm42dxrutp6ijywgsacllkznzekmfojypkvfea' from root:root to runner:runner
2025-08-20T21:27:33.3880210Z [00:03:47.406]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0280-plugin-dag-jose-data/dag-jose/bagcqcerakjv2mmdlbai3urym22bw5kaw7nqov73yaxf6xjnp7e56sclsrooa' from root:root to runner:runner
2025-08-20T21:27:33.3882285Z [00:03:47.406]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0280-plugin-dag-jose-data/dag-jose/bagcqcera542h3xc57nudkgjcceexyzyxrkwi4ikbn773ag6dqdcyjt6z6rga' from root:root to runner:runner
2025-08-20T21:27:33.3884342Z [00:03:47.406]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0280-plugin-dag-jose-data/dag-jose/bagcqcerauben4l6ee2wjf2fnkj7vaels4p7lnytenk35j3gl2lzcbtbgyoea' from root:root to runner:runner
2025-08-20T21:27:33.3886537Z [00:03:47.406]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0280-plugin-dag-jose-data/dag-jose/bagcqceraxazmu67crshzqdeg3kwnfschs25epy5sbtqtjre2qw3d62kzplva' from root:root to runner:runner
2025-08-20T21:27:33.3889969Z [00:03:47.406]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0280-plugin-dag-jose-data/dag-jose/bagcqcera7azagcqlpu4ivvh4xp4iv6psmb5d7eki6ln3fnfnsnbb2hzv4nxq' from root:root to runner:runner
2025-08-20T21:27:33.3893872Z [00:03:47.406]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0280-plugin-dag-jose-data/dag-jose/bagcqceravvw4bx7jgkxxjwfuqo2yoja6w4cmvmu3gkew3s7yu3vt2ce7riwa' from root:root to runner:runner
2025-08-20T21:27:33.3897179Z [00:03:47.406]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0280-plugin-dag-jose-data/dag-jose' from root:root to runner:runner
2025-08-20T21:27:33.3899473Z [00:03:47.406]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0280-plugin-dag-jose-data/dag-cbor/bafyreihkt4u6euddfhofkutfzxwet7w7zm5qrjpop655yhnb5dnzqw26lm' from root:root to runner:runner
2025-08-20T21:27:33.3901668Z [00:03:47.406]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0280-plugin-dag-jose-data/dag-cbor/bafyreihdfxoshbhowufyvjk7kq46dt6h7u6byejmlnifz34z7ocoq7ugk4' from root:root to runner:runner
2025-08-20T21:27:33.3903720Z [00:03:47.406]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0280-plugin-dag-jose-data/dag-cbor/bafyreicxyzuqbx5yb7ytkgkuofwksbal3ygtswxuri25crxdxms55m5fki' from root:root to runner:runner
2025-08-20T21:27:33.3905486Z [00:03:47.406]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0280-plugin-dag-jose-data/dag-cbor' from root:root to runner:runner
2025-08-20T21:27:33.3907277Z [00:03:47.406]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0280-plugin-dag-jose-data/dag-json/baguqeeraloya3qpa25kl5l4y3bzgl7rhyta2p7lwaocyxx4vpvdligb7mt2q' from root:root to runner:runner
2025-08-20T21:27:33.3909540Z [00:03:47.406]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0280-plugin-dag-jose-data/dag-json/baguqeeraovfm3rr3pvmxm27zgvxp5wycbfih35xih2uznminpnds5esm4jlq' from root:root to runner:runner
2025-08-20T21:27:33.3911610Z [00:03:47.406]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0280-plugin-dag-jose-data/dag-json/baguqeeravexfd6qijjtnzxfqq6kgknnkncztgmvhjhxm6ih352qskolt2gxa' from root:root to runner:runner
2025-08-20T21:27:33.3913460Z [00:03:47.406]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0280-plugin-dag-jose-data/dag-json' from root:root to runner:runner
2025-08-20T21:27:33.3914914Z [00:03:47.406]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0280-plugin-dag-jose-data' from root:root to runner:runner
2025-08-20T21:27:33.3916339Z [00:03:47.406]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0280-plugin-peerlog.sh' from root:root to runner:runner
2025-08-20T21:27:33.3917840Z [00:03:47.406]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0018-indent.sh' from root:root to runner:runner
2025-08-20T21:27:33.3919405Z [00:03:47.407]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0270-filestore.sh' from root:root to runner:runner
2025-08-20T21:27:33.3920776Z [00:03:47.407]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0240-republisher.sh' from root:root to runner:runner
2025-08-20T21:27:33.3922157Z [00:03:47.407]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0182-circuit-relay.sh' from root:root to runner:runner
2025-08-20T21:27:33.3923509Z [00:03:47.407]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0095-refs.sh' from root:root to runner:runner
2025-08-20T21:27:33.3924850Z [00:03:47.407]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0053-dag.sh' from root:root to runner:runner
2025-08-20T21:27:33.3926175Z [00:03:47.407]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0050-block.sh' from root:root to runner:runner
2025-08-20T21:27:33.3927529Z [00:03:47.407]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0081-repo-pinning.sh' from root:root to runner:runner
2025-08-20T21:27:33.3929360Z [00:03:47.407]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0230-channel-streaming-http-content-type.sh' from root:root to runner:runner
2025-08-20T21:27:33.3930888Z [00:03:47.407]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0141-addfilter.sh' from root:root to runner:runner
2025-08-20T21:27:33.3932258Z [00:03:47.407]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0040-add-and-cat.sh' from root:root to runner:runner
2025-08-20T21:27:33.3933618Z [00:03:47.407]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0064-api-file.sh' from root:root to runner:runner
2025-08-20T21:27:33.3934956Z [00:03:47.407]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/GNUmakefile' from root:root to runner:runner
2025-08-20T21:27:33.3936274Z [00:03:47.407]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0045-ls.sh' from root:root to runner:runner
2025-08-20T21:27:33.3937781Z [00:03:47.407]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0275-cid-security-data/EICEM7ITSI.data' from root:root to runner:runner
2025-08-20T21:27:33.3940108Z [00:03:47.407]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0275-cid-security-data/CIQG6PGTD2VV34S33BE4MNCQITBRFYUPYQLDXYARR3DQW37MOT7K5XI.data' from root:root to runner:runner
2025-08-20T21:27:33.3941883Z [00:03:47.407]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0275-cid-security-data' from root:root to runner:runner
2025-08-20T21:27:33.3943296Z [00:03:47.407]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0084-repo-read-rehash.sh' from root:root to runner:runner
2025-08-20T21:27:33.3944906Z [00:03:47.407]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0276-cidv0v1.sh' from root:root to runner:runner
2025-08-20T21:27:33.3946422Z [00:03:47.407]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0231-channel-streaming.sh' from root:root to runner:runner
2025-08-20T21:27:33.3947832Z [00:03:47.407]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0119-prometheus.sh' from root:root to runner:runner
2025-08-20T21:27:33.3949521Z [00:03:47.407]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0275-cid-security.sh' from root:root to runner:runner
2025-08-20T21:27:33.3950900Z [00:03:47.407]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0165-keystore.sh' from root:root to runner:runner
2025-08-20T21:27:33.3952322Z [00:03:47.407]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0114-gateway-subdomains/README.md' from root:root to runner:runner
2025-08-20T21:27:33.3954165Z [00:03:47.407]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0114-gateway-subdomains/QmVujd5Vb7moysJj8itnGufN7MEtPRCNHkKpNuA4onsRa3.ipns-record' from root:root to runner:runner
2025-08-20T21:27:33.3956157Z [00:03:47.407]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0114-gateway-subdomains/12D3KooWLQzUv2FHWGVPXTXSZpdHs7oHbXub2G5WC8Tx4NQhyd2d.ipns-record' from root:root to runner:runner
2025-08-20T21:27:33.3958419Z [00:03:47.407]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0114-gateway-subdomains/fixtures.car' from root:root to runner:runner
2025-08-20T21:27:33.3961361Z [00:03:47.407]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0114-gateway-subdomains' from root:root to runner:runner
2025-08-20T21:27:33.3963988Z [00:03:47.407]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0185-autonat.sh' from root:root to runner:runner
2025-08-20T21:27:33.3966705Z [00:03:47.408]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0109-gateway-web-_redirects.sh' from root:root to runner:runner
2025-08-20T21:27:33.3969092Z [00:03:47.408]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0063-daemon-init.sh' from root:root to runner:runner
2025-08-20T21:27:33.3970491Z [00:03:47.408]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/Rules.mk' from root:root to runner:runner
2025-08-20T21:27:33.3971865Z [00:03:47.408]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0190-quic-ping.sh' from root:root to runner:runner
2025-08-20T21:27:33.3973305Z [00:03:47.408]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0280-plugin-data/example.go' from root:root to runner:runner
2025-08-20T21:27:33.3974812Z [00:03:47.408]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0280-plugin-data' from root:root to runner:runner
2025-08-20T21:27:33.3976242Z [00:03:47.408]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0120-bootstrap.sh' from root:root to runner:runner
2025-08-20T21:27:33.3977618Z [00:03:47.408]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0112-gateway-cors.sh' from root:root to runner:runner
2025-08-20T21:27:33.3979292Z [00:03:47.408]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0500-issues-and-regressions-offline.sh' from root:root to runner:runner
2025-08-20T21:27:33.3980740Z [00:03:47.408]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0220-bitswap.sh' from root:root to runner:runner
2025-08-20T21:27:33.3982122Z [00:03:47.408]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0251-files-flushing.sh' from root:root to runner:runner
2025-08-20T21:27:33.3983516Z [00:03:47.408]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0400-api-no-gateway.sh' from root:root to runner:runner
2025-08-20T21:27:33.3984921Z [00:03:47.408]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0024-datastore-config.sh' from root:root to runner:runner
2025-08-20T21:27:33.3986415Z [00:03:47.408]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0088-repo-stat-symlink.sh' from root:root to runner:runner
2025-08-20T21:27:33.3987864Z [00:03:47.408]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0184-http-proxy-over-p2p.sh' from root:root to runner:runner
2025-08-20T21:27:33.3989598Z [00:03:47.408]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0003-docker-migrate.sh' from root:root to runner:runner
2025-08-20T21:27:33.3991110Z [00:03:47.408]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0109-gateway-web-_redirects-data/redirects.car' from root:root to runner:runner
2025-08-20T21:27:33.3992658Z [00:03:47.408]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0109-gateway-web-_redirects-data' from root:root to runner:runner
2025-08-20T21:27:33.3994147Z [00:03:47.408]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0026-id.sh' from root:root to runner:runner
2025-08-20T21:27:33.3995477Z [00:03:47.408]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0030-mount.sh' from root:root to runner:runner
2025-08-20T21:27:33.3996795Z [00:03:47.408]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0290-cid.sh' from root:root to runner:runner
2025-08-20T21:27:33.3998148Z [00:03:47.408]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0001-tests-work.sh' from root:root to runner:runner
2025-08-20T21:27:33.4000013Z [00:03:47.408]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0280-plugin-git-data/git.tar.gz' from root:root to runner:runner
2025-08-20T21:27:33.4001678Z [00:03:47.408]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0280-plugin-git-data' from root:root to runner:runner
2025-08-20T21:27:33.4003098Z [00:03:47.408]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0322-pubsub-http-rpc.sh' from root:root to runner:runner
2025-08-20T21:27:33.4004508Z [00:03:47.408]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/x0601-pin-fail-test.sh' from root:root to runner:runner
2025-08-20T21:27:33.4005896Z [00:03:47.408]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0024-files/spec-nosync' from root:root to runner:runner
2025-08-20T21:27:33.4007439Z [00:03:47.408]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0024-files/spec-newshardfun' from root:root to runner:runner
2025-08-20T21:27:33.4009072Z [00:03:47.408]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0024-files' from root:root to runner:runner
2025-08-20T21:27:33.4010417Z [00:03:47.408]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0027-rotate.sh' from root:root to runner:runner
2025-08-20T21:27:33.4012113Z [00:03:47.408]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0053-dag-data/non-canon.cbor' from root:root to runner:runner
2025-08-20T21:27:33.4013518Z [00:03:47.408]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0053-dag-data' from root:root to runner:runner
2025-08-20T21:27:33.4014909Z [00:03:47.408]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0183-namesys-pubsub.sh' from root:root to runner:runner
2025-08-20T21:27:33.4016478Z [00:03:47.408]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0065-active-requests.sh' from root:root to runner:runner
2025-08-20T21:27:33.4017887Z [00:03:47.408]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0235-cli-request.sh' from root:root to runner:runner
2025-08-20T21:27:33.4019431Z [00:03:47.408]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0042-add-skip.sh' from root:root to runner:runner
2025-08-20T21:27:33.4020908Z [00:03:47.408]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0047-add-mode-mtime.sh' from root:root to runner:runner
2025-08-20T21:27:33.4022310Z [00:03:47.408]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0321-pubsub-gossipsub.sh' from root:root to runner:runner
2025-08-20T21:27:33.4023694Z [00:03:47.408]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0280-plugin-fx.sh' from root:root to runner:runner
2025-08-20T21:27:33.4025043Z [00:03:47.408]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0280-plugin.sh' from root:root to runner:runner
2025-08-20T21:27:33.4026524Z [00:03:47.408]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0062-daemon-api.sh' from root:root to runner:runner
2025-08-20T21:27:33.4027881Z [00:03:47.408]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0320-pubsub.sh' from root:root to runner:runner
2025-08-20T21:27:33.4030066Z [00:03:47.408]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0055-dag-put-json-new-line.sh' from root:root to runner:runner
2025-08-20T21:27:33.4032903Z [00:03:47.409]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0131-multinode-client-routing.sh' from root:root to runner:runner
2025-08-20T21:27:33.4035639Z [00:03:47.409]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0181-private-network.sh' from root:root to runner:runner
2025-08-20T21:27:33.4038424Z [00:03:47.409]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0115-gateway-dir-listing/README.md' from root:root to runner:runner
2025-08-20T21:27:33.4040752Z [00:03:47.409]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0115-gateway-dir-listing/fixtures.car' from root:root to runner:runner
2025-08-20T21:27:33.4042462Z [00:03:47.409]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0115-gateway-dir-listing' from root:root to runner:runner
2025-08-20T21:27:33.4044051Z [00:03:47.409]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/lib/test-aggregate-junit-reports.sh' from root:root to runner:runner
2025-08-20T21:27:33.4045728Z [00:03:47.409]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/lib/install-sharness.sh' from root:root to runner:runner
2025-08-20T21:27:33.4047205Z [00:03:47.409]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/lib/test-lib.sh' from root:root to runner:runner
2025-08-20T21:27:33.4065107Z [00:03:47.409]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/lib/test-lib-hashes.sh' from root:root to runner:runner
2025-08-20T21:27:33.4066553Z [00:03:47.409]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/lib/iptb-lib.sh' from root:root to runner:runner
2025-08-20T21:27:33.4068149Z [00:03:47.409]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/lib/test-aggregate-results.sh' from root:root to runner:runner
2025-08-20T21:27:33.4069734Z [00:03:47.409]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/lib' from root:root to runner:runner
2025-08-20T21:27:33.4071075Z [00:03:47.409]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0063-external.sh' from root:root to runner:runner
2025-08-20T21:27:33.4072517Z [00:03:47.409]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0050-block-data/testPut.pb' from root:root to runner:runner
2025-08-20T21:27:33.4073933Z [00:03:47.409]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0050-block-data' from root:root to runner:runner
2025-08-20T21:27:33.4075466Z [00:03:47.409]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0101-iptb-name.sh' from root:root to runner:runner
2025-08-20T21:27:33.4076835Z [00:03:47.409]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0142-testfilter.sh' from root:root to runner:runner
2025-08-20T21:27:33.4078254Z [00:03:47.409]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0400-api-no-gateway/README.md' from root:root to runner:runner
2025-08-20T21:27:33.4079926Z [00:03:47.409]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0400-api-no-gateway/fixtures.car' from root:root to runner:runner
2025-08-20T21:27:33.4081363Z [00:03:47.409]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0400-api-no-gateway' from root:root to runner:runner
2025-08-20T21:27:33.4082973Z [00:03:47.409]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0410-api-add.sh' from root:root to runner:runner
2025-08-20T21:27:33.4084299Z [00:03:47.409]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness' from root:root to runner:runner
2025-08-20T21:27:33.4085638Z [00:03:47.410]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/unit/.gitignore' from root:root to runner:runner
2025-08-20T21:27:33.4086987Z [00:03:47.410]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/unit/Rules.mk' from root:root to runner:runner
2025-08-20T21:27:33.4088324Z [00:03:47.410]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/unit' from root:root to runner:runner
2025-08-20T21:27:33.4089798Z [00:03:47.410]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/integration/bench_test.go' from root:root to runner:runner
2025-08-20T21:27:33.4091198Z [00:03:47.410]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/integration/three_legged_cat_test.go' from root:root to runner:runner
2025-08-20T21:27:33.4092639Z [00:03:47.410]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/integration/bitswap_wo_routing_test.go' from root:root to runner:runner
2025-08-20T21:27:33.4094215Z [00:03:47.410]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/integration/pubsub_msg_seen_cache_test.go' from root:root to runner:runner
2025-08-20T21:27:33.4095639Z [00:03:47.410]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/integration/addcat_test.go' from root:root to runner:runner
2025-08-20T21:27:33.4096989Z [00:03:47.410]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/integration/GNUmakefile' from root:root to runner:runner
2025-08-20T21:27:33.4098397Z [00:03:47.410]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/integration/wan_lan_dht_test.go' from root:root to runner:runner
2025-08-20T21:27:33.4100675Z [00:03:47.410]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/integration/bench_cat_test.go' from root:root to runner:runner
2025-08-20T21:27:33.4102933Z [00:03:47.410]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/integration' from root:root to runner:runner
2025-08-20T21:27:33.4105267Z [00:03:47.410]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/Rules.mk' from root:root to runner:runner
2025-08-20T21:27:33.4107631Z [00:03:47.410]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/cli_https_test.go' from root:root to runner:runner
2025-08-20T21:27:33.4110274Z [00:03:47.410]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/gateway_range_test.go' from root:root to runner:runner
2025-08-20T21:27:33.4112031Z [00:03:47.410]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/fuse_test.go' from root:root to runner:runner
2025-08-20T21:27:33.4113426Z [00:03:47.410]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/delegated_routing_v1_http_client_test.go' from root:root to runner:runner
2025-08-20T21:27:33.4114866Z [00:03:47.410]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/http_retrieval_client_test.go' from root:root to runner:runner
2025-08-20T21:27:33.4116335Z [00:03:47.410]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/provider_test.go' from root:root to runner:runner
2025-08-20T21:27:33.4117670Z [00:03:47.410]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/dht_opt_prov_test.go' from root:root to runner:runner
2025-08-20T21:27:33.4119362Z [00:03:47.410]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/harness/node.go' from root:root to runner:runner
2025-08-20T21:27:33.4120682Z [00:03:47.410]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/harness/buffer.go' from root:root to runner:runner
2025-08-20T21:27:33.4122015Z [00:03:47.410]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/harness/harness.go' from root:root to runner:runner
2025-08-20T21:27:33.4123326Z [00:03:47.410]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/harness/run.go' from root:root to runner:runner
2025-08-20T21:27:33.4124646Z [00:03:47.410]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/harness/nodes.go' from root:root to runner:runner
2025-08-20T21:27:33.4125968Z [00:03:47.410]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/harness/pbinspect.go' from root:root to runner:runner
2025-08-20T21:27:33.4127295Z [00:03:47.410]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/harness/peering.go' from root:root to runner:runner
2025-08-20T21:27:33.4128856Z [00:03:47.410]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/harness/log.go' from root:root to runner:runner
2025-08-20T21:27:33.4130287Z [00:03:47.410]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/harness/ipfs.go' from root:root to runner:runner
2025-08-20T21:27:33.4131710Z [00:03:47.410]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/harness/http_client.go' from root:root to runner:runner
2025-08-20T21:27:33.4133015Z [00:03:47.411]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/harness' from root:root to runner:runner
2025-08-20T21:27:33.4134315Z [00:03:47.411]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/transports_test.go' from root:root to runner:runner
2025-08-20T21:27:33.4135661Z [00:03:47.411]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/fixtures/TestName.car' from root:root to runner:runner
2025-08-20T21:27:33.4137043Z [00:03:47.411]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/fixtures/TestDagStat.car' from root:root to runner:runner
2025-08-20T21:27:33.4138391Z [00:03:47.411]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/fixtures/README.md' from root:root to runner:runner
2025-08-20T21:27:33.4140017Z [00:03:47.411]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/fixtures/TestGatewayMultiRange.car' from root:root to runner:runner
2025-08-20T21:27:33.4141609Z [00:03:47.411]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/fixtures/TestDagStatExpectedOutput.txt' from root:root to runner:runner
2025-08-20T21:27:33.4143137Z [00:03:47.411]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/fixtures/TestGatewayHAMTDirectory.car' from root:root to runner:runner
2025-08-20T21:27:33.4144585Z [00:03:47.411]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/fixtures' from root:root to runner:runner
2025-08-20T21:27:33.4145857Z [00:03:47.411]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/gateway_test.go' from root:root to runner:runner
2025-08-20T21:27:33.4147182Z [00:03:47.411]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/pinning_remote_test.go' from root:root to runner:runner
2025-08-20T21:27:33.4148482Z [00:03:47.411]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/pins_test.go' from root:root to runner:runner
2025-08-20T21:27:33.4150137Z [00:03:47.411]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/http_gateway_over_libp2p_test.go' from root:root to runner:runner
2025-08-20T21:27:33.4151541Z [00:03:47.411]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/autoconf/validation_test.go' from root:root to runner:runner
2025-08-20T21:27:33.4152923Z [00:03:47.411]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/autoconf/autoconf_test.go' from root:root to runner:runner
2025-08-20T21:27:33.4154494Z [00:03:47.411]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/autoconf/fuzz_test.go' from root:root to runner:runner
2025-08-20T21:27:33.4156029Z [00:03:47.411]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/autoconf/expand_test.go' from root:root to runner:runner
2025-08-20T21:27:33.4157398Z [00:03:47.411]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/autoconf/routing_test.go' from root:root to runner:runner
2025-08-20T21:27:33.4159296Z [00:03:47.411]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/autoconf/swarm_connect_test.go' from root:root to runner:runner
2025-08-20T21:27:33.4160770Z [00:03:47.411]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/autoconf/extensibility_test.go' from root:root to runner:runner
2025-08-20T21:27:33.4162201Z [00:03:47.411]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/autoconf/expand_fallback_test.go' from root:root to runner:runner
2025-08-20T21:27:33.4163594Z [00:03:47.411]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/autoconf/dns_test.go' from root:root to runner:runner
2025-08-20T21:27:33.4164948Z [00:03:47.411]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/autoconf/ipns_test.go' from root:root to runner:runner
2025-08-20T21:27:33.4166465Z [00:03:47.411]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/autoconf/expand_comprehensive_test.go' from root:root to runner:runner
2025-08-20T21:27:33.4167996Z [00:03:47.411]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/autoconf/testdata/autoconf_amino_and_ipni.json' from root:root to runner:runner
2025-08-20T21:27:33.4169876Z [00:03:47.411]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/autoconf/testdata/autoconf_with_unsupported_paths.json' from root:root to runner:runner
2025-08-20T21:27:33.4171521Z [00:03:47.411]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/autoconf/testdata/autoconf_new_routing_system.json' from root:root to runner:runner
2025-08-20T21:27:33.4173593Z [00:03:47.411]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/autoconf/testdata/updated_autoconf.json' from root:root to runner:runner
2025-08-20T21:27:33.4176713Z [00:03:47.411]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/autoconf/testdata/autoconf_new_routing_with_filtering.json' from root:root to runner:runner
2025-08-20T21:27:33.4179869Z [00:03:47.411]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/autoconf/testdata/valid_autoconf.json' from root:root to runner:runner
2025-08-20T21:27:33.4182458Z [00:03:47.411]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/autoconf/testdata' from root:root to runner:runner
2025-08-20T21:27:33.4184037Z [00:03:47.411]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/autoconf' from root:root to runner:runner
2025-08-20T21:27:33.4185361Z [00:03:47.411]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/dht_autoclient_test.go' from root:root to runner:runner
2025-08-20T21:27:33.4186893Z [00:03:47.411]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/routing_dht_test.go' from root:root to runner:runner
2025-08-20T21:27:33.4188203Z [00:03:47.411]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/name_test.go' from root:root to runner:runner
2025-08-20T21:27:33.4189709Z [00:03:47.411]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/tracing_test.go' from root:root to runner:runner
2025-08-20T21:27:33.4191022Z [00:03:47.412]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/peering_test.go' from root:root to runner:runner
2025-08-20T21:27:33.4192304Z [00:03:47.412]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/add_test.go' from root:root to runner:runner
2025-08-20T21:27:33.4193697Z [00:03:47.412]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/delegated_routing_v1_http_proxy_test.go' from root:root to runner:runner
2025-08-20T21:27:33.4195058Z [00:03:47.412]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/cid_test.go' from root:root to runner:runner
2025-08-20T21:27:33.4196312Z [00:03:47.412]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/dag_test.go' from root:root to runner:runner
2025-08-20T21:27:33.4197739Z [00:03:47.412]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/commands_without_repo_test.go' from root:root to runner:runner
2025-08-20T21:27:33.4199340Z [00:03:47.412]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/bitswap_config_test.go' from root:root to runner:runner
2025-08-20T21:27:33.4200783Z [00:03:47.412]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/rpc_unixsocket_test.go' from root:root to runner:runner
2025-08-20T21:27:33.4202082Z [00:03:47.412]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/init_test.go' from root:root to runner:runner
2025-08-20T21:27:33.4203359Z [00:03:47.412]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/rcmgr_test.go' from root:root to runner:runner
2025-08-20T21:27:33.4204768Z [00:03:47.412]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/migrations/migration_legacy_15_to_17_test.go' from root:root to runner:runner
2025-08-20T21:27:33.4206266Z [00:03:47.412]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/migrations/migration_16_to_17_test.go' from root:root to runner:runner
2025-08-20T21:27:33.4207731Z [00:03:47.412]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/migrations/testdata/v15-repo/version' from root:root to runner:runner
2025-08-20T21:27:33.4209478Z [00:03:47.412]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/migrations/testdata/v15-repo/blocks/_README' from root:root to runner:runner
2025-08-20T21:27:33.4211054Z [00:03:47.412]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/migrations/testdata/v15-repo/blocks/diskUsage.cache' from root:root to runner:runner
2025-08-20T21:27:33.4212791Z [00:03:47.412]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/migrations/testdata/v15-repo/blocks/SHARDING' from root:root to runner:runner
2025-08-20T21:27:33.4214624Z [00:03:47.412]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/migrations/testdata/v15-repo/blocks/X3/CIQFTFEEHEDF6KLBT32BFAGLXEZL4UWFNWM4LFTLMXQBCERZ6CMLX3Y.data' from root:root to runner:runner
2025-08-20T21:27:33.4216395Z [00:03:47.412]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/migrations/testdata/v15-repo/blocks/X3' from root:root to runner:runner
2025-08-20T21:27:33.4217864Z [00:03:47.412]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/migrations/testdata/v15-repo/blocks' from root:root to runner:runner
2025-08-20T21:27:33.4219532Z [00:03:47.412]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/migrations/testdata/v15-repo/config' from root:root to runner:runner
2025-08-20T21:27:33.4221023Z [00:03:47.412]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/migrations/testdata/v15-repo/datastore_spec' from root:root to runner:runner
2025-08-20T21:27:33.4222614Z [00:03:47.412]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/migrations/testdata/v15-repo/datastore/LOG' from root:root to runner:runner
2025-08-20T21:27:33.4224164Z [00:03:47.412]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/migrations/testdata/v15-repo/datastore/000001.log' from root:root to runner:runner
2025-08-20T21:27:33.4225837Z [00:03:47.412]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/migrations/testdata/v15-repo/datastore/MANIFEST-000000' from root:root to runner:runner
2025-08-20T21:27:33.4227413Z [00:03:47.412]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/migrations/testdata/v15-repo/datastore/LOCK' from root:root to runner:runner
2025-08-20T21:27:33.4229196Z [00:03:47.412]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/migrations/testdata/v15-repo/datastore/CURRENT' from root:root to runner:runner
2025-08-20T21:27:33.4230716Z [00:03:47.412]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/migrations/testdata/v15-repo/datastore' from root:root to runner:runner
2025-08-20T21:27:33.4232167Z [00:03:47.412]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/migrations/testdata/v15-repo' from root:root to runner:runner
2025-08-20T21:27:33.4233603Z [00:03:47.412]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/migrations/testdata/v16-repo/version' from root:root to runner:runner
2025-08-20T21:27:33.4235091Z [00:03:47.412]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/migrations/testdata/v16-repo/blocks/_README' from root:root to runner:runner
2025-08-20T21:27:33.4236651Z [00:03:47.412]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/migrations/testdata/v16-repo/blocks/diskUsage.cache' from root:root to runner:runner
2025-08-20T21:27:33.4238371Z [00:03:47.412]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/migrations/testdata/v16-repo/blocks/SHARDING' from root:root to runner:runner
2025-08-20T21:27:33.4240643Z [00:03:47.412]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/migrations/testdata/v16-repo/blocks/X3/CIQFTFEEHEDF6KLBT32BFAGLXEZL4UWFNWM4LFTLMXQBCERZ6CMLX3Y.data' from root:root to runner:runner
2025-08-20T21:27:33.4242413Z [00:03:47.413]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/migrations/testdata/v16-repo/blocks/X3' from root:root to runner:runner
2025-08-20T21:27:33.4243887Z [00:03:47.413]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/migrations/testdata/v16-repo/blocks' from root:root to runner:runner
2025-08-20T21:27:33.4245853Z [00:03:47.413]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/migrations/testdata/v16-repo/config' from root:root to runner:runner
2025-08-20T21:27:33.4248851Z [00:03:47.413]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/migrations/testdata/v16-repo/datastore_spec' from root:root to runner:runner
2025-08-20T21:27:33.4251730Z [00:03:47.413]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/migrations/testdata/v16-repo/datastore/LOG' from root:root to runner:runner
2025-08-20T21:27:33.4254748Z [00:03:47.413]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/migrations/testdata/v16-repo/datastore/000001.log' from root:root to runner:runner
2025-08-20T21:27:33.4256795Z [00:03:47.413]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/migrations/testdata/v16-repo/datastore/MANIFEST-000000' from root:root to runner:runner
2025-08-20T21:27:33.4258394Z [00:03:47.413]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/migrations/testdata/v16-repo/datastore/LOCK' from root:root to runner:runner
2025-08-20T21:27:33.4260165Z [00:03:47.413]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/migrations/testdata/v16-repo/datastore/CURRENT' from root:root to runner:runner
2025-08-20T21:27:33.4261687Z [00:03:47.413]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/migrations/testdata/v16-repo/datastore' from root:root to runner:runner
2025-08-20T21:27:33.4263149Z [00:03:47.413]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/migrations/testdata/v16-repo' from root:root to runner:runner
2025-08-20T21:27:33.4264536Z [00:03:47.413]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/migrations/testdata' from root:root to runner:runner
2025-08-20T21:27:33.4265845Z [00:03:47.413]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/migrations' from root:root to runner:runner
2025-08-20T21:27:33.4267120Z [00:03:47.413]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/ping_test.go' from root:root to runner:runner
2025-08-20T21:27:33.4268405Z [00:03:47.413]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/daemon_test.go' from root:root to runner:runner
2025-08-20T21:27:33.4270198Z [00:03:47.413]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/content_routing_http_test.go' from root:root to runner:runner
2025-08-20T21:27:33.4271585Z [00:03:47.413]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/files_test.go' from root:root to runner:runner
2025-08-20T21:27:33.4272914Z [00:03:47.413]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/backup_bootstrap_test.go' from root:root to runner:runner
2025-08-20T21:27:33.4274267Z [00:03:47.413]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/telemetry_test.go' from root:root to runner:runner
2025-08-20T21:27:33.4275578Z [00:03:47.413]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/stats_test.go' from root:root to runner:runner
2025-08-20T21:27:33.4276961Z [00:03:47.413]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/delegated_routing_v1_http_server_test.go' from root:root to runner:runner
2025-08-20T21:27:33.4278366Z [00:03:47.413]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/testutils/floats.go' from root:root to runner:runner
2025-08-20T21:27:33.4280060Z [00:03:47.413]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/testutils/random_deterministic.go' from root:root to runner:runner
2025-08-20T21:27:33.4281534Z [00:03:47.413]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/testutils/pinningservice/pinning.go' from root:root to runner:runner
2025-08-20T21:27:33.4283036Z [00:03:47.413]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/testutils/pinningservice' from root:root to runner:runner
2025-08-20T21:27:33.4284386Z [00:03:47.413]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/testutils/cids.go' from root:root to runner:runner
2025-08-20T21:27:33.4285723Z [00:03:47.413]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/testutils/strings.go' from root:root to runner:runner
2025-08-20T21:27:33.4287051Z [00:03:47.413]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/testutils/files.go' from root:root to runner:runner
2025-08-20T21:27:33.4288392Z [00:03:47.413]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/testutils/asserts.go' from root:root to runner:runner
2025-08-20T21:27:33.4289980Z [00:03:47.413]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/testutils/json.go' from root:root to runner:runner
2025-08-20T21:27:33.4291321Z [00:03:47.414]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/testutils/requires.go' from root:root to runner:runner
2025-08-20T21:27:33.4292797Z [00:03:47.414]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/testutils/httprouting/mock_http_content_router.go' from root:root to runner:runner
2025-08-20T21:27:33.4294339Z [00:03:47.414]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/testutils/httprouting' from root:root to runner:runner
2025-08-20T21:27:33.4295711Z [00:03:47.414]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/testutils' from root:root to runner:runner
2025-08-20T21:27:33.4296981Z [00:03:47.414]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/swarm_test.go' from root:root to runner:runner
2025-08-20T21:27:33.4298284Z [00:03:47.414]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/completion_test.go' from root:root to runner:runner
2025-08-20T21:27:33.4299821Z [00:03:47.414]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/rpc_auth_test.go' from root:root to runner:runner
2025-08-20T21:27:33.4301137Z [00:03:47.414]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/log_level_test.go' from root:root to runner:runner
2025-08-20T21:27:33.4302465Z [00:03:47.414]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/basic_commands_test.go' from root:root to runner:runner
2025-08-20T21:27:33.4303758Z [00:03:47.414]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/must.go' from root:root to runner:runner
2025-08-20T21:27:33.4305151Z [00:03:47.414]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/content_blocking_test.go' from root:root to runner:runner
2025-08-20T21:27:33.4306514Z [00:03:47.414]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/bootstrap_auto_test.go' from root:root to runner:runner
2025-08-20T21:27:33.4307269Z [00:03:47.414]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/gateway_limits_test.go' from root:root to runner:runner
2025-08-20T21:27:33.4307874Z [00:03:47.414]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli' from root:root to runner:runner
2025-08-20T21:27:33.4308692Z [00:03:47.414]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/ipfs-test-lib.sh' from root:root to runner:runner
2025-08-20T21:27:33.4309478Z [00:03:47.414]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test' from root:root to runner:runner
2025-08-20T21:27:33.4310159Z [00:03:47.414]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.github/auto-comment.yml' from root:root to runner:runner
2025-08-20T21:27:33.4310817Z [00:03:47.414]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.github/dependabot.yml' from root:root to runner:runner
2025-08-20T21:27:33.4311526Z [00:03:47.414]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.github/workflows/generated-pr.yml' from root:root to runner:runner
2025-08-20T21:27:33.4312225Z [00:03:47.414]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.github/workflows/changelog.yml' from root:root to runner:runner
2025-08-20T21:27:33.4312907Z [00:03:47.414]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.github/workflows/gotest.yml' from root:root to runner:runner
2025-08-20T21:27:33.4313738Z [00:03:47.414]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.github/workflows/gobuild.yml' from root:root to runner:runner
2025-08-20T21:27:33.4314486Z [00:03:47.414]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.github/workflows/sync-release-assets.yml' from root:root to runner:runner
2025-08-20T21:27:33.4315187Z [00:03:47.414]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.github/workflows/spellcheck.yml' from root:root to runner:runner
2025-08-20T21:27:33.4315891Z [00:03:47.414]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.github/workflows/docker-build.yml' from root:root to runner:runner
2025-08-20T21:27:33.4316601Z [00:03:47.414]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.github/workflows/docker-image.yml' from root:root to runner:runner
2025-08-20T21:27:33.4317695Z [00:03:47.414]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.github/workflows/stale.yml' from root:root to runner:runner
2025-08-20T21:27:33.4318932Z [00:03:47.414]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.github/workflows/gateway-conformance.yml' from root:root to runner:runner
2025-08-20T21:27:33.4320384Z [00:03:47.414]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.github/workflows/interop.yml' from root:root to runner:runner
2025-08-20T21:27:33.4321801Z [00:03:47.414]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.github/workflows/codeql-analysis.yml' from root:root to runner:runner
2025-08-20T21:27:33.4323232Z [00:03:47.414]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.github/workflows/sharness.yml' from root:root to runner:runner
2025-08-20T21:27:33.4324522Z [00:03:47.415]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.github/workflows/golint.yml' from root:root to runner:runner
2025-08-20T21:27:33.4325855Z [00:03:47.415]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.github/workflows/golang-analysis.yml' from root:root to runner:runner
2025-08-20T21:27:33.4327034Z [00:03:47.415]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-20T21:27:33.4328028Z [00:03:47.415]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.github/pull_request_template.md' from root:root to runner:runner
2025-08-20T21:27:33.4328907Z [00:03:47.415]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.github/FUNDING.yml' from root:root to runner:runner
2025-08-20T21:27:33.4329552Z [00:03:47.415]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.github/CODEOWNERS' from root:root to runner:runner
2025-08-20T21:27:33.4330256Z [00:03:47.415]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.github/ISSUE_TEMPLATE/config.yml' from root:root to runner:runner
2025-08-20T21:27:33.4330964Z [00:03:47.415]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.github/ISSUE_TEMPLATE/feature.yml' from root:root to runner:runner
2025-08-20T21:27:33.4331854Z [00:03:47.415]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.github/ISSUE_TEMPLATE/enhancement.yml' from root:root to runner:runner
2025-08-20T21:27:33.4332571Z [00:03:47.415]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.github/ISSUE_TEMPLATE/bug-report.yml' from root:root to runner:runner
2025-08-20T21:27:33.4333254Z [00:03:47.415]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.github/ISSUE_TEMPLATE/doc.yml' from root:root to runner:runner
2025-08-20T21:27:33.4333908Z [00:03:47.415]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.github/ISSUE_TEMPLATE' from root:root to runner:runner
2025-08-20T21:27:33.4334513Z [00:03:47.415]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.github' from root:root to runner:runner
2025-08-20T21:27:33.4335146Z [00:03:47.415]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.codeclimate.yml' from root:root to runner:runner
2025-08-20T21:27:33.4335754Z [00:03:47.415]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/SECURITY.md' from root:root to runner:runner
2025-08-20T21:27:33.4336429Z [00:03:47.415]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:27:33.4337050Z [00:03:47.415]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.golangci.yml' from root:root to runner:runner
2025-08-20T21:27:33.4337749Z [00:03:47.415]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/CONTRIBUTING.md' from root:root to runner:runner
2025-08-20T21:27:33.4338459Z [00:03:47.415]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T21:27:33.4339409Z [00:03:47.415]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T21:27:33.4340140Z [00:03:47.415]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T21:27:33.4340801Z [00:03:47.415]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T21:27:33.4341489Z [00:03:47.415]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T21:27:33.4342198Z [00:03:47.415]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T21:27:33.4342878Z [00:03:47.415]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T21:27:33.4343557Z [00:03:47.415]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T21:27:33.4344401Z [00:03:47.415]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T21:27:33.4345083Z [00:03:47.415]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T21:27:33.4345753Z [00:03:47.415]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T21:27:33.4346515Z [00:03:47.415]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T21:27:33.4347222Z [00:03:47.415]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T21:27:33.4347941Z [00:03:47.415]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T21:27:33.4348740Z [00:03:47.415]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T21:27:33.4349436Z [00:03:47.415]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/logs/refs/heads/master' from root:root to runner:runner
2025-08-20T21:27:33.4350082Z [00:03:47.415]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T21:27:33.4350877Z [00:03:47.415]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T21:27:33.4351561Z [00:03:47.415]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T21:27:33.4352213Z [00:03:47.416]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T21:27:33.4352838Z [00:03:47.416]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T21:27:33.4353453Z [00:03:47.416]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T21:27:33.4354129Z [00:03:47.416]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T21:27:33.4354773Z [00:03:47.416]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/refs/heads/master' from root:root to runner:runner
2025-08-20T21:27:33.4355398Z [00:03:47.416]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T21:27:33.4356083Z [00:03:47.416]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T21:27:33.4356806Z [00:03:47.416]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T21:27:33.4357446Z [00:03:47.416]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T21:27:33.4358059Z [00:03:47.416]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T21:27:33.4358940Z [00:03:47.416]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T21:27:33.4359613Z [00:03:47.416]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T21:27:33.4360269Z [00:03:47.416]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T21:27:33.4360904Z [00:03:47.416]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T21:27:33.4361505Z [00:03:47.416]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T21:27:33.4362377Z [00:03:47.416]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/objects/pack/pack-71f94e45ac0341e8de960fb608dd40864e897548.pack' from root:root to runner:runner
2025-08-20T21:27:33.4363267Z [00:03:47.416]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/objects/pack/pack-71f94e45ac0341e8de960fb608dd40864e897548.promisor' from root:root to runner:runner
2025-08-20T21:27:33.4364189Z [00:03:47.416]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/objects/pack/pack-71f94e45ac0341e8de960fb608dd40864e897548.rev' from root:root to runner:runner
2025-08-20T21:27:33.4365046Z [00:03:47.416]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/objects/pack/pack-71f94e45ac0341e8de960fb608dd40864e897548.idx' from root:root to runner:runner
2025-08-20T21:27:33.4365913Z [00:03:47.416]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/objects/pack/pack-fcc81724fdadd57386c6b9a9ebe7c85222c68168.pack' from root:root to runner:runner
2025-08-20T21:27:33.4366886Z [00:03:47.416]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/objects/pack/pack-d3b1b7cf66ad317ab08fb781dba8d8ae68e1b200.rev' from root:root to runner:runner
2025-08-20T21:27:33.4367752Z [00:03:47.416]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/objects/pack/pack-fcc81724fdadd57386c6b9a9ebe7c85222c68168.idx' from root:root to runner:runner
2025-08-20T21:27:33.4368814Z [00:03:47.417]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/objects/pack/pack-fcc81724fdadd57386c6b9a9ebe7c85222c68168.promisor' from root:root to runner:runner
2025-08-20T21:27:33.4369683Z [00:03:47.417]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/objects/pack/pack-d3b1b7cf66ad317ab08fb781dba8d8ae68e1b200.idx' from root:root to runner:runner
2025-08-20T21:27:33.4370782Z [00:03:47.417]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/objects/pack/pack-d3b1b7cf66ad317ab08fb781dba8d8ae68e1b200.pack' from root:root to runner:runner
2025-08-20T21:27:33.4371688Z [00:03:47.417]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/objects/pack/pack-fcc81724fdadd57386c6b9a9ebe7c85222c68168.rev' from root:root to runner:runner
2025-08-20T21:27:33.4372574Z [00:03:47.417]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/objects/pack/pack-d3b1b7cf66ad317ab08fb781dba8d8ae68e1b200.promisor' from root:root to runner:runner
2025-08-20T21:27:33.4373298Z [00:03:47.417]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T21:27:33.4373957Z [00:03:47.417]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T21:27:33.4374578Z [00:03:47.417]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T21:27:33.4375374Z [00:03:47.417]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T21:27:33.4375993Z [00:03:47.417]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T21:27:33.4376598Z [00:03:47.417]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T21:27:33.4377277Z [00:03:47.417]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T21:27:33.4377870Z [00:03:47.417]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.mailmap' from root:root to runner:runner
2025-08-20T21:27:33.4378484Z [00:03:47.417]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:27:33.4379395Z [00:03:47.417]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/assets/init-doc/contact' from root:root to runner:runner
2025-08-20T21:27:33.4380075Z [00:03:47.417]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/assets/init-doc/docs/index' from root:root to runner:runner
2025-08-20T21:27:33.4380866Z [00:03:47.417]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/assets/init-doc/docs' from root:root to runner:runner
2025-08-20T21:27:33.4381567Z [00:03:47.417]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/assets/init-doc/security-notes' from root:root to runner:runner
2025-08-20T21:27:33.4382249Z [00:03:47.417]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/assets/init-doc/quick-start' from root:root to runner:runner
2025-08-20T21:27:33.4382899Z [00:03:47.417]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/assets/init-doc/help' from root:root to runner:runner
2025-08-20T21:27:33.4383554Z [00:03:47.417]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/assets/init-doc/ping' from root:root to runner:runner
2025-08-20T21:27:33.4384209Z [00:03:47.417]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/assets/init-doc/about' from root:root to runner:runner
2025-08-20T21:27:33.4384868Z [00:03:47.417]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/assets/init-doc/readme' from root:root to runner:runner
2025-08-20T21:27:33.4385556Z [00:03:47.417]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/assets/init-doc' from root:root to runner:runner
2025-08-20T21:27:33.4386197Z [00:03:47.417]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/assets/README.md' from root:root to runner:runner
2025-08-20T21:27:33.4386838Z [00:03:47.417]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/assets/assets.go' from root:root to runner:runner
2025-08-20T21:27:33.4387883Z [00:03:47.417]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/assets' from root:root to runner:runner
2025-08-20T21:27:33.4389092Z [00:03:47.417]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO' from root:root to runner:runner
2025-08-20T21:27:33.4389853Z [00:03:47.417]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg' from root:root to runner:runner
2025-08-20T21:27:33.4390363Z [00:03:47.417]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' from runner:docker to runner:runner
2025-08-20T21:27:33.4390950Z [00:03:47.417]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/kubo' from runner:docker to runner:runner
2025-08-20T21:27:33.4391459Z [00:03:47.417]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' from runner:docker to runner:runner
2025-08-20T21:27:33.4391981Z [00:03:47.417]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' from runner:docker to runner:runner
2025-08-20T21:27:33.4392489Z [00:03:47.417]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/ipfswatch' from runner:docker to runner:runner
2025-08-20T21:27:33.4392962Z [00:03:47.417]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' from runner:docker to runner:runner
2025-08-20T21:27:33.4393463Z [00:03:47.417]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/kubo.static.version' from runner:docker to runner:runner
2025-08-20T21:27:33.4394077Z [00:03:47.417]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/kubo' from runner:docker to runner:runner
2025-08-20T21:27:33.4394534Z [00:03:47.417]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD' from runner:docker to runner:runner
2025-08-20T21:27:33.4395004Z [00:03:47.417]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/kubo.version' from runner:docker to runner:runner
2025-08-20T21:27:33.4395553Z [00:03:47.417]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/LICENSE' from runner:docker to runner:runner
2025-08-20T21:27:33.4396400Z [00:03:47.417]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/ipfswatch' from runner:docker to runner:runner
2025-08-20T21:27:33.4397246Z [00:03:47.417]➜  changed ownership of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR' from runner:docker to runner:runner
2025-08-20T21:27:33.4398237Z [00:03:47.426]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/version.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.4399139Z [00:03:47.433]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.4399795Z [00:03:47.440]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.dockerignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.4400519Z [00:03:47.447]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.4401144Z [00:03:47.454]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.4401736Z [00:03:47.461]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/bin/ipns-republish' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:33.4402338Z [00:03:47.468]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/bin/archive-branches.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:33.4402918Z [00:03:47.475]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/bin/check_go_version' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:33.4403473Z [00:03:47.483]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/bin/dist_get' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:33.4404038Z [00:03:47.490]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/bin/mkreleaselog' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:33.4404678Z [00:03:47.497]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/bin/test-go-fmt' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:33.4405273Z [00:03:47.504]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/bin/get-docker-tags.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:33.4405855Z [00:03:47.511]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/bin/container_daemon' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:33.4406454Z [00:03:47.518]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/bin/container_init_run' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:33.4406996Z [00:03:47.525]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/bin/graphmd' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:33.4407688Z [00:03:47.533]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/bin/check_version' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:33.4408317Z [00:03:47.540]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/bin/Rules.mk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.4409091Z [00:03:47.547]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/bin/maketarball.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:33.4409706Z [00:03:47.554]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/bin/push-docker-tags.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:33.4410263Z [00:03:47.561]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/bin/gencmdref' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:33.4458254Z [00:03:47.568]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/mock/mock.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.4526476Z [00:03:47.575]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreapi/unixfs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.4595422Z [00:03:47.582]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreapi/pubsub.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.4664315Z [00:03:47.589]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreapi/path.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.4732841Z [00:03:47.596]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreapi/block.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.4801841Z [00:03:47.603]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreapi/coreapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.4869805Z [00:03:47.609]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreapi/pin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.4938881Z [00:03:47.616]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreapi/swarm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.5006324Z [00:03:47.623]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreapi/key.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.5074613Z [00:03:47.630]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreapi/object.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.5142780Z [00:03:47.637]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreapi/dag.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.5213840Z [00:03:47.644]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreapi/test/path_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.5283629Z [00:03:47.651]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreapi/test/api_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.5350950Z [00:03:47.657]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreapi/name.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.5419683Z [00:03:47.664]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreapi/routing.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.5486881Z [00:03:47.671]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.5555189Z [00:03:47.678]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreunix/metadata_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.5624677Z [00:03:47.685]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreunix/add_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.5692680Z [00:03:47.692]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreunix/add.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.5761406Z [00:03:47.699]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreunix/test/data/corps/apple' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.5829928Z [00:03:47.705]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreunix/test/data/colors/orange' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.5897494Z [00:03:47.712]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreunix/test/data/fruits/orange' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.5966609Z [00:03:47.719]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreunix/test/data/fruits/apple' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.6034022Z [00:03:47.726]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreunix/metadata.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.6101905Z [00:03:47.733]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/corerepo/stat.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.6169578Z [00:03:47.739]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/corerepo/gc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.6236574Z [00:03:47.746]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/core_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.6304488Z [00:03:47.753]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/identity.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.6373306Z [00:03:47.760]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/helpers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.6440361Z [00:03:47.766]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/helpers/helpers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.6508465Z [00:03:47.773]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/groups.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.6575122Z [00:03:47.780]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/bitswap.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.6653895Z [00:03:47.788]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/dns.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.6724255Z [00:03:47.795]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/storage.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.6793346Z [00:03:47.802]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/peering.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.6861841Z [00:03:47.809]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/provider.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.6930041Z [00:03:47.815]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/rcmgr_logging_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.6998405Z [00:03:47.822]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/discovery.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.7065713Z [00:03:47.829]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/smux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.7134183Z [00:03:47.836]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/pubsub.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.7201822Z [00:03:47.843]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/rcmgr_defaults.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.7269313Z [00:03:47.849]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/hostopt.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.7339581Z [00:03:47.856]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/relay.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.7408386Z [00:03:47.863]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/host.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.7475916Z [00:03:47.870]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/nat.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.7544264Z [00:03:47.877]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/fd/sys_not_unix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.7612316Z [00:03:47.884]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/fd/sys_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.7681774Z [00:03:47.891]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/fd/sys_unix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.7749942Z [00:03:47.897]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/transport.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.7817590Z [00:03:47.904]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/filters.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.7885327Z [00:03:47.911]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/rcmgr.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.7952478Z [00:03:47.918]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/sec.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.8020229Z [00:03:47.924]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/peerstore.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.8087519Z [00:03:47.931]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/addrs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.8155583Z [00:03:47.938]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/dns.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.8225113Z [00:03:47.945]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/libp2p.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.8293002Z [00:03:47.952]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/rcmgr_logging.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.8359974Z [00:03:47.958]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/routingopt_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.8427135Z [00:03:47.965]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/libp2p_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.8496480Z [00:03:47.972]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/routingopt.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.8564911Z [00:03:47.979]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/pnet.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.8632196Z [00:03:47.986]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/routing.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.8699874Z [00:03:47.992]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/libp2p/topicdiscovery.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.8767246Z [00:03:47.999]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/core.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.8836127Z [00:03:48.006]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/ipns.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.8903981Z [00:03:48.013]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/node/builder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.8972991Z [00:03:48.020]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/corehttp/option_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.9041938Z [00:03:48.027]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/corehttp/p2p_proxy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.9110075Z [00:03:48.033]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/corehttp/gateway_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.9177814Z [00:03:48.040]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/corehttp/mutex_profile.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.9246201Z [00:03:48.047]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/corehttp/webui.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.9314260Z [00:03:48.054]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/corehttp/metrics_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.9383002Z [00:03:48.061]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/corehttp/p2p_proxy_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.9450402Z [00:03:48.067]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/corehttp/metrics.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.9518223Z [00:03:48.074]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/corehttp/logs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.9585388Z [00:03:48.081]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/corehttp/commands.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.9653341Z [00:03:48.088]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/corehttp/corehttp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.9721637Z [00:03:48.095]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/corehttp/redirect.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.9790218Z [00:03:48.101]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/corehttp/gateway.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.9858381Z [00:03:48.108]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/corehttp/routing.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.9926433Z [00:03:48.115]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/mount_unix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:33.9994181Z [00:03:48.122]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/version.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.0061243Z [00:03:48.128]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/ls.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.0128382Z [00:03:48.135]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/diag.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.0205272Z [00:03:48.143]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/mount_nofuse.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.0274507Z [00:03:48.150]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/multibase.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.0341150Z [00:03:48.156]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/dht_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.0409246Z [00:03:48.163]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/helptext_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.0477448Z [00:03:48.170]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/external.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.0545425Z [00:03:48.177]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/extra.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.0614252Z [00:03:48.184]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.0683326Z [00:03:48.191]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/completion.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.0752383Z [00:03:48.198]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/id.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.0820098Z [00:03:48.204]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/object/diff.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.0889446Z [00:03:48.211]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/object/object.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.0957837Z [00:03:48.218]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/object/patch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.1025955Z [00:03:48.225]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/name/ipnsps.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.1095462Z [00:03:48.232]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/name/publish.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.1164202Z [00:03:48.239]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/name/name.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.1232985Z [00:03:48.246]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/name/ipns.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.1301517Z [00:03:48.253]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/shutdown.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.1371142Z [00:03:48.259]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/dht.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.1439211Z [00:03:48.266]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/cid.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.1507630Z [00:03:48.273]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/pubsub.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.1575554Z [00:03:48.280]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/pin/remotepin_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.1643851Z [00:03:48.287]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/pin/pin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.1712958Z [00:03:48.294]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/pin/remotepin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.1782831Z [00:03:48.301]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/sysdiag.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.1851215Z [00:03:48.307]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/mount_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.1918330Z [00:03:48.314]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/config_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.1985751Z [00:03:48.321]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/get_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.2054008Z [00:03:48.328]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/refs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.2121997Z [00:03:48.335]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/block.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.2190293Z [00:03:48.341]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/provide.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.2257845Z [00:03:48.348]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/keyencode/keyencode.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.2326526Z [00:03:48.355]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/root.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.2394715Z [00:03:48.362]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/cmdutils/utils.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.2462302Z [00:03:48.369]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/cat.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.2530563Z [00:03:48.375]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/stat_reprovide.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.2598889Z [00:03:48.382]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/files.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.2669587Z [00:03:48.389]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/stat_dht.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.2737280Z [00:03:48.396]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/stat.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.2806485Z [00:03:48.403]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/active.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.2874062Z [00:03:48.410]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/get.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.2941934Z [00:03:48.417]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/bitswap.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.3009540Z [00:03:48.423]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/ping.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.3076904Z [00:03:48.430]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/repo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.3144443Z [00:03:48.437]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/add.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.3212400Z [00:03:48.444]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/root_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.3280604Z [00:03:48.450]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/cid_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.3349231Z [00:03:48.457]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/commands.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.3418847Z [00:03:48.464]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/cmdenv/env.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.3487137Z [00:03:48.471]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/cmdenv/cidbase.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.3555339Z [00:03:48.478]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/cmdenv/cidbase_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.3622842Z [00:03:48.485]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/cmdenv/file.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.3689913Z [00:03:48.491]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/cmdenv/env_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.3758183Z [00:03:48.498]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/profile.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.3826533Z [00:03:48.505]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/stat_provide.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.3895771Z [00:03:48.512]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/swarm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.3962933Z [00:03:48.519]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/log.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.4030757Z [00:03:48.525]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/resolve.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.4099427Z [00:03:48.532]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/keystore.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.4167258Z [00:03:48.539]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/files_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.4235475Z [00:03:48.546]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/p2p.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.4303380Z [00:03:48.553]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/commands_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.4371198Z [00:03:48.559]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/e/error.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.4440636Z [00:03:48.566]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/dag/stat.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.4509039Z [00:03:48.573]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/dag/get.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.4577354Z [00:03:48.580]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/dag/put.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.4644954Z [00:03:48.587]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/dag/resolve.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.4713795Z [00:03:48.594]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/dag/import.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.4781488Z [00:03:48.601]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/dag/export.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.4850663Z [00:03:48.607]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/dag/dag.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.4919518Z [00:03:48.614]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/bootstrap.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.4987776Z [00:03:48.621]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/routing.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.5055284Z [00:03:48.628]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/commands/filestore.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.5123966Z [00:03:48.635]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/unixfs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.5194560Z [00:03:48.642]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/pubsub.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.5267234Z [00:03:48.649]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/util.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.5335721Z [00:03:48.656]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/idfmt.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.5404144Z [00:03:48.663]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/block.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.5473214Z [00:03:48.670]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/tests/unixfs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.5541162Z [00:03:48.676]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/tests/pubsub.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.5609026Z [00:03:48.683]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/tests/path.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.5677037Z [00:03:48.690]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/tests/block.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.5745763Z [00:03:48.697]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/tests/api.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.5814289Z [00:03:48.704]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/tests/pin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.5882601Z [00:03:48.711]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/tests/key.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.5950679Z [00:03:48.717]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/tests/object.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.6018886Z [00:03:48.724]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/tests/dag.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.6085982Z [00:03:48.731]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/tests/name.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.6153987Z [00:03:48.738]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/tests/routing.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.6222502Z [00:03:48.745]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/coreapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.6291547Z [00:03:48.752]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/pin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.6359327Z [00:03:48.758]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/swarm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.6426928Z [00:03:48.765]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/key.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.6495641Z [00:03:48.772]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/errors.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.6564374Z [00:03:48.779]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/object.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.6632573Z [00:03:48.786]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/dag.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.6700379Z [00:03:48.792]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/options/unixfs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.6767754Z [00:03:48.799]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/options/dht.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.6837447Z [00:03:48.806]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/options/pubsub.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.6905180Z [00:03:48.813]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/options/block.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.6971471Z [00:03:48.820]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/options/global.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.7038985Z [00:03:48.826]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/options/pin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.7108015Z [00:03:48.833]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/options/key.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.7177639Z [00:03:48.840]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/options/object.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.7246453Z [00:03:48.847]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/options/name.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.7314269Z [00:03:48.854]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/options/routing.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.7383054Z [00:03:48.861]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/name.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.7450137Z [00:03:48.867]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/coreiface/routing.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.7520030Z [00:03:48.874]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/core.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.7587916Z [00:03:48.881]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/core/builder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.7656885Z [00:03:48.888]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/profile/goroutines.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.7724612Z [00:03:48.895]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/profile/profile.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.7792053Z [00:03:48.902]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/profile/profile_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.7860329Z [00:03:48.908]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docker-compose.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.7930358Z [00:03:48.915]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/fuse/mount/fuse.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.7998455Z [00:03:48.922]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/fuse/mount/mount.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.8066911Z [00:03:48.929]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/fuse/node/mount_unix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.8133936Z [00:03:48.936]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/fuse/node/mount_nofuse.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.8202766Z [00:03:48.943]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/fuse/node/mount_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.8270618Z [00:03:48.949]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/fuse/node/mount_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.8337623Z [00:03:48.956]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/fuse/node/mount_darwin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.8404794Z [00:03:48.963]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/fuse/node/mount_notsupp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.8474320Z [00:03:48.970]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/fuse/ipns/mount_unix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.8542189Z [00:03:48.977]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/fuse/ipns/common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.8608836Z [00:03:48.983]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/fuse/ipns/ipns_unix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.8677831Z [00:03:48.990]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/fuse/ipns/link_unix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.8746252Z [00:03:48.997]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/fuse/ipns/ipns_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.8815073Z [00:03:49.004]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/fuse/readonly/mount_unix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.8882937Z [00:03:49.011]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/fuse/readonly/readonly_unix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.8951502Z [00:03:49.018]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/fuse/readonly/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.9019942Z [00:03:49.024]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/fuse/readonly/ipfs_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.9087544Z [00:03:49.031]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/fuse/mfs/mount_unix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.9155178Z [00:03:49.038]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/fuse/mfs/mfs_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.9222837Z [00:03:49.045]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/fuse/mfs/mfs_unix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.9291941Z [00:03:49.052]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/codecov.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.9360149Z [00:03:49.058]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/daemoninternal.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.9427497Z [00:03:49.065]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/ipld.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.9494465Z [00:03:49.072]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/plugin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.9562981Z [00:03:49.079]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/daemon.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.9630181Z [00:03:49.085]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/loader/preload_list' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.9696223Z [00:03:49.092]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/loader/load_unix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.9763200Z [00:03:49.099]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/loader/load_noplugin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.9830760Z [00:03:49.105]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/loader/preload.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.9898043Z [00:03:49.112]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/loader/Rules.mk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:34.9966866Z [00:03:49.119]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/loader/loader.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.0035427Z [00:03:49.126]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/loader/preload.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:35.0103352Z [00:03:49.133]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/loader/load_nocgo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.0171528Z [00:03:49.140]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/tracer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.0240740Z [00:03:49.146]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/fx.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.0308774Z [00:03:49.153]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/Rules.mk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.0378028Z [00:03:49.160]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/plugins/fxtest/fxtest.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.0447221Z [00:03:49.167]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/plugins/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.0515649Z [00:03:49.174]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/plugins/pebbleds/pebbleds.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.0584283Z [00:03:49.181]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/plugins/telemetry/telemetry.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.0651678Z [00:03:49.188]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/plugins/telemetry/telemetry_uuid' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.0719345Z [00:03:49.194]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/plugins/telemetry/telemetry_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.0787352Z [00:03:49.201]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/plugins/git/git.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.0856388Z [00:03:49.208]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/plugins/badgerds/badgerds.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.0923996Z [00:03:49.215]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/plugins/Rules.mk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.0991528Z [00:03:49.222]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/plugins/dagjose/dagjose.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.1059303Z [00:03:49.228]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/plugins/nopfs/nopfs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.1126349Z [00:03:49.235]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/plugins/levelds/levelds.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.1194039Z [00:03:49.242]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/plugins/peerlog/peerlog_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.1262612Z [00:03:49.249]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/plugins/peerlog/peerlog.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.1329746Z [00:03:49.255]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/plugins/flatfs/flatfs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.1397187Z [00:03:49.262]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/plugins/gen_main.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:35.1465998Z [00:03:49.269]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/plugin/datastore.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.1533682Z [00:03:49.276]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/blocks/blockstoreutil/remove.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.1601245Z [00:03:49.282]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/LICENSE-APACHE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.1669672Z [00:03:49.289]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.1738386Z [00:03:49.296]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/routing/delegated_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.1806480Z [00:03:49.303]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/routing/error.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.1874904Z [00:03:49.310]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/routing/composer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.1943923Z [00:03:49.317]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/routing/delegated.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.2012583Z [00:03:49.324]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/routing/wrapper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.2082708Z [00:03:49.331]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/client/rpc/unixfs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.2151503Z [00:03:49.337]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/client/rpc/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.2218884Z [00:03:49.344]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/client/rpc/pubsub.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.2286612Z [00:03:49.351]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/client/rpc/path.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.2354939Z [00:03:49.358]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/client/rpc/requestbuilder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.2423270Z [00:03:49.365]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/client/rpc/response.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.2490611Z [00:03:49.371]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/client/rpc/block.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.2558781Z [00:03:49.378]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/client/rpc/request.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.2627002Z [00:03:49.385]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/client/rpc/apifile.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.2694968Z [00:03:49.392]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/client/rpc/errors_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.2763650Z [00:03:49.399]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/client/rpc/api.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.2833733Z [00:03:49.406]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/client/rpc/pin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.2902741Z [00:03:49.413]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/client/rpc/swarm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.2972011Z [00:03:49.420]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/client/rpc/key.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.3040529Z [00:03:49.426]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/client/rpc/errors.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.3107841Z [00:03:49.433]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/client/rpc/object.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.3176052Z [00:03:49.440]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/client/rpc/dag.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.3243828Z [00:03:49.447]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/client/rpc/auth/auth.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.3311921Z [00:03:49.454]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/client/rpc/name.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.3379712Z [00:03:49.460]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/client/rpc/routing.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.3446857Z [00:03:49.467]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/client/rpc/api_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.3516275Z [00:03:49.474]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/version.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.3584639Z [00:03:49.481]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/autotls.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.3652636Z [00:03:49.488]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/identity.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.3721025Z [00:03:49.494]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.3789358Z [00:03:49.501]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/discovery.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.3857020Z [00:03:49.508]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/autoconf.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.3925408Z [00:03:49.515]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/autoconf_client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.3993792Z [00:03:49.522]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/internal.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.4062038Z [00:03:49.529]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/pubsub.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.4130611Z [00:03:49.535]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/types.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.4198046Z [00:03:49.542]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/autonat.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.4266792Z [00:03:49.549]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/reprovider.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.4334216Z [00:03:49.556]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/http_retrieval.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.4402912Z [00:03:49.563]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/config_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.4471750Z [00:03:49.570]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/addresses.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.4539933Z [00:03:49.576]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/migration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.4608007Z [00:03:49.583]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/bootstrap_peers_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.4675116Z [00:03:49.590]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/autoconf_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.4742612Z [00:03:49.597]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/migration.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.4810318Z [00:03:49.603]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/plugins.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.4878412Z [00:03:49.610]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/bitswap.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.4945563Z [00:03:49.617]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/dns.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.5014214Z [00:03:49.624]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/bootstrap_peers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.5082285Z [00:03:49.631]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/mounts.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.5149363Z [00:03:49.637]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/api.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.5217917Z [00:03:49.644]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/peering.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.5288246Z [00:03:49.651]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/profile.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.5355751Z [00:03:49.658]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/provider.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.5424461Z [00:03:49.665]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/init_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.5493004Z [00:03:49.672]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/swarm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.5560332Z [00:03:49.678]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/init.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.5628151Z [00:03:49.685]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/import.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.5696370Z [00:03:49.692]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/routing_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.5764792Z [00:03:49.699]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/gateway.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.5833972Z [00:03:49.706]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/serialize/serialize.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.5902063Z [00:03:49.713]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/serialize/serialize_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.5970961Z [00:03:49.719]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/remotepin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.6039079Z [00:03:49.726]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/types_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.6108311Z [00:03:49.733]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/ipns.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.6176493Z [00:03:49.740]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/routing.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.6244199Z [00:03:49.747]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/api_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.6312734Z [00:03:49.754]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/datastore.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.6382248Z [00:03:49.761]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/config/experiments.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.6452398Z [00:03:49.768]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/examples/example-folder/test-dir/ipfs-logo.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.6520649Z [00:03:49.774]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/examples/example-folder/test-dir/ipfs.paper.draft3.pdf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.6588799Z [00:03:49.781]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/examples/example-folder/ipfs.paper.draft3.pdf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.6657163Z [00:03:49.788]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/examples/kubo-as-a-library/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.6726179Z [00:03:49.795]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/examples/kubo-as-a-library/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.6794804Z [00:03:49.802]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/examples/kubo-as-a-library/main_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.6864296Z [00:03:49.809]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/examples/kubo-as-a-library/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.6933065Z [00:03:49.816]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/examples/kubo-as-a-library/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.7002189Z [00:03:49.823]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/delegated-routing.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.7070922Z [00:03:49.829]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/command-completion.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.7139707Z [00:03:49.836]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/EARLY_TESTERS.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.7207422Z [00:03:49.843]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/windows.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.7275443Z [00:03:49.850]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/config.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.7343989Z [00:03:49.857]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.7413711Z [00:03:49.864]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/experimental-features.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.7482622Z [00:03:49.871]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/environment-variables.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.7550856Z [00:03:49.877]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/implement-api-bindings.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.7621116Z [00:03:49.884]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/generate-authors.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:35.7688412Z [00:03:49.891]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/content-blocking.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.7758053Z [00:03:49.898]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/telemetry.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.7827560Z [00:03:49.905]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/http-rpc-clients.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.7896520Z [00:03:49.912]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/developer-certificate-of-origin' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.7965264Z [00:03:49.919]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/plugins.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.8033231Z [00:03:49.926]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/transports.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.8102124Z [00:03:49.933]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/gateway.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.8170937Z [00:03:49.939]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/AUTHORS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.8238772Z [00:03:49.946]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/fuse.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.8307573Z [00:03:49.953]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/cli-http-api-core-diagram.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.8376105Z [00:03:49.960]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/RELEASE_ISSUE_TEMPLATE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.8444962Z [00:03:49.967]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.30.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.8514181Z [00:03:49.974]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.2.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.8582859Z [00:03:49.981]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.12.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.8650672Z [00:03:49.987]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.22.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.8718974Z [00:03:49.994]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.8.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.8786825Z [00:03:50.001]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.31.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.8855943Z [00:03:50.008]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.16.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.8924560Z [00:03:50.015]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.4.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.8993128Z [00:03:50.022]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.5.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.9061291Z [00:03:50.028]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.36.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.9129054Z [00:03:50.035]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.17.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.9198673Z [00:03:50.042]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.24.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.9267018Z [00:03:50.049]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.27.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.9336478Z [00:03:50.056]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.13.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.9405145Z [00:03:50.063]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.3.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.9473367Z [00:03:50.070]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.9.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.9540625Z [00:03:50.076]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.28.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.9609650Z [00:03:50.083]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.21.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.9679232Z [00:03:50.090]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.25.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.9746822Z [00:03:50.097]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.26.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.9815197Z [00:03:50.104]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.23.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.9883778Z [00:03:50.111]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.32.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:35.9952157Z [00:03:50.118]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.35.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.0021753Z [00:03:50.125]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.19.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.0089237Z [00:03:50.131]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.18.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.0157118Z [00:03:50.138]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.34.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.0228380Z [00:03:50.145]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.10.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.0296726Z [00:03:50.152]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.20.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.0366246Z [00:03:50.159]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.6.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.0434697Z [00:03:50.166]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.7.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.0504206Z [00:03:50.173]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.11.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.0572828Z [00:03:50.180]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.37.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.0641430Z [00:03:50.186]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.14.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.0710680Z [00:03:50.193]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.29.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.0781455Z [00:03:50.201]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.33.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.0849625Z [00:03:50.207]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/changelogs/v0.15.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.0920399Z [00:03:50.214]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/add-code-flow.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.0988972Z [00:03:50.221]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/RELEASE_CHECKLIST.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.1057793Z [00:03:50.228]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/releases_thunderdome.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.1126545Z [00:03:50.235]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/specifications/repository.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.1195185Z [00:03:50.242]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/specifications/repository_fs.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.1264381Z [00:03:50.249]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/specifications/fs-datastore.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.1333744Z [00:03:50.256]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/specifications/ipfs-repo-contents.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.1402004Z [00:03:50.263]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/specifications/keystore.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.1470366Z [00:03:50.269]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/production/reverse-proxy.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.1537944Z [00:03:50.276]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/file-transfer.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.1606952Z [00:03:50.283]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/libp2p-resource-management.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.1674967Z [00:03:50.290]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/releases.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.1744215Z [00:03:50.297]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/customizing.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.1812854Z [00:03:50.304]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/debug-guide.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.1882987Z [00:03:50.311]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/docs/datastores.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.1951340Z [00:03:50.317]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/mock.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.2020296Z [00:03:50.324]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/common/common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.2088065Z [00:03:50.331]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/common/common_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.2157448Z [00:03:50.338]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/config_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.2226821Z [00:03:50.345]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/fsrepo_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.2296757Z [00:03:50.352]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.2365918Z [00:03:50.359]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/migrations/atomicfile/atomicfile.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.2434218Z [00:03:50.366]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/migrations/fetch_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.2503281Z [00:03:50.373]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/migrations/setup_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.2574632Z [00:03:50.380]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/migrations/embedded.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.2643238Z [00:03:50.387]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/migrations/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.2712078Z [00:03:50.394]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/migrations/retryfetcher.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.2780533Z [00:03:50.400]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/migrations/ipfsfetcher/ipfsfetcher_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.2849593Z [00:03:50.407]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/migrations/ipfsfetcher/ipfsfetcher.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.2917823Z [00:03:50.414]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/migrations/ipfsdir.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.2987916Z [00:03:50.421]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/migrations/fs-repo-16-to-17/migration/migration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.3055699Z [00:03:50.428]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/migrations/fs-repo-16-to-17/migration/migration.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.3125082Z [00:03:50.435]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/migrations/fs-repo-16-to-17/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.3193763Z [00:03:50.442]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/migrations/migrations_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.3263148Z [00:03:50.449]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/migrations/migrations.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.3331472Z [00:03:50.455]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/migrations/unpack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.3399610Z [00:03:50.462]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/migrations/fetch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.3468391Z [00:03:50.469]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/migrations/embedded_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.3536375Z [00:03:50.476]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/migrations/fetcher.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.3604564Z [00:03:50.483]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/migrations/unpack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.3673300Z [00:03:50.490]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/migrations/versions_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.3741355Z [00:03:50.496]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/migrations/httpfetcher.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.3808853Z [00:03:50.503]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/migrations/ipfsdir_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.3877517Z [00:03:50.510]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/migrations/versions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.3946158Z [00:03:50.517]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/datastores.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.4014298Z [00:03:50.524]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/misc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.4083733Z [00:03:50.531]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/fsrepo/fsrepo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.4152143Z [00:03:50.538]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/repo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.4220259Z [00:03:50.544]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/repo/onlyone.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.4289724Z [00:03:50.551]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/gc/gc_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.4358950Z [00:03:50.558]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/gc/gc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.4427167Z [00:03:50.565]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/GNUmakefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.4495118Z [00:03:50.572]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/mk/golang.mk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.4563585Z [00:03:50.579]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/mk/tarball.mk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.4632818Z [00:03:50.586]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/mk/header.mk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.4700761Z [00:03:50.592]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/mk/footer.mk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.4769124Z [00:03:50.599]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/mk/git.mk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.4836594Z [00:03:50.606]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/mk/util.mk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.4907109Z [00:03:50.613]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/Rules.mk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.4975565Z [00:03:50.620]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/commands/reqlog.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.5044687Z [00:03:50.627]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/commands/context.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.5113360Z [00:03:50.634]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/thirdparty/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.5183485Z [00:03:50.641]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/thirdparty/verifbs/verifbs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.5255023Z [00:03:50.648]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/thirdparty/unit/unit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.5324479Z [00:03:50.655]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/thirdparty/unit/unit_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.5394203Z [00:03:50.662]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.5461764Z [00:03:50.669]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs/kubo/start.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.5529803Z [00:03:50.675]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs/kubo/dnsresolve_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.5598075Z [00:03:50.682]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs/kubo/pinmfs_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.5666568Z [00:03:50.689]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs/kubo/daemon_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.5735945Z [00:03:50.696]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs/kubo/pinmfs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.5804406Z [00:03:50.703]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs/kubo/daemon.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.5873486Z [00:03:50.710]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs/kubo/debug.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.5942649Z [00:03:50.717]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs/kubo/add_migrations.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.6013517Z [00:03:50.724]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs/kubo/daemon_other.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.6083122Z [00:03:50.731]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs/kubo/init.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.6151418Z [00:03:50.738]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs/kubo/ipfs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.6220791Z [00:03:50.744]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs/Rules.mk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.6290304Z [00:03:50.751]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs/dist/install.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:36.6358930Z [00:03:50.758]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs/dist/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.6428263Z [00:03:50.765]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs/dist/LICENSE-APACHE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.6497571Z [00:03:50.772]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs/dist/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.6566183Z [00:03:50.779]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs/dist/LICENSE-MIT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.6635608Z [00:03:50.786]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs/runmain_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.6704785Z [00:03:50.793]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.6776082Z [00:03:50.800]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs/util/ulimit_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.6844804Z [00:03:50.807]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs/util/ui_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.6914538Z [00:03:50.814]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs/util/ulimit_unix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.6984759Z [00:03:50.821]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs/util/signal.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.7053637Z [00:03:50.828]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs/util/ulimit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.7123138Z [00:03:50.835]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs/util/ulimit_freebsd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.7190731Z [00:03:50.841]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs/util/ui.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.7260853Z [00:03:50.848]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs/util/ulimit_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.7330375Z [00:03:50.855]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfs/util/signal_wasm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.7399825Z [00:03:50.862]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfswatch/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.7468350Z [00:03:50.869]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfswatch/ipfswatch_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.7537728Z [00:03:50.876]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/cmd/ipfswatch/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.7607536Z [00:03:50.883]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.7676788Z [00:03:50.890]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/coverage/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.7745460Z [00:03:50.897]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/coverage/Rules.mk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.7815329Z [00:03:50.904]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/coverage/main/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.7884258Z [00:03:50.911]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/p2p/listener.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.7953576Z [00:03:50.918]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/p2p/remote.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.8023153Z [00:03:50.925]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/p2p/local.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.8092069Z [00:03:50.932]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/p2p/p2p.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.8160784Z [00:03:50.938]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/p2p/stream.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.8230118Z [00:03:50.945]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/appveyor.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.8299183Z [00:03:50.952]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.8369142Z [00:03:50.959]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.8438213Z [00:03:50.966]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.cspell.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.8508055Z [00:03:50.973]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.8577754Z [00:03:50.980]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.gitattributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.8646428Z [00:03:50.987]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/FUNDING.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.8716131Z [00:03:50.994]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/tracing/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.8785409Z [00:03:51.001]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/tracing/tracing.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.8855228Z [00:03:51.008]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/misc/launchd/install.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:36.8924804Z [00:03:51.015]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/misc/launchd/io.ipfs.ipfs-daemon.plist' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.8994304Z [00:03:51.022]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/misc/launchd/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.9063925Z [00:03:51.029]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/misc/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.9133783Z [00:03:51.036]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/misc/systemd/ipfs-sysusers.conf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.9204294Z [00:03:51.043]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/misc/systemd/ipfs.service' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.9272902Z [00:03:51.050]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/misc/systemd/ipfs-hardened.service' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.9341560Z [00:03:51.057]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/misc/systemd/ipfs-gateway.socket' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.9411091Z [00:03:51.063]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/misc/systemd/ipfs-api.socket' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.9480094Z [00:03:51.070]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/misc/fsutil/fsutil.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.9549543Z [00:03:51.077]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/misc/fsutil/fsutil_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.9618326Z [00:03:51.084]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/bench/offline_add/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.9686606Z [00:03:51.091]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/bench/bench_cli_ipfs_add/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.9756030Z [00:03:51.098]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.9824540Z [00:03:51.105]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/api-startup/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.9893023Z [00:03:51.112]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:36.9962080Z [00:03:51.119]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/bin/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.0030605Z [00:03:51.125]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/bin/checkflags' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:37.0099784Z [00:03:51.132]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/bin/Rules.mk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.0168345Z [00:03:51.139]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/bin/continueyn' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:37.0237876Z [00:03:51.146]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/3nodetest/fig.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.0305857Z [00:03:51.153]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/3nodetest/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.0374993Z [00:03:51.160]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/3nodetest/bin/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.0444243Z [00:03:51.167]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/3nodetest/bin/clean.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.0512505Z [00:03:51.174]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/3nodetest/bin/save_logs.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.0582069Z [00:03:51.181]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/3nodetest/bin/save_profiling_data.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.0650785Z [00:03:51.187]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/3nodetest/run-test-on-img.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:37.0720492Z [00:03:51.194]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/3nodetest/server/Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.0789518Z [00:03:51.201]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/3nodetest/server/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.0857174Z [00:03:51.208]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/3nodetest/server/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.0925321Z [00:03:51.215]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/3nodetest/server/run.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.0995150Z [00:03:51.222]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/3nodetest/client/Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.1064404Z [00:03:51.229]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/3nodetest/client/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.1133073Z [00:03:51.236]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/3nodetest/client/run.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.1200983Z [00:03:51.242]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/3nodetest/GNUmakefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.1270021Z [00:03:51.249]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/3nodetest/data/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.1337758Z [00:03:51.256]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/3nodetest/data/Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.1406390Z [00:03:51.263]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/3nodetest/build/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.1475561Z [00:03:51.270]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/3nodetest/build/.gitkeep' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.1543887Z [00:03:51.277]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/3nodetest/bootstrap/Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.1611855Z [00:03:51.284]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/3nodetest/bootstrap/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.1679485Z [00:03:51.290]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/3nodetest/bootstrap/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.1749949Z [00:03:51.297]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/dependencies/pollEndpoint/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.1818223Z [00:03:51.304]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/dependencies/iptb/iptb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.1886744Z [00:03:51.311]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/dependencies/go-timeout/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.1955300Z [00:03:51.318]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/dependencies/go-timeout/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.2024428Z [00:03:51.325]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/dependencies/go-timeout/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.2092725Z [00:03:51.332]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/dependencies/dependencies.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.2162043Z [00:03:51.339]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/dependencies/go-sleep/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.2230306Z [00:03:51.345]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/dependencies/go-sleep/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.2297871Z [00:03:51.352]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/dependencies/go-sleep/go-sleep.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.2365508Z [00:03:51.359]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/dependencies/go-sleep/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.2434173Z [00:03:51.366]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/dependencies/GNUmakefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.2504467Z [00:03:51.373]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/dependencies/ma-pipe-unidir/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.2573088Z [00:03:51.380]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/dependencies/ma-pipe-unidir/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.2641821Z [00:03:51.387]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/dependencies/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.2710957Z [00:03:51.393]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/dependencies/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.2779803Z [00:03:51.400]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness_test_coverage_helper.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:37.2849654Z [00:03:51.407]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0260-sharding.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:37.2917873Z [00:03:51.414]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0086-repo-verify.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:37.2988455Z [00:03:51.421]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0054-dag-car-import-export-data/partial-dag-scope-entity.car' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.3059333Z [00:03:51.428]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0054-dag-car-import-export-data/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.3129088Z [00:03:51.435]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0054-dag-car-import-export-data/test_dataset_car.tar.xz' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.3197992Z [00:03:51.442]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0116-gateway-cache.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:37.3267278Z [00:03:51.449]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0114-gateway-subdomains.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:37.3337677Z [00:03:51.456]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.3406501Z [00:03:51.463]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0025-datastores.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:37.3475376Z [00:03:51.470]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0022-init-default.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:37.3544990Z [00:03:51.477]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0236-cli-api-dns-resolve.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:37.3614100Z [00:03:51.484]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0066-migration.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:37.3683497Z [00:03:51.491]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0271-filestore-utils.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:37.3753008Z [00:03:51.498]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0043-add-w.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:37.3821980Z [00:03:51.505]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0054-dag-car-import-export.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:37.3891645Z [00:03:51.512]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.3959703Z [00:03:51.518]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0252-files-gc.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:37.4028627Z [00:03:51.525]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0119-prometheus-data/prometheus_metrics' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.4097594Z [00:03:51.532]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0119-prometheus-data/prometheus_metrics_added_by_measure_profile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.4165888Z [00:03:51.539]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0119-prometheus-data/prometheus_metrics_added_by_enabling_rcmgr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.4235351Z [00:03:51.546]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0165-keystore-data/openssl_secp384r1.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.4305004Z [00:03:51.553]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0165-keystore-data/openssl_rsa.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.4373364Z [00:03:51.560]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0165-keystore-data/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.4441882Z [00:03:51.567]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0165-keystore-data/openssl_ed25519.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.4511329Z [00:03:51.573]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0090-get.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:37.4579992Z [00:03:51.580]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0401-api-browser-security.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:37.4648346Z [00:03:51.587]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0061-daemon-opts.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:37.4716795Z [00:03:51.594]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0015-basic-sh-functions.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:37.4784624Z [00:03:51.601]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0140-swarm.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:37.4853478Z [00:03:51.608]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0060-daemon.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:37.4922368Z [00:03:51.615]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0800-blake3.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:37.4990913Z [00:03:51.621]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0272-urlstore.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:37.5058899Z [00:03:51.628]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0080-repo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:37.5127845Z [00:03:51.635]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0067-unix-api.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:37.5196330Z [00:03:51.642]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0021-config.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:37.5267404Z [00:03:51.649]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0152-profile.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:37.5335952Z [00:03:51.656]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0051-object.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:37.5404535Z [00:03:51.663]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0070-user-config.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:37.5472935Z [00:03:51.670]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0191-webtransport-ping.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:37.5541012Z [00:03:51.676]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0151-sysdiag.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:37.5609241Z [00:03:51.683]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0115-gateway-dir-listing.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:37.5678345Z [00:03:51.690]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0046-id-hash.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:37.5747193Z [00:03:51.697]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0012-completion-fish.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:37.5816051Z [00:03:51.704]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0250-files-api.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:37.5885110Z [00:03:51.711]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0060-data/mss-tls' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.5954541Z [00:03:51.718]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0060-data/mss-plaintext' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.6023761Z [00:03:51.725]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0060-data/mss-noise' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.6091899Z [00:03:51.732]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0180-p2p.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:37.6160683Z [00:03:51.738]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0082-repo-gc-auto.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:37.6229821Z [00:03:51.745]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0087-repo-robust-gc.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:37.6299573Z [00:03:51.752]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0116-gateway-cache/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.6367387Z [00:03:51.759]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0116-gateway-cache/k51qzi5uqu5dlxdsdu5fpuu7h69wu4ohp32iwm9pdt9nq3y5rpn3ln9j12zfhe.ipns-record' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.6437178Z [00:03:51.766]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0116-gateway-cache/fixtures.car' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.6505874Z [00:03:51.773]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0044-add-symlink.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:37.6574919Z [00:03:51.780]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0023-shutdown.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:37.6645659Z [00:03:51.787]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0600-issues-and-regressions-online.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:37.6713970Z [00:03:51.794]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0160-resolve.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:37.6783299Z [00:03:51.801]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0280-plugin-git.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:37.6852432Z [00:03:51.808]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0031-mount-publish.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:37.6922737Z [00:03:51.815]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0002-docker-image.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:37.6993192Z [00:03:51.822]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0702-delegated-routing-http/FindProvidersResponse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.7062072Z [00:03:51.829]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0195-noise.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:37.7132238Z [00:03:51.836]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0280-plugin-dag-jose.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:37.7202220Z [00:03:51.843]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0121-bootstrap-iptb.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:37.7271114Z [00:03:51.849]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0150-clisuggest.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:37.7340206Z [00:03:51.856]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0052-object-diff.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:37.7410914Z [00:03:51.863]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0295-multibase.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:37.7481262Z [00:03:51.870]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0701-delegated-routing-reframe/FindProvidersRequest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.7551543Z [00:03:51.877]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0701-delegated-routing-reframe/FindProvidersResponse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.7620531Z [00:03:51.884]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0032-mount-sharded.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:37.7691641Z [00:03:51.891]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0280-plugin-dag-jose-data/dag-jose/bagcqceraqfknq7xaemcihmq2albau32ttrutxnco7xeoik6mlejismmvw5zq' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.7760112Z [00:03:51.898]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0280-plugin-dag-jose-data/dag-jose/bagcqcera5uvz2qai6l4vmqjigwpowluilxngz3dyjnva2s3uwbfb5u4ao4fa' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.7827981Z [00:03:51.905]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0280-plugin-dag-jose-data/dag-jose/bagcqceraxvt5izt4sz7kjfrm42dxrutp6ijywgsacllkznzekmfojypkvfea' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.7897353Z [00:03:51.912]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0280-plugin-dag-jose-data/dag-jose/bagcqcerakjv2mmdlbai3urym22bw5kaw7nqov73yaxf6xjnp7e56sclsrooa' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.7966293Z [00:03:51.919]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0280-plugin-dag-jose-data/dag-jose/bagcqcera542h3xc57nudkgjcceexyzyxrkwi4ikbn773ag6dqdcyjt6z6rga' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.8035444Z [00:03:51.926]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0280-plugin-dag-jose-data/dag-jose/bagcqcerauben4l6ee2wjf2fnkj7vaels4p7lnytenk35j3gl2lzcbtbgyoea' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.8104232Z [00:03:51.933]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0280-plugin-dag-jose-data/dag-jose/bagcqceraxazmu67crshzqdeg3kwnfschs25epy5sbtqtjre2qw3d62kzplva' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.8174739Z [00:03:51.940]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0280-plugin-dag-jose-data/dag-jose/bagcqcera7azagcqlpu4ivvh4xp4iv6psmb5d7eki6ln3fnfnsnbb2hzv4nxq' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.8243677Z [00:03:51.947]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0280-plugin-dag-jose-data/dag-jose/bagcqceravvw4bx7jgkxxjwfuqo2yoja6w4cmvmu3gkew3s7yu3vt2ce7riwa' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.8312552Z [00:03:51.954]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0280-plugin-dag-jose-data/dag-cbor/bafyreihkt4u6euddfhofkutfzxwet7w7zm5qrjpop655yhnb5dnzqw26lm' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.8380595Z [00:03:51.960]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0280-plugin-dag-jose-data/dag-cbor/bafyreihdfxoshbhowufyvjk7kq46dt6h7u6byejmlnifz34z7ocoq7ugk4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.8447193Z [00:03:51.967]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0280-plugin-dag-jose-data/dag-cbor/bafyreicxyzuqbx5yb7ytkgkuofwksbal3ygtswxuri25crxdxms55m5fki' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.8516809Z [00:03:51.974]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0280-plugin-dag-jose-data/dag-json/baguqeeraloya3qpa25kl5l4y3bzgl7rhyta2p7lwaocyxx4vpvdligb7mt2q' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.8585377Z [00:03:51.981]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0280-plugin-dag-jose-data/dag-json/baguqeeraovfm3rr3pvmxm27zgvxp5wycbfih35xih2uznminpnds5esm4jlq' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.8654727Z [00:03:51.988]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0280-plugin-dag-jose-data/dag-json/baguqeeravexfd6qijjtnzxfqq6kgknnkncztgmvhjhxm6ih352qskolt2gxa' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.8721035Z [00:03:51.994]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0280-plugin-peerlog.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:37.8788148Z [00:03:52.001]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0018-indent.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:37.8858449Z [00:03:52.008]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0270-filestore.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:37.8925570Z [00:03:52.015]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0240-republisher.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:37.8992766Z [00:03:52.022]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0182-circuit-relay.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:37.9061121Z [00:03:52.028]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0095-refs.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:37.9129517Z [00:03:52.035]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0053-dag.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:37.9197403Z [00:03:52.042]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0050-block.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:37.9266473Z [00:03:52.049]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0081-repo-pinning.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:37.9335385Z [00:03:52.056]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0230-channel-streaming-http-content-type.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:37.9404440Z [00:03:52.063]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0141-addfilter.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:37.9473213Z [00:03:52.070]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0040-add-and-cat.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:37.9542056Z [00:03:52.077]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0064-api-file.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:37.9611337Z [00:03:52.083]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/GNUmakefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.9680605Z [00:03:52.090]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0045-ls.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:37.9749487Z [00:03:52.097]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0275-cid-security-data/EICEM7ITSI.data' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.9818119Z [00:03:52.104]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0275-cid-security-data/CIQG6PGTD2VV34S33BE4MNCQITBRFYUPYQLDXYARR3DQW37MOT7K5XI.data' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:37.9887293Z [00:03:52.111]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0084-repo-read-rehash.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:37.9955767Z [00:03:52.118]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0276-cidv0v1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:38.0024770Z [00:03:52.125]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0231-channel-streaming.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:38.0091785Z [00:03:52.132]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0119-prometheus.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:38.0159724Z [00:03:52.138]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0275-cid-security.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:38.0229330Z [00:03:52.145]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0165-keystore.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:38.0297155Z [00:03:52.152]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0114-gateway-subdomains/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.0366845Z [00:03:52.159]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0114-gateway-subdomains/QmVujd5Vb7moysJj8itnGufN7MEtPRCNHkKpNuA4onsRa3.ipns-record' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.0434870Z [00:03:52.166]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0114-gateway-subdomains/12D3KooWLQzUv2FHWGVPXTXSZpdHs7oHbXub2G5WC8Tx4NQhyd2d.ipns-record' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.0502957Z [00:03:52.173]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0114-gateway-subdomains/fixtures.car' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.0571482Z [00:03:52.180]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0185-autonat.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:38.0639999Z [00:03:52.186]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0109-gateway-web-_redirects.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:38.0707756Z [00:03:52.193]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0063-daemon-init.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:38.0775349Z [00:03:52.200]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/Rules.mk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.0843113Z [00:03:52.207]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0190-quic-ping.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:38.0910846Z [00:03:52.213]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0280-plugin-data/example.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.0980654Z [00:03:52.220]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0120-bootstrap.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:38.1048744Z [00:03:52.227]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0112-gateway-cors.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:38.1116897Z [00:03:52.234]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0500-issues-and-regressions-offline.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:38.1185029Z [00:03:52.241]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0220-bitswap.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:38.1254218Z [00:03:52.248]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0251-files-flushing.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:38.1322155Z [00:03:52.255]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0400-api-no-gateway.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:38.1392037Z [00:03:52.261]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0024-datastore-config.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:38.1461306Z [00:03:52.269]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0088-repo-stat-symlink.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:38.1530744Z [00:03:52.275]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0184-http-proxy-over-p2p.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:38.1598729Z [00:03:52.282]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0003-docker-migrate.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:38.1667619Z [00:03:52.289]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0109-gateway-web-_redirects-data/redirects.car' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.1737617Z [00:03:52.296]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0026-id.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:38.1807315Z [00:03:52.303]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0030-mount.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:38.1876174Z [00:03:52.310]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0290-cid.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:38.1947370Z [00:03:52.317]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0001-tests-work.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:38.2017145Z [00:03:52.324]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0280-plugin-git-data/git.tar.gz' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.2085891Z [00:03:52.331]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0322-pubsub-http-rpc.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:38.2153369Z [00:03:52.338]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/x0601-pin-fail-test.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:38.2221901Z [00:03:52.345]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0024-files/spec-nosync' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.2290528Z [00:03:52.351]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0024-files/spec-newshardfun' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.2358788Z [00:03:52.358]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0027-rotate.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:38.2428268Z [00:03:52.365]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0053-dag-data/non-canon.cbor' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.2496190Z [00:03:52.372]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0183-namesys-pubsub.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:38.2564859Z [00:03:52.379]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0065-active-requests.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:38.2632650Z [00:03:52.386]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0235-cli-request.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:38.2701082Z [00:03:52.392]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0042-add-skip.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:38.2768836Z [00:03:52.399]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0047-add-mode-mtime.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:38.2839545Z [00:03:52.406]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0321-pubsub-gossipsub.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:38.2906907Z [00:03:52.413]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0280-plugin-fx.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:38.2974835Z [00:03:52.420]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0280-plugin.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:38.3043318Z [00:03:52.427]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0062-daemon-api.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:38.3114426Z [00:03:52.434]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0320-pubsub.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:38.3183224Z [00:03:52.441]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0055-dag-put-json-new-line.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:38.3252146Z [00:03:52.448]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0131-multinode-client-routing.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:38.3320994Z [00:03:52.454]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0181-private-network.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:38.3390550Z [00:03:52.461]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0115-gateway-dir-listing/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.3458899Z [00:03:52.468]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0115-gateway-dir-listing/fixtures.car' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.3527597Z [00:03:52.475]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/lib/test-aggregate-junit-reports.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:38.3595950Z [00:03:52.482]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/lib/install-sharness.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:38.3665093Z [00:03:52.489]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/lib/test-lib.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.3733984Z [00:03:52.496]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/lib/test-lib-hashes.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.3802946Z [00:03:52.503]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/lib/iptb-lib.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.3871757Z [00:03:52.510]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/lib/test-aggregate-results.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:38.3940339Z [00:03:52.516]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0063-external.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:38.4009463Z [00:03:52.523]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0050-block-data/testPut.pb' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.4077263Z [00:03:52.530]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0101-iptb-name.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:38.4145903Z [00:03:52.537]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0142-testfilter.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:38.4214203Z [00:03:52.544]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0400-api-no-gateway/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.4283492Z [00:03:52.551]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0400-api-no-gateway/fixtures.car' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.4352007Z [00:03:52.558]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/sharness/t0410-api-add.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:38.4421716Z [00:03:52.565]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/unit/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.4489154Z [00:03:52.571]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/unit/Rules.mk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.4559524Z [00:03:52.578]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/integration/bench_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.4627122Z [00:03:52.585]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/integration/three_legged_cat_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.4694865Z [00:03:52.592]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/integration/bitswap_wo_routing_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.4763199Z [00:03:52.599]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/integration/pubsub_msg_seen_cache_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.4829930Z [00:03:52.605]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/integration/addcat_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.4897875Z [00:03:52.612]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/integration/GNUmakefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.4966049Z [00:03:52.619]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/integration/wan_lan_dht_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.5034053Z [00:03:52.626]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/integration/bench_cat_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.5102945Z [00:03:52.633]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/Rules.mk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.5172229Z [00:03:52.640]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/cli_https_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.5241350Z [00:03:52.646]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/gateway_range_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.5311446Z [00:03:52.653]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/fuse_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.5383406Z [00:03:52.661]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/delegated_routing_v1_http_client_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.5452960Z [00:03:52.668]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/http_retrieval_client_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.5522585Z [00:03:52.675]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/provider_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.5592253Z [00:03:52.682]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/dht_opt_prov_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.5662093Z [00:03:52.689]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/harness/node.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.5731459Z [00:03:52.695]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/harness/buffer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.5800256Z [00:03:52.702]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/harness/harness.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.5870366Z [00:03:52.709]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/harness/run.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.5939877Z [00:03:52.716]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/harness/nodes.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.6008471Z [00:03:52.723]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/harness/pbinspect.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.6077978Z [00:03:52.730]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/harness/peering.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.6147455Z [00:03:52.737]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/harness/log.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.6216460Z [00:03:52.744]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/harness/ipfs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.6285374Z [00:03:52.751]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/harness/http_client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.6355452Z [00:03:52.758]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/transports_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.6424983Z [00:03:52.765]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/fixtures/TestName.car' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.6494434Z [00:03:52.772]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/fixtures/TestDagStat.car' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.6566737Z [00:03:52.779]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/fixtures/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.6636518Z [00:03:52.786]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/fixtures/TestGatewayMultiRange.car' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.6705451Z [00:03:52.793]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/fixtures/TestDagStatExpectedOutput.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.6774658Z [00:03:52.800]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/fixtures/TestGatewayHAMTDirectory.car' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.6842509Z [00:03:52.807]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/gateway_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.6909578Z [00:03:52.813]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/pinning_remote_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.6977074Z [00:03:52.820]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/pins_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.7045941Z [00:03:52.827]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/http_gateway_over_libp2p_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.7113683Z [00:03:52.834]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/autoconf/validation_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.7181939Z [00:03:52.841]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/autoconf/autoconf_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.7250073Z [00:03:52.847]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/autoconf/fuzz_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.7318992Z [00:03:52.854]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/autoconf/expand_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.7385845Z [00:03:52.861]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/autoconf/routing_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.7455504Z [00:03:52.868]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/autoconf/swarm_connect_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.7522469Z [00:03:52.875]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/autoconf/extensibility_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.7590002Z [00:03:52.881]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/autoconf/expand_fallback_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.7657468Z [00:03:52.888]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/autoconf/dns_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.7725088Z [00:03:52.895]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/autoconf/ipns_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.7792346Z [00:03:52.902]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/autoconf/expand_comprehensive_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.7861355Z [00:03:52.908]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/autoconf/testdata/autoconf_amino_and_ipni.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.7929072Z [00:03:52.915]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/autoconf/testdata/autoconf_with_unsupported_paths.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.7996933Z [00:03:52.922]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/autoconf/testdata/autoconf_new_routing_system.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.8065507Z [00:03:52.929]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/autoconf/testdata/updated_autoconf.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.8134849Z [00:03:52.936]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/autoconf/testdata/autoconf_new_routing_with_filtering.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.8202881Z [00:03:52.943]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/autoconf/testdata/valid_autoconf.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.8271828Z [00:03:52.950]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/dht_autoclient_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.8339753Z [00:03:52.956]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/routing_dht_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.8408707Z [00:03:52.963]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/name_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.8477485Z [00:03:52.970]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/tracing_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.8544835Z [00:03:52.977]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/peering_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.8612556Z [00:03:52.984]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/add_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.8680866Z [00:03:52.990]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/delegated_routing_v1_http_proxy_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.8748085Z [00:03:52.997]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/cid_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.8817408Z [00:03:53.004]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/dag_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.8885849Z [00:03:53.011]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/commands_without_repo_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.8954453Z [00:03:53.018]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/bitswap_config_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.9022984Z [00:03:53.025]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/rpc_unixsocket_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.9091287Z [00:03:53.031]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/init_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.9158860Z [00:03:53.038]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/rcmgr_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.9226134Z [00:03:53.045]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/migrations/migration_legacy_15_to_17_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.9294688Z [00:03:53.052]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/migrations/migration_16_to_17_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.9365633Z [00:03:53.059]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/migrations/testdata/v15-repo/version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.9434142Z [00:03:53.066]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/migrations/testdata/v15-repo/blocks/_README' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.9503618Z [00:03:53.073]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/migrations/testdata/v15-repo/blocks/diskUsage.cache' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.9571673Z [00:03:53.080]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/migrations/testdata/v15-repo/blocks/SHARDING' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.9640449Z [00:03:53.086]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/migrations/testdata/v15-repo/blocks/X3/CIQFTFEEHEDF6KLBT32BFAGLXEZL4UWFNWM4LFTLMXQBCERZ6CMLX3Y.data' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.9710243Z [00:03:53.093]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/migrations/testdata/v15-repo/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.9779198Z [00:03:53.100]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/migrations/testdata/v15-repo/datastore_spec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.9847064Z [00:03:53.107]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/migrations/testdata/v15-repo/datastore/LOG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.9915521Z [00:03:53.114]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/migrations/testdata/v15-repo/datastore/000001.log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:38.9984327Z [00:03:53.121]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/migrations/testdata/v15-repo/datastore/MANIFEST-000000' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.0053191Z [00:03:53.128]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/migrations/testdata/v15-repo/datastore/LOCK' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.0123338Z [00:03:53.135]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/migrations/testdata/v15-repo/datastore/CURRENT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.0191593Z [00:03:53.142]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/migrations/testdata/v16-repo/version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.0261775Z [00:03:53.149]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/migrations/testdata/v16-repo/blocks/_README' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.0330095Z [00:03:53.155]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/migrations/testdata/v16-repo/blocks/diskUsage.cache' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.0398894Z [00:03:53.162]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/migrations/testdata/v16-repo/blocks/SHARDING' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.0466964Z [00:03:53.169]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/migrations/testdata/v16-repo/blocks/X3/CIQFTFEEHEDF6KLBT32BFAGLXEZL4UWFNWM4LFTLMXQBCERZ6CMLX3Y.data' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.0535925Z [00:03:53.176]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/migrations/testdata/v16-repo/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.0604655Z [00:03:53.183]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/migrations/testdata/v16-repo/datastore_spec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.0674092Z [00:03:53.190]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/migrations/testdata/v16-repo/datastore/LOG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.0743963Z [00:03:53.197]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/migrations/testdata/v16-repo/datastore/000001.log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.0810634Z [00:03:53.203]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/migrations/testdata/v16-repo/datastore/MANIFEST-000000' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.0878944Z [00:03:53.210]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/migrations/testdata/v16-repo/datastore/LOCK' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.0946560Z [00:03:53.217]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/migrations/testdata/v16-repo/datastore/CURRENT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.1014522Z [00:03:53.224]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/ping_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.1082540Z [00:03:53.231]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/daemon_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.1151080Z [00:03:53.237]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/content_routing_http_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.1219451Z [00:03:53.244]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/files_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.1287153Z [00:03:53.251]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/backup_bootstrap_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.1354227Z [00:03:53.258]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/telemetry_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.1423058Z [00:03:53.265]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/stats_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.1489922Z [00:03:53.271]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/delegated_routing_v1_http_server_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.1557252Z [00:03:53.278]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/testutils/floats.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.1626467Z [00:03:53.285]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/testutils/random_deterministic.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.1695277Z [00:03:53.292]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/testutils/pinningservice/pinning.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.1762938Z [00:03:53.299]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/testutils/cids.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.1831426Z [00:03:53.305]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/testutils/strings.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.1899387Z [00:03:53.312]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/testutils/files.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.1966428Z [00:03:53.319]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/testutils/asserts.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.2034503Z [00:03:53.326]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/testutils/json.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.2101428Z [00:03:53.332]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/testutils/requires.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.2169256Z [00:03:53.339]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/testutils/httprouting/mock_http_content_router.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.2236669Z [00:03:53.346]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/swarm_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.2304463Z [00:03:53.353]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/completion_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.2372681Z [00:03:53.360]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/rpc_auth_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.2441044Z [00:03:53.366]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/log_level_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.2508801Z [00:03:53.373]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/basic_commands_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.2576422Z [00:03:53.380]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/must.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.2644409Z [00:03:53.387]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/content_blocking_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.2712217Z [00:03:53.394]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/bootstrap_auto_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.2779271Z [00:03:53.400]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/cli/gateway_limits_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.2847139Z [00:03:53.407]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/test/ipfs-test-lib.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.2914542Z [00:03:53.414]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.github/auto-comment.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.2982163Z [00:03:53.421]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.github/dependabot.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.3050449Z [00:03:53.427]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.github/workflows/generated-pr.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.3117905Z [00:03:53.434]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.github/workflows/changelog.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.3187931Z [00:03:53.441]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.github/workflows/gotest.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.3256995Z [00:03:53.448]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.github/workflows/gobuild.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.3326070Z [00:03:53.455]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.github/workflows/sync-release-assets.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.3394612Z [00:03:53.462]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.github/workflows/spellcheck.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.3463808Z [00:03:53.469]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.github/workflows/docker-build.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.3531757Z [00:03:53.476]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.github/workflows/docker-image.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.3599575Z [00:03:53.482]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.github/workflows/stale.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.3666624Z [00:03:53.489]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.github/workflows/gateway-conformance.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.3734713Z [00:03:53.496]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.github/workflows/interop.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.3804141Z [00:03:53.503]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.github/workflows/codeql-analysis.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.3873482Z [00:03:53.510]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.github/workflows/sharness.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.3942662Z [00:03:53.517]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.github/workflows/golint.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.4011285Z [00:03:53.523]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.github/workflows/golang-analysis.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.4079299Z [00:03:53.530]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.github/pull_request_template.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.4147422Z [00:03:53.537]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.github/FUNDING.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.4216010Z [00:03:53.544]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.github/CODEOWNERS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.4285417Z [00:03:53.551]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.github/ISSUE_TEMPLATE/config.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.4353887Z [00:03:53.558]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.github/ISSUE_TEMPLATE/feature.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.4423353Z [00:03:53.565]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.github/ISSUE_TEMPLATE/enhancement.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.4491287Z [00:03:53.571]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.github/ISSUE_TEMPLATE/bug-report.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.4560116Z [00:03:53.578]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.github/ISSUE_TEMPLATE/doc.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.4628830Z [00:03:53.585]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.codeclimate.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.4697686Z [00:03:53.592]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/SECURITY.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.4766490Z [00:03:53.599]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.4834940Z [00:03:53.606]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.golangci.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.4903408Z [00:03:53.613]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/CONTRIBUTING.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.4973174Z [00:03:53.620]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:39.5042047Z [00:03:53.627]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:39.5109890Z [00:03:53.633]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:39.5177555Z [00:03:53.640]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:39.5248253Z [00:03:53.647]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:39.5320014Z [00:03:53.654]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:39.5387562Z [00:03:53.661]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:39.5456018Z [00:03:53.668]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:39.5523624Z [00:03:53.675]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:39.5593162Z [00:03:53.682]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:39.5661691Z [00:03:53.689]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:39.5730149Z [00:03:53.695]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:39.5797284Z [00:03:53.702]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:39.5865722Z [00:03:53.709]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:39.5935705Z [00:03:53.716]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/logs/refs/heads/master' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.6003691Z [00:03:53.723]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.6070375Z [00:03:53.729]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.6139784Z [00:03:53.736]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/refs/heads/master' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.6207596Z [00:03:53.743]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.6276345Z [00:03:53.750]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.6345771Z [00:03:53.757]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.6414644Z [00:03:53.764]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.6483283Z [00:03:53.771]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.6553204Z [00:03:53.778]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/objects/pack/pack-71f94e45ac0341e8de960fb608dd40864e897548.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.6622082Z [00:03:53.785]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/objects/pack/pack-71f94e45ac0341e8de960fb608dd40864e897548.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.6690642Z [00:03:53.791]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/objects/pack/pack-71f94e45ac0341e8de960fb608dd40864e897548.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.6759052Z [00:03:53.798]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/objects/pack/pack-71f94e45ac0341e8de960fb608dd40864e897548.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.6827204Z [00:03:53.805]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/objects/pack/pack-fcc81724fdadd57386c6b9a9ebe7c85222c68168.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.6894810Z [00:03:53.812]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/objects/pack/pack-d3b1b7cf66ad317ab08fb781dba8d8ae68e1b200.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.6963269Z [00:03:53.819]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/objects/pack/pack-fcc81724fdadd57386c6b9a9ebe7c85222c68168.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.7032831Z [00:03:53.826]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/objects/pack/pack-fcc81724fdadd57386c6b9a9ebe7c85222c68168.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.7101528Z [00:03:53.832]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/objects/pack/pack-d3b1b7cf66ad317ab08fb781dba8d8ae68e1b200.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.7169460Z [00:03:53.839]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/objects/pack/pack-d3b1b7cf66ad317ab08fb781dba8d8ae68e1b200.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.7241129Z [00:03:53.846]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/objects/pack/pack-fcc81724fdadd57386c6b9a9ebe7c85222c68168.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.7310633Z [00:03:53.853]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/objects/pack/pack-d3b1b7cf66ad317ab08fb781dba8d8ae68e1b200.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.7378024Z [00:03:53.860]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.7445639Z [00:03:53.867]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.7513450Z [00:03:53.874]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/.mailmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.7583568Z [00:03:53.881]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/LICENSE-MIT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.7652432Z [00:03:53.888]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/assets/init-doc/contact' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.7721500Z [00:03:53.895]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/assets/init-doc/docs/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.7788332Z [00:03:53.901]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/assets/init-doc/security-notes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.7856928Z [00:03:53.908]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/assets/init-doc/quick-start' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.7926532Z [00:03:53.915]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/assets/init-doc/help' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.7995469Z [00:03:53.922]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/assets/init-doc/ping' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.8064843Z [00:03:53.929]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/assets/init-doc/about' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.8132502Z [00:03:53.936]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/assets/init-doc/readme' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.8200219Z [00:03:53.942]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/assets/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.8269626Z [00:03:53.949]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.S0mpzmTmXg/TEMPREPO/assets/assets.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.8337784Z [00:03:53.956]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/kubo' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:39.8406265Z [00:03:53.963]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.8474827Z [00:03:53.970]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.8544176Z [00:03:53.977]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/ipfswatch' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:39.8614616Z [00:03:53.984]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/kubo.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.8682874Z [00:03:53.991]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/kubo' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:39.8750516Z [00:03:53.997]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.8818347Z [00:03:54.004]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/kubo.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.8885572Z [00:03:54.011]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:39.8953244Z [00:03:54.018]➜  mode of '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/ipfswatch' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:39.9548478Z Error: Error { kind: InvalidData, message: "stream did not contain valid UTF-8" }
2025-08-20T21:27:39.9549873Z [00:03:54.077]➜  bash: -c: line 13: unexpected EOF while looking for matching `"'
2025-08-20T21:28:16.3489550Z 
2025-08-20T21:28:16.3490403Z [+] Sanitizing /tmp/pkgforge/YUgogMord_SBUILD/BUILD.log ==> /tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/kubo.static.log
2025-08-20T21:28:19.1241982Z '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/kubo.static.log' -> '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/ipfswatch.log'
2025-08-20T21:28:19.1244040Z '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/kubo.static.log' -> '/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/kubo.log'
2025-08-20T21:28:19.1326273Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/kubo/official/kubo?tag=HEAD-ccb49de-250820T055911-x86_64-linux&download=kubo.log
2025-08-20T21:28:19.1327959Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/kubo/official/ipfswatch?tag=HEAD-ccb49de-250820T055911-x86_64-linux&download=ipfswatch.log
2025-08-20T21:28:19.1329094Z 
2025-08-20T21:28:19.1329889Z [+] Parsing/Uploading kubo/kubo --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Fkubo%2Fkubo [x86_64-Linux]
2025-08-20T21:28:19.1330772Z 
2025-08-20T21:28:19.1331572Z [+] Parsing/Uploading kubo/ipfswatch --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Fkubo%2Fipfswatch [x86_64-Linux]
2025-08-20T21:28:19.1369762Z {
2025-08-20T21:28:19.1370071Z   "_disabled": "false",
2025-08-20T21:28:19.1370571Z   "host": "x86_64-Linux",
2025-08-20T21:28:19.1370922Z   "rank": "",
2025-08-20T21:28:19.1371256Z   "pkg": "kubo.static",
2025-08-20T21:28:19.1371627Z   "pkg_family": "kubo",
2025-08-20T21:28:19.1372017Z   "pkg_id": "github.com.ipfs.kubo",
2025-08-20T21:28:19.1372468Z   "pkg_name": "kubo",
2025-08-20T21:28:19.1372841Z   "pkg_type": "static",
2025-08-20T21:28:19.1373520Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/kubo/official/kubo",
2025-08-20T21:28:19.1374201Z   "app_id": "",
2025-08-20T21:28:19.1374535Z   "appstream": "",
2025-08-20T21:28:19.1374859Z   "category": [
2025-08-20T21:28:19.1375195Z     "ConsoleOnly",
2025-08-20T21:28:19.1375530Z     "Utility"
2025-08-20T21:28:19.1375724Z   ],
2025-08-20T21:28:19.1382183Z   "description": "Official Inter Platnetary File System (IPFS) CLI",
2025-08-20T21:28:19.1382560Z   "desktop": "",
2025-08-20T21:28:19.1382811Z   "homepage": [
2025-08-20T21:28:19.1383020Z     "https://ipfs.io",
2025-08-20T21:28:19.1383254Z     "https://docs.ipfs.tech"
2025-08-20T21:28:19.1383484Z   ],
2025-08-20T21:28:19.1384009Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/kubo/official/kubo?tag=HEAD-ccb49de-250820T055911-x86_64-linux&download=kubo.png",
2025-08-20T21:28:19.1384597Z   "license": [
2025-08-20T21:28:19.1384780Z     "BSD"
2025-08-20T21:28:19.1384948Z   ],
2025-08-20T21:28:19.1385111Z   "maintainer": [
2025-08-20T21:28:19.1385345Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T21:28:19.1385609Z   ],
2025-08-20T21:28:19.1385775Z   "provides": [
2025-08-20T21:28:19.1385960Z     "ipfswatch",
2025-08-20T21:28:19.1386140Z     "kubo"
2025-08-20T21:28:19.1386302Z   ],
2025-08-20T21:28:19.1386557Z   "note": [
2025-08-20T21:28:19.1387099Z     "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/ipfs/kubo"
2025-08-20T21:28:19.1387749Z   ],
2025-08-20T21:28:19.1388047Z   "repology": [
2025-08-20T21:28:19.1388690Z     "kubo"
2025-08-20T21:28:19.1388987Z   ],
2025-08-20T21:28:19.1389276Z   "screenshots": [],
2025-08-20T21:28:19.1389628Z   "src_url": [
2025-08-20T21:28:19.1389988Z     "https://github.com/ipfs/kubo"
2025-08-20T21:28:19.1390401Z   ],
2025-08-20T21:28:19.1390681Z   "tag": [
2025-08-20T21:28:19.1390976Z     "ipfs"
2025-08-20T21:28:19.1391259Z   ],
2025-08-20T21:28:19.1391587Z   "version": "HEAD-ccb49de-250820T055911",
2025-08-20T21:28:19.1392046Z   "version_upstream": "",
2025-08-20T21:28:19.1392639Z   "bsum": "603e4932d3612db85a5aa12650bb2d4a43e57eec08d2f9f07e81ff79ccd170cf",
2025-08-20T21:28:19.1393302Z   "build_date": "2025-08-20T21:28:00Z",
2025-08-20T21:28:19.1393928Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17108320606",
2025-08-20T21:28:19.1394581Z   "build_id": "17108320606",
2025-08-20T21:28:19.1395581Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/kubo/official/kubo?tag=HEAD-ccb49de-250820T055911-x86_64-linux&download=kubo.log",
2025-08-20T21:28:19.1397204Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/kubo/static.official.source.yaml",
2025-08-20T21:28:19.1398950Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/kubo/official/kubo?tag=HEAD-ccb49de-250820T055911-x86_64-linux&download=kubo",
2025-08-20T21:28:19.1400347Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/kubo/official/kubo:HEAD-ccb49de-250820T055911-x86_64-linux",
2025-08-20T21:28:19.1401287Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/kubo/official/kubo",
2025-08-20T21:28:19.1402476Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/kubo/official/kubo?tag=HEAD-ccb49de-250820T055911-x86_64-linux&manifest",
2025-08-20T21:28:19.1403723Z   "shasum": "d79e347188d475fd8a7449c8841f6721c05913d3021f05569b365efb90fceaf9",
2025-08-20T21:28:19.1404378Z   "size": "69 MB",
2025-08-20T21:28:19.1404731Z   "size_raw": "72169440",
2025-08-20T21:28:19.1405109Z   "snapshots": [
2025-08-20T21:28:19.1405486Z     "HEAD-f41b190-250115T160445-x86_64-linux",
2025-08-20T21:28:19.1406003Z     "HEAD-d0bc598-250121T235159-x86_64-linux",
2025-08-20T21:28:19.1406600Z     "HEAD-a323bbf-250123T215825-x86_64-linux",
2025-08-20T21:28:19.1407092Z     "HEAD-5d143a2-250130T210137-x86_64-linux",
2025-08-20T21:28:19.1407569Z     "HEAD-6927f4f-250131T174359-x86_64-linux",
2025-08-20T21:28:19.1408045Z     "HEAD-580ce69-250204T225745-x86_64-linux",
2025-08-20T21:28:19.1408688Z     "HEAD-b387530-250206T223159-x86_64-linux",
2025-08-20T21:28:19.1409173Z     "HEAD-d137d7a-250211T143519-x86_64-linux",
2025-08-20T21:28:19.1409647Z     "HEAD-40a7a38-250214T182531-x86_64-linux",
2025-08-20T21:28:19.1410121Z     "HEAD-f00e115-250218T215953-x86_64-linux",
2025-08-20T21:28:19.1410600Z     "HEAD-96215c5-250221T171158-x86_64-linux",
2025-08-20T21:28:19.1411191Z     "HEAD-baa94fc-250225T235045-x86_64-linux",
2025-08-20T21:28:19.1411688Z     "HEAD-5a3ec3a-250304T211215-x86_64-linux",
2025-08-20T21:28:19.1412167Z     "HEAD-e221e94-250305T204033-x86_64-linux",
2025-08-20T21:28:19.1412656Z     "HEAD-3e1fb7e-250306T000111-x86_64-linux",
2025-08-20T21:28:19.1413135Z     "HEAD-095cc0d-250311T140416-x86_64-linux",
2025-08-20T21:28:19.1413613Z     "HEAD-cf096c2-250528T214515-x86_64-linux",
2025-08-20T21:28:19.1414097Z     "HEAD-8f87a69-250530T152103-x86_64-linux",
2025-08-20T21:28:19.1414531Z     "HEAD{
2025-08-20T21:28:19.1414843Z   "_disabled": "false",
2025-08-20T21:28:19.1415211Z   "host": "x86_64-Linux",
2025-08-20T21:28:19.1415576Z   "rank": "",
2025-08-20T21:28:19.1415902Z   "pkg": "kubo.static",
2025-08-20T21:28:19.1416271Z   "pkg_family": "kubo",
2025-08-20T21:28:19.1416663Z   "pkg_id": "github.com.ipfs.kubo",
2025-08-20T21:28:19.1417123Z   "pkg_name": "ipfswatch",
2025-08-20T21:28:19.1417509Z   "pkg_type": "static",
2025-08-20T21:28:19.1418206Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/kubo/official/ipfswatch",
2025-08-20T21:28:19.1419130Z   "app_id": "",
2025-08-20T21:28:19.1419452Z   "appstream": "",
2025-08-20T21:28:19.1419793Z   "category": [
2025-08-20T21:28:19.1420249Z     "ConsoleOnly",
2025-08-20T21:28:19.1420570Z     "Utility"
2025-08-20T21:28:19.1420868Z   ],
2025-08-20T21:28:19.1421348Z   "description": "Tool to Monitor a directory and adds changes to IPFS",
2025-08-20T21:28:19.1421939Z   "desktop": "",
2025-08-20T21:28:19.1422259Z   "homepage": [
2025-08-20T21:28:19.1422583Z     "https://ipfs.io",
2025-08-20T21:28:19.1422974Z     "https://docs.ipfs.tech"
2025-08-20T21:28:19.1423352Z   ],
2025-08-20T21:28:19.1424338Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/kubo/official/ipfswatch?tag=HEAD-ccb49de-250820T055911-x86_64-linux&download=ipfswatch.png",
2025-08-20T21:28:19.1425436Z   "license": [
2025-08-20T21:28:19.1425765Z     "BSD"
2025-08-20T21:28:19.1426123Z   ],
2025-08-20T21:28:19.1426420Z   "maintainer": [
2025-08-20T21:28:19.1426842Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T21:28:19.1427319Z   ],
2025-08-20T21:28:19.1427611Z   "provides": [
2025-08-20T21:28:19.1427937Z     "ipfswatch",
2025-08-20T21:28:19.1428394Z     "kubo"
2025-08-20T21:28:19.1460986Z   ],
2025-08-20T21:28:19.1461333Z   "note": [
2025-08-20T21:28:19.1461941Z     "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/ipfs/kubo"
2025-08-20T21:28:19.1462939Z   ],
2025-08-20T21:28:19.1463245Z   "repology": [
2025-08-20T21:28:19.1463570Z     "kubo"
2025-08-20T21:28:19.1464046Z   ],
2025-08-20T21:28:19.1464497Z   "screenshots": [],
2025-08-20T21:28:19.1464860Z   "src_url": [
2025-08-20T21:28:19.1465262Z   -e491ee9-250602T100126-x86_64-linux",
2025-08-20T21:28:19.1465724Z     "HEAD-d39cb7f-250604T140420-x86_64-linux",
2025-08-20T21:28:19.1466218Z     "HEAD-c4c70cb-250610T082154-x86_64-linux",
2025-08-20T21:28:19.1466717Z     "HEAD-92aa993-250618T191558-x86_64-linux",
2025-08-20T21:28:19.1467200Z     "HEAD-6f0c1de-250701T193233-x86_64-linux",
2025-08-20T21:28:19.1467665Z     "HEAD-4195a1d-250708T090028-x86_64-linux",
2025-08-20T21:28:19.1468124Z     "HEAD-b4e6769-250711T183303-x86_64-linux",
2025-08-20T21:28:19.1468745Z     "HEAD-bb58ca4-250716T015342-x86_64-linux",
2025-08-20T21:28:19.1469227Z     "HEAD-fde0f8d-250729T130702-x86_64-linux",
2025-08-20T21:28:19.1469844Z     "HEAD-8862a5e-250731T163013-x86_64-linux",
2025-08-20T21:28:19.1470315Z     "HEAD-58ad11b-250806T223925-x86_64-linux",
2025-08-20T21:28:19.1470793Z     "HEAD-06abadc-250808T172652-x86_64-linux",
2025-08-20T21:28:19.1471270Z     "HEAD-abe6d9d-250813T022418-x86_64-linux",
2025-08-20T21:28:19.1471730Z     "HEAD-7109534-250815T144326-x86_64-linux"
2025-08-20T21:28:19.1472142Z   ]
2025-08-20T21:28:19.1472410Z }
2025-08-20T21:28:19.1472740Z   "https://github.com/ipfs/kubo"
2025-08-20T21:28:19.1473136Z   ],
2025-08-20T21:28:19.1473417Z   "tag": [
2025-08-20T21:28:19.1473712Z     "ipfs"
2025-08-20T21:28:19.1473994Z   ],
2025-08-20T21:28:19.1474423Z   "version": "HEAD-ccb49de-250820T055911",
2025-08-20T21:28:19.1474889Z   "version_upstream": "0.36.0",
2025-08-20T21:28:19.1475500Z   "bsum": "8468c3d159e52e614915b4d42dc313da972032684d67ce0a1d64467210e9f1e5",
2025-08-20T21:28:19.1476177Z   "build_date": "2025-08-20T21:27:41Z",
2025-08-20T21:28:19.1476847Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17108320606",
2025-08-20T21:28:19.1477533Z   "build_id": "17108320606",
2025-08-20T21:28:19.1478458Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/kubo/official/ipfswatch?tag=HEAD-ccb49de-250820T055911-x86_64-linux&download=ipfswatch.log",
2025-08-20T21:28:19.1480216Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/kubo/static.official.source.yaml",
2025-08-20T21:28:19.1481653Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/kubo/official/ipfswatch?tag=HEAD-ccb49de-250820T055911-x86_64-linux&download=ipfswatch",
2025-08-20T21:28:19.1482633Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/kubo/official/ipfswatch:HEAD-ccb49de-250820T055911-x86_64-linux",
2025-08-20T21:28:19.1483188Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/kubo/official/ipfswatch",
2025-08-20T21:28:19.1483869Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/kubo/official/ipfswatch?tag=HEAD-ccb49de-250820T055911-x86_64-linux&manifest",
2025-08-20T21:28:19.1484703Z   "shasum": "58d1e1f3d16e164541a21df946f409ed61196a3a7418eaa9b148d29071bec547",
2025-08-20T21:28:19.1485060Z   "size": "67 MB",
2025-08-20T21:28:19.1485259Z   "size_raw": "70064704",
2025-08-20T21:28:19.1485469Z   "snapshots": [
2025-08-20T21:28:19.1485699Z     "HEAD-f41b190-250115T160445-x86_64-linux[0.32.1]",
2025-08-20T21:28:19.1485994Z     "HEAD-d0bc598-250121T235159-x86_64-linux",
2025-08-20T21:28:19.1486264Z     "HEAD-a323bbf-250123T215825-x86_64-linux",
2025-08-20T21:28:19.1486546Z     "HEAD-5d143a2-250130T210137-x86_64-linux[0.33.0]",
2025-08-20T21:28:19.1486843Z     "HEAD-6927f4f-250131T174359-x86_64-linux[0.33.0]",
2025-08-20T21:28:19.1487129Z     "HEAD-580ce69-250204T225745-x86_64-linux",
2025-08-20T21:28:19.1487388Z     "HEAD-b387530-250206T223159-x86_64-linux",
2025-08-20T21:28:19.1487646Z     "HEAD-d137d7a-250211T143519-x86_64-linux",
2025-08-20T21:28:19.1487984Z     "HEAD-40a7a38-250214T182531-x86_64-linux",
2025-08-20T21:28:19.1488237Z     "HEAD-f00e115-250218T215953-x86_64-linux",
2025-08-20T21:28:19.1488676Z     "HEAD-96215c5-250221T171158-x86_64-linux[0.33.2]",
2025-08-20T21:28:19.1489030Z     "HEAD-baa94fc-250225T235045-x86_64-linux[NA-2025-02-25]",
2025-08-20T21:28:19.1489377Z     "HEAD-5a3ec3a-250304T211215-x86_64-linux[NA-2025-03-04]",
2025-08-20T21:28:19.1489696Z     "HEAD-e221e94-250305T204033-x86_64-linux[0.33.2]",
2025-08-20T21:28:19.1490009Z     "HEAD-3e1fb7e-250306T000111-x86_64-linux[NA-2025-03-06]",
2025-08-20T21:28:19.1490323Z     "HEAD-095cc0d-250311T140416-x86_64-linux[0.33.2]",
2025-08-20T21:28:19.1490614Z     "HEAD-cf096c2-250528T214515-x86_64-linux[0.35.0]",
2025-08-20T21:28:19.1490903Z     "HEAD-8f87a69-250530T152103-x86_64-linux[0.35.0]",
2025-08-20T21:28:19.1491191Z     "HEAD-e491ee9-250602T100126-x86_64-linux[0.35.0]",
2025-08-20T21:28:19.1491478Z     "HEAD-d39cb7f-250604T140420-x86_64-linux[0.35.0]",
2025-08-20T21:28:19.1491773Z     "HEAD-c4c70cb-250610T082154-x86_64-linux[0.35.0]",
2025-08-20T21:28:19.1492060Z     "HEAD-92aa993-250618T191558-x86_64-linux[0.35.0]",
2025-08-20T21:28:19.1492419Z     "HEAD-6f0c1de-250701T193233-x86_64-linux[0.35.0]",
2025-08-20T21:28:19.1492720Z     "HEAD-4195a1d-250708T090028-x86_64-linux[0.35.0]",
2025-08-20T21:28:19.1493005Z     "HEAD-b4e6769-250711T183303-x86_64-linux[0.35.0]",
2025-08-20T21:28:19.1493295Z     "HEAD-bb58ca4-250716T015342-x86_64-linux[0.36.0]",
2025-08-20T21:28:19.1493581Z     "HEAD-fde0f8d-250729T130702-x86_64-linux[0.36.0]",
2025-08-20T21:28:19.1493869Z     "HEAD-8862a5e-250731T163013-x86_64-linux[0.36.0]",
2025-08-20T21:28:19.1494366Z     "HEAD-58ad11b-250806T223925-x86_64-linux[0.36.0]",
2025-08-20T21:28:19.1495059Z     "HEAD-06abadc-250808T172652-x86_64-linux[0.36.0]",
2025-08-20T21:28:19.1495498Z     "HEAD-abe6d9d-250813T022418-x86_64-linux[0.36.0]",
2025-08-20T21:28:19.1495810Z     "HEAD-7109534-250815T144326-x86_64-linux[0.36.0]"
2025-08-20T21:28:19.1496073Z   ]
2025-08-20T21:28:19.1496293Z }
2025-08-20T21:28:19.1496386Z 
2025-08-20T21:28:19.1496396Z 
2025-08-20T21:28:19.1496400Z 
2025-08-20T21:28:19.1496403Z 
2025-08-20T21:28:19.5367210Z Error response from registry: failed to fetch the content of "ghcr.io/pkgforge/bincache/kubo/official/ipfswatch:HEAD-ccb49de-250820T055911-x86_64-linux": ghcr.io/pkgforge/bincache/kubo/official/ipfswatch:HEAD-ccb49de-250820T055911-x86_64-linux: not found
2025-08-20T21:28:19.5409690Z Uploading empty artifact
2025-08-20T21:28:19.5415847Z time=2025-08-20T21:28:19Z level=debug msg=Request #0
2025-08-20T21:28:19.5416857Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/kubo/official/ipfswatch/manifests/sha256:15da0939e772133579375f68cdab3b234f3a3716b7acb8c5836474e1841b2123"
2025-08-20T21:28:19.5418251Z > Request method: "HEAD"
2025-08-20T21:28:19.5418838Z > Request headers:
2025-08-20T21:28:19.5419981Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-20T21:28:19.5421634Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:28:19.5622906Z Error response from registry: failed to fetch the content of "ghcr.io/pkgforge/bincache/kubo/official/kubo:HEAD-ccb49de-250820T055911-x86_64-linux": ghcr.io/pkgforge/bincache/kubo/official/kubo:HEAD-ccb49de-250820T055911-x86_64-linux: not found
2025-08-20T21:28:19.5663797Z Uploading empty artifact
2025-08-20T21:28:19.5666506Z time=2025-08-20T21:28:19Z level=debug msg=Request #0
2025-08-20T21:28:19.5667509Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/kubo/official/kubo/manifests/sha256:15da0939e772133579375f68cdab3b234f3a3716b7acb8c5836474e1841b2123"
2025-08-20T21:28:19.5668324Z > Request method: "HEAD"
2025-08-20T21:28:19.5669303Z > Request headers:
2025-08-20T21:28:19.5670835Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-20T21:28:19.5672255Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:28:19.6950507Z time=2025-08-20T21:28:19Z level=debug msg=Response #0
2025-08-20T21:28:19.6951288Z < Response Status: "401 Unauthorized"
2025-08-20T21:28:19.6951865Z < Response headers:
2025-08-20T21:28:19.6952313Z    "Content-Type": "application/json"
2025-08-20T21:28:19.6953547Z    "Www-Authenticate": "***"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:pkgforge/bincache/kubo/official/ipfswatch:pull\""
2025-08-20T21:28:19.6954226Z    "Date": "Wed, 20 Aug 2025 21:28:19 GMT"
2025-08-20T21:28:19.6954533Z    "Content-Length": "73"
2025-08-20T21:28:19.6954896Z    "X-Github-Request-Id": "2C84:38521:413B3E:424113:68A63DF3"
2025-08-20T21:28:19.6955318Z time=2025-08-20T21:28:19Z level=debug msg=Request #1
2025-08-20T21:28:19.6956045Z > Request URL: "https://ghcr.io/token?scope=repository%3Apkgforge%2Fbincache%2Fkubo%2Fofficial%2Fipfswatch%3Apull%2Cpush&service=ghcr.io"
2025-08-20T21:28:19.6956740Z > Request method: "GET"
2025-08-20T21:28:19.6957220Z > Request headers:
2025-08-20T21:28:19.6957461Z    "Authorization": "*****"
2025-08-20T21:28:19.6957730Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:28:19.7215050Z time=2025-08-20T21:28:19Z level=debug msg=Response #0
2025-08-20T21:28:19.7215549Z < Response Status: "401 Unauthorized"
2025-08-20T21:28:19.7215980Z < Response headers:
2025-08-20T21:28:19.7216755Z    "Www-Authenticate": "***"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:pkgforge/bincache/kubo/official/kubo:pull\""
2025-08-20T21:28:19.7217481Z    "Date": "Wed, 20 Aug 2025 21:28:19 GMT"
2025-08-20T21:28:19.7217815Z    "Content-Length": "73"
2025-08-20T21:28:19.7218336Z    "X-Github-Request-Id": "2C85:2040B6:48144B:4919AD:68A63DF3"
2025-08-20T21:28:19.7219015Z    "Content-Type": "application/json"
2025-08-20T21:28:19.7219392Z time=2025-08-20T21:28:19Z level=debug msg=Request #1
2025-08-20T21:28:19.7220169Z > Request URL: "https://ghcr.io/token?scope=repository%3Apkgforge%2Fbincache%2Fkubo%2Fofficial%2Fkubo%3Apull%2Cpush&service=ghcr.io"
2025-08-20T21:28:19.7220879Z > Request method: "GET"
2025-08-20T21:28:19.7221144Z > Request headers:
2025-08-20T21:28:19.7221398Z    "Authorization": "*****"
2025-08-20T21:28:19.7221687Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:28:19.8358218Z time=2025-08-20T21:28:19Z level=debug msg=Response #1
2025-08-20T21:28:19.8359222Z < Response Status: "200 OK"
2025-08-20T21:28:19.8359766Z < Response headers:
2025-08-20T21:28:19.8360166Z    "Content-Type": "application/json"
2025-08-20T21:28:19.8360688Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:28:19.8361382Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:28:19.8361996Z    "Date": "Wed, 20 Aug 2025 21:28:19 GMT"
2025-08-20T21:28:19.8362398Z    "Content-Length": "69"
2025-08-20T21:28:19.8362830Z    "X-Github-Request-Id": "2C84:38521:413B5E:424130:68A63DF3"
2025-08-20T21:28:19.8363584Z time=2025-08-20T21:28:19Z level=debug msg=Request #2
2025-08-20T21:28:19.8364780Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/kubo/official/ipfswatch/manifests/sha256:15da0939e772133579375f68cdab3b234f3a3716b7acb8c5836474e1841b2123"
2025-08-20T21:28:19.8365902Z > Request method: "HEAD"
2025-08-20T21:28:19.8366247Z > Request headers:
2025-08-20T21:28:19.8367418Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-20T21:28:19.8368870Z    "Authorization": "*****"
2025-08-20T21:28:19.8369139Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:28:19.8723074Z time=2025-08-20T21:28:19Z level=debug msg=Response #1
2025-08-20T21:28:19.8723717Z < Response Status: "200 OK"
2025-08-20T21:28:19.8724037Z < Response headers:
2025-08-20T21:28:19.8724539Z    "Content-Type": "application/json"
2025-08-20T21:28:19.8724970Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:28:19.8725542Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:28:19.8726064Z    "Date": "Wed, 20 Aug 2025 21:28:19 GMT"
2025-08-20T21:28:19.8726500Z    "Content-Length": "69"
2025-08-20T21:28:19.8726973Z    "X-Github-Request-Id": "2C85:2040B6:481468:4919C4:68A63DF3"
2025-08-20T21:28:19.8727411Z time=2025-08-20T21:28:19Z level=debug msg=Request #2
2025-08-20T21:28:19.8728342Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/kubo/official/kubo/manifests/sha256:15da0939e772133579375f68cdab3b234f3a3716b7acb8c5836474e1841b2123"
2025-08-20T21:28:19.8729462Z > Request method: "HEAD"
2025-08-20T21:28:19.8729738Z > Request headers:
2025-08-20T21:28:19.8731018Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-20T21:28:19.8732374Z    "Authorization": "*****"
2025-08-20T21:28:19.8732758Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:28:19.9368453Z time=2025-08-20T21:28:19Z level=debug msg=Response #2
2025-08-20T21:28:19.9369439Z < Response Status: "404 Not Found"
2025-08-20T21:28:19.9370034Z < Response headers:
2025-08-20T21:28:19.9370601Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:28:19.9371223Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:28:19.9371772Z    "Date": "Wed, 20 Aug 2025 21:28:19 GMT"
2025-08-20T21:28:19.9372125Z    "Content-Length": "70"
2025-08-20T21:28:19.9372607Z    "X-Github-Request-Id": "2C84:38521:413B80:424156:68A63DF3"
2025-08-20T21:28:19.9373240Z    "Content-Type": "application/json"
2025-08-20T21:28:19.9373662Z time=2025-08-20T21:28:19Z level=debug msg=Request #3
2025-08-20T21:28:19.9374688Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/kubo/official/ipfswatch/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T21:28:19.9375650Z > Request method: "HEAD"
2025-08-20T21:28:19.9375948Z > Request headers:
2025-08-20T21:28:19.9376219Z    "Authorization": "*****"
2025-08-20T21:28:19.9376527Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:28:19.9620998Z time=2025-08-20T21:28:19Z level=debug msg=Response #2
2025-08-20T21:28:19.9621834Z < Response Status: "404 Not Found"
2025-08-20T21:28:19.9622288Z < Response headers:
2025-08-20T21:28:19.9622647Z    "Content-Type": "application/json"
2025-08-20T21:28:19.9623142Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:28:19.9623828Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:28:19.9624463Z    "Date": "Wed, 20 Aug 2025 21:28:19 GMT"
2025-08-20T21:28:19.9624864Z    "Content-Length": "70"
2025-08-20T21:28:19.9625299Z    "X-Github-Request-Id": "2C85:2040B6:481488:4919E4:68A63DF3"
2025-08-20T21:28:19.9625842Z time=2025-08-20T21:28:19Z level=debug msg=Request #3
2025-08-20T21:28:19.9627147Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/kubo/official/kubo/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T21:28:19.9628264Z > Request method: "HEAD"
2025-08-20T21:28:19.9628826Z > Request headers:
2025-08-20T21:28:19.9629085Z    "Authorization": "*****"
2025-08-20T21:28:19.9629374Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:28:20.0268864Z time=2025-08-20T21:28:20Z level=debug msg=Response #3
2025-08-20T21:28:20.0269638Z < Response Status: "200 OK"
2025-08-20T21:28:20.0270192Z < Response headers:
2025-08-20T21:28:20.0270803Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:28:20.0271804Z    "Etag": "\"sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\""
2025-08-20T21:28:20.0272651Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:28:20.0273274Z    "Date": "Wed, 20 Aug 2025 21:28:19 GMT"
2025-08-20T21:28:20.0273965Z    "X-Github-Request-Id": "2C84:38521:413B9B:424172:68A63DF3"
2025-08-20T21:28:20.0274447Z    "Content-Length": "0"
2025-08-20T21:28:20.0274788Z    "Content-Type": ""
2025-08-20T21:28:20.0275433Z    "Docker-Content-Digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T21:28:20.0276222Z time=2025-08-20T21:28:20Z level=debug msg=Request #4
2025-08-20T21:28:20.0277197Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/kubo/official/ipfswatch/manifests/HEAD-ccb49de-250820T055911-x86_64-linux"
2025-08-20T21:28:20.0278127Z > Request method: "PUT"
2025-08-20T21:28:20.0278456Z > Request headers:
2025-08-20T21:28:20.0279167Z    "Content-Type": "application/vnd.oci.image.manifest.v1+json"
2025-08-20T21:28:20.0279691Z    "Authorization": "*****"
2025-08-20T21:28:20.0279962Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:28:20.0441673Z time=2025-08-20T21:28:20Z level=debug msg=Response #3
2025-08-20T21:28:20.0442298Z < Response Status: "200 OK"
2025-08-20T21:28:20.0442701Z < Response headers:
2025-08-20T21:28:20.0443025Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:28:20.0443722Z    "Etag": "\"sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\""
2025-08-20T21:28:20.0444417Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:28:20.0444925Z    "Date": "Wed, 20 Aug 2025 21:28:20 GMT"
2025-08-20T21:28:20.0445325Z    "X-Github-Request-Id": "2C85:2040B6:48149B:4919FA:68A63DF3"
2025-08-20T21:28:20.0445722Z    "Content-Length": "0"
2025-08-20T21:28:20.0445995Z    "Content-Type": ""
2025-08-20T21:28:20.0446536Z    "Docker-Content-Digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T21:28:20.0447250Z time=2025-08-20T21:28:20Z level=debug msg=Request #4
2025-08-20T21:28:20.0448022Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/kubo/official/kubo/manifests/HEAD-ccb49de-250820T055911-x86_64-linux"
2025-08-20T21:28:20.0448999Z > Request method: "PUT"
2025-08-20T21:28:20.0449281Z > Request headers:
2025-08-20T21:28:20.0449635Z    "Content-Type": "application/vnd.oci.image.manifest.v1+json"
2025-08-20T21:28:20.0450062Z    "Authorization": "*****"
2025-08-20T21:28:20.0450339Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:28:20.3700959Z time=2025-08-20T21:28:20Z level=debug msg=Response #4
2025-08-20T21:28:20.3701564Z < Response Status: "201 Created"
2025-08-20T21:28:20.3701954Z < Response headers:
2025-08-20T21:28:20.3702334Z    "Date": "Wed, 20 Aug 2025 21:28:20 GMT"
2025-08-20T21:28:20.3702732Z    "Content-Length": "0"
2025-08-20T21:28:20.3703167Z    "X-Github-Request-Id": "2C85:2040B6:4814AF:491A0D:68A63DF4"
2025-08-20T21:28:20.3703691Z    "Content-Type": "application/json"
2025-08-20T21:28:20.3704438Z    "Docker-Content-Digest": "sha256:15da0939e772133579375f68cdab3b234f3a3716b7acb8c5836474e1841b2123"
2025-08-20T21:28:20.3705272Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:28:20.3706468Z    "Location": "/v2/pkgforge/bincache/kubo/official/kubo/manifests/sha256:15da0939e772133579375f68cdab3b234f3a3716b7acb8c5836474e1841b2123"
2025-08-20T21:28:20.3708049Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:28:20.3709440Z Pushed [registry] ghcr.io/pkgforge/bincache/kubo/official/kubo:HEAD-ccb49de-250820T055911-x86_64-linux
2025-08-20T21:28:20.3710664Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T21:28:20.3711652Z Digest: sha256:15da0939e772133579375f68cdab3b234f3a3716b7acb8c5836474e1841b2123
2025-08-20T21:28:20.5930868Z time=2025-08-20T21:28:20Z level=debug msg=Response #4
2025-08-20T21:28:20.5931597Z < Response Status: "201 Created"
2025-08-20T21:28:20.5932134Z < Response headers:
2025-08-20T21:28:20.5932722Z    "X-Github-Request-Id": "2C84:38521:413BB7:424188:68A63DF4"
2025-08-20T21:28:20.5933461Z    "Content-Type": "application/json"
2025-08-20T21:28:20.5934440Z    "Docker-Content-Digest": "sha256:15da0939e772133579375f68cdab3b234f3a3716b7acb8c5836474e1841b2123"
2025-08-20T21:28:20.5935765Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:28:20.5937259Z    "Location": "/v2/pkgforge/bincache/kubo/official/ipfswatch/manifests/sha256:15da0939e772133579375f68cdab3b234f3a3716b7acb8c5836474e1841b2123"
2025-08-20T21:28:20.5939193Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:28:20.5940252Z    "Date": "Wed, 20 Aug 2025 21:28:20 GMT"
2025-08-20T21:28:20.5940752Z    "Content-Length": "0"
2025-08-20T21:28:20.5941692Z Pushed [registry] ghcr.io/pkgforge/bincache/kubo/official/ipfswatch:HEAD-ccb49de-250820T055911-x86_64-linux
2025-08-20T21:28:20.5942894Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T21:28:20.5943921Z Digest: sha256:15da0939e772133579375f68cdab3b234f3a3716b7acb8c5836474e1841b2123
2025-08-20T21:28:23.0050561Z Uploading 89a05a8b7856 CHECKSUM
2025-08-20T21:28:23.0100104Z Uploading b02f98d58400 CHECKSUM.sig
2025-08-20T21:28:23.0186137Z Uploading c48d27877765 kubo.sig
2025-08-20T21:28:23.1319454Z Uploading d79e347188d4 kubo
2025-08-20T21:28:23.1565373Z Exists    30fdfde4dbde LICENSE
2025-08-20T21:28:23.1976311Z Uploading 39e11bc83854 ipfswatch.sig
2025-08-20T21:28:23.2113028Z Uploading b02f98d58400 CHECKSUM.sig
2025-08-20T21:28:23.2155298Z Uploading 89a05a8b7856 CHECKSUM
2025-08-20T21:28:23.2205277Z Uploading 58d1e1f3d16e ipfswatch
2025-08-20T21:28:23.2760977Z Uploading 6b56fedc8632 LICENSE.sig
2025-08-20T21:28:23.3261110Z Exists    30fdfde4dbde LICENSE
2025-08-20T21:28:23.4246614Z Uploading 6b56fedc8632 LICENSE.sig
2025-08-20T21:28:23.7424978Z Uploaded  89a05a8b7856 CHECKSUM
2025-08-20T21:28:24.1020131Z Exists    427f8306179a SBUILD
2025-08-20T21:28:24.1225676Z Uploaded  89a05a8b7856 CHECKSUM
2025-08-20T21:28:24.1351558Z Uploaded  b02f98d58400 CHECKSUM.sig
2025-08-20T21:28:24.1614540Z Uploaded  c48d27877765 kubo.sig
2025-08-20T21:28:24.3839510Z Exists    11cf0313013e kubo.png
2025-08-20T21:28:24.3863006Z Uploaded  39e11bc83854 ipfswatch.sig
2025-08-20T21:28:24.4669373Z Uploaded  b02f98d58400 CHECKSUM.sig
2025-08-20T21:28:24.4814196Z Uploading 6793ab9f0a91 SBUILD.sig
2025-08-20T21:28:24.4839420Z Uploading 6793ab9f0a91 SBUILD.sig
2025-08-20T21:28:24.4839897Z Exists    427f8306179a SBUILD
2025-08-20T21:28:24.5732536Z Uploaded  6b56fedc8632 LICENSE.sig
2025-08-20T21:28:24.5975393Z Uploaded  6b56fedc8632 LICENSE.sig
2025-08-20T21:28:24.6195436Z Uploading 95d3965f86cc kubo.json.sig
2025-08-20T21:28:24.6196461Z Uploading cf5288c07495 kubo.json
2025-08-20T21:28:24.6298313Z Exists    11cf0313013e kubo.png
2025-08-20T21:28:24.7088797Z Uploading 0259f03f2992 ipfswatch.json
2025-08-20T21:28:24.7536621Z Uploading 99296ed10747 kubo.log
2025-08-20T21:28:24.8287443Z Uploading a499980eea17 ipfswatch.json.sig
2025-08-20T21:28:24.9309873Z Uploading 99296ed10747 ipfswatch.log
2025-08-20T21:28:25.6512040Z Uploaded  6793ab9f0a91 SBUILD.sig
2025-08-20T21:28:25.7203963Z Uploaded  6793ab9f0a91 SBUILD.sig
2025-08-20T21:28:25.7802639Z Uploading 087d49d86a12 ipfswatch.log.sig
2025-08-20T21:28:25.7996719Z Uploaded  cf5288c07495 kubo.json
2025-08-20T21:28:25.9127801Z Uploading 08181cb3e257 kubo.version
2025-08-20T21:28:25.9656686Z Uploaded  0259f03f2992 ipfswatch.json
2025-08-20T21:28:25.9766619Z Uploaded  95d3965f86cc kubo.json.sig
2025-08-20T21:28:25.9844197Z Uploaded  d79e347188d4 kubo
2025-08-20T21:28:26.0349855Z Uploading e57456368870 kubo.log.sig
2025-08-20T21:28:26.0715330Z Uploading 08181cb3e257 ipfswatch.version
2025-08-20T21:28:26.0917967Z Uploading 568920d9e1c0 kubo.version.sig
2025-08-20T21:28:26.1547370Z Uploaded  58d1e1f3d16e ipfswatch
2025-08-20T21:28:26.1547924Z Uploaded  99296ed10747 ipfswatch.log
2025-08-20T21:28:26.2714724Z Uploading 74f112a23f2f ipfswatch.version.sig
2025-08-20T21:28:26.3152260Z Uploaded  a499980eea17 ipfswatch.json.sig
2025-08-20T21:28:26.3325143Z Uploaded  99296ed10747 kubo.log
2025-08-20T21:28:26.6938244Z Uploaded  08181cb3e257 kubo.version
2025-08-20T21:28:27.1341828Z Uploaded  e57456368870 kubo.log.sig
2025-08-20T21:28:27.1750029Z Uploaded  08181cb3e257 ipfswatch.version
2025-08-20T21:28:27.2290817Z Uploaded  568920d9e1c0 kubo.version.sig
2025-08-20T21:28:27.2291360Z Uploading e89968982f33 kubo
2025-08-20T21:28:27.2541969Z Uploaded  087d49d86a12 ipfswatch.log.sig
2025-08-20T21:28:27.5047515Z Uploaded  74f112a23f2f ipfswatch.version.sig
2025-08-20T21:28:27.5048183Z Uploading 0d574fd43d79 ipfswatch
2025-08-20T21:28:27.7152264Z Skipped   11cf0313013e ipfswatch.png
2025-08-20T21:28:27.7152856Z Uploaded  e89968982f33 kubo
2025-08-20T21:28:27.7153780Z Pushed [registry] ghcr.io/pkgforge/bincache/kubo/official/kubo:HEAD-ccb49de-250820T055911-x86_64-linux
2025-08-20T21:28:27.7154616Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T21:28:27.7155274Z Digest: sha256:e89968982f3317327b10051ae9fffb53231c93000a53767493cbce011e8191df
2025-08-20T21:28:27.9226268Z Skipped   11cf0313013e ipfswatch.png
2025-08-20T21:28:27.9226903Z Uploaded  0d574fd43d79 ipfswatch
2025-08-20T21:28:27.9228003Z Pushed [registry] ghcr.io/pkgforge/bincache/kubo/official/ipfswatch:HEAD-ccb49de-250820T055911-x86_64-linux
2025-08-20T21:28:27.9229205Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T21:28:27.9230156Z Digest: sha256:0d574fd43d794cdb254b8ac42006f6c9ed1bba1668b3948d2479fc866334d292
2025-08-20T21:28:33.1122734Z 
2025-08-20T21:28:33.1123340Z [+] Registry --> https://ghcr.io/pkgforge/bincache/kubo/official/kubo
2025-08-20T21:28:33.1124184Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/kubo/official/kubo?tag=HEAD-ccb49de-250820T055911-x86_64-linux&manifest 
2025-08-20T21:28:33.1124780Z 
2025-08-20T21:28:33.3404420Z 
2025-08-20T21:28:33.3405009Z [+] Registry --> https://ghcr.io/pkgforge/bincache/kubo/official/ipfswatch
2025-08-20T21:28:33.3405832Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/kubo/official/ipfswatch?tag=HEAD-ccb49de-250820T055911-x86_64-linux&manifest 
2025-08-20T21:28:33.3406396Z 
2025-08-20T21:28:35.4145984Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T21:28:36.8893469Z ./BUILD_ARTIFACTS.tar : 35.57%   (   311 MiB =>    111 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T21:28:36.9547946Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T21:28:36.9589046Z 
2025-08-20T21:28:36.9589809Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/kubo/static.official.source.yaml :: 00(Hr):04(Min):51(Sec)
2025-08-20T21:28:36.9590475Z 
2025-08-20T21:28:36.9605042Z 
2025-08-20T21:28:36.9605293Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (09:28:36 PM) UTC
2025-08-20T21:28:36.9605556Z 
2025-08-20T21:28:37.8977798Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T21:28:37.9025810Z ##[group]Run ##Presets
2025-08-20T21:28:37.9026156Z [36;1m##Presets[0m
2025-08-20T21:28:37.9026372Z [36;1mset +x ; set +e[0m
2025-08-20T21:28:37.9026600Z [36;1m#-------------#[0m
2025-08-20T21:28:37.9026823Z [36;1m##Debug?[0m
2025-08-20T21:28:37.9027103Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:28:37.9027415Z [36;1m  set -x[0m
2025-08-20T21:28:37.9027618Z [36;1mfi[0m
2025-08-20T21:28:37.9027925Z [36;1m#-------------#[0m
2025-08-20T21:28:37.9028142Z [36;1m##Set ENV[0m
2025-08-20T21:28:37.9028394Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T21:28:37.9029101Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-HEAD-ccb49de-250820T055911-x86_64-linux"[0m
2025-08-20T21:28:37.9029695Z [36;1m    GHCRPKG_TAG_SRCBUILD="HEAD-ccb49de-250820T055911-x86_64-linux"[0m
2025-08-20T21:28:37.9030272Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/kubo/official/kubo-srcbuild-17108320606"[0m
2025-08-20T21:28:37.9030823Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T21:28:37.9031251Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:37.9031714Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:37.9032066Z [36;1m fi[0m
2025-08-20T21:28:37.9032263Z [36;1m##Push[0m
2025-08-20T21:28:37.9032602Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T21:28:37.9032913Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T21:28:37.9033323Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T21:28:37.9033826Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T21:28:37.9034299Z [36;1m     ls -sh "/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T21:28:37.9034678Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T21:28:37.9034914Z [36;1m       {[0m
2025-08-20T21:28:37.9035127Z [36;1m        for i in {1..10}; do[0m
2025-08-20T21:28:37.9035489Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T21:28:37.9035959Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T21:28:37.9036413Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T21:28:37.9036984Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=HEAD-ccb49de-250820T055911-x86_64-linux")[0m
2025-08-20T21:28:37.9037720Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=https://github.com/pkgforge/bincache/actions/runs/17108320606")[0m
2025-08-20T21:28:37.9038333Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=17108320606")[0m
2025-08-20T21:28:37.9039153Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=ghcr.io/pkgforge/bincache/kubo/official/ipfswatch:HEAD-ccb49de-250820T055911-x86_64-linux")[0m
2025-08-20T21:28:37.9039884Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=2025-08-20T21:28:00Z")[0m
2025-08-20T21:28:37.9040413Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=HEAD-ccb49de-250820T055911")[0m
2025-08-20T21:28:37.9040956Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=2025-08-20T21:28:00Z")[0m
2025-08-20T21:28:37.9041662Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ghcr.io/pkgforge/bincache/kubo/official/ipfswatch")[0m
2025-08-20T21:28:37.9042343Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T21:28:37.9042894Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=HEAD-ccb49de-250820T055911")[0m
2025-08-20T21:28:37.9043651Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=HEAD-ccb49de-250820T055911")[0m
2025-08-20T21:28:37.9044424Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/kubo/official/ipfswatch")[0m
2025-08-20T21:28:37.9045155Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-kubo")[0m
2025-08-20T21:28:37.9045724Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=https://github.com/ipfs/kubo")[0m
2025-08-20T21:28:37.9046341Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T21:28:37.9046894Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=HEAD-ccb49de-250820T055911")[0m
2025-08-20T21:28:37.9047414Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T21:28:37.9047945Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T21:28:37.9048414Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T21:28:37.9049431Z [36;1m         #Check[0m
2025-08-20T21:28:37.9050056Z [36;1m          if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" == "2025-08-20T21:28:00Z" ]]; then[0m
2025-08-20T21:28:37.9050812Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T21:28:37.9051272Z [36;1m            break[0m
2025-08-20T21:28:37.9051500Z [36;1m          else[0m
2025-08-20T21:28:37.9051921Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T21:28:37.9052371Z [36;1m          fi[0m
2025-08-20T21:28:37.9052617Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T21:28:37.9052894Z [36;1m        done[0m
2025-08-20T21:28:37.9053099Z [36;1m       }[0m
2025-08-20T21:28:37.9053327Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T21:28:37.9053598Z [36;1m       ghcr_push_cmd[0m
2025-08-20T21:28:37.9054218Z [36;1m       if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "2025-08-20T21:28:00Z" ]]; then[0m
2025-08-20T21:28:37.9055022Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T21:28:37.9055465Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T21:28:37.9055752Z [36;1m          ghcr_push_cmd[0m
2025-08-20T21:28:37.9056392Z [36;1m           if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "2025-08-20T21:28:00Z" ]]; then[0m
2025-08-20T21:28:37.9057154Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T21:28:37.9057692Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T21:28:37.9058114Z [36;1m             return 1 || exit 1[0m
2025-08-20T21:28:37.9058375Z [36;1m           fi[0m
2025-08-20T21:28:37.9058722Z [36;1m       fi[0m
2025-08-20T21:28:37.9058924Z [36;1m   fi[0m
2025-08-20T21:28:37.9059119Z [36;1m fi[0m
2025-08-20T21:28:37.9059325Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T21:28:37.9275734Z shell: /usr/bin/bash -e {0}
2025-08-20T21:28:37.9276014Z env:
2025-08-20T21:28:37.9276225Z   CROSS_COMPILING: NO
2025-08-20T21:28:37.9276477Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:28:37.9276745Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:28:37.9277008Z   ON_QEMU: NO
2025-08-20T21:28:37.9277219Z   DEBUG: 0
2025-08-20T21:28:37.9277435Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:28:37.9277703Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:28:37.9278036Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/kubo/official
2025-08-20T21:28:37.9278658Z   KEEP_LOGS: YES
2025-08-20T21:28:37.9278904Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:28:37.9279163Z   PKG_FAMILY_LOCAL: kubo
2025-08-20T21:28:37.9279417Z   SBUILD_REBUILD: false
2025-08-20T21:28:37.9280034Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/kubo/static.official.source.yaml
2025-08-20T21:28:37.9280699Z   BUILD_SYS: docker://go
2025-08-20T21:28:37.9280947Z   BUILD_ON_HOST: FALSE
2025-08-20T21:28:37.9281183Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:28:37.9281495Z   SYSTMP: /tmp
2025-08-20T21:28:37.9281714Z   GHA_MODE: MATRIX
2025-08-20T21:28:37.9282225Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:28:37.9282842Z   INPUT_SBUILD: /tmp/pkgforge/RPTsk6oNs_build.yaml
2025-08-20T21:28:37.9283226Z   BUILD_DIR: /tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml
2025-08-20T21:28:37.9283679Z   SBUILD_OUTDIR: /tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR
2025-08-20T21:28:37.9284256Z   SBUILD_TMPDIR: /tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:28:37.9284710Z   PKG_TYPE: static
2025-08-20T21:28:37.9284944Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:28:37.9285219Z   SBUILD_PKGVER: HEAD-ccb49de-250820T055911
2025-08-20T21:28:37.9285672Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108320606
2025-08-20T21:28:37.9286102Z   BUILD_ID: 17108320606
2025-08-20T21:28:37.9286313Z   PKG_NAME: kubo
2025-08-20T21:28:37.9286605Z   PKG_DATE: 2025-08-20T21:28:00Z
2025-08-20T21:28:37.9286872Z   PKG_VERSION: HEAD-ccb49de-250820T055911
2025-08-20T21:28:37.9287149Z   PKG_VERSION_UPSTREAM: 0.36.0
2025-08-20T21:28:37.9287470Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/kubo/official/ipfswatch
2025-08-20T21:28:37.9287852Z   GHCRPKG_TAG: HEAD-ccb49de-250820T055911-x86_64-linux
2025-08-20T21:28:37.9288315Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/kubo/official/ipfswatch
2025-08-20T21:28:37.9288875Z   PKG_SRCURL: https://github.com/ipfs/kubo
2025-08-20T21:28:37.9289161Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:28:37.9289575Z   GHCR_TOKEN: ***
2025-08-20T21:28:37.9289891Z   GITHUB_TOKEN: ***
2025-08-20T21:28:37.9290169Z   GITLAB_TOKEN: ***
2025-08-20T21:28:37.9291287Z   MINISIGN_KEY: ***
2025-08-20T21:28:37.9291490Z ##[endgroup]
2025-08-20T21:28:37.9381507Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T21:28:37.9392493Z 111M	./BUILD_ARTIFACTS.zstd
2025-08-20T21:28:37.9405705Z total 146M
2025-08-20T21:28:37.9406035Z 4.0K CHECKSUM
2025-08-20T21:28:37.9406267Z 4.0K CHECKSUM.sig
2025-08-20T21:28:37.9406499Z 4.0K LICENSE
2025-08-20T21:28:37.9406713Z 4.0K LICENSE.sig
2025-08-20T21:28:37.9406979Z 8.0K SBUILD
2025-08-20T21:28:37.9407308Z 4.0K SBUILD.sig
2025-08-20T21:28:37.9407660Z 4.0K SBUILD_TEMP
2025-08-20T21:28:37.9408024Z  67M ipfswatch
2025-08-20T21:28:37.9408382Z 4.0K ipfswatch.json
2025-08-20T21:28:37.9408966Z 4.0K ipfswatch.json.sig
2025-08-20T21:28:37.9409409Z 3.4M ipfswatch.log
2025-08-20T21:28:37.9409820Z 4.0K ipfswatch.log.sig
2025-08-20T21:28:37.9410260Z  40K ipfswatch.png
2025-08-20T21:28:37.9410671Z 4.0K ipfswatch.sig
2025-08-20T21:28:37.9411081Z 4.0K ipfswatch.version
2025-08-20T21:28:37.9411518Z 4.0K ipfswatch.version.sig
2025-08-20T21:28:37.9411987Z  69M kubo
2025-08-20T21:28:37.9412374Z 4.0K kubo.json
2025-08-20T21:28:37.9412755Z 4.0K kubo.json.sig
2025-08-20T21:28:37.9413160Z 3.4M kubo.log
2025-08-20T21:28:37.9413627Z 4.0K kubo.log.sig
2025-08-20T21:28:37.9414042Z  40K kubo.png
2025-08-20T21:28:37.9414400Z 4.0K kubo.sig
2025-08-20T21:28:37.9414765Z 3.4M kubo.static.log
2025-08-20T21:28:37.9415165Z 4.0K kubo.static.version
2025-08-20T21:28:37.9415604Z 4.0K kubo.static.version.sig
2025-08-20T21:28:37.9416030Z 4.0K kubo.version
2025-08-20T21:28:37.9416280Z 4.0K kubo.version.sig
2025-08-20T21:28:38.4900761Z Uploading 61df7cff1293 BUILD_ARTIFACTS.zstd
2025-08-20T21:28:42.7059731Z Uploaded  61df7cff1293 BUILD_ARTIFACTS.zstd
2025-08-20T21:28:42.7060356Z Uploading 628858e328f6 SRCBUILD-kubo
2025-08-20T21:28:43.0601872Z Uploaded  628858e328f6 SRCBUILD-kubo
2025-08-20T21:28:43.0602857Z Pushed [registry] ghcr.io/pkgforge/bincache/kubo/official/kubo-srcbuild-17108320606:HEAD-ccb49de-250820T055911-x86_64-linux
2025-08-20T21:28:43.0603742Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T21:28:48.5145046Z Digest: sha256:628858e328f682f2f106789cc36651e61fae71412b583b6874f302633011d00c
2025-08-20T21:28:48.5145507Z 
2025-08-20T21:28:48.5145929Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/kubo/official/kubo-srcbuild-17108320606
2025-08-20T21:28:48.5146796Z 
2025-08-20T21:28:48.9321077Z ##[group]Run ##Presets
2025-08-20T21:28:48.9321337Z [36;1m##Presets[0m
2025-08-20T21:28:48.9321541Z [36;1mset +x ; set +e[0m
2025-08-20T21:28:48.9321753Z [36;1m#-------------#[0m
2025-08-20T21:28:48.9321956Z [36;1m##Debug?[0m
2025-08-20T21:28:48.9322198Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:28:48.9322495Z [36;1m  set -x[0m
2025-08-20T21:28:48.9322676Z [36;1mfi[0m
2025-08-20T21:28:48.9322853Z [36;1m#-------------#[0m
2025-08-20T21:28:48.9323113Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T21:28:48.9323452Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:48.9372506Z shell: /usr/bin/bash -e {0}
2025-08-20T21:28:48.9372743Z env:
2025-08-20T21:28:48.9372922Z   CROSS_COMPILING: NO
2025-08-20T21:28:48.9373138Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:28:48.9373370Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:28:48.9373708Z   ON_QEMU: NO
2025-08-20T21:28:48.9373918Z   DEBUG: 0
2025-08-20T21:28:48.9374098Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:28:48.9374320Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:28:48.9374599Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/kubo/official
2025-08-20T21:28:48.9374893Z   KEEP_LOGS: YES
2025-08-20T21:28:48.9375083Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:28:48.9375292Z   PKG_FAMILY_LOCAL: kubo
2025-08-20T21:28:48.9375494Z   SBUILD_REBUILD: false
2025-08-20T21:28:48.9376023Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/kubo/static.official.source.yaml
2025-08-20T21:28:48.9376575Z   BUILD_SYS: docker://go
2025-08-20T21:28:48.9376782Z   BUILD_ON_HOST: FALSE
2025-08-20T21:28:48.9376985Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:28:48.9377178Z   SYSTMP: /tmp
2025-08-20T21:28:48.9377362Z   GHA_MODE: MATRIX
2025-08-20T21:28:48.9377797Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:28:48.9378319Z   INPUT_SBUILD: /tmp/pkgforge/RPTsk6oNs_build.yaml
2025-08-20T21:28:48.9379093Z   BUILD_DIR: /tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml
2025-08-20T21:28:48.9379488Z   SBUILD_OUTDIR: /tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR
2025-08-20T21:28:48.9379972Z   SBUILD_TMPDIR: /tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:28:48.9380351Z   PKG_TYPE: static
2025-08-20T21:28:48.9380541Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:28:48.9380770Z   SBUILD_PKGVER: HEAD-ccb49de-250820T055911
2025-08-20T21:28:48.9381152Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108320606
2025-08-20T21:28:48.9381520Z   BUILD_ID: 17108320606
2025-08-20T21:28:48.9381715Z   PKG_NAME: kubo
2025-08-20T21:28:48.9381910Z   PKG_DATE: 2025-08-20T21:28:00Z
2025-08-20T21:28:48.9382157Z   PKG_VERSION: HEAD-ccb49de-250820T055911
2025-08-20T21:28:48.9382418Z   PKG_VERSION_UPSTREAM: 0.36.0
2025-08-20T21:28:48.9382730Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/kubo/official/ipfswatch
2025-08-20T21:28:48.9383096Z   GHCRPKG_TAG: HEAD-ccb49de-250820T055911-x86_64-linux
2025-08-20T21:28:48.9383543Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/kubo/official/ipfswatch
2025-08-20T21:28:48.9383975Z   PKG_SRCURL: https://github.com/ipfs/kubo
2025-08-20T21:28:48.9384237Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:28:48.9384507Z   GHCRPKG_TAG_SRCBUILD: HEAD-ccb49de-250820T055911-x86_64-linux
2025-08-20T21:28:48.9384970Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/kubo/official/kubo-srcbuild-17108320606
2025-08-20T21:28:48.9385369Z ##[endgroup]
2025-08-20T21:28:48.9529476Z ##[group]Run actions/upload-artifact@v4
2025-08-20T21:28:48.9529787Z with:
2025-08-20T21:28:48.9530002Z   name: Bincache_kubo_x86_64-Linux
2025-08-20T21:28:48.9530316Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T21:28:48.9530629Z   compression-level: 0
2025-08-20T21:28:48.9530857Z   retention-days: 30
2025-08-20T21:28:48.9531201Z   overwrite: true
2025-08-20T21:28:48.9531417Z   if-no-files-found: warn
2025-08-20T21:28:48.9531657Z   include-hidden-files: false
2025-08-20T21:28:48.9531890Z env:
2025-08-20T21:28:48.9532071Z   CROSS_COMPILING: NO
2025-08-20T21:28:48.9532295Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:28:48.9532533Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:28:48.9532770Z   ON_QEMU: NO
2025-08-20T21:28:48.9532965Z   DEBUG: 0
2025-08-20T21:28:48.9533165Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:28:48.9533421Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:28:48.9533722Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/kubo/official
2025-08-20T21:28:48.9534059Z   KEEP_LOGS: YES
2025-08-20T21:28:48.9534269Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:28:48.9534491Z   PKG_FAMILY_LOCAL: kubo
2025-08-20T21:28:48.9534712Z   SBUILD_REBUILD: false
2025-08-20T21:28:48.9535260Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/kubo/static.official.source.yaml
2025-08-20T21:28:48.9535921Z   BUILD_SYS: docker://go
2025-08-20T21:28:48.9536155Z   BUILD_ON_HOST: FALSE
2025-08-20T21:28:48.9536367Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:28:48.9536575Z   SYSTMP: /tmp
2025-08-20T21:28:48.9536772Z   GHA_MODE: MATRIX
2025-08-20T21:28:48.9537223Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:28:48.9537747Z   INPUT_SBUILD: /tmp/pkgforge/RPTsk6oNs_build.yaml
2025-08-20T21:28:48.9538095Z   BUILD_DIR: /tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml
2025-08-20T21:28:48.9538672Z   SBUILD_OUTDIR: /tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR
2025-08-20T21:28:48.9539231Z   SBUILD_TMPDIR: /tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:28:48.9539627Z   PKG_TYPE: static
2025-08-20T21:28:48.9539837Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:28:48.9540090Z   SBUILD_PKGVER: HEAD-ccb49de-250820T055911
2025-08-20T21:28:48.9540490Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108320606
2025-08-20T21:28:48.9540877Z   BUILD_ID: 17108320606
2025-08-20T21:28:48.9541086Z   PKG_NAME: kubo
2025-08-20T21:28:48.9541300Z   PKG_DATE: 2025-08-20T21:28:00Z
2025-08-20T21:28:48.9541567Z   PKG_VERSION: HEAD-ccb49de-250820T055911
2025-08-20T21:28:48.9541847Z   PKG_VERSION_UPSTREAM: 0.36.0
2025-08-20T21:28:48.9542172Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/kubo/official/ipfswatch
2025-08-20T21:28:48.9542551Z   GHCRPKG_TAG: HEAD-ccb49de-250820T055911-x86_64-linux
2025-08-20T21:28:48.9543007Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/kubo/official/ipfswatch
2025-08-20T21:28:48.9543455Z   PKG_SRCURL: https://github.com/ipfs/kubo
2025-08-20T21:28:48.9543733Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:28:48.9544028Z   GHCRPKG_TAG_SRCBUILD: HEAD-ccb49de-250820T055911-x86_64-linux
2025-08-20T21:28:48.9544509Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/kubo/official/kubo-srcbuild-17108320606
2025-08-20T21:28:48.9544931Z   UTC_TIME: 2025_08_20T09_28_48_PM
2025-08-20T21:28:48.9545182Z ##[endgroup]
2025-08-20T21:28:49.2731115Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T21:28:49.2734291Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T21:28:49.2736746Z With the provided path, there will be 2 files uploaded
2025-08-20T21:28:49.5823241Z Artifact name is valid!
2025-08-20T21:28:49.5824557Z Root directory input is valid!
2025-08-20T21:28:49.6836716Z Beginning upload of artifact content to blob storage
2025-08-20T21:28:50.8916760Z Uploaded bytes 8388608
2025-08-20T21:28:50.9054960Z Uploaded bytes 16777216
2025-08-20T21:28:50.9200848Z Uploaded bytes 25165824
2025-08-20T21:28:50.9348818Z Uploaded bytes 33554432
2025-08-20T21:28:51.1794986Z Uploaded bytes 41943040
2025-08-20T21:28:51.2167617Z Uploaded bytes 50331648
2025-08-20T21:28:51.2394568Z Uploaded bytes 58720256
2025-08-20T21:28:51.2479203Z Uploaded bytes 67108864
2025-08-20T21:28:51.4712111Z Uploaded bytes 75497472
2025-08-20T21:28:51.4764616Z Uploaded bytes 83886080
2025-08-20T21:28:51.4780667Z Uploaded bytes 92274688
2025-08-20T21:28:51.6371475Z Uploaded bytes 100663296
2025-08-20T21:28:51.7696437Z Uploaded bytes 109051904
2025-08-20T21:28:51.7801099Z Uploaded bytes 117440512
2025-08-20T21:28:51.9939173Z Uploaded bytes 119930051
2025-08-20T21:28:52.0852919Z Finished uploading artifact content to blob storage!
2025-08-20T21:28:52.0856530Z SHA256 digest of uploaded artifact zip is eb37faed6f5e8e95d5739da6ef6b5a7403837121fca06aecdd0e3fbcd1fd479d
2025-08-20T21:28:52.0857438Z Finalizing artifact upload
2025-08-20T21:28:52.2470704Z Artifact Bincache_kubo_x86_64-Linux.zip successfully finalized. Artifact ID 3813399560
2025-08-20T21:28:52.2471883Z Artifact Bincache_kubo_x86_64-Linux has been successfully uploaded! Final size is 119930051 bytes. Artifact ID is 3813399560
2025-08-20T21:28:52.2478463Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17108320606/artifacts/3813399560
2025-08-20T21:28:52.2717782Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T21:28:52.2718129Z with:
2025-08-20T21:28:52.2718425Z   subject-name: kubo-17108320606-HEAD-ccb49de-250820T055911-x86_64-linux
2025-08-20T21:28:52.2719556Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T21:28:52.2720301Z   show-summary: true
2025-08-20T21:28:52.2720524Z   push-to-registry: false
2025-08-20T21:28:52.2720885Z   github-token: ***
2025-08-20T21:28:52.2721092Z env:
2025-08-20T21:28:52.2721270Z   CROSS_COMPILING: NO
2025-08-20T21:28:52.2721486Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:28:52.2721719Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:28:52.2721940Z   ON_QEMU: NO
2025-08-20T21:28:52.2722118Z   DEBUG: 0
2025-08-20T21:28:52.2722301Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:28:52.2722533Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:28:52.2722851Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/kubo/official
2025-08-20T21:28:52.2723163Z   KEEP_LOGS: YES
2025-08-20T21:28:52.2723357Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:28:52.2723570Z   PKG_FAMILY_LOCAL: kubo
2025-08-20T21:28:52.2723779Z   SBUILD_REBUILD: false
2025-08-20T21:28:52.2724311Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/kubo/static.official.source.yaml
2025-08-20T21:28:52.2724875Z   BUILD_SYS: docker://go
2025-08-20T21:28:52.2725086Z   BUILD_ON_HOST: FALSE
2025-08-20T21:28:52.2725287Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:28:52.2725485Z   SYSTMP: /tmp
2025-08-20T21:28:52.2725669Z   GHA_MODE: MATRIX
2025-08-20T21:28:52.2726119Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:28:52.2726641Z   INPUT_SBUILD: /tmp/pkgforge/RPTsk6oNs_build.yaml
2025-08-20T21:28:52.2726977Z   BUILD_DIR: /tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml
2025-08-20T21:28:52.2727375Z   SBUILD_OUTDIR: /tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR
2025-08-20T21:28:52.2727872Z   SBUILD_TMPDIR: /tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:28:52.2728263Z   PKG_TYPE: static
2025-08-20T21:28:52.2728463Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:28:52.2728914Z   SBUILD_PKGVER: HEAD-ccb49de-250820T055911
2025-08-20T21:28:52.2729307Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108320606
2025-08-20T21:28:52.2729683Z   BUILD_ID: 17108320606
2025-08-20T21:28:52.2729887Z   PKG_NAME: kubo
2025-08-20T21:28:52.2730091Z   PKG_DATE: 2025-08-20T21:28:00Z
2025-08-20T21:28:52.2730343Z   PKG_VERSION: HEAD-ccb49de-250820T055911
2025-08-20T21:28:52.2730610Z   PKG_VERSION_UPSTREAM: 0.36.0
2025-08-20T21:28:52.2730923Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/kubo/official/ipfswatch
2025-08-20T21:28:52.2731295Z   GHCRPKG_TAG: HEAD-ccb49de-250820T055911-x86_64-linux
2025-08-20T21:28:52.2731758Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/kubo/official/ipfswatch
2025-08-20T21:28:52.2732329Z   PKG_SRCURL: https://github.com/ipfs/kubo
2025-08-20T21:28:52.2732597Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:28:52.2732875Z   GHCRPKG_TAG_SRCBUILD: HEAD-ccb49de-250820T055911-x86_64-linux
2025-08-20T21:28:52.2733352Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/kubo/official/kubo-srcbuild-17108320606
2025-08-20T21:28:52.2733769Z   UTC_TIME: 2025_08_20T09_28_48_PM
2025-08-20T21:28:52.2734005Z ##[endgroup]
2025-08-20T21:28:52.2807675Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T21:28:52.2808137Z env:
2025-08-20T21:28:52.2808344Z   CROSS_COMPILING: NO
2025-08-20T21:28:52.2808866Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:28:52.2809192Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:28:52.2809437Z   ON_QEMU: NO
2025-08-20T21:28:52.2809637Z   DEBUG: 0
2025-08-20T21:28:52.2809846Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:28:52.2810099Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:28:52.2810710Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/kubo/official
2025-08-20T21:28:52.2811052Z   KEEP_LOGS: YES
2025-08-20T21:28:52.2811277Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:28:52.2811513Z   PKG_FAMILY_LOCAL: kubo
2025-08-20T21:28:52.2811745Z   SBUILD_REBUILD: false
2025-08-20T21:28:52.2812298Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/kubo/static.official.source.yaml
2025-08-20T21:28:52.2812898Z   BUILD_SYS: docker://go
2025-08-20T21:28:52.2813140Z   BUILD_ON_HOST: FALSE
2025-08-20T21:28:52.2813366Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:28:52.2813588Z   SYSTMP: /tmp
2025-08-20T21:28:52.2813804Z   GHA_MODE: MATRIX
2025-08-20T21:28:52.2814281Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:28:52.2814830Z   INPUT_SBUILD: /tmp/pkgforge/RPTsk6oNs_build.yaml
2025-08-20T21:28:52.2815209Z   BUILD_DIR: /tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml
2025-08-20T21:28:52.2815639Z   SBUILD_OUTDIR: /tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR
2025-08-20T21:28:52.2816153Z   SBUILD_TMPDIR: /tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:28:52.2816567Z   PKG_TYPE: static
2025-08-20T21:28:52.2816790Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:28:52.2817050Z   SBUILD_PKGVER: HEAD-ccb49de-250820T055911
2025-08-20T21:28:52.2817462Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108320606
2025-08-20T21:28:52.2817856Z   BUILD_ID: 17108320606
2025-08-20T21:28:52.2818077Z   PKG_NAME: kubo
2025-08-20T21:28:52.2818297Z   PKG_DATE: 2025-08-20T21:28:00Z
2025-08-20T21:28:52.2818744Z   PKG_VERSION: HEAD-ccb49de-250820T055911
2025-08-20T21:28:52.2819034Z   PKG_VERSION_UPSTREAM: 0.36.0
2025-08-20T21:28:52.2819367Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/kubo/official/ipfswatch
2025-08-20T21:28:52.2819942Z   GHCRPKG_TAG: HEAD-ccb49de-250820T055911-x86_64-linux
2025-08-20T21:28:52.2820456Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/kubo/official/ipfswatch
2025-08-20T21:28:52.2820948Z   PKG_SRCURL: https://github.com/ipfs/kubo
2025-08-20T21:28:52.2821254Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:28:52.2821560Z   GHCRPKG_TAG_SRCBUILD: HEAD-ccb49de-250820T055911-x86_64-linux
2025-08-20T21:28:52.2822069Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/kubo/official/kubo-srcbuild-17108320606
2025-08-20T21:28:52.2822516Z   UTC_TIME: 2025_08_20T09_28_48_PM
2025-08-20T21:28:52.2822774Z ##[endgroup]
2025-08-20T21:28:53.6257518Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T21:28:53.6257878Z with:
2025-08-20T21:28:53.6258740Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T21:28:53.6259599Z   subject-name: kubo-17108320606-HEAD-ccb49de-250820T055911-x86_64-linux
2025-08-20T21:28:53.6260016Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T21:28:53.6262821Z   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/17108320606/attempts/1"}}}
2025-08-20T21:28:53.6265465Z   push-to-registry: false
2025-08-20T21:28:53.6265698Z   show-summary: true
2025-08-20T21:28:53.6266089Z   github-token: ***
2025-08-20T21:28:53.6266533Z env:
2025-08-20T21:28:53.6266733Z   CROSS_COMPILING: NO
2025-08-20T21:28:53.6266963Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:28:53.6267206Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:28:53.6277797Z   ON_QEMU: NO
2025-08-20T21:28:53.6278055Z   DEBUG: 0
2025-08-20T21:28:53.6278261Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:28:53.6278756Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:28:53.6279150Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/kubo/official
2025-08-20T21:28:53.6279458Z   KEEP_LOGS: YES
2025-08-20T21:28:53.6279668Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:28:53.6279887Z   PKG_FAMILY_LOCAL: kubo
2025-08-20T21:28:53.6280098Z   SBUILD_REBUILD: false
2025-08-20T21:28:53.6280642Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/kubo/static.official.source.yaml
2025-08-20T21:28:53.6281212Z   BUILD_SYS: docker://go
2025-08-20T21:28:53.6281431Z   BUILD_ON_HOST: FALSE
2025-08-20T21:28:53.6281637Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:28:53.6281849Z   SYSTMP: /tmp
2025-08-20T21:28:53.6282046Z   GHA_MODE: MATRIX
2025-08-20T21:28:53.6282495Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:28:53.6283038Z   INPUT_SBUILD: /tmp/pkgforge/RPTsk6oNs_build.yaml
2025-08-20T21:28:53.6283389Z   BUILD_DIR: /tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml
2025-08-20T21:28:53.6283795Z   SBUILD_OUTDIR: /tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR
2025-08-20T21:28:53.6284286Z   SBUILD_TMPDIR: /tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:28:53.6284682Z   PKG_TYPE: static
2025-08-20T21:28:53.6284889Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:28:53.6285130Z   SBUILD_PKGVER: HEAD-ccb49de-250820T055911
2025-08-20T21:28:53.6285564Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108320606
2025-08-20T21:28:53.6285950Z   BUILD_ID: 17108320606
2025-08-20T21:28:53.6286152Z   PKG_NAME: kubo
2025-08-20T21:28:53.6286372Z   PKG_DATE: 2025-08-20T21:28:00Z
2025-08-20T21:28:53.6286639Z   PKG_VERSION: HEAD-ccb49de-250820T055911
2025-08-20T21:28:53.6286911Z   PKG_VERSION_UPSTREAM: 0.36.0
2025-08-20T21:28:53.6287230Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/kubo/official/ipfswatch
2025-08-20T21:28:53.6287638Z   GHCRPKG_TAG: HEAD-ccb49de-250820T055911-x86_64-linux
2025-08-20T21:28:53.6288111Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/kubo/official/ipfswatch
2025-08-20T21:28:53.6288783Z   PKG_SRCURL: https://github.com/ipfs/kubo
2025-08-20T21:28:53.6289068Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:28:53.6289355Z   GHCRPKG_TAG_SRCBUILD: HEAD-ccb49de-250820T055911-x86_64-linux
2025-08-20T21:28:53.6289831Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/kubo/official/kubo-srcbuild-17108320606
2025-08-20T21:28:53.6290256Z   UTC_TIME: 2025_08_20T09_28_48_PM
2025-08-20T21:28:53.6290497Z ##[endgroup]
2025-08-20T21:28:57.9261447Z Attestation created for 23 subjects
2025-08-20T21:28:57.9266132Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T21:28:57.9267438Z -----BEGIN CERTIFICATE-----
2025-08-20T21:28:57.9268100Z MIIG8DCCBnagAwIBAgIUYl7zFnjGqYA+9KluEieK+dylrfwwCgYIKoZIzj0EAwMw
2025-08-20T21:28:57.9269082Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T21:28:57.9269745Z cm1lZGlhdGUwHhcNMjUwODIwMjEyODU3WhcNMjUwODIwMjEzODU3WjAAMFkwEwYH
2025-08-20T21:28:57.9270409Z KoZIzj0CAQYIKoZIzj0DAQcDQgAEXyswkfUpaBRnhdYpD++YsPhXpPHUClhs2f99
2025-08-20T21:28:57.9271150Z oW2kmq2jvFd9chJSuZa++WuLADraD8hFT8mqiErkOfm4VlC8xKOCBZUwggWRMA4G
2025-08-20T21:28:57.9271797Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUGvcT
2025-08-20T21:28:57.9272443Z Vouq55RjPcauEEvaIxVKnmgwHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T21:28:57.9273165Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T21:28:57.9273852Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T21:28:57.9274752Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T21:28:57.9275470Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T21:28:57.9276081Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T21:28:57.9276864Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T21:28:57.9277515Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T21:28:57.9278174Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T21:28:57.9279012Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T21:28:57.9279641Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T21:28:57.9280272Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T21:28:57.9280997Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T21:28:57.9281686Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T21:28:57.9282172Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T21:28:57.9282814Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T21:28:57.9283300Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T21:28:57.9283776Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T21:28:57.9284249Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T21:28:57.9284722Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T21:28:57.9285200Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T21:28:57.9285677Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T21:28:57.9286155Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T21:28:57.9286639Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T21:28:57.9287108Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA4MzIwNjA2L2F0
2025-08-20T21:28:57.9287590Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYsGCisGAQQB1nkCBAIE
2025-08-20T21:28:57.9288081Z fQR7AHkAdwDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJYpIG
2025-08-20T21:28:57.9288756Z AAAEAwBIMEYCIQCHqsHfnXIs/VXMA64hc7Q+CbIFJmsWc05uQD8FeGCACwIhALnG
2025-08-20T21:28:57.9289221Z sVINYzq2VtbSTgnYo+E8NLQLzRl7JT4TGToA0MXRMAoGCCqGSM49BAMDA2gAMGUC
2025-08-20T21:28:57.9289678Z MQCo+oD9MG/FIB9go6XpJyBPEUZCeo0UWG/uwjbSkPiAb+0Wkk58Pn+de+wtX7Nd
2025-08-20T21:28:57.9290124Z ix8CMAGtNznNYQEGkTqMhK02wDQ/fa8QbLLGE8EH2q3+nzMYynrZQUbp9+onDnZ7
2025-08-20T21:28:57.9290463Z 7ztEyg==
2025-08-20T21:28:57.9290650Z -----END CERTIFICATE-----
2025-08-20T21:28:57.9290800Z 
2025-08-20T21:28:57.9291199Z ##[endgroup]
2025-08-20T21:28:57.9291595Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T21:28:57.9291994Z https://search.sigstore.dev?logIndex=414401425
2025-08-20T21:28:57.9292349Z [36mAttestation uploaded to repository[39m
2025-08-20T21:28:57.9292703Z https://github.com/pkgforge/bincache/attestations/9874218
2025-08-20T21:28:58.0099693Z ##[group]Run ##Presets
2025-08-20T21:28:58.0099985Z [36;1m##Presets[0m
2025-08-20T21:28:58.0100199Z [36;1mset +x ; set +e[0m
2025-08-20T21:28:58.0100423Z [36;1m#-------------#[0m
2025-08-20T21:28:58.0100631Z [36;1m##Debug?[0m
2025-08-20T21:28:58.0100883Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:28:58.0101186Z [36;1m  set -x[0m
2025-08-20T21:28:58.0101379Z [36;1mfi[0m
2025-08-20T21:28:58.0101564Z [36;1m#-------------#[0m
2025-08-20T21:28:58.0101878Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T21:28:58.0102422Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/kubo/official"[0m
2025-08-20T21:28:58.0102840Z [36;1m exit 1[0m
2025-08-20T21:28:58.0103031Z [36;1mfi[0m
2025-08-20T21:28:58.0151311Z shell: /usr/bin/bash -e {0}
2025-08-20T21:28:58.0151561Z env:
2025-08-20T21:28:58.0151751Z   CROSS_COMPILING: NO
2025-08-20T21:28:58.0152021Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:28:58.0152383Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:28:58.0152618Z   ON_QEMU: NO
2025-08-20T21:28:58.0152800Z   DEBUG: 0
2025-08-20T21:28:58.0152988Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:28:58.0153219Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:28:58.0153521Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/kubo/official
2025-08-20T21:28:58.0153838Z   KEEP_LOGS: YES
2025-08-20T21:28:58.0154044Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:28:58.0154264Z   PKG_FAMILY_LOCAL: kubo
2025-08-20T21:28:58.0154476Z   SBUILD_REBUILD: false
2025-08-20T21:28:58.0155017Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/kubo/static.official.source.yaml
2025-08-20T21:28:58.0155595Z   BUILD_SYS: docker://go
2025-08-20T21:28:58.0155808Z   BUILD_ON_HOST: FALSE
2025-08-20T21:28:58.0156024Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:28:58.0156229Z   SYSTMP: /tmp
2025-08-20T21:28:58.0156417Z   GHA_MODE: MATRIX
2025-08-20T21:28:58.0156871Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:28:58.0157402Z   INPUT_SBUILD: /tmp/pkgforge/RPTsk6oNs_build.yaml
2025-08-20T21:28:58.0157733Z   BUILD_DIR: /tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml
2025-08-20T21:28:58.0158136Z   SBUILD_OUTDIR: /tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR
2025-08-20T21:28:58.0158817Z   SBUILD_TMPDIR: /tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:28:58.0159217Z   PKG_TYPE: static
2025-08-20T21:28:58.0159423Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:28:58.0159666Z   SBUILD_PKGVER: HEAD-ccb49de-250820T055911
2025-08-20T21:28:58.0160060Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108320606
2025-08-20T21:28:58.0160432Z   BUILD_ID: 17108320606
2025-08-20T21:28:58.0160641Z   PKG_NAME: kubo
2025-08-20T21:28:58.0160846Z   PKG_DATE: 2025-08-20T21:28:00Z
2025-08-20T21:28:58.0161107Z   PKG_VERSION: HEAD-ccb49de-250820T055911
2025-08-20T21:28:58.0161383Z   PKG_VERSION_UPSTREAM: 0.36.0
2025-08-20T21:28:58.0161699Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/kubo/official/ipfswatch
2025-08-20T21:28:58.0162071Z   GHCRPKG_TAG: HEAD-ccb49de-250820T055911-x86_64-linux
2025-08-20T21:28:58.0162534Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/kubo/official/ipfswatch
2025-08-20T21:28:58.0162983Z   PKG_SRCURL: https://github.com/ipfs/kubo
2025-08-20T21:28:58.0163252Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:28:58.0163538Z   GHCRPKG_TAG_SRCBUILD: HEAD-ccb49de-250820T055911-x86_64-linux
2025-08-20T21:28:58.0164011Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/kubo/official/kubo-srcbuild-17108320606
2025-08-20T21:28:58.0164426Z   UTC_TIME: 2025_08_20T09_28_48_PM
2025-08-20T21:28:58.0164668Z ##[endgroup]
2025-08-20T21:28:58.0250182Z ##[group]Run ##Presets
2025-08-20T21:28:58.0250446Z [36;1m##Presets[0m
2025-08-20T21:28:58.0250657Z [36;1mset +x ; set +e[0m
2025-08-20T21:28:58.0250885Z [36;1m#-------------#[0m
2025-08-20T21:28:58.0251209Z [36;1m##Debug?[0m
2025-08-20T21:28:58.0251464Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:28:58.0251769Z [36;1m  set -x[0m
2025-08-20T21:28:58.0251961Z [36;1mfi[0m
2025-08-20T21:28:58.0252146Z [36;1m#-------------#[0m
2025-08-20T21:28:58.0252390Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T21:28:58.0252852Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/kubo/official"[0m
2025-08-20T21:28:58.0253281Z [36;1m exit 1[0m
2025-08-20T21:28:58.0253475Z [36;1mfi[0m
2025-08-20T21:28:58.0296082Z shell: /usr/bin/bash -e {0}
2025-08-20T21:28:58.0296330Z env:
2025-08-20T21:28:58.0296517Z   CROSS_COMPILING: NO
2025-08-20T21:28:58.0296748Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:28:58.0297024Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:28:58.0297259Z   ON_QEMU: NO
2025-08-20T21:28:58.0297442Z   DEBUG: 0
2025-08-20T21:28:58.0297635Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:28:58.0297965Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:28:58.0298259Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/kubo/official
2025-08-20T21:28:58.0298679Z   KEEP_LOGS: YES
2025-08-20T21:28:58.0298881Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:28:58.0299099Z   PKG_FAMILY_LOCAL: kubo
2025-08-20T21:28:58.0299309Z   SBUILD_REBUILD: false
2025-08-20T21:28:58.0299852Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/kubo/static.official.source.yaml
2025-08-20T21:28:58.0300410Z   BUILD_SYS: docker://go
2025-08-20T21:28:58.0300621Z   BUILD_ON_HOST: FALSE
2025-08-20T21:28:58.0300824Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:28:58.0301027Z   SYSTMP: /tmp
2025-08-20T21:28:58.0301216Z   GHA_MODE: MATRIX
2025-08-20T21:28:58.0301657Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:28:58.0302180Z   INPUT_SBUILD: /tmp/pkgforge/RPTsk6oNs_build.yaml
2025-08-20T21:28:58.0302510Z   BUILD_DIR: /tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml
2025-08-20T21:28:58.0302909Z   SBUILD_OUTDIR: /tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR
2025-08-20T21:28:58.0303398Z   SBUILD_TMPDIR: /tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:28:58.0303786Z   PKG_TYPE: static
2025-08-20T21:28:58.0303985Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:28:58.0304225Z   SBUILD_PKGVER: HEAD-ccb49de-250820T055911
2025-08-20T21:28:58.0304622Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108320606
2025-08-20T21:28:58.0304988Z   BUILD_ID: 17108320606
2025-08-20T21:28:58.0305188Z   PKG_NAME: kubo
2025-08-20T21:28:58.0305389Z   PKG_DATE: 2025-08-20T21:28:00Z
2025-08-20T21:28:58.0305638Z   PKG_VERSION: HEAD-ccb49de-250820T055911
2025-08-20T21:28:58.0305906Z   PKG_VERSION_UPSTREAM: 0.36.0
2025-08-20T21:28:58.0306220Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/kubo/official/ipfswatch
2025-08-20T21:28:58.0306596Z   GHCRPKG_TAG: HEAD-ccb49de-250820T055911-x86_64-linux
2025-08-20T21:28:58.0307053Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/kubo/official/ipfswatch
2025-08-20T21:28:58.0307492Z   PKG_SRCURL: https://github.com/ipfs/kubo
2025-08-20T21:28:58.0307757Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:28:58.0308033Z   GHCRPKG_TAG_SRCBUILD: HEAD-ccb49de-250820T055911-x86_64-linux
2025-08-20T21:28:58.0308627Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/kubo/official/kubo-srcbuild-17108320606
2025-08-20T21:28:58.0309045Z   UTC_TIME: 2025_08_20T09_28_48_PM
2025-08-20T21:28:58.0309279Z ##[endgroup]
2025-08-20T21:28:58.0390351Z ##[group]Run ##Presets
2025-08-20T21:28:58.0390617Z [36;1m##Presets[0m
2025-08-20T21:28:58.0390835Z [36;1mset +x ; set +e[0m
2025-08-20T21:28:58.0391055Z [36;1m#-------------#[0m
2025-08-20T21:28:58.0391264Z [36;1m##Debug?[0m
2025-08-20T21:28:58.0391520Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:28:58.0391827Z [36;1m  set -x[0m
2025-08-20T21:28:58.0392022Z [36;1mfi[0m
2025-08-20T21:28:58.0392217Z [36;1m#-------------#[0m
2025-08-20T21:28:58.0392664Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T21:28:58.0393076Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T21:28:58.0393381Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T21:28:58.0393656Z [36;1mfi[0m
2025-08-20T21:28:58.0436284Z shell: /usr/bin/bash -e {0}
2025-08-20T21:28:58.0436526Z env:
2025-08-20T21:28:58.0436713Z   CROSS_COMPILING: NO
2025-08-20T21:28:58.0436988Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:28:58.0437234Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:28:58.0437462Z   ON_QEMU: NO
2025-08-20T21:28:58.0437643Z   DEBUG: 0
2025-08-20T21:28:58.0437829Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:28:58.0438064Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:28:58.0438364Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/kubo/official
2025-08-20T21:28:58.0438922Z   KEEP_LOGS: YES
2025-08-20T21:28:58.0439131Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:28:58.0439462Z   PKG_FAMILY_LOCAL: kubo
2025-08-20T21:28:58.0439687Z   SBUILD_REBUILD: false
2025-08-20T21:28:58.0440231Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/kubo/static.official.source.yaml
2025-08-20T21:28:58.0440798Z   BUILD_SYS: docker://go
2025-08-20T21:28:58.0441015Z   BUILD_ON_HOST: FALSE
2025-08-20T21:28:58.0441227Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:28:58.0441428Z   SYSTMP: /tmp
2025-08-20T21:28:58.0441617Z   GHA_MODE: MATRIX
2025-08-20T21:28:58.0442063Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:28:58.0442582Z   INPUT_SBUILD: /tmp/pkgforge/RPTsk6oNs_build.yaml
2025-08-20T21:28:58.0442913Z   BUILD_DIR: /tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml
2025-08-20T21:28:58.0443315Z   SBUILD_OUTDIR: /tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR
2025-08-20T21:28:58.0443804Z   SBUILD_TMPDIR: /tmp/pkgforge/ayKD9S3_RPTsk6oNs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:28:58.0444199Z   PKG_TYPE: static
2025-08-20T21:28:58.0444399Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:28:58.0444635Z   SBUILD_PKGVER: HEAD-ccb49de-250820T055911
2025-08-20T21:28:58.0445028Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108320606
2025-08-20T21:28:58.0445400Z   BUILD_ID: 17108320606
2025-08-20T21:28:58.0445605Z   PKG_NAME: kubo
2025-08-20T21:28:58.0445808Z   PKG_DATE: 2025-08-20T21:28:00Z
2025-08-20T21:28:58.0446059Z   PKG_VERSION: HEAD-ccb49de-250820T055911
2025-08-20T21:28:58.0446332Z   PKG_VERSION_UPSTREAM: 0.36.0
2025-08-20T21:28:58.0446651Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/kubo/official/ipfswatch
2025-08-20T21:28:58.0447032Z   GHCRPKG_TAG: HEAD-ccb49de-250820T055911-x86_64-linux
2025-08-20T21:28:58.0447490Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/kubo/official/ipfswatch
2025-08-20T21:28:58.0447943Z   PKG_SRCURL: https://github.com/ipfs/kubo
2025-08-20T21:28:58.0448213Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:28:58.0448670Z   GHCRPKG_TAG_SRCBUILD: HEAD-ccb49de-250820T055911-x86_64-linux
2025-08-20T21:28:58.0449181Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/kubo/official/kubo-srcbuild-17108320606
2025-08-20T21:28:58.0449591Z   UTC_TIME: 2025_08_20T09_28_48_PM
2025-08-20T21:28:58.0449826Z ##[endgroup]
2025-08-20T21:28:58.0520474Z EXITED
2025-08-20T21:28:58.0561761Z Cleaning up orphan processes
